

/* Start:/local/templates/landind_svobodny/components/bitrix/iblock.element.add.form/request_svobodny_flex/style.css?17434198464086*/
header.old {
  display: none;
}
header.new {
  display: block;
}

#content_wrap {
  width: 100vw;  
  min-width: 380px;  
  padding: 30px;
  padding-left: 45px;
  background-repeat: no-repeat;  
  background-size: cover;
  box-sizing: border-box;
  background-position: 0 10%;
}

#content {
  margin-top: 5vw;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#svob-form_wrap {
  flex: 740px 0 0;  
  margin-bottom: 60px;
  padding-right: 30px;
  box-sizing: border-box;  
}

#form_hdr {
  width: 100%;
  max-width: 560px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}

#errors,
#message {
  width: 100%;
  max-width: 560px;
  margin-bottom: 12px;
  padding: 12px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .5);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}

#errors { color: red; }
#message { color: #981d97; }

.input_wrap {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  max-width: 560px;  
  height: 56px;
  background-color: #ffffff;
  border-radius: 10px;
}

.input_wrap_i {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 18px;  
  color: #999;
  font-family: 'Roboto Condensed', sans-serif;
  transition: .2s ease;
  z-index: 5;  
}

.w_number {
  display: none;  
  font-size: 14px;
  color: #981d97;
  font-weight: 600;
}
.w_number.shown { display: block; }

.tel_m {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 26px;
  line-height: 56px;    
  z-index: 10;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #37474F;
  padding-left: 56px;
}

.svob-inpt__text {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-appearance: none;
  border: none;
  padding-left: 18px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #37474F;
}
.svob-inpt__text:focus { outline: none; }

.svob-inpt__text:focus + .input_wrap_i,
.svob-inpt__text:valid + .input_wrap_i {
  top: 4px;
  font-size: 12px;
}

#input_phone { 
  padding-left: 82px;
  color: #999999; 
}

#input_phone:focus { color: #37474F; }

#flag {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 30px;
  height: 20px;
  z-index: 10;
  border: 1px solid #999999;
}

#svob_submit {
  width: 100%;
  max-width: 560px;  
  height: 56px;
  text-align: center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background-color: #981d97;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  cursor: pointer;
}

#svob_submit:disabled {
  color: #37474F;
  background-color: #999;
}

.svob_form_rem {
  margin-top: 26px;
  width: 100%;
  max-width: 560px;
  padding-left: 4px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* ---------- ---------- ---------- ---------- PROMO ---------- ---------- ---------- ---------- */
#promo_wrap {
  padding-top: 20px;
  flex: 740px 0 0;
}

.promo__subh {
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 2em;
}

.promo__subh img {
  width: 32px;
  height: 32px;
  margin-right: 32px;
}

.promo__subh h3 {
  flex: 100% 1 1;
  margin: 0;  
  font-family: 'Roboto Condensed Light', sans-serif;
  font-size: 32px;
  font-weight: 100;
  color: #ffffff;
}

/* ---------- ---------- ---------- ---------- MEDIA ---------- ---------- ---------- ---------- */

@media screen and (max-width: 1540px) {
  #promo_wrap {
    flex: 740px 0 0;
  }
  #svob-form_wrap {
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  #promo_wrap,
  #svob-form_wrap {
    flex: 90% 0 0;
  }
  #form_hdr {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .promo__subh img {
    width: 22px;
    height: 22px;
  }

  .promo__subh h3 {
    font-size: 18px;
  }

}
/* End */
/* /local/templates/landind_svobodny/components/bitrix/iblock.element.add.form/request_svobodny_flex/style.css?17434198464086 */
