@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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: #212121;
    -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: #212121;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #212121;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #FEFEFE;
}
::-webkit-scrollbar-track:hover{
  background-color: #FEFEFE;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #FEFEFE;
}
::-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: #E8E8E8;
  color: #0C1B41;
/*  font-family: 'Roboto', sans-serif;*/
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  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{
  float: left;
  width: 100%;
  position: relative;
  background: url('../images/bg.jpg') center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #0C1B41;
  overflow: hidden;
  z-index: 9;
  padding: 30px 0 25px;
  min-height: 100vh;
}
.open-popup{
  cursor: pointer;
}
.la-anchor{
  position: absolute;
  left: 0;
  top: -40px;
  opacity: 0;
  display: block;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.wrap-grid{
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}

#menu-triger{
  display: none;
}

.fa,
.fa:before{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.block{
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}

.button{
  color: #fff;
  border-radius: 12px;
  background: #2157E2;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  padding: 12px 25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

#block1{}
#block1 .title1{
  color: #005568;
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}
#block1 .title2{
  color: #54B7CD;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
#block1 .title3{
  color: #2157E2;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}
#block1 .text1{
  color: #005568;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}
#block1 .nums{
  margin: 25px 0 25px;
  padding-top: 60px;
  background: url('../images/line.svg') center top no-repeat;
}
#block1 .nums .items{
  display: flex;
  flex-wrap: wrap;
}
#block1 .nums .item{
  width: 33.3333%;
  display: block;
  padding: 0 15px;
  color: #4412AE;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
#block1 .nums .num{
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 3px;
}
#block1 .nums .val{

}
#block1 .chakry{

}
#block1 .chakry .bl-subtitle{
  text-align: center;
  color: rgba(68, 18, 174, 0.91);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 25px;
}
#block1 .spec{
  padding: 60px 0;
  margin: 45px 0;
  text-align: center;
  background: url('../images/line.svg') center top no-repeat, url('../images/line.svg') center bottom no-repeat;
}
#block1 .spec .spec-name{
  color: #2157E2;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 15px 0 25px;
  text-transform: uppercase;
}
#block1 .pochemu{
  margin: 25px 0;
  padding-top: 45px;
  background: url('../images/line.svg') center top no-repeat;
}
#block1 .pochemu .bl-subtitle{
  color: #2157E2;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
#block1 .pochemu .bl-text{
  line-height: 1.4;
}
#block1 .pochemu .bl-text p{
  margin: 0.85em 0;
}
#block1 .pochemu .bl-wrap-btns{
  text-align: center;
  margin-top: 45px;
}
#block1 .reviews{
  margin-top: 45px;
  padding-top: 45px;
  background: url(../images/line.svg) center top no-repeat;
}
#block1 .reviews .reviews-cont{
  margin-top: 25px;
}
#block1 .reviews .item{
  margin: 0 0 25px;
  display: inline-block;
  width: 100%;
}
#block1 .reviews .item .name{
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
#block1 .reviews .item .date{
  float: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
#block1 .reviews .item .text{
  line-height: 1.4;
  margin-top: 10px;
  float: left;
  width: 100%;
  clear: both;
}
#block1 .bl-title{
  color: #2157E2;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.form{

}
.form-item{
  margin: 0 0 15px;
}
.form-item input{
  display: block;
  width: 100%;
  color: #000;
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  outline: none;
}
.form-item textarea{
  display: block;
  width: 100%;
  color: #000;
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  outline: none;
  resize: none;
  height: 100px;
}
.form-item .label{
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 5px;
}
.form-message{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #f00;
  text-align: center;
  display: none;
}
.form .wrap-btns{
  text-align: center;
  margin-top: 20px;
}
#block-form{
  display: none;
  margin-bottom: 40px;
}

#block-quiz{
  display: none;
  padding-bottom: 45px;
}
#block-quiz .bl-quiz-title{
  text-align: center;
  color: #2157E2;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px;
}
#block-quiz .quiz-item{
  display: none;
}
#block-quiz .quiz-item.active{
  display: block;
}
#block-quiz .quiz-item .quiz-step{
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
#block-quiz .quiz-item .quiz-title{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
#block-quiz .quiz-values{
  position: relative;
}
#block-quiz .quiz-values input{
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #2157E2;
  outline: none;
}
#block-quiz .quiz-values textarea{
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #2157E2;
  outline: none;
  height: 100px;
  resize: none;
}
#block-quiz .quiz-wrap-btns{
  margin: 25px 0 0;
  display: inline-block;
  width: 100%;
}
#block-quiz .quiz-wrap-btns .btn-prev{
  display: block;
  float: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  background: #212121;
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
}
#block-quiz .quiz-wrap-btns .btn-next{
  display: block;
  float: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  background: #45bf4a;
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
}
#block-quiz .quiz-wrap-btns .btn-finish{
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  background: #45bf4a;
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
}
#block-quiz .items-checkbox{

}
#block-quiz .items-checkbox .check{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 6px;
  color: #fff;
  border: 2px solid #2157E2;
  background: #2157E2;
  display: inline-block;
  margin: 0 7px 5px 0;
}
#block-quiz .items-checkbox .check.active{
  background: #fff;
  color: #2157E2;
}

@media (max-width: 400px){
  #block1 .nums,
  #block1 .spec,
  #block1 .pochemu,
  #block1 .reviews{
    background-size: contain;
  }
  #block1 .title3{
    font-size: 21px;
  }
  #block1 .nums .item{
    font-size: 12px;
  }
  #block1 .pochemu .bl-subtitle{
    font-size: 40px;
  }
  .button{
    font-size: 21px;
    width: 100%;
  }
}