@font-face {
  font-family: 'helveticaneue';
  src: url("../fonts/helveticaneuecyr-bold-webfont.eot");
  src: url("../fonts/helveticaneuecyr-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-bold-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-bold-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaneue';
  src: url("../fonts/helveticaneuecyr-roman-webfont.eot");
  src: url("../fonts/helveticaneuecyr-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-roman-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-roman-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaneue';
  src: url("../fonts/helveticaneuecyr-light-webfont.eot");
  src: url("../fonts/helveticaneuecyr-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-light-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-light-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaneue';
  src: url("../fonts/helveticaneuecyr-medium-webfont.eot");
  src: url("../fonts/helveticaneuecyr-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-medium-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-medium-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-medium-webfont.svg#helveticaneuecyrmedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

* {
  outline: none !important;
}

html,
body {
  font-family: 'helveticaneue', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  color: #32373c;
  background: #fff;
}

@media (min-width: 1230px) {
  .col-lg-p20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

h2,
.h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  color: #32373c;
  margin: 80px 0 40px 0;
}

h3:first-child,
.h3:first-child {
  margin-top: 0;
}

a,
a:focus {
  color: #ef4333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 10px 0;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

ul > li {
  padding: 0 0 0 30px;
  margin: 0 0 15px 0;
  position: relative;
}

ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ef4333;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

li > ul > li {
  margin-bottom: 5px;
}

li > ul > li:before {
  background: #fff;
  border: #ef4333 solid 1px;
}

li > ul > li:first-of-type {
  margin-top: 10px;
}

.page-content ol {
  padding: 0;
  margin: 0 0 10px 0;
  counter-reset: item;
  list-style: none;
}

.page-content ol > li {
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
}

.page-content ol > li:before {
  color: #ef4333;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  content: counters(item, ".") ".";
  counter-increment: item;
}

.page-content ol > li > ol {
  margin-top: 6px;
}

.page-content ol > li > ol > li {
  font-size: 14px;
}

.page-content ol > li > ol > li:before {
  content: counters(item, ".") "";
  counter-increment: item;
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  width: 70px;
  height: 70px;
  background: rgba(27, 27, 31, 0.9);
  border: none;
  text-indent: -1000px;
  overflow: hidden;
  bottom: 0;
  margin-top: 0;
  transition: all .15s ease;
  cursor: pointer;
}

.slick-arrow.slick-disabled {
  background: rgba(16, 16, 17, 0.9) !important;
  cursor: default;
}

.slick-arrow:hover {
  background: #ef4333;
}

.slick-prev {
  left: 0;
}

.slick-next {
  left: 70px;
}

.slick-prev:before {
  content: "";
  display: none;
  background: url(../images/slick-prev-hover.svg);
}

.slick-next:before {
  content: "";
  display: none;
  background: url(../images/slick-next-hover.svg);
}

.slick-prev:after {
  content: "";
  width: 10px;
  height: 18px;
  background: url(../images/slick-prev.svg) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -5px;
}

.slick-prev:hover:after {
  background-image: url(../images/slick-prev-hover.svg);
}

.slick-prev.slick-disabled:after {
  background-image: url(../images/slick-prev-hover.svg) !important;
  opacity: .3;
}

.slick-next:after {
  content: "";
  width: 10px;
  height: 18px;
  background: url(../images/slick-next.svg) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -5px;
}

.slick-next:hover:after {
  background-image: url(../images/slick-next-hover.svg);
}

.slick-next.slick-disabled:after {
  background-image: url(../images/slick-next-hover.svg) !important;
  opacity: .3;
}

ul.slick-dots {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 25px;
  line-height: 45px;
  font-weight: bold;
  margin: 36px -24px 0 170px;
}

ul.slick-dots > li {
  padding: 0;
  margin: 0 20px;
}

ul.slick-dots > li:before {
  display: none;
}

ul.slick-dots button {
  -webkit-appearance: none;
  border: none;
  background: none;
  font-size: 25px;
  line-height: 45px;
  font-weight: bold;
  color: #ece5e0;
  transition: all .2s ease;
  padding: 4px;
  cursor: pointer;
}

ul.slick-dots .slick-active button {
  color: #ef4333;
  transform: scale(1.8) translateY(-4px);
  transform-origin: center center;
}

.custom-slider .slick-list {
  overflow: visible;
}

.custom-slider .slick-slide {
  transition: opacity .5s ease;
  opacity: 0;
}

.custom-slider .slick-slide.slick-active {
  opacity: 1;
}

/* Buttons */
.btn,
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  text-decoration: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: top;
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn span {
  position: relative;
}

.btn-1,
.btn-1:focus {
  border: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  background: #ef4333;
  padding: 18px 30px 18px 30px;
  position: relative;
}

.btn-1:before,
.btn-1:focus:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  background: #d12516;
  transition: all .25s ease;
  opacity: 0;
}

.btn-1:hover {
  color: #fff;
}

.btn-1:hover:before,
.btn-1:hover:focus:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.btn-1:active {
  color: #fff;
}

.btn-1:active:before,
.btn-1:active:focus:before {
  box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.27);
  opacity: 1;
  left: 0;
  right: 0;
}

.btn-2,
.btn-2:focus {
  border: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  background: #32373c;
  padding: 18px 30px 18px 30px;
  position: relative;
}

.btn-2:before,
.btn-2:focus:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  background: #272b30;
  transition: all .25s ease;
  opacity: 0;
}

.btn-2:hover {
  color: #fff;
}

.btn-2:hover:before,
.btn-2:hover:focus:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.btn-2:active {
  color: #fff;
}

.btn-2:active:before,
.btn-2:active:focus:before {
  box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.33);
  opacity: 1;
  left: 0;
  right: 0;
}

.btn-small,
.btn-small:focus {
  font-size: 16px;
  line-height: 24px;
  padding: 13px 30px 13px 30px;
}

.btn-back,
.btn-back:focus {
  font-size: 16px;
  line-height: 24px;
  padding: 24px 15px 22px 80px;
}

.btn-back:after {
  content: "";
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #3b4146 url(../images/slick-prev-hover.svg) center center no-repeat;
  transition: all .25s ease;
}

.btn-back:hover:after {
  background-color: #32373c;
}

.btn-forward,
.btn-forward:focus {
  font-size: 16px;
  line-height: 24px;
  padding: 24px 80px 22px 15px;
}

.btn-forward:after {
  content: "";
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ff5545 url(../images/slick-next-hover.svg) center center no-repeat;
  transition: all .25s ease;
}

.btn-forward:hover:after {
  background-color: #ef4333;
}

.btn-project-more,
.btn-project-more:focus {
  font-size: 16px;
  padding: 23px 50px 23px 25px;
  width: 170px;
}

.btn-project-more:after {
  content: "";
  width: 10px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -9px;
  background: url(../images/slick-next-hover.svg) center center no-repeat;
}

.btn-collapse,
.btn-collapse:focus {
  width: 70px;
  height: 70px;
  background: rgba(27, 27, 31, 0.9);
  transition: all .15s ease;
  cursor: pointer;
}

.btn-collapse:hover {
  background: #ef4333;
}

.btn-collapse:after {
  content: "";
  position: absolute;
  display: none;
  background: url(../images/ico-btn-collapse-hover.svg) 0 0 no-repeat;
}

.btn-collapse:before {
  content: "";
  width: 18px;
  height: 10px;
  background: url(../images/ico-btn-collapse.svg) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -9px;
}

.btn-collapse:hover:before {
  background-image: url(../images/ico-btn-collapse-hover.svg);
}

/* Buttons END */
/* Forms */
.form-group {
  position: relative;
  margin: 0 0 30px 0;
}

.modal .form-group {
  margin: 0 0 30px 0;
}

label {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 2px 0;
}

label.placeholder {
  font-family: 'helveticaneue';
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #b3b3b3;
  padding: 13px 25px 11px 25px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  border: none;
  letter-spacing: 0;
}

.form-group-error label.placeholder {
  color: #ef4333;
}

label.error {
  color: #32373c;
  font-size: 11px;
  line-height: 15px;
  margin: 3px 0 0 0;
  text-align: right;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  font-family: 'helveticaneue';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #32373c;
  background: #fff;
  padding: 13px 25px 11px 25px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0;
  transition: background-color .15s ease;
  resize: none;
}

.form-alt input[type=text],
.form-alt input[type=email],
.form-alt input[type=password],
.form-alt textarea {
  border: 1px solid #32373c;
}

.textarea-expandable {
  overflow: hidden;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background: #fff !important;
}

input[type=text].error,
input[type=email].error,
input[type=password].error,
textarea.error {
  color: #ef4333;
}

.form-alt input[type=text].error,
.form-alt input[type=email].error,
.form-alt input[type=password].error,
.form-alt textarea.error {
  border-color: #ef4333;
}

textarea {
  display: block;
  margin: 0;
}

.form-footer {
  margin: 0 0 0 0;
}

.form-footer .row {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.form-footer-captcha {
  padding: 0 10px 0 10px;
}

.form-footer-content {
  padding: 0 10px 0 10px;
  align-self: right;
  text-align: right;
  display: flex;
  align-items: center;
}

.form-checkbox,
.form-radio {
  margin: 0 0 4px 0;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
}

input[type=checkbox] + label,
input[type=radio] + label {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0;
  position: relative;
  display: inline-block;
  color: #32373c;
  font-weight: normal;
}

.checkbox-label-error {
  color: #d4344c !important;
}

input[type=checkbox] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #faf4f0;
  position: absolute;
  left: 0;
  top: -1px;
  transition: all .2s ease;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  border: 6px solid #ef4333;
}

input[type=radio] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #faf4f0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -1px;
  transition: all .2s ease;
}

input[type=radio]:checked + label:before {
  background: #fff;
  border: 6px solid #ef4333;
}

.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:focus {
  font-size: 0;
  line-height: 0;
  font-weight: 500;
  border: none;
  border-radius: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: all .15s ease;
  resize: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  outline: none !important;
  padding: 12px 51px 11px 21px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 14px;
  line-height: 22px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -16px;
  vertical-align: middle;
  border: none !important;
  width: 31px;
  height: 31px;
  background: #f2f9f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all .15s ease;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../images/select-arrow.png) 0 0 no-repeat;
  background-size: 13px 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -7px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 8px 13px 45px 0px rgba(0, 0, 0, 0.1);
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
}

.bootstrap-select.btn-group .dropdown-menu li {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 20px;
}

.bootstrap-select.btn-group .dropdown-menu li:before {
  display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  display: block;
  padding: 5px 20px;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  background: #f2f9f7;
}

.form-agree {
  color: #fff;
  font-size: 11px;
  line-height: 1.45;
  margin: 0 0 0 0;
}

.form-agree p:last-child {
  margin: 0;
}

.form-agree a {
  color: #fff;
  text-decoration: underline;
}

.form-agree a:hover {
  text-decoration: none;
}

.form-file-wrapper {
  margin: 8px 0 43px 0;
}

.form-file-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.form-file-label {
  float: left;
  font-size: 13px;
  line-height: 18px;
  color: #727b85;
  padding: 15px 16px 12px 0;
}

.form-file-field {
  float: left;
  width: 500px;
}

.kv-fileinput-caption {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.fileinput-remove-button {
  width: 13px !important;
  height: 12px !important;
  padding: 0 !important;
  overflow: hidden;
  text-indent: -1000px;
  background: url(../images/ico-file-remove.png) 0 0 no-repeat;
  margin: 0 0 0 40px !important;
  background-color: transparent !important;
}

.fileinput-remove-button:hover {
  background-position: 0 -12px;
}

.kv-fileinput-caption {
  direction: ltr;
  padding-left: 40px !important;
}

.file-caption-icon {
  width: 14px;
  height: 16px;
  background: url(../images/ico-file.png) 0 0 no-repeat;
  position: absolute;
  left: 15px !important;
  top: 13px !important;
  right: auto !important;
}

.file-caption-icon i {
  display: none;
}

.file-caption-name {
  font-size: 13px;
  line-height: 18px;
}

.btn-file {
  border: 1px solid #c0cce4;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #627fbb;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 12px 40px 11px 40px !important;
  height: auto !important;
}

.btn-file:hover {
  background: #627fbb;
  border-color: #627fbb;
  color: #fff;
}

.btn-file i {
  display: none;
}

.picker {
  width: auto;
  box-shadow: 0px 10px 35px 0px rgba(173, 176, 185, 0.5);
}

.picker__holder {
  transform: none;
  background: none;
  min-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none !important;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.picker__box {
  padding: 0;
}

.picker .button-wrapper {
  display: none;
}

.picker__header {
  padding: 20px 20px 0 20px;
  height: auto;
  margin: 0 0 21px 0;
}

.picker__table {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
}

.picker__table tbody td {
  font-weight: normal;
  color: #27394c;
  padding: 0;
  width: auto;
  height: auto;
  border: 1px solid #eaeaeb;
}

.picker__table tbody td:first-child {
  border-left: none;
}

.picker__table tbody td:last-child {
  border-right: none;
}

.picker__table tbody tr:last-child td {
  border-bottom: none;
}

.picker__day {
  padding: 12px 0 11px 0;
  color: #666666;
  background: none !important;
  border: none !important;
}

.picker__day--today {
  font-weight: 500;
  border: none;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

.picker__day--today:before {
  display: none !important;
}

.picker__day--selected {
  font-weight: 500 !important;
  color: #fff !important;
}

.picker__day--outfocus {
  color: #8b919e;
}

.picker__nav--prev,
.picker__nav--next {
  display: none;
}

.picker__header:after {
  content: "";
  display: table;
  clear: both;
}

.picker__holder:before {
  display: none;
}

.picker__holder select {
  border: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  padding: 10px 30px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f2f2f2 url(../images/select-arrow.png) right 10px top 15px no-repeat;
  background-size: 18px 11px;
  height: auto;
  margin: 0;
}

.picker__select--year {
  float: right;
  width: 80px;
}

.picker__select--month {
  float: left;
  width: 120px;
}

.picker__table {
  margin: 0;
  border: none;
}

.picker__weekday {
  display: table-cell;
  font-size: 12px;
  line-height: 16px;
  font-weight: 350;
  color: #8b919e;
  text-align: center;
  border: 1px solid #eaeaeb;
  padding: 5px 0 3px 0;
}

.picker__weekday:first-child {
  border-left: none;
}

.picker__weekday:last-child {
  border-right: none;
}

.picker__footer {
  display: none;
}

input.input-date[type=text].error {
  padding: 11px 34px 11px 9px;
}

.input-date + .picker {
  width: 100%;
}

.input-date + .picker .picker__holder {
  width: 262px;
  right: 0;
}

.form-group-alt {
  display: flex;
  align-items: center;
}

.label-alt {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #d3a96c;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.form-group-alt .form-field {
  width: 55%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}

.modal-form {
  margin: 20px 0 0 0;
}

/* Forms END */
/* Modals */
.modal {
  color: #fff;
  padding: 0 !important;
}

.modal-backdrop {
  background: rgba(28, 29, 31, 0.9);
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-dialog {
  margin-top: 50px;
  min-height: 100%;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1170px;
  padding: 70px;
}

.form-modal .modal-dialog {
  max-width: 900px;
}

.callback-modal .modal-dialog {
  max-width: 700px;
}

.modal-content {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ef4333;
  padding: 44px 60px 60px 60px;
}

.modal-header {
  position: relative;
  display: block;
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.modal-header h2,
.modal-header .h2 {
  font-size: 45px;
  line-height: 1.11;
  font-weight: bold;
  color: #fff;
  margin: 0 0 11px 0;
}

.modal-header:before {
  content: "";
  width: 111px;
  height: 110px;
  background: url(../images/ico-section-2.svg) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -55px;
}

.modal-header .sub-ttl {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #d3a96c;
  letter-spacing: .1em;
  text-align: center;
}

.modal .close {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: 1000;
  cursor: pointer;
  background: #141417;
  transition: all .25s ease;
  opacity: 1 !important;
  margin: 0;
}

.modal .close:before {
  content: "";
  position: absolute;
  background-image: url(../images/close-hover.svg);
  display: none;
}

.modal .close:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/close.svg) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.modal .close:hover {
  background-color: #ef4333;
}

.modal .close:hover:after {
  background-image: url(../images/close-hover.svg);
}

.modal-body {
  padding: 0;
}

.modal .form-footer .btn {
  width: 100%;
}

.form-modal .row {
  margin: 0 -15px;
}

.form-modal .row > * {
  padding: 0 15px;
}

/* Modals END */
body.modal-open {
  overflow: hidden;
}

.popup-menu-wrapper {
  position: fixed;
  right: 1000px;
  top: 0;
  bottom: 0;
  z-index: 1000;
  width: 261px;
  margin-right: 40px;
  overflow: hidden;
}

.popup-menu-inner {
  overflow: auto;
  height: 100%;
  margin-right: -40px;
  padding-right: 40px;
  padding-top: 56px;
  padding-bottom: 30px;
}

ul.popup-menu {
  text-align: right;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
}

ul.popup-menu > li {
  padding: 0;
  margin: 0 0 19px 0;
}

ul.popup-menu > li:before {
  display: none;
}

ul.popup-menu a {
  color: #fff;
  text-decoration: none !important;
  transition: all .15s ease;
}

ul.popup-menu a:hover,
ul.popup-menu a.active {
  color: #ef4333;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  display: flex;
  justify-content: flex-end;
  background: rgba(28, 29, 31, 0.9);
  color: #0c0e1d;
  font-size: 15px;
  line-height: 1.74;
  display: none;
}

.popup p {
  margin: 0 0 15px 0;
}

.popup p:last-child {
  margin: 0;
}

.popup-content-wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup-content {
  width: 1000px;
  float: right;
  transition: all 1s ease;
  margin-right: -1000px;
  background: #fff;
}

.popup.active .popup-content {
  margin-right: 0;
}

.popup-body img {
  max-width: 100%;
}

.popup-close {
  width: 70px;
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  background: #141417;
  transition: all .25s ease;
  opacity: 1 !important;
  margin: 0;
}

.popup-close:before {
  content: "";
  position: absolute;
  background-image: url(../images/close-hover.svg);
  display: none;
}

.popup-close:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/close.svg) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.popup-close:hover {
  background-color: #ef4333;
}

.popup-close:hover:after {
  background-image: url(../images/close-hover.svg);
}

.popup-up {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(27, 27, 31, 0.9);
  transition: all .15s ease;
  cursor: pointer;
  z-index: 50;
}

.popup-up:hover {
  background: #ef4333;
}

.popup-up:after {
  content: "";
  position: absolute;
  display: none;
  background: url(../images/ico-btn-collapse-hover.svg) 0 0 no-repeat;
}

.popup-up:before {
  content: "";
  width: 18px;
  height: 10px;
  background: url(../images/ico-btn-collapse.svg) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -9px;
}

.popup-up:hover:before {
  background-image: url(../images/ico-btn-collapse-hover.svg);
}

.service-popup-header {
  position: relative;
}

.service-popup-header-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-popup-header-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
}

.service-popup-header-descr {
  position: relative;
  padding: 50px 60px 50px 60px;
}

.service-popup-header-descr h2,
.service-popup-header-descr .h2 {
  font-size: 40px;
  line-height: 1.13;
  font-weight: bold;
  color: #fff;
  margin: 0 0 44px 0;
  max-width: 560px;
}

.service-popup-header-descr .alt-headline {
  font-size: 16px;
  line-height: 1.38;
  font-weight: bold;
  color: #fff;
  margin: 0 0 44px 0;
}

.service-popup-header .features-list {
  margin-bottom: -30px;
  flex-wrap: wrap;
}

.service-popup-header .features-tmb {
  margin-bottom: 18px;
  width: 33.33%;
  margin: 0 0 30px 0;
}

.service-popup-header .main-slider-form {
  margin: 36px 0 0 0;
}

.popup-body {
  padding: 54px 60px 50px 60px;
}

.popup-body h3,
.popup-body .h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #32373c;
  margin: 85px 0 23px 0;
}

.popup-body h3:first-child,
.popup-body .h3:first-child {
  margin-top: 0;
}

.popup-body h4,
.popup-body .h4 {
  margin-top: 30px;
}

.popup-section {
  padding: 83px 0 83px 0;
  position: relative;
}

.popup-section:last-child {
  margin-bottom: -50px;
}

.popup-text-lead {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.popup-section-content {
  position: relative;
}

.project-popup-header {
  position: relative;
  display: flex;
  min-height: 600px;
  align-items: flex-end;
  z-index: 10;
}

.project-popup-header-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.project-popup-header-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.project-popup-header-descr {
  position: relative;
  padding: 50px 60px 52px 60px;
  margin: 0 230px 0 0;
  color: #fff;
}

.project-popup-header h2,
.project-popup-header .h2 {
  font-size: 40px;
  line-height: 1.13;
  color: #fff;
  margin: 0 0 23px 0;
}

.project-popup-header-address {
  position: relative;
  padding: 0 0 0 34px;
  font-size: 16px;
}

.project-popup-header-address:before {
  content: "";
  width: 15px;
  height: 20px;
  background: url(../images/ico-project-address.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.project-popup-header-info {
  position: absolute;
  right: 60px;
  bottom: -50px;
}

.project-popup-header-logo {
  width: 170px;
  height: 170px;
  padding: 20px;
  background: rgba(27, 27, 31, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-popup-header-logo img {
  max-width: 100%;
  max-height: 100%;
}

.project-popup-header-letter {
  width: 170px;
}

.over-wrapper {
  overflow: hidden;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
  transition: all .3s ease;
}

.header-fixed {
  box-shadow: 0 0 25px 0 rgba(128, 111, 98, 0.24);
}

.header-content-inner {
  margin: 0 -20px;
}

.header-content .row {
  margin: 0;
  justify-content: space-between;
}

.header-col-1 {
  background: #fff;
  padding: 0 0 0 20px;
}

.header-col-2 {
  background: #fff;
  flex-grow: 1;
  padding: 0 40px 0 15px;
}

.header-col-3 {
  background: rgba(34, 36, 39, 0.9);
}

.header-logo {
  cursor: pointer;
  display: flex;
  padding: 10px 0 9px 0;
}

.header-logo-pic {
  margin: 5px 13px 0 0;
}

.header-logo-text {
  font-size: 10px;
  line-height: 1.7;
  font-weight: bold;
  color: #888383;
  text-transform: uppercase;
}

ul.navbar-nav {
  display: flex;
  flex-direction: row;
  float: right;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 -12px;
}

ul.navbar-nav > li {
  padding: 0;
  margin: 0 12px;
}

ul.navbar-nav > li:before {
  display: none;
}

ul.navbar-nav a {
  display: block;
  position: relative;
  color: #32373c;
  text-decoration: none !important;
  transition: all .2s ease;
  padding: 26px 0 24px 0;
}

ul.navbar-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 3px;
  background: #ff4534;
  opacity: 0;
  transition: all .3s ease;
}

ul.navbar-nav a:hover,
ul.navbar-nav a.active {
  color: #ff4534;
}

ul.navbar-nav a:hover:after,
ul.navbar-nav a.active:after {
  right: 0;
  opacity: 1;
}

.header-button {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.btn-callback,
.btn-callback:focus {
  background: rgba(229, 62, 47, 0.9);
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px 9px 20px;
  width: 150px;
  text-align: left;
  justify-content: center;
}

.btn-callback:before,
.btn-callback:focus:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  transition: all .25s ease;
  opacity: 0;
  background: #ff4534;
}

.btn-callback:hover:before,
.btn-callback:hover:focus:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.btn-callback:active:before,
.btn-callback:active:focus:before {
  box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.27);
  opacity: 1;
  left: 0;
  right: 0;
}

.btn-callback span {
  position: relative;
  padding: 0 0 0 30px;
}

.btn-callback span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ico-btn-callback.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}

.header-phone {
  font-size: 15px;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 0 22px;
}

.header-phone a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
}

.section-content {
  position: relative;
  padding: 60px 0 60px 0;
}

.section-header h2,
.section-header .h2 {
  margin-top: 0;
}

.section-slider {
  position: relative;
}

.section-slider .section-content {
  padding: 0;
}

.main-slider {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #000;
}

.main-slider .slick-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

.main-slider .slick-track {
  flex-grow: 1;
  display: flex;
}

.main-slider .slide {
  display: block;
  min-height: 100%;
  float: none;
  height: auto;
  display: flex;
  flex-direction: column;
}

.main-slider .slide-content {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-slider .slide-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main-slider .slide-pic-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-slider .slide-pic-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
}

.main-slider .slide-descr {
  position: relative;
  color: #fff;
  max-width: 840px;
  padding: 140px 0 120px 0;
}

.main-slider h2,
.main-slider .h2 {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin: 0 0 25px 0;
}

.features-list {
  display: flex;
  justify-content: flex-start;
  margin: 0 -15px;
}

.features-tmb {
  margin: 0 15px 30px 15px;
  display: flex;
  font-size: 16px;
  line-height: 1.38;
  font-weight: bold;
  align-items: center;
  color: #fff;
}

.features-tmb-pic {
  width: 50px;
  margin: -2px 10px 0 0;
}

.main-slider-price {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  margin-right: -30px !important;
}

.main-slider-price span {
  font-size: 40px;
}

.main-slider-price-item {
  margin: 0 30px 0 0;
  display: inline-block;
}

.main-slider-form {
  margin: 15px 0 0 0;
}

.main-slider-form .row {
  margin: 0;
}

.main-slider-form .form-group {
  width: 290px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
}

.main-slider-form .form-footer {
  width: 170px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
}

.main-slider-form .form-footer .btn {
  width: 100%;
}

.main-slider-form .form-agree {
  font-size: 10px;
  line-height: 15px;
  margin: 15px 0 0 0;
}

.main-slider-form label.error {
  text-align: left;
  color: #ef4333;
}

.btn-scroll {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 25px;
  height: 36px;
  background: url(../images/ico-scroll.svg) 0 0 no-repeat;
  margin-left: -12px;
  cursor: pointer;
  z-index: 10;
}

.section-clients .section-content {
  padding-bottom: 13px;
}

.clients-slider-wrapper {
  margin: 0 -20px;
}

.clients-slider {
  margin: 0;
}

.clients-slider .slick-list {
  z-index: 20;
}

.clients-slider .slick-arrow {
  bottom: auto;
  top: 250px;
}

.client-tmb {
  height: 250px;
  position: relative;
}

.client-tmb:hover {
  z-index: 20;
}

.client-tmb-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.client-tmb-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.client-tmb-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 20px;
  transition: all .3s ease;
}

.client-tmb-logo img {
  max-width: 100%;
  max-height: 100%;
  transition: all .3s ease;
}

@media (min-width: 768px) {
  .client-tmb:hover .client-tmb-logo {
    z-index: 20;
    bottom: 130px;
  }

  .client-tmb:hover .client-tmb-logo img {
    transform: scale(0.85);
  }
}

.client-tmb-descr {
  background: #e53e2f;
  color: #fff;
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  min-height: 100%;
  padding: 147px 30px 40px 30px;
  font-size: 14px;
  line-height: 1.29;
}

@media (min-width: 768px) {
  .client-tmb-descr {
    visibility: hidden;
    z-index: -10;
    opacity: 0;
    transition: all .3s ease;
    transform: scale(0.5);
    transform-origin: center 125px;
  }

  .client-tmb:hover .client-tmb-descr {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transform: scale(1);
  }
}

.client-tmb-descr ul {
  margin: 0;
}

.client-tmb-descr ul > li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
}

.client-tmb-descr ul > li + li {
  margin: 10px 0 0 0;
}

.client-tmb-descr ul > li:before {
  content: "";
  width: 14px;
  height: 11px;
  background: url(../images/li-check-w.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.client-tmb-descr h3,
.client-tmb-descr .h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.services-list-big {
  margin: 0 0 40px 0;
}

.service-tmb-big {
  display: flex;
  padding: 0 0 40px 0;
  min-height: 280px;
  text-decoration: none !important;
  color: #32373c !important;
  transition: all .3s ease;
  min-height: 100%;
}

.service-tmb-big:hover {
  color: #fff !important;
}

.service-tmb-big-pic {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 35px 35px 55px 1px rgba(42, 32, 35, 0.2);
  position: relative;
  z-index: 5;
  margin: 40px 0 40px 0;
  align-self: flex-start;
}

.service-tmb-big-pic img {
  width: 100%;
}

.service-tmb-big-descr {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 37px 30px 32px 30px;
  flex-grow: 1;
}

.service-tmb-big-descr .cont {
  position: relative;
}

.service-tmb-big-descr:before {
  content: "";
  background: #faf4f0;
  position: absolute;
  top: 0;
  right: 0;
  left: -60px;
  bottom: 0;
  transition: all .3s ease;
}

.service-tmb-big:hover .service-tmb-big-descr:before {
  background: #e53e2f;
}

.service-tmb-big h3,
.service-tmb-big .h3 {
  font-size: 22px;
  line-height: 1.27;
  font-weight: bold;
  color: #32373c;
  margin: 0 0 26px 0;
  transition: all .3s ease;
}

.service-tmb-big:hover h3,
.service-tmb-big:hover .h3 {
  color: #fff;
}

.service-features {
  display: flex;
  font-size: 11px;
  line-height: 1.36;
  margin: 0 -8px -15px -8px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.service-features-tmb {
  display: flex;
  align-items: center;
  padding: 0 8px;
  margin: 0 0 15px 0;
  width: 50%;
}

.service-features-tmb-pic {
  margin: 0 10px 0 0;
  width: 50px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.service-tmb-big:hover .service-features-tmb-pic img {
  filter: invert(0) sepia(0) hue-rotate(0deg) saturate(0) brightness(5);
}

.service-tmb-price {
  color: #ef4333;
  transition: all .3s ease;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin: 34px 0 0 0;
  margin-right: -20px !important;
}

.service-tmb-price-item {
  display: inline-block;
  margin: 0 20px 0 0;
}

.service-tmb-big:hover .service-tmb-price {
  color: #fff;
}

.service-tmb-price span {
  font-size: 30px;
}

.services-list {
  margin: 0 0 -40px 0;
}

.service-tmb {
  display: flex;
  min-height: 150px;
  padding: 0 0 40px 0;
  text-decoration: none !important;
  min-height: 100%;
}

.service-tmb-pic {
  width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  margin: 25px 0 25px 0;
  align-self: flex-start;
}

.service-tmb-pic img {
  width: 100%;
}

.service-tmb-descr {
  position: relative;
  display: flex;
  padding: 25px 30px 25px 30px;
  flex-grow: 1;
}

.service-tmb-descr .cont {
  position: relative;
}

.service-tmb-descr:before {
  content: "";
  background: #faf4f0;
  position: absolute;
  top: 0;
  right: 0;
  left: -40px;
  bottom: 0;
  transition: all .3s ease;
}

.service-tmb:hover .service-tmb-descr:before {
  background: #e53e2f;
}

.service-tmb h3,
.service-tmb .h3 {
  font-size: 16px;
  line-height: 1.38;
  font-weight: bold;
  color: #32373c;
  margin: 0;
  transition: all .3s ease;
}

.service-tmb:hover h3,
.service-tmb:hover .h3 {
  color: #fff;
}

.section-about {
  position: relative;
}

.section-about:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 122px;
  bottom: -150px;
  background: #faf4f0;
  margin-left: 220px;
}

.section-about .section-content {
  padding-top: 87px;
  padding-bottom: 32px;
}

.lead {
  font-size: 24px;
  line-height: 1.42;
  font-weight: bold;
  margin: 0 0 34px 0;
  color: #32373c;
}

.about-descr {
  margin: 0 40px 50px 0;
}

.about-numbers {
  margin: 0 20px -183px -60px;
  display: flex;
}

.about-numbers-item {
  padding: 0 20px;
  width: 33.33%;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-start;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}

#about_numbers_1 {
  margin-top: 9px;
}

#about_numbers_2 {
  margin-top: -155px;
}

#about_numbers_3 {
  margin-top: 222px;
}

.about-numbers-item-pic {
  box-shadow: 35px 35px 55px 1px rgba(42, 32, 35, 0.25);
}

.about-numbers-item-pic img {
  width: 100%;
}

.about-numbers-num {
  color: #ef4333;
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  margin: 0 0 9px 0;
}

.about-numbers-item-descr {
  margin: -29px -40px 0 40px;
  position: relative;
}

.about-info {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  padding: 54px 80px 56px 0;
  margin: 0 240px 0 0;
}

.about-info:before {
  content: "";
  background: #ef4333;
  position: absolute;
  left: -3000px;
  right: 0;
  top: 0;
  bottom: 0;
}

.about-info-inner {
  position: relative;
}

.section-principles .section-content {
  padding-bottom: 0;
}

.principles-list {
  display: flex;
}

.principle-tmb {
  width: 20%;
  min-height: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}

.principle-tmb-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.principle-tmb-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.principle-tmb-descr {
  position: relative;
  padding: 78px 40px 30px 40px;
}

.principle-tmb h3,
.principle-tmb .h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

.principle-tmb-ico {
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 0 32px 0;
}

.section-pros {
  position: relative;
}

.section-pros:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 190px;
  background: #faf4f0;
  margin-left: -380px;
}

