*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-y: scroll;
}

body.lock {
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

main {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

input,
select {
    vertical-align: middle;
}

.container {
    max-width: 1330px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer {
    position: relative;
    background: #0C1336;
    padding-top: calc(40px + 18 * (100vw - 320px) / 1600);
    padding-bottom: 35px;
}

.footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    right: 0;
    bottom: 88px;
}

.footer__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__main-col:first-child {
    margin-bottom: 20px;
}

.footer__amin-col-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__amin-col-link a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.footer__amin-col-link a:hover {
    text-decoration: underline;
}

.footer__main-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__amin-login-text {
    margin-left: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.footer__main-registr {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    color: #FFFFFF;
    padding: 8px 20px;
    background-color: #FA497F;
    border-radius: 19px;
    margin-top: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer__main-registr:hover {
    background: #E2396C;
}

.footer__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 90px;
}

.footer__bottom-left {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.footer__bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__bottom-right > a {
    margin-right: 29px;
}

.footer__bottom-right > a:last-child {
    margin-right: 0px;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 16;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    padding: calc(15px + 5 * (100vw - 320px) / 960) 0;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 11px rgba(3, 23, 122, 0.1);
    box-shadow: 0px 4px 11px rgba(3, 23, 122, 0.1);
}

.header__menu-open {
    display: none;
}

.header__bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__bloc-2 {
    width: 100%;
    max-width: 100%;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    margin-right: 50px;
}

.header__logo img {
    max-width: calc(111px + 39 * (100vw - 320px) / 1600);
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu-item {
    margin-right: 38px;
}

.header__menu-item:last-child {
    margin-right: 0;
}

.header__menu-link {
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #03177A;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header__menu-link:hover {
    color: #495DFA;
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header__login {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #03177A;
    transition: all 0.2s ease;
}

.header__login:hover {
    color: #495DFA;
}

.header__login-img {
    margin-right: 9px;
}

.header__registr {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
}

.header__registr-link {
    padding: 10.5px 14px;
    background: #FA497F;
    border: 2px solid transparent;
    border-radius: 136.3px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header__registr-link:hover {
    background: #fff;
    border: 2px solid #FA497F;
    color: #FA497F;
}

.header__mob {
    display: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    visibility: hidden;
    top: -100%;
    opacity: 0;
    left: 0px;
    background: #4152D1;
    overflow: auto;
}

.header__mob-2.open {
    top: 127px !important;
}

.header__mob-2.open.higher {
    top: 52px !important;
    visibility: visible;
    opacity: 1;
    z-index: 15;
}

.header__mob.open {
    top: 57px;
    visibility: visible;
    opacity: 1;
    z-index: 15;
}

.header__mob-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 31px 20px 38px 20px;
    overflow: auto;
}

.header__mob-decor {
    height: 1px;
    background-color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 36px;
}

.header__mob-login {
    max-width: 250px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1.363px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 136.3px;
    padding: 7px;
    margin-bottom: 36px;
}

.header__mob-login img {
    margin-right: 9px;
}

.header__menu-open {
    width: 23px;
    height: 23px;
    display: block;
    background-image: url(../img/icon-burger.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

.header__menu-open.open {
    height: 13px;
    background-image: url(../img/icon-close.png);
}

.header-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}

.header-2 .header__container {
    padding-top: calc(15px + 5 * (100vw - 320px) / 960);
    padding-bottom: calc(15px + 5 * (100vw - 320px) / 960);
}

.header-2 .header__top {
    width: 100%;
    border-bottom: 1px solid #E0E3ED;
}

.header-2__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header-2 .header__top-left {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-2 .header__top-left-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(12px + 6 * (100vw - 320px) / 1600);
    line-height: calc(14px + 8 * (100vw - 320px) / 1600);
    color: #6E84A7;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: calc(23px + 12 * (100vw - 320px) / 1600);
    position: relative;
    border-bottom: 2px solid transparent;
}

.header-2 .header__top-left-link:nth-child(1) {
    margin-right: 38px;
}

.header-2 .header__top-left-link:nth-child(1)::before {
    position: absolute;
    content: "";
    background-image: url(../img/icon-puzzle.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: calc(15px + 9 * (100vw - 320px) / 1600);
    height: calc(15px + 11 * (100vw - 320px) / 1600);
}

.header-2 .header__top-left-link:nth-child(2)::before {
    position: absolute;
    content: "";
    background-image: url(../img/icon-calendar.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: calc(15px + 9 * (100vw - 320px) / 1600);
    height: calc(15px + 11 * (100vw - 320px) / 1600);
}

.header-2 .header__top-left-link.active {
    border-bottom: 2px solid #495DFA;
    color: #495DFA;
}

.header-2 .header__top-left-link.active:nth-child(1)::before {
    background-image: url(../img/icon-puzzle-active.png);
}

.header-2 .header__top-left-link.active:nth-child(2)::before {
    background-image: url(../img/icon-calendar-active.png);
}

.header-2 .header__top-right {
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-2 .header__top-user {
    margin-right: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #03177A;
}

.header-2 .header__top-user picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-2 .header__top-user img {
    margin-right: 14px;
}

.header-2 .header__top-logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #495DFA;
}

.header-2 .header__top-logout img {
    margin-right: 10px;
}

.header-2 .header__top-logout picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__top-logout-icon {
    display: none;
}

.registr__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.world {
    margin-top: 60px;
    padding-top: calc(30px + 10 * (100vw - 320px) / 960);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 100px;
}

.world-2 {
    margin-top: calc(55px + 24 * (100vw - 320px) / 1600);
}

.world::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url(../img/s1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.world__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 440px;
    max-width: 100%;
}

.world__text {
    text-align: left;
}

.world__text-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: calc(20px + 32 * (100vw - 320px) / 1600);
    line-height: calc(24px + 40 * (100vw - 320px) / 1600);
    color: #FFFFFF;
}

.world__text-subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
    line-height: calc(17px + 4 * (100vw - 320px) / 1600);
    color: #EFF1F8;
    margin-top: 41px;
    margin-bottom: 40px;
}

.world__text-button {
    background: #FFFFFF;
    border-radius: 136.3px;
    display: inline-block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(18px + 3 * (100vw - 320px) / 1600);
    line-height: calc(27px + -4 * (100vw - 320px) / 1600);
    text-align: center;
    color: #495DFA;
    padding: calc(9px + 8 * (100vw - 320px) / 1600) calc(41px + 6 * (100vw - 320px) / 1600);
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.world__text-button:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.world__image {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.world__image-2 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(17px + 64 * (100vw - 320px) / 1600);
}

.world__image-3 {
    position: absolute;
    top: 20px;
    left: 50%;
    width: calc(20px + 13 * (100vw - 320px) / 1600);
}

.world__image-full {
    display: none;
    opacity: 1;
}

.world__image img {
    max-width: calc(267px + 366 * (100vw - 320px) / 1600);
}

.more {
    padding-top: calc(35px + 32 * (100vw - 320px) / 1600);
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.more__image {
    margin-right: calc(0px + 80 * (100vw - 320px) / 1600);
    max-width: calc(344px + 241 * (100vw - 320px) / 1600);
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.more__image-2 {
    position: absolute;
    top: 50px;
    right: 25%;
}

.more__image-full {
    max-width: calc(344px + 236 * (100vw - 320px) / 1600);
    display: none;
}

.more__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.more__text-name {
    margin-bottom: calc(0px + 40 * (100vw - 320px) / 1600);
}

.more__text-info {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 193%;
    color: #6E84A7;
    max-width: 100%;
    display: block;
}

.title {
    font-family: "Exo 2";
    font-weight: bold;
    font-size: calc(20px + 12 * (100vw - 320px) / 1600);
    line-height: calc(24px + 14 * (100vw - 320px) / 1600);
    color: #03177A;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.title.light {
    color: #fff;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: calc(20px + 50 * (100vw - 320px) / 1600);
}

.tabs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tabs__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(12px + 9 * (100vw - 320px) / 1600) calc(23px + 15 * (100vw - 320px) / 1600);
    margin-right: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 345px;
    flex: 0 0 345px;
    border-radius: 10px;
    color: #495DFA;
    background: #EFF1F8;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.tabs__tab.active {
    background: #495DFA;
    color: #FFFFFF;
    border-radius: 10px;
}

.tabs__tab.active .tabs__tab-img-1 {
    display: none;
}

.tabs__tab.active .tabs__tab-img-2 {
    display: block;
}

.tabs__tab:last-child {
    margin-right: 0;
}

.tabs__tab-img {
    margin-right: 10px;
    position: relative;
    z-index: 0;
}

.tabs__tab-img-2 {
    display: none;
}

.tabs__tab-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.services__title {
    text-align: center;
    margin-bottom: 23px;
    padding-right: 20px;
}

.services-swiper {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-right: 25px;
}

.services__container {
    display: block;
}

.services-slide {
    border: 1.2328px solid #E0E3ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 18.492px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 210px;
    padding: calc(30px + 5 * (100vw - 320px) / 1600) calc(14px + 1 * (100vw - 320px) / 1600) calc(24px + 6 * (100vw - 320px) / 1600) calc(14px + 1 * (100vw - 320px) / 1600);
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services__container {
    position: relative;
    width: 100%;
    padding: 0;
}

.services__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: 120%;
    color: #03177A;
    margin-top: 15px;
}

.services {
    padding-bottom: 65px;
}

.services-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -35px !important;
}

.proj-swiper {
    padding-right: 20px;
}

.proj-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -35px !important;
}

.swiper-pagination-bullet-active {
    background: #495DFA;
}

.info {
    background-image: url(../img/info-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: calc(40px + 44 * (100vw - 320px) / 1600) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.info::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/info-bg-decor.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    -webkit-animation: 10s ease 0s infinite alternate new;
    animation: 10s ease 0s infinite alternate new;
}

.info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.info__image {
    max-width: calc(300px + 300 * (100vw - 320px) / 1600);
    width: 100%;
    margin-right: 66px;
    position: relative;
}

.info__image-full {
    width: 100%;
}

.info__image-1 {
    display: block;
    position: absolute;
    top: 20px;
    left: 60px;
    height: calc(120px + 89 * (100vw - 320px) / 1600);
}

.info__image-3 {
    display: block;
    width: 100%;
}

.info__image-full {
    display: none;
}

.info__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.info__title {
    margin-bottom: 30px;
}

.info__text-par {
    margin-bottom: calc(40px + -10 * (100vw - 320px) / 1600);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
    line-height: 159.4%;
    color: #FFFFFF;
}

.info__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 130px;
    padding: calc(10px + 10 * (100vw - 320px) / 1600) 44px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(19px + 2 * (100vw - 320px) / 1600);
    line-height: calc(23px + 4 * (100vw - 320px) / 1600);
    color: #495DFA;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.info__button:hover {
    background: #EFF1F8;
}

.info__button picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 9px;
}

.proj-button-next {
    right: -46px;
    left: auto;
    top: auto;
    bottom: 90px;
}

.proj-button-next:after {
    content: url(../img/slider-right.png);
}

.proj-button-prev {
    left: -46px;
    right: auto;
    top: auto;
    bottom: 90px;
}

.proj-button-prev:after {
    content: url(../img/slider-left.png);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.proj-pagination .swiper-pagination-bullet {
    width: calc(8px + 5 * (100vw - 320px) / 1600);
    height: calc(8px + 5 * (100vw - 320px) / 1600);
}

.decor-wrap {
    position: relative;
    overflow: hidden;
}

.decor-wrap .decor {
    width: 100%;
    display: none;
}

.tur {
    padding-top: calc(40px + 60 * (100vw - 320px) / 1600);
    padding-bottom: calc(60px + 70 * (100vw - 320px) / 1600);
    position: relative;
}

.tur-slide__image > picture {
    max-height: 100%;
    height: 100%;
}

.tur-2 {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tur__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.tur__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

.tur__top-2 {
    padding-right: 0 !important;
}

.tur__top-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: 20px;
    color: #495DFA;
    text-decoration: underline;
}

.tur-swiper {
    max-width: 100%;
    width: 100%;
    margin-top: calc(18px + 14 * (100vw - 320px) / 1600);
    padding-right: 25px;
}

.tur-swiper-2 {
    max-width: 100%;
    width: 100%;
    margin-top: calc(18px + 14 * (100vw - 320px) / 1600);
    padding-right: 25px;
}

.tur-slide {
    background: #FFFFFF;
    border-radius: 19.5722px;
    overflow: hidden;
}

.tur-slide__image {
    position: relative;
    display: flex;
    align-items: baseline;
    padding: 11px 14px 17px 14px;
    justify-content: space-between;
    /*height: calc(106px + 40 * (100vw - 320px) / 1600);*/
}

.tur-slide__image-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tur-slide__image-stat {
    /*position: absolute;*/
    /*top: calc(11px + 6 * (100vw - 320px) / 1600);*/
    /*left: calc(11px + 6 * (100vw - 320px) / 1600);*/
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
    line-height: 120%;
    padding: 3px 13px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #5e5e5e;
    border-radius: 6px;
}

.tur-slide__image-stat img {
    margin-right: 4px;
}

.tur-slide__image-stat-private {
    background: #39C8AB;
}

.tur-slide__image-stat-public {
    background: #fff;
}

.tur-slide__image-star {
    /*position: absolute;*/
    /*top: calc(11px + 6 * (100vw - 320px) / 1600);*/
    /*right: calc(11px + 6 * (100vw - 320px) / 1600);*/
    border-radius: 5.21924px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px;
}

.tur-slide__image-star picture {
    width: 23px;
    height: 23px;
}
.tur-slide__image-star picture i {
    color: #fff;
}

.tur .swiper-wrapper {
    display: flex;
    align-items: stretch;
    height: 390px;
}

.tur-slide__image-id {
    padding: calc(6px + 1 * (100vw - 320px) / 1600) calc(7px + 1 * (100vw - 320px) / 1600);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5.21924px;
}

.tur-slide__content {
    padding: 11px 14px 17px 14px;
}

.tur-slide__content-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 12px;
    min-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.tur-slide__content-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(13px + 3 * (100vw - 320px) / 1600);
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 12px;
}

.tur-slide__content-decor {
    width: 100%;
    height: 1px;
    background-color: #D5D9E7;
    margin-bottom: 12px;
}

.tur-slide__content-games {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: 120%;
    color: #fff;
    margin-bottom: calc(12px + 5 * (100vw - 320px) / 1600);
}

.tur-slide__content-games-bold {
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: 120%;
}

.tur-slide__content-date {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: 120%;
    color: #fff;
}

.tur-pagination {
    bottom: -35px !important;
}

.registr-pagination {
    bottom: -35px !important;
}

.cal-pagination {
    bottom: -35px !important;
}

.tab__content-link {
    display: none;
}

.rate {
    padding-bottom: calc(40px + 60 * (100vw - 320px) / 1600);
}

.rate__link {
    display: inline-block;
    margin: 0 auto;
    margin-top: calc(35px + 6 * (100vw - 320px) / 1600);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18.1541px;
    line-height: 22px;
    text-align: center;
    color: #495DFA;
    padding: 10px 37px;
    border: 1px solid #495DFA;
    border-radius: 21px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
}

.rate__link:hover {
    background: #EFF1F8;
}

.rate__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rate__name {
    margin-bottom: calc(18px + 17 * (100vw - 320px) / 1600);
}

.rate__desc {
    max-width: 100%;
    width: 100%;
    display: block;
}

.rate__desc-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #E0E3ED;
}

.rate__desc-row {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    padding: 17px 48px;
}

.rate__desc-row:nth-child(2)::before {
    content: "";
    width: 34px;
    height: 34px;
    background: #EFF1F8;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url(../img/palce-1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rate__desc-row:nth-child(3)::before {
    content: "";
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url(../img/palce-2.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rate__desc-row:nth-child(4)::before {
    content: "";
    width: 34px;
    height: 34px;
    background: #EFF1F8;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url(../img/palce-3.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rate__desc-row:nth-child(odd) {
    background: #F4F6FB;
}

.rate__desc-row:nth-child(even) {
    background: #Fff;
}

.rate__desc-row-top * {
    color: #677181 !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
}

.rate__desc-col {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #03177A;
    text-align: center;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 30ch;
    overflow: hidden;
}

.rate__desc-col-blue {
    color: #495DFA;
}

.rate__desc-col:last-child {
    /*text-align: right;*/
}

.rate__desc-col:first-child {
    text-align: left;
}

.rate__desc-col:nth-child(1) {
    color: #495DFA;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #495DFA;
}

.rate__mob {
    max-width: 100%;
    width: 100%;
    display: none;
}

.rate__mob-card {
    margin-bottom: 20px;
    border: 1px solid #E0E3ED;
    border-radius: 6px;
}

.rate__mob-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 13px;
}

.rate__mob-card-row:nth-child(odd) {
    background: #F4F6FB;
}

.rate__mob-card-row:nth-child(1) {
    height: 50px;
    background-color: #E5EAFB;
    padding-left: 47px;
    position: relative;
}

.rate__mob-card-row:nth-child(1)::before {
    content: "";
    width: 34px;
    height: 34px;
    background: #EFF1F8;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url(../img/palce-1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rate__mob-card-row:nth-child(1) > * {
    color: #495DFA;
}

.rate__mob-card-left {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #6E84A7;
}

.rate__mob-card-right {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.rate__mob-card-2 .rate__mob-card-row::before {
    background-image: url(../img/palce-2.png);
}

.rate__mob-card-3 .rate__mob-card-row::before {
    background-image: url(../img/palce-3.png);
}

.geo {
    padding-bottom: calc(40px + 60 * (100vw - 320px) / 1600);
}

.geo__title {
    text-align: center;
    margin-bottom: 30px;
}

.geo__map {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.geo__map-img {
    margin: 0 auto;
    height: calc(350px + 180 * (100vw - 320px) / 1600);
}

.spons {
    padding-bottom: calc(64px + 80 * (100vw - 320px) / 1600);
}

.spons__container {
    position: relative;
}

.spons__title {
    margin-bottom: 30px;
    text-align: center;
    padding: 0 20px;
    width: 100%;
}

.spons-slide {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 9px;
    border: 1.44592px solid #E0E3ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 21.6888px;
}

.spons-slide picture {
    position: relative;
    height: calc(55px + 31 * (100vw - 320px) / 1600);
    width: 100%;
}

.spons-slide picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.spons-pagination .swiper-pagination-bullet {
    width: calc(8px + 5 * (100vw - 320px) / 1600);
    height: calc(8px + 5 * (100vw - 320px) / 1600);
}

.spons-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -35px !important;
}

.spons-next {
    right: -46px;
    left: auto;
    top: auto;
    bottom: 65px;
}

.spons-prev {
    left: -46px;
    right: auto;
    top: auto;
    bottom: 65px;
}

.spons-next:after {
    content: url(../img/slider-right.png);
}

.spons-prev:after {
    content: url(../img/slider-left.png);
}

.game {
    padding-top: calc(40px + 60 * (100vw - 320px) / 1600);
    padding-bottom: calc(40px + 60 * (100vw - 320px) / 1600);
}

.game__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.game__name {
    margin-bottom: calc(18px + 8 * (100vw - 320px) / 1600);
    width: 100%;
    text-align: left;
}

.game__main {
    display: grid;
    grid-template-columns: calc(240px + 120 * (100vw - 320px) / 1600) 1fr;
    background: #FFFFFF;
    border: 1px solid #E0E3ED;
    border-radius: 15px;
    overflow: hidden;
}

.game__image {
    position: relative;
    height: calc(280px + 80 * (100vw - 320px) / 1600);
}

.game__image picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.game__image picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.game__content {
    padding: calc(13px + 11 * (100vw - 320px) / 1600);
}

.game__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.game__content-top-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 8 * (100vw - 320px) / 1600);
    line-height: 120%;
    color: #03177A;
}

.game__content-top-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px calc(29px + 4 * (100vw - 320px) / 1600);
    border: 1.36267px solid #495DFA;
    border-radius: 136.267px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #495DFA;
}

.game__content-top-remove:hover {
    background: rgba(73, 93, 250, 0.05);
}

.game__content-top-remove img {
    margin-right: 10px;
}

.game__content-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(13px + 3 * (100vw - 320px) / 1600);
    line-height: calc(16px + 7 * (100vw - 320px) / 1600);
    color: #6E84A7;
    margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
    margin-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.game__content-decor {
    width: 100%;
    height: 1px;
    background-color: #D5D9E7;
    margin-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
}

.game__content-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.game__content-foot-date {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #03177A;
}

.game__content-foot-price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #6E84A7;
}

.game__content-foot-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game__content-foot-price-red {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #FA497F;
    margin-left: 5px;
}

.registr-swiper {
    max-width: 100%;
    width: 100%;
    padding-right: 25px;
}

.cal-swiper {
    max-width: 100%;
    width: 100%;
    padding-right: 25px;
}

.decor-wrap-2 {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.decor-wrap-2 .decor {
    width: 100%;
    display: none;
}

.registr {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.registr__container {
    position: relative;
}

.registr-swiper {
    margin-top: calc(16px + 16 * (100vw - 320px) / 1600);
    position: relative;
    padding-right: 25px;
}

.cal-swiper {
    margin-top: calc(16px + 16 * (100vw - 320px) / 1600);
    position: relative;
    padding-right: 25px;
}

.registr-slide {
    border: 1px solid #E0E3ED;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    max-height: calc(480px + 312 * (100vw - 320px) / 1600);
}

.registr-image {
    position: relative;
    height: calc(141px + 35 * (100vw - 320px) / 1600);
    position: relative;
}

.registr-image picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.registr__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: calc(14px + 4 * (100vw - 320px) / 1600);
}

.registr__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 5px;
    color: #03177A;
}

.registr-content {
    padding: calc(13px + 5 * (100vw - 320px) / 1600);
}

.registr__content-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(13px + 3 * (100vw - 320px) / 1600);
    line-height: 20px;
    padding-bottom: calc(14px + 4 * (100vw - 320px) / 1600);
    color: #6E84A7;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.registr__content-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: calc(14px + 4 * (100vw - 320px) / 1600);
    border-bottom: 1px solid #D5D9E7;
}

.registr__content-place-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: 120%;
    color: #6E84A7;
}

.registr__content-place-num {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: #03177A;
}

.registr__content-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: calc(14px + 4 * (100vw - 320px) / 1600);
    padding-top: calc(14px + 4 * (100vw - 320px) / 1600);
    border-bottom: 1px solid #D5D9E7;
    margin-bottom: 18px;
}

