@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy"), local("Gilroy"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-SemiBold';
  src: local("Gilroy-SemiBold"), local("Gilroy-SemiBold"), url("fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: local("Gilroy-Bold"), local("Gilroy-Bold"), url("fonts/Gilroy-Bold.ttf") format("truetype");
  font-style: normal;
}
html{
	min-width: 320px;
}
html, body {
  margin: auto;
  padding: 0;
}
h1,h2,h3,h4{
  font-size: unset;
  color: unset;
  font-weight: unset;
  margin: 0;
  padding: 0;
}
.hidden{
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bv-jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(161, 185, 230, 0.59)), to(rgba(119, 12, 121, 0.05)));
  background: linear-gradient(to bottom, rgba(161, 185, 230, 0.59), rgba(119, 12, 121, 0.05));
  font-family: Gilroy;
  color: #2F2F2F;
}


.bv-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #2F2F2F;
  text-decoration: none;
}

.bv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bv-fww {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bv-container-full {
  max-width: 1262px;
  width: 100%;
  margin: 0 auto;
}

.bv-container {
  max-width: 1222px;
  width: 100%;
  margin: 0 auto;
}

.header {
  background-color: #FFF;
  width: 100%;
}
.header .wrap {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .btn-popup {
  width: 227px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #69B1D7;
  border: 2px solid;
  font-family: Gilroy-SemiBold;
  border-radius: 30px;
  font-size: 18px;
}
.header .btn-popup:hover {
   background: #69B1D7;
    border: 2px solid #69B1D7;
    color: white;
}
.header .phone a {
  color: #2A2A2A;
  font-family: Gilroy-Bold;
  font-size: 18px;
}
.header .phone a:hover {
  color: #69B1D7;
}
.header .logo .img {
  margin-right: 20px;
}
.header .logo .text {
  color: #2F2F2F;
  font-size: 14px;
  line-height: 16px;
}

p {
  margin: 0;
}

.info-block > div {
  margin: 0 15px;
}
.info-block .adress {
  font-size: 18px;
}

.form-steps {
  /* background: linear-gradient(to bottom, rgba(161, 185, 230, 0.59), rgba(119, 12, 121, 0.05)); */
  padding-top: 42px;
  padding-bottom: 38px;
}
.form-steps .line-steps {
  position: relative;
  overflow: hidden;
  height: 5px;
  width: calc(100% - 25px);
  background-color: #C4C4C4;
  border-radius: 88px;
  margin-left: auto;
  margin-right: auto;
}
.form-steps .line-steps span {
  border-radius: 88px;
  background-color: #499BC5;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.form-steps .line-steps #step1-line {
  width: 14.28%;
}
.form-steps .line-steps #step2-line {
  width: 28.56%;
}
.form-steps .line-steps #step3-line {
  width: 42.84%;
}
.form-steps .line-steps #step4-line {
  width: 57.12%;
}
.form-steps .line-steps #step5-line {
  width: 71.40%;
}
.form-steps .line-steps #step6-line {
  width: 85.68%;
}
.form-steps .line-steps #step7-line {
  width: 100%;
}
.form-steps .line-steps-after {
  padding-left: 12.5px;
  padding-right: 12.5px;
  text-align: center;
  position: relative;
  padding-top: 19px;
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 89px;
  color: #757575;
  display: none;
}
.form-steps .line-steps-after.active {
  display: block;
}
.form-steps .line-steps-after .number-step .mob{
  display: none;
}
.form-steps .line-steps-after .number-step {
  padding-left: 12.5px;
  top: 0;
  left: 0;
  margin-top: 22px;
  color: #3D3D3D;
  font-size: 20px;
  line-height: 150%;
  position: absolute;
}

.tab-content-step.active {
  opacity: 1;

  display: block;
}

.tab-content-step {

  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #3D3D3D;
  display: none;	
  
}
.tab-content-step .answear {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
}
.tab-content-step .answear.step1 .answear-btn {
  font-size: 20px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 90px;
  border: 1px solid #499BC5;
  border-radius: 6px;
  margin: 0 20px;
  font-family: Gilroy;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}
.tab-content-step .answear.step1 .answear-btn:hover, .tab-content-step .answear.step1 .answear-btn.active {
  background-color: #499BC5;
  cursor: pointer;
  color: #FFF;
}

