@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: 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: RFDewiExpanded;
    src: local("RFDewiExpanded"), url(../fonts/RFDewiExpanded-Black.woff2) format("woff2"), url(../fonts/RFDewiExpanded-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}
html  {
    box-sizing: border-box
}
:root  {
    --main-black: #101828;
    --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:#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: 1700px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px
}
.list-reset  {
    list-style: none;
    padding: 0;
    margin: 0
}
.my-btn  {
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    background: 0 0
}
.hidden  {
    display: none;
    opacity: 0;
    visibility: hidden
}
.visible  {
    display: inline-flex;
    opacity: 1;
    visibility: visible
}
@media screen and (max-width:900px)  {
    .container  {
        max-width: 440px;
        margin: 0 auto;
        padding-right: 20px;
        padding-left: 20px
    }
}
.hero  {
    padding: 35px 0 100px;
    background: #fff;
}
.hero__top  {
    padding: 12px 24px;
    margin-bottom: 30px;
    width: 607px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    border: 2px solid #000;
    color: #3a7aeb;
    font: 600 28px/34px Montserrat, sans-serif
}
.hero__content  {
    display: flex
}
.hero .left__pretitle  {
    padding-left: 23px;
    margin-bottom: 6px;
    color: #000;
    font: 600 28px/1 Montserrat, sans-serif
}
.hero .left__pretitle span  {
    color: #3a7aeb;
    font: 700 28px/1 Montserrat, sans-serif
}
.hero .left__title  {
    color: #3a7aeb;
    font: 900 60px/110% RFDewiExpanded, sans-serif
}
.hero .left__subtitle  {
    width: fit-content;
    padding: 24px 45px;
    border-radius: 56px;
    background: #1abd38;
    color: var(--white-color);
    font: 700 28px/100% Montserrat, sans-serif;
    transform: rotate(-1.346deg)
}
.hero .left__countdown {
    padding: 0 0 0 43px;
    margin-top: 80px;
    font-size: 38px;
    line-height: 100%;
    color: #212121;
}

.hero .left__countdown span {
        color: #e01616;
}
.hero .left__price  {
    margin-top: 35px;
    padding-left: 43px;
    color: #808285;
    font: 700 22px/1 Manrope, sans-serif;
    letter-spacing: 2.2px;
    text-transform: uppercase
}
.hero .left__price span  {
    text-decoration: line-through
}
.hero .left__btn  {
    position: relative;
    margin-top: 10px;
    width: 967px;
    padding: 53px 110px;
    color: var(--white-color);
    font: 900 46px/1 RFDewiExpanded, sans-serif;
    text-align: center;
    border-radius: 56px;
    background: #3a7aeb;
    transition: .3s
}
.hero .left__btn .free  {
    position: absolute;
    top: -28px;
    right: 46px;
    padding: 7px 14px;
    border-radius: 56px;
    background: #1abd38;
    color: var(--white-color);
    font: 700 58px/100% Montserrat, sans-serif;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    transform: rotate(1.76deg)
}
.hero .left__btn:hover  {
    background: #184592
}
@media screen and (max-width:1600px)  {
    .hero  {
        height: 100%;
        padding: 35px 0
    }
    .hero .left__btn  {
        padding: 47px 160px;
        width: 870px
    }
    .hero .left__btn .free  {
        right: 39px;
    }
}
@media screen and (max-width:1398px)  {
    .hero__content  {
        flex-direction: column
    }
    .hero .left  {
        text-align: center
    }
    .hero .left__subtitle  {
        position: relative;
        left: 17%;
        width: 600px;
    }
    .hero .right img  {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (max-width:900px)  {
    .hero__top  {
        margin-bottom: 35px;
        padding: 7px 15px;
        width: 350px;
        font-size: 15px;
        line-height: 19px
    }
    .hero__content  {
        flex-direction: column;
        gap: 20px;
    }
    .hero .left__pretitle  {
        margin-bottom: 12px;
        text-align: center;
        padding-left: 0;
        font-size: 15px;
        line-height: 19px
    }
    .hero .left__pretitle span  {
        font-size: 15px;
        line-height: 19px
    }
    .hero .left__pretitle .for-mob  {
        display: none
    }
    .hero .left__title  {
        text-align: center;
        font-size: 30px;
    }
    .hero .left__subtitle  {
        padding: 10px 20px;
        margin-top: 0;
        width: 350px;
        left: 0;
        font-size: 15px;
        line-height: 19px;
        transform: rotate(-1.443deg)
    }
    .hero .left__countdown {
        padding: 0;
        font-size: 30px;
        margin-top: 50px;
    }
    .hero .left__price  {
        text-align: left;
        margin-top: 25px;
        padding-left: 13px;
        font-size: 10px;
        line-height: 12px
    }
    .hero .left__btn  {
        width: 100%;
        margin-top: 2px;
        padding: 24px 33px;
        color: var(--white-color);
        font-size: 25px;
        border-radius: 27px;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
    .hero .left__btn .free  {
        padding: 4px 9px;
        font-size: 22px;
        line-height: 21px;
        top: -11px;
        right: 9px
    }
    .hero .right img  {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
}
.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, .7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 100vh;
    width: 100%;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    overflow: auto
}
.modal  {
    position: relative;
    align-items: center;
    justify-content: center;
    display: none;
    background-color: var(--white-color);
    z-index: 150
}
.modal-overlay--visible  {
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in-out
}
.modal--visible  {
    display: block
}
.close-modal-btn  {
    position: absolute;
    right: 30px;
    top: 30px
}
.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: 25px;
    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: var(--purple-color)
}
.modal--1  {
    width: 600px;
    padding: 50px 30px 25px;
    border-radius: 15px;
    margin: 30px auto;
    z-index: 160
}
.modal-form__title h2  {
    margin-bottom: 25px;
    font: 600 36px/49px Manrope, sans-serif;
    color: #1d1d1f;
    text-align: center
}
@media (max-width:900px)  {
    .modal-overlay  {
        display: flex
    }
    .modal-form  {
        width: auto;
        padding: 50px 20px
    }
}
.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;
    }
}