.registr__content-price .game__content-top-remove {
    font-size: 16px;
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: red;
}

.registr__content-price-date {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #03177A;
}

.registr__content-price-main {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: #FA497F;
}

.registr-content .game__content-top-remove {
    font-size: 16px;
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cal-swiper .registr__content-price {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.team__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.team__block {
    background: #EFF1F8;
    max-width: 100%;
    border-radius: 20px;
    margin-top: calc(18px + 9 * (100vw - 320px) / 1600);
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(30px + -7 * (100vw - 320px) / 1600) calc(25px + 4 * (100vw - 320px) / 1600);
}

.team__left {
    margin-right: 30px;
}

.team__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.team__right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.team__right-top-link {
    display: inline-block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #495DFA;
}

.team__right-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #6E84A7;
}

.team__right-place-icon {
    margin-right: 14px;
}

.team__right-decor {
    height: 1.30421px;
    width: 100%;
    background-color: #E0E3ED;
    margin-top: 23px;
    margin-bottom: 22px;
}

.team__right-blocks {
    display: grid;
    grid-template-columns: calc(150px + 71 * (100vw - 320px) / 1600) calc(150px + 71 * (100vw - 320px) / 1600) calc(150px + 71 * (100vw - 320px) / 1600);
}

.team__right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team__right-block-num {
    background: #495DFA;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.team__right-block-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #6E84A7;
    margin-left: 13px;
}

.team__subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: calc(18px + 8 * (100vw - 320px) / 1600);
    line-height: 120%;
    color: #03177A;
    margin-top: calc(0px + 22 * (100vw - 320px) / 1600);
    margin-bottom: calc(18px + -4 * (100vw - 320px) / 1600);
}

