* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

a[href^=tel] {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}

.scroll-hide {
    overflow: hidden;
}

.profile-container {
    padding: 50px;
    max-width: 1000px;
    width: 100%;
    border-radius: 50px;
    background-color: white;
}

@media screen and (max-width: 740px) {
    .profile-container {
        padding: 20px;
    }
}

.profile__info {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.profile__info span {
    font-size: 12px;
    color: #A7B2C5;
}

.profile__choose {
    font-size: 24px;
    line-height: 120%;
}

.profile__pay-container {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid rgba(211, 224, 243, 0.5);
}

.profile__pay-container-title {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #03E903 -25.07%, #01BFC5 58.03%, #00B2FF 105.71%);
    font-size: 20px;
    font-weight: 600;
}

.profile__button-pay {
    margin-top: 20px;
    width: 265px;
    height: 55px;
    display: flex;
    background: linear-gradient(88.21deg, #12DE4B 0.86%, #02ADEE 97.76%);
    border-radius: 50px;
    color: #fff;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    transition: all 0.3s;
}

.profile__button-pay:hover {
    filter: brightness(1.2);
}

.profile__desc {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid green;
}

.profile__desc span {
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 6px;
    color: #666;
    font-style: italic;
}

.profile__cancel {
    margin-top: 20px;
    text-align: center;
    color: #8E99AB;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.profile__cancel:hover {
    color: red;
}


.good-nav-block {
    display: none;
}

.show {
    display: block;
}

.good-information__nav_active:after {
    background-color: #000;
}

.profile-container-user {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
}

@media screen and (max-width: 740px) {
    .profile-container-user {
        grid-template-columns: repeat(1, minmax(150px, 1fr));
    }
}


.profile__keys {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.profile__game-img {
    width: 90px;
    height: 120px;
    object-fit: cover;
}

.profile__name-promo {
    border: 2px dashed #CBD2DE;
    background-clip: text;
    background: linear-gradient(85.51deg, #E9B003 -25.07%, #C50A01 58.03%, #00B2FF 105.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 10px;
    max-width: 100px;
    width: 100%;
}

.profile__keys-name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #0f0f0f;
}

.profile__keys-time {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: black;
}

.profike__keys-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: black;
    white-space: pre-line;
}

.profile-container-keys {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: #FFF2EC;
    gap: 5px;
    min-height: 10px;
    width: 100%;
}

.profile-container-keys span {
    color: #964c2e;
    font-size: 14px;
}

.profile-container-keys p,
.profile-container-keys a {
    color: #E87B5F;
    font-size: 18px;
}

.profile-container-keys button {
    padding: 5px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #E87B5F;
    border-radius: 5px;
    border: transparent;
    cursor: pointer;
}

.profile-container-keys-more {
    background-color: #ffe0e8;
}

.profile-container-keys-more p,
.profile-container-keys-more a {
    color: #8F0C0C;
}

.profile-cotainer-inside {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(211, 224, 243, 0.5);
}

.profile-container-info {
    display: flex;
    gap: 20px;
    width: 100%;
}

@media screen and (max-width: 740px) {
    .profile-cotainer-inside {
        flex-direction: column;
    }

    .profile-container-info {
        flex-direction: column;
    }
}




/* Header */
.header-subs {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100px;
    transition: all 0.3s;
    background-color: transparent;
}

.header-subs .container {
    padding: unset;
}

@media screen and (max-width: 740px) {
    .header-subs {
        height: 80px;
        background-color: white;
    }
}

/* Header active */
.header--active {
    transition-duration: 0ms;
    background-color: white;
}

/* Header container */
.header__container {
    height: 100%;
    background-color: inherit;
}

/* Navbar */
.navbar-subs {
    display: flex;
    position: relative;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: inherit;
}

@media screen and (max-width: 1240px) {
    .navbar-subs {
        padding: 0 15px;
    }
}

/* Brand */
.navbar__brand {
    font-size: clamp(1.5rem, 4vw + 0.5rem, 2rem);
    font-weight: 900;
    color: hsl(0, 0%, 0%);
}

/* Toggle menu button */
.navbar__toggle-menu {
    background-color: transparent;
    border: transparent;
    cursor: pointer;
}

@media screen and (min-width: 40em) {
    .navbar__toggle-menu {
        display: none;
    }
}

/* Hamburger */
.toggle-menu__hamburger {
    position: relative;
    width: 2.2rem;
    padding: 0.1rem;
}

.hamburger__item {
    width: 100%;
    height: 0.25rem;
    background-color: hsl(0, 0%, 0%);
    border-radius: 1rem;
    transition: width 500ms ease-in-out;
}

.hamburger__item:not(:last-child) {
    margin-bottom: 0.31rem;
}

/* Hamburger animation */
.toggle-menu--active .hamburger__item:first-child {
    width: 70%;
}

.toggle-menu--active .hamburger__item:nth-child(2) {
    width: 90%;
}

.toggle-menu--active .hamburger__item:last-child {
    width: 55%;
}

/* Menu */
@media screen and (max-width: 39.9375em) {

    /* 639px */
    .navbar__menu {
        position: fixed;
        top: -100%;
        left: 0;
        z-index: -1;
        width: 100%;
        background-color: white;
        text-align: center;
        padding: 2rem 0;
        visibility: hidden;
        transition: all 500ms ease-in-out;
    }

    /* Menu open */
    .navbar__menu--open {
        visibility: visible;
        top: 80px;
    }
}

.menu__item:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 40em) {
    .menu__item {
        display: inline-block;
    }

    .menu__item:not(:last-child) {
        margin: 0 0.6rem;
    }
}

.menu__link {
    position: relative;
    font-weight: 500;
    color: hsl(0, 0%, 0%);
    padding: 0 0.3rem;
    transition: opacity 300ms ease-in-out;
}

.menu__link:not(.menu__link-blue)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 0;
    height: 0.25rem;
    border-radius: 1rem;
    background-color: hsl(355, 100%, 60%);
    transition: width 300ms ease-in-out;
}

