/*zero*/
*{
    padding: 0;
    margin: 0;
    border: 0;
}
*,*:before,*:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

body{
    font-family: 'Inter';
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
@font-face {
    font-family: Gilroy;
    src: url('./fonts/Gilroy-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    src: url('./fonts/Gilroy-Semibold.ttf');
    font-weight: 600;
    font-style: normal;
}
body.lock{
    overflow: hidden;
}

/*--------------------*/
.container{
    width: 100%;
    max-width: 1446px;
    margin: 0 auto;
    padding: 0 15px;
}
h1,h2,h3,h4{
  font-family: Gilroy !important;
}
p{
    font-family: "Inter";
    font-weight: 400;
}
.btn{
    padding: 10px 18px;
    border-radius: 8px;
    border: 1px solid #444CE7;
    background: #444CE7;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
  font-family: Gilroy !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: inline-block;
    transition: 0.5s;
}
.btn:hover{
    background-color: #fff;
    color: #444CE7;
}
/*--- anons ---*/
.anons{
    background: #1D2939;
    padding: 4px 0;
}
.anons > .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.anons > .container > div{
    display: flex;
    align-items: center;
    gap: 8px;
}
.anons a{
    color: #F2F4F7;
  font-family: Gilroy !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.anons p{
    color: #FFF;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
/*--- header ---*/
#header{
    border-bottom: 1px solid rgba(71, 84, 103, 0.3);
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 28px;
}
.header-burger{
    display: none;
}
.menu-item-mob{
    display: none;
}
.menu{
    display: flex;
}
.menu-item{
    margin-left: 32px;
    color: #475467;
  font-family: Gilroy !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    transition: 0.5s;
}
.menu-item:first-child{
    margin: 0px;
}
.logo img{
    width: 100%;
    max-width: 135px;
}
.header-mail span{
    margin-left: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #2642E3;
}
.logopc{
    display: block;
}
.logomob{
    display: none;
}
.menu-item:hover{
    color: #444CE7;
}
@media(max-width:1550px){
    .header-wrap{
        padding-left:15px;
        padding-right:15px;
    }
}
@media(max-width:1150px){
    .header-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-item{
        margin-left: 20px;
    }
}
@media(max-width:900px){
    .logopc{
        display: none;
    }
    .logomob{
        display: block;
    }
    .header-burger{
        display: block;
    }
    .close{
        display: none;
    }
    .header-mail{
        display: none;
    }
    .menu{
        position: absolute;
        width: 100%;
        height: auto;
        padding: 60px 0px;
        flex-direction: column;
        top: 100px;
        left: 0;
        align-items: center;
        justify-content: center;
        transform: translate(-200vw, 0px);
        transition: 0.4s;
        background: #ffff;
        z-index: 2;
        height: calc(100vh - 100px);
    }
    .menu-item-mob{
        display: block;
    }
    .menu-active{
        transform: translate(0vw, 0px);
    }
    .menu-item{
        margin: 0px;
        margin-bottom: 38px;
    }
    .menu-item:first-child{
        margin: 0px;
        margin-bottom: 38px;
    }
    .menu-item:last-child{
        margin-bottom: 0px;
    	margin-top: 14px;
    }
    .header-wrap{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .menu-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu-item-mob.btn-v1{
        color:#fff;
    }
}



/*--- hero ---*/
.hero{
    margin: 32px 0;
}
.hero-inner{
    padding-top: 200px;
    padding-bottom: 200px;
    border-radius: 24px;
    background: url(./img/hero.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-inner h1{
    margin-bottom: 24px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Gilroy !important;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height:  125% ;
}
.hero-inner h1 span{
    color: #C7D7FE;
}
.hero-inner p{
    margin-bottom: 48px;
    color: #F9FAFB;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


/*--- services ---*/
.services{
    padding: 96px 0;
}
.services h2{
    color: #101828;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.222% ;
    margin-bottom: 20px;
}
.services .container > p{
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
    margin-bottom: 64px;
    text-align: center;
    color: #475467;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height:  150% ;
}
.services .wrap{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 45px;
    justify-content: space-between;
    padding: 0 24px;
}
.services .wrap .item{ 
    width: calc(50% - 36px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services .wrap .item img{
    margin-bottom: 16px;
}
.services .wrap .item  h4{
    color: #101828;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height:  150% ;
    margin-bottom: 8px;
}
.services .wrap .item p{
    color: #475467;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:  150% ;
}


/*--- image with text ---*/
.image-with-text{
    padding: 96px 0;
}
.image-with-text h2{
    color: #101828;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height:  122.222%;
    margin-bottom: 64px;
}
.image-with-text .wrap{
    display: flex;
    align-items: center;
    gap: 64px;
}
.image-with-text .wrap h4{
    margin-bottom: 8px;
    color: #101828;
  font-family: Gilroy !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150% ;
}
.image-with-text .wrap p{
    margin-bottom: 20px;
    color: #475467;
  font-family: Gilroy !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150% ;
}
.image-with-text .wrap .btn{
    cursor: pointer;
}




/*--- achievements ---*/
.achievements{
    padding: 96px 0;
}
.achievements h2{
    margin-bottom: 20px;
    color: #101828;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height:  122.222% ;
}
.achievements .container > p{
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
    margin-bottom: 64px;
    color: #475467;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height:  150% ;
}
.achievements .wrap{
    display: flex;
    gap: 24px;
}
.achievements .wrap .item{
    padding: 44px;
    border-radius: 16px;
    background: #EEF4FF;
}
.achievements .wrap .item h4{
    margin-bottom: 12px;
    color: #444CE7;
    text-align: center;
    font-family: 'Inter';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.667% ;
}
.achievements .wrap .item p{
    color: #2D3282;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155.556% ;
}


/*--- contact ---*/
.contact-form{
    padding: 96px 0 100px 0; 
}

.contact-form .container >h2{
    margin-bottom: 20px;
    color: #101828;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height:  122.222% ;
}
.contact-form .container > p{
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
    margin-bottom: 64px;
    color: #475467;
    text-align: center;
  font-family: Gilroy !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height:  150% ;
}
.contact-form form{
    width: 100%;
    max-width: 696px;
    margin: 0 auto;
    margin-bottom: 64px;
}
.contact-form form .form-inputs{
    margin-bottom: 32px;
}
.contact-form form .btn{
    width: 100%;
}
.contact-form form .input-area{
    margin-bottom: 24px;
}
.contact-form form .input-area:last-child{
    margin-bottom: 0px;
}
.contact-form form .input-area h5{
    margin-bottom: 6px;
    color: #344054;
  font-family: Gilroy !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height:  142.857%;
}
.contact-form form .input-area input{
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #667085;
  font-family: Gilroy !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:150%;
}
.contact-form form .input-area input::placeholder{
    color: #667085;
  font-family: Gilroy !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:150%;
}
.contact-form form .input-area textarea{
    padding: 10px 14px;
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:150%;
    min-height: 134px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
    resize: none;
}
.contact-form form .input-area textarea::placeholder{
    color: #667085;
  font-family: Gilroy !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:150%;
}
.contact-form .links{
    width: 100%;
    max-width: 510px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 44px;
    row-gap: 12px;
    margin: 0 auto;
}
.contact-form .links .link{
    display: flex;
    gap: 8px;
    align-items: center;
}
.contact-form .links .link a{
    color: #475467;
  font-family: Gilroy !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height:  150%;
    transition: 0.5s;
}
.contact-form .links .link a:hover{
    color: #444CE7;
}


/*--- footer ---*/
footer{
    background: var(--Gray-800, #1D2939);
    padding: 64px 0 48px 0;
}
footer .top{
    padding-bottom: 54px;
    border-bottom: 1px solid var(--Gray-600, #475467);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
footer .top .wrap{
    display: flex;
    gap: 32px;
    align-items: center;
}
footer .top .wrap a{
    color: var(--Gray-200, #EAECF0);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    transition: 0.5s;
}
footer .bottom{
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .bottom p{
    color: var(--Gray-300, #D0D5DD);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:  150%;
}
footer .bottom .wrap{
    display: flex;
    align-items: center;
    gap: 16px;
}
footer .bottom .wrap a{
    color: var(--Gray-300, #D0D5DD);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: 0.5s;
}
footer .top .wrap a:hover, footer .bottom .wrap a:hover{
    color: #444CE7;
}
@media(max-width:1250px){
    .image-with-text .wrap{
        flex-direction: column;
        gap: 48px;
    }
    .image-with-text .wrap img{
        width: 100%;
    }
    #why.image-with-text .wrap{
        flex-direction: column-reverse;
    }
}
@media(max-width:1100px){
    .achievements .wrap{
        flex-direction: column;
    }
}
@media(max-width:900px){
    .anons p{
        display: none;
    }
    .anons a{
        font-size: 14px;
        line-height: 140%;
        font-weight: 400;
    }
    .logomob{
        max-width: 160px !important;
    }
    .menu{
        background: url(./img/hero-mob-bg.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .menu-wrap{
        width: 100%;
        padding: 0 16px;
    }
    .menu-wrap a{
        margin-bottom: 32px;
        color: #FFF;
      font-family: Gilroy !important;
        font-size: 16px;
        line-height:  150%;
    }
    .menu-item:last-child{
        width: 100%;
        margin-top: 48px;
        text-align: center;
    }
    .header-wrap{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .hero{
        margin: 0px;
        background: url(./img/hero-mob-bg.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 0px 0px 24px 24px;
    }
    .hero-inner{
        background: transparent;
        padding-top: 64px;
        padding-bottom: 96px;
    }
    .hero-inner h1{
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 122.222%;
    }
    .hero-inner p{
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 28px;
    }
    .hero-inner .btn{
        width: 100%;
        text-align: center;
    }

    .services{
        padding: 64px 0;
    }
    .services h2{
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 16px;
    }
    .services .container > p{
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 155.556%;
    }
    .services .wrap{
        padding: 0px;
        gap: 30px;
    }
    .services .wrap .item{
        width: 100%;
    }
    .services .wrap .item h4{
        font-size: 18px;
    }
    .image-with-text{
        padding:64px 0;
    }
    .image-with-text h2{
        font-size: 30px;
        line-height: 38px;
    }
    .image-with-text .wrap h4{
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }
    .image-with-text .wrap p{
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .image-with-text .wrap .btn{
        width: 100%;
        text-align: center;
    }
    .achievements{
        padding: 64px 0;
    }
    .achievements h2{
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 38px; /* 126.667% */
    }
    .achievements .container > p{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 48px;
    }
    .achievements .wrap .item{
        padding: 24px;
    }
    .achievements .wrap .item h4{
        font-size: 24px;
        line-height: 32px;
    }
    .contact-form{
        padding: 64px 0;
    }
    .contact-form .container >h2{
        font-size: 30px;
    }
    .contact-form .container > p{
        margin-bottom: 48px;
        font-size: 18px;
        padding: 0 16px;
    }
    .contact-form form{
        margin-bottom: 48px;
    }
    .contact-form .links{
        column-gap: 20px;
        justify-content: space-between;
    }
    .contact-form .links .link a{
        font-size: 15px;
    }
    footer{
        padding: 48px 0;
    }
    footer .top{
        padding-bottom: 48px;
        align-items: flex-start;
    }
    footer .top .wrap{
        flex-wrap: wrap;
        row-gap: 12px;
    }
    footer .top .wrap a{
        width: calc(50% - 16px);
    }
    footer .bottom{
        flex-direction: column-reverse;
        align-items: baseline;
        gap: 12px;
    }
}

@media(max-width:500px){
    .image-with-text .wrap img{
        height: 100%;
        max-height: 230px;
        object-fit: cover;
        border-radius: 24px;
    }
}
.element-animation {
    opacity: 0;
    transform: translateY(50px);
}

.element-animation.element-show {
    opacity: 1;
    transition: all 0.5s;
    transform: translateY(0%);
}


.inners-pages{
    padding:60px 0
}
.inners-pages h1{
    color: #475467;
    font-family: Gilroy !important;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 20px;
}
.inners-pages p{
    margin-bottom: 20px;
    color: #475467;
    font-size: 16px;
        font-family: Gilroy !important;
  
}
.inners-pages b{
    color: #475467;
    font-size: 16px;
        font-family: Gilroy !important;

}
.inners-pages h3{
    margin-bottom: 20px;
    color: #475467;
    font-size: 20px;
        font-family: Gilroy !important;

}
@media(max-width:900px){
    .inners-pages{
        padding:30px 0
    }
    .inners-pages h1{
        font-size: 34px;
    }
    .inners-pages h3{
        font-size: 18px;
    }
}


.image-with-text .text{
    width: 100%;
    max-width: 676px;
}

.image-with-text .wrap img {
    opacity: 0;
    transform: translateY(00px);
 
  }
  .image-with-text .wrap img.active {

    animation: fadeInUps 1.7s ease-in-out forwards;
  }
  @keyframes fadeInUps {
    0% {
      opacity: 1;
      transform: scale(1);
    }
  
    50%{
        opacity: 1;
        transform: scale(1.1);
    }
   
    100%{
        opacity: 1;
        transform: scale(1);
    }
  }
.image-with-text  .inner-wrap{
    overflow: hidden;
    border-radius: 25px;
}



/*--- popup ---*/
.blocked{
    overflow: hidden;
}
.services .wrap .item h4{
    cursor: pointer;
    transition: 0.5s;
}
.services .wrap .item h4:hover{
    color:#444CE7;
}

.popup-item-text{
    display: none !important;
    opacity: 0 !important;
}
.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 28, 36, 0.8);
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    padding: 0 20px;
}
.popup.active{
    display: flex;
}
.popup-inner{
    width: 100%;
    max-width: 800px;
}
.popup-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: #212B36;
    padding: 40px 32px;
    box-shadow: -8px 8px 24px -4px rgba(0, 0, 0, 0.10);
    position: relative;
}
.popup-wrapper svg{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.popup-wrapper h3{
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 155.556%;
    margin-bottom: 8px;
}
.popup-wrapper p{
    color: #919EAB;
    text-align: center;
    font-family: Gilroy !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 185.714%;
    margin-bottom: 15px;
}
.popup-wrapper p:last-child{
    margin-bottom: 0px;
}
@media(max-width:600px){
    .popup{
        overflow: scroll;
        padding: 30px 20px;
        align-items: flex-start;
    }
    .popup-wrapper svg{
        right: 15px;
        top: 15px;
    }
}