.team__peop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.team__peop-card {
    border: 0.612906px solid #E0E3ED;
    border-radius: 9.39891px;
    padding: 19px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.team__peop-card-img {
    margin-right: 16px;
}

.team__peop-card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
}

.team__peop-card-text-role {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #6E84A7;
    margin-bottom: 10px;
    max-width: 16ch;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team__peop-card-text-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #03177A;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* will make [...] at the end */
    width: 16ch;
    /* change to your preferences */
    white-space: nowrap;
    /* paragraph to one line */
    overflow: hidden;
    /* older browsers */
}

.team-title {
    width: 100%;
    text-align: left;
}

.tema__right-top-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: calc(18px + 8 * (100vw - 320px) / 1600);
    line-height: 120%;
    color: #03177A;
}

.organizator__button {
    padding: 11px 48px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(18px + 3 * (100vw - 320px) / 1600);
    line-height: calc(21px + 6 * (100vw - 320px) / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #495DFA;
    border-radius: 136.281px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 40px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.organizator__button:hover {
    background: #2A40E8;
}

.organizator__title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.game__content-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.game__content-user-name {
    margin-left: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #6E84A7;
}

.game__content-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.game__content-place-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #6E84A7;
}

.game__content-place-num {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #03177A;
    margin-left: 13px;
}

.quest {
    margin-bottom: calc(40px + 60 * (100vw - 320px) / 1600);
}

.quest__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
}