.section-pros .section-content {
  padding-top: 92px;
}

.pros-nav {
  position: relative;
  z-index: 20;
  margin: 11px 0 -30px 0;
}

.pros-nav-item {
  position: relative;
  transition: all .3s ease;
  text-align: right;
  padding: 0 40px 0 0;
  margin: 0 0 30px 0;
  cursor: default;
}

.pros-nav-item.active {
  color: #ef4333;
}

.pros-nav-item-name {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.pros-nav-item-num {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  margin-top: -25px;
}

.pros-slider {
  box-shadow: 55px 55px 55px 1px rgba(42, 32, 35, 0.4);
}

.pros-slider img {
  width: 100%;
}

.section-cert {
  position: relative;
}

.section-cert:before {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  top: 270px;
  bottom: 0;
  background: #faf4f0;
}

.section-cert .section-content {
  padding-top: 90px;
  padding-bottom: 110px;
}

.section-cert h2,
.section-cert .h2 {
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 21px 0;
}

.section-cert .section-descr {
  font-size: 15px;
  line-height: 1.73;
}

.cert-slider-wrapper {
  margin: 0 -20px;
}

.cert-slider {
  margin: 0 0 100px 0;
}

.cert-slider .slick-list {
  overflow: visible;
}

.cert-slider .slick-arrow {
  bottom: -100px;
}

.cert-slider .slick-prev {
  left: 20px;
}

.cert-slider .slick-next {
  left: 90px;
}

.cert-slider .slick-slide {
  margin: 0 20px;
  transition: all .5s ease;
  opacity: 0;
}

.cert-slider .slick-slide.slick-active {
  opacity: 1;
}

.cert-tmb {
  text-decoration: none !important;
}

.cert-tmb-pic {
  position: relative;
}

.cert-tmb-pic:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background: url(../images/zoom.svg) 0 0 no-repeat;
  margin: -35px 0 0 -35px;
  transition: all .3s ease;
  transform: scale(0.75);
  opacity: 0;
}

