*,
::after,
::before,
html {
    box-sizing: border-box
}

*,
::after,
::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}

:root,
body {
    --white-color: #fff
}

.my-btn,
input,
textarea {
    border: none;
    outline: 0
}

.my-btn,
:focus {
    outline: 0
}

.h1-title,
body {
    font-weight: 400
}

.h1-title,
.hero__time {
    text-transform: uppercase
}

.hero__btn,
a {
    text-decoration: none
}

.hero__btn i,
a {
    position: relative
}

.thanks .btns .tg,
.thanks .btns .vk {
    box-shadow: 0 5px 0 0 #156692, 0 0 40px 0 rgba(144, 216, 255, .2) inset
}

.disable-scroll,
.hero__btn {
    overflow: hidden
}

@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.woff2) format("woff2"), url(../fonts/Cinematografica.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Kobzar;
    src: local("Kobzar"), url(../fonts/Kobzar.woff2) format("woff2"), url(../fonts/Kobzar.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
}

: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
}

:focus-visible {
    outline: 0
}

a {
    color: inherit
}

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
}

img,
svg {
    max-width: 100%
}

body {
    margin: 0;
    font-family: Manrope, sans-serif;
    background-color: #0e0e0e;
    color: var(--carbonic);
    --carbonic: #373737;
    --almost-white: #f4f4f4;
    --e0e0e0: #e0e0e0;
    --transparent: #ffffffcc;
    --socials: #373737;
    --box-shadow-light: #c4cacc
}

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

@media screen and (max-width:1450px) {
    .container {
        max-width: 1400px;
        margin: 0 auto;
        padding-right: 40px;
        padding-left: 40px
    }
}

@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: 380px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px
    }
}

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

.my-btn {
    padding: 0;
    cursor: pointer;
    background: 0 0
}

