.page {
  min-height: 600px;
  padding-top: 1em;}

.page-title {
  color: #222222;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 30px;
  text-transform: uppercase; }

.page-content {
  color: #333333;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 30px; }

.page-box {
  background: #FFFFFF;
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1), 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 35px 40px; }

.page-box.active {
  display: block; }

.page-tabs {
  margin-bottom: 40px; }

.page-tabs-title {
  color: #222222;
  font-weight: 300;
  font-size: 18px;
  display: flex;
  padding: 0;
  margin: 0; }

.page-tabs-title li {
  background: #F2F2F2;
  cursor: pointer;
  list-style: none;
  padding: 14px 98px;
  position: relative;
  transition: ease 300ms;
  z-index: 0; }

.page-tabs-title li.active {
  background: #fff;
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1), 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 14px 58px;
  z-index: 1; }

.page-tabs-title li.active:before {
  background: #E61A19;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%; }

.page-tabs-title li.active:after {
  background: #fff;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 10px;
  width: 100%; }

@media screen and (max-width: 991px) {
  .page {
    padding-top: 20px; } }

.form button,
.form textarea,
.form input {
  font-family: Proxima Nova, sans-serif; }

.form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 20px; }

.form-title.form-title_info {
  margin-bottom: 40px; }

.form-radio input[type=radio] {
  display: none; }

.form-row_radio {
  margin-bottom: 5px; }

.form-radio {
  color: #333333;
  display: inline-block;
/*  font-size: 12px;*/
  line-height: 15px;
  margin-bottom: 20px;
  padding: 3px 50px 3px 35px;
  position: relative; }

.form-radio span {
  cursor: pointer; }

.form-radio span:before {
  background: #F8F8F8;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease 300ms;
  height: 20px;
  width: 20px; }