.cert-tmb:hover .cert-tmb-pic:after {
  transform: scale(1);
  opacity: 1;
}

.cert-tmb-pic img {
  width: 100%;
  box-shadow: 35px 35px 55px 1px rgba(42, 32, 35, 0.2);
}

.cert-tmb-descr {
  font-size: 14px;
  line-height: 20px;
  color: #b5b3b1;
  margin: 13px 0 0 0;
  position: relative;
}

.section-consult {
  background: url(../images/section-consult-bg.jpg) center center no-repeat;
  background-size: cover;
}

.popup-section-consult {
  background: url(../images/popup-section-consult-bg.jpg) center center no-repeat;
  background-size: cover;
}

.popup-section-consult {
  margin: 0 -60px;
}

.section-consult .section-content {
  padding: 100px 0 100px 0;
}

.popup-section-consult .section-content {
  padding: 100px 60px 100px 60px;
}

.popup-section-consult .section-content > .row {
  flex-wrap: nowrap;
}

.popup-section-consult {
  padding: 0;
}

.popup-section-consult .col-l {
  width: 345px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 15px;
}

.popup-section-consult .col-r {
  padding: 0 60px 0 15px;
  flex-grow: 1;
}

.popup-section-consult .section-header {
  margin: 50px 0 0 0;
}