.tab-content-step .answear.step2 .answear-btn {
  width: auto;
  padding-left: 35px;
  padding-right: 35px;
  min-width: 131px; 
 
  height: 57px;
  margin: 0 12.5px;
  margin-bottom: 30px;
}
.tab-content-step .answear.step3 .answear-btn {
  position: relative;
  width: 370px;
  height: 225px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 32px;
  text-align: left;
}
.tab-content-step .answear.step3 .answear-btn:before {
  content: '';
  display: block;
  background-image: url("images/circle.svg");
  width: 29px;
  height: 29px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 32px;
  top: 22px;
}
.tab-content-step .answear.step3 .answear-btn:hover:after, .tab-content-step .answear.step3 .answear-btn.active:after {
  opacity: 1;
}
.tab-content-step .answear.step3 .answear-btn:after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: '';
  display: block;
  opacity: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 36px;
  top: 26px;
  border: 3px solid #fff;
  border-radius: 100%;
}
.tab-content-step .answear.step3 .answear-btn .text {
  font-size: 16px;
  line-height: 150%;
}
.tab-content-step .answear.step3 .answear-btn .name {
  font-size: 20px;
  font-family: Gilroy-Bold;
  margin-bottom: 5px;
}
.tab-content-step .answear.step3 .answear-btn.w50 {
  width: 100%;
  max-width: 527px;
  height: 164px;
  margin-bottom: 20px;
}
.tab-content-step .title {
  font-family: Gilroy-Bold;
}
.tab-content-step .sub-title {
  font-size: 20px;
  line-height: 150%;
}

