@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

*, *:before, *:after {
  -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;
  -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: #000;
    -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: #000;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #000;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #212c50;
}
::-webkit-scrollbar-track:hover{
  background-color: #212c50;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #212c50;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body{
  width: 100%;
}
body{
  margin: 0;
  width: 100%;
  background: #111;
  color: #fff;
  font-family: 'Alice', 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;
}

#page{
  font-size: 18px;
  line-height: 1.4;
  float: left;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  background: none;
  color: #fff;
  overflow: hidden;
  padding-top: 125px;
  z-index: 9;
  min-height: 100vh;
}

#page .bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg.jpg') center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.8;
  animation: anim-bg 100s linear infinite;
}
@keyframes anim-bg {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}

#page .eva{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 40%;
  z-index: 2;
  background: url('../images/spec0123.png') left bottom no-repeat;
  background-size: contain;
}
#page .eva .eva-name{
  position: absolute;
  left: 80%;
  bottom: 50px;
  color: #fff;
  z-index: 9;
}
#page .eva .eva-name .n1{
  font-size: 54px;
  line-height: 1;
  display: block;
}
#page .eva .eva-name .n2{
  font-size: 30px;
  line-height: 1.2;
  display: block;
}

#preloader{
  display: none;
}
.popup{
  display: none;
}

#calendar{
  position: absolute;
  right: 5%;
  max-width: 50%;
  top: 5%;
  height: 90%;
  z-index: 9;
  display: flex;
  align-items: center;
}
#calendar .wrap-calendar{
  width: 600px;
  position: relative;
  z-index: 3;
}
#calendar .img-svg{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 31;
}
#calendar .img-svg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: anim-img-svg 1s linear infinite;
  border-radius: 50%;
}
@keyframes anim-img-svg {
  0% {
    box-shadow: 0 0 2px rgb(3, 169, 244);
  }
  50% {
    box-shadow: 0 0 25px rgb(3, 169, 244);
  }
  100% {
    box-shadow: 0 0 2px rgb(3, 169, 244);
  }
}
#calendar .img-svg svg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#calendar img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
#calendar .start{
  position: absolute;
  left: 22%;
  top: 22%;
  width: 56%;
  height: 56%;
  border-radius: 50%;
  z-index: 9;
  background: rgba(5, 5, 37, 0.50);
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 35px;
  line-height: 1;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 20px 20px;
}
#calendar .start:hover{
  background: rgba(0, 178, 255, 0.6);
  backdrop-filter: blur(2px);
}

#btn-next{
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 13;
  right: 65px;
  bottom: 20px;
  font-size: 25px;
  line-height: 35px;
  padding: 5px 35px 10px;
  border-radius: 25px;
  background: linear-gradient(90deg, rgba(10, 13, 24, 0.00) 0.29%, rgba(67, 160, 216, 0.40) 49.18%, rgba(63, 183, 255, 0.40) 101.22%);
  box-shadow: 0px 0px 16px 0px #00B2FF;
}
#btn-next:hover{
  background: rgba(63, 183, 255, 0.8);
}

#btn-prev{
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 13;
  right: 265px;
  bottom: 20px;
  font-size: 25px;
  line-height: 35px;
  padding: 5px 35px 10px;
  border-radius: 25px;
  background: linear-gradient(90deg, rgba(10, 13, 24, 0.00) 0.29%, rgba(67, 160, 216, 0.40) 49.18%, rgba(63, 183, 255, 0.40) 101.22%);
  box-shadow: 0px 0px 16px 0px #f5f5f5;
}
#btn-prev:hover{
  background: rgba(63, 183, 255, 0.8);
}

#btn-form{
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 13;
  right: 30px;
  bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  padding: 7px 35px 12px;
  border-radius: 25px;
  background: #2196F3;
  box-shadow: 0px 0px 16px 0px #00B2FF;
}
#btn-form:hover{
  background: #2196F3;
}

