@font-face {
    font-family: Gilroy400;
    src: url(./fonts/Gilroy-Regular.ttf);
}
@font-face {
    font-family: Gilroy500;
    src: url(./fonts/Gilroy-Medium.ttf);
}
@font-face {
    font-family: Gilroy600;
    src: url(./fonts/Gilroy-Semibold.ttf);
}
@font-face {
    font-family: Gilroy700;
    src: url(./fonts/Gilroy-Bold.ttf);
}
@font-face {
   font-family: 'Montserrat600';
    src: url(./fonts/Montserrat-SemiBold.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: #fff;
}

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
}

body {
    font-family: Rubik-Bold;
}

li {
    list-style: none;
}

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

h1 {
    font-family: InterNormal;
}

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

.container {
    max-width: 1075px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 15px;
    z-index: 9;
}
header .h-tel a{
    font-size: 18px;
line-height: 22px;
font-family: 'Montserrat600';
color: #FFFFFF;
white-space: nowrap;
}
header .btn, .block5 .btn{
    max-width: 158px;
    margin: 0 auto;
}
header .btn{
    width: 158px;
}
.block1 .btn{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 15px;
}
header .right-col{
    width: fit-content;
    gap: 45px;
}
.btn{
    max-width: 180px;
    width: 100%;
    background: #2FC8E9;
    border-radius: 10px;
    padding-left: 5px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy600';
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    transition: .3s;
}
.btnn:hover{
    background: #171D26;
}
.block1 img{
    display: block;
    margin: 0 auto;
}
.block1{
    padding-top: 160px;
  /*  background: url(./img/bg1.png) no-repeat;*/
    background-size: cover;
}
main{

   background: url(./img/bg.png) no-repeat,  linear-gradient(180deg, #161C25 0%, #1F1522 100%);
   background-size: cover;

}

h3{
    font-size: 25px;
line-height: 30px;
text-align: center;
color: #FFFFFF;
    font-family: 'Gilroy500';
}
.block1 h2{
font-size: 35px;
font-family: 'Gilroy700';
line-height: 43px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
margin-top: 10px;
padding-bottom: 7px;
}
h1{
    font-size: 65px;
line-height: 87.5%;
text-align: center;
color: #FFFFFF;
font-family: 'Gilroy700';
margin-top: 7px;
margin-bottom: 4px;
}
h4{
    font-size: 25px;
line-height: 30px;
text-align: center;
color: #B1B1B1;
font-family: 'Gilroy500';
}
.to-down{
    font-size: 13px;
line-height: 16px;
text-align: center;
display: block;
margin: 0 auto;
color: #636363;
font-family: 'Gilroy500';
}
.block2{
    padding-top: 100px;
    padding-bottom: 100px;
}
.block2 .title, .block2 .title span{
    font-size: 35px;
line-height: 100%;
color: #fff;
font-family: 'Gilroy700';
margin-bottom: 15px;
}
.block2 .title span{
    color: #2FC8E9;
}
.block2 .right-col{
    max-width: 540px;
    width: 100%;
}
.block2 .right-col .text p{
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'Gilroy500';
}
.block2 .left-col .img{
    max-width: 415px;
    width: 100%;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7.5px);
    border-radius: 15px;
    padding: 10px;
}
.block2 .left-col .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block3 .item{
    max-width: 325px;
    width: 100%;
    height: 164px;
    padding-top: 44px;
    background: linear-gradient(103.67deg, rgba(255, 255, 255, 0.07) 3.43%, rgba(245, 245, 245, 0.07) 100%);
    box-shadow: 10px 5px 28px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(17.5px);
    border-radius: 7px;
    padding-left: 25px;
padding-right: 25px;
}
.block3 .item .count{
    font-size: 35px;
    line-height: 43px;
    font-family: 'Gilroy700';
    color: #FFFFFF;
}
.block3 .item .text{
    font-size: 16px;
line-height: 19px;
font-family: 'Gilroy500';
color: #FFFFFF;

}
.icons{
    position: absolute;
    width: fit-content;
    gap: 5px;
    top: 13px;
    left: 13px;
}
.icons span{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FF4337;
}
.icons span:nth-child(2){
    background: #FFBB37;
}
.icons span:last-child{
    background: #53FF37;
}
.block4{
    padding-top: 100px;
}
.block4 .title{
    font-size: 35px;
line-height: 43px;
text-align: center;
color: #FFFFFF;
font-family: 'Gilroy700';
}
.block4-wrap{
    max-width: 865px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
}
.block4-wrap .item{
    width: 100%;
    padding-left: 27px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 5px;
    border-radius: 7px;
    background: rgb(255 255 255 / 10%);
    font-size: 16px;
line-height: 20px;
font-family: 'Gilroy700';
color: #FFFFFF;
}
.block5 p{
    font-size: 18px;
line-height: 22px;
font-family: 'Gilroy500';
color: #FFFFFF;
}
.block5 h2{
    font-size: 65px;
line-height: 60px;
font-family: 'Gilroy700';
color: #2FC8E9;
margin-top: 25px;
margin-bottom: 25px;
}
.block5 .btn{
    margin: 0;
    margin-top: 40px;
}
.block5{
    padding-top: 100px;
    padding-bottom: 100px;
}
.block5 .left-col{
    max-width: 415px;
    width: 100%;
}
footer{
    background: #150C1B;
    padding-top: 77px;
    padding-bottom: 77px;
}
footer .col{
    flex-direction: column;
    gap: 18px;
}

