
@font-face {
    font-family: Montserrat300;
    src: url(./fonts/Montserrat-Thin.ttf);
}
@font-face {
    font-family: Montserrat400;
    src: url(./fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat500;
    src: url(./fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat600;
    src: url(./fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: Montserrat700;
    src: url(./fonts/Montserrat-Bold.ttf);
}

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: 1075px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

main{
    background:url(./img/bg.png), #0C0C0C;
    background-repeat: no-repeat;
    background-size: cover;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 10px;
}
.btn{
    position: relative;
    z-index: 999;
}
.h-logo{
    max-width: 100px;
    width: 100%;
}
.h-logo img{
    display: block;
    width: 100%;
    height: 100;
    object-fit: cover;
}
.burger{
    max-width: 54px;
}
header .h-tel a{
    color: #FFF;
font-family: Montserrat400, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.promo{
    padding-top: 223px;
    padding-bottom: 15%;
}
.promo h1{
    color: #F5F5F5;
font-family: Montserrat600, sans-serif;
font-size: 70px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.promo .left-col{
    max-width: 640px;
    width: 100%;
}
.promo .pre-h1{
    width: fit-content;
    gap: 22px;
    margin-top: 2px;
    margin-bottom: 20px;
}
.promo .pre-h1 p{
    color: #F5F5F5;
font-family: Montserrat300, sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.promo .left-col span{
    color: #FFF;
font-family: Montserrat300, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
display: block;
margin-bottom: 52px;
}
.btn{
    padding: 14px 18px;
    border-radius: 100px;
border: 1px solid #FFF;
color: #FFF;
font-family: Montserrat400, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
cursor: pointer;
transition: .5s;
width: fit-content;
cursor: pointer;
}
.btn:hover{
    background: #E7FFB2;
    color: #000;
}
.abs-img{
    position: absolute;
    right: 0;
    top: 40px;
    width: 46%;
}
.abs-img img{
    width: 100%;
}
/*.promo .right-col{
    position: absolute;
    width: 30%;
    right: 0;
    top: 0s;
}

.promo .right-col .right-col-wrapper{
    position: relative;
}
.promo .abs1{
    position: absolute;
    top: 87px;
    left: -76px;
    width: fit-content;
    gap: 11px;
    padding: 12px 17px;
    border-radius: 25px;
background: #FFF;
}
.promo .abs1 span{
    color: #000;
font-family: Montserrat500, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.promo .abs2-wrapper{
    width: 131px;
}
.promo .abs2{
    position: absolute;
    right: 56px;
    bottom: -39px;
}
.promo .abs2 .top{
    width: 100%;
    padding: 28px 17px 35px 17px;
    background: #fff;
    border-radius: 15px 15px 0 0;
}
.promo .abs2 .top span{
    color: #000;
font-family: Montserrat500, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.promo .abs2 .bot{
    width: 100%;
    border-radius: 0px 0px 15px 15px;
background: #252527;
    padding: 37px 18px 30px 18px;
}
.promo .abs2 .bot span{
    color: #F5F5F5;
text-align: center;
font-family: Montserrat500, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}*/

.block2{
    padding-top: 20px;
}
.scroll-down{
    width: fit-content;
    gap: 10px;
}
.scroll-down span{
    color: #FFF;
font-family: Montserrat400, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.block2-block{
    margin-top: 100px;
    gap: 10px;
    align-items: flex-start;
}
.block2-block .item{
width: fit-content;

}
.block2-block .item p{
    color: #FFF;
font-family: Montserrat400, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.block2-block .item p span{
    display: block;
    color: #FFF;
font-family: Montserrat600, sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 150%;
text-transform: uppercase;
}
.block3-block{
    gap: 35px;
    align-items: flex-start;
    margin-top: 140px;
}
.block3-block .pre-h1{
    align-items: flex-start;
    gap: 18px;
}
.block3-block .pre-h1 p{
    color: #FFF;
font-family: Montserrat600, sans-serif;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 120.5%;
text-transform: uppercase;
}
.block3-block .item.card{
    gap: 24px;
    padding: 16px 10px 15px 15px;
    border-radius: 25px;
    background: #F5F5F5;
}
.block3-block .item.card .num{
    color: #D9D9D9;
font-family: Montserrat500, sans-serif;
font-size: 65px;
font-style: normal;
font-weight: 600;
line-height: 120.5%;
text-transform: uppercase;
}
.block3-block .item.card h4{
    color: #000;
font-family: Montserrat600, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120.5%;
margin-bottom: 10px;
}
.block3-block .item.card p{
    color: #000;
font-family: Montserrat400, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 142.5%;
}
.block3-block .item.card.card4{
    background: #2F2F2F;
}
.block3-block .item.card.card3{
    background: #E7FFB2;
}
.block3-block .item.card.card1{
    background: #1B1B1B;
}
.block3-block .item.card.card4 .num, .block3-block .item.card.card4 p, .block3-block .item.card.card4 h4, .block3-block .item.card.card1 p, .block3-block .item.card.card1 h4{
color: #fff;
}
.block3-block .item.card.card1 .num{
    color: rgba(115, 115, 115, 0.20);
}
.block3-block .item.card.card3 .num{
    color: #000;
}
.block3-block .left-col{
    flex-direction: column;
    gap: 40px;
}
.block3-block .left-col{
    width: 50%;
}
.block3-block .right-col{
    width: 50%;
    flex-direction: column;
    gap: 33px;
}
.custom-arrows{
    width: fit-content;
    gap: 20px;
    margin: 0 auto;
    margin-top: 81px;
}
.slick-dots{
    position: unset;
    display: flex;
    align-items: center;
}

.slider-wrapper .item{
    margin: 0 12.5px;
    height: 470px;
    width: 333px;
        padding: 25px 18px 15px 20px;
   border-radius: 26px;
background: #2F2F2F;
}
.custom-arrows{
    position: relative;
    z-index: 999;
}
.slider .container{
    max-width: 1100px;
}
.slider-wrapper .item h4{
   color: #FFF;
font-family: Montserrat600,sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.slider-wrapper .item .price{
color: #FFF;
font-family:  Montserrat800,sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 46px;
margin-top: 13px;
}
.slider-wrapper .item p{
gap: 10px;
}
.slider-wrapper .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom-btn{
    cursor: pointer;
}
.slider-wrapper .item .btn{
    max-width: 207px;
    width: 100%;
    background: rgb(255 255 255 / 10%);
    border: 0;
    padding: 0;
    height: 45px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.slider-wrapper .item .btn:hover{
    background: #E7FFB2;
}
.slider-wrapper .item .text{
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.slider-wrapper .item p span{
    color: #FFF;
font-family: Montserrat500, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
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;
cursor: pointer;
}

.slick-dots li button{
    width: 100%;
    height: 100%;
}
.slick-dots li.slick-active {
    width: 10px;
    height: 10px;
}
.slider{
    padding-top: 164px;
}
.block3-title{
    color: #FFF;
font-family: Montserrat600, sans-serif;
font-size: 45px;
font-style: normal;
text-align: center;
font-weight: 600;
line-height: 150%;
margin-bottom: 60px;
text-transform: uppercase;
}
.slider-reviews{
    margin-top: 127px;
}
.slider-reviews-block{
    align-items: flex-start;
    
}
.slider-reviews-block .item{
    max-width: 245px;
    width: 100%;
}
.slider-reviews-block .item h5{
    color: #FFF;
font-family: Montserrat700, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 100%;
margin-top: 30px;
margin-bottom: 25px;
}
.slider-reviews-block .item p{
color: #FFF;
font-family: Montserrat300, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 135%;
}
.steps-block{
    align-items: stretch;
}
.steps .item{
    padding: 17px 28px 20px 28px;
    max-width: 325px;
    width: 100%;border-radius: 35px;
background: linear-gradient(104deg, rgba(255, 255, 255, 0.07) 3.43%, rgba(245, 245, 245, 0.07) 100%);
box-shadow: 10px 5px 28px 0px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(17.5px);
}
.steps .item .top{
    width: fit-content;
    margin: 0 auto;
}
.steps .item .img{
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 14px;

}
.steps{
    padding-top: 140px;
}
.steps .item .name{
    color: #FFF;
font-family: Montserrat500, sans-serif;
font-size: 20px;
text-align: center;
font-style: normal;
font-weight: 500;
margin-bottom: 13px;
line-height: normal;
}
.steps .item .about{
    color: #F5F5F5;
text-align: center;
font-family: Montserrat400, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.slider-reviews .btn{
    margin: 0 auto;
    margin-top: 120px;
}
.form{
    padding-top: 185px;
    padding-bottom: 185px;
}
.form h4{
    color: #FFF;
font-family: Montserrat600, sans-serif;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 150%;
text-transform: uppercase;
text-align: center;
margin-bottom: 65px;
}
.form h4 span{
    display: block;
    color: #FFF;
font-family: Montserrat300, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 300;
line-height: 135%;
text-align: center;
}

form .inputs{
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding: 40px 48px 40px 48px;
    border-radius: 25px;
border: 2px dashed rgba(245, 245, 245, 0.15);
background: rgba(14, 14, 14, 0.75);
box-shadow: 0px 4px 74px 0px rgba(231, 255, 178, 0.45);
backdrop-filter: blur(5px);

}
form{
    max-width: 495px;
    width: 100%;
    margin: 0 auto;
}
form .inputs .inp{
    width: 100%;
}
.iti{
    width: 100%;
}
form .inputs .inp label{
    display: block;
    color: #FFF;
font-family: Montserrat600, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 5px;
}
form .inputs .inp input{
    border: 0;
    background: 0;
    width: 100%;
    border-radius: 10px;
border: 1px solid rgba(217, 217, 217, 0.15);
/*box-shadow: 0px 4px 30px 0px #8C45FF;*/
color: #D2D5DB;
font-family: Montserrat300, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal;
padding: 14px 18px;
}
button{
background: none;}
.form .btn{
    display: block;
    margin: 0 auto;
    margin-top: 82px;
}
.iti__country{
    color: #000;
}

 .faq-wrapper .item h4{
        font-size: 15px;
    }
    .faq-wrapper .item .text{
       color: #FFF;
font-family: Montserrat400, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 116%;
    }
    .arrow-pos img{
        width: 17px;
    }
    .faq-wrapper .item{
        padding: 15px 30px 15px 15px;
    }
    .faq-wrapper{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.faq-wrapper .item{
    cursor: pointer;
    position: relative;
    padding: 28px 70px 27px 22px;
   border-radius: 35px;
background: rgba(37, 37, 39, 0.40);

}
.faq-wrapper .item h4{
color: #FFF;
font-family: Montserrat500, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 116%;
}
.mob-col{
    display: none;
}
.rotated {
  transform: translateY(-50%) rotate(180deg) !important;
}
.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: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: .3s;
}
.faq{
    padding-bottom: 118px;
}

footer{
background: #1E1E1E;
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%);
}
.custom-arrows2{
    display: none;
}
header a{
    position: relative;
    z-index: 999;
}
.gif{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
}
.gif img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gif1{
        top: -10px;
}
.form, .slider{
    position: relative;
}
@media (max-width: 1100px){
    .custom-arrows2{
        display: flex;
    }
    .slider-reviews{
        margin-top: 90px;
    }
    .slider-reviews-block{
        flex-direction: column;
        gap: 45px;
    }
    .promo h1{
        font-size: 35px;
    }
    .form{
        padding-top: 90px;
    }
    .form h4{
        font-size: 25px;
    }
    .form h4 span{
        font-size: 20px;
    }
    .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;
     }
    .burger{
        display: none;
    }
    form .inputs{
        padding: 20px;
    }
    .faq-wrapper .item{
        padding: 28px 60px 27px 13px;
    }
    .form .btn{
        margin-top: 70px;
    }
    .faq-wrapper .item h4{
        font-size: 15px;
    }
    .faq-wrapper .item .text{
        font-size: 11px;
    }
    .form{
        padding-bottom: 90px;
    }
    .abs-img{
        position: unset;
        width: 100%;
        order: 1;
    }
    .slider-reviews .btn{
        margin-top: 60px;
    }
    .promo{
        display: flex;
        flex-direction: column;
        padding-bottom: 70px;
        padding-top: 123px;
    }
    .promo .container{
        order: 2;
    }
        .promo .pre-h1{
            margin-bottom: 15px;
        }
    .promo .pre-h1 p, .promo .left-col span{
        font-size: 15px;
    }
    .promo .left-col span{
        margin-bottom: 24px;
    }
    .block2-block{
        margin-top: 40px;
        flex-direction: column;
        gap: 45px;
    }
    .block2-block .item p{
        font-size: 20px;

    }
    .block2-block .item p span{
        font-size: 35px;
    }
    .block3-block .right-col, .block3-block .left-col{
        display: none;
    }
    .mob-col{
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .block3-block .pre-h1 p{
        font-size: 25px;
    }
    .block3-block .pre-h1 img{
        width: 50px;
    }
    .block3-block .item.card h4{
        font-size: 20px;
    }
    .block3-block .item.card p{
        font-size: 11px;
    }
    .block3-block .item.card.card1 .num{
        font-size: 45px;
    }
    .block3-block .item.pre{
        margin-bottom: 25px;
    }
    .block3-title{
        font-size: 25px;
        margin-bottom: 25px;
    }
    .slider{
        padding-top: 90px;
    }
}






































