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: 'NAMU Pro';
    src: url('../fonts/NAMU-Pro.eot');
    src: url('../fonts/NAMU-Pro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NAMU-Pro.woff2') format('woff2'),
        url('../fonts/NAMU-Pro.woff') format('woff'),
        url('../fonts/NAMU-Pro.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

*, *: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: 'NAMU Pro';
    color: #141414;
}

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;
}

a {
    color: #000000;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -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;
}

p {
    margin: 0 0 38px;
}

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

img {
    pointer-events: none;
}

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

/*     wrapper & container     */

.wrapper {
    overflow: hidden;
}

.section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

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

.section__anchor {
    position: relative;
    top: -150px;
}

.title .line {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

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

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

@media only screen and (max-width: 1023px){
    .container {
        max-width: 380px;
        padding: 0 10px;
    }
    
    .section__anchor {
        top: -100px;
    }
}

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

/*     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;
    justify-content: center;
    padding: 18px 22px;
    font-size: 16px;
    line-height: 137%;
    white-space: nowrap;
    letter-spacing: -0.05em;
    border-radius: 30px;
    opacity: 1;
}

.btn_main:hover {
    opacity: 0.9;
}

.btn_main span {
    position: relative;
    left: 0;
    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s;
}

.btn_black {
    color: #fff;
    background-color: #080704;
}

.btn_black span {
    color: #6062F6;
}

.btn_blue {
    color: #fff;
    background-color: #6062F6;
}

.btn_white {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 33px 28px 34px;
    font-size: 20px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.02em;
    background-image: url(../img/btn-white-arrow-black.svg);
    background-repeat: no-repeat;
    background-position: top 16px right 16px;
    background-size: 20px;
    border-radius: 23px;
    color: #141414;
    background-color: #fff;
    box-shadow: 0px 0px 41.7px -5.99px rgba(255, 255, 255, 0.36);
}

.btn_white:hover {
    background-position: top 26px right 26px;
}

.btn_link {
    display: flex;
    column-gap: 10px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.btn_link strong {
    text-decoration: underline;
}

.btn_link.black {
    color: #000000;
}

.blue {
    color: #6062F6;
}

@media only screen and (max-width: 1399px) {
    .btn_white {
        padding: 28px 28px 29px;
    }
}

@media only screen and (max-width: 1023px){
    .btn_main {
        padding: 27px 70px;
        font-size: 15px;
        line-height: 15px;
    }

    .btn_link {
        font-size: 15px;
        line-height: 15px;
    }
    
    .btn_white span {
        color: #6062F6;
    }
}

/*     progress     */

.progress-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    z-index: 100;
}

.progress-bar {
    display: block;
    background: #6062F6;
    width: 0%;
    height: 4px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
}


/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 25;
}

.header__container {
    padding: 36px 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header_scroll .header__container {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
}

.header__top {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 24px;
    z-index: 3;
}

.header__top-logo {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}

.header__top-text {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.header__top-menu {
    display: flex;
    column-gap: 99px;
    margin-left: 132px;
}

.header__top-menu a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.25);
}

.header__burger {
    display: none;
}

.header__menu {
    display: none;
}

.header__btn {
    display: none;
}

.thanks .header,
.error .header {
    position: absolute!important;
}

.thanks .header__top-logo,
.error .header__top-logo {
    position: relative!important;
}

