@font-face {
    font-family: inter;
    src: url("../fonts/inter.woff2");
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    transition: 0.4s;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

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

img {
    max-width: 100%;
}

body {
    font-family: inter;
    background: #151515;
    color: #fff;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.thetopfix-header__fixed {
    position: fixed;
    z-index: 10000;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    top: 0px;
    left: 0;
}

.thetopfix-information__link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 26px;
}

.thetopfix-header__text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

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

.thetopfix-header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}

.thetopfix-header__box {
    padding-top: 10px;
}

.header__link__logo {
    display: flex;
    align-items: center;
}


.thetopfix-header__links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.thetopfix-header__burger {
    display: none;
}

.thetopfix-header__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    transition: 0.4s;
    text-transform: uppercase;
}

.thetopfix-header__link:hover {
    transition: 0.4s;
    opacity: 0.5;
}

.header__link__logo {
    font-weight: 600;
}

.thetopfix-header {
    background: url("../img/header-background.webp") no-repeat center;
    background-size: cover;
    padding-top: 84px;
    padding-bottom: 130px;
    margin-bottom: 40px;
}

.thetopfix-header__title {
    color: #FFF;
    font-size: 50px;
    font-style: italic;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.thetopfix-header__color {

    color: rgb(247, 199, 54);
    background: linear-gradient(180deg, #F4BF2D 0%, #9D5D25 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.thetopfix-header__subtitle {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.thetopfix-header__items {
    display: flex;
    gap: 40px;
    padding-left: 0;
    list-style: none;
}

.thetopfix-header__item {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}

.thetopfix-header__item::before {
    content: url("../img/header-icon-check.webp");
    margin-right: 5px;
}


.thetopfix-casino {
    margin-bottom: 80px;
}

.thetopfix-casino__data {
    display: flex;
    align-items: center;
    gap: 10px;
}

.thetopfix-casino__times {
    display: flex;
    align-items: center;
    gap: 10px;
}

.thetopfix-casino__wrap {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 20px;
}

.thetopfix-casino__wrap {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #FC0;
    background: #000;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50);
}

.thetopfix-casino__content {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.thetopfix-casino__title {
    color: #FFF;
    font-style: italic;
    font-size: 30px;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.thetopfix-casino__number {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.thetopfix-casino__head {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.thetopfix-casino__subtitle {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.thetopfix-casino__free {
    color: #FFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
}

.thetopfix-casino__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.thetopfix-casino__info {
    max-width: 172px;
    text-align: center;
}

.thetopfix-casino__text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
}

.thetopfix-casino__list {
    padding-left: 20px;
    max-width: 263px;
    width: 100%;
}

.thetopfix-casino__inner {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
}

.thetopfix-casino__inner:last-child {
    margin-bottom: 0;
}

.thetopfix-casino__wrapper {
    max-width: 360px;
    width: 100%;
}

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

.thetopfix-casino__data {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.thetopfix-casino__btn {
    display: flex;
    width: 200px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #000;
    font-style: italic;
    font-size: 14px;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 10px;
    background: repeating-linear-gradient(75grad, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.6) 26%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0) 100%), #FC0;
    animation: mymove 5s infinite linear;
}

.thetopfix-casino__payment {
    position: relative;
    border-radius: 2px;
    border: 1px solid #454545;
    padding: 5px;
    width: 130px;
    height: 33px;
    overflow: hidden;
    transition: 0.4s;
}

.thetopfix-casino__pay {
    display: flex;
    flex-wrap: wrap;
    max-width: 101px;
    gap: 5px;
}

.thetopfix-casino__add {
    position: absolute;
    right: -4%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 15px;
    height: 15px;
    padding: 7px;
    font-size: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5000px;
    background: #FC0;
    color: #0E0E0E;
    cursor: pointer;
}

.casino__add {
    height: 61px;
    transition: 0.4s;
}

.thetopfix-casino__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    width: 100%;
}

.thetopfix-casino__btn:hover {
    background: repeating-linear-gradient(75grad, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.6) 26%, rgba(0, 0, 0, 0.0) 70%, rgba(0, 0, 0, 0) 100%), #d2596b;
    color: fff;
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.35);
}

@keyframes mymove {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 500px 0px;
    }
}

.thetopfix-casino__btn:hover {
    background: #fff;
    color: #000;
    text-decoration-line: none;
    transition: 0.4s;
}


.thetopfix-info {
    padding-bottom: 40px;
}

.thetopfix-info__title {
    color: #FFF;
    font-size: 32px;
    font-style: italic;
    text-align: center;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.thetopfix-info__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.thetopfix-info__list {
    padding-left: 20px;
}

.thetopfix-disclaimer {
    background: #BA0000;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.thetopfix-disclaimer__title {
    color: #000;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 30px;
}

.thetopfix-disclaimer__text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
}


.thetopfix-modal {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.thetopfix-safe {
    background: #313131;
    padding-bottom: 40px;
}

.desc__top {}

.thetopfix-safe__top {
    background: #030200;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.thetopfix-safe__title {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-style: italic;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
}

.thetopfix-saf__inner {
    margin-bottom: 30px;
}

.thetopfix-safe__head {
    color: #FC0;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.thetopfix-safe__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.thetopfix-safe__list {
    padding-left: 20px;
}

.thetopfix-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #030200;
}

.thetopfix-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

.thetopfix-footer__bold {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.thetopfix-footer__inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.thetopfix-footer__head {
    color: #FFF;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.thetopfix-footer__wraps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}

.thetopfix-footer__content {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.thetopfix-footer__network {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: underline;
    transition: 0.4s;
}

.thetopfix-footer__network:hover {
    text-decoration-line: none;
    color: #FC0;
    transition: 0.4s;
}

.thetopfix-footer__item {
    max-width: 610px;
}

.thetopfix-modal__title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.thetopfix-modal__subtitle {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.thetopfix-modal__btn {
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    align-self: stretch;
    border: none;
    border-radius: 5px;
    border: 1px solid #FC0;
    background: #000;
    color: #FC0;
    font-size: 16px;

    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
}

.thetopfix-modal__btn:hover {
    background: #FC0;
    color: #fff;
    transition: 0.4s;
}

.thetopfix-modal__content {
    position: relative;
    top: 0%;
    border-radius: 20px;
    background: linear-gradient(180deg, #1A1819 0%, #000 100%);
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    max-width: 453px;
}

.thetopfix-modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}


.thetopfix-modal__close:hover,
.thetopfix-modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cookie-popup.hidden {
    display: none;
}

.thetopfix-popupcookie {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    max-width: 600px;
    width: 100%;
}


.thetopfix-popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 600px;
    border-radius: 20px;
    background: #000;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 20px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    gap: 20px;
}

.thetopfix-popupcookie__close:hover,
.thetopfix-popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.thetopfix-popupcookie__title {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1px;
    width: 100%;
    text-transform: uppercase;
}

.thetopfix-popupcookie__subtitle {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.thetopfix-popupcookie__btn {
    border: none;
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.6px;
    width: 100%;
    background: #FC0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.thetopfix-popupcookie__button {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex: 1 0 0;
    letter-spacing: 0.6px;
    border: 1px solid #FFF;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.thetopfix-popupcookie__button:hover {
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}

.thetopfix-popupcookie__btns {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.thetopfix-popupcookie__btn:hover {
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title,
.thetopfix-content__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.thetopfix-terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;

}

.info__text,
.thetopfix-terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;

}

.desc__top {
    padding-top: 100px;
    padding-bottom: 50px;
}

.active__block {
    display: flex;
}

.casino__buttons__mob {
    display: none;
}

.card1__left {
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
}

.card1__wrapper-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 10px;
}

.card1__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

.card1__image {
    width: 100%;
    height: 141px;
}


.mob_list {
    display: none;
}


@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .thetopfix-header__nav {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }

    .thetopfix-header__links {
        display: none;
    }

    .thetopfix-header__burger {
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .thetopfix-header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }

    .thetopfix-header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }


    .thetopfix-header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 7px;
    }

    .thetopfix-header__line {
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.6);
        border-radius: 0;
    }

    .menu.active {
        display: flex;
    }



    .thetopfix-casino__imgages {
        max-width: 120px;
    }

    .card1__left {
        flex: 0 0 247px;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .card1__image {
        width: 100%;
        height: 80px;
    }

    .casino__buttons__mob {
        display: flex;
    }

    .casino__buttons__desc {
        display: none;
    }

    .thetopfix-casino__img {
        margin-bottom: 10px;
    }

    .thetopfix-casino__btn {
        width: 100%;
    }

    .thetopfix-casino__content {
        flex-direction: column;
        max-width: 250px;
        width: 100%;
        gap: 0px;
    }

    .thetopfix-casino__wrap {
        gap: 0px;
    }

    .thetopfix-casino__wrap {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .thetopfix-casino__buttons {
        max-width: 100%;
    }

    .thetopfix-casino__title {
        font-size: 20px;
    }

    .thetopfix-casino__number {
        font-size: 16px;
    }

    .thetopfix-casino__free {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .thetopfix-casino__wrapper {
        margin-bottom: 10px;
    }

    .thetopfix-header__title {
        font-size: 45px;
    }

    .card1__wrapper-image {
        border-right: none;
        padding: 20px;

    }

    .thetopfix-casino__content {
        padding-left: 20px;
        padding: 10px;
    }

    .thetopfix-casino__inner {
        font-size: 14px;
        margin-bottom: 0;
    }

    .thetopfix-casino__wrap {
        padding: 0;
    }

    .thetopfix-footer__inner {
        flex-direction: column;
        gap: 20px;
    }

    .thetopfix-footer__item {
        max-width: 100%;
    }

    .mob_list {
        display: block;
    }

    .desc_list {
        display: none;
    }


}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .thetopfix-header__nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .thetopfix-header__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .casino__add {
        height: 66px;
    }

    .thetopfix-header__item {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 155px;
        width: 100%;
    }

    .thetopfix-header__text {
        font-size: 12px;
    }


    .thetopfix-casino {
        margin-bottom: 40px;
    }


    .thetopfix-header__logo {
        max-width: 160px;
    }

    .card1__left {
        flex: 0 0 140px;
        display: flex;
        flex-direction: column;
        padding: 5px;
    }

    .card1__image {
        width: 100%;
        height: 60px;
    }

    .card1__wrapper-image {
        padding: 10px;
    }


    .thetopfix-header__subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .thetopfix-footer__bold {
        font-size: 12px;
    }

    .thetopfix-footer__wraps {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu {
        top: 53px;
    }

    .thetopfix-casino__inner {
        font-size: 10px;
    }

    .thetopfix-casino__title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .thetopfix-casino__star {
        max-width: 12px;
    }

    .thetopfix-casino__head {
        font-size: 10px;
    }

    .thetopfix-casino__number {
        font-size: 12px;
    }

    .thetopfix-casino__rating {
        gap: 8px;
        margin-bottom: 5px;
    }

    .thetopfix-casino__free {
        font-size: 10px;
    }

    .thetopfix-casino__btn {
        font-size: 10px;
        padding: 8px;
    }

    .thetopfix-casino__content {
        padding: 5px;
        max-width: 155px;
    }

    .thetopfix-casino__stars {
        display: flex;
    }

    .thetopfix-casino__add {
        font-size: 9px;
    }

    .thetopfix-casino__wrap {
        max-width: 300px;
    }

    .thetopfix-header__items {
        flex-direction: column;
        gap: 11px;
    }

    .thetopfix-header__item {
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
    }

    .thetopfix-header {
        padding-bottom: 40px;
        padding-top: 80px;
    }

    .thetopfix-casino__data {
        font-size: 14px;
    }

    .thetopfix-info__title {
        font-size: 20px;
    }

    .thetopfix-info__text {
        font-size: 14px;
    }

    .thetopfix-disclaimer__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .thetopfix-disclaimer__text {
        font-size: 14px;
    }

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

    .thetopfix-footer__content {
        font-size: 12px;
    }

    .thetopfix-footer__wraps {
        gap: 8px;
    }

    .thetopfix-footer__network {
        font-size: 12px;
    }

    .thetopfix-footer__icons {
        max-width: 130px;
    }

    .thetopfix-safe__title {
        font-size: 26px;
    }

    .thetopfix-safe__head {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .thetopfix-safe__text {
        font-size: 14px;
    }

    .thetopfix-saf__inner {
        margin-bottom: 20px;
    }

}

/* Новые классы с префиксом thetopfix- */
.thetopfix-main {
    /* Стили для main */
}

.thetopfix-terms {
    /* Стили для terms */
}

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

.thetopfix-content {
    /* Стили для content */
}

.thetopfix-content__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
}

.thetopfix-terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.thetopfix-terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.thetopfix-modal {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.thetopfix-modal__title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.thetopfix-modal__subtitle {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.thetopfix-modal__btn {
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    border-radius: 5px;
    border: 1px solid #FC0;
    background: #000;
    color: #FC0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
}

.thetopfix-modal__btn:hover {
    background: #FC0;
    color: #fff;
    transition: 0.4s;
}

.thetopfix-modal__content {
    position: relative;
    top: 0%;
    border-radius: 20px;
    background: linear-gradient(180deg, #1A1819 0%, #000 100%);
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    max-width: 453px;
    width: 100%;
}

.thetopfix-modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.thetopfix-modal__close:hover,
.thetopfix-modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.thetopfix-popupcookie {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}

.thetopfix-popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 600px;
    border-radius: 20px;
    background: #000;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 20px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    gap: 20px;
}

.thetopfix-popupcookie__title {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1px;
    width: 100%;
    text-transform: uppercase;
}

.thetopfix-popupcookie__subtitle {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.thetopfix-popupcookie__btn {
    border: none;
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.6px;
    width: 100%;
    background: #FC0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.thetopfix-popupcookie__button {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex: 1 0 0;
    letter-spacing: 0.6px;
    border: 1px solid #FFF;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.thetopfix-popupcookie__button:hover {
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}

.thetopfix-popupcookie__btns {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.thetopfix-popupcookie__btn:hover {
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}

.thetopfix-popupcookie__close:hover,
.thetopfix-popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}