@font-face {
    font-family: Montserrat;
    src: local("Montserrat"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: local("Montserrat"), url(../fonts/Montserrat-Semibold.woff2) format("woff2"), url(../fonts/Montserrat-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: local("Montserrat"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Cinematografica;
    src: local("Cinematografica"), url(../fonts/Cinematografica-Bold.woff2) format("woff2"), url(../fonts/Cinematografica-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Adventure;
    src: local("Adventure"), url(../fonts/Adventure.woff2) format("woff2"), url(../fonts/Adventure.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Manrope;
    src: local("Manrope"), url(../fonts/Manrope-Regular.woff2) format("woff2"), url(../fonts/Manrope-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Manrope;
    src: local("Manrope"), url(../fonts/Manrope-Medium.woff2) format("woff2"), url(../fonts/Manrope-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Manrope;
    src: local("Manrope"), url(../fonts/Manrope-Semibold.woff2) format("woff2"), url(../fonts/Manrope-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Manrope;
    src: local("Manrope"), url(../fonts/Manrope-Bold.woff2) format("woff2"), url(../fonts/Manrope-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Manrope;
    src: local("Manrope"), url(../fonts/Manrope-ExtraBold.woff2) format("woff2"), url(../fonts/Manrope-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
html {
    box-sizing: border-box;
}
:root {
    --main-black: #101828;
    --white-color: #fff;
    --eaeaea-color: #eaeaea;
    --f7f7f7-color: #f7f7f7;
    --cacaca-color: #cacaca;
    --e9e9e9-color: #e9e9e9;
    --grey-color: #999;
    --dark-grey: #666;
    --blue-color: #3d7af6;
    --purple-color: #7f56d9;
    --dark-purple: #6941c6;
    --orange-color: #ff862f;
    --light-orange: #b89c72;
    --dark-orange: #bb370e;
    --red-main: #ce4541;
}
*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:focus-visible {
    outline: 0;
}
:focus {
    outline: 0;
}
a {
    position: relative;
    color: inherit;
    text-decoration: none;
}
input,
textarea {
    outline: 0;
    border: none;
}
input[type="text"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="text"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
img,
svg {
    max-width: 100%;
}
body {
    margin: 0;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    background-color: #0e0e0e;
    color: var(--carbonic);
    --white-color: #fff;
    --carbonic: #373737;
    --almost-white: #f4f4f4;
    --e0e0e0: #e0e0e0;
    --transparent: #ffffffcc;
    --socials: #373737;
    --box-shadow-light: #c4cacc;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}
@media screen and (max-width: 1450px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media screen and (max-width: 950px) {
    .container {
        max-width: 800px;
        margin: 0 auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 500px) {
    .container {
        max-width: 420px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}
.list-reset {
    list-style: none;
    padding: 0;
    margin: 0;
}
.my-btn {
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    background: 0 0;
}
.h1-title {
    font-family: Cinematografica, Arial, sans-serif;
    font-size: 200px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    color: #657f9c;
    text-transform: uppercase;
    background: linear-gradient(135deg, #45788e 0.96%, #74c0e2 18.5%, #cbefff 28.85%, #74c0e2 38.85%, #45788e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 700px) {
    .h1-title {
        line-height: 95%;
        background: linear-gradient(135deg, #45788e 0.96%, #74c0e2 28.5%, #cbefff 48.85%, #74c0e2 58.85%, #45788e 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.hero {
    background-image: url('../img/main-bg.png');
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero__container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.hero__time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    color: var(--white-color);
    font: 400 19px/100% Montserrat, Arial, sans-serif;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}
.hero__time .for-mob {
    display: none;
}
.hero__time-timer {
    display: none;
}
.hero__time-left,
.hero__time-right {
    display: flex;
    align-items: center;
}
.hero__time-left div,
.hero__time-right div {
    padding-left: 5px;
    padding-right: 5px;
}
.hero__time-left span,
.hero__time-right span {
    font-weight: 600;
    line-height: 120%;
}
.hero__title-descr {
    position: relative;
    top: 50px;
    right: -5px;
    display: block;
    color: var(--white-color);
    font: 400 79px/100% Adventure, Arial, sans-serif;
    text-transform: none;
    text-align: left;
    text-shadow: 2px 4px 1px rgba(0, 34, 71, 0.49);
    z-index: 2;
}
.hero__title-subdescr {
    margin-bottom: 10px;
    font: 700 26px/115% Montserrat, Arial, sans-serif;
    letter-spacing: 6px;
    color: #fff;
    text-transform: uppercase;
}
.hero__img {
    padding-left: 70px;
}
.hero__img img {
    width: 660px;
}
.hero__heading {
    position: relative;
}
.hero__txt {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    text-align: left;
    color: #fff;
}
.hero__txt .timer {
    font-size: 50px;
}
.hero__bottom-descr {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.hero__bottom-descr .old-price {
    color: #42535b;
    text-decoration: line-through;
}
.hero__bottom-descr .new-price {
    color: #feb355;
}
.hero__bottom-descr span {
    margin-bottom: 10px;
    display: block;
    color: var(--white-color);
    font: 700 18px/100% Montserrat, Arial, sans-serif;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.hero__bottom-descr .for-mob {
    display: none;
}
.hero__bottom-descr::before {
    position: absolute;
    content: "";
    background: url(../img/tiket.webp) 0 0 / cover;
    width: 465px;
    height: 338px;
    bottom: -85px;
    right: 131px;
}
.hero__btn {
    padding: 50px;
    width: 100%;
    font: 600 26px/100% Montserrat, Arial, sans-serif;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #00061f;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2.6px;
    border-radius: 30px;
    background: linear-gradient(144deg, #45788e 0.96%, #74c0e2 23.81%, #cbefff 48.85%, #74c0e2 69.91%, #45788e 100%);
    overflow: hidden;
}
.hero__btn i {
    font-style: normal;
    position: relative;
    z-index: 5;
}
.hero__btn .span::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    height: 80%;
    width: 82px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9));
    -webkit-animation: 2s linear infinite flareAnimation;
    animation: 2s linear infinite flareAnimation;
    z-index: 15;
    filter: blur(20px);
    transform: translate3d(-300%, 0, 0) skewX(-45deg);
}
.hero__btn .span::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #76c8ed;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s;
}
.hero__btn:hover .span:after {
    opacity: 1;
}
@-webkit-keyframes flareAnimation {
    0% {
        transform: translate3d(-800%, 0, 0) skewX(-45deg);
    }
    100% {
        transform: translate3d(1400%, 0, 0) skewX(-45deg);
    }
}
@keyframes flareAnimation {
    0% {
        transform: translate3d(-800%, 0, 0) skewX(-45deg);
    }
    100% {
        transform: translate3d(1400%, 0, 0) skewX(-45deg);
    }
}
@media screen and (max-width: 1450px) {
    .hero {

    }
    .hero__container {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .hero__time {
        margin-bottom: 0px;
    }
    .hero__title {
        font-size: 200px;
    }
    .hero__title .title-img {
        width: 43px;
    }
    .hero__txt {
        margin-bottom: 20px;
    }
    .hero__title-subdescr {
        margin-bottom: 20px;
    }
    .hero__bottom-descr::before {
        position: absolute;
        content: "";
        background: url(../img/tiket.webp) 0 0 / cover;
        width: 465px;
        height: 338px;
        bottom: -95px;
        right: 31px;
    }
    .hero__img img {
        width: 560px;
    }
    .hero__btn {
        font-size: 32px;
        padding: 35px 50px;
    }
}
@media screen and (max-width: 1200px) {
    .hero {
        background: #131313;
    }
}
@media screen and (max-width: 950px) {
    .hero {
        background: url(../img/bg-mob1.webp) center center/cover no-repeat;
    }
    .hero__container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .hero__time {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 15px;
        margin-bottom: 0;
        font-size: 13px;
    }
    .hero__time-right {
        display: none;
    }
    .hero__time-timer {
        display: block;
    }
    .hero__time-timer .top-timer {
        font-size: 27px;
        line-height: 125%;
    }
    .hero__time .for-mob {
        display: block;
    }
    .hero__time span {
        font-weight: 600;
    }
    .hero__time svg {
        display: none;
    }
    .hero__heading {
        margin-bottom: 250px;
    }
    .hero__title-descr {
        top: 13px;
        font-size: 30px;
        line-height: 96%;
        text-align: center;
    }
    .hero__title {
        text-align: center;
        font-size: 85px;
    }
    .hero__title-subdescr {
        display: none;
    }
    .hero__txt {
        position: static;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }
    .hero__txt .timer {
        font-size: 34px;
    }
    .hero__bottom {
        margin: 0 auto;
    }
    .hero__bottom-descr {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin-bottom: 0;
    }
    .hero__bottom-descr span {
        display: inline;
        font-size: 14px;
        line-height: 140%;
        padding: 0 0;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .hero__bottom-descr .for-mob {
        display: block;
    }
    .hero__bottom-descr::before {
        display: none;
    }
    .hero__btn {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 2px;
        max-width: 360px;
        padding: 23px 30px;
    }
    .hero__btn span::before {
        content: "";
        display: block;
        position: absolute;
        top: 14px;
        height: 60%;
        width: 82px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9));
        -webkit-animation: 2.5s linear infinite flareAnimation;
        animation: 2.5s linear infinite flareAnimation;
        z-index: 44;
        filter: blur(20px);
        transform: translate3d(-300%, 0, 0) skewX(-45deg);
    }
}
.thanks {
    padding: 31px 0 32px;
    background: url(../img/thx-bg.webp) center center/cover no-repeat;
}
.thanks__container {
    max-width: 1200px;
}
.thanks__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.thanks__title {
    font-size: 171px;
    line-height: 96%;
}
.thanks .bar {
    max-width: 575px;
    margin-bottom: 90px;
}
.thanks .bar__percent,
.thanks .bar__text {
    color: var(--white-color);
    font: 400 27px/110% Montserrat, Arial, sans-serif;
    letter-spacing: 2.7px;
    text-transform: uppercase;
}
.thanks .bar__percent {
    margin-bottom: 10px;
    text-align: end;
}
.thanks .bar__text {
    margin-top: 10px;
}
.thanks .bar__text .dif-color {
    color: #4eb6e8;
}
.thanks .bar__line {
    border-radius: 40px;
    border: 2px solid #74c0e2;
    height: 47px;
    width: 100%;
}
.thanks .bar__line span {
    position: relative;
    width: 0;
    height: calc(100% - 12px);
    display: block;
    background: linear-gradient(270deg, #74c0e2 -4.03%, rgba(51, 121, 239, 0) 97.26%);
    border-radius: 24.6567px;
    margin: 6px;
    max-width: calc(100% - 6px);
    -webkit-animation: 0.7s linear both wd;
    animation: 0.7s linear both wd;
}
.thanks__mob-img {
    display: none;
}
@-webkit-keyframes wd {
    0% {
        width: 0;
    }
    100% {
        width: 85%;
    }
}
@keyframes wd {
    0% {
        width: 0;
    }
    100% {
        width: 85%;
    }
}
.thanks__descr {
    margin-bottom: 40px;
    font: 600 28px/130% Montserrat, Arial, sans-serif;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--white-color);
}
.thanks__descr .dif-color {
    color: #4eb6e8;
}
.thanks__descr .small-txt {
    display: block;
    margin-top: 15px;
    text-transform: none;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
}
.thanks__descr .for-desc {
    display: block;
}
.thanks .btns {
/*     display: flex;
gap: 20px; */
}
.thanks .btns__links {
    display: flex;
    gap: 20px;
}
.thanks .btns__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    min-height: 135px;
    padding: 17px 30px;
    font: 700 38px/100% Manrope, Arial, sans-serif;
    letter-spacing: 4.1px;
    text-transform: uppercase;
    border-radius: 10px;
    color: var(--white-color);
    transition: 0.3s;
}
.thanks .btns__btn .link-img {
    width: 100px;
}
.thanks .btns__btn .wa-img {
    height: 50px;
    width: 50px;
}
.thanks .btns__btn .tg-img {
    height: 100px;
}
.thanks .btns__btn span {
    position: relative;
    transition: 0.6s;
}
.thanks .btns__btn span::before {
    content: "";
    bottom: -3px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: 0.6s;
    transform: scaleX(0);
}
.thanks .btns__btn:hover span::before {
    transform: scaleX(1);
}
.thanks .btns .tg {
    background: linear-gradient(265deg, #3da7e1 -4.04%, #42ade4 19.97%, #4eb7e7 39.92%, #4db7e7 65.96%, #319dde 90.05%, #36a2e0 100.15%, #47b1e5 106.73%),
        radial-gradient(40.91% 40.91% at 50% 0, #42ea61 0, #3aa5e1 0.01%, rgba(58, 165, 225, 0) 100%);
    box-shadow: 0 5px 0 0 #156692, 0 0 40px 0 rgba(144, 216, 255, 0.2) inset;
}
.thanks .btns .vk {
    background: linear-gradient(265deg, #0078ff -4.04%, #499fff 19.97%, #499fff 39.92%, #499fff 65.96%, #0078ff 90.05%, #0078ff 100.15%, #499fff 106.73%),
        radial-gradient(40.91% 40.91% at 50% 0, #42ea61 0, #3aa5e1 0.01%, rgba(58, 165, 225, 0) 100%);
    box-shadow: 0 5px 0 0 #156692, 0 0 40px 0 rgba(144, 216, 255, 0.2) inset;
}
.thanks .btns .wa {
    background: linear-gradient(90deg, #24ab6d 0, #67ffc1 34.79%, #67ffc1 66.04%, #24ab6d 100%);
    letter-spacing: 0.1em;
    color: #00061f;
    border-radius: 30px;
}
.thanks__img img {
    width: 800px;
}
@media screen and (max-width: 1450px) {
    .thanks {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .thanks__title {
        font-size: 150px;
        line-height: 88%;
    }
    .thanks .bar {
        margin-bottom: 36px;
    }
    .thanks .bar__line {
        min-width: 400px;
    }
    .thanks .bar__percent,
    .thanks .bar__text {
        font-size: 18px;
    }
    .thanks .bar__percent {
        margin-bottom: 5px;
    }
    .thanks .btns__btn {
        display: flex;
        align-items: center;
        min-height: 90px;
        padding: 10px 20px;
        font: 600 26px/100% Manrope, Arial, sans-serif;
        letter-spacing: 4.1px;
        text-transform: uppercase;
        border-radius: 10px;
        color: var(--white-color);
    }
    .thanks .btns__btn .link-img {
        width: 80px;
    }
    .thanks .btns__btn .tg-img {
        height: 80px;
    }
    .thanks .btns .wa {
        width: 450px;
    }
    .thanks__img img {
        width: 600px;
    }
}
@media screen and (max-width: 950px) {
    .thanks {
        background-color: #131313;
        padding: 15px 0 30px;
        background-image: url(../img/thx-mob.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .thanks__wrap {
        height: calc(100vh - 100px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .thanks__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .thanks__title {
        text-align: center;
        font-size: 60px;
        line-height: 90%;
    }
    .thanks__title .for-desc {
        display: none;
    }
    .thanks .bar {
        margin-bottom: 10px;
    }
    .thanks .bar__line {
        min-width: 260px;
        height: 20px;
    }
    .thanks .bar__line span {
        height: calc(100% - 6px);
        margin: 3px;
    }
    .thanks .bar__percent,
    .thanks .bar__text {
        font-size: 16px;
    }
    .thanks__descr {
        margin-top: 25px;
        margin-bottom: 15px;
        text-align: center;
        font-size: 13px;
    }
    .thanks__descr .small-txt {
        margin-top: 7px;
        font-size: 13px;
        line-height: 110%;
    }
    .thanks__descr .for-desc {
        display: none;
    }
    .thanks__mob-img {
        display: block;
    }
    .thanks__mob-img img {
        width: 300px;
    }
    .thanks .btns {

        width: 100%;
    }
    .thanks .btns__links {
        flex-direction: column;
    }
    .thanks .btns__btn {
        justify-content: center;
        min-height: 60px;
        padding: 0 20px;
        font-size: 20px;
        letter-spacing: 4.1px;
        text-transform: uppercase;
        border-radius: 10px;
        color: var(--white-color);
    }
    .thanks .btns .wa {
        margin: 0 auto;
        gap: 10px;
        width: 332px;
    }
    .thanks .btns .link-img {
        padding-right: 0;
        width: 42px;
    }
    .thanks .btns .tg-img {
        height: 42px;
    }
    .thanks__img {
        display: none;
    }
}
.disable-scroll {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 100vh;
    width: 100%;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    overflow: auto;
}
.modal {
    position: relative;
    align-items: center;
    justify-content: center;
    display: none;
    background-color: #1d1d1f;
    z-index: 20;
}
.modal-overlay--visible {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}
.modal--visible {
    display: block;
}
.close-modal-btn {
    position: absolute;
    right: 10px;
    top: -20px;
}
.close-modal-btn,
.close-modal-btn span {
    width: 20px;
    height: 20px;
}
.close-modal-btn span::after,
.close-modal-btn span::before {
    content: "";
    background-color: #999;
    position: absolute;
    width: 30px;
    height: 3px;
    right: 0;
    top: 0;
    transition: 0.3s;
}
.close-modal-btn span::after {
    transform: rotate(-45deg);
    border-radius: 20px;
}
.close-modal-btn span::before {
    transform: rotate(-135deg);
    border-radius: 20px;
}
.close-modal-btn span:hover::after,
.close-modal-btn span:hover::before {
    background-color: var(--purple-color);
}
.modal--1 {
    width: 408px;
    padding: 50px 30px 30px;
    border-radius: 15px;
    margin: 30px auto;
}
.modal-form__title h2 {
    margin-bottom: 25px;
    font: 600 36px/49px Manrope, sans-serif;
    color: #1d1d1f;
    text-align: center;
}
@media (max-width: 950px) {
    .modal-overlay {
        display: block;
    }
    .modal-form {
        width: auto;
        padding: 50px 20px;
    }
    .modal--1 {
        margin: 20vh auto;
    }
}
.footer {
    padding: 40px 0;
    background: #0e0e0e;
    color: #fff
}
.footer__container {
    display: flex;
    justify-content: space-between;
}


.footer__legacy {
    margin-bottom:10px;
    display:flex;
    gap:30px;
}
.footer__adress {
    margin-bottom:10px;
}

.footer__content p {
    font: 400 14px/110% Manrope, Arial, sans-serif;
}

.footer__links {
    font: 400 14px/100% Manrope, Arial, sans-serif;
    display:flex;
    flex-direction:column;
    gap:10px;
    justify-content:center;
}

@media screen and (max-width:900px) {
    .footer {
        padding: 20px 0;
    }
    .footer__container {
        flex-direction:column;
    }
    .footer__legacy {
        flex-direction: column;
        align-items: center;
        gap: 10px
    }
    
    .footer__content p {
        font-size: 12px;
        text-align:center;
    }

    .footer__links {
        flex-direction: column;
        align-items: center;
        font-size: 12px;
    }
}
/* ========== POPUP (cookie-плашка) ========== */
.popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 500px;
  width:100%;
  background: #36454F;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.popup--visible {
  display: flex;
  opacity: 1;
}

.popup__text {
  font-size: 12px;
  margin-bottom: 7px;
  color: #fff;
}

.popup__text a {
    text-decoration: underline;
}

.popup__btn {
  padding: 10px 20px;
  background-color: #0e0e0e;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.popup__btn:hover {
  background-color: #0056b3;
}

@media screen and (max-width:900px) {
    .popup {
        max-width: calc(100% - 40px);
        padding: 10px;
    }
    .popup__text {
        font-size:10px;
    }
}