.menu__link-blue {
    background-color: black;
    color: white;
    padding: 1rem 1.75rem;
    border-radius: 0.1875rem;
}

.menu__link-blue:hover {
    filter: brightness(1.2);
}

/* Hover effect */
.menu__link:hover {
    opacity: 0.8;
}

.menu__link:hover::before {
    width: 100%;
}

/* Active link */
.menu__link--active {
    font-weight: 700;
}

.menu__link--active::before {
    width: 100%;
}

/* Overlay */
.header__overlay {
    position: fixed;
    inset: 0;
    z-index: -10000;
    background-color: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out;
}

@media screen and (max-width: 40em) {
    .header__overlay--open {
        visibility: visible;
        opacity: 1;
    }
}



.footer-new {
    background-color: hsl(0, 0%, 100%);
    padding-top: clamp(2rem, 10vw, 5rem);
    padding-bottom: clamp(2rem, 10vw, 5rem);
}

.footer__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

.footer__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem clamp(2rem, 7vw, 6.25rem);
}

.footer__brand {
    display: inline-block;
    width: max-content;
    font-size: clamp(1.5rem, 4vw + 0.5rem, 2rem);
    font-weight: 900;
    color: hsl(0, 0%, 0%);
    ;
}

.footer__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer__list-item:not(:last-child) {
    margin-bottom: 0.5rem;
}

.footer__list-item img {
    max-height: 40px;
}

.footer__list-link {
    display: inline-block;
    font-weight: 400;
    font-size: 1.125rem;
    color: hsl(0deg 0% 44%);
    transition: transform 300ms ease-in-out;
}

.footer__list-link:hover {
    transform: translateX(0.2rem);
}

.footer__text {
    color: hsl(0deg 0% 35%);
}


@media screen and (max-width: 740px) {
    .footer__list {
        flex-direction: column;
        align-items: center;
    }
}



@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

summary::-webkit-details-marker,
summary::marker {
    display: none;
}

.faq-section {
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 0px 30px;
}

.faq-section h2 {
    font-size: 52px;
    color: #404E5C;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}

.faq-info-subs {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #03E903 -25.07%, #01BFC5 58.03%, #00B2FF 105.71%);
}

.faq-section details {
    cursor: pointer;
}

.faq-section summary:focus-visible {
    outline: 2px solid orange;
    outline-offset: 8px;
    border-radius: 4px;
}

.faq-section h4::selection {
    background: none;
}

.faq-section h4 {
    width: 760px;
}

.faq-section summary {
    font-size: 20px;
    color: #404E5C;
    display: flex;
    justify-item: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.faq-section details[open] .faq-arrow {
    transform: rotate(180deg);
}

.faq-section summary::marker {
    display: none;
    content: "";
}

.faq-section .faq-arrow {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.024 11.263l-7.024 7.023-7.022-7.023-3.091 3.090 8.569 8.569c0.413 0.413 0.961 0.64 1.545 0.64s1.133-0.228 1.545-0.64l8.569-8.569-3.091-3.090z' fill='%23555555'/%3e%3c/svg%3e");
    background-size: 100%;
    max-width: 32px;
    min-height: 32px;
    background-repeat: no-repeat;
    width: 100%;
}

.faq-section details>p {
    color: #404E5C;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: .1px;
    margin-bottom: 40px;
    padding-left: 10px;
}

.faq-section hr {
    border: 1px solid #404E5C;
    margin-block-end: 30px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    -webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px);
    visibility: hidden;
    justify-content: center;
    display: flex;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.4s linear;
    overflow: auto;
}

.popup__group {
    margin-top: 100px;
    padding: 25px 30px 40px;
    max-width: 700px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 30px;
    background: #FFFFFF;
    position: relative;
}

.popup__close {
    background: url("../../img/icons/popup-close.svg") no-repeat;
    background-size: contain;
    border: transparent;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #1f2633;
    text-align: left;
}

.popup p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
    color: #606c80;
}