.popup-section-consult h2,
.popup-section-consult .h2 {
  margin: 0;
  font-size: 45px;
  line-height: 1.11;
  color: #fff;
  position: relative;
  z-index: 10;
}

.section-consult .section-header {
  position: relative;
  z-index: 5;
  padding: 48px 0 0 0;
}

.section-consult h2,
.section-consult .h2 {
  color: #fff;
  margin: 0;
}

.consult-form {
  position: relative;
}

.consult-form-inner {
  position: relative;
  padding: 75px 30px 55px 0;
  min-height: 200px;
}

.popup-section-consult .consult-form-inner {
  padding: 60px 30px 55px 0;
}

.consult-form:before {
  content: "";
  position: absolute;
  left: -300px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ef4333;
}

.popup-section-consult .consult-form:before {
  left: -200px;
}

.consult-form .row {
  margin: 0;
  flex-wrap: nowrap;
}

.consult-form .row > * {
  padding: 0;
}

.popup-section-consult .consult-form .row {
  flex-wrap: wrap;
}

.consult-form .form-group {
  width: 260px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
}

.consult-form .form-footer {
  width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
}

.consult-form .form-footer .btn {
  width: 100%;
  font-size: 18px !important;
}

.consult-form .form-agree {
  font-size: 10px;
  line-height: 1.4;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  height: 50px;
}

