@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);
}


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

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

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
}

li {
    list-style: none;
}

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: 1074px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
h1{
    font-size: 75px;
line-height: 93px;
color: #fff;
font-family: 'Gilroy700';
}
h4{
    font-size: 25px;
line-height: 30px;
font-family: 'Gilroy500';
color: #FFFFFF;
margin-top: 30px;
margin-bottom: 30px;
}
h3{
    font-size: 25px;
line-height: 31px;
font-family: 'Gilroy700';
color: #FFFFFF;
}
h2{
    font-size: 35px;
line-height: 43px;
font-family: 'Gilroy700';
color: #FFFFFF;
margin-top: 30px;
margin-bottom: 30px;
}
body{
        background: url(./img/bg3.png) no-repeat;
        background-size: cover;
}
button{
    cursor: pointer;
}
.btn{
    cursor: pointer;
    max-width: 235px;
    width: 100%;
    background: #BDFF00;
border-radius: 3px;
padding-top: 10px;
font-size: 16px;
line-height: 20px;
text-align: center;
font-family: 'Gilroy600';
color: #200040;
padding-bottom: 10px;
}
.block1 span{
    font-size: 15px;
line-height: 18px;
font-family: 'Gilroy500';
color: #FFFFFF;
display: block;
margin-top: 30px;
}
.block1-wrap .left-col{
    max-width: 630px;
    width: 100%;
}
.block1-wrap{
    gap: 5px;
}
.block1{
    padding-top: 52px;
    padding-bottom: 42px;
    background: url(./img/bg1.jpg) no-repeat;
    background-size: cover;
}
.block1 .right-col{
    max-width: 396px;
    height: 577px;
    width: 100%;
    position: relative;
}
.block1 .right-col .img{
    position: absolute;
    left: 0;
    bottom: -42px;
    max-width: 100%;
    height: 100%;
}
.block1 .right-col .img img{
    width: 100%;
    height: 100%;
    display: block;
}
.block2{
    padding-top: 115px;
    padding-bottom: 118px;
}
.title{
    font-size: 55px;
line-height: 68px;
text-align: center;
font-family: 'Gilroy700';
color: #200040;


}
.pre-title{
    font-size: 25px;
line-height: 31px;
text-align: center;
font-family: 'Gilroy700';
color: #200040;
margin-top: 12px;
margin-bottom: 40px;
}
.timer-wrap{
   display: flex;
   justify-content: center;
}

.block3{
    padding-top: 37px;
    padding-bottom: 115px;
    background: url(./img/bg2.png) no-repeat;
    background-size: 100%;
    background-position-y: 0;
}
.title2{
    font-size: 35px;
line-height: 43px;
text-align: center;
font-family: 'Gilroy700';
color: #FFFFFF;
margin-bottom: 51px;
}
.block3 .item{
    background: rgba(255, 255, 255, 0.75);

box-shadow: 0px 30px 80px rgba(51, 58, 74, 0.06);
backdrop-filter: blur(7.5px);

border-radius: 16px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
max-width: 247px;
width: 100%;
height: 225px;
}
.block3 .item span{
    font-size: 20px;
    font-family: 'Gilroy700';
    line-height: 25px;
    color: #200040;
}
.block3 .item p{
    font-size: 75px;
line-height: 93px;
font-family: 'Gilroy700';
color: #200040;

}
.block4{

    background-size: cover;
}
.block4 p{
    font-weight: 500;
font-size: 25px;
line-height: 30px;
font-family: 'Gilroy500';
color: #200040;
}

.block4-wrapper .left-col{
    max-width: 596px;
    width: 100%;
}
.block4 .left-col > p + span{
    font-size: 25px;
line-height: 31px;
font-family: 'Gilroy700';
color: #9E00FF;display: block;
margin-top: 10px;
margin-bottom: 35px;
}
.block4 p.bold{
    font-size: 35px;
line-height: 43px;
font-family: 'Gilroy700';
color: #200040;
}
.block4 .right-col{
    max-width: 401px;
    width: 100%;
    background: #FFFFFF;

box-shadow: 0px 30px 80px rgba(51, 58, 74, 0.06);
backdrop-filter: blur(7.5px);


border-radius: 7px;

}
form{
    max-width: 401px;
    width: 100%;
    padding: 20px 27px 20px 27px;
    flex-direction: column;
    gap: 25px;

}

