@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::selection {
  background: #000;
  color: #fff;
}
*::-moz-selection {
  background: #000;
  color: #fff;
}
*::-webkit-selection{
  background: #000;
  color: #fff;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #010101;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #010101;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #010101;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track:hover{
  background-color: #f5f5f5;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #f5f5f5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body{
  width: 100%;
  color: #fff;
  background: #03040C;
}
body{
  margin: 0;
  width: 100%;
  background: #03040C;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

#page{
  font-size: 16px;
  line-height: 1.4;
  float: left;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  background: #03040C;
  color: #fff;
  overflow: hidden;
  z-index: 9;
  padding-top: 125px;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.wrap-grid{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#main{
  padding: 40px 0 25px;
}

.button{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  background: linear-gradient(45deg, #020624, #215BDA);
  border-radius: 14px;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  padding: 1px;
}
.button span{
  padding: 12px 25px;
  text-align: center;
  display: inline-block;
  border-radius: 14px;
  min-width: 265px;
  border: 4px solid #020624;
  background: radial-gradient(106.69% 42.45% at 52.2% 105.56%, #00529E 0%, #042B4E 95.22%);
}

.block{
  float: left;
  width: 100%;
  margin: 0 0 120px;
}
.block .title{
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1.6px;
  text-align: center;
}
.block .title.ta-left{
  text-align: left;
}
.block .description{
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 20px;
}
.block .description.ta-left{
  text-align: left;
}

.form-item input,
.form-item textarea,
.form-item select{
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  resize: none;
  padding: 14px 15px;
  width: 100%;
  outline: none;
  color: #252525;
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}
.form-item input,
.form-item select{
  height: 55px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: #f00 !important;
  background: #fdeeee;
}
.form-item .label{
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px;
  padding-left: 0;
}
.form-item textarea{
  height: 185px;
  resize: none;
}
.form-item{
  margin: 0 0 25px;
  position: relative;
}
.form-message{
  display: none;
  color: #f00;
  text-align: center;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
}
.form .wrap-btns{
  text-align: center;
  margin-top: 15px;
}

.form-title{
  text-align: center;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
#preloader .wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 91;
}
#preloader .wrap span {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
}
.lds-default {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

#footer{
  font-size: 14px;
  padding: 35px 0;
  background: radial-gradient(69.03% 67.47% at 50.66% 101.59%, #0F1067 0%, #020624 95.22%);
}
#footer #copyright{
  text-align: center;
}

#block2{

}
#block2 .content{
  margin-top: 65px;
}
#block2 .view-icons1{

}
#block2 .view-icons1 .items{
  display: flex;
  width: 100%;
}
#block2 .view-icons1 .item{
  padding: 0 20px;
}
#block2 .view-icons1 .card{
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
#block2 .view-icons1 .item img{
  display: block;
  width: 100%;
  height: auto;
}


#block7{

}
#block7 .content{
  margin-top: 65px;
}
#block7 .view-logos{

}
#block7 .view-logos .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#block7 .view-logos .item{
  padding: 0 5px;
  width: 12.5%;
  margin: 0 0 10px;
}
#block7 .view-logos .card{
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 25px;

  border-radius: 10px;
  border: 1px solid #141D4B;
  background: radial-gradient(55.29% 56.71% at 50% 100%, rgba(8, 9, 108, 0.70) 0%, rgba(2, 6, 36, 0.70) 95.22%);
  backdrop-filter: blur(2px);
}
#block7 .view-logos .card .icon{
  width: 60px;
  margin: 0 auto;
}
#block7 .view-logos .card img{
  display: block;
  width: 100%;
  height: auto;
}
#block7 .view-logos .card .name{
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.4;
}

#block8{

}
#block8 .content{
  margin-top: 35px;
}
#block8 .view-faq{

}
#block8 .view-faq .item{
  border-radius: 10px;
  border: 1px solid #272A35;
  background: linear-gradient(79deg, rgba(94, 98, 115, 0.30) 2.28%, rgba(28, 36, 94, 0.30) 98.99%);
  backdrop-filter: blur(2px);
}
#block8 .view-faq .item .name{
  padding: 20px 65px 20px 25px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