.popup-section-consult .consult-form .form-agree {
  width: 100%;
  margin: 18px 0 0 0;
  flex-grow: 1;
  height: auto;
  padding: 0;
}

.section-objects .section-content {
  padding-top: 93px;
  padding-bottom: 0;
}

.section-objects .section-header h2,
.section-objects .section-header .h2 {
  margin: 0 0 14px 0;
}

.section-objects h3,
.section-objects .h3 {
  font-size: 24px;
  line-height: 30px;
  color: #ef4333;
  font-weight: bold;
  margin: 0 0 43px 0;
}

.works-list {
  margin: 0 0 -40px 0;
}

.work-tmb {
  display: flex;
  align-items: flex-start;
  padding: 35px 0;
  margin: 0 0 40px 0;
}

.work-tmb a:hover {
  text-decoration: none;
}

.work-tmb-pic {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: -35px 0;
}

.work-tmb-pic img {
  width: 100%;
  box-shadow: 35px 35px 55px 1px rgba(42, 32, 35, 0.2);
}

.work-tmb-descr {
  background: #32373c;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 130px;
  flex-grow: 1;
}

.work-tmb-num {
  background: rgba(239, 67, 51, 0.9);
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 60px;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}

.work-tmb-num span {
  display: block;
  margin: 0 0 0 -13px;
}

