@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&display=swap');
/*
font-family: "Alegreya SC", serif;
font-family: "Montserrat", sans-serif;
*/

*, *: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: #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: #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: "Montserrat", 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;
}

::-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%;
}

.iti{
  color: #000;
}

.form-item input,
.form-item textarea,
.form-item select{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  resize: none;
  padding: 12px 15px;
  width: 100%;
  outline: none;
  display: block;
  width: 100%;
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #000;
  border-radius: 12px;
  border: 1px solid #3F51B5;
  background: #f1f1f1;
}
.form-item input,
.form-item select{
  height: 48px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: #f00 !important;
  background: #feecec !important;
}
.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 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.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);
  }
}


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('../images/img3.jpg') center no-repeat;
  background-size: cover;
  width: 500px;
  height: 100%;
  left: 50%;
  margin-left: -250px;
  top: 0;
  overflow: auto;
}
#page.started #wrap-page{
  background: url('../images/bg-min.jpg') center no-repeat;
  background-size: cover;
}

#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;
}
#slide-result.active,
#slide-home.active,
#slide1.active,
#slide2.active,
#slide3.active,
#slide4.active,
#slide-loader.active,
#slide-thanks.active{
  display: flex;
  align-items: center;
}
.slide .wrap-slide{
  padding: 40px 0;
  width: 100%;
}
.slide .slide-cont{
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}
.slide .slide-cont .wrap-cont{
  width: 100%;
}
.slide .steps{
  margin-top: 20px;

  color: #0b2c84;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  opacity: 0.8;
}
.slide .wrap-input{
  margin-top: 25px;
}
.slide .wrap-input input{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 18px;
  border: 1px solid #0535B2;
  background: rgba(1, 38, 127, 0.70);
  backdrop-filter: blur(2px);
  outline: none;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.slide .wrap-input textarea{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 18px;
  border: 1px solid #0535B2;
  background: rgba(1, 38, 127, 0.70);
  backdrop-filter: blur(2px);
  outline: none;
  display: block;
  width: 100%;
  resize: none;
  height: 100px;
  font-family: "Montserrat", sans-serif;
}
#slide-home .t1{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1; 
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
}
#slide-home .t2{
  color: #FFF;
  text-align: center;
  font-family: "Alegreya SC", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; 
  margin-top: 10px;
  text-shadow: 0 0 5px #000;
}
#slide-home .cont{
  padding-top: 150px;
}
#slide-home.slide .wrap-btns{
  margin-top: 30px;
}
#slide-home.slide .t3{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 15px;
  text-shadow: 0 0 5px #000;
}
.bl-timer{
  margin-top: 40px;
  border-radius: 18px;
  border: 2px solid #FF4C00;
  background: linear-gradient(180deg, rgba(217, 25, 0, 0.50) 0%, rgba(255, 152, 108, 0.25) 100%);
  backdrop-filter: blur(1px);
  padding: 15px 20px;
}
#slide-home.slide .bl-timer{
  margin-top: 25px;
}
.bl-timer .timer-title{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1; 
  margin: 0 0 15px;
}
.bl-timer .timer-clock{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 1;
}
.bl-timer .timer-clock span{
  width: 55px;
  font-size: 25px;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  background: #DA4C38;
  margin: 0 5px;
}
.slide .vopros{
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 0 10px #000;
}
.slide .vopros span{
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
.slide .text{
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
}
.slide .wrap-btns{
  text-align: center;
  margin-top: 30px;
}
.slide .btn{
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
  padding: 15px 20px;
  min-width: 300px;
  border: 2px solid #2196F3;
  border-radius: 30px;
  background: #0e6cb6;
  background: linear-gradient(165deg, #2683b6, #0d27b1);
}
.slide .btn img{
  height: 55px;
  width: auto;
  display: block;
}
.slide .btn-form{
  width: 100%;
}
.slide .items{
  margin-top: 35px;
}
.slide .item{

}
.slide .item + .item{
  margin-top: 8px;
}
.slide .item .val{
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  justify-content: center;
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(165deg, #116ea1, #0a1c7e);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 10px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.slide .item.active .val{
  border-radius: 20px;
  border: 2px solid #643498;
  background: rgba(98, 41, 147, 0.60);
  backdrop-filter: blur(1px);
}
.slide .form{
  margin-top: 25px;
}

.iti{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.iti__country-list{
  font-size: 14px;
  color: #000;
}
.slide .btn-form{
  font-size: 18px;
}

#slide-loader{

}
#slide-loader .cont{
  padding: 0 30px;
  text-align: center;
}
#slide-loader .loader{
  width: 120px;
  margin: 0 auto 30px;
}
#slide-loader .loader img{
  display: block;
  width: 100%;
  height: auto;
  animation: spin 2s linear infinite;
}
#slide-loader .t1{
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.70);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#slide-home{

}
#slide-home .img{
  max-width: 230px;
  margin: 30px auto 40px;
}
#slide-home .img img{
  display: block;
  width: 100%;
  height: auto;
}

#slide-result{}
#slide-result .text{
  font-size: 18px;
}
#slide-result .text .t1{
  margin: 0 0 20px;
}
#slide-result .text .l1{
  display: block;
  color: #E00000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
  background: url('../images/l1.png') bottom center no-repeat;
  background-size: 185px 10px;
}
#slide-result .text .t2{
  margin: 0 0 20px;
}
#slide-result .text .l2{
  color: #E00000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 7px;
  background: url('../images/l2.png') bottom center no-repeat;
  background-size: contain;
}
#slide-result .text .l3{
  font-weight: 700;
  font-size: 28px;
}
#slide-thanks .text{
  font-size: 18px;
}

#slide-finish.slide .items{
  margin-top: 25px;
}
#slide-finish.slide .vopros{
  font-size: 20px;
}
#slide-finish.slide .vopros b{
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin: 12px 0 0;
  text-shadow: 0 0 5px #000;
}

@media (max-width: 520px) {
  #wrap-page{
    width: 100%;
    margin: 0;
    left: 0;
  }
}
@media (max-width: 400px) {
  .slide .btn{
    width: 100%;
    min-width: 0;
  }
  .bl-timer .timer-title{
    font-size: 15px;
  }
  .slide .btn{
    font-size: 20px;
  }
  .slide .btn-form{
    font-size: 16px;
  }
}