@font-face {
    font-family: TTNorms;
    src: url(../resources/fonts/TTNorms-Regular.woff) format("woff"), url(../resources/fonts/TTNorms-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: TTNorms;
    src: url(../resources/fonts/TTNorms-Medium.woff) format("woff"), url(../resources/fonts/TTNorms-Medium.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: TTNorms;
    src: url(../resources/fonts/TTNorms-Bold.woff) format("woff"), url(../resources/fonts/TTNorms-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: TTNorms;
    src: url(../resources/fonts/TTNorms-ExtraBold.woff) format("woff"), url(../resources/fonts/TTNorms-ExtraBold.woff2) format("woff2");
    font-weight: 800;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: TTFirsNeue;
    src: url(../resources/fonts/TTFirsNeue-Regular.woff) format("woff"), url(../resources/fonts/TTFirsNeue-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: TTFirsNeue;
    src: url(../resources/fonts/TTFirsNeue-Medium.woff) format("woff"), url(../resources/fonts/TTFirsNeue-Medium.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: TTFirsNeue;
    src: url(../resources/fonts/TTFirsNeue-DemiBold.woff) format("woff"), url(../resources/fonts/TTFirsNeue-DemiBold.woff2) format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

.body {
    font-family: TTNorms, TTFirsNeue, sans-serif;
    font-size: 1.3rem
}

.page {
    font-size: 10px;
    line-height: 1.5;
    background-image: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.body {
    display: grid;
    color: #101010;
    font-size: 1.5rem;
    background-image: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-rows:1fr min-content;
    height: 100%;
    min-height: 100vh;
    overflow-x: hidden
}

.body.lock {
    overflow-y: hidden
}

.main {
    margin-top: 120px
}

@media (max-width: 768px) {
    .main {
        margin-top: 90px
    }
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px
}

.container-fluid {
    width: 100vw;
    background-color: #bd98a2;
    padding: 20px
}

.container--inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column
}

::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(255, 200, 0, .4980392157);
    border-radius: 1rem
}

::-webkit-scrollbar-thumb {
    background-color: #f39c12;
    border-radius: 1rem
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f39c12
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap
}

.logo__link {
    height: 50px
}

.logo__title {
    font-family: TTNorms;
    font-size: 24px;
    font-weight: 700
}

.sale {
    background: linear-gradient(-145deg, #f39c12 10%, #ffc700 90%);
    border-radius: 30px;
    display: flex;
    gap: 20px
}

.sale__description {
    padding: 40px 0 40px 40px;
    color: #fff;
    max-width: 725px
}

.sale__slogan {
    font-family: TTFirsNeue;
    font-weight: 500;
    line-height: 60px;
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: -22px
}

.sale__text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 25px
}

.sale__btn {
    font-family: TTFirsNeue;
    padding: 15px 37px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    line-height: 22px;
    background-color: #fff;
    cursor: pointer
}

.sale__btn:active {
    box-shadow: inset 0 0 3px
}

.sale__img {
    height: 343px;
    width: 484px
}

.sale__img-mobile {
    display: none
}

@media (max-width: 1239px) {
    .sale__description {
        padding: 15px
    }

    .sale__slogan {
        font-size: 32px;
        margin-top: 0;
        line-height: 48px
    }

    .sale__text {
        font-size: 14px;
        margin-bottom: 15px
    }
}

@media (max-width: 1005px) {
    .sale__slogan br {
        display: none
    }

    .sale__img {
        height: 365px
    }

    .sale__img img {
        width: auto;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 942px) {
    .sale__description {
        padding: 25px
    }

    .sale__text {
        font-size: 16px;
        margin-bottom: 20px
    }

    .sale__btn {
        display: block;
        margin-top: 5%
    }

    .sale__img {
        height: 400px;
        width: 375px;
        margin-top: auto;
        margin-bottom: auto
    }

    .sale__img-desktop {
        display: none
    }

    .sale__img-mobile {
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 768px) {
    .sale {
        gap: 0;
        flex-direction: column;
        align-items: stretch
    }

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

    .sale__slogan {
        line-height: 36px;
        font-size: 28px;
        margin-bottom: 15px
    }

    .sale__text {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 20px
    }

    .sale__btn {
        width: 100%
    }

    .sale__img {
        order: -1;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 320px;
        height: auto;
        margin: 0 auto -30px auto
    }
}

.card-item-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border: 2px solid #ededed;
    border-radius: 35px
}

.card-item__block-title {
    display: flex;
    align-items: center;
    gap: 40px
}

.card-item__img-wrapper {
    width: 75px
}

.card-item__img {
    max-width: 75px;
    height: 80px;
    width: 100%
}

.card-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-item__title {
    font-family: TTFirsNeue;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px
}

.card-item__cost {
    font-family: TTFirsNeue;
    font-weight: 600;
    line-height: 35px;
    font-size: 26px;
    background-image: linear-gradient(-145deg, #f39c12 10%, #ffc700 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: none
}

.card-item__cost.active {
    display: block
}

.card-item__cost-total {
    font-family: TTFirsNeue
}

.card-item__block-info {
    display: flex;
    gap: 30px
}

.card-item__date.component-link {
    font-weight: 500;
    line-height: 26px;
    font-size: 14px;
    color: rgba(47, 47, 47, .7490196078);
    cursor: default
}

.card-item__date.component-link:hover {
    color: rgba(47, 47, 47, .7490196078)
}

.card-item__date.component-link .component-link__icon {
    margin-bottom: -4px
}

@media (max-width: 998px) {
    .card-item__block-info {
        flex-direction: column;
        align-items: flex-end
    }
}

@media (max-width: 767px) {
    .card-item {
        gap: 30px;
        padding: 20px;
        flex-direction: column
    }

    .card-item__block-title {
        gap: 32px
    }

    .card-item__title {
        font-size: 20px;
        line-height: 26px
    }

    .card-item__block-info {
        width: 100%;
        align-items: center;
        gap: 20px
    }

    .card-item__btn.btn {
        width: 100%
    }
}

._content._show, .hero._show {
    font-size: 1.4rem;
    visibility: visible;
    transform: scale(1);
    opacity: 1;
    height: auto
}

._content, .hero {
    font-size: 0;
    visibility: hidden;
    transform: scale(0);
    opacity: 0;
    transition: opacity .3s, transform .3s;
    height: 0
}

._btn-content {
    cursor: pointer
}

.heroes__title {
    font-family: TTNorms;
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    margin-bottom: 50px
}

.heroes__list {
    margin-top: 40px;
    gap: 20px;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(275px, 1fr))
}

.heroes__card {
    max-width: 275px;
    height: 431px;
    width: 100%;
    padding: 25px 25px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .1098039216);
    border-radius: 25px
}

.heroes__card.none {
    display: none
}

.heroes__card-img {
    margin-top: auto;
    margin-bottom: auto;
    width: 190px;
    max-height: 210px;
    cursor: pointer
}

.heroes__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.heroes__card-name {
    font-family: TTFirsNeue;
    font-weight: 500;
    line-height: 35px;
    font-size: 24px
}

.heroes__card-price {
    font-family: TTFirsNeue;
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    background-image: linear-gradient(-145deg, #f39c12 10%, #ffc700 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px
}

.heroes__card-checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    width: 75%;
    align-self: flex-end;
    text-align: center
}

.check__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    padding-left: 20px
}

.check__input:checked + .check__span {
    background: linear-gradient(-145deg, #f39c12 10%, #ffc700 90%);
    box-shadow: none
}

.check__input:checked + .check__span span {
    border-color: #fff
}

.check__input:checked + .check__span span::before {
    content: "";
    width: 3px;
    height: 11px;
    background-color: #fff;
    position: absolute;
    top: 32%;
    left: 22%;
    transform: rotate(-35deg);
    border-radius: 5px
}

.check__input:checked + .check__span span::after {
    content: "";
    width: 3px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 12%;
    left: 55%;
    border-radius: 5px;
    transform: rotate(35deg)
}

.check__span {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px orange;
    margin-left: -60px;
    margin-top: -16px;
    cursor: pointer
}

.check__span span {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 3px solid #272727;
    margin-left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 1200px) {
    .heroes__title {
        text-align: center;
        font-size: 32px;
        line-height: 38px;
        font-weight: 500
    }

    .heroes__card {
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .heroes__title {
        margin-bottom: 0
    }

    .heroes__wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .heroes__wrapper .sale {
        order: 1
    }
}

.greet {
    display: flex;
    gap: 92px
}

.greet__heading {
    font-size: 64px;
    line-height: 75px;
    font-weight: 500;
    margin-top: 110px;
    margin-bottom: 30px;
    text-align: left;
    max-width: 635px
}

.greet__text {
    max-width: 476px;
    font-family: TTFirsNeue;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px
}

.greet__links {
    display: flex;
    gap: 10px
}

.greet__block-img {
    margin-top: 15px;
    max-width: 507px;
    max-height: 527px
}

.greet__block-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.greet__btn {
    display: none
}

@media (max-width: 998px) {
    .greet {
        gap: 30px
    }

    .greet__block-text {
        max-width: 500px
    }

    .greet__links {
        flex-wrap: wrap
    }
}

@media (max-width: 868px) {
    .greet {
        gap: 20px
    }

    .greet__heading {
        margin-top: 30px
    }
}

@media (max-width: 768px) {
    .greet {
        flex-direction: column;
        gap: 0
    }

    .greet__block-text {
        margin-bottom: 30px
    }

    .greet__heading {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px
    }

    .greet__text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0
    }

    .greet__links {
        display: none
    }

    .greet__block-img {
        margin-top: 0;
        margin-bottom: 15px
    }

    .greet__btn {
        display: block;
        padding: 15px 24px;
        background-color: transparent;
        border-radius: 15px;
        border: 1px solid #1e1e1e;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500
    }
}

.path {
    background-image: url(../img/arrows-path.webp);
    background-repeat: no-repeat;
    background-position: 49% 10%;
    background-size: 67%;
    margin-top: 115px;
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
    gap: 10px
}

.path__item {
    max-width: 279px;
    text-align: center
}

.path__item-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(-145deg, #f39c12 10%, #ffc700 90%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px auto
}

.path__item-img img {
    margin-top: 5px
}

.path__item-title {
    font-family: TTFirsNeue;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px
}

.path__item-text {
    font-family: TTFirsNeue;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2f2f2f
}

@media (max-width: 868px) {
    .path {
        background-position: 49% 10%;
        background-size: 65%
    }
}

@media (max-width: 768px) {
    .path {
        margin: 50px 0;
        background-image: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px
    }

    .path__item-img {
        margin-bottom: 15px
    }
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center
}

.profile__circle {
    margin-bottom: 25px
}

.profile__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 15px
}

.profile__email {
    font-family: TTFirsNeue;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: rgba(47, 47, 47, .7490196078);
    margin-bottom: 20px
}

.profile__buttons {
    display: flex;
    gap: 30px;
    margin-bottom: 50px
}

.profile__buttons-mobile {
    display: none
}

.profile__acquired-blank {
    margin-bottom: 30px;
    display: none
}

.profile__message {
    font-weight: 400;
    line-height: 38px;
    font-size: 32px;
    margin-bottom: 30px
}

.profile__btn-buy {
    display: block;
    margin: 0 auto
}

@media (max-width: 768px) {
    .profile__circle {
        margin-bottom: 20px
    }

    .profile__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px
    }

    .profile__email {
        margin-bottom: 30px
    }

    .profile__buttons {
        display: none
    }

    .profile__buttons-mobile {
        display: flex;
        gap: 10px;
        margin-bottom: 50px
    }

    .profile__message {
        text-align: center
    }
}

@media (max-width: 450px) {
    .profile__buttons-mobile {
        gap: 10px
    }

    .profile__buttons-mobile .btn.modal__btn {
        font-size: 12px;
        width: 140px;
        padding: 10px
    }
}

.shopping-cart__title-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.shopping-cart__counter, .shopping-cart__title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500
}

.shopping-cart__counter {
    color: rgba(47, 47, 47, .6901960784)
}

.shopping-cart__list {
    margin-bottom: 50px
}

.shopping-cart .card-item__date {
    display: none
}

.shopping-cart__cost {
    display: none
}

.shopping-cart__cost.active {
    display: block
}

.shopping-cart__cost-0 {
    margin-top: 12vh;
    text-align: center
}

.shopping-cart__cost-text {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500
}

.shopping-cart__cost-total {
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 82px;
    font-size: 64px;
    background-image: linear-gradient(-145deg, #f39c12 10%, #ffc700 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.shopping-cart__cost-btn.btn {
    max-width: 256px;
    width: 100%
}

@media (max-width: 768px) {
    .shopping-cart__title-block {
        flex-direction: column;
        align-items: center
    }

    .shopping-cart__title {
        font-size: 32px;
        line-height: 38px
    }

    .shopping-cart__counter {
        font-size: 24px;
        line-height: 28px
    }

    .shopping-cart__list {
        margin-bottom: 30px
    }

    .shopping-cart__cost.active {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .shopping-cart__cost-text {
        margin-bottom: 10px;
        font-weight: 500;
        line-height: 38px;
        font-size: 32px
    }

    .shopping-cart__cost-total {
        margin-bottom: 25px;
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width: 450px) {
    .shopping-cart__cost-btn.btn {
        max-width: 100%;
        width: 100%
    }
}

.hero__block {
    margin-bottom: 50px;
    display: flex;
    gap: 50px
}

.hero__img {
    max-width: 507px;
    height: 350px;
    width: 100%;
    border: 2px solid #ccdde5;
    border-radius: 30px;
    padding: 25px
}

.hero__img img {
    max-width: 315px;
    max-height: 362px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto
}

.hero__name {
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 56px;
    font-size: 48px
}

.hero__status {
    font-family: TTFirsNeue;
    margin-bottom: 20px;
    background-image: linear-gradient(-145deg, #f39c12 10%, #ffc700 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 82px;
    font-size: 64px
}

.hero__description {
    font-family: TTFirsNeue;
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 28px;
    color: rgba(47, 47, 47, .7490196078)
}

.hero__buy {
    display: flex;
    gap: 20px;
    align-items: center
}

.hero__buy-btn {
    min-width: 190px
}

.hero__buy-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px
}

.hero__download.btn {
    max-width: 230px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center
}

.hero__download.btn .component-link__icon {
    margin-right: 0
}

.hero .hero__btn-status {
    display: none
}

.hero .hero__btn-status.active {
    display: flex
}

@media (max-width: 1200px) {
    .hero__buy {
        flex-direction: column;
        align-items: flex-start
    }

    .hero__buy-btn {
        order: 1
    }
}

@media (max-width: 998px) {
    .hero__block {
        gap: 30px
    }
}

@media (max-width: 998px) and (max-width: 900px) {
    .hero__text-block {
        width: 100%
    }

    .hero__name {
        font-size: 32px;
        line-height: 38px
    }

    .hero__status {
        font-size: 36px;
        line-height: 42px
    }

    .hero__description {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 998px) and (max-width: 768px) {
    .hero__block {
        flex-direction: column;
        align-items: center
    }

    .hero__name {
        text-align: center
    }

    .hero__status {
        text-align: center
    }

    .hero__description {
        text-align: center
    }

    .hero__buy-btn.btn {
        order: 0;
        max-width: 100%;
        width: 100%
    }

    .hero__download.btn {
        max-width: 100%
    }

    .hero__download.btn svg {
        margin: 0
    }

    .hero__buy-text {
        text-align: center
    }

    .hero .sale {
        display: none
    }
}

.payment {
    display: flex;
    flex-direction: column;
    align-items: center
}

.payment__circle.circle {
    margin-bottom: 25px
}

.payment__circle.circle img {
    margin-bottom: 0
}

.payment__title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    text-align: center
}

.payment__text {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-align: center
}

.payment__list-cards {
    margin-bottom: 30px
}

.payment__links {
    display: flex;
    gap: 10px
}

.payment__btn-download.btn {
    display: none
}

@media (max-width: 768px) {
    .payment__circle.circle {
        margin-bottom: 20px
    }

    .payment__title {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 38px
    }

    .payment__text {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px
    }

    .payment__list-cards {
        margin-bottom: 30px
    }
}

@media (max-width: 668px) {
    .payment__links {
        display: none
    }

    .payment__btn-download.btn {
        display: block;
        max-width: 100%;
        width: 100%
    }
}

.header {
    position: fixed;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, .1098039216);
    color: #101010;
    background-color: #fff;
    font-size: 14px;
    z-index: 11
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__logo {
    padding: 15px 0
}

.header__menu {
    display: flex;
    -moz-column-gap: 32px;
    column-gap: 32px;
    z-index: 12;
    overflow-y: auto
}

.header__menu-item {
    padding: 30px 0;
    font-family: TTNorms;
    font-weight: 500
}

.header__menu-item.--mob {
    display: none
}

.header__menu-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    opacity: .8;
    margin-top: 81px
}

.header__btn-area {
    padding: 10px;
    margin-right: -10px;
    z-index: 12;
    display: none;
    cursor: pointer
}

.header__btn {
    width: 24px;
    height: 20px;
    position: relative;
    transition: all .1s
}

.header__btn > span {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #101010;
    transition: all .1s
}

.header__btn > span:nth-child(2) {
    transform: translateY(-50%);
    top: 50%
}

.header__btn > span:nth-child(3) {
    transform: translateY(-100%);
    top: 100%
}

.header__btn.show > span:nth-child(2) {
    display: none
}

.header__btn.show > span:nth-child(1) {
    transform: translateY(500%) rotate(45deg)
}

.header__btn.show > span:nth-child(3) {
    transform: translateY(-500%) rotate(-45deg)
}

@media (max-width: 768px) {
    .header.show {
        background-color: #fff;
        transition: all .3s
    }

    .header__menu {
        flex-direction: column;
        position: absolute;
        width: 100%;
        height: calc(100vh - 50px);
        gap: 0;
        background-color: #fff;
        top: 0;
        left: 0;
        right: 0;
        transition: all .3s;
        transform: translateX(-100%);
        margin-top: 81px
    }

    .header__menu.show {
        transform: translateX(0);
        padding: 0 20px;
        overflow: auto
    }

    .header__menu-overlay.show {
        display: block
    }

    .header__menu-item.component-link {
        display: none
    }

    .header__menu-item.--mob {
        display: block
    }

    .header__menu-item {
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
        position: relative
    }

    .header__menu-item.header__menu-item--title {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        padding: 0;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .header__menu-item.btn {
        margin: auto 20px 120px 20px;
        align-self: center;
        width: 100%
    }

    .header__btn-area {
        display: block
    }

    .header__btn {
        margin-right: 20px
    }
}

@media (max-width: 650px) {
    .header__menu.show {
        top: 0
    }

    .header__container {
        height: 80px
    }

    .header__btn {
        margin-right: 0
    }
}

.footer {
    padding: 20px 0;
    margin-top: 50px;
    background-color: #fafafa;
    color: #101010
}

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

.footer__container-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px
}

.footer__policy {
    text-transform: uppercase;
    font-family: TTNorms;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    word-spacing: 1%;
    margin-bottom: 15px
}

.footer__policy:hover {
    text-decoration: underline
}

.footer__copy {
    color: #6c6c6c;
    font-size: 10px;
    font-weight: 500;
    line-height: 26px
}

@media (max-width: 768px) {
    .footer {
        margin-top: 40px
    }

    .footer__container-inner {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start
    }
}

.btn {
    font-family: TTFirsNeue;
    width: 190px;
    padding: 15px 24px;
    background-color: transparent;
    border: 1px solid #272727;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 500;
    line-height: 22px;
    font-size: 18px
}

.btn:active {
    box-shadow: inset 0 0 3px
}

.btn-orange {
    border: 1px solid orange
}

.btn.card {
    width: 100%;
    border-radius: 25px
}

.btn.filled {
    background: linear-gradient(-145deg, #f39c12 10%, #ffc700 90%);
    color: #fff;
    border-color: transparent
}

@media (max-width: 768px) {
    .btn.card {
        font-size: 16px
    }
}

.component-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer
}

.component-link__icon {
    margin-right: 17px
}

.component-link:hover {
    color: #ff521c
}

.circle {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: linear-gradient(-145deg, #f39c12 10%, #ffc700 90%);
    display: flex;
    justify-content: center;
    align-items: center
}

.circle img {
    margin-bottom: -6px
}

@media (max-width: 768px) {
    .circle {
        width: 90px;
        height: 90px
    }

    .circle img {
        width: 35px;
        height: 35px
    }
}

.basket {
    max-width: 490px;
    margin-top: 30px;
    margin-left: auto;
    padding: 8px 8px 8px 20px;
    border: 2px solid #ededed;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px
}

.basket.fixed {
    position: sticky;
    right: 0;
    bottom: 2vh;
    background-color: #fff;
}

.basket__component-link {
    font-family: TTFirsNeue;
    text-transform: none;
    font-weight: 500;
    line-height: 26px;
    font-size: 20px;
    cursor: default
}

.basket__component-link:hover {
    color: inherit
}

.basket__component-link img {
    margin-bottom: -5px;
    margin-right: 10px
}

.basket__btn {
    max-width: 137px;
    padding: 10px 24px;
    border-radius: 8px
}

@media (max-width: 768px) {
    .basket {
        flex-direction: column;
        max-width: 290px
    }
}

@media (max-width: 500px) {
    .basket {
        padding: 10px;
        margin: 30px auto;
        flex-direction: column;
        align-items: center;
        gap: 10px
    }

    .basket__btn {
        max-width: 100%;
        width: 100%
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 13;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    pointer-events: none
}

._modal._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.modal__bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center
}

.modal__body {
    padding: 24px;
    background-color: #fff;
    max-width: 400px;
    max-height: 70%;
    overflow: auto;
    border-radius: 10px;
    position: relative
}

.body._lock {
    overflow: hidden
}

.status .modal__body {
    max-width: 507px;
    padding: 40px 30px;
    text-align: center
}

.status .modal__title {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 42px;
    font-size: 36px
}

.status .modal__text {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(47, 47, 47, .7490196078)
}

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

.status.pay .modal__title, .status.signin .modal__title {
    margin-bottom: 30px
}

.status.pay .modal__btns {
    justify-content: center
}

@media (max-width: 768px) {
    .status .modal__body {
        max-width: 330px;
        padding: 30px 20px
    }

    .status .modal__title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 28px
    }

    .status .modal__text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px
    }

    .status .modal__btns {
        flex-direction: column;
        gap: 10px
    }

    .status .modal__btns .btn {
        max-width: 100%;
        width: 100%
    }

    .status.pay .modal__title, .status.signin .modal__title {
        margin-bottom: 20px
    }
}

.login .modal__bg {
    background-color: #fff;
    padding: 0
}

.login .modal__body {
    max-width: 100vw;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    padding-top: 20vh
}

.login .modal__body .modal-content.modal__callback {
    max-width: 500px;
    margin: 0 auto
}

.login__logo {
    margin-bottom: 30px;
    justify-content: center
}

.login__title {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px
}

.login__text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px
}

.login__form {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    align-items: flex-start
}

.login__input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ededed;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 4px
}

.login__input:focus {
    outline: 2px solid #add8e6
}

.login ._error-text {
    color: #ff521c;
    text-align: center;
    visibility: visible;
    transform: scale(1);
    opacity: 1;
    transition: opacity .3s, transform .3s
}

.login ._error-text .component-link__icon {
    margin-right: 11px
}

.login ._error-text.hidden {
    transition: opacity .3s, transform .3s;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    height: 0
}

.login__btn.btn {
    max-width: 60px;
    max-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto
}

.login__btn.btn:focus {
    outline: 2px solid #add8e6
}

.login__btn.btn[disabled] {
    opacity: .4;
    cursor: default
}

.login__btn.btn[disabled]:active, .login__btn.btn[disabled]:focus {
    outline: 0 solid
}

.login__btn.btn:nth-of-type(2) {
    display: none
}

.login__btn-img {
    margin-bottom: -3px
}

.login .btn.modal__close {
    display: block;
    margin: 0 auto
}

@media (max-width: 768px) {
    .login .modal__body {
        padding-top: 5vh
    }

    .login__logo .logo__title {
        display: none
    }

    .login__title {
        font-size: 36px;
        line-height: 42px;
        font-weight: 500;
        margin-bottom: 10px
    }

    .login__text {
        margin-bottom: 35px;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500
    }

    .login__form {
        flex-direction: column
    }

    .login__block-email {
        text-align: center;
        width: 100%
    }

    .login__input {
        padding: 17px 20px
    }

    .login__btn.btn:nth-of-type(1) {
        display: none
    }

    .login__btn.btn:nth-of-type(2) {
        display: block;
        padding: 18px 20px;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 385px) {
    .login__title span {
        display: block
    }
}

.access .modal__bg {
    background-color: #fff;
    padding: 0
}

.access .modal__body {
    max-width: 100vw;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    padding-top: 20vh
}

.access__timer {
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
    background-image: linear-gradient(-145deg, #f39c12 10%, #ffc700 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    text-align: center
}

.access__title {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px
}

.access__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px
}

.access__inputs {
    display: flex;
    gap: 10px;
    justify-content: center
}

.access__input {
    padding: 15px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    max-width: 60px;
    max-height: 60px;
    height: 100%
}

.access__input:focus {
    outline: 2px solid #add8e6
}

.access__block-new-code {
    margin-bottom: 20px;
    text-align: center
}

.access__new-code {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
    color: #c2c4c5;
    background-color: transparent;
    border: none;
    cursor: pointer;
    max-width: 250px;
    margin: 0 auto
}

.access__new-code:disabled {
    text-decoration: none;
    opacity: .5;
    cursor: default
}

.access__new-code:hover {
    text-decoration: none
}

.access__btn.btn {
    max-width: 60px;
    max-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.access__btn.btn:focus {
    outline: 2px solid #add8e6
}

.access .btn.modal__close {
    display: block;
    margin: 0 auto
}

.access input::-webkit-inner-spin-button, .access input::-webkit-outer-spin-button {
    display: none;
    margin: 0
}

.access input[type=number]::-webkit-inner-spin-button, .access input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.access input[type=number] {
    -moz-appearance: textfield
}

.access input[type=number]:focus, .access input[type=number]:hover {
    -moz-appearance: number-input
}

.access input[type=number]::-webkit-inner-spin-button, .access input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.access__error {
    color: #ff521c;
    text-align: center;
    visibility: visible;
    transform: scale(1);
    opacity: 1;
    transition: opacity .3s, transform .3s
}

.access__error .component-link__icon {
    margin-right: 11px
}

.access__error.hidden {
    visibility: hidden;
    transform: scale(0);
    opacity: 0;
    transition: opacity .3s, transform .3s;
    height: 0
}

@media (max-width: 768px) {
    .access .modal__body {
        padding-top: 20vh
    }

    .access__timer {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 30px
    }

    .access__title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 35px
    }

    .access__form {
        margin-bottom: 25px
    }

    .access__inputs {
        gap: 7px
    }

    .access__input {
        max-width: 50px;
        max-height: 50px
    }
}

/*# sourceMappingURL=style.min.css.map */