.work-tmb h3,
.work-tmb .h3 {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

.work-tmb-text {
  padding: 20px 30px 20px 20px;
}

.objects-list {
  margin: 100px 0 0 0;
}

.objects-list .row {
  margin: 0;
}

.objects-list .row > * {
  padding: 0;
}

.object-tmb {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
}

.object-tmb-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.object-tmb-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.object-tmb-descr {
  position: relative;
  padding: 33px 40px 33px 40px;
}

.object-tmb h3,
.object-tmb .h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.section-prices {
  position: relative;
}

.section-prices:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #faf4f0;
  margin-left: -180px;
}

.section-prices .section-content {
  padding-top: 120px;
  padding-bottom: 100px;
}

.section-prices h2,
.section-prices .h2 {
  margin: 0 0 24px 0;
}

.price-form-num {
  font-size: 15px;
  font-weight: bold;
  color: #ef4333;
  margin: 0 0 3px 0;
}

.price-form-slider {
  margin: 0 20px 0 0;
}

.price-form h3,
.price-form .h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #32373c;
  margin: 0 0 20px 0;
}

.price-form-nav {
  margin: 43px 0 0 0;
  display: flex;
}

.price-form-nav .btn {
  width: 50%;
  flex-grow: 0;
}

.price-photo-slider-wrapper {
  margin: 0 0 0 -20px;
}