.nav-steps {
  padding-left: 12.5px;
  padding-right: 12.5px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-steps .nav-prev-btn {
  line-height: 150%;
  position: relative;
  font-size: 20px;
  color: #969696;
}
.nav-steps .nav-prev-btn:after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  background: #969696;
  bottom: 0;
  margin-bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn-prev {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-prev:hover {
  border-color: #378ab5;
  color: #378ab5;
}
.btn-prev:hover:after {
  background: #378ab5;
}

.btn-next {
  width: 311px;
  height: 59px;
  font-size: 20px;
  color: #B4B4B4;
  font-family: Gilroy-Bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Gilroy-Bold;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid;
  background: transparent;
  border-color: #B4B4B4;
  border-radius: 104px;
}
.btn-next.active {
  cursor: pointer;
  color: #FFF;
  background: #499BC5;
  border-color: #499BC5;
}
.btn-next.active:hover {
  background: #378ab5;
  border-color: #378ab5;
}

.after-nav-text {
  padding-left: 12.5px;
  padding-right: 12.5px;
  color: #AAAAAA;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  line-height: 150%;
}

.mt10 {
  margin-top: 10px;
}

.step-form-data {
  margin-top: 28px;
}
.step-form-data .btn-next {
  width: 100%;
  max-width: 387px;
  margin-top: 17px;
}
.step-form-data .wrap {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-form-data input {
  margin-bottom: 13px;
  max-width: 387px;
  width: 100%;
  height: 64px;
  border: 1px solid #499BC5;
  outline: none;
  padding: 28px;
  color: #3D3D3D;
  font-size: 20px;
  font-family: Gilroy;
  background: transparent;
  border-radius: 6px;
}

.step-form-data input:placeholder {
  color: #969696;
}

.tab-content-step.finish {
  height: 600px;
}
.tab-content-step.finish .title {
  padding-top: 182px;
}
.tab-content-step.finish .sub-title {
  font-size: 36px;
  line-height: 150%;
}

.line-steps.deactive {
  display: none;
}

body.overlay:after {
  content: '';
  display: block;
  z-index: 100;
  background-color: #000000c7;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.bv-fdc {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input:placeholder {
  color: #969696;
  font-family: Gilroy;
}

.bv-popup {
  z-index: 101;
  border-radius: 20px;
  position: absolute;
  width: 650px;
  height: 576px;
  top: 111px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ABD7FF), to(#FFCDCD));
  background: linear-gradient(180deg, #ABD7FF 0%, #FFCDCD 100%);
  display: none;
}
.bv-popup form button {
  font-family: Gilroy-Bold;
  width: 100%;
  height: 59px;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 387px;
  background: #499BC5;
  border: 1px solid #499BC5;
  border-radius: 104px;
  outline-style: none;
}
.bv-popup form button:hover {
  background: #23739c;
  border-color: #23739c;
  cursor: pointer;
}
.bv-popup form input {
  padding-left: 23px;
  padding-right: 23px;
  font-size: 20px;
  color: #3D3D3D;
  margin-bottom: 13px;
  max-width: 387px;
  width: 100%;
  height: 64px;
  border: 1px solid #9bc5e1;
  background: #FFFFFF;
  border-radius: 6px;
}
.bv-popup form input:focus {
  outline-style: none;
}
.bv-popup .title-popup {
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  font-family: Gilroy-Bold;
  color: #3D3D3D;
}
.bv-popup .sub-title-popup {
  text-align: center;
  margin-bottom: 28px;
}
.bv-popup .header-popup {
  height: 52px;
  margin-bottom: 60px;
}
.bv-popup .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 39px;
  height: 39px;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  background: #11597D;
}
.bv-popup .close-btn:hover {
  background: #0d4e6f;
  cursor: pointer;
}
.bv-popup.active {
  display: block;
}

.bv-popup form input.red {
  border-color: #c52020;
}
/*firts-tab*/
.first-tab .btn-stock{
  width: 182px;
height: 37px;

color: #FFF;
display: flex;
-webkit-align-items: center;
        align-items: center;
      -webkit-justify-content: center;
              justify-content: center;
      font-size: 14px;
line-height: 17px;
/* identical to box height */
font-family: Gilroy-Bold;
letter-spacing: 0.005em;

background: #FF6C4B;
border-radius: 10px;
margin-bottom: 8px;
}
.first-tab .wrap{
   max-width: 680px;
   width: 100%;
   -webkit-align-items: flex-start;
           align-items: flex-start;
       height: calc(100% - 15.7%);
    justify-content: center; 
}
.first-tab .bv-container{
      max-width: 1480px;
        background-size: 1130px;
        
    background-position: top right;
    background-size: 70%;
    background-position: bottom right;

  
}
.first-tab .main-sub-title{
  font-size: 22px;
line-height: 150%;
margin-top: 20px;
margin-bottom: 53px;
}
.main-bv-content.active{
  display: block;
}
.first-tab{
	background-size: cover;
    background-position: top center;
}
.main-bv-content{
  display: none;
      
}
.first-tab .main-title{
  font-size: 36px;
line-height: 138%;
color: #2A2A2A;
font-family: Gilroy-Bold;
}
.first-tab .btn-large span.skidka{
  width: 72px;
height: 72px;
color: #FFF;
-webkit-border-radius: 100%;
        border-radius: 100%;
background: #FF6C4B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 146.19%;
    position: absolute;
    right: -25px;
    top: -25px;
}
.first-tab .btn-large svg{
  margin-left: 37px;
  margin-top: 3px;
  
}
.first-tab .btn-large:hover{
  background: linear-gradient(90deg, #93CEEE 0%, #308AB7 100%);
cursor: pointer;
}
.preim-block {
  margin-top: 112px;
  margin-bottom: 30px;
}
.preim-block .bv-item .img:before{
  content:'';
  display: block;
  width: 49px;
height: 49px;
background: #318AB7;
position: absolute;
-webkit-border-radius: 100%;
        border-radius: 100%;
  z-index: -1;
}
.preim-block .bv-item .img.second:before{
  right: 0;
  
}
.preim-block .bv-item .img{
  margin-right: 30px;
  width: 59px;
    position: relative;
        display: flex;
        z-index: 0;
   -webkit-align-items: center;
           align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
   
}
.preim-block .bv-item:first-child{
  margin-right: 47px;
}
.preim-block .bv-item{
  font-size: 18px;

line-height: 24px;

color: #000000;
}
.wrap-girl{
  background-image: url("images/girl.png");
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
      background-repeat: no-repeat;
      background-position: top right;
      
}
.first-tab .btn-large{
  position: relative;
  -webkit-transition: all 0.4s ease-in-out ;
     -moz-transition: all 0.4s ease-in-out ;
      -ms-transition: all 0.4s ease-in-out ;
       -o-transition: all 0.4s ease-in-out ;
          transition: all 0.4s ease-in-out ;
  max-width: 362px;
  width: 100%;
  font-family: Gilroy-Bold;
  
height: 70px;

font-size: 20px;
line-height: 24px;
letter-spacing: 0.005em;
display: flex;
-webkit-align-items: center;
        align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
color: #FFFFFF;

background: linear-gradient(90deg, #308AB7 0%, #93CEEE 100%);
box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
border-radius: 104px;
}
.first-tab{
   
    width: 100%;
  padding-top: 82px;
}

@media (max-width: 1550px) {
  .main-bv-content{
    padding-left: 20px;
    padding-right: 20px;
  }
 .header {
    padding-left: 20px;
    padding-right: 20px;
}
.header .callback-popup {
    margin-right: 0;
}
}
@media (max-width: 1280px) {
	.tab-content-step .answear.step2 .answear-btn {
	   min-width: 17%;
}
	.first-tab .bv-container {
    background-size: 70%;
    background-position: bottom right;
}

 
  .form-steps {
    padding-top: 100px;
  }

  .bv-container-full {
     padding-left: 5%;
    padding-right: 5%;
  }

  .bv-container-full .bv-container-full {
    padding-left: 0;
    padding-right: 0;
  }

  .form-steps .line-steps-after {
    text-align: right;
  }

  .tab-content-step .title {
    font-size: 32px;
  }

  .nav-steps {
    margin-bottom: 71px;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .callback-popup {
    margin-right: 0;
  }

  .tab-content-step .answear {
    margin-top: 30px;
  }

  .tab-content-step.active {
display: block;
  }

  .tab-content-step .answear.step1 .bv-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tab-content-step .answear.step5 .bv-flex .answear-btn {
    padding: 24px;
    margin-bottom: 10px;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .tab-content-step .answear.step5 .bv-flex .answear-btn:last-child {
    margin-bottom: 30px;
  }
  .tab-content-step .answear.step5 .bv-flex .answear-btn:after, .tab-content-step .answear.step5 .bv-flex .answear-btn:before {
    display: none;
  }
  .tab-content-step .answear.step5 .bv-flex .answear-btn .name {
    margin-right: 20px;
  }
  .tab-content-step .answear.step5 .bv-flex .answear-btn .text {
    max-width: 499px;
    width: 100%;
  }
  .tab-content-step .answear.step5 .bv-flex .answear-btn .text p {
    display: inline;
  }
  .tab-content-step .answear.step6 .bv-flex .answear-btn .name {
    width: 199px;
    font-size: 18px;
  }

  .step-form-data input, .step-form-data .btn-next {
    max-width: 323px;
  }

  #step7 .nav-steps {
    max-width: 100px;
    position: absolute;
    margin-top: -115px;
  }
  #step7 .step-form-data {
    margin-bottom: 71px;
  }

  .tab-content-step.finish .sub-title p {
    display: inline;
  }

  .tab-content-step.finish .title {
    padding-top: 170px;
  }
}
@media (max-width: 1024px) {
	 .first-tab .wrap{
        margin-left: auto;
    margin-right: auto;
  }
    .wrap-girl{
    background: transparent;
  }
}

@media (max-width: 991px) {
  .bv-popup {
    max-width: 650px;
    width: 100%;
    height: 576px;
  }

  .bv-popup form input, .bv-popup form button {
    max-width: 325px;
    width: 100%;
  }
}
@media (max-width: 960px) {

  .form-steps .line-steps-after .number-step .mob{
  display: block;
}
  .tab-content-step .answear.step1 .bv-flex {
-webkit-justify-content: center;
        justify-content: center;
  }
.firsrt-tab.active{
  height: 100%;
}
  .form-steps {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .tab-content-step .title p {
    display: inline;
  }

  .info-block .adress {
    display: none;
  }

  .form-steps {
    padding-top: 132px;
  }

  .line-steps {
    display: none;
  }

  .header .logo .text {
    display: none;
  }

  .tab-content-step .title {
    line-height: 150%;
  }

  .bv-container-full {
    padding-left: 0;
    padding-right: 0;
  }

  .callback-popup {
    display: none;
  }

  .form-steps .line-steps-after {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .form-steps .line-steps-after .text-step {
    display: none;
  }
  .form-steps .line-steps-after .number-step {
    padding-left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .form-steps .line-steps-after.active {
    padding-bottom: 0;
  }

  .nav-steps .nav-prev-btn {
    z-index: 10;
    position: absolute;
    top: 21px;
    left: 25px;
  }

  .tab-content-step .answear {
    margin-bottom: 30px;
  }

  .nav-steps {
    margin-bottom: 201px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header .phone {
    margin-right: 0;
  }
  .first-tab .wrap{
    height: auto;
  }
  .preim-block{
    margin-top: 80px;
  }
  
}
@media (max-width: 768px) {
  .first-tab .main-sub-title p{
    display: inline;
  }
  .nav-steps {
    margin-bottom: 71px;
}
  .preim-block{
    margin-top: 47px;
  }
  .bv-popup {
    padding: 0 20px;
    max-width: 360px;
    height: 566px;
  }
  .first-tab .main-title{
        font-size: 29px;
    line-height: 138%;
  }
  .first-tab{
    padding-top: 48px;
  }
  .first-tab .main-title p{
    display: inline;
  }
  .first-tab .main-sub-title{
    margin-bottom: 49px;
  }
  .first-tab .main-sub-title{
        font-size: 18px;
    line-height: 138%;
  }
  .first-tab .btn-large{
    max-width: 320px;
    font-size: 18px;
line-height: 21px;
height: 57px;
 font-family: Gilroy;
  }
  .main-bv-content {
    padding-left: 20px;
    padding-right: 20px;
}
.first-tab .btn-large span.skidka{
  font-size: 16px;
  width: 53px;
  height: 53px;    right: -25px;
    top: -15px;
  
}
.first-tab .btn-large svg{
  width: 53px;
}
.preim-block{
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .bv-popup form button {
    font-family: Gilroy;
    margin-top: 25px;
  }
.first-tab .wrap{
  max-width: 330px;
}
.preim-block .bv-item{
  font-size: 16px;
  margin-right: 0;
}
.preim-block .bv-item:first-child{
  margin-right: 0;
}
  .bv-popup .header-popup {
    margin-bottom: 50px;
  }

  .bv-popup .sub-title-popup {
    text-align: left;
    font-size: 18px;
    line-height: 150%;
  }
  .bv-popup .sub-title-popup p {
    display: inline;
  }

  .tab-content-step .title {
    font-size: 24px;
  }

  .btn-next {
    font-family: Gilroy;
  }

  .after-nav-text {
    font-size: 12px;
  }
  .after-nav-text p {
    display: inline;
  }

  .form-steps {
    padding-bottom: 25px;
  }

  .tab-content-step .answear.step1 .answear-btn {
    width: 150px;
    height: 72px;
    margin: 0 10px;
  }

  .tab-content-step .title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-content-step .answear.step1.step2 .answear-btn {
    margin-bottom: 20px;
  }

  #step4 .nav-steps {
    margin-bottom: 78px;
  }
  #step4 .answear.step1.step2 .answear-btn {
    /*  width: 93px; */
    width: calc(33.3% - 20px);
    min-width: 93px;
    height: 59px;
  }
  #step4 .answear.step1.step2 .answear-btn:last-child {
    margin-bottom: 0;
  }
  #step4 .answear.step1.step2 .answear-btn.full {
    width: 100%;
  }

  .sub-title {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    margin-top: 10px;
  }
  .sub-title p {
    display: inline;
  }

  #step5.active, #step6.active {
    max-height: 1400px;
  }
  #step5 .nav-steps, #step6 .nav-steps {
    margin-bottom: 78px;
  }
  #step5 .answear-btn, #step6 .answear-btn {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #step5 .answear-btn:last-child, #step6 .answear-btn:last-child {
    margin-bottom: 0;
  }

  #step7 .title {
    font-size: 28px;
  }
  #step7 .nav-steps {
    margin-top: 0;
    top: 0;
    left: 0;
  }

  .nav-steps .nav-prev-btn[data-step="#step6"] {
    text-align: left;
    margin-left: -10px;
  }
  .nav-steps .nav-prev-btn[data-step="#step6"]:after {
    left: 40px;
  }

  #step8 .title {
    font-size: 36px;
  }

  .tab-content-step.finish .title {
    padding-top: 0;
  }

  .tab-content-step .bv-flex {
    width: 100%;
  }

  .header .logo svg {
    width: 132px;
  }

  .header .phone a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .form-steps {
    padding-top: 132px;
  }
}
@media (max-width: 550px) {
  .bv-container-full {
    padding-left: 0px;
    padding-right: 0px;
  }

  #step4 .answear.step1.step2 .answear-btn {
    min-width: auto;
  }

  .nav-steps .nav-prev-btn {
    left: 35px;
  }
}
@media (max-width: 480px) {
  .tab-content-step .title {
    text-align: left;
  }
  .tab-content-step .answear.step1 .bv-flex {
  	-webkit-justify-content: center;
  	        justify-content: center;
}
}
@media (max-width: 415px) {
  .tab-content-step .title p {
    display: inline;
  }
}
@media (max-width: 375px) {
  .header .logo .img {
    margin-right: 5px;
  }

  .bv-popup {
    margin-left: 10px;
    margin-right: 10px;
    top: 90px;
    left: calc(50% - 10px);
  }

  .bv-popup .title-popup {
    font-size: 32px;
  }

  .bv-popup .header-popup {
    margin-bottom: 30px;
  }
}
@media(max-height:726px){
  .first-tab .wrap{
    height: auto;
  }
}