html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Bold.eot');
    src: local('Lora Bold'), local('Lora-Bold'),
        url('../fonts/Lora-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-Bold.woff2') format('woff2'),
        url('../fonts/Lora-Bold.woff') format('woff'),
        url('../fonts/Lora-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Manege';
    src: url('../fonts/ManegeDemo-Light.eot');
    src: local('Manege Demo Light'), local('ManegeDemo-Light'),
        url('../fonts/ManegeDemo-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ManegeDemo-Light.woff2') format('woff2'),
        url('../fonts/ManegeDemo-Light.woff') format('woff'),
        url('../fonts/ManegeDemo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}




*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter';
    color: #f1f1f1;
    background: #180E09;
}

body,
html {
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
}

.noscroll {
    overflow: hidden;
}

.center {
    text-align: center;
}

.color {
    color: #6E1C00;
}

a {
    color: #fff;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p {
  margin: 0 0 30px;
}

p:last-child {
    margin-bottom: 0!important;
}

img,
iframe {
    display: block;
    width: 100%;
}

/*     main     */

.wrapper {
    position: relative;
    overflow: hidden;
}

.section {
    position: relative;
    max-width: 1872px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.container {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 5;
}

.title {
    font-weight: 300;
    font-size: 80px;
    line-height: 80px;
    font-family: 'Manege';
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.is-animate-words b {
  font-weight: 500!important;
}


.is-animate-words .word {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transform: translateY(2px);
  will-change: opacity, transform;
}

.is-animate-words .word.is-visible {
  opacity: 1 !important;
  transform: translateY(0);
}


@media only screen and (max-width: 1679px){
    .container {
        max-width: 1200px;
    }

    .title {
        font-size: 56px;
        line-height: 60px;
    }
}

/*
@media only screen and (max-width: 1199px){
    .container {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1023px){
    .container {
        max-width: 768px;
    }
}
*/

@media only screen and (max-width: 1199px){
    .container {
        max-width: 394px;
    }
}

@media only screen and (max-width: 390px){
    .title {
        font-size: 50px;
    }
}


/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lora';
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.btn_main span {
    background: linear-gradient(90deg, #FEFEF3 0%, #FDEE98 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 0px 10px rgba(89, 0, 0, 0.84));
}

@media only screen and (max-width: 1679px){
    
}

@media only screen and (max-width: 1439px){
    
}

@media only screen and (max-width: 1199px){
    
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    
}

/*     header     */

.header {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
}

.header__block {
    position: relative;
    height: 96px;
    padding: 0 630px 0 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__block:before {
    position: absolute;
    top: -5px;
    left: -8px;
    content: url(../img/header-block-bg-before-final.png);
    z-index: 1;
}

.header__block:after {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../img/header-block-bg-after.png);
    z-index: 2;
}

.header__block > a,
.header__block > span,
.header__block > div {
    position: relative;
    z-index: 3;
}

.header__logo {
    position: absolute!important;
    content: url(../img/header-logo.png);
    top: -10px;
    left:  34px;
}

.header__menu ul {
    display: flex;
    column-gap: 36px;
    justify-content: center;
}

.header__menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;    
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.04em;
    font-family: 'Inter';
    text-transform: uppercase;
    background-position: center;
    background-repeat: no-repeat;
}

.header__menu a.current {
    width: 180px;
    background-image: url(../img/header-menu-bg.svg);
}

.header__more {
    position: absolute!important;
    top: 16px;
    right: 20px;
    height: 64px;
    padding: 10px 45px;
    display: flex;
    column-gap: 160px;
    align-items: center;
    justify-content: space-between;
    background-image: url(../img/header-more-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.header__more > div {
    position: relative;
    z-index: 2;
}

.header__more:after {
    position: absolute;
	right: -10px;
    bottom: -4px;
    content: url(../img/header-more-decore.png);
    z-index: 1;
}

.header__menu2 ul {
    display: flex;
    column-gap: 60px;
}

.header__menu2 a {
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.04em;
    font-family: 'Inter';
    text-transform: uppercase;
}

.header__language {
    position: relative;
    width: 87px;
    height: 25px;
}

.header__language ul {
    position: absolute;
    left: 8px;
    display: flex;
    row-gap: 22px;
    flex-direction: column;
}

.header__language li {
    display: none;
}

.header__language:hover li {
    display: flex;
}

.header__language li a,
.header__language li span {
    padding-left: 30px;
    padding-right: 22px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
}

.header__language li a {
    cursor: pointer;
}

.header__language .current span:after {
    position: absolute;
    content: '';
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background-image: url(../img/language-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__language:hover .current span:after {
    transform: rotate(-180deg);
}

.header__language li .rus {
    background-image: url(../img/rus.png);
}

.header__language li .eng {
    background-image: url(../img/eng.png);
}

.header__language li .chi {
    background-image: url(../img/chi.png);
}

.header__language li .kor {
    background-image: url(../img/kor.png);
}

.header__language li.current {
    display: flex;
    justify-content: space-between;
}

.header__language a {
    color: #646CF6;
}

.header__burger {
    display: none;
    column-gap: 1px;
    align-items: center;
    padding: 2px 2px 2px 2px;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

@media only screen and (max-width: 1679px){
    .header__block {
        height: 40px;
        padding: 0 498px 0 100px;
    }

    .header__block:before {
        top: -35px;
        left: -248px;
        transform: scale(0.708);
    }

    .header__block:after {
        top: -29px;
        left: -239px;
        transform: scale(0.708);
    }

    .header__logo {
        top: -40px;
        left: 14px;
        transform: scale(0.7);
    }

    .header__menu ul {
        column-gap: 28px;
    }

    .header__menu a.current {
        width: 122px;
    }

    .header__menu a {
        height: 30px;
        font-size: 13px;
        background-size: contain;
    }

    .header__menu2 a {
        font-size: 13px;
    }

    .header__more {
        top: -4px;
        right: 15px;
        height: 46px;
        padding: 5px 30px;
        column-gap: 106px;
    }

    .header__more:after {
        right: 46px;
        bottom: -20px;
        transform: scale(0.7);
    }

    .header__menu2 ul {
        column-gap: 45px;
    }

    .header__language {
        width: 76px;
        height: 22px;
    }

    .header__language ul {
        row-gap: 9px;
    }

    .header__language li a,
    .header__language li span {
        padding-right: 11px;
        font-size: 14px;
        background-position: left 7px center;
        background-size: 20px;
    }

    .header__language .current span:after {
        top: 3px;
        right: -3px;
        background-size: 9px;
    }
}

@media only screen and (max-width: 1439px){
    
}

@media only screen and (max-width: 1199px){
    .header {
        top: 41px;
    }

    .header__block {
        height: 37px;  
        padding: 0 0 0 0;
    }

    .header__block:before {
        top: 0;
        left: 0;
        content: url(../img/header-block-bg-before-mob.png);
        transform: scale(1);
        z-index: 2;
    }

    .header__block:after {
        top: -5px;
        left: -8px;
        content: url(../img/header-block-bg-after-mob.png);
        transform: scale(1);
        z-index: 1;
    }

    .header__logo {
        top: -42px;
        left: -26px;
        transform: scale(0.35);
    }

    .header__more {
        top: 4px;
        right: 6px;
        width: 172px;
        height: 29px;
        padding: 0px 6px;
        background-image: url(../img/header-more-bg-mob.png);
    }

    .header__menu {
        display: none;
        position: absolute;
        top: 90px;
        right: -94px;
        width: 149px;
        height: 126px;
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .header__menu::before {
        position: absolute;
        top: -1px;
        left: 0;
        content: url(../img/header-menu-bg.png);
    }

    .header.active .header__menu {
        display: block;
        padding: 0 1px;
    }

    .header__menu ul {
        position: relative;
        width: 100%;
        flex-direction: column;
        z-index: 2;
    }

    .header__menu li {
        border-bottom: 1px solid #5F544E;
    }

    .header__menu a {
        display: flex;
        width: 100%;
        height: 24px;
        font-size: 10px;
        line-height: 24px;
    }

    .header__menu a.current {
        width: 100%;
        background: #720A07;
    }

    .header__menu2 {
        display: none;
    }

    .header.active .header__menu2 {
        position: absolute;
        top: 142px;
        right: 30px;
        display: flex;
    }

    .header__menu2 ul {
        column-gap: 3px;
    }

    .header__more:after {
        right: -9px;
        bottom: -34px;
        transform: scale(0.45);
    }

    .header__menu2 li:first-child a:before {
        position: relative;
        top: 2px;
        left: 0;
        content: url(../img/icon-enter.svg);
        margin-right: 3px;
    }

    .header__menu2 li:last-child a:before {
        position: relative;
        top: 0;
        left: 0;
        content: '/';
        margin-right: 3px;
    }

    .header__menu2 a {
        position: relative;
        font-size: 9px;
    }



    .header__language {
        width: 50px;
        height: 20px;
    }

    .header__language ul {
        row-gap: 0;
    }

    .header__language li a, 
    .header__language li span {
        padding-left: 17px;
        padding-right: 11px;
        font-size: 9px;
        background-position: left center;
        background-size: 16px;
    }

    .header__language .current span:after {
        top: 3px;
        right: -2px;
        background-size: 5px;
    }

    .header__burger {
        display: flex;
    }
}

@media only screen and (max-width: 375px){
    .header__block {
        width: 374px;
        margin-left: -10px;
        transform: scale(0.95);
    }
}

/*     first     */

.bg {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-image: url(../img/bg.jpg);
    background-position: top 1047px center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg::before,
.bg::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    z-index: 2;
}

.bg::before {
    left: calc(50% - 960px);
    width: 100px;
    background: linear-gradient(to right, #180E09, transparent);
}


.bg::after {
    left: calc(50% + 860px);
    width: 100px;
    background: linear-gradient(to left, #180E09, transparent);
}

@media only screen and (max-width: 1679px){
    .bg {
        background-size: 1360px;
        background-position: top 772px center;
    }

    .bg::before {
        left: calc(50% - 680px);
    }

    .bg::after {
        left: calc(50% + 580px);
    }
}

@media only screen and (max-width: 1439px){
    
}

@media only screen and (max-width: 1199px){
    body {
        background-image: url(../img/bg-mob.jpg);
        background-position: top -460px center;
        background-repeat: no-repeat;
        background-size: 480px;
    }

    .bg {
        background: none;
    }

    .bg::before {
        left: calc(50% - 240px);
    }

    .bg::after {
        left: calc(50% + 140px);
    }
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    
}

@media only screen and (max-width: 480px){
     .bg::before {
        display: none;
    }

    .bg::after {
        display: none;
    }
}



/*     first     */

.first {
    position: relative;
    padding: 0;
    background-image: url(../img/first-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.first__video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.first__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first__block {
    position: relative;
    height: 1120px;
}

.first__btn {
    position: absolute;
    top: calc(50% + 160px);
    left: calc(50% - 338px)
}

.first__btn .btn_first {
    position: relative;
    width: 676px;
    height: 122px;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Lora';
    background-image: url(../img/btn-first-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.first__social {
    position: absolute;
    top: 292px;
    right: 183px;
    width: 87px;
    height: 400px;
    padding: 172px 10px 10px;
    display: flex;
    row-gap: 38px;
    flex-direction: column;
    align-items: center;
}

.first__social::before {
    position: absolute;
    top: -30px;
    left: -30px;
    content: url(../img/first-social-bg.png);
    z-index: 1;
}

.first__social a {
    position: relative;
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.first__social a:hover {
    position: relative;
    transform: scale(1.1);
    z-index: 2;
}



@media only screen and (max-width: 1679px){
    .first {
        background-size: 1360px;
        background-position: top center;
    }

    .first__block {
        height: 884px;
    }

    .first__social {
        top: 239px;
        right: 119px;
        transform: scale(0.7);
    }

    .first__btn {
        top: calc(50% + 142px);
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 1199px){
    .first {
        background: none;
    } 

    .first__block {
        height: 680px;
    }

    .first__btn {
        top: calc(50% + 107px);
        transform: scale(0.55);
    }

    .first__btn .btn_first {
        font-size: 35px;
    }
    
    .first__social {
        top: 60px;
        left: 5px;
        right: auto;
        transform: scale(0.5);
    }
}

@media only screen and (max-width: 375px){
    .first__btn {
        transform: scale(0.5);
    }
}

/*     about     */

.about {
   padding-top: 120px;
}

.about__block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about__content {
    position: relative;
    width: calc(45% - 20px);
    padding: 36px 0 28px 114px;
}

.about__content:after {
    position: absolute;
    left: 110px;
    bottom: -7px;
    content: url(../img/about-content-after.png);
}

.about__title {
    padding-left: 84px;
}

.about__text {
    max-width: 537px;
    margin-top: 22px;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -0.04em;
    text-align: center;
}

.about__text p {
    margin-bottom: 78px;
}

.about__slider {
    display: flex;
    width: calc(56% - 20px);
    column-gap: 10px;
}

.about__slider-item {
    position: relative!important;
    overflow: initial!important;
    padding-top: 352px;
}

.about__slider-item.is-active {
    box-shadow: 0px 0px 40px 0px #FFFFC5;
}

.about__slider-item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../img/about-slider-item-bg.png);
    z-index: 1;
}

.about__slider-item::after {
    position: absolute;
    left: -2px;
    bottom: -10px;
    content: url(../img/about-slider-item-decore.png);
    z-index: 3;
}

.about__slider-img {
    position: absolute;
    inset: 0;
    padding: 2px;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.is-active .about__slider-img {
    box-shadow: 0px 0px 10px 0px #FFFFFF;
}

.about__slider-img::before {
    position: absolute;
    top: -8px;
    left: -2px;
    content: url(../img/about-slider-item-decore.png);
}

.about__slider-text {
    position: relative;
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    font-family: 'Manege';
    letter-spacing: -0.04em;
    text-align: center;
    z-index: 3;
}

.about__slider-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 340px;
    height: 47px;
    margin: 20px auto 0;
    padding: 0 2px 0 60px;
    z-index: 3;
}

.about__slider-label:before {
    position: absolute;
    top: -5px;
    left: -3px;
    content: url(../img/about-slider-bg.png);
    z-index: 1;
}

.about__slider-label span {
    position: relative;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.04em;
    z-index: 1;
}

.about__slider-label div {
    position: relative;
    width: 155px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/about-slider-label-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.about__slider-label div strong {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    font-family: 'Lora';
    text-align: center;
    background: linear-gradient(90deg, #FEFEF3 0%, #FDEE98 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 0px 10px rgba(89, 0, 0, 0.84));
}

.about__slider-view {
    width: 100%;
    overflow: visible !important; 
}

.about__slider-item {
    width: 373px;
    height: 533px;
    transition: box-shadow 0.3s ease;
}

/* Свечение для активной карточки (твой стиль) */
.about__slider-item.swiper-slide-active {
    box-shadow: 0px 0px 40px 0px #FFFFC5;
    z-index: 10;
}

.about__slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1679px){
    .about {
        padding-top: 80px;
    }

    .about__block {
        margin-bottom: -100px;
    }

    .about__content {
        padding: 36px 0 20px 75px;
    }

    .about__content:after {
        left: 0px;
        transform: scale(0.7);
    }

    .about__title {
        padding-left: 68px;
    }

    .about__text {
        max-width: 390px;
        margin-top: 15px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .about__text p {
        margin-bottom: 53px;
    }

    .about__slider {
        position: relative;
        top: -66px;
        left: -46px;
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 1199px){
    .about__block {
        flex-direction: column;
    }

    .about__content {
        width: 100%;
        padding: 0 0 24px;
    }

    .about__content:after {
        left: calc(50% - 275px);
    }

    .about__slider {
        width: 100%;
        padding: 0;
        top: 0;
        left: 0;
        margin: -60px 0 -20px;
        transform: scale(0.5);
    }

    .about__title {
        padding-left: 0;
        text-align: center;
    }

    .about__text {
        max-width: 340px;
        margin: 17px auto 0;
        font-size: 12px;
        line-height: 15px;
    }

    .about__text p {
        margin-bottom: 17px;
    }

    .about__text br {
        display: none;
    }
}

@media only screen and (max-width: 390px){
    .about__slider {
        margin: -100px 0 -60px;
        transform: scale(0.4);
    }
}

@media only screen and (max-width: 375px){
    
}

/*     news     */

.news {
    position: relative;
    padding-top: 228px;
    z-index: 4;
}

.news__title {
    padding-left: 200px;
}

.news__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1581px;
    margin: 89px auto 0;
}

.news__column {
    width: 33.33%;
    padding: 0 15px;
}

.news__item {
    position: relative;
    display: flex;
    height: 328px;
    padding: 17px 27px;
    align-items: flex-end;
}

.news__item::before {
    position: absolute;
    top: 0;
    left: -3px;
    content: url(../img/news-item-bg.png);
}

.news__item > div { 
    position: relative;
    z-index: 3;
}

.news__item-img {
    position: absolute!important;
    top: 2px;
    left: 3px;
    right: 1px;
    bottom: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news__item-img:before {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(to top, #180E09, transparent);
}

.news__item-content {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

.news__item-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
}

.news__item-more {
    display: flex;
    column-gap: 20px;
    font-size: 18px;
    line-height: 24px;
    opacity: 0.75;
}

.news__btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 74px;
    margin-right: 35px;
}

.news__btn .btn_news {
    position: relative;
    width: 544px;
    height: 82px;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Lora';
}

.news__btn .btn_news span {
    position: relative;
    z-index: 2;
}

.news__btn .btn_news::before {
    position: absolute;
    top: -18px;
    left: -14px;
    content: url(../img/btn-news-bg.png);
    z-index: 1;
}

@media only screen and (max-width: 1679px){
    .news {
        padding-top: 127px;
    }

    .news__title {
        padding-left: 144px;
    }

    .news__list {
        margin-top: 58px;
    }

    .news__item {
        height: 240px;
        padding: 10px 17px;
        background-color: #fff;
    }

    .news__item::before {
        top: -45px;
        left: -71px;
        content: url(../img/news-item-bg.png);
        transform: scale(0.732);
    }

    .news__item-content {
        row-gap: 10px;
    }

    .news__item-title {
        font-size: 26px;
        line-height: 30px;
    }

    .news__item-more {
        column-gap: 16px;
        font-size: 14px;
        line-height: 20px;
    }
    
    .news__btn {
        margin-top: 37px;
        margin-right: -175px;
        transform: scale(0.7);
    }

}

@media only screen and (max-width: 1199px){
    .news {
        padding-top: 100px;
    }

    .news__title {
        padding-left: 0;
        text-align: center;
    }

    .news__list {
        row-gap: 10px;
        flex-direction: column;
        max-width: 343px;
        margin: 50px auto 0;
    }

    .news__column {
        width: 100%;
        padding: 0;
    }


    .news__item {
        height: 226px;
    }

    .news__item::before {
        top: 0;
        left: -4px;
        content: url(../img/news-item-bg-mob.png);
        transform: scale(1);
    }

    .news__item-img {
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
    }

    .news__btn {
        justify-content: center;
        margin: 30px 0 0;
        transform: scale(1);
    }
    
    .news__btn .btn_news {
        width: 374px;
        height: 60px;
        font-size: 19px;
    }

    .news__btn .btn_news::before {
        top: 0;
        left: 0;
        content: url(../img/btn-news-bg-mob.png);
    }
}

@media only screen and (max-width: 375px){
    .news__btn {
        margin: 30px 0 0 -10px;
        transform: scale(0.9);
    }
}

/*     map     */

.map {
    position: relative;
    padding-top: 55px;
    z-index: 3;
}

.map__block {
    position: relative;
}

.map__head {
    position: absolute;
    top: 90px;
    right: 58px;
    display: flex;
    row-gap: 10px;
    align-items: center;
    flex-direction: column;
}

.map__text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -0.04em;
    text-align: center;
}

.map__main {
    position: relative;
    width: 1918px;
    margin: 0px 0 0 -132px;
}

.map__img {
    position: relative;
    z-index: 1;
}

.map__item {
    position: absolute;
    width: 48px;
    height: 48px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.map__item:hover {
    z-index: 5;
}

.map__item img {
    max-width: 80%;
    max-height: 80%;
}

.map__item.item_12 {
    top: 917px;
    left: 461px;
}

.map__item.item_14 {
    top: 758px;
    left: 400px;
}

.map__item.item_18 {
    top: 697px;
    left: 546px;
}

.map__item.item_20 {
    top: 852px;
    left: 768px;
}

.map__item.item_21 {
    top: 715px;
    left: 927px;
}

.map__item.item_24 {
    top: 760px;
    left: 656px;
}

.map__item.item_33 {
    top: 860px;
    left: 285px;
}

.map__item.item_40 {
    top: 801px;
    left: 1286px;
}

.map__item.item_42 {
    top: 840px;
    left: 886px;
}

.map__item.item_43 {
    top: 591px;
    left: 1540px;
}

.map__item.item_46 {
    top: 927px;
    left: 1240px;
}

.map__item.item_49 {
    top: 749px;
    left: 1141px;
}

.map__item.item_50 {
top: 526px;
    left: 1049px;
}

.map__item.item_52 {
    top: 713px;
    left: 1462px;
}

.map__item.item_74 {
    top: 472px;
    left: 475px;
}

.map__item.item_77 {
    top: 402px;
    left: 948px;
}

.map__item.item_78 {
    top: 585px;
    left: 499px;
}

.map__item.item_81 {
    top: 427px;
    left: 715px;
}

.map__item.item_90 {
    top: 577px;
    left: 860px;
}

.map__item.item_79 {
    top: 517px;
    left: 280px;
}

.map__item.item_85 {
    top: 633px;
    left: 332px;
}

.map__item.item_95 {
    top: 438px;
    left: 1360px;
}

.map__item.item_276 {
    top: 951px;
    left: 1514px;
}

.map__item.item_277 {
    top: 226px;
    left: 337px;
}

.map__item-label {
    position: absolute;
    top: 60px;
    left: 50%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #ce0d07;
    border: 2px solid #960c08;
    border-radius: 10px;
    transform: translate(-50%, 0);
    display: none;
}

.map__item-label strong {
    font-size: 16px;
}

.map__item:hover .map__item-label {
    display: block;
}

@media only screen and (max-width: 1679px){
    .map__block {
        margin: -230px 0 -222px;
    }

    .map__head {
        top: 261px;
        right: 48px;
        row-gap: 4px;
    }

    .map__text {
        font-size: 16px;
        line-height: 20px;
    }

    .map__main {
        margin: 0 0 0 -372px;
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 1439px){
    
}

@media only screen and (max-width: 1199px){
    .map {
        padding-top: 87px;
    }

    .map__block {
        margin: 0;
    }

    .map__head {
        position: relative;
        top: initial;
        right: initial;
    }

    .map__text {
        margin-top: 12px;
        font-size: 13px;
        line-height: 16px;
    }

    .map__main {
        margin: -471px 0 -533px -771px;
        transform: scale(0.275);
    }

}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    
}

/*     rating     */

.rating {
   padding-top: 100px;
}

.rating__title {
   padding-left: 46px;
}

.rating__control {
    position: relative;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 44px;
}

.rating__control.second {
    margin-top: 95px;
}

.rating__control:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../img/rating-block-bg-before.png);
    z-index: 2;
}

.rating__control:after {
    position: absolute;
    top: -5px;
    left: -8px;
    content: url(../img/rating-block-bg-after.png);
    z-index: 1;
}

.rating__tabs {
    position: relative;
    display: flex;
    column-gap: 8px;
    cursor: pointer;
    z-index: 3;
}

.rating__tab.active {
    cursor: default;
}

.rating__tabs.two {
    width: 100%;
    justify-content: space-between;
}

.rating__tab {
    position: relative;
    height: 64px;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Lora';
    letter-spacing: 0!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.rating__tab.active {
    z-index: 2;
}

.rating__tab {
    position: relative;
    width: 476px;
    background-image: url(../img/rating-tab.png);
    z-index: 1;
}

.rating__tab.active {
    background-image: url(../img/rating-tab-active.png);
    z-index: 2;
}

.rating__icons {
    position: relative;
    display: flex;
    column-gap: 26px;
    padding-right: 20px;
    z-index: 3;
}

.rating__icon {
    position: relative;
    display: flex;
    width: 84px;
    height: 84px;
    align-items: center;
    justify-content: center;
}

.rating__icon:before {
    position: absolute;
}

.rating__icon.icon_1:before {
    top: calc(50% - 27px);
    left: calc(50% - 42px);
    content: url(../img/rating-icon-1.png);
}

.rating__icon.icon_1.active:before {
    top: calc(50% - 67px);
    left: calc(50% - 82px);
    content: url(../img/rating-icon-1-active.png);
}

.rating__icon.icon_2:before {
    top: calc(50% - 27px);
    left: calc(50% - 42px);
    content: url(../img/rating-icon-2.png);
}

.rating__icon.icon_2.active:before {
    top: calc(50% - 67px);
    left: calc(50% - 82px);
    content: url(../img/rating-icon-2-active.png);
}

.rating__icon.icon_3:before {
    top: calc(50% - 27px);
    left: calc(50% - 42px);
    content: url(../img/rating-icon-3.png);
}

.rating__icon.icon_3.active:before {
    top: calc(50% - 67px);
    left: calc(50% - 82px);
    content: url(../img/rating-icon-3-active.png);
}

.rating__icon.icon_4:before {
    top: calc(50% - 27px);
    left: calc(50% - 42px);
    content: url(../img/rating-icon-4.png);
}

.rating__icon.icon_4.active:before {
    top: calc(50% - 67px);
    left: calc(50% - 82px);
    content: url(../img/rating-icon-4-active.png);
}

.rating__icon.icon_5:before {
    top: calc(50% - 27px);
    left: calc(50% - 42px);
    content: url(../img/rating-icon-5.png);
}

.rating__icon.icon_5.active:before {
    top: calc(50% - 67px);
    left: calc(50% - 82px);
    content: url(../img/rating-icon-5-active.png);
}

.rating__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1622px;
    margin: 113px auto 0;
}

.rating__list.hide {
    max-height: 580px;
    overflow: hidden;
}

.rating__column {
    width: 50%;
    padding: 0 21px;
    display: flex;
    flex-direction: column;
    row-gap: 39px;
}

.rating__item {
    position: relative;
    height: 81px;
}

.rating__item::before {
    position: absolute;
    top: 0;
    left: -4px;
    content: url(../img/rating-item-bg.png);
    z-index: 1;
}

.rating__item > div {
    position: relative;
    z-index: 2;
}

.rating__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

.rating__item > div {
    display: flex;
    align-items: center;
}

.rating__item-number {
    width: 74px;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Lora';
    text-transform: uppercase;
    text-align: center;
}

.rating__item.top .rating__item-number {
    position: relative;
    padding-bottom: 16px;
}

.rating__item.top .rating__item-number:before {
    position: absolute;
    top: -13px;
    left: 5px;
    content: url(../img/rating-item-number-top.png);
    z-index: -1;
}

.rating__item-name {
    margin-left: 18px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Lora';
}

.rating__item-text {
    position: relative;
    min-width: 220px;
    padding: 0 20px 0 60px;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.04em;
}

.rating__item-text:before {
    position: absolute;
    top: -18px;
    left: -18px;
    pointer-events: none;
}

.rating__item-text.icon_0:before {
    content: url(../img/rating-icon-1.png);
}

.rating__item-text.icon_1:before {
    content: url(../img/rating-icon-2.png);
}

.rating__item-text.icon_2:before {
    content: url(../img/rating-icon-3.png);
}

.rating__item-text.icon_3:before {
    content: url(../img/rating-icon-4.png);
}

.rating__item-text.icon_4:before {
    content: url(../img/rating-icon-5.png);
}

.rating__item-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 44px;    
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    font-family: 'Lora';
    background-image: url(../img/rating-item-count.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rating__item-count span {
    background: linear-gradient(90deg, #FEFEF3 0%, #FDEE98 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 0px 10px rgba(89, 0, 0, 0.84));
}

.rating__btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.rating__btn .btn_rating {
    position: relative;
    width: 544px;
    height: 82px;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Lora';
}

.rating__btn .btn_rating::before {
    position: absolute;
    top: -18px;
    left: -14px;
    content: url(../img/btn-news-bg.png);
    z-index: 1;
}

.rating__btn .btn_rating span {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1679px){
    .rating__title {
        padding-left: 36px;
    }

    .rating__control {
        height: 70px;
        margin-top: 30px;
        padding: 0 16px;
    }

    .rating__control.second {
        margin-top: 67px;
    }

    .rating__control:before {
        top: -13px;
        left: -240px;
        transform: scale(0.708);
    }

    .rating__control:after {
        top: -19px;
        left: -248px;
        transform: scale(0.708);
    }

    .rating__tab {
        width: 362px;
        height: 50px;
        font-size: 25px;
        line-height: 25px;
    }

    .rating__icon {
        width: 50px;
        height: 50px;
    }

    .rating__icon:before {
        transform: scale(0.7);
    }

    .rating__list {
        max-width: 1162px;
        margin: 78px auto 0;
    }

    .rating__list.hide {
        max-height: 405px;
    }

    .rating__column {
        row-gap: 27px;
    }

    .rating__item {
        height: 58px;
        padding: 6px 12px 6px 12px;
    }

    .rating__item::before {
        top: -12px;
        left: -119px;
        transform: scale(0.7);
    }

    .rating__item-number {
        width: 52px;
        margin-left: 12px;
        font-weight: 700;
        font-size: 25px;
        line-height: 25px;
    }

    .rating__item.top .rating__item-number {
        padding-bottom: 12px;
    }

    .rating__item.top .rating__item-number:before {
        top: -21px;
        left: -6px;
        transform: scale(0.7);
    }

    .rating__item-name {
        margin-left: 18px;
        font-size: 18px;
        line-height: 20px;
    }

    .rating__item-text {
        min-width: 170px;
        padding: 0 20px 0 50px;
        font-size: 14px;
        line-height: 20px;
    }

    .rating__item-text:before {
        transform: scale(0.7);
    }

    .rating__item-count {
        width: 84px;
        height: 32px;
        font-size: 18px;
        line-height: 20px;
        background-size: cover;
    }

    .rating__btn {
        margin-top: 25px;
    }

    .rating__btn .btn_rating {
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 1199px){
    .rating__title {
        padding-left: 0;
        line-height: 80px;
        text-align: center;
    }

    .rating__control.base {
        flex-direction: column;
        height: 78px;
        margin-top: 25px;
        padding: 3px 0 0!important;
    }

    .rating__control:before {
        top: 0;
        left: 0;
        transform: scale(1);
    }

    .rating__icon:before {
        transform: scale(0.6);
    }

    .rating__control:after {
        display: none;
    }

    .rating__control.second {
        height: 37px;
        margin-top: 26px;
        padding: 0 6px; 
    }

    .rating__control.base:before {
        top: -6px!important;
        left: -8px!important;
        content: url(../img/rating-block-bg-before-mob.png)!important;
    }

    .rating__control.second:before {
        top: -5px!important;
        left: -8px!important;
        content: url(../img/rating-block-bg-before-mob2.png)!important;
    }

    .rating__control.second .rating__tab {
        width: 114px;
        height: 29px;
        font-size: 14px;
        line-height: 20px;
        background-image: url(../img/rating-tab-mob2.png);
    }

    .rating__control.base .rating__tab {
        width: 176px;
        height: 29px;
        font-size: 14px;
        line-height: 20px;
        background-image: url(../img/rating-tab-mob.png);
    }

    .rating__control.second .rating__tab.active {
        background-image: url(../img/rating-tab-active-mob2.png);
    }

    .rating__control.base .rating__tab.active {
        background-image: url(../img/rating-tab-active-mob.png);
    }

    .rating__icons {
        position: relative;
        top: -3px;
        padding: 0;
        column-gap: 22px;
    }

    .rating__icon {
        width: 48px;
        height: 32px;
    }

    .rating__list {
        flex-direction: column;
        margin-top: 30px;
        row-gap: 9px;
    }

    .rating__list.hide {
        max-height: 458px;
        margin-right: -1px;
    }

    .rating__column {
        width: 100%;
        padding: 0;
        row-gap: 5px;
    }

    .rating__item {
        height: 40px;
        padding: 6px 8px 6px 10px;
    }

    .rating__item.top {
        margin-bottom: 4px;
    }
    
    .rating__item.top .rating__item-number {
        padding-bottom: 7px;
    }

    .rating__item::before {
        top: 0;
        left: -4px;
        content: url(../img/rating-item-bg-mob.png);
        transform: scale(1);
    }

    .rating__item-number {
        width: 30px;
        margin-left: 0;
        font-size: 20px;
        line-height: 20px;
    }

    .rating__item.top .rating__item-number:before {
        top: -30px;
        left: -16px;
        transform: scale(0.46);
    }

    .rating__item-name {
        margin-left: 25px;
        font-size: 14px;
        line-height: 16px;
    }

    .rating__item-text {
        min-width: 140px;
        padding: 0 10px 0 44px;
        font-size: 12px;
        line-height: 16px;
    }

    .rating__item-text:before {
        top: -20px;
        transform: scale(0.5);
    }

    .rating__item-count {
        width: 56px;
        height: 22px;
        font-size: 14px;
        line-height: 18px;
    }

    .rating__btn .btn_rating {
        width: 374px;
        height: 60px;
        font-size: 19px;
        transform: scale(1);
    }

    .rating__btn .btn_rating::before {
        top: 0;
        left: 0;
        content: url(../img/btn-news-bg-mob.png);
    }

}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 375px){
    .rating__control,
    .rating__list {
        width: 374px;
        transform: scale(0.9);
        margin-left: -10px;
    }

    .rating__btn {
        margin: 30px 0 0 -10px;
        transform: scale(0.9);
    }
}

/*     footer     */

.footer {
   padding: 218px 0 82px;
}

.footer__block {
    position: relative;
}

.footer__logo {
    position: absolute;
    top: -52px;
    left: -82px;
}

.footer__info {
    display: flex;
    column-gap: 106px;
    align-items: center;
    margin-left: 370px;
}

.footer__info-title {
    display: flex;
    column-gap: 3px;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.04em;
}

.footer__info-column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer__info-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-align: center;
    opacity: 0.7;
}

.footer__info-menu {
    text-align: center;
}

.footer__info-menu a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #fff;
    opacity: 0.7;
}

.footer__btns {
    position: absolute;
    top: -2px;
    right: -12px;
    display: flex;
    width: 614px;
    height: 64px;
    background-image: url(../img/footer-btns.png);
    background-position: center;
    background-repeat: no-repeat;
}

.footer__btns .btn {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
}

.footer__btns .btn_reg {
    width: 332px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
}

.footer__btns .btn_reg:hover {
    background-image: url(../img/footer-btn-reg.png);
}

.footer__btns .btn_enter {
    width: 282px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
}

.footer__btns .btn_enter:hover {
    background-image: url(../img/footer-btn-enter.png);
}

.footer__social {
position: absolute;
    right: 150px;
    bottom: 152px;
    display: flex;
    column-gap: 52px;
}

.footer__social a {
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__social a:hover {
    transform: scale(1.1);
}

.footer__more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 137px;
}

.footer__more-tos {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.04em;
}

.footer__more-links {
    display: flex;
    column-gap: 208px;
    margin-right: 95px;
}

.footer__more-links a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-decoration: underline;
    color: #fff;
    opacity: 0.7;
}

.footer__more-links a:hover {
    opacity: 1;
}

.footer__more-cop {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    opacity: 0.66;
}

@media only screen and (max-width: 1679px){
    .footer {
        padding: 152px 0 82px;
    }

    .footer__logo {
        top: -38px;
        left: -58px;
        width: 280px;
    }

    .footer__btns {
        top: -10px;
        right: -100px;
        transform: scale(0.7);
    }

    .footer__info {
        margin-left: 265px;
        column-gap: 78px;
    }

    .footer__info-title {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .footer__info-title svg {
        width: 16px;
        height: 16px;
    }

    .footer__info-text {
        font-size: 14px;
        line-height: 17px;
    }

    .footer__info-menu a {
        font-size: 14px;
        line-height: 17px;
    }

    .footer__social {
        position: absolute;
        right: 70px;
        bottom: 105px;
        column-gap: 52px;
        transform: scale(0.7);
    }

    .footer__more {
        margin-top: 92px;
    }

    .footer__more-tos {
        font-size: 14px;
        line-height: 18px;
    }

    .footer__more-links {
        column-gap: 150px;
        margin-right: 72px;
    }

    .footer__more-links a {
        font-size: 14px;
        line-height: 18px;
    }

    .footer__more-cop {
        font-size: 12px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 1439px){
    
}

@media only screen and (max-width: 1199px){
    .footer {
        padding: 258px 0 60px;
    }

    .footer__logo {
        top: -200px;
        left: -40px;
        width: 256px;
    }

    .footer__btns {
        row-gap: 5px;
        flex-direction: column;
        top: -114px;
        right: 4px;
        transform: scale(1);
        width: 172px;
        height: auto;
        background: none;

    }

    .footer__btns .btn_reg,
    .footer__btns .btn_enter {
        width: 100%;
        height: 29px;
        font-size: 14px;
    }

    .footer__btns .btn_reg {
        background-image: url(../img/footer-btn-reg-bg.png)!important;
    }

    .footer__btns .btn_enter {
        background-image: url(../img/footer-btn-enter-bg.png)!important;
    }

    .footer__info {
        column-gap: 0;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 0;
    }

    .footer__info-column {
        width: calc(50% - 10px);
    }

    .footer__info-title {
        margin-bottom: 3px;
        font-size: 19px;
        line-height: 23px;
    }

    .footer__info-title svg {
        width: 20px;
        height: 20px;
    }

    .footer__info-text {
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
    }

    .footer__info-menu li {
        margin-bottom: -3px;
    }

    .footer__info-menu a {
        font-size: 12px;
        line-height: 15px;
    }

    .footer__social {
        right: -12px;
        bottom: 44px;
        column-gap: 22px;
        z-index: 2;
    }

    .footer__more {
        position: relative;
        row-gap: 6px;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 45px;
        z-index: 1;
    }

    .footer__more-tos {
        margin-left: 62px;
        font-size: 19px;
        line-height: 23px;
    }

    .footer__more-links {
        justify-content: center;
        flex-direction: column;
        column-gap: initial;
        align-items: center;
        margin: 0;
    }

    .footer__more-links a {
        font-size: 12px;
        line-height: 20px;
    }

    .footer__more-cop {
        position: absolute;
        right: 53px;
        bottom: 8px;
        font-size: 9px;
    }

}
.monster-icon{
	scale:2;
}
@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    
}

.header__menu2{
  position: relative;
  left: 17px;
    text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}

.header__menu3{
  position: relative;
  left: 36px;
}