@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@font-face {
    font-family: Bebas;
    src: local("Bebas"), url(../fonts/bebas-neue-bold.woff2) format("woff2"), url(../fonts/bebas-neue-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    box-sizing: border-box
}

:root {
    --main-color: #141414;
    --btn-color: #C92240;
    --violet-color: #52C0F0;
    --dif-color: #52C0F0;
    --orange-color: #C35200;
    --white-color: #FDFCF8;
    --grey-color: #949494;
    --light-blue-color: #00A0D6;
    --blue-color: #025DB1;
    --hover-btn: #a71c35;
    color-scheme: only light
}

*,
::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 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 100%
}

body {
    margin: 0;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    background-color: var(--main-color);
    color: var(--white-color)
}

.container {
    max-width: 1050px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px
}

@media screen and (max-width:800px) {
    .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: 16px;
        padding-left: 16px
    }
}

.list-reset {
    list-style: none;
    padding: 0;
    margin: 0
}

.btn-reset {
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    background: 0 0;
    transition: .3s
}

.heading-1 {
    position: relative;
    display: block;
    font: 700 63px/68px Bebas, sans-serif;
    margin-bottom: 115px;
    text-transform: uppercase;
    color: var(--white-color)
}

.heading-1 span {
    display: block
}

.heading-1 .dif-color {
    color: #52c1f0
}

.heading-1 .for-mob {
    display: none
}

.heading-2 {
    font: 400 64px/135% "Rubik Mono One", sans-serif;
    color: var(--main-black);
    text-transform: uppercase;
    text-align: center;
    word-spacing: -25px
}

.heading-3 {
    font: 600 26px/32px Rubik, sans-serif;
    color: var(--white-color)
}

@media screen and (max-width:1199px) {
    .heading-1 {
        font-size: 63px;
        line-height: 68px
    }
    .heading-1 .for-tablet {
        display: none
    }
}

@media screen and (max-width:950px) {
    .heading-1 {
        margin-bottom: 33px;
        font-size: 45px;
        line-height: 48px;
        text-align: center
    }
    .heading-1 .for-mob {
        display: none
    }
    .heading-2 {
        font-size: 23px;
        line-height: 30px;
        word-spacing: -12px
    }
}

.dif-color {
    color: var(--green-color)
}

.btn-cmn {
    padding: 25px 30px;
    border-radius: 23px;
    font: 500 20px/100% Rubik, sans-serif;
    color: #000;
    transition: .3s
}

@media (hover:hover) {
    .btn-cmn:hover {
        background-color: var(--yellow-hover)
    }
}

@media (hover:none) {
    .btn-cmn:active {
        background-color: var(--yellow-hover)
    }
}

.common-descr {
    margin-top: 16px;
    margin-bottom: 30px;
    font: 400 16px/100% Rubik, sans-serif
}

.play-img {
    transform: translateY(5px)
}

@media screen and (max-width:1100px) {
    .cmn-logo {
        width: 158px;
        height: 20px
    }
    .play-img {
        width: 27px;
        height: 32px;
        transform: translateY(2px)
    }
}

@media screen and (max-width:700px) {
    .cmn-logo {
        width: 158px;
        height: 20px
    }
    .play-img {
        width: 17px;
        height: 19px;
        transform: translateY(1px)
    }
}

