@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%;
  background: #fff;
}
body{
  margin: 0;
  width: 100%;
  background: #fff;
  color: #010101;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
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;
}

html,
body{
  color: #fff;
  background: #1e1b4b;
}
#page{
  font-size: 18px;
  line-height: 1.4;
  float: left;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  background: #1e1b4b;
  color: #fff;
  overflow: hidden;
  z-index: 9;
  padding: 0;
}
.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 65px;
}

.form-item input,
.form-item textarea,
.form-item select{
  font-weight: 400;
  font-size: 21px;
  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: 700;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
  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: 15px 0 20px;
  font-size: 18px;
}
.form .wrap-btns{
  text-align: center;
  margin-top: 15px;
}


#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  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);
  }
}

.block{
  float: left;
  width: 100%;
  margin: 0 0 95px;
}
.block .title{
  font-weight: 900;
  line-height: 1.2;
  font-size: 50px;
  text-align: center;
  margin: 0 0 45px;
}
.block .wrap-btns{
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.button{
  display: inline-block;
  border-radius: 35px;
  background-image: linear-gradient(125deg, #fe01a8 32.44%, #012fff 72.55%);
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  cursor: pointer;
  padding: 15px 15px;
  text-transform: uppercase;
  width: 100%;
  max-width: 400px;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
}

#home{
  position: relative;
  width: 100%;
  z-index: 9;
  overflow: hidden;
}
#home .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
}
#home .bg:before{
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, transparent, #1e1b4b 95%, #1e1b4b 100%);
}
#home .bg video{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  object-fit: cover;
  z-index: 1; 
}
#home .block{
  position: relative;
  z-index: 9;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
#home .bl-wrap{
  width: 100%;
  text-align: center;
  padding: 100px 0;
}
#home .t1{
  font-weight: 400;
  line-height: 1.4;
  font-size: 50px;
  background-image: linear-gradient(125deg, #8d01fe 0%, #ff0190 50%, #7901fe 100%);
  -webkit-background-clip: text;
  color: transparent;
}
#home .t1 span{
  font-weight: 700;
}
#home .t2{
  margin-top: 45px;
  font-weight: 300;
  line-height: 1.6;
  font-size: 25px;
  text-shadow: 0 3px 10px #000;
}

#header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 91;
  background: none;
  padding: 25px 0;
}
.scrolled #header,
.open-menu #header{
  background: #1e1b4b;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#block-menu{
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
#block-menu ul{
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-menu ul li{
  display: block;
  margin: 0 20px;
  float: left;
  list-style: none;
  padding: 0;
}
#block-menu ul li a{
  color: #fff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  opacity: 0.8;
  position: relative;
}
#block-menu ul li a:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 0;
  transform: translate(0, -20px);
}
#block-menu ul li a:hover{
  opacity: 1;
}
#block-menu ul li a:hover:before{
  opacity: 0.8;
  transform: translate(0, 0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

#block2{}
#block2 .bl-wrap{
  font-size: 21px;
  line-height: 1.6;
  max-width: 900px;
  background: #111035;
  padding: 40px 50px;
  margin: 0 auto;
}
#block2 .t1{
  font-weight: 700;
}
#block2 .t2{
  margin-top: 1em;
}
#block2 .t3{
  font-weight: 700;
  margin-top: 1em;
  text-align: center;
}
#block2 .wrap-btns{
  margin-top: 60px;
}

#block3{}
#block3 .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#block3 .item{
  width: 33.3333%;
  padding: 0 15px;
  margin: 0 0 30px;
  display: flex;
}
#block3 .card{
  width: 100%;
  background: #111035;
  padding: 40px 25px;
}
#block3 .card .icon{

}
#block3 .card .name{
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
#block3 .card .text{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
}

#block5{}
#block5 .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#block5 .item{
  width: 33.3333%;
  padding: 0 15px;
  margin: 0 0 30px;
  display: flex;
}
#block5 .card{
  width: 100%;
  background: #111035;
  padding: 40px 25px;
}
#block5 .card .icon{

}
#block5 .card .text{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
#block5 .card .card-head{
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  padding-left: 80px;
  min-height: 60px;
}
#block5 .card .card-head .img{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
#block5 .card .rd-head-w{
  width: 100%;
}
#block5 .card .name{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
#block5 .card .rating{
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  left: -1px;
  margin-top: 4px;
}
#block5 .card .rating svg{
  display: block;
  width: 16px;
  height: 16px;
  fill: #dec01f;
}