.subtitle {
    margin-top: 28px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: bold;
    font-size: calc(18px + 4 * (100vw - 320px) / 1600);
    line-height: calc(21px + 5 * (100vw - 320px) / 1600);
    color: #03177A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subtitle span {
    font-family: "Exo 2";
    font-weight: normal;
    font-size: calc(18px + 4 * (100vw - 320px) / 1600);
    line-height: calc(21px + 5 * (100vw - 320px) / 1600);
    color: #495DFA;
    margin-left: 8px;
}

.quest__block {
    margin-top: 30px;
}

.quest__block-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: calc(14px + 5 * (100vw - 320px) / 1600) calc(16px + 15 * (100vw - 320px) / 1600);
}

.quest__block-list_item {
    background: #EFF1F8;
    border-radius: 15px;
    padding: 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quest__block-list_item-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #03177A;
}

.quest__block-list_item-num {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #03177A;
}

.last {
    margin-bottom: 100px;
}

.button_pink__wrapper {
    display: flex;
    justify-content: center;
}

.button_pink {
    padding: 10.5px 14px;
    background: #FA497F;
    border: 2px solid transparent;
    border-radius: 136.3px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
}

.last__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.last__desc {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
    padding-top: 34px;
}

.last__mob {
    display: block;
    width: 100%;
}