.popup__buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.popup__button {
    padding: 10px 20px;
    background: linear-gradient(88.21deg, #12DE4B 0.86%, #02ADEE 97.76%);
    border: 1px solid gainsboro;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
}

.popup__button:hover {
    filter: brightness(1.2);
}

.popup__button-white {
    background: transparent;
    color: #817979;
    border: 1px solid #f1f1f1;
}

.popup_opened {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.result {
    display: none;
    padding: 5px 0;
}

.result.error {
    color: rgb(232, 65, 65);
}

.result.success {
    color: rgb(27, 138, 37);
}



.page-agreement {
    line-height: 1.6em;
    user-select: none;
    -webkit-user-select: none;
}

.page-agreement table th {
    padding-right: 15px;
    width: 20%;
}

.page-agreement table td {
    padding: 0 0 10px;
}

.page-agreement a {
    color: black;
}

.page-agreement ol {
    padding-left: 30px;
    counter-reset: item;
    list-style: none;
}

.page-agreement ol>li::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    color: #37b2b2;
}

.page-agreement-game .page-agreement ol>li::before {
    color: rgba(255, 98, 98, 0.8);
}

@media screen and (max-width: 940px) {
    .page-agreement ol {
        padding: unset;
    }

    .page-agreement table {
        display: block;
    }

    .page-agreement table tbody {
        display: block;
    }

    .page-agreement table tr {
        display: block;
    }

    .page-agreement table th {
        margin: 0 0 13px;
        display: block;
        width: unset;
        font-weight: 700;
    }

    .page-agreement table td {
        margin: 0 0 30px;
        padding: unset;
        display: block;
    }
}

.btn__back {
    display: block;
    padding: 6px 20px 6px 16px;
    border: 1px solid #C85440;
    border-radius: 3px;
    color: #DA4D4D;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.btn__back:hover {
    background-color: #C85440;
    color: white;
}

.auth-center {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth {
    padding: 50px;
    max-width: 500px;
    min-height: 150px;
    background-color: white;
    border-radius: 30px;
}

.auth__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.auth .item {
    position: relative;
}

.auth .item .input {
    border-radius: 40px;
    height: 40px;
    width: 100%;
    padding: 0px 20px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    font-family: inherit;
    font-size: 14px;
}

.auth .item .input:focus {
    border-color: #C3D2F7;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-width: 2px;
}

.auth .form {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.auth__button {
    margin-bottom: 10px;
    background: linear-gradient(85.51deg, #03E903 -25.07%, #01BFC5 58.03%, #00B2FF 105.71%);
    padding: 14px 0;
    display: block;
    border-radius: 0.75rem;
    width: 100%;
    height: 3.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    outline: none;
    border: none;
    cursor: pointer;
    transition: 0.3s all ease-in;
}

.auth__button:hover {
    filter: brightness(1.2);
}

.item-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auth__register-info {
    font-size: 12px;
    font-weight: 400;
    color: #868695;
}

.auth__question {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 auto;
    color: #5d6e72;
}

.password {
    position: relative;
}

.password-control {
    position: absolute;
    top: 11px;
    right: 30px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icons/symbol-view.svg) 0 0 no-repeat;
}

.password-control.view {
    background: url(../img/icons/symbol-no-view.svg) 0 0 no-repeat;
}

@media screen and (max-width: 750px) {
    .auth {
        padding: 50px 20px;
    }
}




/* ЛК - партнер START*/
.partner-card {
    margin: 0 auto;
    margin-top: 30px;
    background-color: #7dd2f9;
    padding: 3rem 3.5rem;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 500px;
}

.partner-card::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 10px;
    width: 101%;
    height: 110%;
    background-image: linear-gradient(to right bottom, #4081f8, #7dd2f9);
    z-index: 1;
    border-radius: 15px;
    transform: rotate(-5deg);
    box-shadow: 0 0 45px 5px rgba(0, 0, 0, .2);
}

.partner-card li {
    width: 50%;
    margin: 15px 0;
    z-index: 2;
}

.partner-card li p {
    display: flex;
}

.partner-card li h3 {
    font-size: 2rem;
    color: #0c4350;
    margin-right: 5px;
    line-height: 1.2;
}

.partner-card li span {
    color: white;
    font-weight: bold;
    font-size: .95rem;
}

@media screen and (max-width: 500px) {
    .partner-card::before {
        top: -10px;
        left: -2px;
    }

    .partner-card li {
        width: 100%;
    }

    .partner-card li:not(:first-of-type) {
        margin-top: 15px;
    }
}

/* ЛК - партнер END*/