#block8 .view-faq .item .name i{
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
  font-style: normal;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -13px;
  transform: rotate(180deg);
}
#block8 .view-faq .item.open .name i{
  transform: rotate(0deg);
}
#block8 .view-faq .item .name i svg{
  display: block;
  width: 26px;
  height: 15px;
}
#block8 .view-faq .item .text{
  padding: 5px 20px 25px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  display: none;
}
#block8 .view-faq .item.open .text{
  display: block;
}
#block8 .view-faq .item + .item{
  margin-top: 12px;
}

#block10 .bl-card{
  padding: 40px 60px;
  border-radius: 10px;
  border: 1px solid #141D4B;
  background: radial-gradient(69.03% 67.47% at 50.66% 101.59%, #0F1067 0%, #020624 95.22%);
  max-width: 890px;
  margin: 0 auto;
}
#block10 .button span{
  border: 4px solid #0b0d52;
}
#block10 .form{
  margin: 40px 0 0;
  display: inline-block;
  width: 100%;
}
#block10 .form .form-item{
  width: 100%;
  padding: 0;
  float: left;
  margin: 0 0 20px;
}
#block10 .form .form-item1{
  width: 50%;
  padding-right: 10px;
}
#block10 .form .form-item2{
  width: 50%;
  padding-left: 10px;
}
#block10 .form .form-message{
  font-size: 15px;
  line-height: 20px;
  background: #b10505;
  color: #fff;
  padding: 12px 15px;
  border-radius: 6px;
}
#block10 .form .form-item input{
  color: #fff;
  border-radius: 10px;
  border: 1px solid #272A35;
  background: linear-gradient(79deg, rgba(94, 98, 115, 0.30) 2.28%, rgba(28, 36, 94, 0.30) 98.99%);
  backdrop-filter: blur(2px);
}
#block10 .form-item .label{
  font-size: 18px;
  font-weight: 400;
}

#block6{

}
#block6 .img{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
#block6 .img img{
  display: block;
  width: 100%;
  height: auto;
} 

#block1{
  text-align: left;
  position: relative;
  padding-right: 40%;
}
#block1:before{
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  background: url('../images/infographik.svg') center no-repeat;
  background-size: contain;
}
#block1 .title{
  text-align: left;
  font-size: 48px;
}
#block1 .text{
  font-size: 18px;
  line-height: 1.4;
  margin-top: 30px;
}
#block1 .text p + p{
  margin-top: 1em;
}
#block1 .wrap-btns{
  margin-top: 45px;
}

#block5{
  text-align: right;
  position: relative;
  padding-left: 35%;
}
#block5:before{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: url('../images/infographik1.svg') center no-repeat;
  background-size: contain;
}
#block5 .title{
  text-align: right;
}
#block5 .text{
  font-size: 18px;
  line-height: 1.4;
  margin-top: 30px;
  text-align: right;
}
#block5 .wrap-btns{
  margin-top: 45px;
}

#header{
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 91;
  border: 1px solid #030A33;
  background: radial-gradient(55.29% 56.71% at 50% 100%, rgb(2 3 62) 0%, rgb(0 2 13) 95.22%);
}
#header .bl-wrap{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#logo{
  width: 175px;
  height: 70px;
}
#logo img{
  display: block;
  width: 100%;
  height: auto;
}
.scrolled #logo img{
  width: 100px;
}

#lang{
  font-size: 14px;
  line-height: 20px;
}
#lang a,
#lang span{
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  outline: none;
  display: block;
  float: left;
}
#lang a + a,
#lang a + span,
#lang span + a,
#lang span + span{
  margin-left: 7px;
}
#lang a:hover{
  text-decoration: underline;
}
#lang a.active,
#lang span.active{
  font-weight: 700;
}

#header .address{
  font-size: 13px;
  line-height: 20px;
}
#header .phone{
  font-size: 13px;
  line-height: 20px;
}
#header .address,
#header .phone{
  display: flex;
  align-items: center;
}
#header .address svg,
#header .phone svg{
  display: block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
#header .phone svg{
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}