footer a{
    font-family: 'Gilroy600';
    font-size: 18px;
line-height: 22px;
color: #FFFFFF;
}
footer a.f-tel{
    position: relative;
    padding-left: 20px;
}
footer p{
    font-size: 18px;
line-height: 22px;
color: #FFFFFF;
font-family: 'Gilroy500';
}
footer a.f-tel:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
     -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(./img/Call.svg) no-repeat;
    background-size: cover;
    height: 11px;
    width: 11px;
}
footer .left-col{
    align-items: flex-start;
}
footer .right-col{
    align-items: flex-end;
}
.overflow{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}
.popup{
    display: none;
    padding: 25px 68px;
    background: #161C25;
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 484px;
    width: 100%;
    z-index: 999;
}

.popup h4{
    font-size: 25px;
line-height: 25px;
color: #FFFFFF;
text-align: center;
font-family: 'Gilroy700';
}
.popup .signit{
    font-size: 16px;
line-height: 19px;
text-align: center;
color: #FFFFFF;
font-family: 'Gilroy500';
margin-top: 23px;
margin-bottom: 23px;
display: block;
}
form{
    width: 100%;

}
.popup input{
    border: 0;
    border: 1px solid #FFFFFF;
    border-radius: 13px;
    padding: 16px 18px;
    width: 100%;
    margin-bottom: 25px;
    background: none;
    color: #fff;
}
.popup .btn{
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}



.mob-menu-top .close-m, .close-p-wrap {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;

}
.close-p-wrap{
    width: 25px;
    height: 25px;
}
.mob-menu-top .close-m span, .close-p-wrap span{
    position: absolute;
    height: 25px;
    width: 5px;
    background: #fff;
    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;

}
button{
    border: 0;
}

.close-p-wrap span{
        right: 10px;
    top: 2px;
     height: 20px;
    background: #2FC8E9;
}
.mob-menu-top .close-m span:first-child, .close-p-wrap span:first-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-p{
    position: absolute;    right: 30px;
    top: 30px;
}

html.onpopup{
    overflow: hidden;
}

html.onpopup .overflow{
    display: block;
}
html.onpopup .popup{
    display: block;
}









@media (max-width:1000px){
    .block2-wrap{
        flex-direction: column;
        gap: 30px;
    }
    .block2 .left-col .img{
        max-width: unset;
    }
    .block5-wrap{
        gap: 40px;
        flex-direction: column;
    }
    .block3-wrap{
        flex-direction: column;
        gap: 15px;
    }
}
@media (max-width:700px){
    header .right-col{
        display: none
    }
    .block1{
        padding-top: 187px
    }

    h3{
        font-size: 15px;
line-height: 18px;
    }
    .block1 h2{
        font-size: 25px;
line-height: 31px;
    }
    .block1 img{
        max-width: 239px;
        width: 100%;
    }
    h1{
        font-size: 35px;
line-height: 87.5%;
    }
    h4{
        font-size: 15px;
line-height: 18px;
    }
    .container{
        padding: 0 17px
    }
    .block2{
        padding-top: 90px;
        padding-bottom: 90px
    }
    .block2 .title, .block2 .title span{
        font-size: 25px;
line-height: 100%;
    }
    .block2 .right-col .text p{
        font-size: 15px;
line-height: 18px;
    }
    .block4{
        padding-top: 90px
    }
    .block4 .title{
        font-size: 25px;
line-height: 31px;
    }
    .block4-wrap .item{
        padding: 0;
        padding: 15px 10px 15px 10px;
        font-size: 15px;
line-height: 19px;
    }
    .block5{
        padding-top: 90px;
        padding-bottom: 60px
    }
    .block5 p{
        font-size: 15px;
line-height: 18px;
    }
    .block5 h2{
        font-size: 45px;
line-height: 45px;
    }
    footer{
            padding-top: 35px;
    padding-bottom: 35px;
    }
    footer .container{
        flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    }
    footer .right-col{
        align-items: flex-start;
    }

.popup{
    padding: 26px 29px
}
.block5-wrap img{
    display: block;
    width: 100%
}

main{

   background: url(./img/bgm.png) no-repeat,  linear-gradient(180deg, #161C25 0%, #1F1522 100%);
   background-size: cover;

}














}
}   
