@charset "UTF-8";
@import url(/js/swiper/css/swiper.min.css);
/* Variables */
@import url(/templates/project/js/nouislider/nouislider.min.css);
.container {
  margin: 0 auto;
}

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

.container_w {
  padding: 0;
}

.content-left {
  padding-right: 30px;
}

.content-right {
  padding-left: 30px;
}

/* Grid */
.row {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.row:before, .row:after {
  content: '';
  display: table;
}

.row:after {
  clear: both;
}

.col-1 {
  float: left;
  width: 8.33333%;
  min-height: 1px;
}

.col-2 {
  float: left;
  width: 16.66667%;
  min-height: 1px;
}

.col-3 {
  float: left;
  width: 25%;
  min-height: 1px;
}

.col-4 {
  float: left;
  width: 33.33333%;
  min-height: 1px;
}

.col-5 {
  float: left;
  width: 41.66667%;
  min-height: 1px;
}

.col-6 {
  float: left;
  width: 50%;
  min-height: 1px;
}

.col-7 {
  float: left;
  width: 58.33333%;
  min-height: 1px;
}

.col-8 {
  float: left;
  width: 66.66667%;
  min-height: 1px;
}

.col-9 {
  float: left;
  width: 75%;
  min-height: 1px;
}

.col-10 {
  float: left;
  width: 83.33333%;
  min-height: 1px;
}

.col-11 {
  float: left;
  width: 91.66667%;
  min-height: 1px;
}

.col-12 {
  float: left;
  width: 100%;
  min-height: 1px;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 767px;
    padding: 0 20px;
  }
  .content-left {
    padding-right: 0;
  }
  .content-right {
    padding-left: 0;
  }
  .col-xs-1 {
    float: left;
    width: 8.33333%;
    min-height: 1px;
  }
  .col-xs-2 {
    float: left;
    width: 16.66667%;
    min-height: 1px;
  }
  .col-xs-3 {
    float: left;
    width: 25%;
    min-height: 1px;
  }
  .col-xs-4 {
    float: left;
    width: 33.33333%;
    min-height: 1px;
  }
  .col-xs-5 {
    float: left;
    width: 41.66667%;
    min-height: 1px;
  }
  .col-xs-6 {
    float: left;
    width: 50%;
    min-height: 1px;
  }
  .col-xs-7 {
    float: left;
    width: 58.33333%;
    min-height: 1px;
  }
  .col-xs-8 {
    float: left;
    width: 66.66667%;
    min-height: 1px;
  }
  .col-xs-9 {
    float: left;
    width: 75%;
    min-height: 1px;
  }
  .col-xs-10 {
    float: left;
    width: 83.33333%;
    min-height: 1px;
  }
  .col-xs-11 {
    float: left;
    width: 91.66667%;
    min-height: 1px;
  }
  .col-xs-12 {
    float: left;
    width: 100%;
    min-height: 1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 1199px;
    padding: 0 20px;
  }
  .content-left {
    padding-right: 0;
  }
  .content-right {
    padding-left: 0;
  }
  .col-sm-1 {
    float: left;
    width: 8.33333%;
    min-height: 1px;
  }
  .col-sm-2 {
    float: left;
    width: 16.66667%;
    min-height: 1px;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
    min-height: 1px;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333%;
    min-height: 1px;
  }
  .col-sm-5 {
    float: left;
    width: 41.66667%;
    min-height: 1px;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
    min-height: 1px;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333%;
    min-height: 1px;
  }
  .col-sm-8 {
    float: left;
    width: 66.66667%;
    min-height: 1px;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
    min-height: 1px;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333%;
    min-height: 1px;
  }
  .col-sm-11 {
    float: left;
    width: 91.66667%;
    min-height: 1px;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
    min-height: 1px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0 30px;
  }
  .col-lg-1 {
    float: left;
    width: 8.33333%;
    min-height: 1px;
  }
  .col-lg-2 {
    float: left;
    width: 16.66667%;
    min-height: 1px;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
    min-height: 1px;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333%;
    min-height: 1px;
  }
  .col-lg-5 {
    float: left;
    width: 41.66667%;
    min-height: 1px;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
    min-height: 1px;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333%;
    min-height: 1px;
  }
  .col-lg-8 {
    float: left;
    width: 66.66667%;
    min-height: 1px;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
    min-height: 1px;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333%;
    min-height: 1px;
  }
  .col-lg-11 {
    float: left;
    width: 91.66667%;
    min-height: 1px;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
    min-height: 1px;
  }
}

.opinions {
  position: relative;
  margin: 65px 0;
  padding: 38px 100px;
  text-align: center;
}

.opinions_frame {
  border: solid 1px #e5e5e5;
}

.opinions__prev {
  left: 0;
  right: auto;
}

.opinions__next, .opinions__prev {
  top: 175px;
}

.opinions__title {
  margin-bottom: 38px;
}

.opinions__link {
  margin-top: 30px;
}

.opinion__link {
  font-size: 18px;
}

.opinion__date {
  margin-bottom: 20px;
}

