body{
  font-family: 'Roboto', sans-serif;
}
.container{
  max-width: 1200px;
  margin: 0 auto;
}
.header_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head_logo{
  max-width: 160px;
}
.head_logo img{
  display: block;
  max-width: 100%;
  height: auto;
}

.head_lcab{
  display: flex;
  align-items: center;
}
.head_lcab>a{
  text-decoration: none;
  color:#468EE3;
}
.head_lcab>img{

}
.v_blvibor_string{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.v_blvibor_string_left{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #000000;
}
.v_blvibor_string_right{
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  background: #F5F7FA;
  border-radius: 5px;
  padding: 5px 13px;
}
input[type=range] {
    width: 100%;
}

.v_viborranger_labels>div{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #939393;
  }
.v_viborranger_labels{
  display: flex;
  justify-content: space-between;
}
.rangerblock_vib{
  margin-bottom:13px;
}
.formsec{

}
.formsec>h1{
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  color: #2B2D33;
  margin-bottom: 50px;
}
.form_block{
  display: flex;
  justify-content: space-around;
}
.form_block_left{
  width: 40%;
}
.form_block_right{
  width: 40%;
}
.form_block_right_form>p{
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  color: #404247;
}
.form_block_right_form>input{
  display: block;
  border: 1px solid #AAABAD;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  padding: 11px 10px;
  margin-bottom: 26px;
}
.form_block_right_form>button{
  display: block;
  background: #0092ff;
  border-radius: 8px;
  width: 100%;
  border: none;
  padding: 14px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
}
.vnimanie_block>p
{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #000000
}
.vnimanie_block>h2{

}
.vnimanie_block{
  width: 70%;
margin-top: 80px;
}
.only_mobile{
  display: none;
}

@media (max-width: 1200px) {
  .only_mobile{
    display: block;
  }
  .vnimanie_block{
    width: 100%;

  }
  .form_block_left{
    display: none;
  }
  .form_block_right {
      width: 100%;
  }
  header{
    display: none;
  }
}

