.clearfix:after, .clearfix:before {
  content: '';
  clear: both;
  display: table;
}

html.index body {
  min-width: 0;
}

.header {
  height: 107px;
}
.header__fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.header__logo {
  display: block;
  width: 301px;
  height: 51px;
  background: url('../img/logos/head_regionstroy.png') 0 0 no-repeat;
  float: left;
  margin: 29px 0;
}
.header__right {
  float: right;
  padding-top: 10px;
}
.header__right-inside {
  float: right;
  text-align: right;
  position: relative;
}
.header__right-inside:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  right: -35px;
  top: 50%;
  background-color: #d4d4d4;
  z-index: 52;
}
.header__burger {
  display: none;
  cursor: pointer;
  width: 53px;
  height: 53px;
  background: url('../img/icons/mobile_burger.svg') center center no-repeat;
  background-size: 19px 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.header__info-mobile {
  display: none;
  width: 100%;
  margin: 15px 0;
}
.header__info-mobile-i {
  display: table-cell;
  width: 25%;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
  border-left: 1px solid #e2e2e2;
}
.header__info-mobile-i:first-child {
  border-style: none;
}
.header__info-mobile-i_type_phone {
  background-image: url('../img/icons/phone.svg');
}
.header__info-mobile-i_type_viber {
  background-image: url('../img/icons/head_viber.svg');
}
.header__info-mobile-i_type_whatsapp {
  background-image: url('../img/icons/head_whatsapp.svg');
}
.header__info-mobile-i_type_contacts {
  background-image: url('../img/icons/location_pin.svg');
}
.header__info {
  font-family: 'Futura PT Light';
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -24px;
}
.header__info-i {
  margin: 0 24px;
}
.header__navi {
  font-family: 'Futura PT Medium';
  text-transform: uppercase;
  margin: 0 -25px;
  font-size: 0;
}
.header__navi li {
  list-style: none;
  display: inline-block;
  margin: 0 25px;
  position: relative;
}
.header__navi a {
  text-decoration: none;
  color: #212121;
  display: block;
  font-size: 14px;
  padding: 18px 10px;
  z-index: 51;
  position: relative;
  background-color: #fff;
  outline-style: none;
}
.header__navi a:hover {
  text-decoration: underline;
}
.header__navi-drop {
  position: absolute;
  left: -18px;
  right: -18px;
  top: 27px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-out .4s,0.4s;
  transition-delay: .2s;
  z-index: 50;
  margin: 0;
  padding: 32px 0 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid #184574;
}
.header__navi li:hover .header__navi-drop {
  opacity: 1;
  visibility: visible;
}
.header__navi-drop li {
  display: block;
  padding: 0;
  margin: 0;
}
.header__navi-drop a {
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 28px;
  background-color: #dfdedd;
  text-decoration: none;
}
.header__navi-drop a:hover {
  background-color: #fff;
  text-decoration: none;
}

.center {
  margin: 0 auto;
  max-width: 1200px;
}

.slider {
  position: relative;
}
.slider__content {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  z-index: 1;
}
.slider__i {
  width: 100%;
  height: 30vw;
  position: relative;
  margin: 0;
  outline-style: none;
}
.slider__i:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #999;
  opacity: 0.1;
  z-index: 2;
  transform: translateZ(0);
}
.slider__i-content {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
  transform: translateZ(0);
}
.slider__i-v {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: 'Futura PT Medium';
  color: #fff;
  position: relative;
  z-index: 5;
  padding: 0 30px;
}
.slider__i-title {
  font-weight: bold;
  font-size: 56px;
  text-transform: uppercase;
}
.slider__i-text {
  font-size: 28px;
}
.slider__i-link {
  display: inline-block;
  text-decoration: none;
  color: #184574;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 34px;
  text-transform: uppercase;
  margin: 14px 0;
  transition: all linear 0.2s;
}
.slider__i-link:hover {
  border-color: #184574;
}

.slick-dots {
  text-align: center;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 0 11px;
  display: block;
  padding: 0;
  outline-style: none;
  transition: all linear 0.2s;
}
.slick-dots li button:hover {
  border-color: #184574;
}
.slick-dots li.slick-active button {
  background-color: #184574;
}
.slick-next  {
  position: absolute;
  left: 0;
  top: 50%;
  background: #ffffff url('../img/icons/arrow_left.svg') center center no-repeat;
  background-size: 15px;
  text-indent: -999999em;
  overflow: hidden;
  border-style: none;
  width: 30px;
  height: 30px;
  z-index: 15;
  outline-style: none;
  margin-top: -15px;
}
.slick-prev {
  position: absolute;
  right: 0;
  top: 50%;
  background: #ffffff url('../img/icons/arrow_right.svg') center center no-repeat;
  background-size: 15px;
  text-indent: -999999em;
  overflow: hidden;
  border-style: none;
  width: 30px;
  height: 30px;
  z-index: 15;
  outline-style: none;
  margin-top: -15px;
}
.slick-slider_color_blue .slick-next {
  background: #184574 url('../img/icons/arrow_left-w.svg') center center no-repeat;
  background-size: 15px;
}
.slick-slider_color_blue .slick-prev {
  background: #184574 url('../img/icons/arrow_right-w.svg') center center no-repeat;
  background-size: 15px;
}