#messages{
  position: absolute;
  right: 50%;
  width: 400px;
  max-width: 45%;
  z-index: 99;
  top: 5%;
  height: 200px;
}
#messages.l-hide{
  top: -500px;
  opacity: 0;
}
#messages .mssg-bg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url('../images/mssg.svg') center no-repeat;
  background-size: contain;
}
#messages .conts{
  position: absolute;
  left: 25px;
  top: 28px;
  right: 25px;
  bottom: 28px;
  display: flex;
  align-items: center;
  z-index: 9;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
#messages .conts .text{
  display: none;
  width: 100%;
}
#messages .conts .text.active{
  display: block;
}
#messages .conts .text.t0{
  font-size: 13px;
  line-height: 1.32;
  padding: 12px 18px;
}

#forms input:placeholder{
  color: #f5f5f5;
}
#forms input::placeholder{
  color: #f5f5f5;
}
#forms textarea:placeholder{
  color: #f5f5f5;
}
#forms textarea:placeholder{
  color: #f5f5f5;
}
#forms #form-reg input:placeholder{
  color: #616161;
}
#forms #form-reg input::placeholder{
  color: #616161;
}
#forms #form-reg textarea:placeholder{
  color: #616161;
}
#forms #form-reg textarea:placeholder{
  color: #616161;
}
#forms{
  position: absolute;
  left: 22%;
  top: 22%;
  width: 56%;
  height: 56%;
  border-radius: 50%;
  z-index: 9;
  background: rgba(5, 5, 37, 0.50);
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 35px;
  line-height: 1;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  display: none;
}
#forms.l-hide{
  opacity: 0;
}
#forms .slide{
  display: none;
  width: 100%;
  font-size: 20px;
  line-height: 1;
}
#forms .slide.active{
  display: block;
}
#forms .conts{
  display: flex;
  position: absolute;
  left: 25px;
  top: 20px;
  right: 25px;
  bottom: 20px;
  align-items: center;
}
#forms .slide .item{
}
#forms .slide .item + .item{
  margin: 7px 0 0;
}
#forms .slide .item > span{
  border-radius: 12px;
  border: 1px solid #43A0D8;
  backdrop-filter: blur(16px);
  display: block;
  padding: 10px 5px;
  width: 100%;
  cursor: pointer;
}
#forms .slide .item.active > span{
  background: rgba(0, 178, 255, 0.6);
}
#forms .slide .item input,
#forms .slide .item select{
  color: #fff;
  background: #131736;
  border: none;
  border-radius: 12px;
  border: 1px solid #43A0D8;
  backdrop-filter: blur(16px);
  display: block;
  padding: 8px 5px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
#forms .slide .item textarea{
  color: #fff;
  background: none;
  border: none;
  border-radius: 12px;
  border: 1px solid #43A0D8;
  backdrop-filter: blur(16px);
  display: block;
  padding: 8px 15px;
  width: 100%;
  text-align: left;
  resize: none;
  height: 100px;
  font-size: 18px;
  line-height: 20px;
}
#forms .slide.s6 .item input{
  text-align: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
}
#forms .slide.s6 .item + .item{
  margin-top: 10px;
}


#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  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);
  }
}


.popup{
  display: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  z-index: 9999;
  position: absolute;
}
.popup .title{
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 15px;
}
.popup-close{
  position: absolute;
  width: 25px;
  height: 25px;
  top: 3px;
  right: 3px;
  cursor: pointer;
}
.popup-close:before,
.popup-close:after{
  content: "";
  position: absolute;
  left: 15%;
  top: 50%;
  margin: -1px 0 0;
  height: 2px;
  width: 70%;
  background: #ccc;
}
.popup-close:before{
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close:after{
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-close:hover:before,
.popup-close:hover:after{
  background: #eee;
}
.popup-form{
  background: #2196F3;
  color: #fff;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 5%;
  max-height: 90%;
  overflow: auto;
  z-index: 999;
  position: fixed;
  padding: 30px 30px 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.popup-form .title{
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.popup-form .text{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin: 5px 0 0;
  opacity: 0.8;
}
.popup .popup-fade{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 991;
}

.iti{
  font-size: 14px;
  color: #000;
}
.iti--separate-dial-code .iti__selected-dial-code{
  color: #fff;
}