@font-face {
    font-family: Dirtyline;
    src: url(./fonts/Dirtyline36daysoftype2022.otf);
}
@font-face {
    font-family: GillSans300;
    src: url(./fonts/gill-sans-15.ttf);
}
@font-face {
    font-family: GillSans600;
    src: url(./fonts/gill-sans-8.ttf);
}
@font-face {
    font-family: GillSans400;
    src: url(./fonts/gill-sans-7.ttf);
}
@font-face {
    font-family: Gilroy700;
    src: url(./fonts/Gilroy-Bold.ttf);
}
main{
    background: url(./img/mainbg.png), #000114 no-repeat;
    background-size: cover;
}
section{
    background: 0 !important;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1;
    color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

html {
    overflow-x: hidden
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #1b1b1c;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}




a {
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
}



.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
.promo{
    padding-top: 105px;
    background: url(./img/block1.png) no-repeat;
    background-size: cover;
    padding-bottom: 86px;
}

.promo .h-logo{
max-width: 540px;
width: 100%;
margin: 0 auto;
}
.promo .h-logo img{
    width: 100%;
    height: 100%;
    display: block;
}
.promo .main-info p{
    margin-top: 20px;
    margin-bottom: 42px;
    color: #FFF;
text-align: center;
font-family: GillSans600, sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.promo .main-info span{
    max-width: 180px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 36px;
    text-align: center;
    color: #FFF;
font-family: GillSans400, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.btn{
    cursor: pointer;
    padding: 20px 40px;
    background: url(./img/btn.png) no-repeat;
    background-size: contain;
    color: #FFF;
font-family: GillSans600, sans-serif;
width: fit-content;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
margin: 0 auto;
}
.promo .down{
    margin: 0 auto;
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.promo .down span{
    color: #2D6042;
font-family: Montserrat400, sans-serif;
margin-bottom: 2px;
font-size: 15px;
text-align: center;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.promo .down img{
    display: block;
    margin: 0 auto;
}
.title{
    color: #FFF;
text-align: center;
font-family: GillSans600, sans-serif;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.block2{
background: url(./img/block2.png) no-repeat, #000114;
background-size: cover;
}
.block2-block{
    margin-top: 92px;
}
.block2-block .item{
    width: 227px;
    height: 226px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.block2-block .item:nth-child(2){
    width: 264px;
}
.block2-block .item:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 150%;
    height: 150%;
    background: url(./img/ellipse.png) no-repeat;
    background-size: cover;
}
.block2-block .item img{
    width: 40px;
    height: 40px;
    display: block;
}
.block2-block .item p{
    color: #FFF;
text-align: center;
font-family: GillSans400, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 99.787%;
position: relative;

z-index: 9;
}
.block2_2{
    margin-top: 164px;
}
.title2{
    margin: 0 auto;
    margin-bottom: 34px;
}
.title2 img{
    max-width: 354px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.block2_2 h4{
    color: #FFF;
text-align: center;
font-family: GillSans400, sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 106.344%; 
}
.block2_2 h5{
    color: #FFF;
text-align: center;
font-family: GillSans300, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 300;
line-height: normal;
margin-top: 30px;
margin-bottom: 31px;
}
.block2_2 .text{
    color: #FFF;
text-align: center;
font-family: GillSans300, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 300;
padding: 30px 30px 50px 30px;
border-radius: 35px;
border: 1px dashed rgb(255 255 255 / 10%);
background: linear-gradient(92.41deg, rgb(0 239 96 / 10%) 3.16%, rgb(0 90 225 / 10%) 99.45%), linear-gradient(0deg, rgb(255 255 255 / 20%), rgb(255 255 255 / 10%));
line-height: 128%;
}
.block3{
    background: url(./img/block3.png), #000114 no-repeat;
    background-size: cover;
}
.block3-block{
    margin-top: 61px;
}
.block3-block .item-top{
    width: fit-content;
    gap: 15px;
    align-items: flex-end;
    margin-bottom: 20px;
}
.block3-block .item-top p{
    color: #FFF;
font-family: GillSans400, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 115%;
}
.block3-block .item-top span{
    color: #FFF;
font-family: GillSans400, sans-serif;
font-size: 115px;
font-style: normal;
font-weight: 400;
line-height: 69%;
}
.block3-block .item-bottom p{
    color: #FFF;
font-family: Gilroy400, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 115%;
}
.block3-block .item-line{
    background: linear-gradient(90deg, #00EF60 0%, rgba(23, 69, 42, 0.00) 100%);
    width: 100%;
    height: 7px;
    margin-top: 11px;
}
.block3-3-block .item{
    max-width: 203px;
}
.block3-3-block .item span{
    color: #000;
text-align: center;
font-family: GillSans600, sans-serif;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
display: block;
margin: 0 auto;
}
.block3{
    padding-top: 164px;
}
.block3-title{
    color: #FFF;
text-align: center;
font-family: GillSans600, sans-serif;
margin-bottom: 75px;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.block3-3-block{
    margin-bottom: 164px;
}
.title3{
    text-align: center;
font-family: GillSans400, sans-serif;
font-size: 65px;
font-style: normal;
font-weight: 400;
line-height: 106.344%; /* 69.123px */
text-transform: uppercase;
}
.title3 span{
    background: linear-gradient(92.41deg, #00EF60 3.16%, #005AE1 99.45%),
linear-gradient(0deg, #FFFFFF, #FFFFFF);
    background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.block3-3-block .item p{
    color: #FFF;
text-align: center;
font-family: GillSans600, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 600;
margin-top: 27px;
line-height: normal;
}
.block3-3-block .item .sub{
    color: #FFF;
text-align: center;
font-family: GillSans300, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal;
margin-top: 5px;
}
.block4-block .item .img{
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
background: url(./img/b41.png) no-repeat;
background-size: cover;
margin: 0 auto;
}
.block4{
    background: url(./img/block4.png), #000114 no-repeat;
        background-position: center;
    background-size: cover;
    padding-top: 164px;
}
.block4-block .item{
    max-width: 265px;
}
.block4-block .item h4{
    color: #FFF;
text-align: center;
font-family: GillSans600, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
margin-top: 22px;
margin-bottom: 12px;
}
.block4-4{
    margin-top: 164px;
}
.block4-block .item p{
    color: #FFF;
text-align: center;
font-family: GillSans400, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
font-variant: small-caps;
}
.block4-4 .btn,  .promo.last .btn, form .btn{
    background: url(./img/btn2.png) no-repeat;
        padding: 17px 46px;
}
.block4-4 .btn{
    padding: 17px 38px;
}
.timer .btn{
        padding: 14px 40px;
}
.promo.last{
    padding-top: 164px;
}
 form .btn{
    border: 0;
    display: block;
    margin: 0 auto;
    margin-top: 42px;
    margin-bottom: 50px;
 }
.promo.last .btn{
    padding: 17px 87px;
}
.custom-arrows{
    width: fit-content;
    gap: 20px;
    margin: 0 auto;
    margin-top: 81px;
}
.slick-dots{
    position: unset;
    display: flex;
    align-items: center;
}
.slider-wrapper{

}
.slider-wrapper .item{
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    height: 269px;
    width: 325px;
    padding: 15px 18px 27px 18px;
    gap: 13px;
    border-radius: 7px;
background: rgb(255 255 255 / 10%);
box-shadow: 0px 30px 80px 0px rgba(51, 58, 74, 0.06);

}
.slider .container{
    max-width: 1100px;
}
.slider-wrapper .item h5{
    text-align: center;
    color: #FFF;
font-family: Gill Sans;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.slider-wrapper .item p{
    color: #FFF;
text-align: center;
font-family: GillSans300, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.slider-wrap{
    position: relative;
}

.slick-dots li{
    display: block;
    width: 6px;
height: 6px;
border: 0;
border-radius: 50%;
overflow: hidden;
background: #D9D9D9;
}

.slick-dots li button{
    width: 100%;
    height: 100%;
}
.slick-dots li.slick-active {
    width: 10px;
    height: 10px;
}
.slider{
    padding-top: 164px;
}


.timer{
    background: url(./img/block5.png), #000114 no-repeat;
    background-size: cover;
    padding-top: 164px;
    padding-bottom: 180px;
}
#countdown{
    color: #FFF;
text-align: center;
font-family: GillSans400, sans-serif;
font-size: 115px;
font-style: normal;
font-weight: 400;
line-height: 113.3%;
margin-bottom: 62px;
}
.title-timer{
    color: #FFF;
text-align: center;
font-family: GillSans500, sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 62px;
}
.title-timer span{
    text-transform: uppercase;
    font-size: 75px;
font-style: normal;
background: linear-gradient(92.41deg, #00EF60 3.16%, #005AE1 99.45%),
linear-gradient(0deg, #FFFFFF, #FFFFFF);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: block;
line-height: normal;

}
.faq{
    background: url(./img/block6.png), #000114 no-repeat;
        background-position: bottom;
    background-size: cover;
}
.faq-wrapper{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.faq-wrapper .item{
    position: relative;
    padding: 22px 22px 27px 22px;
    background: linear-gradient(90deg, rgba(0, 239, 96, 0.20) 0%, rgba(0, 1, 20, 0.00) 100.96%);
}
.faq-wrapper .item h4{
    color: #FFF;
font-family: GillSans600, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: 116%;
}
.rotated {
  transform: rotate(180deg);
}
.faq-wrapper .item .text{
    margin-top: 38px;
    color: #FFF;
font-family: GillSans300, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 116%;
}
.arrow-pos{
    position: absolute;
    top: 27px;
    right: 20px;
    transition: .3s;
}
.promo.last{
     background: url(./img/block7.png), #000114 no-repeat;
     background-size: cover;
}
.promo.last .main-info span{
    max-width: unset;
    margin-top: 35px;
}
.cancel{
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #FFF;
font-family: GillSans300, sans-serif;
font-size: 20px;
font-style: italic;
font-weight: 300;
line-height: 116%;
}
footer{
background: #000114;
padding: 58px 0 45px 0;
}
footer a{
    display: block;
    color: #FFF;
font-family: Montserrat500, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
footer .col{
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
}
footer p{
    color: #FFF;
font-family: Montserrat600, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
footer .right-col p, footer .right-col a{
    display: block;
    margin-left: auto;
}
.footer-block .left-col a{
position: relative;
padding-left: 22px;
}
.footer-block .left-col a:before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(./img/ph.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.close-wrap{
    position: absolute;
    top: 26px;
    right: 38px;
    cursor: pointer;
}
.close {
    position: relative;
    width: 25px;
    height: 25px;

}
.close span {
    position: absolute;
    height: 25px;
    width: 5px;
    background: #FFC657;
    display: block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    top: 0;

}

.close span:first-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overflow{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 91;
    background: #00000094;
}
.popup{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 484px;
    width: 100%;
    
    background: #05081A;
    z-index: 92;
}
.form-wrapper{
    padding: 25px 60px;
    position: relative;
    height: 100%;
    width: 100%;
}
.popup h4{
    color: #FFF;
text-align: center;
font-family: GillSans400, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 25px;
max-width: 248px;
font-weight: 100%;
display: block;
margin: 0 auto;
}
.popup p{
    color: #FFF;
text-align: center;
font-family: GillSans400, sans-serif;
margin-top: 6px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.inputs{
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    margin-top: 24px;
}
.inputs input{
    display: block;
    border: 0;
    background: 0;
    width: 100%;
    padding: 17px 18px;
    color: #FFF;
font-family: GillSans300, sans-serif;
border-radius: 13px;
border: 1px solid #2D6042;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
html.onForm .popup{
    display: block;
}

html.onForm .overflow{
    display: block;
}
.iti-mobile .iti__country{
    color: #000;
}

@media (max-width: 1100px){
    .promo .btn{
            padding: 22px 15px;
    }
    .promo .main-info p{
        font-size: 15px;
        margin-top: 18px;
        margin-bottom: 25px;
    }
    .promo .main-info span{
        font-size: 10px;
        margin-bottom: 15px;
    }
    .btn{
        background: url(./img/btn-m.png) no-repeat;
    background-size: contain;
    padding: 20px 15px;
    font-size: 10px;
    }
    .promo .down{
        margin-top: 30px;
    }
    .promo .down span{
        font-size: 10px;
    }
    .promo{
        padding-bottom: 162px;
    }
    .title{
        font-size: 25px;
    }
    .block2-block{
        margin-top: 33px;
        flex-direction: column;
    }

    .block2-block .item p{
        font-size: 15px;
    }
    .block2-block .item{
        gap: 13px;
        width: 188px;
    height: 187px;
    }
    .block2-block .item:before{
    top: 9%;
    width: 100%;
    height: 100%;
    }
    .block2_2{
        margin-top: 138px;
    }
    .title2 img{
        max-width: 170px;
    }
    .title2{
        margin-bottom: 0px;
    }
    .block2_2 h4{
        font-size: 15px;
    }
    .block2_2 h5{
        font-size: 15px;
        margin-top: 18px;
        margin-bottom: 20px;
    }
    .block2_2 .text{
        padding: 15px 5px;
        border-radius: 15px;
        font-size: 15px;
    }
    .block3{
        padding-top: 138px;
    }
    .block3-title{
        font-size: 20px;
        margin-bottom: 50px;
    }
    .block3-3-block{
        flex-direction: column;
        gap: 35px;
    }
    .block3-3-block .item span{
        font-size: 45px;
    }
    .block3-3-block .item p{
        margin-top: 15px;
        font-size: 25px;
    }
    .block3-3-block .item .sub{
        font-size: 15px;
        margin-top: 5px;
    }
    .block3-3-block .item{
        max-width: unset;
    }
    .title3{
        font-size: 25px;
    }
    .block3-block{
        flex-direction: column;
        margin-top: 50px;
        align-items: flex-start;
        gap: 35px;
    }
    .block3-block .item-top span{
        font-size: 90px;
    }
    .block3-block .item-top{
        gap: 1px;
    }
    .block4{
        padding-top: 138px;
    }
    .block4-block{
        flex-direction: column;
        gap: 40px;
    }
    .block4-block .item h4{
        margin-top: 22px;
        margin-bottom: 12px;
        font-size: 25px;
    }
    .block4-block .item p{
        font-size: 15px;
    }
    .block4-4{
        margin-top: 138px;
    }
    .block4-4 .btn, .promo.last .btn, form .btn{
                background: url(./img/btn-m.png) no-repeat;
    background-size: contain;
    padding: 20px 15px;
    font-size: 10px;
    }
    .block4-4 .btn, form .btn {
        padding: 17px 45px !important;
    }
    .promo.last .btn {
        padding: 17px 66px;
    }
    .timer .btn {
    padding: 14px 18px;
}
.block4-4 .btn{

padding: 17px 37px !important;
}
    .form-wrapper{
        padding: 25px;
    }
    .slider{
        padding-top: 138px;
    }
    .slider-wrapper .item{
        height: auto;
    }
    .custom-arrows{
        margin-top: 45px;
    }
    .slider-wrapper .item{
        margin: 0;
    }
    .timer{
        padding-top: 138px;
    }
    .title-timer{
        font-size: 20px;
        margin-bottom: 7px;
    }
    .title-timer span{
        font-size: 35px;
    }
    #countdown{
        font-size: 55px;
        margin-bottom: 30px;
    }
    .timer{
        padding-bottom: 138px;
    }
    .faq-wrapper .item h4{
        font-size: 15px;
    }
    .faq-wrapper .item .text{
        font-size: 10px;
        margin-top: 11px;
    }
    .arrow-pos img{
        width: 17px;
    }
    .faq-wrapper .item{
        padding: 15px 30px 15px 15px;
    }
.promo.last{
    padding-top: 138px;
}
.promo.last .main-info p{
    font-size: 20px;
}
.h-logo{
    max-width: 231px !important;

}
.promo.last .main-info span{
    font-size: 10px;
    margin-top: 10px;
}
.cancel{
    margin-top: 30px;
    font-size: 15px;
}
.footer-block{
        flex-direction: column;
        gap: 27px;
     }
     footer p{
        font-size: 15px;
     }
      footer a{
        font-size: 18px;
      }
     footer p,footer a{
        text-align: center;
        margin: 0 auto;
     }
     footer .col{
        align-items: center;
     }
     .promo{
        padding-top: 70px;
     }
     main{
    background: url(./img/mainbg.png), #000114 no-repeat;
    background-size: cover;
    background-position-x: center;
}
form .btn{
    padding: 17px 37px !important;
}
}
