@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
.salebot-landing__section,
.section-background {
    background: 0 0 !important;
}
@media screen and (max-width: 850px) {
    .link_group {
        flex-direction: column !important;
        align-items: center !important;
    }
    .sb_button_save_phone {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@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: #c35200;
    --orange-color: #c35200;
    --white-color: #f5f5f5;
    --grey-color: #949494;
    --light-blue-color: #00a0d6;
    --blue-color: #025db1;
    --hover-btn: #8a410d;
    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: #000e16;
    color: var(--white-color);
}
.container {
    max-width: 1340px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}
@media screen and (max-width: 1500px) {
    .container {
        max-width: 1140px;
        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: 0.3s;
}
.heading-1 {
    margin-bottom: 15px;
    position: relative;
    display: block;
    font: 700 94px/110% Bebas, sans-serif;
    text-transform: uppercase;
}
.heading-1 .dif-color {
    color: var(--orange-color);
}
.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: 850px) {
    .heading-1 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 0px;
        position: relative;
        display: block;
        text-align: center;
        font-size: 60px;
        line-height: 55px;
    }
    .heading-1::before {
        position: absolute;
        content: "";
        background-image: url(../img/20.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 43px;
        height: 31px;
        bottom: -14%;
        right: 33.5%;
    }
    .heading-1 .item {
        display: none;
        font-size: 17px;
        bottom: -15%;
        right: 33.5%;
        padding: 2px 3px 5px;
    }
    .heading-descr {
        position: absolute;
        bottom: -20px;
        right: 53px;
        padding: 7px 14px;
        background-color: var(--white-color);
        color: var(--light-blue-color);
        border: 2px solid var(--light-blue-color);
        border-radius: 5px;
        font: 500 12px/110% Unbounded, sans-serif;
    }
    .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: 0.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);
    }
}
.red-color {
    color: #ff2012;
}
.blue-color {
    color: #00a0d6;
}
.hero {
    position: relative;
    padding: 75px 0 0;
    background-image: url(../img/main-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero__content {
    position: relative;
    text-align: center;
    height: 728px;
}
.hero__content::before {
    position: absolute;
    content: "";
    background: url(../img/main-roman.webp) center center/cover;
    bottom: -8%;
    left: 53%;
    transform: translateX(-50%);
    width: 417px;
    height: 559px;
    z-index: 2;
}
.hero__subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
}
.hero__timer {
    font-size: 38px;
    line-height: 100%;
    margin-bottom: 170px;
}
.hero__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero__btn {
    padding: 27px 70px;
    background: #af1732;
    background: linear-gradient(120deg, #af1732 0, #ff124b 100%);
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    color: var(--white-color);
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
}
.hero__btn.blue-btn {
    background: #03009a;
    background: linear-gradient(120deg, #03009a 11.16%, #0085ff 100%);
}
.hero__btn:hover {
    transform: scale(1.1);
}
@media screen and (max-width: 1100px) {
    .hero {
        padding-top: 30px;
        background-image: url(../img/main-bg-mob.webp);
    }
    .hero__content {
        height: 750px;
    }
    .hero__content::before {
        position: absolute;
        content: "";
        background: url(../img/main-roman.webp) center center/cover;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 277px;
        height: 371px;
        z-index: 2;
    }
    .hero__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .hero__timer {
        padding: 5px;
        background-color: #cacaca;
        width: fit-content;
        border-radius: 10px;
        margin: 0 auto 20px;
        font-size: 34px;
    }
    .hero__links {
        flex-direction: column;
        gap: 10px;
    }
    .hero__btn {
        padding: 22px 70px;
        width: 260px;
        font-size: 21px;
    }
}
.next {
    padding: 40px 0 90px;
    background-image: url(../img/main-bg-red.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.next__container {
    max-width: 1050px;
}
.next__content {
    position: relative;
}
.next__content::before {
    position: absolute;
    content: "";
    background: url(../img/roman-next.webp) center center/cover;
    bottom: 7%;
    left: 45%;
    width: 572px;
    height: 576px;
    z-index: 0;
}
.next__title {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 100%;
}
.next__subtitle {
    position: relative;
    margin-bottom: 66px;
    font-size: 23px;
    line-height: 27px;
}
.next__subtitle span {
    font-weight: 700;
}
.next .timer {
    margin-bottom: 50px;
}
.next .timer__name {
    margin-bottom: 13px;
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
}
.next .timer__digit {
    font-size: 100px;
    line-height: 85px;
}
.next .form {
    position: relative;
    max-width: 654px;
    height: 495px;
    margin: 0 auto;
}
.next .form__name {
    margin-bottom: 34px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.next .form__block {
    width: 100%;
}
.next__button-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.next__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: 0.3s;
}
.next__btn .link-img {
    width: 60px;
}
.next__btn .tg-img,
.next__btn .wa-img {
    height: 60px;
}
.next__btn span {
    position: relative;
    transition: 0.6s;
}
.next__btn span::before {
    content: "";
    bottom: -3px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    color: var(--white-color);
    background: currentColor;
    transition: 0.6s;
    transform: scaleX(0);
}
.next__btn:hover span::before {
    transform: scaleX(1);
}
.next .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;
}
.next .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;
}
.next.blue-page {
    padding-top: 40px;
    background-image: url(../img/main-bg-blue.webp);
}
.next.blue-page .next__content::before {
    left: 44%;
    bottom: 8%;
}
.next.blue-page .next__title {
    margin-bottom: 12px;
}
.next.blue-page .next__subtitle {
    margin-bottom: 46px;
    max-width: 620px;
}
.next.blue-page .timer {
    margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
    .next {
        padding-top: 61px;
        background-image: url(../img/main-bg-1024-red.webp);
        background-position: center top;
    }
    .next__container {
        padding-right: 32px;
        padding-left: 32px;
    }
    .next__content::before {
        display: none;
    }
    .next__title {
        font-size: 45px;
    }
    .next__subtitle {
        margin-bottom: 37px;
        font-size: 20px;
        line-height: 24px;
    }
    .next .timer {
        margin-bottom: 71px;
    }
    .next .timer__name {
        margin-bottom: 3px;
        font-size: 23px;
        line-height: 28px;
    }
    .next__btn {
        gap: 15px;
    }
    .next__btn span {
        position: relative;
        transition: 0.6s;
    }
    .next__btn span::before {
        content: "";
        bottom: -3px;
        left: 0;
        position: absolute;
        width: 100%;
        height: 3px;
        color: var(--white-color);
        background: currentColor;
        transition: 0.6s;
        transform: scaleX(0);
    }
    .next.blue-page {
        background-image: url(../img/main-bg-1024-blue.webp);
    }
    .next.blue-page .next__title {
        margin-bottom: 20px;
    }
    .next.blue-page .next__subtitle {
        margin-bottom: 62px;
        max-width: 555px;
    }
    .next.blue-page .timer {
        margin-bottom: 72px;
    }
}
@media screen and (max-width: 850px) {
    .next {
        padding-top: 25px;
        padding-bottom: 30px;
        background-image: url(../img/red-bg-mob.webp);
        background-position: center;
    }
    .next__container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .next__content::before {
        display: none !important;
        width: 350px;
        height: 350px;
        left: 50%;
        bottom: 22%;
        transform: translateX(-50%);
    }
    .next__title {
        margin-bottom: 23px;
        font-size: 30px;
    }
    .next__title br {
        display: none;
    }
    .next__subtitle {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }
    .next__subtitle .for-mob {
        display: none;
    }
    .next .timer {
        margin-bottom: 50px;
        text-align: center;
    }
    .next .timer__name {
        margin-bottom: 9px;
        font-size: 20px;
        line-height: 23px;
    }
    .next .timer__digit {
        font-size: 64px;
        line-height: 50px;
    }
    .next .form {
        height: 450px;
    }
    .next .form__name {
        margin-bottom: -3px;
        font-size: 20px;
        line-height: 24px;
    }
    .next__subtitle {
        background-color: #5c5c5cb0;
        padding: 10px;
        border-radius: 10px;
    }
    .next__button-wrap {
        flex-direction: column;
        gap: 15px;
    }
    .next__btn {
        width: 100%;
        justify-content: center;
        min-height: 71px;
        padding: 0 20px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 10px;
    }
    .next .link-img {
        padding-right: 0;
        width: 35px;
    }
    .next .tg-img {
        height: 35px;
    }
    .next.blue-page {
        background-image: url(../img/main-bg-360-blue.webp);
        padding-top: 25px;
    }
    .next.blue-page .next__content {
        max-width: 330px;
        margin: 0 auto;
    }
    .next.blue-page .next__content::before {
        display: block;
        width: 340px;
        height: 340px;
        left: 50%;
        bottom: 22%;
        transform: translateX(-50%);
    }
    .next.blue-page .next__subtitle {
        width: 100%;
        margin-bottom: 15px;
    }
    .next.blue-page .next__subtitle .br {
        display: none;
    }
    .next.blue-page .timer {
        margin-bottom: 40px;
    }
}
.thanks {
    position: relative;
    padding: 80px 0 60px;
    background: url(../img/thanks-bg.webp) center center/cover no-repeat;
}
.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: -19%;
    left: 95%;
    width: 430px;
    height: 530px;
}
.thanks__title {
    margin-bottom: 56px;
    font-size: 55px;
    line-height: 61px;
    text-transform: uppercase;
}
.thanks__title::before {
    display: none;
}
.thanks__percent {
    position: absolute;
    z-index: 10;
    left: 70%;
    bottom: 52.5%;
    font: 500 23px/100% Montserrat, Arial, sans-serif;
    color: var(--white-color);
}
.thanks .bar {
    max-width: 575px;
    margin-bottom: 101px;
}
.thanks .bar__text {
    font-size: 22px;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    color: var(--main-color);
}
.thanks .bar__line {
    position: relative;
    border-radius: 30px;
    border: 2px solid var(--orange-color);
    background: var(--white-color);
    height: 47px;
    width: 100%;
    overflow: hidden;
}
.thanks .bar__line span {
    position: relative;
    width: 0;
    height: 100%;
    display: block;
    background: currentColor;
    color: var(--orange-color);
    margin: 0;
    max-width: calc(100% - 6px);
    -webkit-animation: 0.7s linear both wd;
    animation: 0.7s linear both wd;
}
.thanks .bar__line span::before {
    position: absolute;
    content: "";
    left: 100%;
    bottom: 0;
    z-index: 10;
    color: var(--orange-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: 33px;
    font: 400 24px/110% Montserrat, Arial, sans-serif;
    text-transform: uppercase;
    color: var(--main-color);
}
.thanks__descr::before {
    content: "";
    position: absolute;
    background-image: url(../img/flag.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 156px;
    height: 166px;
    top: -99%;
    right: 1%;
    z-index: 5;
}
.thanks__descr .dif-color {
    color: var(--orange-color) !important;
}
.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: 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% Cygre, sans-serif;
    text-transform: uppercase;
    border-radius: 15px;
    color: #fdfcf8;
    transition: 0.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: 0.6s;
}
.thanks .btns__btn span::before {
    content: "";
    bottom: -3px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    color: var(--white-color);
    background: currentColor;
    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__img img {
    width: 800px;
}
@media screen and (max-width: 1150px) {
    .thanks {
        padding: 79px 0 35px;
        min-height: auto;
    }
    .thanks__content::before {
        bottom: -19%;
        left: 111%;
        width: 380px;
        height: 480px;
    }
    .thanks__title {
        margin-bottom: 36px;
        font-size: 50px;
    }
    .thanks__percent {
        left: 68%;
        bottom: 54%;
    }
    .thanks .bar {
        margin-bottom: 93px;
    }
    .thanks .bar__text {
        font-size: 22px;
    }
    .thanks__descr::before {
        content: "";
        position: absolute;
        background-image: url(../img/flag.png);
        background-repeat: no-repeat;
        width: 156px;
        height: 166px;
        top: -101%;
        right: -8%;
        z-index: 5;
    }
    .thanks .btns__btn {
        gap: 15px;
    }
    .thanks .btns__btn__descr {
        font-size: 22px;
    }
    .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;
        color: var(--white-color);
        background: currentColor;
        transition: 0.6s;
        transform: scaleX(0);
    }
}
@media screen and (max-width: 900px) {
    .thanks {
        background-color: var(--white-color);
        padding: 52px 0;
        background-image: url(../img/thanks-bg-360.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .thanks__wrap {
        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: 326px;
    }
    .thanks__content::before {
        background-image: url(../img/roman-thanks-360.webp);
        bottom: -208%;
        width: 320px;
        height: 349px;
        left: 50%;
        transform: translateX(-50%);
    }
    .thanks__title {
        margin-bottom: 35px;
        text-align: center;
        font-size: 26px;
        line-height: 30px;
    }
    .thanks__title::before {
        display: none;
    }
    .thanks__percent {
        font-size: 15px;
        left: 71%;
        bottom: 32%;
    }
    .thanks .bar {
        width: 100%;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin-bottom: 22px;
    }
    .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 {
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }
    .thanks .btns__descr {
        display: block;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        font-family: Montserrat, Arial, sans-serif;
    }
    .thanks .btns__descr .dif-color {
        background-color: transparent;
        padding: 0;
        color: var(--orange-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, 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: 0.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: 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: var(--white-color);
    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: #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;
    color: #fff;
    z-index:5;
    width:100%;
    position:relative;
}
.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;
    text-align: right;
    color:#fff;
}

@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: 20;
  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;
    }
}