.form-radio input[type=radio]:checked + span:before {
  background: #E00000;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25); }

.form-contacts_block {
  max-width: 330px; }

.form-input {
  display: block;
  position: relative;
  margin-bottom: 8px;
  width: 100%; }

.form-input_placeholder {
  color: #828282;
  font-size: 15px;
  line-height: 17px;
  white-space: nowrap;
  position: absolute;
  top: 12px;
  left: 29px;
  z-index: 2; }

.form-input_placeholder i {
  color: #E61A19;
  font-style: normal;
  font-size: 20px; }

.form-input input[type=text] {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  outline: none;
  display: block;
  padding: 0 28px;
  height: 40px;
  width: 100%; }

.form-contacts_block {
  margin-bottom: 40px; }

.form-contacts_block-services {
  margin-bottom: 0; }

.form-dsc {
  color: #333333;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 40px; }

.form-select {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  margin-bottom: 8px;
  position: relative; }

.form-select-selected {
  color: #222222;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  padding: 0 50px 0 28px;
  height: 40px;
  width: 100%; }

.form-select-selected span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.form-select:after {
  border-top: 1px solid #E2000E;
  border-right: 1px solid #E2000E;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
  pointer-events: none;
  transform: rotate(135deg);
  height: 10px;
  width: 10px; }

.form-select-list {
  background: #fff;
  border: 1px solid #ccc;
  border-top-color: #fff;
  box-sizing: content-box;
  display: block;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 38px;
  left: -1px;
  max-height: 310px;
  width: 100%;
  z-index: 5; }

.form-select-list ul {
  padding: 0;
  margin: 0;
  width: 100%; }

.form-select.active .form-select-list {
  visibility: visible;
  opacity: 1;
  width: 100% !important;}

.form-select .form-select-list.form-select-hint {
  box-sizing: border-box;
  left: 0; }

.jspPane {
  width: 100% !important; }

.jspVerticalBar {
  right: 21px !important; }

.form-select-list.form-select-hint .jspPane {
  position: relative;
}

.form-select-list.form-select-hint .jspContainer {
  height: auto !important;
}

.form-select-list li {
  list-style: none; }

.form-select-item {
  color: #828282;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  transition: ease 300ms; }

.form-select-item input {
  display: none; }

.form-select-item span {
  display: block;
  padding: 10px 28px;
  margin-bottom: 0; }

.form-select-item:hover span {
  background: #F8F8F8; }

.form-select-item input[type=radio]:checked + span {
  background: #F8F8F8;
  color: #E61A19; }

.form-item {
  margin-bottom: 8px; }

.form-textarea {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 17px;
  resize: none;
  padding: 15px 28px;
  height: 125px;
  width: 100%; }

.form-textarea:focus {
  outline: none; }

.form-files {
  background: #FFFFFF;
  border: 1px dashed #CCCCCC;
  box-sizing: border-box;
  position: relative;
  min-height: 125px;
  margin-bottom: 8px;
  width: 100%;
  z-index: 1; }

.form-files_modal {
  min-height: 100px; }

.form-files-label {
  color: #828282;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1; }

.form-file_modal {
  margin-bottom: 16px; }

.form-file {
  max-width: 430px;
  position: relative; }

.form-file input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%; }

.form-file:before {
  background-image: url("imgs/file.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 7px;
  left: 2px;
  height: 11px;
  width: 20px; }

.form-file {
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  padding-left: 42px; }

.form-files-item {
  background: rgba(255, 255, 255, 0.75);
  display: block;
  color: #333;
  line-height: 1.2;
  padding: 5px 42px;
  position: relative; }

.form-files-item:before {
  background-image: url("imgs/file.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 10px;
  left: 12px;
  height: 11px;
  width: 20px; }

.form-files-item input {
  display: none; }

.form-files-remove {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
  height: 15px;
  width: 15px; }

.form-files-remove:after,
.form-files-remove:before {
  background: #E2000E;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -7px;
  transform: rotate(45deg);
  height: 1px;
  width: 100%; }

.form-files-remove:after {
  transform: rotate(-45deg); }

.form-button {
  background: #E2000E;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  padding: 15px 59px; }

.form-button_box {
  padding-top: 12px;
  padding-bottom: 20px;
  width: 100%;}

.form-recaptcha {
  padding-top: 12px; }

.popup-feedback .form-button_box {
  text-align: center; }

.form-checkbox input {
  display: none; }

.form-checkbox input + span {
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  padding-left: 36px;
  padding-top: 2px;
  position: relative; }

.form-checkbox input + span:before {
  background: #F8F8F8;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px; }

.form-checkbox input + span:after {
  background: #E00000;
  content: '';
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 4px;
  transition: ease 300ms;
  height: 12px;
  width: 12px; }

.form-checkbox input[type=checkbox]:checked + span:after {
  opacity: 1; }

.form-input.form-select {
  border: none; }

.form-select-hint {
  color: #333; }

.form-select-hint li {
  color: #828282;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  padding: 10px 28px;
  transition: ease 300ms; }

.form-agreement-mt {
  margin-top: 10px; }

input[disabled=disabled],
button[disabled=disabled] {
  opacity: .7;
  cursor: not-allowed; }

@media screen and (max-width: 991px) {
  .page-tabs-title li {
    padding: 14px 20px; }
  .page-tabs-title li.active {
    padding: 14px 20px; }
  .form-radio {
    margin-bottom: 8px; }
  .form-contacts_block {
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .page-box {
    padding: 28px 20px; }
  .form-title.form-title_info {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
  .page-tabs-title li {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px; }
  .form-row_radio {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
  .form-radio {
    width: 50%; }
  .form-radio {
    padding: 3px 10px 3px 35px; }
  .form-files {
    min-height: 142px; }
  .form-button_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap; }
  .form-button_box {
    order: 1; }
  .form-agreement {
    order: 0; }
  .form-button {
    max-width: 300px;
    padding: 15px 20px;
    width: 100%; }
  .form-file {
    margin-bottom: 20px; }
  .form-file {
    padding-left: 37px; }
  .form-button_upp {
    text-transform: uppercase;
  }}

/* feild wrapper */
.feild_wrapper {
  display: inline-block;
  position: relative;
  width: 100%; }

.error_label {
  background: #E2000E;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  bottom: 100%;
  color: #fff;
  font-size: 14px;
  left: 0;
  line-height: 1.1;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 6px 15px;
  position: absolute;
  text-align: center;
  max-width: 100%;
  visibility: hidden;
  z-index: 3; }

.error_label:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #cf0404;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -2px; }

.right_lebel .feild_wrapper .error_label {
  bottom: 50%;
  left: 100%;
  margin-left: 9px;
  margin-bottom: -14px; }

.right_lebel .feild_wrapper .error_label:after {
  border-left: 5px solid transparent;
  border-right: 4px solid #cf0404;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  bottom: 7px;
  left: -7px;
  margin-left: -2px; }

.left_lebel .feild_wrapper .error_label {
  bottom: 50%;
  left: auto;
  right: 100%;
  margin-right: 9px;
  margin-bottom: -14px; }

.left_lebel .feild_wrapper .error_label:after {
  border-right: 5px solid transparent;
  border-left: 4px solid #cf0404;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  bottom: 7px;
  left: auto;
  right: -7px;
  margin-right: -2px; }
.wrong {
  position: relative;
}
.wrong .error_label {
  visibility: visible;
  -webkit-animation: 400ms bounceIn;
  animation: 400ms bounceIn; }

/* popup */
#fancybox-outer .fancybox-bg {
  display: none; }

.popup-wrap {
  display: none; }

.popup {
  background: #fff;
  box-sizing: border-box;
  padding: 50px 50px 36px;
  width: 570px; }

.popup-title {
  color: #333333;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.popup-success {
  text-align: center; }

.popup-ttl {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px; }

.popup-dsc {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 38px;
  color: #000000; }

.popup-back {
  background: #E2000E;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  padding: 15px 59px; }

@media screen and (max-width: 700px) {
  .popup {
    width: 100%; } }

/* hotline-enum */
.hotline-enum {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }

.hotline-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 25%; }

.hotline-item img {
  min-width: 60px;
}

.hotline-item span {
  color: #333333;
  font-size: 14px;
  line-height: 17px;
  display: block;
  padding-left: 16px;
  padding-right: 30px; }

@media screen and (max-width: 991px) {
  .hotline-enum {
    flex-flow: row wrap; }
  .hotline-item {
    margin-bottom: 30px;
    width: 50%; }
  .hotline-enum {
    flex-flow: row wrap;
    margin-bottom: 0px; } }

@media screen and (max-width: 767px) {
  .hotline-item {
    display: block; }
  .hotline-item span {
    margin-top: 17px;
    padding-right: 5px;
    padding-left: 0; }
  .hotline-item {
    margin-bottom: 20px; } }

.btn-load:before {
  background: transparent;
  border-radius: 50%;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  -webkit-animation: cog 1s linear 0s infinite;
  animation: cog 1s linear 0s infinite;
  z-index: 3; }

@keyframes cog {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.btn-load {
  position: relative; }

.btn-load:after {
  background: rgb(224, 0, 0, .7);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }


.q-form {
  background: #FFFFFF;
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1), 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 35px 40px;
}
.q-form__section {
  padding: 0 0 32px;
}
.q-form__section._sm-bp {
  padding-bottom: 11px;
}
.q-form__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 20px;
  display: block;
}
.q-form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.q-form__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.q-form__double-subcol {
  display: flex;
  align-items: center;
}
.q-form__double-subcol > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.q-form__label {
  color: #828282;
}
.q-form__dropzone-label {
  position: relative;
  min-width: 192px;
}
.q-form__dropzone-label input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.q-datepicker-input {
  text-align: center;
}
.q-button {
  min-width: 280px;
}
.q-button + .q-button {
  margin-left: 6px;
}
.form-select_placeholder {
  color: #828282;
  font-size: 15px;
  line-height: 17px;
  white-space: nowrap;
}
.form-select_placeholder i,
.q-requared-icon {
  color: #E61A19;
  font-style: normal;
  font-size: 20px;
}
.ui-widget-header {
  border: none !important;
  background: none !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #cccccc !important;
  background: #ffffff !important;
  font-weight: normal !important;
  color: #828282 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ccc !important;
  background: #ccc !important;
  color: #fff !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #e2000e !important;
  background: #e2000e !important;
  color: #fff !important;
}
.ui-widget.ui-widget-content {
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
}
.q-form-buttons {
  padding-top: 0;
}
.form-select-selected span.error_label {
  overflow: initial;	
}
@media screen and (max-width: 991px) {
  .q-form__col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .q-form__col:last-child {
    padding-bottom: 0;
  }
  .q-form__col._no-mobile-bp {
    padding-bottom: 0;
  }
  .q-form__section {
    padding: 0 0 30px;
  }
  .q-form__title {
    margin-bottom: 15px;
  }
  .q-form-buttons {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 -10px;
  }
  .q-form-buttons .q-button {
    min-width: 100px;
    flex: 0 0 50%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .q-form {
    padding: 28px 20px;
  }
}