.last__desc-item {
    background: #E5EAFB;
    border-radius: 10px;
    padding: calc(13px + 3 * (100vw - 320px) / 1600) calc(11px + 13 * (100vw - 320px) / 1600);
}

.last__desc-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

.last__desc-item-top-2 {
    margin-bottom: 0;
}

.last__desc-item-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.last__desc-item-foot-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.last__desc-item-foot-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #495DFA;
    margin-right: 30px;
}

.last__desc-item-foot-item-2 {
    margin-top: 15px;
}

.last__desc-item-foot-item img {
    margin-right: 6px;
}

.last__desc-item-foot-item:last-child {
    margin-right: 0;
}

.last__desc-item-top-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: 120%;
    color: #03177A;
    margin-right: 5px;
}

.last__desc-item-top-date {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: 120%;
    color: #6E84A7;
    white-space: nowrap;
}

.s1-bg-1 {
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: -1;
    height: calc(230px + 250 * (100vw - 320px) / 1600);
}

._anim-scr {
    -webkit-animation: 10s ease 0s infinite alternate scratch;
    animation: 10s ease 0s infinite alternate scratch;
}

._anim-new {
    -webkit-animation: 15s ease 0s infinite alternate new;
    animation: 15s ease 0s infinite alternate new;
}

.org-full {
    display: block !important;
}