.total {
  padding: 36px 0;
  font-family: 'Futura PT Medium';
  text-align: center;
}
.total__cell {
  float: left;
  width: 33.33%;
  text-align: center;
  color: #184574;
  font-size: 20px;
}
.total__ico {
  width: 54px;
  display: block;
  margin: 32px auto;
}
.total__value {
  font-weight: bold;
  text-transform: uppercase;
}

.objects__list {
  font-size: 0;
  text-align: center;
  margin: 0 -20px;
}
.objects__i {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 27px;
}
.objects__link {
  display: block;
  text-decoration: none;
  color: #184574;
}
.objects__i:hover .objects__preview {
  transform: scale(1.1);
}
.objects__content {
  display: block;
  border: 1px solid #184574;
}
.objects__preview-wrap {
  overflow: hidden;
  display: block;
  height: 243px;
  margin: 20px;
}
.objects__preview {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: all ease 0.3s;
}
.objects__info {
  background-color: #184574;
  color: #fff;
  display: block;
  padding: 15px 30px;
  text-align: left;
}
.objects__address {
  font-size: 24px;
  font-family: 'Futura PT Medium';
  display: block;
}
.objects__avalible {
  font-size: 18px;
  font-family: 'Futura PT Light';
  display: block;
}
.objects__state {
  font-family: 'Futura PT Medium';
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 5;
  margin-bottom: -12px;
  display: block;
}
.objects__state-label {
  background-color: #fff;
  padding: 0 17px;
  display: inline-block;
}

.section {
  margin-bottom: 14px;
}
.section__title {
  text-align: center;
  position: relative;
  color: #184574;
  font-size: 30px;
  font-family: 'Futura PT Medium';
  font-weight: bold;
  margin-bottom: 26px;
}
.section__title:before {
  content: '';
  height: 1px;
  background-color: #184574;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.section__title-inside {
  display: inline-block;
  background-color: #fff;
  padding: 0 23px;
  position: relative;
  z-index: 2;
}

.partners__list_type_mobile {
  display: none;
}
.partners__i {
  width: 100%;
  min-height: 150px;
  text-align: center;
  display: table !important;
}
.partners__i-v {
  display: table-cell;
  vertical-align: middle;
}
.partners__ico, .slick-slide img.partners__ico {
  display: inline-block;
  vertical-align: middle;
  max-width: 260px;
  max-height: 60px;
  margin: 20px 25px;
}


.info {
  font-size: 12px;
  font-family: 'Futura PT Light';
  display: inline-block;
  list-style: none;
  padding: 16px 0 16px 36px;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  color: #212121;
}
.info:before, .info:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 25px;
  margin-top: -12px;
}
.info_type_w-phone, .info_type_w-chat, .info_type_w-chat, .info_type_w-contacts {
  color: #fff;
}
.info_type_phone, .info_type_w-phone {
  padding-left: 37px;
}
.info_type_phone:before, .info_type_w-phone:before {
  background: transparent url('../img/icons/phone.svg') 0 center no-repeat;
  background-size: 15px;
}
.info_type_w-phone:before {
  background-image: url('../img/icons/phone-w.svg');
}
.info_type_chat, .info_type_w-chat {
  padding-left: 60px;
}
.info_type_chat:before, .info_type_w-chat:before {
  background: transparent url('../img/icons/head_viber.svg') 0 center no-repeat;
  background-size: 18px;
}
.info_type_w-chat:before {
  background-image: url('../img/icons/head_viber-w.svg');
}
.info_type_chat:after, .info_type_w-chat:after {
  background: transparent url('../img/icons/head_whatsapp.svg') 30px center no-repeat;
  background-size: 18px;
}
.info_type_w-chat:after, .info_type_w-chat:after {
  background-image: url('../img/icons/head_whatsapp-w.svg');
}
.info_type_contacts, .info_type_w-contacts {
  padding-left: 34px;
}
.info_type_contacts:before, .info_type_w-contacts:before {
  background: transparent url('../img/icons/location_pin.svg') 0 center no-repeat;
  background-size: 15px;
}
.info_type_w-contacts:before {
  background-image: url('../img/icons/location_pin-w.svg');
}

.footer {
  background-color: #184574;
  color: #fff;
  font-family: 'Futura PT Medium';
  padding: 71px 0 61px 0;
}
.footer__logo {
  display: block;
  width: 276px;
  height: 47px;
  text-decoration: none;
  background: url('../img/logos/footer_logo.png') 0 0 no-repeat;
  margin-bottom: 30px;
}
.footer__left {
  float: left;
  width: 430px;
}
.footer__right {
  overflow: hidden;
  text-align: right;
  font-size: 0;
  padding-top: 14px;
}
.footer__info {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.footer__info-i {
  padding-right: 10px;
  width: 50%;
  vertical-align: top;
  font-size: 16px;
}
.footer__navi {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 214px;
}
.footer__navi_size_large {
  width: 292px;
}
.footer__navi-i {
  display: block;
  list-style: none;
  margin-bottom: 14px;
}
.footer__navi-link {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.footer__navi-link:hover {
  text-decoration: underline;
}
.partners__link {
    display: inline-block;
    vertical-align: middle;
}