#block4{}
#block4 .paths{
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 65px;
}
#block4 .paths .paths-line{
  position: absolute;
  left: 0px;
  top: -20px;
  bottom: 0;
  width: 2px;
  background: #9896ac;
  display: block;
}
#block4 .paths .path{

}
#block4 .paths .path + .path{
  margin-top: 45px;
}
#block4 .path .path-name{
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  margin: 0 0 25px;
  position: relative;
} 
#block4 .path .path-name:before{
  content: "";
  height: 2px;
  top: 50%;
  margin-top: -1px;
  width: 50px;
  left: -64px;
  display: block;
  position: absolute;
  background: #9896ac;
}
#block4 .path .path-name:after{
  content: "";
  position: absolute;
  left: -71px;
  width: 14px;
  height: 14px;
  display: block;
  background: #9896ac;
  border-radius: 50%;
  top: 50%;
  margin-top: -7px;
}
#block4 .path .path-cont{
  
} 
#block4 .path .day{
  background: #111035;
  padding: 25px 40px;
}
#block4 .path .day + .day{
  margin-top: 25px;
}
#block4 .path .day .day-name{
  font-weight: 700;
}
#block4 .path .day .day-text{
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.6;
}

#block6{
  text-align: center;
}
#block6 .t1{
  font-weight: 400;
  line-height: 1.4;
  font-size: 45px;
}
#block6 .t1 span{
  font-weight: 700;
  display: block;
  font-size: 60px;
}
#block6 .t2{
  margin-top: 25px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300;
}
#block6 .t3{
  margin-top: 145px;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 300;
}
#block6 .wrap-btns{
  margin-top: 45px;
}
#block6 .price{
  font-size: 120px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 20px;
  color: #d9014a;
}
#block6 .price b{
  font-weight: 900;
  background-image: linear-gradient(125deg, #8d01fe 0%, #ff0190 50%, #7901fe 100%);
  -webkit-background-clip: text;
  color: transparent;
}
#block6 .price span{
  font-weight: 300;
  font-size: 0.6em;
  position: relative;
  opacity: 0.6;
  letter-spacing: 0;
  color: #fff;
}
#block6 .price span:before{
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  height: 2px;
  background: #fff;
  top: 50%;
}

#thanks{}
#thanks .block{
  display: flex;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  margin: 0;
}
#thanks .block .bl-wrap{
  width: 100%;
  text-align: center;
  padding: 45px 0;
}
#thanks .block .title{
  margin: 0;
}
#thanks .block .text{
  font-size: 21px;
  line-height: 1.6;
  font-weight: 300;
  margin: 25px 0 0;
}
#thanks .block .wrap-btns{
  margin-top: 45px;
}

#register{}
#register .block{
  display: flex;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  margin: 0;
}
#register .block .bl-wrap{
  width: 100%;
  text-align: center;
  padding: 45px 0;
}
#register .block .form{
  max-width: 500px;
  margin: 45px auto 0;
}
#register .block .form input{
  margin: 0 auto;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  padding: 20px 25px;
  border: none;
  outline: none;
  background: #fff;
  color: #212121;
  border-radius: 30px;
}
#register .block .wrap-btns{
  margin-top: 25px;
}
#register .block .button{
  max-width: 100%;
}
#register .text{
  font-size: 21px;
  line-height: 1.6;
  font-weight: 300;
}
#register .text .t1{
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 15px;
}
#register .text .t2{

}
#register .text .t3{

}
#register .text .t4{
  font-weight: 700;
  margin-top: 25px;
  font-size: 25px;
}

#menu-triger{
  display: none;
  opacity: 0.9;
}
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: left;
}
.hamburger,.hamburger span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 1.5px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
#menu-close{
  display: none;
  position: fixed;
  z-index: 331;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#page.open-menu #menu-close{
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0
}
.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
  top: 8px
}
.hamburger span:nth-child(4) {
  top: 16px
}
#page.open-menu .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0;
}
#page.open-menu .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page.open-menu .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page.open-menu .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0;
}
#fade-menu{
  display: none;
  z-index: 991;
  background: rgba(0,0,0,0.8);
  left: 0;
  top: 70px;
  right: 0;
  bottom: 0;
  position: fixed;
}
.open-menu #fade-menu{
  display: block;
}