@-webkit-keyframes scratch {
    from {
        -webkit-transform: translate(-15px, -15px) scale(0.9);
        transform: translate(-15px, -15px) scale(0.9);
    }

    to {
        -webkit-transform: translateX(15px, 15px) scale(1);
        transform: translateX(15px, 15px) scale(1);
    }
}

@keyframes scratch {
    from {
        -webkit-transform: translate(-15px, -15px) scale(0.9);
        transform: translate(-15px, -15px) scale(0.9);
    }

    to {
        -webkit-transform: translateX(15px, 15px) scale(1);
        transform: translateX(15px, 15px) scale(1);
    }
}

@-webkit-keyframes new {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes new {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@media (min-width: 620px) {
    .services {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 991px) {
    .decor-wrap .decor {
        display: block;
        position: absolute;
        width: 110%;
        right: -5%;
        top: 400px;
        z-index: -1;
    }

    .decor-wrap-2 .decor {
        display: block;
        position: absolute;
        width: 110%;
        right: -5%;
        top: 0px;
        z-index: -1;
    }

    .last__mob {
        display: none;
    }

    .last__desc-item-top-name {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 30ch;
    }

    ._anim-items.anim-left {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    ._anim-items.anim-left._active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    ._anim-items.anim-scale {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    ._anim-items.anim-scale._active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    ._anim-items.anim-right {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    ._anim-items.anim-right._active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    ._anim-items.anim-bottom {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    ._anim-items.anim-bottom._active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    ._anim-items.anim-top {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    ._anim-items.anim-top._active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 1450px) {
    .spons-next,
    .spons-prev {
        display: none;
    }
}

@media (max-width: 1444px) {
    .proj-button-next {
        right: -26px;
    }

    .proj-button-prev {
        left: -26px;
    }
}

@media (max-width: 1400px) {
    .proj-button-prev,
    .proj-button-next {
        display: none;
    }
}

@media (max-width: 1260px) {
    .header__logo {
        margin-right: 22px;
    }

    .header__menu-item {
        margin-right: 24px;
    }
}

@media (max-width: 1200px) {
    .header__menu-open {
        display: block;
    }

    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 100%;
        width: 100%;
    }

    .header__menu-item {
        margin-bottom: 36px;
    }

    .header__menu-link {
        color: #E0E3ED;
    }

    .header__login {
        margin-right: 0px;
    }

    .header__login-text {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #EFF1F8;
    }

    .header__registr {
        width: 100%;
        max-width: 250px;
    }

    .header__registr-link {
        max-width: 100%;
        width: 100%;
        display: inline-block;
    }

    .header__mob {
        display: block;
    }

    .header__menu-open {
        display: block;
    }

    .header-2.hide .header__top {
        display: none;
    }
}

@media (max-width: 1170px) {
    .organizator__button {
        margin-top: 60px;
    }
}

@media (max-width: 1024px) {
    .footer__main-col.dn {
        display: none;
    }
}

@media (max-width: 991px) {
    .more__image-1 {
        display: none;
    }

    .more__image-2 {
        display: none;
    }

    .more__image-full {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .services-slide {
        min-height: 0px;
    }

    .info__image-1 {
        display: none;
    }

    .info__image-3 {
        display: none;
    }

    .info__image-full {
        display: block;
    }

    .rate__desc-row {
        grid-template-columns: 1fr 1fr 1fr 1fr 50px;
    }

    .team__peop {
        grid-template-columns: 1fr 1fr;
        row-gap: 18px;
    }

    .swim {
        position: fixed;
        right: -53px;
        bottom: 50%;
        -webkit-transform: translateY(50%) rotate(-90deg);
        -ms-transform: translateY(50%) rotate(-90deg);
        transform: translateY(50%) rotate(-90deg);
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 1;
        max-height: 30px;
    }

    .swim img {
        max-height: 18px;
    }

    .swim.hide {
        right: -100%;
        opacity: 0;
    }

    .swim-2 {
        right: -75px;
    }

    .swim-block {
        background: #FFFFFF;
        border: 1px solid #E0E3ED;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 6px 6px 0px 0px;
        padding: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #495DFA;
        margin-right: 3px;
    }

    .swim-block p {
        margin-left: 5px;
    }

    .game__content-top-remove-2 {
        display: none;
    }

    .last__desc {
        display: none;
    }

    .last__desc-item {
        margin-top: 15px;
    }

    .last__desc-item-top-name {
        font-weight: 600;
    }
}

@media (max-width: 870px) {
    .header__mob-2.open {
        top: 93px !important;
    }

    .header-2__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-2 .header__top-left-link {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header-2 .header__top-right {
        display: none;
    }
}

@media (max-width: 860px) {
    .footer__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer__amin-col-link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 854px) {
    .footer__main-col-user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }

    .footer__main-registr {
        margin-top: 0;
        margin-left: 35px;
    }
}

@media (max-width: 850px) {
    .team__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .team__left {
        margin-bottom: 25px;
        margin-right: 0;
    }

    .team__right-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .team__right-top-link {
        padding-top: 20px;
        width: 100%;
        text-align: center;
        border-top: 1px solid #D5D9E7;
        margin-top: 21px;
    }

    .team__right-place {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .team__right-blocks {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .team__peop {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 770px) {
    .game__main {
        grid-template-columns: 1fr;
    }

    .game__image {
        max-height: 280px;
    }
}

@media (max-width: 730px) {
    .quest__block-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .header-2 .header__top-right {
        max-width: 100%;
        width: 100%;
    }

    .header__top-right {
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__top-user {
        margin-right: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
    }

    .header__top-user picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__top-user img {
        margin-right: 14px;
    }

    .header__top-logout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        margin-top: 28px;
    }

    .header__top-logout img {
        margin-right: 10px;
    }

    .header__top-logout-icon-dn {
        display: none;
    }

    .header__top-logout-icon {
        display: block;
    }

    .world-2 {
        margin-top: 95px;
    }

    .world {
        padding-bottom: 40px;
    }

    .world__text {
        text-align: center;
    }

    .world__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }

    .world__text-title {
        max-width: 80%;
        margin-bottom: 20px;
    }

    .world__text-subtitle {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .more__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        max-width: 100%;
    }

    .tabs__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tabs__tab {
        margin-right: 0px;
        margin-bottom: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
    }

    .tabs__tab-img {
        display: none;
    }

    .rate__desc {
        display: none;
    }

    .rate__mob {
        display: block;
    }

    .game__content-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.3em;
        height: 3.9em;
    }
}

@media (max-width: 620px) {
    .services {
        padding-left: 20px;
    }

    .info {
        background-image: url(../img/info-bg-mob.png);
    }

    .info__image {
        margin-right: 0;
        margin-bottom: 17px;
    }

    .info__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .tab__content-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 24px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        color: #495DFA;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 500px) {
    .tur-slide__content-name {
        min-height: 0;
    }

    .geo__map-img {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    .game__content-top-remove {
        margin-top: 29px;
        position: relative;
    }

    .game__content-top-remove::after {
        content: "";
        position: absolute;
        top: -15px;
        width: 100%;
        height: 1px;
        background-color: #D5D9E7;
    }

    .game__content-foot-price {
        display: none;
    }

    .subtitle {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .quest__block-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 450px) {
    .footer::after {
        bottom: 130px;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer__bottom-left {
        margin-top: 20px;
    }

    .world__container {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .world__image img {
        display: none;
        min-width: 375px;
    }

    .world__image-full {
        display: block !important;
        opacity: 1;
        min-width: 375px;
    }

    .tur__container {
        padding-right: 0;
    }

    .tur__top {
        padding-right: 20px;
    }

    .registr__container {
        padding-right: 0;
    }

    .s1-bg-1 {
        display: none;
    }
}

@media (max-width: 375px) {
    .world__text-title {
        padding: 0 20px;
    }

    .world__text-subtitle {
        padding: 0 20px;
        max-width: 100%;
    }
}

@media (max-width: 320px) {
    .world::after {
        width: 100%;
        height: 100%;
        background-image: url(../img/s1-bg-mob.png);
    }
}