form input{
    width: 100%;
    border: 1px solid #200040;
border-radius: 13px;
font-size: 16px;
line-height: 20px;
color: #200040;
padding: 16px 18px 16px 18px;
}
.block4 .right-col h4, .popup h4{
    font-size: 25px;
line-height: 25px;
font-family: 'Gilroy700';

text-align: center;

color: #200040;

}
.form-button{
    max-width: 276px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
line-height: 20px;
text-align: center;

color: #FFFFFF;
background: #6F00C6;
border-radius: 3px;
border: 0;
}

.block5 .top-item p{
    font-size: 17px;
line-height: 21px;
text-align: center;
font-family: 'Gilroy500';
color: #200040;
}
.block5 .top-item{
    padding-top: 35px;
    padding-right: 40px;
    padding-left: 40px;
    height: 175px;
    background: #FFFFFF;
    box-shadow: 0px 30px 80px rgba(51, 58, 74, 0.06);
    backdrop-filter: blur(7.5px);
    border-radius: 12px;
}
.block5 .bottom-item .img{
    padding-top: 31px;
    padding-right: 23px;
    padding-bottom: 18px;
    padding-left: 23px;
    background: #FFFFFF;
    border-radius: 50%;
    height: 110px;
    width: 110px;
}
.block5 .bottom-item .img img{
    width: 100%;
}
.block5{
    padding-top: 92px;
    padding-bottom: 100px;
}
.block5 .bottom-item .name{
    font-size: 35px;
line-height: 43px;
font-family: 'Gilroy700';
text-align: center;
color: #200040;
}
.block5 .bottom-item .dev{
    margin-top: 10px;
    font-size: 25px;
line-height: 30px;
font-family: 'Gilroy500';
text-align: center;
color: #CDCDCD;

}

.block5 .item-wrapper{
    max-width: 505px;
    width: 100%;
}
.block5 .block5-wrapper{
    margin-top: 100px;
}
.block5 .bottom-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -50px;
    z-index: 9;
    position: relative;
}
footer{
    background: #200040;
    padding-top: 40px;
    padding-bottom: 20px;
}
footer p{
    font-size: 18px;
line-height: 22px;
text-align: center;
font-family: 'Gilroy700';
color: #FFFFFF;
}
footer div{
    width: fit-content;
    margin: 0 auto;
    margin-top: 18px;
    gap: 30px;
}
footer div a, footer div span{
    font-size: 18px;
line-height: 22px;
font-family: 'Gilroy700';
color: #FFFFFF;

}
@media (max-width:1100px) {
    .block1-wrap{
        flex-direction: column;
    }
    h1{
        font-size: 55px;
line-height: 68px;

    }
    h3{
        font-size: 15px;
line-height: 19px;
    }
    h2{
        font-size: 25px;
line-height: 31px;
    }

    .block1 span{
        font-size: 15px;
line-height: 18px;
    }
    .title{
        font-size: 35px;
line-height: 43px;
    }
    .pre-title{
        font-size: 15px;
line-height: 19px;
    }
    .block2{
        padding-top: 70px;
        padding-bottom: 70px
    }
    .timer__items{
        font-size: 35px !important;
line-height: 42px !important;
    }
}


@media (max-width:850px){
    .block5 .bottom-item{
        margin-top: -70px;
    }
    .block3-wrap{
        gap: 20px;
        flex-direction: column;
    }
    .block3{
            background: url(./img/bg1m.png) no-repeat;
            background-size: 100% 290px;
    }
    .block3{
        padding-bottom: 70px
    }
    .block4-wrapper{
        flex-direction: column;
    }
    .block4 p, .block4 .left-col > p + span{
        font-size: 20px;
line-height: 24px;
    }
    .block4 .left-col > p + span{
        margin-top: 15px;
        margin-bottom: 15px
    }
    .block4 p.bold{
        font-size: 25px;
        line-height: 31px;
    }
 .block5-wrapper{
        gap: 70px;
        flex-direction: column;
    }
    .block5 .top-item{
            padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    height: 185px;
    }
    footer p, footer a, footer span{
        font-size: 15px;
        line-height: 19px;
    }
}
.popup{
    position: relative;
    display: none;
    max-width: 401px;
    width: 100%;
    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%);
    z-index: 999;
    background: #fff;
}

.overflow{
    display: none;
}
html.active{
    overflow: hidden;
}
html.active .overflow{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

html.active, html.active .popup{
    display: block;
}


.close {
    position: relative;
    width: 20px;
    height: 20px;

}
.close span {
    position: absolute;
    height: 20px;
    width: 2px;
    background: #000;
    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-wrap{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.close span:first-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}