.price-photo-slider {
  box-shadow: 55px 55px 55px 1px rgba(42, 32, 35, 0.2);
}

.price-photo-slider img {
  width: 100%;
}

ul.price-form-dots {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 25px;
  line-height: 45px;
  font-weight: bold;
  margin: 36px -24px 0 -24px;
}

ul.price-form-dots > li {
  padding: 0;
  margin: 0 20px;
  font-size: 25px;
  line-height: 45px;
  font-weight: bold;
  color: #d9cfc7;
  transition: all .2s ease;
  padding: 4px;
}

ul.price-form-dots > li:before {
  display: none;
}

ul.price-form-dots > li.active {
  color: #ef4333;
  transform: scale(1.8) translateY(-4px);
  transform-origin: center center;
}

.section-projects .section-content {
  padding-top: 110px;
  padding-bottom: 0;
  z-index: 10;
}

.section-projects .section-header {
  padding-right: 130px;
}

.projects-slider .slick-arrow {
  width: 100px;
  height: 100px;
  left: 50%;
  bottom: auto;
  margin-left: 480px;
}

.projects-slider .slick-prev {
  top: -100px;
}

.projects-slider .slick-next {
  top: 0;
}

.projects-slider .slick-list {
  overflow: visible;
}

.projects-slider .slick-slide {
  opacity: 0;
  transition: opacity .5s ease;
}

.projects-slider .slick-slide.slick-active {
  opacity: 1;
}

.project-tmb {
  display: flex;
  position: relative;
  align-items: flex-end;
  min-height: 550px;
  text-decoration: none !important;
  color: #fff !important;
}

.project-tmb-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-tmb-pic:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.project-tmb-descr {
  position: relative;
  padding: 30px 220px 43px 50px;
}

.project-tmb-address {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 1.71;
}

.project-tmb-address:before {
  content: "";
  width: 15px;
  height: 20px;
  background: url(../images/ico-project-address.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.project-tmb h3,
.project-tmb .h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  color: #fff;
  margin: 0 0 17px 0;
}

.project-tmb-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 170px;
  padding: 20px;
  background: rgba(27, 27, 31, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-tmb-logo img {
  max-width: 100%;
  max-height: 100%;
}

.project-tmb-button {
  position: absolute;
  right: 0;
  top: 100%;
}

.section-letters {
  position: relative;
}

.section-letters .section-content {
  padding-top: 150px;
}

.section-letters:before {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 270px;
  background: #faf4f0;
}

.section-faq .section-content {
  padding-top: 10px;
  padding-bottom: 80px;
}

.section-faq {
  position: relative;
}

.section-faq:before {
  content: "";
  background: #faf4f0;
  position: absolute;
  right: 0;
  height: 150px;
  bottom: 0;
  left: 50%;
  margin-left: 240px;
}

.faq-nav-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 54px 0;
}

.faq-nav-tabs .nav-link {
  border: none !important;
  background: #262526 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.38;
  font-weight: bold;
  width: 25%;
  position: relative;
  padding: 25px 20px 25px 25px;
  flex-grow: 0;
}

.faq-nav-tabs .nav-link:nth-child(even) {
  background: #313135 !important;
}

.faq-nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  transition: all .3s ease;
}

.faq-nav-tabs .nav-link:hover:before {
  background: #d12516;
}

.faq-nav-tabs .nav-link.active:before {
  background: #ef4333;
  top: -20px;
  bottom: -20px;
}

.faq-nav-tabs .nav-link.active {
  z-index: 10;
}


.faq-nav-link-inner {
  position: relative;
}

.faq-tab-button {
  display: flex;
  align-items: center;
}

.faq-tab-button-ico {
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  margin: 0 20px 0 0;
}