.h1-title {
    font-family: Cinematografica, Arial, sans-serif;
    font-size: 237px;
    font-style: normal;
    line-height: 96.385%;
    color: #657f9c;
    background: linear-gradient(to bottom right, #678aae 0, #8aa9c5 8%, #adcae0 30%, #3f5879 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #678aae 0, #8aa9c5 8%, #adcae0 30%, #3f5879 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #678aae 0, #8aa9c5 8%, #adcae0 30%, #3f5879 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #678aae 0, #8aa9c5 8%, #adcae0 30%, #3f5879 50%) top right/50% 50% no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

main {
    overflow-x: hidden
}

.hero {
    background: url(../img/main-bg.png) center center/cover no-repeat #010312
}

.hero__container {
    padding-top: 56px;
    padding-bottom: 57px
}

.hero__time {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
    color: var(--white-color);
    font: 400 19px/100% Montserrat, Arial, sans-serif;
    letter-spacing: 1.9px
}

.hero__time div {
    padding-left: 5px;
    padding-right: 5px
}

.hero__time span {
    font-weight: 600
}

.hero__title-descr {
    position: relative;
    top: 29px;
    right: -5px;
    display: block;
    color: var(--white-color);
    font: 400 104px/1px Kobzar, Arial, sans-serif;
    text-transform: none;
    text-align: left;
    text-shadow: 2px 4px 1px rgba(0, 34, 71, .49);
    z-index: 2
}

.hero__img {
    padding-left: 70px
}

.hero__img img {
    width: 660px
}

.hero__timer {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.hero__timer .digit {
    font-size: 32px;
    line-height: 36px;
}

.hero__bottom-descr {
    margin-top: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hero__bottom-descr span {
    padding: 0 30px;
    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,
.thanks__mob-img {
    display: none
}

.old-price {
    padding-left: 30px;
}
.old-price span {
    display: inline;
    padding: 0;
}
.old-price span:nth-child(2) {
    padding-left: 15px;
	color: #4B4B4B;
    text-decoration: line-through;
}
.old-price span:last-child {
    padding-left: 15px;
}

.hero__btn {
    display: block;
    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;
    letter-spacing: 2.6px;
    border-radius: 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%), linear-gradient(90deg, #24ab6d 0, #67ffc1 34.79%, #67ffc1 66.04%, #24ab6d 100%)
}

.hero__btn i {
    font-style: normal;
    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, .1), rgba(255, 255, 255, .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: #199159;
    border-radius: 10px;
    opacity: 0;
    transition: .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:1200px) {
    .hero {
        background: #131313
    }
}


.thanks .bar__percent,
.thanks .bar__text,
.thanks .btns__btn,
.thanks__descr {
    text-transform: uppercase;
    color: var(--white-color)
}

.thanks {
    padding: 31px 0 32px;
    background: url(../img/thx-bg.png) 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: 475px;
    margin-bottom: 55px
}

.thanks .bar__percent,
.thanks .bar__text {
    font: 400 27px/100% Montserrat, Arial, sans-serif;
    letter-spacing: 2.7px
}

.thanks .bar__percent {
    margin-bottom: 10px;
    text-align: end
}

.thanks .bar__text {
    margin-top: 10px
}

.thanks .bar__line {
    border-radius: 40px;
    border: 2px solid #3379ef;
    height: 47px;
    width: 100%
}

.thanks .bar__line span {
    position: relative;
    width: 0;
    height: calc(100% - 12px);
    display: block;
    background: linear-gradient(270deg, #3379ef -4.03%, rgba(51, 121, 239, 0) 97.26%);
    border-radius: 24.6567px;
    margin: 6px;
    max-width: calc(100% - 6px);
    -webkit-animation: .7s linear both wd;
    animation: .7s linear both wd
}

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

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

.thanks__descr {
    margin-bottom: 20px;
    font: 400 22px/130% Montserrat, Arial, sans-serif;
    letter-spacing: 2.2px
}

.thanks__descr span {
    color: #4eb6e8
}

.thanks .btns {
    flex-direction: column
}

.thanks .btns__btn {
    display: flex;
    align-items: center;
    min-height: 135px;
    padding: 17px 30px;
    font: 700 41px/100% Manrope, Arial, sans-serif;
    letter-spacing: 4.1px;
    border-radius: 10px
}

.thanks .btns__btn .link-img {
    padding-right: 35px;
    width: 100px
}

.thanks .btns__btn .tg-img {
    height: 100px
}

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

.thanks .btns__btn span::before {
    content: "";
    bottom: -3px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--white-color);
    transition: .6s;
    transform: scaleX(0)
}

.thanks .btns__btn:hover span::before {
    transform: scaleX(1)
}

.thanks .btns .tg {
    margin-bottom: 22px;
    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%)
}

.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%)
}

.thanks__img img {
    width: 800px
}

@media screen and (max-width:1450px) {
    .hero__container {
        padding-top: 38px;
        padding-bottom: 38px
    }
    .hero__title {
        font-size: 160px
    }
    .hero__title .title-img {
        width: 43px
    }
    .hero__img img {
        width: 560px
    }

    .hero__btn {
        font-size: 35px;
        padding: 35px 50px
    }
    .thanks__title {
        font-size: 150px;
        line-height: 85%;
    }
    .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 .bar__text {
        margin-top: 5px
    }
    .thanks .btns__btn {
        display: flex;
        align-items: center;
        justify-content: 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 .tg {
        margin-bottom: 18px
    }
    .thanks__img img {
        width: 600px
    }
}

@media screen and (max-width:800px) {
    .hero {
        background: url(../img/mob-main-bg2.png) center center/cover no-repeat
    }
    .hero__container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 15px;
        padding-bottom: 15px;
        height: calc(100vh - 120px)
    }
    .hero__time {
        justify-content: center;
        margin-bottom: 0px;
        font-size: 13px
    }
    .hero__time span {
        font-weight: 600
    }
    .hero__title-descr {
        font-size: 43px;
        line-height: 48px;
        text-align: center
    }
    .hero__title {
        text-align: center;
        font-size: 80px
    }
    .hero__timer {
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    .hero__timer span {
        display: block;
    }
    .old-price {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .hero__bottom {
        margin: 0 auto
    }
    .hero__bottom-descr {
        margin-top: 0;
        display: block
    }
    .hero__bottom-descr span {
        font-size: 14px;
        padding: 0 15px;
        margin-bottom: 5px
    }
    .hero__bottom-descr span:last-child {
        font-weight: 600;
        font-size: 18px;
    }
    .hero__bottom-descr .text {
        display: none;
    }
    .hero__bottom-descr .for-mob,
    .thanks__mob-img {
        display: block
    }
    .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, .1), rgba(255, 255, 255, .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 {
        background-color: #131313;
        padding: 15px 0 30px;
        background-image: url(../img/mob-thx-bg.png);
        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;
        max-width: 400px;
        margin: 0 auto;
    }
    .thanks__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .thanks__title {
        text-align: center;
        font-size: 86px;
        line-height: 90%
    }
    .thanks__img,
    .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 .bar__text {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    .thanks__descr {
        margin-top: 25px;
        text-align: center;
        font-size: 13px
    }
    .thanks__descr br {
        display:none;
    }
    .thanks__mob-img img {
        width: 300px
    }
    .thanks .btns {
        width: 100%
    }
    .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__btn span {
        padding-left: 15px
    }
    .thanks .btns .link-img {
        padding-right: 0;
        width: 42px
    }
    .thanks .btns .tg-img {
        height: 42px
    }
}

.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: #999;
    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: var(--purple-color)
}

.modal--1 {
    width: 408px;
    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;
    }
}

