@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,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: #F6C66E;
    -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: #F6C66E;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #F6C66E;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #181a20;
}
::-webkit-scrollbar-track:hover{
  background-color: #181a20;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #181a20;
}
::-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: "Philosopher", 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;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c1c1c1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c1c1c1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c1c1c1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c1c1c1;
}
:-o-placeholder { /* Firefox 18- */
  color: #c1c1c1;
}
:placeholder { /* Firefox 18- */
  color: #c1c1c1;
}
::placeholder { /* Firefox 18- */
  color: #c1c1c1;
}

#page{
  font-size: 18px;
  line-height: 1.4;
  float: left;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
  color: #010101;
  overflow: hidden;
  z-index: 9;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.wrap-grid{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

#main{
  padding: 40px 0 85px;
}

.button{
  display: inline-block;
  border-radius: 10px;
  background: #B53B0F;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
  padding: 20px 45px;
}

.block{
  float: left;
  width: 100%;
}

.form-item input,
.form-item textarea,
.form-item select{
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 15px;
  border-radius: 11px;
  border: 1px solid #432401;
  background: #432401;
  outline: none;
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.form-item input,
.form-item select{
  height: 50px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: #f00 !important;
  background: #230202 !important;
}
.form-item .label{
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
  padding-left: 0;
}
.form-item textarea{
  height: 125px;
  resize: none;
}
.form-item{
  margin: 0 0 10px;
  position: relative;
}
.form-message{
  display: none;
  color: #f00;
  text-align: center;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  font-size: 21px;
}
.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.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);
  }
}


html, body{
  color: #fff;
  background: #181a20;
}
#page{
  width: 100%;
  float: left;
  position: fixed;
  display: flex;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background: #181a20;
}
#wrap-page{
  position: fixed;
  background: url('../index_files/bg.jpg') center no-repeat;
  background-size: cover;
  width: 480px;
  height: 100%;
  left: 50%;
  margin-left: -240px;
  top: 0;
  overflow: auto;
}

#slide-home .title{

}
#slide-home .title img{
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}

#quiz{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}
.slide{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9;
}
.slide.active{
  display: block;
}
/*#slide2.active,
#slide3.active,
#slide4.active,
#slide-loader.active,
#slide-loader2.active,
#slide-thanks.active{
  display: flex;
  align-items: center;
}*/
.slide .wrap-slide{
  padding: 95px 0 40px;
  width: 100%;
}
.slide .slide-cont{
  position: relative;
  padding: 0 25px;
  max-width: 400px;
  margin: 0 auto;
}
.slide .slide-cont .wrap-cont{
  width: 100%;
}
.slide .steps{
  margin-top: 20px;

  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;

  background: linear-gradient(92deg, #F6C66E 15.34%, #B78128 52.97%, #E2C480 88.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slide .wrap-input{
  margin-top: 25px;
}
#slide1.slide .wrap-input{
  margin-top: 12px;
}
.slide .wrap-input input{
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 20px;
  border: 2px solid #643498;
  background: rgba(40, 25, 71, 0.90);
  backdrop-filter: blur(1px);
  outline: none;
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.slide .wrap-input select{
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 20px;
  border: 2px solid #643498;
  background: rgba(40, 25, 71, 0.90);
  backdrop-filter: blur(1px);
  outline: none;
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.slide .wrap-input textarea{
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 20px;
  border: 2px solid #643498;
  background: rgba(40, 25, 71, 0.60);
  backdrop-filter: blur(1px);
  outline: none;
  display: block;
  width: 100%;
  resize: none;
  height: 100px;
  font-family: "Roboto", sans-serif;
}
.slide .vopros{
  color: #E7AF5E;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 25px;
}
.slide .wrap-btns{
  text-align: center;
  margin-top: 25px;
}
.slide .btn{
  display: block;
  cursor: pointer;
  border-radius: 11px;
  color: #fff;
  background: rgba(67, 36, 1, 0.80);
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
}
.slide .btn.btn-start{
  text-transform: none;
}
.slide .btn-form{
  width: 100%;
}
.slide .items{
  margin-top: 15px;
}
.slide .item{

}
.slide .item + .item{
  margin-top: 8px;
}
.slide .form{
  margin-top: 25px;
}
#slide-home.slide .wrap-slide .cont{
  padding-left: 20px;
  padding-right: 20px;
}
#slide-home.slide .t1{
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;

  background: linear-gradient(92deg, #F6C66E 15.34%, #B78128 52.97%, #E2C480 88.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#slide-home.slide .t2{
  color: #B3A47D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.2; 
}
#slide-home.slide .wrap-btns{
  margin: 25px 0 0;
}

#slide-loader{}
#slide-loader .img,
#slide-loader2 .img{
  width: 180px;
  height: 180px;
  display: block;
  margin: 25px auto 0;
}
#slide-loader .img img,
#slide-loader2 .img img{
  width: 180px;
  height: 180px;
  display: block;
  animation: rotate 2s linear infinite;
  transform: rotate(0deg);
  transform-origin: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.iti{
  font-family: "Roboto", serif;
  font-size: 15px;
}
.iti__country-list{
  font-size: 14px;
  color: #000;
}

#slide-home .wrap-reviews{

}
#slide-home .wrap-reviews .view-reviews{
  display: none;
  text-align: center;
  max-width: 340px;
  margin: 25px auto 0;
}
#slide-home .wrap-reviews .view-reviews .item{

}
#slide-home .wrap-reviews .view-reviews .item + .item{
  margin-top: 10px;
}
#slide-home .wrap-reviews .view-reviews .item img{
  display: block;
  width: 100%;
  height: auto;
}
#slide-home.open-reviews .wrap-reviews .view-reviews{
  display: block;
}


.dev-select{
  position: relative;
  text-align: center;
}
.dev-select .val{
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 0 15px;
  border-radius: 11px;
  border: 1px solid #432401;
  background: #432401;
  outline: none;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.dev-select.open .val{
  border-radius: 11px 11px 0 0;
}
.dev-select .val:before{
  content: "";
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-135deg);
}
.dev-select.is-select .val{
  animation: none;
}
.dev-select .dev-select-ul{
  position: absolute;
  z-index: 9;
  background: #432401;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 10px 0px;
  border-radius: 0 0 11px 11px;
  display: none;
  max-height: 250px;
  overflow: auto;
}
.dev-select-top .dev-select-ul{
  max-height: 200px;
}
.dev-select.open .dev-select-ul{
  display: block;
}
.dev-select .dev-select-ul .dev-select-li{
  display: block;
  width: 100%;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", serif;
  cursor: pointer;
}
.vopros-item{
  margin: 0 0 10px;
}

#phone{
  text-align: left !important;
}

@media (max-width: 500px) {
  #wrap-page{
    width: 100%;
    margin: 0;
    left: 0;
  }
  .slide .item .val{
    font-size: 16px;
  }
  .form-item input,
  .form-item textarea,
  .form-item select{
    font-size: 16px;
  }
}