.hero {
    position: relative;
    padding: 99px 0 78px;
    background-image: url(../img/main-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.hero__content {
    position: relative
}

.hero__content::before {
    position: absolute;
    content: "";
    background: url(../img/main-roman.webp) center center/cover;
    bottom: -58%;
    right: -8%;
    width: 545px;
    height: 708px
}

.hero__subtitle {
    display: flex;
    align-items: center;
    position: absolute;
    gap: 14px;
    top: 2px;
    left: 37.4%
}

.hero__subtitle span {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #949494
}

.hero__text {
    margin-bottom: 25px
}

.hero__text p {
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat, sans-serif
}

.hero__text p span {
    font-weight: 700;
    color: #c92240
}

.hero__text .first {
    margin-bottom: 13px
}

.hero .descr {
    padding: 30px;
    position: relative;
    background-color: #53687747;
    border-radius: 10px;
    max-width: 636px;
    margin-bottom: 25px;
    z-index: 5;
    font-family: Montserrat, sans-serif
}

.hero .descr .for-desc {
    display: block
}

.hero .descr .for-mob {
    display: none
}

.hero .descr__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 13px
}

.hero .descr__text {
    font-size: 16px;
    line-height: 20px
}

.hero .speaker {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 12px 18px 12px 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    background-color: #fdfcf8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.hero .speaker__name {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat, sans-serif;
    color: #7a888e
}

.hero .speaker__name i {
    font-style: normal
}

.hero .speaker__name span {
    color: #52c0f0;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px
}

.hero .bottom {
    display: flex;
    align-items: center;
    gap: 16px
}

.hero .bottom .price {
    padding: 19px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 228px;
    border-radius: 10px;
    border: 1px solid #2296c9
}

.hero .bottom .price .old-price {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    text-decoration: line-through;
    color: #949494
}

.hero .bottom .price .current-price {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    font-family: Bebas, serif;
    color: #52c0f0;
    text-transform: uppercase
}

.hero .bottom__btn {
    position: relative;
    width: 77%;
    padding: 34px 20px;
    background-color: var(--btn-color);
    box-shadow: 0 6px 10px 0 rgba(98, 6, 28, .33);
    color: var(--white-color);
    font-size: 33px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    border-radius: 12px;
    z-index: 10;
    overflow: hidden
}

.hero .bottom__btn i {
    position: relative;
    font-style: normal;
    z-index: 5
}

.hero .bottom__btn span::before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    height: 112%;
    width: 82px;
    color: var(--white-color);
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), currentColor);
    -webkit-animation: 2.4s linear infinite flareAnimation;
    animation: 2.4s linear infinite flareAnimation;
    z-index: 13;
    filter: blur(20px);
    transform: translate3d(-300%, 0, 0) skewX(-45deg)
}

.hero .bottom__btn span::after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--hover-btn);
    opacity: 0;
    transition: .3s
}

.hero .bottom__btn:hover span:after {
    opacity: 1
}

@-webkit-keyframes flareAnimation {
    0% {
        transform: translate3d(-700%, 0, 0) skewX(-45deg)
    }
    100% {
        transform: translate3d(1600%, 0, 0) skewX(-45deg)
    }
}

@keyframes flareAnimation {
    0% {
        transform: translate3d(-700%, 0, 0) skewX(-45deg)
    }
    100% {
        transform: translate3d(1600%, 0, 0) skewX(-45deg)
    }
}

.hero__list {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.hero__list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    width: 216px;
    border: 2px solid #ededed;
    background: var(--white-color);
    border-radius: 20px
}

@media screen and (max-width:1199px) {
    .hero {
        padding-top: 68px;
        padding-bottom: 20px;
        background-image: url(../img/main-bg-1024.webp)
    }
    .hero__container {
        padding-left: 32px;
        padding-right: 32px
    }
    .hero__content::after,
    .hero__content::before {
        display: none
    }
    .hero__subtitle {
        left: 40.2%;
        top: 1%
    }
    .hero__text {
        margin-bottom: 23px
    }
    .hero__text p {
        font-size: 16px
    }
    .hero .descr {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-bottom: 43px
    }
    .hero .descr::before {
        top: 28.7%;
        left: 6.5%
    }
    .hero .descr__title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px
    }
    .hero .descr__text {
        font-size: 14px;
        line-height: 17px
    }
    .hero .bottom .price {
        padding: 10px 22px
    }
    .hero .bottom .price .old-price {
        font-size: 14px
    }
    .hero .bottom .price .current-price {
        font-size: 38px
    }
    .hero .bottom__btn {
        width: 75%;
        font-size: 28px;
        padding: 28px 20px
    }
}