@media only screen and (max-width: 1199px) {
    .header_scroll .header__container {
        padding: 25px 0;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .header_active {
        height: 100vh;
        background-color: #090911;
    }

    .header__container {
        position: relative;
        height: 74px;
        padding: 25px 0;
        
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header__container::before {
        position: absolute;
        content: '';
        inset: 0;
        background-image: url(../img/first-bg-mob.jpg)!important;
        background-position: top center!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header_active .header__container {
        height: 100vh;
    }

    .header_active .header__container::before {
        opacity: 1;
    }

    .header__top-logo {
        position: absolute;
        top: 0;
        left: 0;
    }

    .header__top-text {
        position: absolute;
        top: -3px;
        left: 122px;
        font-size: 10px;
    }

    .header_active .header__top-text {
        display: none;
    }

    .header__top-text span {
        display: block;
    }

    .header__top-menu {
        display: none;
    }

    .header__burger {
        display: flex;
        position: absolute;
        top: 5px;
        right: 0;
        cursor: pointer;
    }

    .header__burger svg.close {
        display: none;
    }

    .header__burger.active svg.line {
        display: none;
    }

    .header__burger.active svg.close {
        display: flex;
    }
     
    .header__top {
        padding: 0 15px;
        flex-direction: column;
        row-gap: 10px;
    }

    .header_active .header__top {
        padding-top: 0;
        row-gap: 0;
    }

    .header__fly {
        margin-top: -800px;
        padding-top: 82px;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header_active .header__fly {
        margin-top: 0;
        opacity: 1;
    }

    .header_active .header__menu {
       display: block;
    }

    .header__menu ul {
        display: flex;
        flex-direction: column;
        row-gap: 0px;
        padding-left: 38px;
    }

    .header_active .header__menu ul {
        row-gap: 28px;
    }

    .header__menu a {
        font-size: 24px;
        line-height: 23px;
        letter-spacing: -0.05em;
        color: #FFFFFF;
    }

    .header__btn {
        margin: 80px -15px 0;
    }

    .header__btn .btn_main {
        font-size: 20px;
        background-image: url(../img/first-buy-arrow.svg);
        background-position: top 14px right 15px;
        background-repeat: no-repeat;
        border-radius: 23px;
    }

    .header_active .header__btn {
        display: block;
    }
}

/*     first     */

.first {
    padding: 168px 0 54px;
    color: #FFFFFF;
    background-image: url(../img/first-bg-n.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom-left-radius: 54px;
    border-bottom-right-radius: 54px;
    z-index: 2;
}

.first:before {
    position: absolute;
    content: '';
    top: -110px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 310px;
    background: linear-gradient(180deg, #05060B 0%, rgba(5, 6, 11, 0) 100%);
}

.first__container {
    max-width: 755px;
    margin: 0 auto;
}

.first__title {
    position: relative;
    font-size: 98px;
    line-height: 94%;
    letter-spacing: -0.05em; 
    z-index: 1;
}

.first__title > .line {
    white-space: nowrap;
}

.first__title > .line-3 {
    padding-left: 128px;
}

.first__title-label {
    position: absolute;
    left: 5px;
    bottom: 10px;
    font-size: 16px;
    line-height: 119%;
    letter-spacing: -0.03em;
    color: #4C4C7D;
}

.first__buy {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.first__buy-btn .btn_main {
    align-items: flex-end;
    justify-content: initial;
    width: 147px;
    height: 138px;
    font-size: 20px;
    line-height: 18px;
    background-image: url(../img/first-buy-arrow.svg);
    background-repeat: no-repeat;
    background-position: top 19px right 15px;
}

.first__buy-btn .btn_main:hover {
    background-position: top 29px right 25px;
}

.first__buy-btn .btn_blue {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.first__buy-btn .show_mob {
    display: none;
}

.first__buy-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 208px);
    padding: 23px 32px 23px 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #FFFFFF;
    background-image: url(../img/first-buy-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(169, 170, 255, 0.25);
}

.first__buy-info:before {
    position: absolute;
    content: url(../img/plague-violet-icon.svg);
    top: -1px;
    right: 32px;
}

.first__buy-text {
    font-size: 18px;
    line-height: 137%;
    letter-spacing: -0.03em;
}

.first__buy-text strong {
    font-weight: 800;
    text-decoration: underline;
}

.first__buy-price {
    display: flex;
    flex-direction: column;
}

.first__buy-oldprice {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #59586C;
}

.first__buy-newprice {
    display: flex;
    align-items: baseline;
    column-gap: 5px;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.03em;
}

.first__buy-newprice span {
    font-size: 23px;
    line-height: 25px;
    letter-spacing: -0.03em;
}

.first__cards {
    display: flex;
    position: absolute;
    top: -544px;
    right: calc(50% - 514px);
    column-gap: 20px;
}

.first__card {
    position: relative;
    width: 147px;
    height: 138px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.first__card.icon-1 {
    background-image: url(../img/first-card-icon-1.jpg);
}

.first__card.icon-2 {
    background-image: url(../img/first-card-icon-2.jpg);
}

.first__card-label {
    position: absolute;
    top: calc(50% - 20px);
    right: -134px;
    font-size: 16px;
    line-height: 119%;
    letter-spacing: -0.03em;
    text-align: left;
}

.first__card-label > .line-1 {
    text-align: right;
}

.first__slider {
    position: relative;
    margin-top: 40px;
    height: 137px;
    z-index: 1;
}

.first__slider img {
    width: 77px!important;
    border-radius: 5px!important;
}

.first__card-label.show_mob {
    display: none;
}

.thanks .first {
    min-height: 100vh;
    padding: 148px 0 60px;
    background-position: top center!important;
    border-radius: 0!important;
}

.error .first {
    min-height: 100vh;
    padding: 152px 0 150px;
    background-position: top center!important;
    border-radius: 0!important;
}

.thanks .header .header__container,
.error .header .header__container {
    padding: 32px 0;
}

.thanks .header .container,
.error .header .container {
    display: flex;
    justify-content: center;
}

.thanks .first .first__container {
    max-width: 690px;
}

.thanks .first .first__slider + .container .first__container {
    max-width: 495px;
}

.error .first .first__container {
    max-width: 908px;
}

.thanks .first .first__title .line-4,
.error .first .first__title .line-4 {
    text-align: right;
}

.thanks .first .first__text {
    margin: 40px 0 48px;
    font-size: 16px;
    font-weight: 800;
    line-height: 119%;
    letter-spacing: -0.03em;
    text-align: center;
}

.thanks .first .first__buy-text br {
    display: block;
}

.thanks .first .first__buy-text span {
    display: block;
    color: #A0A1FF;
}

.thanks .first .first__buy {
    margin-top: 52px;
}

.thanks .first .first__buy-info {
    width: 333px;
    background-image: url(../img/thanks-first-buy-bg.jpg);
}

.thanks .first .first__buy-info:before {
    right: 40px;
}

.error .first .first__slider {
    margin-top: 65px;
}

.error .first .first__btns {
    display: flex;
    column-gap: 15px;
    justify-content: center;
    max-width: 815px;
    margin: 88px auto 0;
}

.error .first .first__btns .btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    max-width: 668px;
    height: 70px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    background-image: url(../img/first-buy-arrow.svg);
    background-position: top 16px right 16px;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.error .first .first__btns .btn_main:hover {
    background-position: top 26px right 26px;
}

.error .first .first__btns .btn_border {
    background-color: rgba(96, 98, 246, 0);
    border: 2px solid #6062F6;
}

.error .first .first__btns .btn_border:hover {
    background-color: rgba(96, 98, 246, 1);
}

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

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

@media only screen and (max-width: 1199px) {
    .first__cards {
        right: calc(50% - 494px);
    }

    .first__card-label {
        right: -114px;
    }
}

@media only screen and (max-width: 1023px){
    .first {
        padding: 103px 0 19px;
        background-image: url(../img/first-bg-mob.jpg);
        border-bottom-left-radius: 34px;
        border-bottom-right-radius: 34px;
    }

    .first__title {
        font-size: 46px;
    }

    .first__title > .line-3 {
        padding-left: 58px;
    }

    .first__buy {
        justify-content: initial;
        flex-direction: column-reverse;
        row-gap: 220px;
        margin-top: 25px;
    }

    .first__buy-btn .btn_main {
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 73px;
        border-radius: 23px;
        background-position: top 14px right 15px;
    }

    .first__buy-btn .show_pc {
        display: none;
    }

    .first__buy-btn .show_mob {
        display: flex;
    }

    .first__buy-info {
        width: 100%;
        padding: 16px 18px 13px 22px;
        border-top-left-radius: 7px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .first__buy-text {
        font-size: 14px;
    }

    .first__buy-text span {
        display: block;
    }

    .first__buy-text br {
        display: none;
    }

    .first__buy-oldprice {
        font-size: 14px;
    }

    .first__buy-newprice {
        font-size: 37px;
        line-height: 40px;
    }

    .first__buy-newprice span {
        font-size: 15px;
    }

    .first__title-label {
        display: none;
    }

    .first__cards {
        position: absolute;
        align-items: center;
        justify-content: space-between;
        top: auto;
        left: 10px;
        right: 10px;
        bottom: -195px;
        padding: 0;
    }

    .first__card {
        width: 122px;
        height: 161px;
        border: 0;
        background-size: 124px;
        border-radius: 23px;
    }

    .first__card.icon-1 {
        background-image: url(../img/first-card-icon-1-m.jpg);
    }
    
    .first__card.icon-2 {
        background-image: url(../img/first-card-icon-2-m.jpg);
    }


    .first__card-label > .line-1 {
        text-align: left;
    }

    .first__card-label.show_pc {
        display: none;
    }

    .first__card-label.show_mob {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        font-size: 14px;
        line-height: 125%;
        white-space: nowrap;
        padding-bottom: 56px;
        color: #141414;
    }

    .first__card-label.show_mob .line-3 {
        padding-left: 16px;
    }

    .first__slider {
        position: absolute;
        top: 375px;
        margin-top: 0;
    }
    
    .first__slider img {
        width: 93px!important;
        border-radius: 3px !important;
    }

    .thanks .first {
        padding: 103px 0 60px;
    }
    
    .error .first {
        padding: 103px 0 150px;
    }

    .thanks .first .first__text {
        margin: 20px 0 38px;
    }
    
    .thanks .first .first__slider {
        top: 385px;
    }

    .thanks .first .first__buy-info {
        width: 245px;
        margin: -30px auto 0;
    }

    .error .first__slider {
        top: 320px;
    }

    .error .first .first__btns {
        flex-direction: column;
        row-gap: 10px;
    }

    .error .first .first__btns {
        margin-top: 20px;
    }

    .error .first .first__btns .btn_main {
        width: 100%;
    }
}

/*     you     */

.you {
    padding-top: 58px;
}

.you__labels-head {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #D2D1E2;
}

.you__labels-content {
    display: flex;
    column-gap: 167px;
}

.you__block {
    position: relative;
    margin-top: 87px;
}

.you__title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 75px;
    line-height: 94%;
    letter-spacing: -0.05em;
}

.you__title .line-3 {
    padding-left: 68px;
}

.you__list {
    position: relative;
    height: 915px;
}

.you__list::-webkit-scrollbar {
    display: none;
}

.you__list-label {
    display: none;
    margin-top: 40px;
    padding-left: 30px;
    bottom: -50px;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #D2D1E2;
    background-image: url(../img/you-list-label.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.you__item {
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 383px;
    height: 383px;
    padding: 26px 30px 30px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.you__item.item-1 {
    top: -40px;
    left: 496px;
    background-image: url(../img/you-image-1.jpg);
}
.you__item.item-2 {
    top: 297px;
    left: 2px;
    background-image: url(../img/you-image-2.jpg);
}
.you__item.item-3 {
    top: 455px;
    left: 557px;
    background-image: url(../img/you-image-3.jpg);
}
.you__item.item-4 {
    top: 529px;
    right: 0;
    background-image: url(../img/you-image-4.jpg);
}
.you__item.item-5 {
    top: 38px;
    right: 68px;
    background-image: url(../img/you-image-5.jpg);
}

.you__item-number,
.you__item-text {
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
    color: #D4D4EA;
}

.you__item-content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.you__item-title {
    font-size: 40px;
    line-height: 94%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}

@media only screen and (max-width: 1534px) {
    .you__item {
        width: 343px;
        height: 343px;
    }
}

@media only screen and (max-width: 1399px) {
    .you__title {
        font-size: 70px;
    }

    .you__list {
        height: 743px;
    }

    .you__item {
        width: 313px;
        height: 313px;
        padding: 21px 25px 25px
    }

    .you__item.item-1 {
        top: -30px;
        left: 386px;
    }
    .you__item.item-2 {
        top: 247px;
        left: 0;
    }
    .you__item.item-3 {
        top: 365px;
        left: 437px;
    }
    .you__item.item-4 {
        top: 429px;
        right: 0;
    }
    .you__item.item-5 {
        right: 38px;
    }

    .you__item-title {
        font-size: 32px;
    }

    .you__item-number,
    .you__item-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .you__block {
        margin-top: 57px;
    }

    .you__labels-content {
        column-gap: 117px;
    }

    .you__title {
        font-size: 50px;
    }

    .you__list {
        height: 663px;
    }

    .you__list-label {
        display: block;
    }

    .you__item {
        width: 273px;
        height: 273px;
        padding: 16px 20px 20px;
    }

    .you__item.item-1 {
        top: -10px;
        left: 316px;
    }

    .you__item.item-2 {
        top: 197px;
    }

    .you__item.item-3 {
        top: 335px;
        left: 357px;
    }

    .you__item.item-4 {
        top: 389px;
    }

    .you__item-title {
        font-size: 32px;
    }

    .you__item-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1023px){
    .you {
        padding-top: 210px;
    }

    .you__labels-head {
        font-size: 12px;
    }
    
    .you__labels-content {
        column-gap: 0;
    }

    .you__labels-content .you__label:nth-child(1) {
        display: none;
    }

    .you__block {
        margin-top: 20px;
    }

    .you__title {
        position: relative;
        font-size: 40px;
    }

    .you__title .line-3 {
        padding-left: 38px;
    }

    .you__list {
        position: relative;
        height: auto;
        display: flex;
        overflow-x: auto;
        margin-top: 27px;
        margin-left: -1600px;
        margin-right: -1600px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .you__item {
        position: relative;
        min-width: 289px;
        width: 100%;
        height: 297px;
        padding: 14px 23px 37px;
        border-radius: 15px;
        transform: none!important;
        transition-delay: 0!important;
        transition-duration: 0!important;
        opacity: 1!important;
    }

    .you__column {
        padding: 0 6px;
    }

    .you__column:first-child {
        padding-left: 1600px;
    }

    .you__column:last-child {
        padding-right: 1600px;
    }

    .you__item-content {
        row-gap: 15px;
    }

    .you__item-title {
        font-size: 25px;
    }

    .you__item.item-1 {
        top: auto;
        left: auto;
    }
    .you__item.item-2 {
        top: auto;
        left: auto;
    }
    .you__item.item-3 {
        top: auto;
        left: auto;
    }
    .you__item.item-4 {
        top: auto;
        right: auto;
    }
    .you__item.item-5 {
        top: auto;
        right: auto;
    }
}

/*     works     */

.works {
    padding-top: 112px;
}

.works__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 12px;
    width: 283px;
    height: 392px;
    font-size: 75px;
    line-height: 70px;
    letter-spacing: -0.05em;
    text-align: left;
}

.works__title .line-2 {
    padding-left: 70px;
}

.works__title.show_mob {
    display: none;
}

.works__slider img {
    width: 222px!important;
    border-radius: 10px!important;
}

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

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

@media only screen and (max-width: 1199px) {
    .works__title {
        width: 193px;
        height: 334px;
        font-size: 50px;
        line-height: 50px;
    }

    .works__slider img {
        width: 192px !important;
    }
}

@media only screen and (max-width: 1023px){
    .works {
        padding-top: 59px;
    }

    .works__title.show_mob {
        display: flex;
        align-items: flex-start;
        width: auto;
        height: auto;
        font-size: 40px;
        line-height: 38px;
        padding-left: 10px;
        max-width: 380px;
        margin: 0 auto;
    }

    .works__title .line-2 {
        position: relative;
        padding-left: 0;
    }

    .works__title .line-2:before {
        position: absolute;
        content: url(../img/works-arrow-mob.svg);
        top: 16px;
        right: -24px;
    }

    .works__title.show_pc {
        display: none;
    }

    .works__slider {
        margin-top: 25px;
    }

    .works__slider img {
        width: 167px !important;
    }
}

/*     program     */

.program {
    padding: 130px 0 60px;
}

.program__block {
    position: relative;
    padding-left: calc(100% - 1090px);
}

.program__head {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    width: 371px;
}

.program__head.fix {
    position: fixed;
    top: 150px;
    left: calc(50% - 748px);
}

.program__title .line-2 {
    padding-left: 177px;
}

.program__title {
    font-size: 75px;
    line-height: 94%;
    letter-spacing: -0.05em;
    color: #080704;
}

.program__labels {
    display: flex;
    column-gap: 25px;
}

.program__labels span {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #D2D1E2;
}

.program__labels .black {
    color: #080704;
}

.program__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 16px;
}

.program__item {
    display: flex;
    justify-content: space-between;
    min-height: 487px;
    padding: 33px 34px 38px 34px;
    background-color: #F2F6F9;
    border-radius: 30px;
    border: 1px solid #E6ECF5;
}

.program__item-side {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 417px;
}

.program__item-digital {
    padding-left: 42px;
    font-size: 30px;
    line-height: 94%;
    letter-spacing: -0.05em;
    background-image: url(../img/program-icon-play.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.program__item-digital span {
    color: #6062F6;
}

.program__item-text ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 9px;
    margin-top: 31px;
}

.program__item-text li {
    padding: 9px 20px 9px 35px;
    font-size: 16px;
    line-height: 132%;
    white-space: nowrap;
    letter-spacing: -0.03em;
    background-image: url(../img/program-arrow.svg);
    background-repeat: no-repeat;
    background-position: left 13px center;
    border-radius: 40px;
    background-color: #FFFFFF;
}

.program__item-info {
    position: relative;
    padding: 20px 30px 24px 28px;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
    border: 1px solid #E6ECF5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #FFFFFF;
}

.program__item-info:before {
    position: absolute;
    content: url(../img/plague-green-icon.svg);
    top: -2px;
    right: 20px;
}

.program__item-info p {
    margin: 0 0 11px;
}

.program__item-info p:first-child {
    padding-left: 27px;
    background-image: url(../img/program-result-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.program__item-info p:last-child {
    margin-bottom: 0;
}

.program__item-img {
    display: flex;
    align-items: flex-end;
    width: calc(100% - 456px);
}

.program__item-img img {
    border-radius: 15px;
}

@media only screen and (max-width: 1534px) {
    .program__block {
        padding-left: calc(100% - 955px);
    }

    .program__head.fix {
        left: calc(50% - 680px);
    }
}

@media only screen and (max-width: 1399px) {
    .program__block {
        padding-left: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .program__head {
        position: relative;
        row-gap: 40px;
        align-items: center;
    }

    .program__title .line-2 {
        padding-left: 180px;
    }

    .program__list {
        width: 100%;
        margin-top: 25px;
    }
}

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

@media only screen and (max-width: 1023px){
    .program {
        padding: 58px 0 0;
    }

    .program__title {
        font-size: 40px;
        text-align: center;
    }

    .program__title .blue {
        color: #141414;
    }

    .program__title .line-2 {
        padding-left: 0;
    }

    .program__head {
        row-gap: 26px;
    }

    .program__labels {
        column-gap: 23px;
    }

    .program__labels span {
        font-size: 14px;
    }

    .program__list {
        margin-top: 0;
        padding-top: 14px;
        row-gap: 13px;
    }

    .program__item {
        justify-content: initial;
        flex-direction: column-reverse;
        row-gap: 22px;
        min-height: 100%;
        padding: 8px;
        border-radius: 15px;
    }

    .program__item-side {
        width: 100%;
        row-gap: 23px;
    }

    .program__item-img {
        position: relative;
        align-items: initial;
        width: 100%;
        border-radius: 11px;
        overflow: hidden;
    }

    .program__item-img:before {
        position: absolute;
        content: '';
        inset: 0;
        -webkit-backdrop-filter: blur(3.5px);
        backdrop-filter: blur(3.5px);
        overflow: hidden;
        z-index: 1;
    }

    .program__item-img:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 87px;
        height: 87px;
        border-radius: 50%;
        border: 1px solid rgba(148, 152, 255, 0.7);
        background-image: url(../img/lock-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2;
    }

    .program__item-content {
        padding: 0 8px;
    }

    .program__item-digital {
        padding-left: 6px;
        font-size: 24px;
        background-image: none;
    }

    .program__item-text ul {
        margin-top: 16px;
        row-gap: 7px;
    }

    .program__item-text li {
        padding: 9px 20px 9px 32px;
        border-radius: 25px;
        background-position: left 11px center;
    }

    .program__item-text li span {
        display: block;
    }

    .program__item-info {
        padding: 13px 15px 21px 23px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .program__item-info:before {
        top: -3px;
        right: 12px;
        transform: scale(0.8);
    }

    .program__item-info p br {
        display: none;
    }

    .program__item-info p span {
        display: block;
    }
}

@media only screen and (max-width: 375px){
    .program__item-content {
        padding: 0 5px;    
    }
}

/*     we     */

.we {
    display: none;
    padding-top: 62px;
}

.we__block {
    position: relative;
    height: 564px;
}

.we__title {
    position: relative;
    font-size: 40px;
    line-height: 94%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #141414;
    z-index: 1;
}

.we__img {
    position: absolute;
}

.we__img img {
    transform: rotate(7.79deg);
}

.we__img_1 {
    top: 97px;
    left: calc(50% - 232px);
    width: 247px;
    z-index: 3;
}

.we__img_2 {
    top: 52px;
    left: calc(50% - 41px);
    width: 249px;
    z-index: 2;
}

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

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

}

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

@media only screen and (max-width: 1023px){
    .we {
        display: block;
    }
}

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

/*     file     */

.file {
    margin: 0 11px;
    width: auto;
    padding: 31px 0 76px;
    background-image: url(../img/file-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    border-radius: 40px;
    z-index: 3;
}

.file__block {
    position: relative;
}

.file__labels-head {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #D2D1E2;
}

.file__labels-content {
    display: flex;
    column-gap: 240px;
}

.file__title {
    position: relative;
    margin-top: 24px;
    font-size: 75px;
    line-height: 94%;
    letter-spacing: -0.05em;
    text-align: center;
    z-index: 2;
}

.file__package {
    position: relative;
    padding: 40px 36px 41px;
    width: 532px;
    margin: 37px auto 0;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: #6062F6;
}

.file__package:before {
    position: absolute;
    content: url(../img/plague-white-icon.svg);
    top: 0;
    right: 49px;
}

.file__package-label {
    padding-left: 13px;
    font-size: 16px;
    line-height: 122%;
    letter-spacing: -0.05em;
    color: #B7B8FF;
}

.file__package-list {
    margin-top: 26px;
}

.file__package-list ul {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-left: 13px;
}

.file__package-list li {
    display: flex;
    align-items: center;
    column-gap: 18px;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
}

.file__package-content {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 31px;
}

.file__package-prices {
    display: flex;
    flex-direction: column;
    padding-left: 18px;
}

.file__package-oldprice {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #A3A4FF;
}

.file__package-newprice {
    display: flex;
    align-items: baseline;
    column-gap: 8px;
    font-size: 69px;
    line-height: 69px;
    letter-spacing: -0.03em;
}

.file__package-newprice span {
    font-size: 28px;
    line-height: 200%;
    letter-spacing: -0.03em;
}

.file__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 35px;
    position: absolute;
    left: 3px;
    bottom: 12px;
}

.file__info-title {
    font-size: 29px;
    line-height: 94%;
    letter-spacing: -0.05em;
    text-align: left;
}

.file__info-title .line-2 {
    padding-left: 28px;
}

.file__info-title .line-3 {
    position: relative;
    padding-left: 28px;
}

.file__info-title .line-4,
.file__info-title .line-5 {
    display: none;
}

.file__info-title .line-3:after {
    position: absolute;
    content: url(../img/file-info-title-arrow.svg);
    top: 12px;
    right: 41px;
}

.file__info-list {
    display: flex;
    column-gap: 33px;
    padding-left: 24px;
}

.file__info-list.show_mob {
    display: none;
}

.file__package-list .show_mob {
    display: none;
}

.file__info-item {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.file__info-img {
    position: relative;
    width: 165px;
    height: 155px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(61.2500114440918px);
    overflow: hidden;
}

.file__info-img img {
    position: absolute;
    z-index: 1;
}

.file__info-item.item-1 .file__info-img img {
    width: 235px;
    left: -50px;
    bottom: -32px;
    transform: rotate(5deg);
}

.file__info-item.item-2 .file__info-img img {
    width: 308px;
    left: -37px;
    bottom: -86px;
}

.file__info-icon {
    position: absolute;
    top: 12px;
    left: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #6062F6;
    z-index: 2;
}

.file__info-text {
    padding-left: 7px;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
}

.file__timer {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 28px;
}

.file__timer-text {
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
    text-align: center;
}

.file__timer-list {
    display: flex;
    justify-content: space-between;
}

.file__timer-column {
    min-width: 80px;
}

.file__timer-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 4px;
}

.file__timer-item-title {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.03em;
    text-align: center;
}

.file__timer-item-title:after {
    position: absolute;
    content: url(../img/timer-dots.svg);
    top: 20px;
    right: -28px;
}

.file__timer-column:last-child .file__timer-item-title:after {
    content: none;
}

.file__timer-item-text {
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
}

.file__timer-item-text span {
    color: #A3A4FF;
}

@media only screen and (max-width: 1534px) {
    .file__info-img {
        width: 155px;
        height: 145px;
    }

    .file__info-icon {
        top: 10px;
        left: 10px;
        width: 36px;
        height: 36px;
    }

    .file__info-item.item-1 .file__info-img img {
        bottom: -38px;
    }

    .file__info-list {
        column-gap: 25px;
    }

    .file__info-item {
        row-gap: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .file__title {
        font-size: 70px;
    }

    .file__package {
        width: 470px;
        padding: 30px 26px 31px;
    }

    .file__package-newprice {
        font-size: 60px;
        line-height: 60px;
    }
    
    .file__package-list ul {
        row-gap: 12px;
    }

    .file__timer-item-title {
        font-size: 50px;
        line-height: 50px;
    }

    .file__timer-item-title:after {
        top: 14px;
    }

    .file__info-title {
        font-size: 22px;
    }

    .file__info-title .line-3:after {
        top: 10px;
        right: 30px;
    }

    .file__info-list {
        column-gap: 20px;
    }

    .file__info-item {
        row-gap: 15px;
    }

    .file__info-img {
        width: 125px;
        height: 115px;
        border-radius: 24px;
    }

    .file__info-item.item-1 .file__info-img img {
        width: 187px;
        left: -44px;
        bottom: -33px;
    }

    .file__info-item.item-2 .file__info-img img {
        width: 238px;
        left: -20px;
        bottom: -69px;
    }

    .file__info-icon {
        width: 32px;
        height: 32px;
    }

    .file__info-text {
        padding-left: 5px;
        font-size: 12px;
    }
}

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

    .file__info-list {
        flex-direction: column;
        row-gap: 20px;
        column-gap: 0;
        padding-left: 24px;
    }
}

@media only screen and (max-width: 1023px){
    .file {
        padding: 60px 0 0;
        background-image: none;
    }

    .file__labels-head {
        display: none;
    }

    .file__title {
        margin-top: 0;
        font-size: 40px;
        color: #141414;
    }

    .file__package {
        margin-top: 28px;
        padding: 30px 10px 21px;
        width: 100%;
        border-radius: 25px;
    }

    .file__package:before {
        content: none;
    }

    .file__package-label {
        display: none;
    }

    .file__package-list {
        margin-top: 0;
    }

    .file__package-list .show_mob {
        display: flex;
    }

    .file__package-list ul {
        row-gap: 13px;
        padding-left: 20px;
    }

    .file__package-content {
        margin-top: 28px;
        row-gap: 13px;
    }

    .file__package-prices {
        padding-left: 20px;
    }

    .file__package-newprice {
        font-size: 70px;
        line-height: 70px;
    }

    .file__btn .btn_main {
        font-size: 19px;
        line-height: 19px;
    }

    .file__timer {
        margin-top: 25px;
    }

    .file__timer-column {
        min-width: 70px;
    }

    .file__timer-item {
        row-gap: 0;
    }

    .file__timer-item-title {
        font-size: 47px;
        line-height: 47px;
    }

    .file__timer-item-title:after {
        top: 13px;
        right: -19px;
    }

    .file__info {
        align-items: initial;
        position: relative;
        left: auto;
        bottom: auto;
        row-gap: 144px;
        margin-top: 42px;
    }

    .file__info-list {
        row-gap: 161px;
        padding-left: 0;
    }

    .file__info-list.show_pc {
        display: none;
    }

    .file__info-list.show_mob {
        display: flex;
    }

    .file__info-title {
        font-size: 40px;
        color: #141414;
    }

    .file__info-title .line-1,
    .file__info-title .line-2,
    .file__info-title .line-3 {
        display: none;
    }

    .file__info-title .line-4,
    .file__info-title .line-5 {
        display: block;
        text-align: center;
    }

    .file__info-text {
        font-size: 16px;
        color: #141414;
    }

    .file__info-img {
        width: auto;
        height: auto;
        border: 0;
        border-radius: 0;
        backdrop-filter: initial;
        overflow: initial;
    }

    .file__info-item.item-1 {
        padding-right: 50%;
    }

    .file__info-item.item-2 {
        padding-left: 50%;
    }

    .file__info-item.item-1 .file__info-img img {
        width: 316px;
        left: 98px;
        bottom: -72px;
        transform: none;
    }

    .file__info-item.item-2 .file__info-img img {
        width: 518px;
        left: -410px;
        bottom: -168px;
    }

    .file__info-icon {
        width: 52px;
        height: 52px;
        background-color: #79EA6F;
    }

    .file__info-item.item-1 .file__info-icon {
        top: -45px;
        left: 140px;
    }

    .file__info-item.item-2 .file__info-icon {
        top: -47px;
        left: -7px;
    }
    
    .file__info-item.item-1 .file__info-text {
        text-align: right;
    }
}

@media only screen and (max-width: 375px) {
    .file__timer-item-title {
        font-size: 40px;
        line-height: 40px;
    }

    .file__timer-item-title:after {
        top: 11px;
        right: -21px;
    }
}

/*     about     */

.about {
    padding-top: 106px;
    z-index: 2;
}

.about__subtitle {
    padding-left: 6px;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
}

.about__title {
    margin-top: 15px;
    font-size: 75px;
    line-height: 94%;
    letter-spacing: -0.05em;
}

.about__img {
    position: absolute;
    right: -338px;
    bottom: -570px;
    width: 1204px;
}

.about__block {
    max-width: 736px;
}

.about__list {
    position: relative;
    left: -6px;
    display: flex;
    flex-wrap: wrap;
    margin: 57px -13px 0;
    row-gap: 25px;
}

.about__column {
    width: 33.33%;
    padding: 0 13px;
}

.about__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 123px;
    padding: 18px 20px 19px 25px;
    border-radius: 20px;
    border: 1px solid #E6ECF5;
    background-color: #F2F6F9;
}

.about__item-title {
    padding-left: 30px;
    font-size: 30px;
    line-height: 94%;
    letter-spacing: -0.05em;
    background-image: url(../img/about-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
}

.about__item-text {
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
    color: #69757E;

}

.about__logos {
    margin-top: 80px;
    padding-left: 2px;
}

.about__logos-title {
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
}

.about__logos-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 708px;
}

.about__logos-list.list-1 {
    margin-top: 44px;
    margin-bottom: 51px;
}

.about__logos-item.item-1 img {
    width: 89px;
}
.about__logos-item.item-2 img {
    width: 52px;
}
.about__logos-item.item-3 img {
    width: 86px;
}
.about__logos-item.item-4 img {
    width: 43px;
}
.about__logos-item.item-5 img {
    width: 37px;
}
.about__logos-item.item-6 img {
    width: 78px;
}
.about__logos-item.item-7 img {
    width: 91px;
}
.about__logos-item.item-8 img {
    width: 79px;
}
.about__logos-item.item-9 img {
    width: 57px;
}
.about__logos-item.item-10 img {
    width: 42px;
}

@media only screen and (max-width: 1534px) {
    .about__img {
        bottom: -495px;
        right: -300px;
        width: 1048px;
    }
}

@media only screen and (max-width: 1399px) {
    .about__list {
        margin-top: 37px;
    }

    .about__logos {
        margin-top: 60px;
    }

    .about__logos-list.list-1 {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .about__img {
        right: -268px;
        bottom: -188px;
        width: 768px;
    }
}

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

    .about__list {
        margin: 37px -8px 0;
    }

    .about__column {
        padding: 0 8px;
    }

    .about__item {
        min-height: 108px;
    }

    .about__item-title {
        padding-left: 25px;
        font-size: 26px;
    }

    .about__item-text {
        font-size: 14px;
    }

    .about__logos {
        margin-top: 50px;
    }

    .about__img {
        right: -208px;
        bottom: -100px;
        width: 610px;
    }
}

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

    .about__subtitle {
        padding-left: 0;
        font-size: 12px;
        text-align: center;
    }

    .about__title {
        margin-top: 7px;
        font-size: 40px;
        text-align: center;
    }

    .about__img {
        position: relative;
        top: -34px;
        right: 35px;
        bottom: auto;
        width: 514px;
    }

    .about__block {
        max-width: 100%;
    }

    .about__list {
        left: 0;
        row-gap: 10px;
        margin: -163px -15px 0;
    }

    .about__column {
        width: 50%;
        padding: 0 5px;
    }

    .about__item {
        min-height: 100px;
        padding: 18px 20px 11px 19px;
        border-radius: 16px;
    }

    .about__item-title {
        padding-left: 25px;
        font-size: 24px;
        background-size: 14px;
    }

    .about__item-text span {
        display: none;
    }

    .about__logos {
        margin-top: 36px;
    }

    .about__logos-lists {
        display: flex;
        margin: 21px -10px 0;
    }

    .about__logos-list {
        align-items: initial;
        justify-content: initial;
        flex-direction: column;
        width: 50%;
    }

    .about__logos-list.list-1 {
        margin: 0;
    }

    .about__logos-list.list-2 .about__logos-item {
        border-right: 1px solid #E6ECF5;
    }

    .about__logos-column {
        width: 100%;
    }

    .about__logos-item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 76px;
        border-top: 1px solid #E6ECF5;
        border-left: 1px solid #E6ECF5;
    }

    .about__logos-item.item-5, 
    .about__logos-item.item-10 {
        border-bottom: 1px solid #E6ECF5;
    }

    .about__logos-title {
        font-size: 14px;
        text-align: center;
    }
}

@media only screen and (max-width: 375px){
    .about__list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .about__item {
        padding: 15px 10px 10px 15px;
    }

    .about__logos-lists {
        margin-left: 0;
        margin-right: 0;
    }
}

/*     what     */

.what {
    position: relative;
    padding-top: 260px;
    z-index: 1;
}

.what:before {
    position: absolute;
    content: url(../img/what-bg-violet.svg);
    top: -715px;
    left: calc(50% - 798px);
    right: 0;
    transform: scale(1);
    z-index: 1;
}

@media only screen and (min-width: 1598px) {
    .what:before {
        transform: scale(1.88);
        top: -475px;
        left: calc(50% - 750px);
    }
}

.what__title {
    font-size: 75px;
    line-height: 94%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}

.what__lists {
    position: relative;
    height: 1023px;
    margin: 69px -209px 0;
    overflow: hidden;
}

.what__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    transition: transform 0.2s ease-out;
}

.what__phone {
    position: relative;
    width: 14.28%;
    padding: 0 8px;
}

.what__phone:nth-child(1) {
    top: 40px;
}
.what__phone:nth-child(3) {
    top: 40px;
}
.what__phone:nth-child(4) {
    top: 80px;
}
.what__phone:nth-child(5) {
    top: 40px;
}
.what__phone:nth-child(7) {
    top: 40px;
}
.what__phone:nth-child(8) {
    top: 50px;
}
.what__phone:nth-child(9) {
    top: 10px;
}
.what__phone:nth-child(10) {
    top: 50px;
}
.what__phone:nth-child(11) {
    top: 90px;
}
.what__phone:nth-child(12) {
    top: 50px;
}
.what__phone:nth-child(13) {
    top: 10px;
}
.what__phone:nth-child(14) {
    top: 50px;
}

.what__slider {
    position: relative;
    max-width: 240px;
    margin: 0 auto;
}

.what__slider.style-1 {
    left: 25px;
}

.what__slider.style-2 {
    right: 108px;
}

.owl-what .owl-stage-outer,
.owl-what-2 .owl-stage-outer {
    overflow: initial;
}

@media only screen and (min-width: 1024px) {
    .what__slider {
        display: none!important;
    }
}

@media only screen and (max-width: 1534px) {
    /*
    .what:before {
        top: -740px;
        transform: scale(0.91);
    }
*/
    .what__lists {
        height: 905px;
    }
}

@media only screen and (max-width: 1399px) {
    .what {
        padding-top: 230px;
    }
/*
    .what:before {
        transform: scale(0.85);
    }
*/
    .what__title {
        font-size: 70px;
    }

    .what__lists {
        height: 835px;
        margin-top: 49px;
    }
}

@media only screen and (max-width: 1199px) {
    .what__lists {
        height: 725px;
    }
}

@media only screen and (max-width: 1023px){
    .what {
        padding-top: 59px;
    }

    .what:before {
        content: none;
    }

    .what__title {
        font-size: 40px;
        color: #141414;
        text-align: center;
    }

    .what__title span {
        color: #6062F6;
    }

    .what__lists {
        height: auto;
        margin: 25px auto 0;
        overflow: initial;
    }

    .what__list {
        display: none!important;
        
        height: auto;
        flex-wrap: initial;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .what__list .what__phone:first-child {
        padding-left: 1000px;
    }

    .what__list .what__phone:last-child {
        padding-right: 1000px;
    }

    .what__phone {
        top: 0!important;
        min-width: 159px;
        width: 100%;
        padding: 0 4px;
    }
}

/*     faq     */

.faq {
    position: relative;
    padding-top: 83px;
    background: #FFFFFF;
    z-index: 2;
}

.faq__block {
    display: flex;
    justify-content: space-between;
}

.faq__side {
    width: 428px;
}

.faq__title {
    font-size: 75px;
    line-height: 94%;
    letter-spacing: -0.05em;
}

.faq__title .line-2 {
    text-align: right;
}

.faq__info {
    margin-top: 7px;
    width: calc(100% - 503px);
}

.faq__list-item {
    margin-bottom: 10px;
    background: #F2F6F9;
    border-radius: 36px;
    border: 1px solid #E6ECF5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__list-item:last-child {
    margin-bottom: 0;
}

.faq__list-title {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 14px 80px 11px 14px;
    cursor: pointer;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
    color: #080704;
}

.faq__list-title:after {
    position: absolute;
    content: '';
    top: 25px;
    right: 26px;
    width: 20px;
    height: 20px;
    background-image: url(../img/faq-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: rotate(0deg);
    -webkit-transition: rotate 0.2s;
    -moz-transition: rotate 0.2s;
    -o-transition: rotate 0.2s;
    transition: rotate 0.2s;
}

.faq__list-item.active .faq__list-title:after {
    transform: rotate(-15deg);
    background-image: url(../img/faq-icon-active.svg);
}

.faq__list-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    font-size: 14px;
    line-height: 137%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #FFFFFF;
    border-radius: 50%;
    background-color: #6062F6;
}

.faq__list-text {
    height: 0;
    margin: 0 28px;
    padding: 0 80px 0 0;
    font-size: 16px;
    line-height: 25px;
    color: #69757E;
    border-top: 0 solid #E6ECF5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.faq__list-text a {
    color: #6062F6;
}

.faq__list-item.active .faq__list-text {
    height: auto;
    padding-top: 13px;
    padding-bottom: 23px;
    border-top: 1px solid #E6ECF5;
}

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

.faq__btn .btn {
    width: 665px;
}

.faq__btn .btn_main {
    padding: 24px 24px;
    letter-spacing: -0.03em;
    border-radius: 20px;
    background-image: url(../img/faq-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: top 12px right 12px;
    background-size: 20px;
}

.faq__btn .btn_main:hover {
    background-position: top 22px right 22px;
}

.faq__label {
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.03em;
}

@media only screen and (max-width: 1534px) {
    .faq__btn .btn {
        width: 525px;
    }
}

@media only screen and (max-width: 1399px) {
    .faq__side {
        width: 398px;
    }

    .faq__title {
        font-size: 70px;
    }

    .faq__info {
        width: calc(100% - 463px);
    }

    .faq__btn .btn {
        width: 395px;
    }
}

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

    .faq__side {
        width: 100%;
    }

    .faq__title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .faq__info {
        width: 100%;
        margin-top: 30px;
    }

    .faq__content {
        margin-top: 30px;
    }

    .faq__btn .btn {
        width: 575px;
    }
}

@media only screen and (max-width: 1023px){
    .faq {
        padding-top: 62px;
    }

    .faq__title {
        align-items: center;
        font-size: 40px;
    }

    .faq__info {
        margin-top: 25px;
    }

    .faq__list {
        margin: 0 -10px;
    }

    .faq__list-title {
        column-gap: 16px;
        padding: 14px 60px 13px 12px;
        font-size: 14px;
    }

    .faq__list-title:after {
        right: 19px;
    }
    
    .faq__list-item {
        border-radius: 30px;
    }

    .faq__list-text {
        padding-right: 0;
        font-size: 14px;
        line-height: 19px;
    }

    .faq__content {
        align-items: initial;
        justify-content: initial;
        flex-direction: column-reverse;
        row-gap: 20px;
        margin-top: 44px;
    }

    .faq__label {
        text-align: center;
    }

    .faq__btn {
        margin: 0 -10px;
    }

    .faq__btn .btn {
        width: 100%;
    }

    .faq__btn .btn_main {
        padding: 27px 24px;
        font-size: 16px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 375px){
    .faq__list {
        margin: 0;
    }

    .faq__btn {
        margin: 0;
    }
}

/*     fly     */

.fly {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100px;
    display: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 15;
}

.fly.active {
    bottom: 20px;
}

.fly .btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 73px;
    font-size: 18px;
    line-height: 20px;
    background-color: #26D962!important;
    background-image: url(../img/first-buy-arrow.svg);
    background-repeat: no-repeat;
    background-position: top 14px right 15px;
    border-radius: 23px;
    opacity: 1!important;
    box-shadow: 0px 4px 25.2px 0px rgba(39, 214, 98, 0.36);
}

@media only screen and (max-width: 1023px){
    .fly {
        display: block;
    }
}

/*     footer     */

.footer {
    position: relative;
    padding: 50px 0 26px;
    background: #FFFFFF;
    z-index: 2;
}

.footer__block {
    position: relative;
}

.footer__list {
    display: flex;
    justify-content: space-between;
    max-width: 726px;
    padding-left: 6px;
}

.footer__column {
    display: flex;
    flex-direction: column;
    row-gap: 39px;
}

.footer__logo {
    font-size: 16px;
    font-weight: 800;
    line-height: 90%;
    letter-spacing: -0.05em;
    color: #141414;
}

.footer__text {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.03em;
}

.footer__copyright {
    display: flex;
    column-gap: 72px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #B8B9CF;
}

.footer__copyright a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    text-decoration: underline;
    color: #B8B9CF;
}

.footer__last {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    column-gap: 100px;
}

.footer__last a {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.02em;
}

.footer__last a:nth-child(1) {
    color: #B8B9CF;
}

.footer__last a:nth-child(2) {
    color: #6062F6;
}

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

@media only screen and (max-width: 1399px) {
    .footer__list {
        max-width: 636px;
    }

    .footer__last {
        column-gap: 70px;
    }
}

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

    .footer__last {
        column-gap: 40px;
    }
}

@media only screen and (max-width: 1023px){
    .footer {
        padding-top: 54px;
    }

    .footer__block {
        margin: 0 -10px;
    }

    .footer__list {
        max-width: 100%;
        padding-left: 0;
    }

    .footer__column {
        row-gap: 32px;
    }

    .footer__last {
        display: none;
    }

    .footer__text {
        font-size: 10px;
        text-align: right;
    }

    .footer__copyright {
        font-size: 10px;
        column-gap: 24px;
    }

    .footer__copyright a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 375px){
    .footer__block {
        margin: 0;
    }
}

/*     footer     */

.page {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: inherit;
}

.page-thanks {
    row-gap: 60px;
}

.page-error {
    row-gap: 115px;
}

.page-error:before {
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #6062F6;
    border-radius: 40px;
    color: #fff;
    z-index: 1;
}

.page-thanks-title,
.page-error-title {
    position: relative;
    font-size: 90px;
    font-weight: 700;
    line-height: 102px;
    letter-spacing: -0.02em;
    font-family: 'NAMU 1960';
    text-align: center;
    z-index: 2;
}

.page-thanks-title {
    color: #6062F6;
}

.page-error-title {
    color: #fff;
}

.page-thanks-description {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-align: center;
}

.page-thanks-btn,
.page-error-btn {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1599px){
    .page-thanks-title,
    .page-error-title {
        font-size: 70px;
        line-height: 79px;
    }
}

@media only screen and (max-width: 1023px){
    .page-thanks,
    .page-error {
        row-gap: 36px;
    }

    .page-error:before {
        top: 9px;
        left: 9px;
        right: 9px;
        bottom: 9px;
    }

    .page-thanks-title,
    .page-error-title {
        font-size: 34px;
        line-height: 37px;
    }

    .page-thanks-title,
    .page-error-title span {
        display: block;
    }

    .page-thanks-title br,
    .page-error-title br {
        display: none;
    }

    .page-thanks-description {
        font-size: 15px;
        line-height: 25px;
    }

    .page-thanks-description span {
        display: block;
    }
}