.opinion__text {
  margin: 40px 0 0 0;
  font: 300 22px/1.5em opensans;
}

.opinion__text p + p {
  margin-top: 0;
}

.opinion__text_hidden {
  max-height: 6em;
  overflow: hidden;
}

.opinion__text_m {
  margin: 0 0 10px 0;
}

.opinion__text_overflow p {
  position: relative;
  display: inline-block;
}

.author {
  position: relative;
  display: block;
  max-width: 230px;
  margin: 0 auto;
}

.author svg {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: -1;
}

.author__photo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.author__name {
  margin: 15px 0 5px;
  font: 600 22px/1em raleway;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.author__position {
  font: 18px/1.5em raleway;
}

.author__position_white {
  color: #fff;
  font-size: 18px;
}

.opinion__author {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .opinions {
    margin: 10px 0 30px;
    padding: 40px 30px;
  }
  .opinion__text {
    font-size: 15px;
  }
  .opinions__next, .opinions__prev {
    top: auto;
    bottom: 0;
  }
  .opinions__link {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .opinion__author {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.gallery {
  width: 73.32696%;
  position: relative;
  overflow: hidden;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery_post {
  width: 100%;
  padding-bottom: 100px;
}

.gallery_post .swiper-container {
  overflow: visible;
}

.gallery_post .gallery__navigation {
  position: absolute;
  right: 65px;
  bottom: 50px;
}

.gallery__item {
  cursor: url("/img/cursor-plus.png"), auto;
}

.gallery__cover {
  background-size: cover;
  background-position: center center;
  height: 480px;
  background-repeat: no-repeat;
}

.gallery-thumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.gallery-thumbs__zoom {
  cursor: pointer;
  position: relative;
  min-height: 90px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.gallery-thumbs__zoom:hover {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.gallery__note {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  right: 10em;
  font: 300 1em/1.2em opensans;
  color: #808080;
  padding: 20px 0;
  width: 22em;
  text-align: right;
}

.gallery-thumbs__item {
  border: 4px solid #312d3b;
  max-width: 150px;
  position: relative;
}

.gallery-thumbs__item:not(:first-child) {
  border-left: none;
}

.gallery-thumbs__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: 0;
}

.gallery-thumbs__item:hover:before {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(0, 0, 0, 0.6);
}

.gallery-thumbs__item_active:before {
  content: none;
}

.gallery-thumbs__item_active:after {
  content: '';
  position: absolute;
  background: #ffc600;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
}

.gallery-thumbs__img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  display: block;
  float: left;
  min-height: 90px;
}

.gallery__navigation {
  position: absolute;
  right: 0;
  bottom: 60px;
}

.gallery-full {
  position: fixed;
  overflow: hidden;
  left: -99999px;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.gallery-full .swiper-container {
  height: 100%;
}

.gallery-full_open {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  left: 0;
}

.gallery-full__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slider-tabs {
  margin-bottom: 30px;
}

.tabs__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.tabs__head:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #59516b;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.tabs__title {
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  padding: 19px 20px;
  cursor: pointer;
  font: 600 14px/1em raleway;
  color: #312d3b;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}

.tabs__title:after {
  content: '';
  position: absolute;
  background-color: #f2f2f2;
  width: 100%;
  height: 0%;
  bottom: 0;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
  left: 0;
  z-index: -1;
}

.tabs__title:hover:after {
  height: 100%;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
}

.tabs__title:not(:last-child) {
  border-right: 1px solid #f2f2f2;
}

.tabs__title.tabs__title_current {
  background-color: #59516b;
  position: relative;
  color: #fff;
}

.tabs__title.tabs__title_current:before {
  content: "";
  display: block;
  width: 4px;
  height: 25px;
  position: absolute;
  bottom: 14px;
  left: 0;
  background-color: #ffc600;
}

.tabs__title.tabs__title_current:hover:after {
  content: none;
}

.tabs__cont {
  max-height: 480px;
  border-bottom: 4px solid #59516b;
  overflow: hidden;
}

.tabs__item {
  position: relative;
  overflow: hidden;
  height: 480px;
}

.tabs__item_bold-border {
  border: 35px solid #59516b;
}

.tabs__item_hidden {
  display: none;
}

.slide__title {
  color: #312d3b;
  margin-bottom: 20px;
}

.slide__text p {
  font: 300 18px/1.45em opensans;
  color: #312d3b;
}

.slide {
  position: relative;
  height: 100%;
}

.tabs__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
}

.pagination {
  border-top: 1px solid #f2f2f2;
  position: absolute;
  height: 65px;
  width: 85%;
}

.pagination__numb {
  font: 300 30px/1em opensans;
}

.pagination__numb.swiper-pagination-fraction {
  bottom: 17px;
  right: 0;
  left: initial;
  width: initial;
}

.pagination__numb .swiper-pagination-current {
  color: #312d3b;
}

.pagination__numb .swiper-pagination-total {
  color: #ccc;
}

.tabs .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  filter: "alpha(opacity=10)";
  -ms-filter: "alpha(opacity=10)";
}

.tabs .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

@media (max-width: 767px) {
  .tabs .tabs__title {
    padding: 10px 5px;
    border-radius: 3px;
    border: solid 1px #dedce1;
    margin: 0 4px 4px 0;
    font-size: 12px;
  }
  .tabs .tabs__title.tabs__title_current:before {
    content: none;
  }
  .tabs .tabs__head:after {
    content: none;
  }
  .tabs .tabs__cont {
    border: 0;
  }
  .tabs .tabs__item {
    height: 545px;
  }
  .tabs .tabs__item_bold-border {
    border: 0;
  }
  .tabs .slide__text-wrap {
    margin: 30px 15px 15px 20px;
  }
  .tabs .slide__text p {
    font-size: 16px;
  }
  .tabs .slide__text-wrap .slide__text {
    max-height: 115px;
  }
  .tabs .gallery__cover {
    height: 280px;
  }
  .tabs .gallery-thumbs__img {
    min-height: 66px;
  }
  .tabs .pagination {
    width: 100%;
    border-top: 0;
  }
  .tabs .pagination__numb.swiper-pagination-fraction {
    bottom: -webkit-calc(50% - 15px);
    bottom: calc(50% - 15px);
    right: initial;
    left: 20px;
    width: initial;
  }
  .tabs .navigation {
    right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tabs__cont {
    height: 550px;
    max-height: 550px;
  }
  .tabs__item {
    height: 550px;
  }
  .tabs__title {
    padding: 19px 2px;
  }
  .slide__photo {
    padding-bottom: 70%;
  }
}

.favor {
  margin-bottom: 45px;
}

.favor__subtitle {
  margin-bottom: 45px;
}

.favor__item {
  padding: 0 20px;
}

.favor__item SPAN {
  font: 300 30px/1em opensans;
}

.favor__item_grid {
  padding: 0 35px;
  min-height: 280px;
}

.favor__img {
  text-align: center;
  margin: 20px auto;
  width: 147px;
  height: 147px;
  max-width: 147px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffc600;
}

.favor__img svg {
  width: 90px;
  height: 100%;
}

.favor__img_trans {
  border-radius: 0;
  background-color: transparent;
}

.favor__img_trans svg, .favor__img_trans img {
  width: 140px;
  height: 100%;
}

.favor__desc {
  font: 300 18px/1.2em opensans;
  text-align: center;
}

.favor__mark {
  font: 300 30px/1em opensans;
}

.noUi-handle {
  background: #ffc600;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.noUi-handle:before,
.noUi-handle:after {
  width: 1px;
  height: 7px;
  background: #ba9200;
  top: 13px;
}

.noUi-handle:before {
  left: 15px;
}

.noUi-handle:after {
  left: 18px;
}

.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 34px;
  left: -17px;
  top: -16px;
}

.noUi-target {
  border: none;
  border-radius: 0;
}

.noUi-target .noUi-background {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #b2aebf;
}

.noUi-connect {
  background: #ffc600;
}

.noUi-target.noUi-connect {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 19px 0 19px;
}

.noUi-value-horizontal {
  font: 13px/18px opensans;
  font-weight: 300;
  color: #808080;
  text-transform: lowercase;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: 40px;
  width: 50px;
  text-align: left;
  margin-left: -5px;
}

.noUi-marker.noUi-marker-horizontal.noUi-marker-large {
  display: block;
  height: 8px;
  width: 1px;
  top: -2px;
  background: #b2aebf;
}

.noUi-marker.noUi-marker-horizontal.noUi-marker-normal {
  display: none;
}

.noUi-pips-horizontal {
  height: initial;
  padding: 15px 0;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*.odometer.odometer-auto-theme, .odometer.odometer-theme-default {*/
/*font-family: "Helvetica Neue", sans-serif;*/
/*line-height: 1.1em;*/
/*}*/
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/* ----- layout calc ----- */
.calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1200px;
}

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

/* --- для случая когда третьим столбцом идет баннер --- */
.full-calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1200px;
}

.full-calc::after {
  content: "";
  display: table;
  clear: both;
}

.full-calc .calc {
  width: 72.36842%;
}

/* --- когда у calc__input фон другой --- */
.calc_invert .calc__input {
  background-color: #f2f2f2;
}

.calc_invert .slider-config__value {
  background-color: #fff;
}

.calc__input {
  width: 46.06061%;
  background-color: #fff;
  padding: 30px 25px;
  -webkit-box-shadow: 0 1px 2px 0 #f2f2f2, 2px 2px 15px 0 rgba(178, 174, 191, 0.29);
          box-shadow: 0 1px 2px 0 #f2f2f2, 2px 2px 15px 0 rgba(178, 174, 191, 0.29);
  z-index: 1;
}

.calc__output {
  width: 53.93939%;
  position: relative;
}

.calc-table-bg {
  padding: 30px 0 15px;
  background: #ffde66;
}

/* ----- grid for calc-table ----- */
.calc__cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 20px 0;
  min-height: 1px;
  float: left;
}

.calc__cell_1 {
  width: 31.5%;
}

.calc__cell_2 {
  width: 29.5%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.calc__cell_3 {
  width: 39%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.calc__cell_4 {
  width: 68.5%;
  padding: 0;
}

/* ----- borders for calc-table ----- */
.calc-table {
  margin: 0 15px 0 25px;
}

.calc-table .calc__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.calc-table .calc__row::after {
  content: "";
  display: table;
  clear: both;
}

.calc-table .calc__row:first-child .calc__cell:after {
  content: none;
}

.calc-table .calc__row:first-child .calc__cell:last-child {
  border: transparent;
}

.calc-table .calc__row:nth-child(2) .calc__cell:last-child {
  border-top: 4px solid #fff;
  padding-top: 17px;
}

.calc-table .calc__row:last-child .calc__cell:after {
  content: none;
}

.calc-table .calc__row:last-child .calc__cell:last-child {
  border-bottom: 4px solid #fff;
}

.calc-table .calc__row:last-child .calc__cell:last-child:after {
  content: none;
}

.calc-table .calc__row:last-child .calc__cell .val {
  margin-bottom: 25px;
}

.calc-table .calc__row .calc__cell {
  white-space: nowrap;
}

.calc-table .calc__row .calc__cell:last-child {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

.calc-table .calc__row .calc__cell:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(49, 45, 59, 0.2);
  height: 1px;
  width: 100%;
}

/* ----- calc-table elements ----- */
.calc-table__title {
  font: 300 18px/1em opensans;
  color: #312d3b;
}

.calc-table__title_bold {
  font-weight: 600;
}

.calc-table__value {
  font: 600 18px/1em opensans;
  color: #312d3b;
  text-align: right;
  display: inline-block;
  opacity: 0;
}

.calc-table__value:after {
  font-weight: normal;
  margin-left: 5px;
}

.calc-table__value.calc_appear {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.calc-table__value_big {
  font: 30px/1em opensans;
  font-weight: 400;
}

.calc-table .rub_light {
  display: none;
}

.calc-table .rub_small {
  display: inline;
}

.calc-table .rub_small:after {
  content: '\e865';
  font-size: 12px;
  top: -2px;
}

/* ----- calc-right - output bottom block ----- */
.calc-gift {
  position: absolute;
  bottom: 5em;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.calc-gift.calc_appear {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.calc-total {
  margin: 40px 0 30px;
  padding: 0 15px 0 25px;
  color: #312d3b;
  font-weight: 300;
}

.calc-total::after {
  content: "";
  display: table;
  clear: both;
}

.calc_no-wrap {
  white-space: nowrap;
}

.calc-total-cont .rub_medium {
  display: none;
}

.calc-total-cont .rub_light {
  display: inline;
}

.calc-total__title {
  font: 300 18px/1em opensans;
  color: #312d3b;
  padding-bottom: 10px;
}

.calc-total__value {
  display: inline-block;
  font: 300 52px/1em opensans;
  color: #312d3b;
}

.calc-conclusion {
  margin: 27px 0 20px;
  padding: 0 0 0 25px;
  position: relative;
}

.calc-conclusion::after {
  content: "";
  display: table;
  clear: both;
}

.calc-conclusion-cont {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.calc-conclusion-cont.calc_appear {
  opacity: 1;
}

.calc-conclusion__title {
  font: 300 26px/1em raleway;
  color: #000;
}

.calc-conclusion__text {
  font: 300 18px/1em raleway;
  color: #a6a6a6;
}

.calc-output-text {
  margin: 20px 0 20px;
  padding: 0 0 0 25px;
  position: relative;
}

.calc-output-text::after {
  content: "";
  display: table;
  clear: both;
}

.calc-output-text-cont_mob {
  display: none;
  text-align: center;
  padding-top: 16px;
}

.calc-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
}

.calc-btn .btn {
  width: 67%;
}

.calc-total-cont .rub_light:after {
  font-size: 36px;
  top: 6px;
}

/* ----- calc-left  - input block ----- */
.calc__input-title {
  font: 600 18px/1em opensans;
  color: #312d3b;
  padding: 20px 0;
  margin-bottom: 12px;
}

.slider-config__label {
  font: 300 18px/1em opensans;
  color: #312d3b;
  margin: 10px 0 0 0;
}

.slider-config__value {
  font: 15px/18px opensans;
  font-weight: 400;
  width: 100%;
  max-width: 150px;
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  padding: 9px 15px;
  float: right;
  text-align: right;
}

.slider-config {
  margin: 0 0 48px;
}

.slider-config_value-move .noUi-value:nth-child(2) {
  margin-left: -10px;
}

.slider-config_value-move .noUi-value:last-child {
  margin-left: -40px;
}

.js-slider {
  margin: 10px 10px 30px;
}

.noUi-value {
  text-align: center;
  margin-left: -25px;
}

.noUi-value:nth-child(2) {
  margin-left: -20px;
}

.noUi-value:last-child {
  margin-left: -25px;
}

/* ----- noUi Slider ----- */
.slider-toggle {
  font: 15px/18px opensans;
  font-weight: 300;
  color: #312d3b;
  border-bottom: 1px dotted #808080;
  padding: 5px 0 0;
  cursor: pointer;
  float: right;
  margin-bottom: 5px;
}

.slider-toggle .rub_light:after {
  font-size: 10px;
  top: -1px;
  margin-left: 5px;
}

.a-center {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.calc__banner, .calc__banner_gray {
  margin-left: 30px;
  padding: 5em 0;
  background-color: #fff;
  text-align: center;
  width: 24.5614%;
}

.calc__banner .subtitle, .calc__banner_gray .subtitle {
  text-align: center;
  margin-bottom: 20px;
}

.calc__banner_gray {
  background: #f2f2f2;
}

.banner__link {
  margin-bottom: 40px;
}

/* --- calc open|close for mobile begin --- */
.calc__output_mob-min.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.calc__output_mob-min.disable {
  opacity: 0;
  pointer-events: none;
}

/* --- calc open|close for mobile end --- */
@media (max-width: 767px) {
  .full-calc {
    margin: 0 -20px;
  }
  .full-calc .calc {
    width: 100%;
  }
  .full-calc .calc__banner, .full-calc .calc__banner_gray {
    display: none;
  }
  .calc,
  .full-calc .calc {
    display: block;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .calc__input {
    width: 100%;
  }
  .calc__output {
    width: 100%;
  }
  .calc-table-bg {
    padding: 10px 0 15px;
  }
  .calc__cell {
    padding: 10px;
    text-align: left;
    padding-top: 14px;
  }
  .calc__cell_2 {
    width: 32.5%;
  }
  .calc__cell_3 {
    width: 36%;
  }
  .calc__cell_4 {
    padding: 0 0 0 15px;
  }
  .calc-table {
    margin: 0 15px 0 10px;
  }
  .calc-table .calc__row:nth-child(2) .calc__cell:last-child {
    padding-top: 7px;
  }
  .calc-table .calc__row:first-child .calc__cell_2 {
    padding: 10px 0 10px 10px;
  }
  .calc-table .calc__row:first-child .calc__cell_3 {
    padding: 10px 0;
  }
  .calc-table .calc__row .calc__cell:after {
    content: none;
  }
  .calc-table__title {
    font-size: 13px;
    font-weight: 600;
  }
  .calc-table__value {
    font-size: 13px;
    font-weight: 400;
  }
  .calc-table .rub_small {
    display: none;
  }
  .calc-table .rub_light {
    display: inline;
  }
  .calc-table .rub_light:after {
    font-size: 10px;
    top: -1px;
    content: '\e867';
  }
  .calc-total-cont .rub:after {
    font-size: 26px;
    top: 4px;
    content: '\e866';
  }
  .calc-total-cont .rub_light {
    display: none;
  }
  .calc-total-cont .rub_medium {
    display: inline;
  }
  .calc-total__title {
    font-size: 13px;
    font-weight: 400;
  }
  .calc-total__value {
    font-size: 37px;
    font-weight: 400;
  }
  .calc-conclusion__title {
    font-size: 21px;
    font-weight: 400;
  }
  .calc-output-text {
    display: none;
  }
  .calc-conclusion__text {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
  }
  .calc-output-text-cont .link {
    font-size: 13px;
    font-weight: 400;
  }
  .calc-output-text-cont_mob {
    display: block;
  }
  .calc-gift {
    bottom: 9.5em;
  }
  .calc-total__value .rub_light:after {
    font-size: 29px;
    top: -3px;
  }
  .calc-btn {
    position: relative;
    text-align: center;
    padding: 10px 20px 27px;
  }
  .calc-btn .btn {
    width: 100%;
  }
  .slider-config__label,
  .slider-toggle {
    font-size: 13px;
  }
  .calc__output_mob-min .calc-table {
    margin: 0 15px 0 10px;
  }
  .calc__output_mob-min .calc-table .calc__row:nth-child(2) .calc__cell:last-child {
    border-bottom: 4px solid #fff;
    padding-top: 7px;
  }
  .calc__output_mob-min .calc-table .calc__row:nth-child(3), .calc__output_mob-min .calc-table .calc__row:nth-child(4) {
    display: none;
  }
  .calc__output_mob-min .calc-table .calc__row .calc__cell:after {
    content: none;
  }
  .calc__output_mob-min .calc-gift,
  .calc__output_mob-min .calc-conclusion,
  .calc__output_mob-min .calc-total {
    display: none;
  }
  .calc__output_mob-min .calc-output-text-cont_mob {
    display: none;
  }
  .calc__output_mob-min .calc-btn {
    background-color: #fff;
    padding: 27px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .full-calc .calc {
    width: 100%;
  }
  .full-calc .calc__banner, .full-calc .calc__banner_gray {
    display: none;
  }
  .calc__input {
    width: 44.64286%;
    padding: 30px 20px;
  }
  .calc__output {
    width: 55.35714%;
  }
  .calc-table {
    margin: 0 15px;
  }
  .calc__cell {
    padding-right: 10px;
  }
  .calc__cell_4 {
    padding: 0;
  }
  .calc-conclusion__text {
    display: inline;
  }
  .calc__input-title,
  .slider-config__label,
  .calc-table__title,
  .calc-table__value {
    font-size: 17px;
  }
  .calc-btn .btn {
    width: 75%;
  }
}

.consultant {
  text-align: center;
}

.consultant .subtitle {
  margin: 0 0 30px;
}

.consultant__photo {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  background-image: url(/img/avatar_white.jpg);
}

.consultant__name {
  font: 700 22px/22px raleway;
  color: #000;
  margin: 23px 0 10px;
}

.consultant__position {
  color: #312d3b;
  margin: 0 0 10px;
}

.consultant__email {
  font-style: normal;
  display: inline-block;
  margin: 0 0 15px;
}

.consultant__phone {
  font-style: normal;
  display: block;
  margin: 0 0 15px;
}

.banner {
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.banner .btn {
  width: 100%;
}

.banner svg {
  width: 147px;
  height: 147px;
  margin-bottom: 30px;
}

.banner .zigzag {
  margin: 25px auto;
}

.banner .subtitle {
  margin-bottom: 30px;
}

.banner_yellow {
  background-color: #ffde66;
  padding: 40px 30px;
}

.banner_yellow__text {
  font: 300 18px/1.3em raleway;
  color: #312d3b;
  margin-bottom: 40px;
}

.banner_light-gray {
  background-color: #f2f2f2;
  padding: 50px 29px;
}

.banner_dark {
  background-color: #59516b;
  padding: 45px 26px 35px;
}

.banner_dark svg {
  width: 120px;
  margin-bottom: 10px;
}

.banner_dark__text {
  font: 300 18px/1.3em raleway;
  color: #fff;
  margin-bottom: 30px;
}

.tile {
  margin: 55px 0;
}

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

.tile__item {
  height: 285px;
  background: #fff;
  position: relative;
  padding: 30px;
  z-index: 1;
}

.tile__item .tile__frame {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  border-color: #e5e5e5;
}

.tile__item svg {
  max-height: 110px;
  height: 110px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.tile__item:hover .tile__frame {
  border-color: #d2d2d2;
}

.tile__item_dark {
  background: #312d3b;
  color: #fff;
}

.tile__item_dark .tile__frame {
  border-color: rgba(255, 255, 255, 0.2);
}

.tile__item_dark:hover {
  color: #fff;
}

.tile__item_dark:hover .tile__frame {
  border-color: rgba(255, 255, 255, 0.8);
}

.tile__item_light {
  background: #ffde66;
}

.tile__item_light .tile__frame {
  border-color: rgba(255, 255, 255, 0.5);
}

.tile__item_light:hover .tile__frame {
  border-color: white;
}

.tile__item_violet {
  background: #59516a;
  color: #fff;
}

.tile__item_violet .tile__frame {
  border-color: rgba(255, 255, 255, 0.2);
}

.tile__item_violet:hover {
  color: #fff;
}

.tile__item_violet:hover .tile__frame {
  border-color: rgba(255, 255, 255, 0.8);
}

.tile__item_high {
  height: 570px;
  float: right;
  padding: 85px 30px;
  position: relative;
}

.tile__item_high:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 103px;
  height: 146px;
  background: url("/img/service-picture.png") 0 0 no-repeat;
  z-index: -1;
}

.tile__item_high:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 151px;
  height: 208px;
  background: url("/img/service-chair.png") 0 0 no-repeat;
  z-index: -1;
}

.tile__item_high svg {
  max-height: 125px;
}

.tile__item_long {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.tile__item_long .tile__inner {
  width: 40%;
  float: right;
}

.tile__item_long svg {
  max-height: 125px;
}

.tile__inner {
  text-align: center;
}

.tile__text {
  font: 600 1em/1em raleway;
  margin-top: 15px;
}

.tile__frame {
  display: inline-block;
  vertical-align: top;
  border: 2px solid;
  padding: 11px 22px;
  margin-top: 15px;
}

.tile__svg-wrap {
  max-height: 120px;
  height: 120px;
}

.tile__item_high .tile__svg-wrap {
  max-height: 135px;
}

.tile__item_long .tile__svg-wrap {
  max-height: 135px;
}

@media (max-width: 767px) {
  .tile__item .tile__text {
    width: 60%;
    margin: 20px auto 0;
  }
  .tile__item_long {
    background-image: none !important;
  }
  .tile__item_long .tile__inner {
    width: auto;
    float: none;
  }
  .tile__item_high {
    height: 285px;
    padding: 30px;
  }
  .tile__item_high:before, .tile__item_high:after {
    content: none;
  }
  .tile__item_high:hover:before, .tile__item_high:hover:after {
    content: none;
  }
}

@media (min-width: 1200px) {
  .tile__item:hover svg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
}

.bank-slider {
  padding: 40px 0 70px;
  background-image: url(/img/bank-slider_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.bank-slider__container {
  position: relative;
  padding: 0 180px;
}

.bank-slider__content {
  margin-top: 40px;
}

.bank-slider__item {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.bank-slider__item IMG {
  max-width: 100%;
}

@media (max-width: 767px) {
  .bank-slider__container {
    padding: 0 35px;
  }
  .bank-slider__item {
    width: 58px;
    height: 58px;
  }
  .bank-slider__item img {
    max-width: 80%;
  }
  .simple-slider__btn-prev {
    left: 0;
  }
  .simple-slider__btn-next {
    right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bank-slider__container {
    padding: 0 98px;
  }
}

.banners-wrap {
  position: relative;
}

.banners {
  position: relative;
  background-color: #ffe175;
}

.banners__slide {
  background-repeat: no-repeat;
  background-position-x: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.banners__cont {
  position: absolute;
  text-align: left;
  top: 30%;
  left: 60%;
  right: 0;
  bottom: 0;
  max-width: 360px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 5;
  max-height: 320px;
  overflow: hidden;
}

.banners__title {
  font: 300 52px/1.1em raleway;
  color: #000;
  margin: 0 0 36px 0;
}

.banners__title_sm {
  font-size: 27px;
}

.banners__text {
  font: 300 19px/25px raleway;
  color: #000;
  margin: 0;
}

.banners__prev {
  top: -webkit-calc(50% - 65px);
  top: calc(50% - 65px);
  left: 0;
  right: auto;
}

.banners__next {
  top: -webkit-calc(50% - 65px);
  top: calc(50% - 65px);
}

.banners__form-wrap {
  display: inline-block;
  vertical-align: middle;
  max-width: 628px;
}

.banners__form-wrap .agreement_long span {
  padding-top: 0;
}

.banners__form {
  background-color: #fff;
  padding: 30px 0;
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  width: auto;
  max-width: 1140px;
  margin: auto;
  z-index: 3;
  -webkit-box-shadow: 0 4px 14px 0 rgba(208, 153, 0, 0.33);
          box-shadow: 0 4px 14px 0 rgba(208, 153, 0, 0.33);
}

.banners__form .request-light__form.form_with-btn {
  margin-top: 0;
}

.banners__form .request-light__form.form_with-btn .btn {
  padding: 19px 50px;
  width: auto;
  height: 56px;
}

.banners__form .request-light__form.form_with-btn .input2 {
  font-size: 15px;
  padding: 17px 40px 17px 30px;
}

.banners__form .request-light__form.form_with-btn .input2::-webkit-input-placeholder {
  font-size: 15px;
}

.banners__form .request-light__form.form_with-btn .input2::-moz-placeholder {
  font-size: 15px;
}

.banners__form .request-light__form.form_with-btn .input2:-ms-input-placeholder {
  font-size: 15px;
}

.banners__form_title {
  font: 600 31px/33px raleway;
  color: #000;
  margin: 0 40px 0 0;
  vertical-align: middle;
}

.banners .swiper-pagination {
  bottom: 140px;
  left: 60%;
  right: 0;
  width: auto;
  text-align: left;
}

.banners .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 2px solid #fff;
}

.banners .swiper-pagination-bullet-active {
  background-color: #59516a;
  border: #59516a;
}

.banners .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.banners .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.yellow-block {
  background-color: #ffde66;
  padding: 110px 0 55px;
}

.yellow-block .favor {
  margin: 0 80px 45px;
}

.yellow-block__title {
  text-align: center;
  margin-bottom: 30px;
}

.opinions {
  margin: 0 30px 0 0;
}

.calculator {
  margin-bottom: 60px;
  padding: 60px 0 86px;
  background-color: #f2f2f2;
}

.calculator__title {
  margin-bottom: 36px;
}

.calculator__text {
  margin-bottom: 34px;
}

.problems2 {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 #ffc601, 2px 2px 26px 0 #ffc401;
          box-shadow: 0 1px 2px 0 #ffc601, 2px 2px 26px 0 #ffc401;
  margin-top: 50px;
  padding: 50px 80px 40px;
}

.problems2__title {
  text-align: center;
  margin: 30px 0 30px;
}

.problems2__row {
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0 27px;
}

.problems2__row:last-child {
  border: 0;
}

.problems2__item:nth-child(odd) {
  padding-right: 30px;
}

.problems2__item:nth-child(odd) .problems2__circle {
  background-color: #59516a;
  color: #fff;
  text-align: center;
  font: 800 30px/42px raleway;
}

.problems2__circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffc601;
  position: relative;
}

.problems2__circle svg {
  width: 25px;
  height: 25px;
}

.problems2__circle svg path {
  stroke: #fff;
}

.problems2__text {
  width: -webkit-calc(100% - 46px);
  width: calc(100% - 46px);
  padding-left: 25px;
  padding-top: 10px;
}

.sequence {
  margin: 70px 0 0;
}

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

.sequence__title {
  text-align: center;
  margin: 60px 0;
}

.sequence__item {
  position: relative;
}

.sequence__item:nth-child(6) .sequence__arr {
  display: none;
}

.sequence__cont {
  text-align: center;
}

.sequence__text {
  font: 300 1em/1.2em raleway;
  color: #312d3b;
  margin: 20px auto 0;
  max-width: 140px;
}

.sequence__circle {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #ffc601;
  margin: auto;
}

.sequence__circle svg path {
  fill: #fff;
}

.sequence__arr {
  position: absolute;
  right: -18px;
  top: -webkit-calc(74px / 2 - 9px);
  top: calc(74px / 2 - 9px);
}

.sequence__arr_mob {
  display: none;
}

.opinions-container {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .yellow-block {
    padding: 55px 0;
  }
  .yellow-block .favor {
    margin: 0 0 45px 0;
  }
  .banners {
    height: auto;
  }
  .banners .swiper-pagination {
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: initial;
  }
  .banners .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .banners__form {
    margin: 0;
    left: 0;
    right: 0;
    position: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 20px;
  }
  .banners__form .request-light__form.form_with-btn {
    display: none;
  }
  .banners__form-wrap {
    display: block;
  }
  .banners__form_title {
    margin: 0;
    font-size: 23px;
  }
  .banners__cont {
    width: 90%;
    left: 0;
    right: 0;
    top: auto;
    margin: 30px auto 0;
    text-align: center;
    position: relative;
    max-width: 100%;
    min-height: 250px;
  }
  .banners__title {
    font-size: 32px;
    line-height: 1.1em;
    margin: 0 0 26px 0;
  }
  .banners__text {
    font-size: 18px;
    line-height: 1.2em;
  }
  .banners__next,
  .banners__prev {
    top: -webkit-calc(40% - 65px);
    top: calc(40% - 65px);
  }
  .calculator {
    padding-bottom: 0;
  }
  .calculator .full-calc {
    margin: 0 -20px;
  }
  .calc__banner, .calc__banner_gray, .calc__banner_gray {
    display: none;
  }
  .problems2 {
    padding: 50px 20px 40px;
  }
  .problems2 .zigzag {
    height: 8px;
    width: 51px;
  }
  .problems2__row {
    padding: 23px 0;
  }
  .problems2__item {
    padding: 11px 0;
  }
  .problems2__circle {
    vertical-align: middle;
  }
  .problems2__text {
    vertical-align: middle;
    padding-top: 0;
  }
  .sequence {
    margin: 20px 0 0;
  }
  .sequence__title {
    text-align: left;
  }
  .sequence__item {
    margin-bottom: 30px;
  }
  .sequence__cont {
    text-align: left;
  }
  .sequence__circle {
    display: inline-block;
    vertical-align: middle;
  }
  .sequence__text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 12px;
  }
  .sequence__arr {
    position: absolute;
    right: 0;
    top: initial;
    left: -webkit-calc(74px / 2 - 3px);
    left: calc(74px / 2 - 3px);
    bottom: -22px;
  }
  .sequence__arr svg {
    display: none;
  }
  .sequence__arr_mob {
    display: block;
  }
  .sequence__arr_mob svg {
    display: block;
  }
  .opinions {
    margin: 0 0 30px;
  }
  .banners__slide {
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .yellow-block .favor {
    margin: 0 0 45px 0;
  }
  .banners {
    height: auto;
  }
  .banners__cont {
    width: 80%;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto;
    text-align: center;
    position: relative;
    max-width: 100%;
  }
  .banners__title {
    margin: 0 0 25px 0;
  }
  .banners__text {
    max-width: 385px;
    margin: auto;
  }
  .banners .swiper-pagination {
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: 230px;
  }
  .banners__slide {
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
  .banners__form {
    margin: 0;
    left: 0;
    right: 0;
    position: initial;
  }
  .banners__form_title {
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .problems2 {
    padding: 50px 20px 40px;
  }
  .problems2__row {
    padding: 23px 0;
  }
  .problems2__item {
    padding: 11px 0;
  }
  .sequence {
    margin: 20px 0 0;
  }
  .sequence__item:nth-child(3) .sequence__arr {
    bottom: -45px;
    top: initial;
    left: -16px;
  }
  .sequence__item:nth-child(3) .sequence__arr svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sequence__item:nth-child(4), .sequence__item:nth-child(5), .sequence__item:nth-child(6) {
    float: right;
    margin-top: 84px;
  }
  .sequence__item:nth-child(4) .sequence__arr, .sequence__item:nth-child(5) .sequence__arr, .sequence__item:nth-child(6) .sequence__arr {
    display: block;
  }
  .sequence__item:nth-child(4) .sequence__arr svg, .sequence__item:nth-child(5) .sequence__arr svg, .sequence__item:nth-child(6) .sequence__arr svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sequence__item:nth-child(4) .sequence__arr {
    display: none;
  }
  .sequence__item .sequence__text {
    max-width: 140px;
    margin: 20px auto 0;
  }
  .opinions {
    margin: 0 0 30px;
  }
  .banner:first-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .banners {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .banners__slide_xs {
    display: block;
  }
  .banners__slide_sm,
  .banners__slide_lg {
    display: none;
  }
}

.main-page-text {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*# sourceMappingURL=index.css.map */