@media screen and (max-width:950px) {
    .hero {
        padding: 15px 0;
        background-image: url(../img/main-bg-360.webp);
        background-repeat: no-repeat;
        background-size: cover
    }
    .hero__container {
        padding-left: 16px;
        padding-right: 16px
    }
    .hero__subtitle {
        display: none;
        margin-bottom: 38px;
        position: static;
        justify-content: center
    }
    .hero__subtitle img {
        width: 38px
    }
    .hero__subtitle span {
        font-size: 14px;
        line-height: 15px
    }
    .hero__content {
        max-width: 330px;
        margin: 0 auto
    }
    .hero__content::before {
        display: none;
        background: url(../img/main-roman-360.webp) center center/cover;
        bottom: 19.6%;
        left: 50%;
        transform: translateX(-50%);
        width: 295px;
        height: 392px
    }
    .hero__content::after {
        display: block;
        width: 160px;
        height: 160px;
        bottom: 27%;
        right: -2%
    }
    .hero__text {
        margin-bottom: 423px;
        text-align: center
    }
    .hero__text p {
        line-height: 21px
    }
    .hero__text .first {
        margin-bottom: 6px
    }
    .hero__text .for-mob {
        display: none
    }
    .hero .descr {
        margin-bottom: 13px;
        padding: 10px
    }
    .hero .descr::before {
        top: 17.5%
    }
    .hero .descr .for-mob {
        display: block
    }
    .hero .descr__title {
        margin-bottom: 8px
    }
    .hero .descr__text br,
    .hero .descr__title br {
        display: none
    }
    .hero .speaker {
        padding: 12px 18px 11px 12px;
        width: 50%;
        margin-bottom: 13px;
        bottom: -107px
    }
    .hero .speaker__name {
        font-size: 14px;
        text-align: center;
        line-height: 18px
    }
    .hero .speaker__name span {
        font-size: 22px;
        line-height: 22px
    }
    .hero .bottom {
        max-width: 328px;
        margin: 0 auto;
        display: block
    }
    .hero .bottom .price {
        width: 48%;
        margin-bottom: 13px;
        justify-content: center;
        align-items: center
    }
    .hero .bottom .price__text {
        margin-bottom: 11px;
        font-size: 17px;
        line-height: 20px
    }
    .hero .bottom .price__digit {
        display: block
    }
    .hero .bottom .price .old-price {
        margin-bottom: 1px;
        font-size: 15px
    }
    .hero .bottom .price .current-price {
        font-size: 38px;
        line-height: 38px
    }
    .hero .bottom__btn {
        width: 100%;
        padding: 28px 20px;
        font-size: 19px
    }
}

.thanks {
    position: relative;
    padding: 89px 0 50px;
    background: url(../img/main-bg.webp) center center/cover no-repeat;
    overflow: hidden
}

.thanks .btns__descr .red-color {
    background-color: #e01616;
    color: #fff;
    padding: 2px;
    border-radius: 4px;
}

.thanks .red-color {
    color: #e01616;
}

.thanks__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.thanks__content {
    position: relative
}

.thanks__content::before {
    position: absolute;
    content: "";
    background: url(../img/thanks-roman.webp) center center/cover;
    bottom: -35%;
    left: 84%;
    width: 632px;
    height: 654px
}

.thanks__title {
    margin-bottom: 56px;
    font-size: 94px;
    line-height: 94px;
    text-transform: uppercase;
    color: #e4e4e4
}

.thanks__title::before {
    display: none
}

.thanks__title span {
    display: inline !important
}

.thanks__percent {
    position: absolute;
    z-index: 10;
    left: 62%;
    bottom: 48%;
    font: 500 23px/100% Manrope, Arial, sans-serif;
    color: #1a1F2BCC
}

.thanks .bar {
    max-width: 575px;
    margin-bottom: 52px
}

.thanks .bar__text {
    font-size: 22px;
    font-family: Manrope, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    color: var(--violet-color)
}

.thanks .bar__line {
    position: relative;
    border-radius: 30px;
    border: 2px solid var(--violet-color);
    background: #1a1F2BCC;
    height: 47px;
    width: 100%;
    overflow: hidden
}

.thanks .bar__line span {
    position: relative;
    width: 0;
    height: 100%;
    display: block;
    background: currentColor;
    color: var(--violet-color);
    margin: 0;
    max-width: calc(100% - 6px);
    -webkit-animation: .7s linear both wd;
    animation: .7s linear both wd
}

.thanks .bar__line span::before {
    position: absolute;
    content: "";
    left: 100%;
    bottom: 0;
    z-index: 10;
    color: var(--violet-color);
    border-top: 43px solid currentColor;
    border-right: 27px solid transparent
}

.thanks__mob-img {
    display: none
}

@-webkit-keyframes wd {
    0% {
        width: 0
    }
    100% {
        width: 85%
    }
}

@keyframes wd {
    0% {
        width: 0
    }
    100% {
        width: 85%
    }
}

.thanks__descr {
    position: relative;
    margin-bottom: 48px;
    font: 400 24px/110% Manrope, Arial, sans-serif;
    text-transform: uppercase;
    color: var(--white-color)
}

.thanks__descr .dif-color {
    color: var(--dif-color) !important
}

.thanks__descr .for-desc {
    display: block
}

.thanks .btns {
    display: flex;
    gap: 30px;
    width: 100%
}

.thanks .btns__descr {
    display: none
}

.thanks .btns__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    gap: 25px;
    padding: 23px 30px;
    font: 700 26px/110% Manrope, sans-serif;
    text-transform: uppercase;
    border-radius: 15px;
    color: #fdfcf8;
    transition: .3s
}

.thanks .btns__btn .link-img {
    width: 60px
}

