.request_mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333333;
  z-index: 1011;
  font-size: 16px;
  color: #f2f2f2;
  overflow-x: auto;
}
.request_mobile .navbar-header {
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 1px solid rgba(242, 242, 242, 0.6);
  width: 100%;
  height: 56px;
}
.request_mobile .navbar-header .navbar-brand {
  padding-right: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #f2f2f2;
}
.request_mobile .navbar-header .navbar-brand-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.request_mobile .navbar-header .btn-prev {
  right: 0;
  left: auto;
}
.request_mobile .navbar-header .popover .popover-content .btn {
  width: 100%;
  display: block;
  margin: 0 0 5px;
}
.request_mobile .step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  min-height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.request_mobile .step.step-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.request_mobile .step .step-header {
  padding: 100px 20px 0;
}
.request_mobile .step .step-header .header-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}
.request_mobile .step .step-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 20px 40px;
}
.request_mobile .step .form-group {
  overflow: auto;
}
.request_mobile .step .form-group select:not([size]):not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23f2f2f2' d='M102.4 19.2l-38.4 38.4-38.4-38.4-25.6 25.6 64 64 64-64-25.6-25.6z'/%3E%3C/svg%3E") no-repeat right 1.2rem center;
  background-size: 8px 10px;
  padding-right: 32px;
}
.request_mobile .step .form-group.has-error select,
.request_mobile .step .form-group.has-error input,
.request_mobile .step .form-group.has-error .input-group-addon {
  border-color: #d21901;
  color: #d21901;
}
.request_mobile .step .form-group.has-error select:not([size]):not([multiple]) {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23d21901' d='M102.4 19.2l-38.4 38.4-38.4-38.4-25.6 25.6 64 64 64-64-25.6-25.6z'/%3E%3C/svg%3E") no-repeat right 1.2rem center;
  background-size: 8px 10px;
}
.request_mobile .step .step-footer {
  margin-top: auto;
}
.request_mobile .step-where {
  background-image: url('//media.viasun.ru/v2/img/request/2.jpg');
}
.request_mobile .step-where__examples {
  padding-top: 20px;
  font-size: 14px;
}
.request_mobile .step-where__examples a {
  color: #f2f2f2;
  text-decoration: underline;
}
.request_mobile .step-when {
  background-image: url('//media.viasun.ru/v2/img/request/3.jpg');
  background-position: 50% 62%;
}
.request_mobile .step-duration {
  background-image: url('//media.viasun.ru/v2/img/request/4.jpg');
}
.request_mobile .step-people {
  background-image: url('//media.viasun.ru/v2/img/request/5.jpg');
}
.request_mobile .step-money {
  background-image: url('//media.viasun.ru/v2/img/request/6.jpg');
}
.request_mobile .step-from {
  background-image: url('//media.viasun.ru/v2/img/request/7.jpg');
  background-position: 84% 0;
}
.request_mobile .step-contact,
.request_mobile .step-confirm {
  background-image: url('//media.viasun.ru/v2/img/request/8.jpg');
}
.request_mobile .step-confirm #js-phone a {
  font-size: 16px;
}
.request_mobile .step-success {
  background-image: url('//media.viasun.ru/v2/img/request/9.jpg');
  background-position: 90% 4%;
}
.request_mobile .step-success .step-header .header-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
}
.request_mobile .step-success .links {
  margin-top: auto;
}
.request_mobile .step-success a {
  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;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 10px 0;
}
.request_mobile .step-success a:hover {
  -webkit-box-shadow: 0 0 8px 2px rgba(102, 175, 233, 0.6);
          box-shadow: 0 0 8px 2px rgba(102, 175, 233, 0.6);
}
.request_mobile .step-success a.blue {
  background-color: #0c529c;
  border: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.request_mobile .step-success a.blue:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #1177e3;
}
.request_mobile .step-success a:not(.btn) {
  border: 1px solid #fff;
}
.request_mobile .btn-prev {
  position: absolute;
  left: 0;
  top: -3px;
  padding: 17.5px 20px;
  color: #f2f2f2;
  opacity: 1;
  font-size: 0;
  line-height: 0;
}
.request_mobile .btn-prev a {
  color: #f2f2f2;
}
.request_mobile .btn-prev .helioicon:before {
  display: block;
  font-size: 24px;
  line-height: 20px;
}
.request_mobile .btn-next,
.request_mobile button.sms_confirm {
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.request_mobile .btn-next:hover,
.request_mobile button.sms_confirm:hover,
.request_mobile .btn-next:focus,
.request_mobile button.sms_confirm:focus {
  color: #f2f2f2;
}
.request_mobile .btn-next.btn-progress .progress,
.request_mobile button.sms_confirm.btn-progress .progress {
  left: 0;
  top: 0;
  border-radius: 0;
}
.request_mobile button.sms_confirm {
  margin-bottom: 0 !important;
}
@media screen and (max-height: 500px) {
  .request_mobile .step .step-header {
    padding-top: 80px;
  }
  .request_mobile .step .step-header .header-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .request_mobile .step .step-body {
    padding-bottom: 20px;
    line-height: 1.2;
  }
}
.request_mobile #js-phone {
  margin: 20px 0;
}
.request_mobile .js-case-2 label.control-label {
  display: block;
}
.request_mobile .js-phone-edit {
  margin-left: 7px;
}
.request_mobile .js-phone-edit-cancel {
  color: #fff;
  text-decoration: underline;
}
.request_mobile .small_text {
  font-size: 14px;
}
.request_mobile .small_text label {
  font-weight: normal;
}
.request_mobile .small_text input[type="checkbox"] {
  margin-top: 0;
}
.request_mobile:not(.request_mobile_v2) .step .form-group select,
.request_mobile:not(.request_mobile_v2) .step .form-group input,
.request_mobile:not(.request_mobile_v2) .step .form-group textarea,
.request_mobile:not(.request_mobile_v2) .step .form-group .input-group-addon {
  background: transparent;
  border-color: #f2f2f2;
  color: #f2f2f2;
}
.request_mobile:not(.request_mobile_v2) .small_text a {
  color: #8dc4ff;
}
.request_mobile_v2 {
  background: #ffffff;
  color: #333333;
}
.request_mobile_v2 .step {
  background: none;
}
.request_mobile_v2 .step .form-group select:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23333333' d='M102.4 19.2l-38.4 38.4-38.4-38.4-25.6 25.6 64 64 64-64-25.6-25.6z'/%3E%3C/svg%3E");
}
.request_mobile_v2 .step-where__examples a {
  color: #333333;
}
.request_mobile_v2 .step-confirm .time-counter {
  overflow: hidden;
}
.request_mobile_v2 .step-confirm .js-time-counter a,
.request_mobile_v2 .step-confirm .js-time-counter a:hover {
  color: #333333;
  border-bottom: 1px dotted #333333;
}
.request_mobile_v2 .step-success a:not(.btn) {
  border: 1px solid #1757C1;
  color: #1757C1;
}
.request_mobile_v2 .js-phone-edit-cancel {
  color: #333333;
}