#menu{

}
#menu .triger-menu{
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  background: linear-gradient(45deg, #020624, #215BDA);
  border-radius: 14px;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  padding: 1px;
}
#menu .wrap-menu{
  padding: 7px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 14px;
  border: 4px solid #020624;
  background: radial-gradient(87.51% 64.61% at 50.66% 101.59%, #08096C 0%, #020624 95.22%);
}
#menu .wrap-menu svg{
  margin-right: 10px;
  width: 20px;
  height: 11px;
}

#block4{}
#block4 .content{
  margin-top: 25px;
}
#block4 .view-table{
  text-align: center;
  width: 100%;
}
#block4 .view-table .tr-header{
  display: flex;
  width: 100%;
  gap: 5px;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 15px;
}
#block4 .view-table .tr-header .td{
  width: 20%;
}
#block4 .view-table .tr-header .td.td-empty{
  opacity: 0;
}
#block4 .view-table .tr{
  display: flex;
  width: 100%;
  gap: 5px;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
#block4 .view-table .tr .td{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #272A35;
  background: linear-gradient(79deg, rgba(94, 98, 115, 0.30) 2.28%, rgba(28, 36, 94, 0.30) 98.99%);
  backdrop-filter: blur(2px);
  padding: 10px 10px;
}
#block4 .view-table .tr .td-label{
  display: none;
}

#block6 .view-table{
  margin-top: 60px;
}
#block6 .view-table .tr-header{
  display: flex;
  width: 100%;
  gap: 5px;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 15px;
  text-align: center;
}
#block6 .view-table .tr-header .td{
  width: 20%;
}
#block6 .view-table .tr-header .td:nth-child(1){
  width: 20%;
}
#block6 .view-table .tr-header .td:nth-child(2){
  width: 30%;
}
#block6 .view-table .tr-header .td:nth-child(3){
  width: 10%;
}
#block6 .view-table .tr-header .td:nth-child(4){
  width: 40%;
}
#block6 .view-table .tr-header .td.td-empty{
  opacity: 0;
}

#block6 .view-table .tr{
  display: flex;
  width: 100%;
  gap: 5px;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
#block6 .view-table .tr .td{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#block6 .view-table .tr .td:nth-child(1){
  width: 20%;
}
#block6 .view-table .tr .td:nth-child(2){
  width: 30%;
}
#block6 .view-table .tr .td:nth-child(3){
  width: 10%;
}
#block6 .view-table .tr .td:nth-child(4){
  width: 40%;
}

#block6 .view-table .tr .td:nth-child(1),
#block6 .view-table .tr .td:nth-child(2),
#block6 .view-table .tr .td:nth-child(3){
  border-radius: 10px;
  border: 1px solid #272A35;
  background: linear-gradient(79deg, rgba(94, 98, 115, 0.30) 2.28%, rgba(28, 36, 94, 0.30) 98.99%);
  backdrop-filter: blur(2px);
  padding: 10px 10px;
}
#block6 .view-table .tr .td .button{
  display: block;
  width: 100%;
}
#block6 .view-table .tr .td .button span{
  display: block;
  width: 100%;
  padding: 16px 25px;
}
#block6 .view-table .tr .td input{
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 25px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-decoration: none;
  outline: none;
  border-radius: 10px;
  border: 1px solid #272A35;
  background: linear-gradient(79deg, rgba(94, 98, 115, 0.30) 2.28%, rgba(28, 36, 94, 0.30) 98.99%);
  backdrop-filter: blur(2px);
  height: 72px;
}

.iti__country-list{
  color: #fff;
  background: #1b1b1b;
}