.thanks .btns__btn .tg-img,
.thanks .btns__btn .wa-img {
    height: 60px
}

.thanks .btns__btn span {
    position: relative;
    transition: .6s
}

.thanks .btns__btn span::before {
    content: "";
    bottom: -3px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    color: var(--white-color);
    background: currentColor;
    transition: .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 .01%, rgba(58, 165, 225, 0) 100%);
    box-shadow: 0 5px 0 0 #156692, 0 0 40px 0 rgba(144, 216, 255, .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 .01%, rgba(58, 165, 225, 0) 100%);
    box-shadow: 0 5px 0 0 #156692, 0 0 40px 0 rgba(144, 216, 255, .2) inset
}

.thanks__img img {
    width: 800px
}

@media screen and (max-width:1150px) {
    .thanks {
        padding: 84px 0 35px;
        min-height: auto
    }
    .thanks__container {
        padding-left: 32px;
        padding-right: 32px
    }
    .thanks__content::before {
        bottom: -34%;
        left: 79%;
        width: 610px;
        height: 630px
    }
    .thanks__title {
        font-size: 80px;
        line-height: 80px
    }
    .thanks__percent {
        left: 68%;
        bottom: 51.5%
    }
    .thanks .bar {
        margin-bottom: 74px
    }
    .thanks .bar__text {
        font-size: 22px
    }
    .thanks__descr {
        font-size: 20px;
        line-height: 22px
    }
    .thanks .btns__btn {
        gap: 15px
    }
    .thanks .btns__btn__descr {
        font-size: 22px
    }
    .thanks .btns__btn span {
        position: relative;
        transition: .6s
    }
    .thanks .btns__btn span::before {
        content: "";
        bottom: -3px;
        left: 0;
        position: absolute;
        width: 100%;
        height: 3px;
        color: var(--white-color);
        background: currentColor;
        transition: .6s;
        transform: scaleX(0)
    }
}

@media screen and (max-width:900px) {
    .thanks {
        background-color: var(--white-color);
        padding: 15px 0;
        background-image: url(../img/thanks-bg-360.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }
    .thanks__container {
        padding-left: 16px;
        padding-right: 16px
    }
    .thanks__wrap {
        max-width: 400px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        z-index: 10;
        position: relative
    }
    .thanks__content {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 200px
    }
    .thanks__content::before {
        bottom: -165%;
        width: 340px;
        height: 343px;
        left: 50%;
        transform: translateX(-50%)
    }
    .thanks__title {
        margin-bottom: 10px;
        text-align: center;
        font-size: 42px;
        line-height: 45px
    }
    .thanks__title::before {
        display: none
    }
    .thanks__percent {
        font-size: 15px;
        left: 71%;
        bottom: 38%;
    }
    .thanks .bar {
        width: 100%;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin-bottom: 17px;
    }
    .thanks .bar__line {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        width: 100%;
        height: 36px
    }
    .thanks .bar__text {
        text-align: center;
        margin-top: 5px;
        font-size: 16px
    }
    .thanks__descr {
        text-align: center;
        font-size: 16px;
        display: none
    }
    .thanks__descr::before {
        display: none
    }
    .thanks .btns {
        position: relative;
        z-index: 5;
        width: 100%;
        flex-direction: column;
        gap: 16px
    }
    .thanks .btns__descr {
        margin-bottom: 0;
        display: block;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        font-family: Manrope, Arial, sans-serif
    }
    .thanks .btns__descr .dif-color {
        background-color: transparent;
        padding: 0;
        color: var(--dif-color) !important
    }
    .thanks .btns__btn {
        width: 100%;
        justify-content: center;
        min-height: 71px;
        padding: 0 20px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 10px
    }
    .thanks .btns .link-img {
        padding-right: 0;
        width: 35px
    }
    .thanks .btns .tg-img {
        height: 35px
    }
    .thanks__img {
        display: none
    }
}

.disable-scroll,
.modal-overlay {
    position: fixed;
    left: 0;
    height: 100vh;
    width: 100%;
    top: 0
}

.modal-overlay {
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    overflow: auto
}

.modal {
    position: relative;
    align-items: center;
    justify-content: center;
    display: none;
    background-color: #1d1d1f;
    z-index: 40
}

.modal-overlay--visible {
    opacity: 1;
    visibility: visible;
    transition: .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: var(--white-color);
    position: absolute;
    width: 30px;
    height: 3px;
    right: 0;
    top: 0;
    transition: .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: #dedede
}

.modal--1 {
    width: 650px;
    padding: 50px 30px 10px;
    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:800px) {
    .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;
    }
}