@media screen and (max-width: 1200px) {
  #home .t1{
    font-size: 45px;
  }
  #home .t2{
    font-size: 20px;
  }
  .block .title{
    font-size: 45px;
  }
  #block6 .t1 span{
    font-size: 50px;
  }
  #block6 .price{
    font-size: 100px;
  }
  #block6 .price span{
    font-size: 0.5em;
  }
  #block6 .t3{
    font-size: 28px;
  }
}
@media screen and (max-width: 980px) {
  #block-menu{
    font-size: 16px;
  }
  #home .t1{
    font-size: 40px;
  }
  #home .t1 br{
    display: none;
  }
  #block2 .bl-wrap{
    font-size: 18px;
  }
  .button{
    font-size: 24px;
  }
  #block3 .item{
    width: 50%;
  }
  #block4 .path .path-name{
    font-size: 25px;
  }
  #block5 .item{
    width: 100%;
  }
  #block5 .items{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #block6 .t1{
    font-size: 35px;
  }
  #block6 .t3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .button{
    font-size: 22px;
    padding: 10px 25px;
  }
  #menu-triger{
    display: block;
    float: right;
  }
  #block-menu{
    position: fixed;
    right: -400px;
    top: 70px;
    bottom: 0;
    background: #0d0b26;
    text-align: center;
    font-size: 20px;
    width: 320px;
    z-index: 999;
  }
  .open-menu #block-menu{
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  #block-menu ul{
    padding: 40px 30px;
    text-align: center;
    display: block;
    width: 100%;
  }
  #block-menu ul li{
    float: none;
    margin: 0;
    display: block;
    width: 100%;
  }
  #block-menu ul li + li{
    margin-top: 20px;
  }
  #register .text .t1{
    font-size: 40px;
  }
  #register .text .t4{
    font-size: 21px;
  }
  #register .text{
    font-size: 18px;
    font-weight: 400;
  }
}
@media screen and (max-width: 640px) {
  #home .t1 {
    font-size: 35px;
  }
  #home .t2 p{
    margin: 0.8em 0;
  }
  .block .title {
    font-size: 35px;
  }
  #block3 .items{
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  #block3 .item{
    padding: 0;
    width: 100%;
    margin: 0 0 20px;
  }
  #block4 .path .path-name {
    font-size: 20px;
  }
  #block6 .t1 {
    font-size: 28px;
  }
  #block6 .t1 span {
    font-size: 40px;
  }
  #block6 .price {
    font-size: 80px;
  }
  #block6 .t2{
    font-size: 18px;
  }
  #block6 .t3 br{
    display: none;
  }
  #thanks .block .text {
    font-size: 18px;
  }
  #register .text .t4 br{
    display: none;
  }
  #register .text .t1 {
    font-size: 35px;
  }
  #register .text {
    font-size: 16px;
  }
  #register .text .t4{
    font-size: 18px;
  }
}
@media screen and (max-width: 485px) {
  #home .t1 {
    font-size: 32px;
  }
  #block2 .bl-wrap{
    padding: 30px 25px;
  }
  #block3 .card{
    padding: 30px 25px;
  }
  #block4 .paths{
    padding-left: 35px;
  }
  #block4 .path .path-name:before{
    width: 30px;
    left: -34px;
  }
  #block4 .path .path-name:after{
    left: -41px;
  }
  #block4 .path .day{
    padding: 30px 25px;
  }
  #block4 .path .day .day-text{
    font-size: 16px;
  }
  #block5 .card .text{
    font-size: 16px;
  }
  #block5 .card .name{
    font-size: 15px;
  }
  #block5 .card{
    padding: 30px 25px;
  }
  #block5 .item{
    padding: 0;
  }
  #block6 .t1 span {
    font-size: 35px;
  }
  #block6 .price {
    font-size: 65px;
  }
  .button {
    font-size: 20px;
  }
  #register .text .t1 {
    font-size: 27px;
  }
  #register .text{
    font-size: 18px;
  }
  #register .text .t2,
  #register .text .t3{
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 400px) {
  #block-menu{
    width: 100%;
    right: -500px;
  }
  #block6 .t3 {
    font-size: 20px;
  }
}