@media (max-width: 1400px){

}
@media (max-width: 1200px){
  #block2 .view-icons1 .item {
    padding: 0 10px;
  }
}
@media (max-width: 980px){
  #block1{
    padding: 0;
  }
  #block1:before{
    display: none;
  }
  #block5,
  #block5 .title,
  #block5 .text,
  #block5 .wrap-btns{
    text-align: center;
  }
  #block5{
    padding: 250px 0 0;
  }
  #block5:before{
    width: 100%;
    height: 250px;
  }
  #header .address, #header .phone{
    display: none;
  }
  #block7 .view-logos .item{
    width: 25%;
  }
  .block .title {
    font-size: 36px;
  }
  #block6 .view-table .tr{
    font-size: 16px;
  }
}
@media (max-width: 768px){
  #block1,
  #block1 .title,
  #block1 .wrap-btns{
    text-align: center;
  }
  .block .title.ta-left{
    text-align: center;
  }
  #block4 .view-table .tr-header{
    display: none;
  }
  #block4 .view-table .tr .td-label{
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 5px;
    color: #BDBDBD;
  }
  #block4 .view-table .tr .td{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    background: none;
    backdrop-filter: none;
    border: none;
    text-align: left;
  }
  #block4 .view-table .tr{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #272A35;
    background: linear-gradient(79deg, rgba(94, 98, 115, 0.30) 2.28%, rgba(28, 36, 94, 0.30) 98.99%);
    backdrop-filter: blur(2px);
    padding: 15px 25px;
    text-align: left;
  }
  #block4 .view-table .tr .td{
    width: 50%;
  }
  #block4 .view-table .tr .td:nth-child(1){
    width: 100%;
  }
}
@media (max-width: 640px){
  #block7 .view-logos .item{
    width: 50%;
  }
  #block7 .content{
    margin-top: 40px;
  }
  #block10 .form .form-item1,
  #block10 .form .form-item2{
    width: 100%;
    padding: 0;
  }
  #block2 .view-icons1 .item{
    width: 33.3333%;
    margin: 0 0 20px;
  }
  #block2 .view-icons1 .items{
    flex-wrap: wrap;
    justify-content: center;
  }
  #block8 .view-faq .item .name i{
    right: 20px;
  }
  .block .title {
    font-size: 32px;
  }
  #block2 .content{
    margin-top: 40px;
  }
  #block5 .title{
    font-size: 26px;
  }
  #block6 .view-table .tr-header{
    display: none;
  }
  #block6 .view-table .tr{
    display: block;
    border-radius: 10px;
    border: 1px solid #272A35;
    background: linear-gradient(79deg, rgba(94, 98, 115, 0.30) 2.28%, rgba(28, 36, 94, 0.30) 98.99%);
    backdrop-filter: blur(2px);
    padding: 10px 100px 10px 10px;
    text-align: left;
    position: relative;
    min-height: 80px;
  }
  #block6 .view-table .tr .td:nth-child(1), #block6 .view-table .tr .td:nth-child(2){
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
    backdrop-filter: none;
    text-align: left;
    display: block;
  }
  #block6 .view-table .tr .td{
    background: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
  }
  #block6 .view-table .tr .td:nth-child(1){
    font-size: 21px;
    margin: 0 0 5px;
  }
  #block6 .view-table .tr .td:nth-child(4){
    display: none;
  }
  #block6 .view-table .tr .td:nth-child(3){
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 485px){
  #block2 .view-icons1 .item{
    padding: 0 5px;
    margin: 0 0 10px;
  }
  #logo{
    width: 100px;
  }
  .wrap-grid{
    padding: 0 20px;
  }
  #block8 .view-faq .item .text{
    font-size: 16px;
  }
  .block .description,
  .block .text{
    font-size: 16px;
  }
  #block10 .bl-card {
    padding: 40px 30px;
  }
  .block .description br,
  .block .text br{
    display: none;
  }
  #block1 .text{
    font-size: 16px;
  }
  #block10 .form-item .label{
    font-size: 16px;
  }
  .block .title {
    font-size: 30px;
  }
  #block1 .title{
    font-size: 42px;
  }
  #block5 .title{
    font-size: 22px;
  }
  #block4 .view-table .tr .td{
    width: 50%;
    font-size: 16px;
  }
  #block4 .view-table .tr .td:nth-child(1){
    width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 400px){
  .wrap-grid{
    padding: 0 15px;
  }
  #menu .wrap-menu{
    padding: 5px 10px;
  }
  #menu .triger-menu{
    font-size: 14px;
  }
  #block8 .view-faq .item .name i{
    right: 15px;
  }
  #block10 .bl-card {
    padding: 40px 20px;
  }
  .block .description, .block .text {
    font-size: 15px;
  }
  .block .title {
    font-size: 26px;
  }
  #block1 .title{
    font-size: 36px;
  }
  #block5 .title{
    font-size: 20px;
  }
}