.faq-tab-button-ico:before {
  content: "?";
  font-family: 'helveticaneue';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.faq-item {
  margin: 0 0 15px 0;
  padding: 0 0 0 60px;
}

.faq-item-ttl {
  position: relative;
  cursor: pointer;
  margin: 0 300px 0 0;
}

.faq-item-ttl:before {
  font-family: 'helveticaneue';
  content: "?";
  position: absolute;
  left: -60px;
  top: -4px;
  border: 2px solid #32373c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  transition: all .3s ease;
}

.faq-item:hover .faq-item-ttl:before,
.faq-item.active .faq-item-ttl:before {
  border-color: #ef4333;
  background-color: #ef4333;
  color: #fff;
}

.faq-item-ttl h3,
.faq-item-ttl .h3 {
  font-size: 16px;
  line-height: 1.63;
  font-weight: bold;
  transition: all .3s ease;
  color: #32373c;
  margin: 0 0 0 0;
}

.faq-item:hover .faq-item-ttl h3,
.faq-item:hover .faq-item-ttl .h3,
.faq-item.active .faq-item-ttl h3,
.faq-item.active .faq-item-ttl .h3 {
  color: #ef4333;
}

.faq-item-content {
  display: none;
  padding: 42px 0 60px 40px;
  margin-top: -30px;
}

.faq-item-content-inner {
  box-shadow: 35px 35px 75px 0 rgba(128, 111, 98, 0.24);
  background-color: #fff;
  display: flex;
  padding: 0 60px 0 40px;
}

.faq-item-text {
  font-size: 14px;
  line-height: 1.86;
  padding: 32px 20px 32px 0;
}

.faq-item-author {
  align-self: flex-start;
  margin: -30px 0 0 0;
}

.faq-item-button {
  margin: 27px 0 -67px 0;
}

.section-contacts {
  position: relative;
}

.section-contacts:before {
  content: "";
  background: #faf4f0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -400px;
  left: 50%;
  margin-left: 240px;
}

.section-contacts .section-content {
  padding: 100px 0 30px 0;
}

.contacts-map {
  position: absolute;
  left: 50%;
  top: 100px;
  right: 0;
  bottom: 0;
  margin-left: -180px;
  box-shadow: 35px 35px 75px 0 rgba(128, 111, 98, 0.24);
}

.contacts-map [class$=ground-pane] {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.contacts-descr {
  padding: 64px 0 50px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.contacts-descr h2,
.contacts-descr .h2 {
  margin: 0 0 64px 0;
}

.contacts-phone {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  margin: 0 0 14px 0;
}

.contacts-phone a {
  color: #32373c !important;
  text-decoration: none !important;
}

.contacts-address {
  margin: 0 0 14px 0;
}

.contacts-button {
  margin: 74px 0 0 0;
}

.contacts-button .btn {
  min-width: 250px;
}

.pros-list {
  margin: 42px 0 -40px 0;
}

.pros-tmb {
  margin: 0 0 40px 0;
  display: flex;
}

.pros-tmb-pic {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  z-index: 5;
}

.pros-tmb-pic img {
  max-width: 100%;
}

.pros-tmb-descr {
  position: relative;
  min-height: 100px;
  flex-grow: 1;
}

.pros-tmb-descr:before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  right: 0;
  height: 100px;
  background: #faf4f0;
}

.pros-tmb-descr-inner {
  position: relative;
  font-size: 16px;
  line-height: 1.38;
  font-weight: bold;
  padding: 25px 20px 10px 0;
}

.blockquote {
  position: relative;
  padding-left: 60px;
  margin-left: -60px;
  margin-top: 45px;
  margin-bottom: 45px;
  color: #32373c;
}

.blockquote:before {
  content: "";
  background: #faf4f0;
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  width: 500px;
}

.blockquote-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding: 44px 0 0 140px;
  position: relative;
  z-index: 5;
}

.blockquote-author {
  position: relative;
  z-index: 5;
  display: flex;
  margin: 25px 0 0 0;
}

.blockquote-author:before {
  content: "";
  width: 117px;
  height: 90px;
  background: url(../images/quote.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: -50px;
}

.blockquote-author-pic {
  width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 6px 40px 0 0;
  position: relative;
}

.blockquote-author-name {
  position: relative;
}

.blockquote-author .name {
  font-size: 15px;
  line-height: 1.67;
  font-weight: bold;
}

.blockquote-author .post {
  font-size: 13px;
  line-height: 1.67;
  color: #73767a;
}

.stages-list {
  margin: 43px 0 -15px 0;
}

.stage-tmb {
  display: flex;
  margin: 0 0 35px 0;
  width: 100%;
}

.stage-tmb-pic {
  width: 70px;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-start;
  margin: 25px 0;
  z-index: 5;
}

.stage-tmb-descr {
  flex-grow: 1;
  position: relative;
}

.stage-tmb-descr:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #faf4f0;
}

.stage-tmb-descr-inner {
  position: relative;
  padding: 26px 20px 25px 30px;
}

.stage-tmb-num {
  position: absolute;
  z-index: 10;
  font-size: 30px;
  line-height: 30px;
  color: #ef4333;
  font-weight: bold;
  width: 70px;
  text-align: center;
  left: -70px;
  top: 11px;
}

.stage-tmb h3,
.stage-tmb .h3 {
  font-size: 16px;
  line-height: 1.38;
  font-weight: bold;
  margin: 0;
}

.popup .objects-list {
  margin: 42px -60px 0 -60px;
}

.popup-section-result:before {
  content: "";
  background: #faf4f0;
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  width: 500px;
}

.projects-list .row {
  margin: 0;
}

.projects-list .row > * {
  padding: 0;
}

.popup .projects-list {
  margin: 42px -60px 120px -60px;
}

.projects-list .project-tmb {
  min-height: 450px;
}

.popup-section-about {
  padding-top: 0;
  padding-bottom: 60px;
}

.popup-section-about:before {
  content: "";
  position: absolute;
  right: -60px;
  top: -54px;
  bottom: 0;
  width: 500px;
  background: #faf4f0;
}

.popup-video-wrapper {
  display: flex;
  margin: 43px 0 0 0;
}

.popup-video-pic {
  width: 57%;
  flex-grow: 0;
  flex-shrink: 0;
}

.popup-video-descr {
  flex-grow: 1;
  padding: 0 0 0 40px;
}

.popup-video-descr h3,
.popup-video-descr .h3 {
  font-size: 30px;
  line-height: 35px;
  color: #ef4333;
}

.video {
  height: 336px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

.video:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  transition: all .2s ease;
  background: rgba(239, 67, 51, 0.9) url(../images/play.svg) 40px center no-repeat;
  border-radius: 50%;
}

.video:hover:after {
  background-color: #ef4333;
}

.video.active:after {
  display: none;
}

.popup-video-pic .video {
  margin-left: -60px;
}

.services-list-big-alt {
  margin-top: 31px;
  margin-bottom: 0;
}

.services-list-big-alt .service-features {
  font-size: 16px;
  line-height: 1.38;
}

.services-list-big-alt .service-features-tmb-pic {
  width: 45px;
}

.services-list-big-alt .service-features-tmb-pic img {
  transform: scale(1.4);
  transform-origin: 0 center;
}

.project-gallery {
  margin: 100px -60px 80px -60px;
}

.project-gallery .row {
  margin: 0;
}

.project-gallery .row > * {
  padding: 0;
}

.project-gallery + .popup-section-result {
  margin-top: -80px;
}

footer {
  font-size: 11px;
  line-height: 1.45;
  color: #b7adad;
  font-weight: normal;
  padding: 110px 0 110px 0;
}

.footer-l {
  padding: 0 15px;
  flex-grow: 1;
}

.footer-m {
  padding: 0 15px;
  align-self: flex-end;
}

.footer-r {
  padding: 0 15px;
  align-self: flex-end;
  width: 290px;
  flex-grow: 0;
  flex-shrink: 0;
}

.footer-logo {
  display: flex;
}

.footer-logo-pic {
  margin: 2px 20px 0 0;
}

.footer-logo-text {
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
  color: #181818;
  font-weight: 500;
}

.footer-copy {
  position: relative;
  padding: 0 0 0 43px;
  margin: 0 5px 0 0;
}

.footer-copy:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ico-copy.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.footer-dev {
  display: inline-block;
  position: relative;
  padding: 0 0 0 64px;
  color: #b7adad !important;
}

.footer-dev:hover {
  text-decoration: underline;
  color: #b7adad !important;
}

.footer-dev:before {
  content: "";
  width: 49px;
  height: 30px;
  background: url(../images/logo-renart.png) 0 0 no-repeat;
  background-size: 49px 30px;
  position: absolute;
  left: 0;
  top: 0;
}

/* Квиз */

.price-form-step.active {

}

.form-group-other {
  display: none;
  margin: 20px 0 0 0;
}

/* Квиз END */

.success-modal-button {
  margin: 30px 0 0 0;
}