@font-face {
  font-family: 'Stolzl';
  src: local('Stolzl Book'), local('Stolzl-Book'), url('/fonts/Stolzl-Book/Stolzl-Book.woff2') format('woff2'), url('/fonts/Stolzl-Book/Stolzl-Book.woff') format('woff'), url('/fonts/Stolzl-Book/Stolzl-Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("/fonts/Stolzl-Regular/Stolzl-Regular.eot");
  src: url("/fonts/Stolzl-Regular/Stolzl-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Stolzl-Regular/Stolzl-Regular.woff") format("woff"), url("/fonts/Stolzl-Regular/Stolzl-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Stolzl";
  src: url("/fonts/Stolzl-Bold/Stolzl-Bold.eot");
  src: url("/fonts/Stolzl-Bold/Stolzl-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Stolzl-Bold/Stolzl-Bold.woff") format("woff"), url("/fonts/Stolzl-Bold/Stolzl-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
:root {
  --fancybox-accent-color: #0096FF;
  --fancybox-thumbs-border-radius: 0px;
}
:root {
  --bs-blue: #0096FF;
  --bs-primary: #0096FF;
  --bs-link-color: #0096FF;
}
.fw400 {
  font-weight: 400;
}
* {
  outline: none;
}
a:hover {
  color: #0096FF;
}
a.js-link {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}
body {
  font-family: 'Stolzl', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #272727;
  background: #F4F6FB;
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
}
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #F4F6FB;
}
body.white_body {
  background: #ffffff;
}
a,
.nav-link {
  color: #0096FF;
}
a:hover,
.nav-link:hover {
  color: #0096FF;
}
h2,
.h2,
.page_title,
.page_header {
  font-size: 32px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 35px 0;
}
h2 h1,
.h2 h1,
.page_title h1,
.page_header h1,
h2 h2,
.h2 h2,
.page_title h2,
.page_header h2 {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h2,
  .h2,
  .page_title,
  .page_header {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
  h2 h1,
  .h2 h1,
  .page_title h1,
  .page_header h1,
  h2 h2,
  .h2 h2,
  .page_title h2,
  .page_header h2 {
    font-size: 22px;
  }
}
.block_margin_small {
  margin: 0 0 50px 0;
}
.block_margin {
  margin: 0 0 70px 0;
}
@media (max-width: 767px) {
  .block_margin {
    margin: 0 0 50px 0;
  }
}
.block_margin_big {
  margin: 0 0 100px 0;
}
ul.blue_checks {
  list-style-image: url('/img/icons/li_check_blue.svg');
  padding-left: 21px;
}
.nowrap {
  white-space: nowrap;
}
.fancybox__container {
  z-index: 2147483647;
}
.container-max-width {
  max-width: 1366px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .container-max-width.lg-full {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .container-max-width.md-full {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .container-max-width {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-max-width.sm-full {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .container-max-width.xs-full {
    padding-right: 0;
    padding-left: 0;
  }
  .container-max-width.xs-full h2,
  .container-max-width.xs-full .h2,
  .container-max-width.xs-full .page_title,
  .container-max-width.xs-full .page_header {
    padding: 0 15px;
  }
}
.main_first_white_rounded {
  padding: 70px 0 0 0;
  margin: 0 0 70px 0;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .main_first_white_rounded {
    border-radius: 0px;
    padding-top: 50px;
    margin: 0 0 50px 0;
  }
}
.main_second_white_rounded {
  padding: 45px 0 0 0;
  margin: 70px 0 0 0;
  background: #FFFFFF;
  position: relative;
}
@media (max-width: 991px) {
  .main_second_white_rounded {
    padding: 30px 0 0 0;
  }
}
.main_second_white_rounded::before {
  content: '';
  display: block;
  height: 20px;
  width: 100%;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: -20px;
}
/*Clearfix*/
.cf:after {
  content: '';
  display: block;
  clear: both;
}
/*Предупреждение, что ничего не найдено. Серое.*/
.alert.alert-empty {
  width: 100%;
  color: #88919D;
  background-color: #eeeeee;
  text-align: center;
}
/*Знак вопроса в кружке.*/
.circle_question {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border: 1px solid;
  font-size: 10px;
  line-height: 14px;
  color: #AAABAC;
  text-decoration: none;
  text-align: center;
  padding: 0 1px 0 0;
  font-weight: 400;
}
/*Футер.*/
.footer {
  background: #F9F9F9;
  border-top: 0px;
}
.footer .footer_top {
  padding: 45px 0;
  border-bottom: 1px solid #D5DBE0;
}
@media (max-width: 991px) {
  .footer .footer_top {
    padding: 30px 0;
    border-top: 1px solid #D5DBE0;
  }
}
@media (max-width: 576px) {
  .footer .footer_top {
    padding: 25px 0;
  }
}
.footer .footer_phone {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer .footer_phone {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .footer .footer_phone {
    font-size: 14px;
  }
}
.footer .footer_phone:hover {
  color: #0096FF;
}
.footer .footer_menues {
  padding: 50px 0 20px 0;
}
.footer .footer_menues .col-auto {
  max-width: 240px;
}
@media (max-width: 767px) {
  .footer .footer_menues {
    display: none;
  }
}
.footer .footer_bottom {
  padding: 20px 0 30px 0;
}
.footer .footer_bottom .copyright {
  font-size: 10px;
  line-height: 1.5;
  color: #88919D;
}
.footer .footer_bottom .mediaidea {
  display: inline-block;
  padding: 0 0 0 53px;
  min-height: 38px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #272727;
  background: url('/img/mediaidea.png') 0 center no-repeat;
  text-decoration: none;
}
.footer .footer_bottom .mediaidea:hover {
  color: #0096FF;
}
/*Логотип в футере.*/
.footer_logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer_logo .logo-icon {
  margin: 0 10px 0 0;
  width: 43px;
  height: 28px;
}
@media (max-width: 576px) {
  .footer_logo .logo-icon {
    width: 30px;
    height: 22px;
  }
}
.footer_logo .logo-text {
  max-width: 151px;
}
@media (max-width: 576px) {
  .footer_logo .logo-text {
    max-width: 100px;
  }
}
/*Соц.сети.*/
.social_icons {
  display: flex;
  justify-content: flex-start;
}
.social_icons .social_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 120px;
  background: #ffffff;
  border: 1px solid #F1F1F1;
  margin: 0 10px 0 0;
}
@media (max-width: 576px) {
  .social_icons .social_icon {
    height: 35px;
    width: 35px;
  }
}
.social_icons .social_icon:last-child {
  margin-right: 0px;
}
.social_icons .social_icon svg {
  color: #0096FF;
}
.social_icons .social_icon:hover .icon_vk {
  color: #0073F6;
}
.social_icons .social_icon:hover .icon_ok {
  color: #F7941F;
}
.social_icons .social_icon:hover .icon_youtube {
  color: #ff0000;
}
.social_icons .social_icon:hover .icon_telegram {
  color: #23A0DC;
}
.social_icons .social_icon:hover .icon_instagram {
  color: #833AB4;
}
svg.icon_vk {
  display: inline-block;
  width: 23px;
  height: 13px;
}
@media (max-width: 576px) {
  svg.icon_vk {
    width: 19px;
    height: 11px;
  }
}
svg.icon_instagram {
  display: inline-block;
  width: 38px;
  height: 38px;
}
@media (max-width: 576px) {
  svg.icon_instagram {
    width: 33px;
    height: 33px;
  }
}
svg.icon_ok {
  display: inline-block;
  width: 13px;
  height: 23px;
}
@media (max-width: 576px) {
  svg.icon_ok {
    width: 11px;
    height: 18px;
  }
}
svg.icon_youtube,
svg.icon_youtube_blue {
  display: inline-block;
  width: 23px;
  height: 15px;
}
@media (max-width: 576px) {
  svg.icon_youtube,
  svg.icon_youtube_blue {
    width: 19px;
    height: 13px;
  }
}
svg.icon_chat {
  display: inline-block;
  width: 23px;
  height: 20px;
}
@media (max-width: 576px) {
  svg.icon_chat {
    width: 19px;
    height: 16px;
  }
}
svg.icon_call {
  display: inline-block;
  width: 23px;
  height: 22px;
}
@media (max-width: 576px) {
  svg.icon_call {
    width: 19px;
    height: 18px;
  }
}
svg.icon_telegram {
  display: inline-block;
  width: 22px;
  height: 19px;
}
@media (max-width: 576px) {
  svg.icon_telegram {
    width: 19px;
    height: 16px;
  }
}
.social_icons.bigger .social_icon {
  width: 52px;
  height: 52px;
}
@media (max-width: 576px) {
  .social_icons.bigger .social_icon {
    height: 40px;
    width: 40px;
  }
}
.social_icons.bigger svg.icon_vk {
  display: inline-block;
  width: 27px;
  height: 15px;
}
@media (max-width: 576px) {
  .social_icons.bigger svg.icon_vk {
    width: 23px;
    height: 14px;
  }
}
.social_icons.bigger svg.icon_instagram {
  display: inline-block;
  width: 48px;
  height: 48px;
}
@media (max-width: 576px) {
  .social_icons.bigger svg.icon_instagram {
    width: 38px;
    height: 38px;
  }
}
.social_icons.bigger svg.icon_telegram {
  display: inline-block;
  width: 25px;
  height: 21px;
}
@media (max-width: 576px) {
  .social_icons.bigger svg.icon_telegram {
    width: 22px;
    height: 19px;
  }
}
.social_icons.bigger svg.icon_ok {
  display: inline-block;
  width: 14px;
  height: 26px;
}
@media (max-width: 576px) {
  .social_icons.bigger svg.icon_ok {
    width: 13px;
    height: 23px;
  }
}
.social_icons.bigger svg.icon_youtube,
.social_icons.bigger svg.icon_youtube_blue {
  display: inline-block;
  width: 28px;
  height: 18px;
}
@media (max-width: 576px) {
  .social_icons.bigger svg.icon_youtube,
  .social_icons.bigger svg.icon_youtube_blue {
    width: 23px;
    height: 15px;
  }
}
.social_icons.bigger svg.icon_chat {
  display: inline-block;
  width: 27px;
  height: 22px;
}
@media (max-width: 576px) {
  .social_icons.bigger svg.icon_chat {
    width: 23px;
    height: 20px;
  }
}
.social_icons.bigger svg.icon_call {
  display: inline-block;
  width: 26px;
  height: 23px;
}
@media (max-width: 576px) {
  .social_icons.bigger svg.icon_call {
    width: 23px;
    height: 22px;
  }
}
.social_icons.very_big .social_icon {
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0;
}
.social_icons.very_big svg.icon_vk {
  display: inline-block;
  width: 57px;
  height: 32px;
}
.social_icons.very_big svg.icon_telegram {
  display: inline-block;
  width: 50px;
  height: 44px;
}
svg.icon-cross {
  width: 12px;
  height: 12px;
}
.clear_filter svg.icon-cross {
  margin: -2px 0 0 0;
}
/*Блок компаса.*/
.compass_block {
  display: inline-block;
  position: relative;
  width: 74px;
  height: 78px;
}
@media (max-width: 767px) {
  .compass_block {
    width: 48px;
    height: 50px;
  }
}
.compass_block svg.icon-compass {
  width: 100%;
  height: 100%;
}
.compass_block .letter {
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 767px) {
  .compass_block .letter {
    font-weight: 300;
  }
}
.compass_block .letter.north {
  color: #0096FF;
  top: 0;
  left: 50%;
  margin: 0 0 0 -4px;
}
.compass_block .letter.west {
  top: 50%;
  left: 0;
  margin: -6px 0 0 0;
}
.compass_block .letter.east {
  top: 50%;
  right: 0;
  margin: -6px 0 0 0;
}
/*Карточки.*/
.some_card {
  position: relative;
}
.some_card .image {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 18px 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .some_card .image {
    margin: 0 0 14px 0;
  }
}
.some_card .image .card-hover {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.some_card .image .card-hover .card-hover__item {
  height: 100%;
  width: 100%;
}
.some_card .image .card-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
}
.some_card .image .card-nav .card-nav__item {
  width: 25px;
  height: 4px;
  border-radius: 5px;
  background: #fff;
  opacity: 0.3;
  margin: 0 7px;
}
.some_card .image .card-nav .card-nav__item.active {
  opacity: 1;
}
.some_card .image img {
  display: block;
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.5s linear;
}
.some_card .image img.hidden {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}
@media (max-width: 767px) {
  .some_card .image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 325px;
  }
}
.some_card .image .no_photo {
  width: 100%;
  padding: 0 0 100% 0;
  display: block;
  position: relative;
  background: #eeeeee;
  color: #cccccc;
}
.some_card .image .no_photo span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.some_card .icons_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 0 15px;
  display: flex;
  justify-content: space-between;
}
.some_card .icons_line .icons_left {
  flex: 1 1 auto;
}
.some_card .icons_line .icons_left .circle_icon,
.some_card .icons_line .icons_left .square_icon {
  margin: 0 6px 0 0;
}
@media (max-width: 1199px) {
  .some_card .icons_line .icons_left .with_popup_icon .popup_cont {
    transform: translateX(-20%);
  }
  .some_card .icons_line .icons_left .with_popup_icon .popup_cont .text_cont::after {
    left: 20%;
  }
}
.some_card .icons_line .icons_right {
  flex: 1 1 auto;
  text-align: right;
}
.some_card .icons_line .icons_right .circle_icon,
.some_card .icons_line .icons_right .square_icon {
  margin: 0 0 0 6px;
}
@media (max-width: 1199px) {
  .some_card .icons_line .icons_right .with_popup_icon .popup_cont {
    transform: translateX(-85%);
  }
  .some_card .icons_line .icons_right .with_popup_icon .popup_cont .text_cont::after {
    left: auto;
    right: 11%;
  }
}
.some_card .icons_line .circle_icon {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  vertical-align: top;
  cursor: pointer;
  background: rgba(0, 18, 49, 0.3);
  color: #ffffff;
}
@media (max-width: 767px) {
  .some_card .icons_line .circle_icon {
    width: 30px;
    height: 30px;
  }
}
.some_card .icons_line .circle_icon.percent_icon {
  line-height: 36px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .some_card .icons_line .circle_icon.percent_icon {
    line-height: 30px;
    font-size: 16px;
  }
}
.some_card .icons_line .circle_icon.key_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.some_card .icons_line .circle_icon.key_icon .icon_key {
  display: inline-block;
  width: 17px;
  height: 17px;
}
@media (max-width: 767px) {
  .some_card .icons_line .circle_icon.key_icon .icon_key {
    width: 14px;
    height: 14px;
  }
}
.some_card .icons_line .circle_icon.promo_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.some_card .icons_line .circle_icon.promo_icon .icon_lightning {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.some_card .icons_line .circle_icon:hover,
.some_card .icons_line .circle_icon.hovered {
  background: #0096FF;
  color: #ffffff;
}
.some_card .icons_line .square_icon {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  vertical-align: top;
  cursor: pointer;
  background: rgba(0, 18, 49, 0.3);
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .some_card .icons_line .square_icon {
    width: 30px;
    height: 30px;
  }
}
.some_card .icons_line .square_icon.parking_icon {
  line-height: 36px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .some_card .icons_line .square_icon.parking_icon {
    line-height: 30px;
    font-size: 16px;
  }
}
.some_card .icons_line .square_icon:hover,
.some_card .icons_line .square_icon.hovered {
  background: #0096FF;
  color: #ffffff;
}
.some_card .title_line {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  color: #272727;
}
.some_card .title {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .some_card .title {
    font-size: 20px;
  }
}
.some_card .title a {
  color: inherit;
  text-decoration: none;
}
.some_card .price {
  flex: 0 0 auto;
  padding: 0;
  position: relative;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 991px) {
  .some_card .price {
    font-size: 16px;
  }
}
.some_card .price span {
  font-size: 22px;
}
@media (max-width: 991px) {
  .some_card .price span {
    font-size: 20px;
  }
}
.some_card .small_text {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #88919D;
}
.some_card .small_text .ref {
  color: #0096FF;
  text-decoration: none;
}
.with_popup_icon {
  position: relative;
}
.with_popup_icon .popup_cont {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translatex(-50%);
  max-width: 210px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 10px 0;
  z-index: 1;
  font-weight: normal;
}
.with_popup_icon .popup_cont.wide {
  max-width: 340px;
}
@media (max-width: 576px) {
  .with_popup_icon .popup_cont.wide {
    max-width: 300px;
  }
}
.with_popup_icon .popup_cont .text_cont {
  padding: 7px 15px;
  border-radius: 4px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  color: #4E525E;
  text-align: center;
  box-shadow: 0px 3px 8px -6px rgba(24, 39, 75, 0.05), 0px 10px 36px -4px rgba(17, 24, 41, 0.1);
}
.with_popup_icon .popup_cont .text_cont .small {
  font-size: 10px;
}
.with_popup_icon .popup_cont .text_cont .black_color {
  color: #272727;
}
.with_popup_icon .popup_cont .text_cont span {
  color: #000000;
}
.with_popup_icon .popup_cont .text_cont a {
  text-decoration: none;
}
.with_popup_icon .popup_cont .text_cont::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin: 0 0 0 -10px;
  border-top: 8px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.with_popup_icon:hover .popup_cont,
.with_popup_icon.hovered .popup_cont {
  display: block;
}
.with_popup_icon.active:hover .popup_cont {
  display: none;
}
.with_popup_icon.left_side .popup_cont {
  transform: translateX(-20%);
}
.with_popup_icon.left_side .popup_cont .text_cont::after {
  right: auto;
  left: 20%;
}
.with_popup_icon.right_side .popup_cont {
  transform: translateX(-85%);
}
.with_popup_icon.right_side .popup_cont .text_cont::after {
  left: auto;
  right: 11%;
}
@media (max-width: 576px) {
  .with_popup_icon.left_side_xs .popup_cont {
    transform: translateX(-20%);
  }
  .with_popup_icon.left_side_xs .popup_cont .text_cont::after {
    right: auto;
    left: 20%;
  }
  .with_popup_icon.right_side_xs .popup_cont {
    transform: translateX(-85%);
  }
  .with_popup_icon.right_side_xs .popup_cont .text_cont::after {
    left: auto;
    right: 11%;
  }
}
/*Список карточек.*/
.cards_list .some_card {
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .cards_list .some_card {
    margin: 0 0 30px 0;
  }
}
/*Страница новостроек.*/
.complexes_list_filter_cont {
  padding-top: 35px;
}
.complexes_list_mortgage_cont {
  margin-top: 70px;
}
/*Список комплексов.*/
.complexes_list_block .block_header {
  font-weight: 400;
  font-size: 32px;
  color: #272727;
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .complexes_list_block .block_header {
    font-size: 24px;
    margin: 0 0 45px 0;
  }
}
@media (max-width: 576px) {
  .complexes_list_block .block_header {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.complexes_list_block .menu_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
.complexes_list_block .header_line {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
.complexes_list_block .header_line .block_header {
  margin: 0;
}
@media (max-width: 576px) {
  .complexes_filter_menu {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.complexes_filter_menu .nav-item {
  margin: 0 30px 0 0;
}
.complexes_filter_menu .nav-item .nav-link {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.25;
  padding: 9px 0;
  color: #88919D;
  text-decoration: none;
}
@media (max-width: 576px) {
  .complexes_filter_menu .nav-item .nav-link {
    white-space: nowrap;
    font-size: 14px;
    padding: 7px 0px;
  }
}
.complexes_filter_menu .nav-item .nav-link:hover {
  color: #0096FF;
}
.complexes_filter_menu .nav-item .nav-link.active {
  color: #0096FF;
  border-bottom: 2px solid;
  font-weight: 400;
}
.complexes_filter_menu .nav-item:last-child {
  margin-right: 0;
}
/*Фильтры недвижимости (вертикальный).*/
.estate_filter_block * {
  --bs-gutter-x: 3rem;
}
.estate_filter_block .checkbox_box_text {
  font-size: 14px;
  color: #88919D;
  cursor: pointer;
}
@media (max-width: 991px) {
  .estate_filter_block .checkbox_box_text {
    margin: 0 20px 19px 0;
  }
}
.estate_filter_block .checkbox_box_text:hover {
  color: #0096FF;
}
.estate_filter_block .checkbox_group_block .checkbox_box_text {
  display: block;
  margin: 7px 0px;
}
.estate_filter_block .checkbox_circle {
  margin: 0 8px 4px 0;
}
.estate_filter_block .field_cont {
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .estate_filter_block .field_cont {
    margin: 0 0 35px 0;
  }
}
.estate_filter_block .field_cont .title {
  color: #88919D;
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  .estate_filter_block .field_cont .title {
    margin: 0 0 20px 0;
  }
}
.estate_filter_block .clear_filter {
  display: inline-flex;
  color: #88919D;
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
  align-items: center;
  font-weight: 300;
}
.estate_filter_block .clear_filter svg {
  color: #D5DBE0;
}
.estate_filter_block .clear_filter:hover {
  color: #0096FF;
}
.estate_filter_block .clear_filter:hover svg {
  color: #0096FF;
}
/*Фильтры недвижимости (горизонтальный).*/
.estate_filter_horiz * {
  --bs-gutter-x: 3rem;
}
.estate_filter_horiz .checkbox_box_text {
  font-size: 14px;
  color: #88919D;
  cursor: pointer;
}
.estate_filter_horiz .checkbox_box_text:hover {
  color: #0096FF;
}
.estate_filter_horiz .checkbox_group_block .checkbox_box_text {
  display: block;
  margin: 7px 0px;
}
.estate_filter_horiz .field_cont {
  margin: 0 0 35px 0;
}
.estate_filter_horiz .field_cont .title {
  color: #88919D;
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 300;
}
.estate_filter_horiz .col-clear {
  flex: 0 0 auto;
  width: 200px;
}
.estate_filter_horiz .clear_filter {
  display: inline-flex;
  color: #88919D;
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
  align-items: center;
  font-weight: 300;
}
.estate_filter_horiz .clear_filter svg {
  color: #D5DBE0;
}
.estate_filter_horiz .clear_filter:hover {
  color: #0096FF;
}
.estate_filter_horiz .clear_filter:hover svg {
  color: #0096FF;
}
/*Всплывающий фильтр.*/
.popup_mobile_filter {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 2147483647;
}
.popup_mobile_filter.opened {
  display: flex;
}
.popup_mobile_filter .popup_scroll_inner {
  max-height: 100%;
  overflow-y: auto;
  padding: 15px 15px 0 15px;
}
.popup_mobile_filter .header {
  flex: 0 0 auto;
  font-size: 22px;
  color: #272727;
  padding: 30px 15px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_mobile_filter .header .close_popup {
  display: flex;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
}
.popup_mobile_filter .estate_filter_block {
  flex: 1 1 auto;
  height: 300px;
  padding: 0 0 80px 0;
  margin: 0;
  position: relative;
}
.popup_mobile_filter .estate_filter_block .popup_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px -6px 8px rgba(24, 39, 75, 0.05), 0px 10px 36px -4px rgba(17, 24, 41, 0.1);
}
.popup_mobile_filter .estate-filter .filter-send {
  width: 210px;
}
@media (max-width: 576px) {
  .popup_mobile_filter .estate-filter .filter-send {
    font-size: 12px;
  }
}
/*КРЕСТИК КРУТИЦА!*/
.clear_filter:hover .icon-cross {
  transform: rotate(180deg);
  transition: all 0.3s;
}
/*Карта с жилыми комплексами.*/
.complexes_and_map {
  width: 100%;
  height: 560px;
  position: relative;
}
.complexes_and_map .complexes_map_list {
  position: absolute;
  left: 70px;
  top: 30px;
  bottom: 45px;
  width: 410px;
}
@media (max-width: 1199px) {
  .complexes_and_map .complexes_map_list {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .complexes_and_map .complexes_map_list {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
ymaps .object-map {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
ymaps .object-map .object-map__image {
  width: 62px;
  height: 62px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  overflow: hidden;
}
ymaps .object-map .object-map__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ymaps .object-map .object-map__content {
  background: #ffffff;
  color: #272727;
  font-size: 14px;
  line-height: 1.25;
  padding: 6px 20px 6px 20px;
  border-radius: 8px;
  max-height: 32px;
  white-space: nowrap;
}
ymaps .object-map .object-map__content.office {
  display: none;
}
/*Список из линий.*/
.complexes_map_list .inner {
  max-height: 100%;
  border-radius: 20px;
  padding: 20px 4px 20px 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.complexes_map_list .map-switcher {
  flex: 0 0 auto;
  display: flex;
  margin-bottom: 30px;
  justify-content: space-evenly;
}
.complexes_map_list .map-switcher button {
  display: inline-block;
  background: none;
  color: #272727;
  border-radius: 0px;
  padding: 0 0 8px 0;
  font-size: 14px;
  line-height: 1.25;
  border: none;
  position: relative;
}
.complexes_map_list .map-switcher button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left center;
  pointer-events: none;
  background-color: #0096FF;
}
.complexes_map_list .map-switcher button.active {
  color: #0096FF;
  font-weight: 400;
}
.complexes_map_list .map-switcher button.active:after {
  transform: scaleX(1);
}
.complexes_map_list .wrapper {
  padding: 0 30px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-color: #CDD4FF transparent;
  scrollbar-width: thin;
  background: #ffffff;
}
@media (max-width: 767px) {
  .complexes_map_list .wrapper {
    padding: 0 15px;
  }
}
.complexes_map_list .wrapper::-webkit-scrollbar {
  width: 4px;
}
.complexes_map_list .wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.complexes_map_list .wrapper::-webkit-scrollbar-thumb {
  background-color: #CDD4FF;
}
.complexes_map_list .some_line {
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  padding: 15px 0;
  color: #272727;
  text-decoration: none;
}
.complexes_map_list .some_line.hidden {
  display: none;
}
.complexes_map_list .some_line .title_line {
  line-height: 22px;
}
.complexes_map_list .some_line .title {
  font-weight: 400;
  font-size: 18px;
}
.complexes_map_list .some_line .title a {
  color: inherit;
}
.complexes_map_list .some_line .price {
  float: right;
  font-size: 14px;
  position: relative;
}
.complexes_map_list .some_line .price b {
  font-size: 18px;
}
.complexes_map_list .some_line .address {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.complexes_map_list .some_line .work_time {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.complexes_map_list .some_line .text_param {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.complexes_map_list .some_line .phone {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.complexes_map_list .some_line .phone a {
  color: #272727;
}
.complexes_map_list .some_line .phone a:hover {
  color: #0096FF;
}
.complexes_map_list .some_line .area {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.complexes_map_list .some_line a {
  text-decoration: none;
}
.complexes_map_list .some_line.active .title {
  color: #0096FF;
}
@media (max-width: 767px) {
  .complexes_map_list .some_line.active .title {
    color: #272727;
  }
}
.complexes_map_list .some_line:first-child {
  padding-top: 0;
}
.complexes_map_list .some_line:last-child {
  border-bottom: 0px;
}
.complexes_map_list .some_line .mobile_close_line {
  display: none;
  text-align: right;
  margin: 0 0 10px 0;
}
.complexes_map_list .some_line .mobile_close_line .close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .complexes_map_list .inner {
    border-radius: 20px 20px 0 0;
    padding: 20px 0 10px 0;
  }
  .complexes_map_list .map-switcher {
    margin-bottom: 10px;
  }
  .complexes_map_list .some_line {
    display: none;
    padding: 0 0 10px 0;
    border-bottom: none;
  }
  .complexes_map_list .some_line .mobile_close_line {
    display: block;
  }
  .complexes_map_list .some_line.active {
    display: block;
  }
}
.complexes_and_map.fullscreen .complexes_map_list {
  z-index: 10010;
  position: fixed;
}
.back_button {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}
.back_button .circle {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  margin: 0 15px 0 0;
  background: transparent;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .back_button .circle {
    width: 30px;
    height: 30px;
  }
}
.back_button .circle::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(-45deg);
  margin: 0 0 0 4px;
  transition: all 0.3s;
}
.back_button:hover {
  color: #ffffff;
}
.back_button:hover .circle {
  background: #ffffff;
}
.back_button:hover .circle::after {
  border-color: #5A5A5A;
}
.yandex_map_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F6FB;
  color: #4E525E;
  overflow: hidden;
}
/*НОВОСТИ. -START-*/
.main_page_news {
  padding-bottom: 50px;
}
@media (max-width: 576px) {
  .main_page_news .header {
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
/*Список новостей.*/
.news_list .news_card {
  margin: 0 0 40px 0;
}
/*Карточки.*/
.news_card {
  position: relative;
}
.news_card .image {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 100%;
}
@media (max-width: 576px) {
  .news_card .image {
    padding-bottom: 160px;
  }
}
.news_card .image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_card .image .no_photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #eeeeee;
  color: #cccccc;
}
.news_card .image .no_photo span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news_card .image .no_photo .no_photo_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 56px;
}
.news_card .date {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #88919D;
}
.news_card .title {
  font-size: 16px;
  margin: 15px 0 0 0;
  font-weight: 400;
}
.news_card .title a {
  color: inherit;
  text-decoration: none;
}
.news_card .intro {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 0 0;
}
/*Страница новостей.*/
.article_page {
  margin: 0 0 50px 0;
}
.article_page .article_image {
  max-width: 100%;
  margin: 0 0 20px 0;
  display: inline-block;
  border-radius: 15px;
}
.article_page .article_title {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}
.article_page .article_text {
  font-size: 16px;
  line-height: 1.5;
  color: #4E525E;
  margin: 0 0 50px 0;
}
.article_page .article_text img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .article_page .article_text img {
    height: auto !important;
  }
}
.article_page .article_date {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: #88919D;
}
/*НОВОСТИ. -END-*/
/*СМИ о нас. -START-*/
.media-publications-list .media-publication-card {
  margin: 0 0 40px 0;
}
.media-publication-card {
  position: relative;
}
.media-publication-card .image {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 100%;
}
@media (max-width: 576px) {
  .media-publication-card .image {
    padding-bottom: 160px;
  }
}
.media-publication-card .image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-publication-card .image .no_photo {
  width: 100%;
  padding: 0 0 100% 0;
  display: block;
  position: relative;
  background: #eeeeee;
  color: #cccccc;
}
.media-publication-card .image .no_photo span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-publication-card .image .no_photo .no_photo_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 56px;
}
.media-publication-card .date {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #88919D;
}
.media-publication-card .title {
  font-size: 16px;
  margin: 15px 0 0 0;
  font-weight: 400;
}
.media-publication-card .title a {
  color: inherit;
  text-decoration: none;
}
.media-publication-card .intro {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0 0;
}
/*СМИ о нас. -END-*/
/*Списки недвижимости. -START-*/
.default_estate_box {
  font-size: 18px;
  padding-top: 15px;
}
.default_estate_box .estate_item {
  display: block;
  overflow: hidden;
  color: inherit;
  z-index: 1;
  position: relative;
  text-decoration: none;
  background: #ffffff;
  margin: 0 0 4px 0;
}
.default_estate_box .estate_item:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.default_estate_box .image_col {
  float: left;
  font-size: 0px;
  width: 250px;
}
.default_estate_box .text_col {
  margin-left: 280px;
  padding-right: 15px;
}
.default_estate_box .top,
.default_estate_box .bottom {
  overflow: hidden;
}
.default_estate_box .img {
  max-width: 100%;
  background: url('/img/logo_for_img.png') center no-repeat, #78c0dd;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.default_estate_box .img img {
  display: block;
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.default_estate_box .estate-photo__empty {
  display: block;
  padding-top: 76%;
  width: 250px;
  max-width: 100%;
}
.default_estate_box .descr,
.default_estate_box .options {
  padding: 20px 0;
}
.default_estate_box .tit_block {
  float: left;
  width: 50%;
  margin-bottom: 18px;
}
.default_estate_box .tit_link {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  color: #272727;
}
.default_estate_box .blue_params {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #0096FF;
  margin: 10px 0 0 0;
}
.default_estate_box .params_list {
  text-align: right;
}
.default_estate_box .param {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #272727;
  margin-bottom: 10px;
  margin-right: 25px;
}
.default_estate_box .description {
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.default_estate_box .phone {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.default_estate_box .jk_ref a,
.default_estate_box .jk_ref .js_ref {
  color: #272727;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
}
.default_estate_box .jk_ref a:hover {
  text-decoration: underline;
}
.default_estate_box .jk_ref a img,
.default_estate_box .jk_ref .js_ref img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px 0 0;
  float: left;
}
/*Списки недвижимости. -END-*/
/*Кнопки.*/
.some_button,
.blue_but {
  display: inline-block;
  height: 42px;
  border-radius: 21px;
  line-height: 42px;
  font-size: 18px;
  font-weight: normal;
  padding: 0 20px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  /** Chrome & Safari **/
  -moz-transition: all 0.3s ease-out;
  /** Firefox **/
  -o-transition: all 0.3s ease-out;
  /** Opera **/
  text-decoration: none !important;
}
.blue_but {
  color: #ffffff;
  background: #0096FF;
}
.blue_but:hover {
  background: #007dd7;
}
.some_button.bold_button {
  font-weight: normal;
}
.some_button.white_color {
  color: #ffffff;
}
.some_button.black_color {
  color: #000000;
}
.some_button.gray_color {
  color: #AAABAC;
}
.some_button.blue_color {
  color: #0096FF;
}
.some_button.white_back {
  background-color: #ffffff;
}
.blue_but.white_back {
  background-color: #ffffff;
  color: #0096FF;
  border: 1px solid;
  line-height: 40px;
}
.some_button.transparent_back,
.blue_but.transparent_back {
  background: transparent;
  border: 1px solid;
  line-height: 40px;
}
.some_button.bold_button.transparent_back {
  font-weight: normal;
  border-width: 2px;
}
.some_button.red_back {
  background-color: #ff2355;
}
.some_button.red_back:hover {
  background-color: #DB204B;
}
.some_button.middle,
.blue_but.middle {
  height: 52px;
  border-radius: 26px;
  line-height: 52px;
  font-size: 18px;
  font-weight: normal;
  padding: 0 30px;
}
.some_button.middle.transparent_back,
.blue_but.middle.transparent_back {
  line-height: 50px;
}
.some_button.big,
.blue_but.big {
  height: 58px;
  border-radius: 29px;
  line-height: 58px;
  font-size: 18px;
  font-weight: normal;
  padding: 0 30px;
}
.some_button.big.transparent_back,
.blue_but.big.transparent_back {
  line-height: 56px;
}
.some_button.full_width,
.blue_but.full_width {
  display: block;
  width: 100%;
  text-align: center;
}
.blue_but.big.white_back {
  line-height: 56px;
}
/*Список баннеров на главной.*/
.main_ads_container {
  margin: 0 0 30px 0;
}
.main_ads_container .full_width_picture {
  margin: 16px 0 0 0;
}
.main_ads_container .full_width_picture .picture_cont {
  display: block;
  height: 220px;
}
@media (max-width: 991px) {
  .main_ads_container .full_width_picture .picture_cont {
    height: 170px;
  }
}
@media (max-width: 576px) {
  .main_ads_container .full_width_picture .picture_cont {
    height: 130px;
  }
}
.main_ads_container .full_width_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .main_ads_container .full_width_picture {
    margin: 10px 0 0 0;
  }
}
.main_ads_block {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 480px;
  width: 100%;
}
.main_ads_block .first_block {
  grid-column: 1/3;
  grid-row: 1/3;
  overflow: hidden;
}
.main_ads_block .second_block {
  grid-column: 3/4;
  grid-row: 1/2;
}
.main_ads_block .third_block {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media (max-width: 991px) {
  .main_ads_block {
    display: flex;
    width: auto;
    gap: unset;
    height: auto;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .main_ads_block .first_block,
  .main_ads_block .second_block,
  .main_ads_block .third_block {
    flex: 0 0 auto;
    grid-row: unset;
    grid-column: unset;
    padding: 0 8px;
  }
  .main_ads_block .first_block {
    height: 420px;
    width: 100%;
    margin: 0 0 16px 0;
  }
  .main_ads_block .second_block,
  .main_ads_block .third_block {
    height: 170px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main_ads_block .first_block {
    height: 380px;
  }
}
@media (max-width: 576px) {
  .main_ads_block .first_block {
    height: 200px;
    margin: 0 0 10px 0;
  }
  .main_ads_block .second_block {
    height: 130px;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .main_ads_block .third_block {
    height: 130px;
    width: 100%;
  }
}
.main_ads_block .image_cont {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 20px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .main_ads_block .image_cont {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .main_ads_block .image_cont {
    border-radius: 10px;
    padding: 20px 25px;
  }
}
.main_ads_block .image_cont img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_ads_block .image_cont .title {
  position: relative;
  font-size: 28px;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 400;
  text-shadow: 0px 0px 4px rgba(33, 52, 74, 0.44);
}
@media (max-width: 991px) {
  .main_ads_block .image_cont .title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .main_ads_block .image_cont .title {
    font-size: 18px;
  }
}
.main_ads_block .image_cont .description {
  position: relative;
  margin: 12px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(33, 52, 74, 0.44);
}
@media (max-width: 991px) {
  .main_ads_block .image_cont .description {
    margin: 6px 0 0 0;
  }
}
@media (max-width: 576px) {
  .main_ads_block .image_cont .description {
    display: none;
  }
}
.main_ads_block .slider_container {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_ads_block .slider_container .main_ads_buttons {
  position: absolute;
  bottom: 34px;
  right: 30px;
  display: flex;
}
.main_ads_block .slider_container .main_ads_buttons .prev,
.main_ads_block .slider_container .main_ads_buttons .next {
  display: block;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.main_ads_block .slider_container .main_ads_buttons .prev::after,
.main_ads_block .slider_container .main_ads_buttons .next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(-45deg);
  margin: 0 0 0 4px;
  transition: all 0.3s;
}
.main_ads_block .slider_container .main_ads_buttons .next {
  margin: 0 0 0 20px;
}
.main_ads_block .slider_container .main_ads_buttons .next::after {
  transform: rotate(135deg);
  margin: 0 5px 0 0;
}
@media (max-width: 576px) {
  .main_ads_block .slider_container .main_ads_buttons {
    top: 10px;
    right: 25px;
    bottom: auto;
  }
  .main_ads_block .slider_container .main_ads_buttons .prev,
  .main_ads_block .slider_container .main_ads_buttons .next {
    width: 40px;
    height: 40px;
  }
  .main_ads_block .slider_container .main_ads_buttons .next {
    margin: 0 0 0 10px;
  }
}
.main_ads_block .slider_container .main_ads_dots {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.main_ads_block .slider_container .main_ads_dots .slick-dots {
  position: static;
}
.main_ads_block .slider_container .main_ads_dots .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px 0;
}
.main_ads_block .slider_container .main_ads_dots .slick-dots li button {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  background: none;
}
.main_ads_block .slider_container .main_ads_dots .slick-dots li button::before {
  content: "";
  display: none;
}
.main_ads_block .slider_container .main_ads_dots .slick-dots li.slick-active button {
  background: #ffffff;
}
.main_ads_slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .main_ads_slider {
    border-radius: 10px;
  }
}
.main_ads_slider .slick-list,
.main_ads_slider .slick-track {
  height: 100%;
}
.main_ads_slider .item {
  display: block;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  height: 100%;
}
.main_ads_slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_ads_slider .item .gradient {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 77.63%, rgba(0, 0, 0, 0.35) 100%);
}
.main_ads_slider .item .text_info {
  display: block;
  position: absolute;
  bottom: 34px;
  left: 50px;
  right: 170px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .main_ads_slider .item .text_info {
    left: 25px;
    bottom: 30px;
  }
}
@media (max-width: 576px) {
  .main_ads_slider .item .text_info {
    right: 25px;
    bottom: 20px;
  }
}
.main_ads_slider .item .title_line {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .main_ads_slider .item .title_line {
    display: block;
  }
}
.main_ads_slider .item .title {
  display: block;
  width: 100%;
  flex: 0 1 auto;
  font-size: 28px;
  line-height: 1.3;
  text-shadow: 0px 0px 4px rgba(33, 52, 74, 0.44);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .main_ads_slider .item .title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .main_ads_slider .item .title {
    font-size: 18px;
  }
}
.main_ads_slider .item .mini_text {
  display: block;
  width: 170px;
  margin: 0 0 5px 20px;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 18px;
  text-shadow: 0px 0px 4px rgba(33, 52, 74, 0.44);
}
@media (max-width: 767px) {
  .main_ads_slider .item .mini_text {
    width: auto;
    margin: 6px 0 0 0;
  }
}
@media (max-width: 576px) {
  .main_ads_slider .item .mini_text {
    display: none;
  }
}
.main_ads_slider .item .description {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0 0 0;
}
@media (max-width: 991px) {
  .main_ads_slider .item .description {
    margin: 12px 0 0 0;
  }
}
@media (max-width: 576px) {
  .main_ads_slider .item .description {
    display: none;
  }
}
/*Изображение на всю ширину.*/
.full_width_picture {
  text-align: center;
  margin: 0 0 16px 0;
}
.full_width_picture .picture_cont {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .full_width_picture .picture_cont {
    border-radius: 10px;
  }
}
.full_width_picture img {
  display: block;
  max-width: 100%;
}
.full_width_picture .texts {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
  color: #ffffff;
  text-shadow: 0px 0px 4px rgba(33, 52, 74, 0.44);
}
.full_width_picture .title {
  display: block;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 991px) {
  .full_width_picture .title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .full_width_picture .title {
    font-size: 18px;
  }
}
.full_width_picture .description {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.full_width_picture .title + .description {
  margin: 12px 0 0 0;
}
@media (max-width: 991px) {
  .full_width_picture .title + .description {
    margin: 6px 0 0 0;
  }
}
/*Блоки с иконками.*/
.blocks-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media (max-width: 991px) {
  .blocks-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blocks-icons .blocks-icons__item {
  display: block;
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
  text-decoration: none;
}
.blocks-icons .blocks-icons__item:hover {
  background: #0096FF;
}
.blocks-icons .blocks-icons__item:hover .blocks-icons__head .blocks-icons__img {
  color: #fff;
}
.blocks-icons .blocks-icons__item:hover .blocks-icons__head .blocks-icons__title {
  color: #fff;
}
.blocks-icons .blocks-icons__item:hover .blocks-icons__body {
  color: #fff;
}
.blocks-icons .blocks-icons__item .blocks-icons__head {
  display: flex;
  align-items: center;
}
.blocks-icons .blocks-icons__item .blocks-icons__head .blocks-icons__img {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 0 15px 0 0;
  color: #c2cde4;
}
.blocks-icons .blocks-icons__item .blocks-icons__head .blocks-icons__img svg,
.blocks-icons .blocks-icons__item .blocks-icons__head .blocks-icons__img img {
  max-width: 100%;
  max-height: 100%;
}
.blocks-icons .blocks-icons__item .blocks-icons__head .blocks-icons__title {
  flex: 1 1 auto;
  color: #272727;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 991px) {
  .blocks-icons .blocks-icons__item .blocks-icons__head .blocks-icons__title {
    font-size: 18px;
  }
}
.blocks-icons .blocks-icons__item .blocks-icons__body {
  font-size: 14px;
  color: #88919D;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .blocks-icons {
    display: block;
  }
  .blocks-icons .blocks-icons__item {
    max-width: 300px;
    min-height: 240px;
    margin: 0 auto 15px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .blocks-icons .blocks-icons__item .blocks-icons__head {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  .blocks-icons .blocks-icons__item .blocks-icons__head .blocks-icons__img {
    margin: 0 0 20px 0;
    width: 35px;
    height: 35px;
  }
}
.blocks-icons.shadows .blocks-icons__item {
  box-shadow: 0px 4px 4px rgba(25, 30, 45, 0.05);
}
/*Блоки с иконками в серых кругах.*/
.blocks_circle_icons_min {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
  .blocks_circle_icons_min {
    display: flex;
    gap: unset;
    grid-template-columns: unset;
    flex-direction: column;
  }
}
.blocks_circle_icons_min .item {
  padding: 26px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(25, 30, 45, 0.05);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .blocks_circle_icons_min .item {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}
.blocks_circle_icons_min .item .text {
  width: 100%;
  display: flex;
  align-items: center;
}
.blocks_circle_icons_min .item .text .title {
  flex: 1 1 auto;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
}
.blocks_circle_icons_min .item .text .circle {
  margin: 0 0 0 20px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background: #C2CDE4;
  color: #ffffff;
}
.blocks_circle_icons_min .item .text .circle img {
  max-height: 100%;
  max-width: 100%;
}
.blocks_circle_icons_min .item .description {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 1.25;
  color: #88919D;
}
.circle_icon_block_left {
  display: flex;
  align-items: flex-start;
  margin: 0 0 50px 0;
}
.circle_icon_block_left .circle {
  margin: 0 20px 0 0;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background: #C2CDE4;
}
.circle_icon_block_left .circle img {
  max-height: 100%;
  max-width: 100%;
}
.circle_icon_block_left .text {
  width: 100%;
  flex: 0 1 auto;
}
.circle_icon_block_left .text .title {
  flex: 1 1 auto;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
}
.circle_icon_block_left .description {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #88919D;
}
/*Баннеры с круглыми иконками.-END-*/
/*Блоки с иконками и текстом.*/
.icon_text_block {
  display: block;
  padding: 26px;
  background: #ffffff;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(25, 30, 45, 0.05);
}
.icon_text_block .title_line {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.icon_text_block .icon_cont {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 0 16px 0 0;
  flex: 0 0 auto;
}
.icon_text_block .icon_cont img {
  max-height: 100%;
  max-width: 100%;
}
.icon_text_block .icon_cont svg {
  color: #c2cde4;
}
.icon_text_block .title {
  flex: 0 1 auto;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
  color: #272727;
}
.icon_text_block .description {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #4E525E;
}
@media (max-width: 576px) {
  .icon_text_block {
    text-align: center;
  }
  .icon_text_block .title_line {
    flex-direction: column;
    margin: 0 0 15px 0;
  }
  .icon_text_block .icon_cont {
    margin: 0 0 15px 0;
  }
  .icon_text_block .title {
    font-size: 18px;
  }
}
.page-bottom {
  font-size: 18px;
  color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-bottom {
    flex-direction: column;
    font-size: 14px;
  }
}
svg.icon-map-border {
  width: 24px;
  height: 24px;
  margin: 0;
}
svg.icon-arrow-down {
  width: 10px;
  height: 7px;
}
/*КНОПКИ.-START-*/
.btn-def {
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #0096FF;
  padding: 0px 22px;
  height: 42px;
  text-decoration: none;
  color: #0096FF;
  background: none;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-shadow: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .btn-def {
    padding: 0px 15px;
    height: 38px;
  }
}
.btn-def:hover {
  border-color: #0096FF;
  color: #fff;
  background: #0096FF;
}
.btn-def.btn-big {
  font-size: 16px;
}
@media (max-width: 576px) {
  .btn-def.btn-big {
    font-size: 14px;
  }
}
.btn-def.btn-small {
  font-size: 12px;
  border-width: 1px;
  padding: 0px 12px;
  height: 32px;
}
.btn-def.btn-small.btn-arrow svg {
  width: 6px;
  height: 10px;
  margin-left: 10px;
}
.btn-def.btn-auto-height {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.25;
  border-radius: 100px;
}
.btn-def.btn-auto-height-big {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.25;
  border-radius: 100px;
}
.btn-def.btn-map {
  padding: 0px 22px 0px 18px;
}
.btn-def.btn-map svg.icon-map-border {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.btn-def.btn-fill {
  background: #0096FF;
  color: #fff;
  border-color: #0096FF;
}
.btn-def.btn-fill:hover {
  background: #007BFB;
  border-color: #007BFB;
  color: #fff;
}
.btn-def.btn-gray {
  border: 1px solid #D5DBE0;
  color: #88919D;
  background: none;
}
.btn-def.btn-gray:hover {
  color: #0096FF;
  background: none;
  border-color: #0096FF;
}
.btn-def.btn-gray.active {
  border-color: #0096FF;
  color: #0096FF;
}
.btn-def.btn-white {
  border: 1px solid;
  color: #ffffff;
  background: none;
}
.btn-def.btn-white:hover {
  color: #272727;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-def.btn-white.active {
  color: #272727;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-def.btn-gray-back {
  background: #88919D;
  color: #fff;
  border-color: #88919D;
}
.btn-def.btn-gray-back:hover {
  background: #c2cde4;
  border-color: #c2cde4;
  color: #fff;
}
.btn-def.btn-only-text {
  background: none;
  border: none;
  padding: 0;
}
.btn-def.btn-only-text:hover {
  color: #0096FF;
}
.btn-def.btn-inline {
  background: none;
  border: none;
  padding: 0;
  height: auto;
}
.btn-def.btn-inline:hover {
  color: #0096FF;
}
.btn-def.btn-full {
  width: 100%;
}
.btn-def.btn-arrow .icon-arrow-right {
  width: 7px;
  height: 13px;
  margin-left: 12px;
}
.btn-def.btn-arrow .icon-arrow-left {
  width: 7px;
  height: 13px;
  margin-right: 12px;
}
.btn-def.btn-shadow {
  box-shadow: 0px 1px 2px rgba(3, 18, 33, 0.3);
}
.btn-with-spinner {
  position: relative;
}
.btn-with-spinner::after {
  content: '';
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(0);
  background: url('/img/loading_white.svg') center no-repeat;
  background-size: cover;
  animation-duration: 2s;
  animation-name: spin;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.loading .btn-with-spinner::after,
.btn-with-spinner.loading::after {
  display: block;
}
@keyframes spin {
  0% {
    transform: translate(0, -50%) rotate(0);
  }
  100% {
    transform: translate(0, -50%) rotate(360deg);
  }
}
/*КНОПКИ.-END-*/
.favorite-icon {
  width: 20px;
  height: 20px;
  color: #007BFB;
  fill: #fff;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  transition-property: transform;
}
@media (max-width: 576px) {
  .favorite-icon {
    width: 18px;
    height: 18px;
  }
}
.favorite-icon.favorite-icon__big {
  width: 25px;
  height: 25px;
}
@media (max-width: 576px) {
  .favorite-icon.favorite-icon__big {
    width: 22px;
    height: 22px;
  }
}
.favorite-btn {
  background: none;
  border: 0px;
  padding: 0;
  margin: 0;
}
.favorite-btn:hover .favorite-icon {
  transform: scale(1.1);
}
.favorite-btn.active .favorite-icon {
  fill: #0096FF;
  color: #0096FF;
}
.sort-block select {
  background: none;
  border: 0px;
}
.sort-block .multiselect {
  width: auto;
  border-bottom: 0px;
}
.sort-block .multiselect .checked {
  text-transform: none;
}
.sort-block .multiselect .option {
  text-transform: none;
  white-space: nowrap;
}
.sort-block button {
  color: #88919D;
  background: none;
  border: 0px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 300;
}
.sort-block button:hover {
  color: #0096FF;
}
.sort-block button.active {
  color: #0096FF;
  font-weight: 400;
}
.sort-block button.desc .icon-sort {
  transform: rotate(0deg);
}
.sort-block .icon-sort {
  width: 10px;
  height: 7px;
  margin-left: 7px;
}
.head-h2 {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .head-h2 {
    font-size: 20px;
  }
}
.form-dialog {
  display: none;
  position: relative;
  min-width: 920px;
  max-width: 920px;
}
.form-dialog:after {
  background: url('/img/main_menu_back-min.jpg') no-repeat;
  background-size: cover;
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0.1;
}
.form-dialog h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  margin-bottom: 25px;
}
.form-dialog h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
}
/*Анимация загрузки.*/
.loading_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0096FF;
}
/* Хлебные крошки. -START- */
.breadcrumb_block {
  overflow: hidden;
}
.breadcrumb {
  font-size: 12px;
  margin: 30px 0 30px 0px;
  color: #88919D;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin: 0 0 25px 0;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml;utf8, %3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_653_300)'%3E%3Cpath d='M5.60137 4.14645C5.79664 4.34171 5.79664 4.65829 5.60137 4.85355L2.41939 8.03553C2.22413 8.2308 1.90755 8.2308 1.71229 8.03553C1.51703 7.84027 1.51703 7.52369 1.71229 7.32843L4.54071 4.5L1.71229 1.67157C1.51703 1.47631 1.51703 1.15973 1.71229 0.964466C1.90755 0.769204 2.22413 0.769204 2.41939 0.964466L5.60137 4.14645ZM5 4H5.24782V5H5V4Z' fill='%23A7AFB6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_653_300'%3E%3Crect width='8' height='8' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  margin-left: 0px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
}
.breadcrumb .breadcrumb-item {
  margin-bottom: 5px;
  margin-right: 7px;
}
.breadcrumb .breadcrumb-item .icon-arrow-right {
  width: 7px;
  height: 13px;
  margin-left: 7px;
}
.breadcrumb .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #0096FF;
}
.breadcrumb .breadcrumb-item.active {
  color: #272727;
}
/*Белые хлебные крошки.*/
.breadcrumb_white .breadcrumb {
  color: #ffffff;
}
.breadcrumb_white .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml;utf8, %3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_653_300)'%3E%3Cpath d='M5.60137 4.14645C5.79664 4.34171 5.79664 4.65829 5.60137 4.85355L2.41939 8.03553C2.22413 8.2308 1.90755 8.2308 1.71229 8.03553C1.51703 7.84027 1.51703 7.52369 1.71229 7.32843L4.54071 4.5L1.71229 1.67157C1.51703 1.47631 1.51703 1.15973 1.71229 0.964466C1.90755 0.769204 2.22413 0.769204 2.41939 0.964466L5.60137 4.14645ZM5 4H5.24782V5H5V4Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_653_300'%3E%3Crect width='8' height='8' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.breadcrumb_white .breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
}
.breadcrumb_white .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
/* Хлебные крошки. -END- */
/*Блок подписки на новости.*/
.subscribe_line {
  border-top: 1px solid #E9EDF1;
  padding: 50px 0;
}
.subscribe_block {
  border: 1px solid #E9EDF1;
  padding: 30px;
  border-radius: 20px;
}
.subscribe-card {
  border-radius: 10px;
  border: 1px solid #D5DBE0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (max-width: 576px) {
  .subscribe-card {
    position: relative;
  }
}
.subscribe-card .circle-box {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  color: #c2cde4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.subscribe-card .circle-box .mail-icon {
  width: 43px;
  height: 35px;
}
.subscribe-card .subscribe-card__text {
  color: #4E525E;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.subscribe-cardbox {
  padding: 0 0 100% 0;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .subscribe-cardbox {
    padding: 0;
  }
}
.subscribe_form .line {
  display: flex;
}
.subscribe_form .subscribe_col {
  flex: 1 1 auto;
}
.subscribe_form .inputs_col {
  width: 30%;
  margin: 0 37px 0 0;
}
.subscribe_form .select_col {
  width: 15%;
  margin: 0 37px 0 0;
}
.subscribe_form h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #272727;
}
.subscribe_form h2 b {
  font-weight: inherit;
  color: #0096FF;
}
.subscribe_form .gray_input {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding: 0 30px;
  border: none;
  border-radius: 20px;
  background: #F4F6FB;
  color: #88919D;
}
.subscribe_form .inputs_line {
  display: flex;
  margin: 0 0 12px 0;
}
.subscribe_form .inputs_line .gray_input {
  flex: 0 1 auto;
  width: 50%;
  margin: 0 15px 0 0;
}
.subscribe_form .inputs_line .gray_input:last-child {
  margin-right: 0;
}
.subscribe_form .categories_select {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #88919D;
  margin: 0 0 12px 0;
}
.subscribe_form .text {
  font-size: 10px;
  color: #88919D;
}
.subscribe_form .text a {
  color: inherit;
}
.subscribe_form .text a:hover {
  text-decoration: none;
}
.subscribe_form .text .text_checkbox {
  margin: 0 8px 0 0;
}
.subscribe_form .select_col .text {
  padding: 0 0 0 30px;
}
.subscribe_form .submit_button {
  display: block;
  width: 100%;
  background: #007BFB;
  border-radius: 20px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.subscribe_form .submit_button:hover {
  background: #0096FF;
}
/*Блок с фоновым изображением для верха страницы.*/
.full_width_page_top {
  height: 500px;
  background-color: #aaa;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 50px 0;
  padding: 50px 0 60px 0;
  text-shadow: 0px 1px 2px rgba(3, 18, 33, 0.3);
  background-image: var(--header-bg);
}
.full_width_page_top h1 {
  font-size: 48px;
}
.full_width_page_top .odometer {
  position: relative;
  top: -0.1rem;
}
.full_width_page_top .description {
  font-size: 18px;
  max-width: 600px;
  margin: 30px 0 0 0;
}
.full_width_page_top .breadcrumb {
  margin: 0;
}
@media (max-width: 991px) {
  .full_width_page_top h1 {
    font-size: 32px;
  }
  .full_width_page_top .description {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  .full_width_page_top {
    margin: 0 0 35px 0;
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 576px) {
  .full_width_page_top {
    height: 350px;
    margin: 0 0 30px 0;
    padding: 20px 0 30px 0;
    background-image: var(--header-bg-mobile);
  }
  .full_width_page_top h1 {
    font-size: 22px;
  }
  .full_width_page_top .description {
    font-size: 14px;
    margin: 15px 0 0 0;
  }
}
/*Блок вызова заявки с изображением.*/
.want_claim_block {
  background: #FFFFFF;
  border: 1px solid #E9EDF1;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.want_claim_block .text_cont {
  width: 55%;
  flex: 0 0 auto;
  padding: 30px 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.want_claim_block .text_cont .title {
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}
.want_claim_block .text_cont .title b {
  font-weight: inherit;
  color: #0096FF;
}
.want_claim_block .text_cont .comment {
  font-size: 14px;
  color: #88919D;
  margin: 15px 0 0 0;
}
.want_claim_block .image_cont {
  width: 45%;
  flex: 0 0 auto;
}
.want_claim_block .image_cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*Блок с заголовком, текстом и изображением.*/
.page_description_block {
  display: flex;
  gap: 0 15px;
}
.page_description_block.h350 {
  max-height: 350px;
}
@media (max-width: 767px) {
  .page_description_block.h350 {
    max-height: none;
  }
}
.page_description_block .text_cont {
  width: 100%;
  flex: 0 1 auto;
  background: #F9FAFC;
  padding: 3rem;
  border-radius: 20px;
}
.page_description_block .text_cont h1,
.page_description_block .text_cont h2,
.page_description_block .text_cont h3,
.page_description_block .text_cont h4 {
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 35px 0;
}
@media (max-width: 991px) {
  .page_description_block .text_cont h1,
  .page_description_block .text_cont h2,
  .page_description_block .text_cont h3,
  .page_description_block .text_cont h4 {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .page_description_block .text_cont h1,
  .page_description_block .text_cont h2,
  .page_description_block .text_cont h3,
  .page_description_block .text_cont h4 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
}
.page_description_block .text_cont .description {
  color: #4E525E;
  line-height: 1.5;
}
.page_description_block .text_cont .description p {
  margin: 0 0 20px 0;
}
.page_description_block .text_cont.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_description_block .image_cont {
  width: 554px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.page_description_block .image_cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .page_description_block .text_cont {
    padding: 30px;
  }
  .page_description_block .image_cont {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .page_description_block {
    flex-direction: column;
    gap: 15px 0;
  }
  .page_description_block .text_cont {
    order: 2;
  }
  .page_description_block .image_cont {
    order: 1;
    width: 100%;
    height: 250px;
  }
  .page_description_block .image_cont.mobile_big {
    height: 340px;
  }
}
@media (max-width: 576px) {
  .page_description_block .text_cont {
    padding: 30px 15px;
  }
  .page_description_block .image_cont {
    height: 150px;
  }
  .page_description_block .image_cont.mobile_big {
    height: 220px;
  }
}
/*Страница "Как купить".*/
.different_sales_options .sales_option_block {
  margin: 0 0 50px 0;
}
@media (max-width: 576px) {
  .different_sales_options .sales_option_block {
    margin: 0 0 30px 0;
  }
}
.complex_sales_options .sales_option_block {
  align-items: flex-start;
  margin: 0 0 50px 0;
}
@media (max-width: 576px) {
  .complex_sales_options .sales_option_block {
    margin: 0 0 30px 0;
  }
}
.sales_option_block {
  display: flex;
  align-items: center;
}
.sales_option_block .image {
  max-width: 500px;
  min-height: 300px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: 0 50px 0 0;
}
@media (max-width: 1199px) {
  .sales_option_block .image {
    max-width: 400px;
  }
}
.sales_option_block .gallery_container {
  width: 650px;
  margin: 0 50px 0 0;
}
@media (max-width: 1199px) {
  .sales_option_block .gallery_container {
    width: 520px;
  }
}
.sales_option_block .information .tags_list {
  margin: 0 0 20px 0;
}
.sales_option_block .information .tags_list .tag {
  display: inline-block;
  height: 32px;
  padding: 0 24px;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #88919D;
  border: 1px solid #D5DBE0;
  border-radius: 4px;
  margin: 0 15px 10px 0;
  text-decoration: none;
}
.sales_option_block .information .tags_list .tag:last-child {
  margin-right: 0;
}
.sales_option_block .information .title {
  font-weight: 400;
  font-size: 28px;
  margin: 0;
}
.sales_option_block .information .description {
  font-size: 16px;
  margin: 0;
}
.sales_option_block .information .title + .description {
  margin-top: 20px;
}
.sales_option_block .information .params_list {
  display: flex;
  margin: 30px 0 0 0;
}
.sales_option_block .information .params_list .param {
  margin: 0 50px 0 0;
}
.sales_option_block .information .params_list .param .title {
  font-size: 14px;
  color: #88919D;
  margin: 0 0 8px 0;
}
.sales_option_block .information .params_list .param .value {
  font-weight: 400;
  font-size: 18px;
}
.sales_option_block .information .buttons {
  margin: 40px 0 0 0;
}
@media (max-width: 1199px) {
  .sales_option_block .information .buttons {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .sales_option_block {
    display: block;
  }
  .sales_option_block .image {
    min-height: 0;
    max-height: none;
    width: 100%;
    max-width: 100%;
    height: 450px;
    margin: 0 0 30px 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sales_option_block .gallery_container {
    width: 100%;
    height: 450px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 576px) {
  .sales_option_block .image {
    height: 350px;
    margin: 0 0 20px 0;
  }
  .sales_option_block .gallery_container {
    height: 350px;
    margin: 0 0 20px 0;
  }
  .sales_option_block .information .title {
    font-size: 22px;
  }
  .sales_option_block .information .description {
    font-size: 14px;
  }
  .sales_option_block .information .title + .description {
    margin-top: 15px;
  }
  .sales_option_block .information .params_list {
    display: block;
    margin: 20px 0 0 0;
  }
  .sales_option_block .information .params_list .param {
    margin: 0 0 15px 0;
  }
  .sales_option_block .information .params_list .param:last-child {
    margin-bottom: 0;
  }
  .sales_option_block .information .buttons {
    margin: 20px 0 0 0;
  }
  .sales_option_block .information .buttons .btn-def {
    width: 100%;
    max-width: 290px;
    text-align: center;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 360px) {
  .sales_option_block .image {
    height: 210px;
  }
  .sales_option_block .gallery_container {
    height: 210px;
  }
}
/*Серый блок с текстовой информацией.-START-*/
.gray-box {
  background: #F9FAFC;
  border-radius: 20px;
  padding: 45px;
  margin-bottom: 50px;
  font-size: 16px;
}
.gray-box .title {
  font-size: 32px;
  line-height: 1;
  color: #272727;
  margin: 0 0 35px 0;
}
@media (max-width: 767px) {
  .gray-box .title {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
}
.gray-box h1 {
  font-size: 32px;
  line-height: 1;
  color: #272727;
}
.gray-box h3 {
  font-size: 20px;
  margin-bottom: 25px;
  color: #272727;
}
.gray-box .gray-box__text {
  color: #4E525E;
  padding-right: 200px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .gray-box .gray-box__text {
    padding-right: 0;
  }
}
.gray-box .gray-box__text li {
  margin: 0 0 20px 0;
  padding: 0 0 0 8px;
}
@media (max-width: 767px) {
  .gray-box {
    padding: 30px 15px;
  }
}
/*Серый блок с текстовой информацией.-END-*/
.fancy-map .fancybox__content {
  padding: 0;
  width: 100%;
  height: 100%;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 2px;
}
.no_padding_box .fancybox__slide {
  padding: 40px 30px;
}
.no_padding_box .fancybox__content {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
}
.simple-map {
  width: 100%;
  height: 100%;
}
.page-header__simple h1 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
@media (max-width: 576px) {
  .page-header__simple h1 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
}
.page-header__simple .page-header__text {
  line-height: 1.5;
  color: #272727;
}
.gallery-wb .gallery-wb__item {
  padding: 15px;
  background: #fff;
  display: block;
  box-shadow: 0px 3px 8px -6px rgba(24, 39, 75, 0.05), 0px 10px 36px -4px rgba(17, 24, 41, 0.1);
}
.gallery-wb .gallery-wb__item img {
  max-width: 100%;
}
/*Мини блок про акцию.*/
.promo_tag {
  display: inline-block;
  margin: 0 0 2px 5px;
  color: #ffffff;
  border-radius: 20px;
  text-decoration: none;
  background: #ff2355;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 20px;
  /*background: @color-blue;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 12px;

    &:hover {
        background: @color-blue-dark;
        color: #ffffff;
    }*/
}
.promo_tag:hover {
  color: #ffffff;
}
.promo_tag.promo_text {
  background: none;
  color: #0096FF;
  font-size: 10px;
  line-height: 12px;
  padding: 4px;
  padding: 0;
}
.promo_tag.promo_text:hover {
  color: #0096FF;
}
.promo_tag.promo_text_black {
  background: none;
  color: #272727;
  padding: 0;
}
.promo_tag.promo_text_black:hover {
  color: #272727;
}
@media (max-width: 576px) {
  .w-100-xs {
    width: 100%;
  }
}
#psk_cbm_001 {
  display: none;
}
/*Оформление страницы ошибки 404.*/
.page404 {
  text-align: center;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .page404 {
    padding: 70px 0;
  }
}
.page404-title {
  font-size: 122px;
  font-weight: 500;
  color: #0096FF;
  line-height: 1;
}
@media (max-width: 767px) {
  .page404-title {
    font-size: 100px;
  }
}
.page404-subtitle {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .page404-subtitle {
    font-size: 22px;
  }
}
/*Фиксированная кнопка с соц.сетями.*/
.fixed_buttons_cont {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 20;
}
.fixed_buttons_cont .contact_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 100px;
  background: #0096FF;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  transition: all 150ms ease 0s;
}
@media (max-width: 767px) {
  .fixed_buttons_cont .contact_button {
    width: 40px;
    height: 40px;
  }
}
.fixed_buttons_cont .contact_button:hover {
  transform: scale(1.15);
}
.fixed_buttons_cont .contacts_buttons_list {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 56px;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s;
}
@media (max-width: 767px) {
  .fixed_buttons_cont .contacts_buttons_list {
    width: 40px;
  }
}
.fixed_buttons_cont .contacts_buttons_list .contact_button {
  height: 0;
  margin: 0 0 0 0;
  transition: margin 0.3s, height 0.3s;
}
.fixed_buttons_cont .open_list .close_icon {
  display: none;
}
.fixed_buttons_cont .icon_cross {
  width: 16px;
  height: 16px;
}
.fixed_buttons_cont.opened .contacts_buttons_list {
  bottom: 56px;
  opacity: 1;
}
.fixed_buttons_cont.opened .contacts_buttons_list .contact_button {
  height: 56px;
  bottom: 0;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .fixed_buttons_cont.opened .contacts_buttons_list {
    bottom: 40px;
  }
  .fixed_buttons_cont.opened .contacts_buttons_list .contact_button {
    height: 40px;
    bottom: 0;
    margin: 0 0 8px 0;
  }
}
.fixed_buttons_cont.opened .open_list .open_icon {
  display: none;
}
.fixed_buttons_cont.opened .open_list .close_icon {
  display: inline-block;
}
/*Панель выбора представления списка.*/
.view_types_panel .item {
  cursor: pointer;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  margin: 0px;
  color: #0096FF;
  background: none;
}
.view_types_panel .item.active {
  background: #0096FF;
  color: #fff;
}
.view_types_panel .icon-map {
  width: 12px;
  height: 12px;
}
.view_types_panel .icon-view-scheme {
  width: 12px;
  height: 12px;
}
.view_types_panel .icon-view-card {
  width: 12px;
  height: 12px;
}
.view_types_panel.big_panel .item {
  width: 38px;
  height: 38px;
}
@media (max-width: 767px) {
  .view_types_panel.big_panel .item {
    width: 32px;
    height: 32px;
  }
}
.view_types_panel.big_panel .icon-map {
  width: 16px;
  height: 18px;
}
.view_types_panel.big_panel .icon-view-card {
  width: 16px;
  height: 16px;
}
.view_types_panel.big_panel .icon-view-scheme {
  width: 18px;
  height: 18px;
}
/*Липкий блок. Боковая колонка.*/
.standart_sticky {
  position: sticky;
  top: 130px;
  transition: all 0.3s;
}
.scrolled_down .standart_sticky {
  top: 80px;
}
.footer_visible .standart_sticky {
  top: 10px;
}
/*Блок с огромными цифрами и текстом.*/
.text_with_numbers_block {
  display: flex;
  justify-content: space-between;
  gap: 35px 20px;
}
@media (max-width: 1199px) {
  .text_with_numbers_block {
    justify-content: stretch;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .text_with_numbers_block {
    gap: 20px 0;
  }
}
.text_with_numbers_block .item {
  max-width: 40%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .text_with_numbers_block .item {
    max-width: 50%;
    flex: 0 1 auto;
  }
}
@media (max-width: 767px) {
  .text_with_numbers_block .item {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .text_with_numbers_block .item {
    flex-direction: column;
    text-align: center;
  }
}
.text_with_numbers_block .number {
  font-size: 70px;
  font-weight: 400;
  color: #c2cde4;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .text_with_numbers_block .number {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .text_with_numbers_block .number {
    margin: 0 0 10px 0;
  }
}
.text_with_numbers_block .text {
  font-size: 18px;
  line-height: 1.5;
  color: #4E525E;
}
@media (max-width: 991px) {
  .text_with_numbers_block .text {
    font-size: 16px;
  }
}
.text_with_numbers_block.mini .number {
  font-size: 40px;
}
.text_with_numbers_block.mini .text {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .text_with_numbers_block.long_texts {
    gap: 30px 0;
  }
}
.text_with_numbers_block.long_texts .item {
  max-width: 40%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .text_with_numbers_block.long_texts .item {
    max-width: 100%;
    flex: 0 1 auto;
  }
}
.text_with_numbers_block.gray_back {
  padding: 30px;
  background: #F9FAFC;
  border-radius: 20px;
}
/*Блок с каруселью изображений на всю страницу.*/
.full_screen_carousel_container {
  position: relative;
}
.full_screen_carousel_container .page_description_block .text_cont {
  padding-bottom: 540px;
}
@media (max-width: 1199px) {
  .full_screen_carousel_container .page_description_block .text_cont {
    padding-bottom: 450px;
  }
}
@media (max-width: 767px) {
  .full_screen_carousel_container .page_description_block .text_cont {
    padding-bottom: 380px;
  }
}
.full_screen_carousel_container .carousel_line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .full_screen_carousel_container .carousel_line {
    bottom: 35px;
  }
}
@media (max-width: 767px) {
  .full_screen_carousel_container .carousel_line {
    bottom: 30px;
  }
}
@media (max-width: 576px) {
  .full_screen_carousel_container .text_cont {
    border-radius: 0;
  }
}
.full_screen_carousel .slick-list {
  overflow: visible;
}
.full_screen_carousel .item {
  width: 420px;
  padding: 0 10px;
}
.full_screen_carousel .card {
  display: block;
  height: 440px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .full_screen_carousel .card {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .full_screen_carousel .card {
    height: 320px;
  }
}
.full_screen_carousel .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full_screen_carousel .card .title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 50px;
  color: #ffffff;
  font-size: 22px;
}
@media (max-width: 767px) {
  .full_screen_carousel .card .title {
    bottom: 38px;
    left: 20px;
    right: 20px;
  }
}
/*Блок с текстом и наградами.*/
.rewards_text_block {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .rewards_text_block {
    font-size: 14px;
  }
}
.rewards_text_block .reward_cont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.rewards_text_block .reward_cont img {
  max-width: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.rewards_text_block .rewards_list {
  display: flex;
  justify-content: flex-start;
}
.rewards_text_block .rewards_list .reward_cont {
  margin: 0 10px 0 0;
}
.rewards_text_block .rewards_list .reward_cont.last {
  margin-right: 0;
}
/*Боковой баннер.-START-*/
.mini_banner {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(25, 30, 45, 0.05);
  border-radius: 20px;
}
.mini_banner .image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.mini_banner .image img {
  width: 100%;
}
.mini_banner .text_info {
  padding: 15px;
  display: flex;
  align-items: center;
}
.mini_banner .text_info .description {
  display: block;
  flex: 0 1 auto;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}
.mini_banner .text_info .description b {
  font-weight: 400;
}
.mini_banner .text_info .arrow_button {
  flex: 0 0 auto;
  margin: 0 0 0 15px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #0096FF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0096FF;
  background: #ffffff;
}
.mini_banner .text_info .arrow_button::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin: 0 4px 0 0;
  transition: color 0.3s;
}
.mini_banner .text_info .arrow_button:hover {
  color: #ffffff;
  background: #0096FF;
}
/*Боковой баннер.-END-*/
/*Обычная галерея слайдером.-START-*/
.gallery_container {
  margin: 0 0 50px 0;
}
.gallery_carousel {
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  height: 430px;
  border-radius: 10px;
}
.gallery_carousel .item {
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .gallery_carousel .item {
    height: auto;
  }
}
.gallery_carousel .item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gallery_carousel .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_carousel .item.blur_back_item .blur_back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(24px);
  -webkit-filter: blur(24px);
}
.gallery_carousel .item.blur_back_item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  position: relative;
}
.gallery_carousel .slick-prev,
.gallery_carousel .slick-next {
  top: auto;
  bottom: 10px;
  width: 50px;
  height: 50px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_carousel .slick-prev::before,
.gallery_carousel .slick-next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(135deg);
  margin: 0 4px 0 0;
  transition: all 0.3s;
}
.gallery_carousel .slick-prev {
  left: auto;
  right: 120px;
}
.gallery_carousel .slick-prev::before {
  margin: 0 0 0 4px;
  transform: rotate(-45deg);
}
.gallery_carousel .slick-next {
  right: 50px;
}
/*Обычная галерея слайдером.-END-*/
/*Список контактов, офисов.*/
.icon-phone {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.contacts_list .contact_item {
  border-bottom: 1px solid #D5DBE0;
  margin: 0 0 20px 0;
}
.contacts_list .contact_item .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #272727;
  margin: 0 0 15px 0;
}
.contacts_list .contact_item .address {
  font-size: 14px;
  color: #4E525E;
  margin: 0 0 12px 0;
}
.contacts_list .contact_item .phone {
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  margin: 0 0 12px 0;
}
.contacts_list .contact_item .phone a {
  color: inherit;
  text-decoration: none;
}
.contacts_list .contact_item .work_time {
  font-size: 14px;
  color: #4E525E;
  margin: 0 0 12px 0;
}
.contacts_list .contact_item .text_param {
  font-size: 14px;
  color: #4E525E;
  margin: 0 0 12px 0;
}
.contacts_list .contact_item .buttons {
  margin: 15px 0 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contacts_list .contact_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/*Всплывашка о профиле.*/
.profile_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #0096FF;
  text-decoration: none;
  max-width: 170px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.profile_link svg {
  margin: 0 8px 0 0;
}
.profile_link .icon-avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .profile_link .icon-avatar {
    margin-right: 0;
  }
}
.profile_link svg.icon-user {
  width: 21px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .profile_link svg.icon-user {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .profile_link .text {
    display: none;
  }
}
.cabinet_top_links {
  display: inline-block;
  position: relative;
}
.cabinet_top_links .cabinet_popup {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  right: 0;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(25, 30, 45, 0.05);
}
.cabinet_top_links .cabinet_popup a {
  display: inline-block;
  font-size: 16px;
  color: #272727;
  text-decoration: none;
  margin: 0 0 24px 0;
}
.cabinet_top_links .cabinet_popup a svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 8px 0 0;
  color: #0096FF;
}
.cabinet_top_links .cabinet_popup a:last-child {
  margin-bottom: 0;
}
.cabinet_top_links:hover .cabinet_popup,
.cabinet_top_links.opened .cabinet_popup {
  display: block;
}
/*Кнопка "наверх".*/
.move_up {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: block;
  width: 56px;
  height: 56px;
  padding: 12px 0 0 0;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #D5DBE0;
  background: #ffffff;
  color: #0096FF;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
}
@media (max-width: 767px) {
  .move_up {
    left: 15px;
    bottom: 20px;
  }
}
/*Плашка про куки.*/
.cookie-notification {
  position: fixed;
  left: 30px;
  right: 30px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .cookie-notification {
    left: 85px;
    right: 85px;
  }
}
@media (max-width: 576px) {
  .cookie-notification {
    left: 15px;
    right: 15px;
    bottom: 90px;
    align-items: stretch;
  }
}
.cookie-notification.cookie-hide {
  display: none;
}
.cookie-block {
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #D5DBE0;
  padding: 15px 20px;
  font-size: 14px;
  text-align: left;
  max-width: 100%;
}
@media (max-width: 576px) {
  .cookie-block {
    display: block;
  }
}


:root {
  --fancybox-accent-color: #0096FF;
  --fancybox-thumbs-border-radius: 0px;
}
/*Шапка.*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 2147483647;
  transition: top 0.3s;
}
.footer_visible header {
  top: -200px;
}
.header_empty {
  display: block;
  height: 135px;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .header_empty {
    height: 85px;
  }
}
@media (max-width: 767px) {
  .header_empty {
    height: 73px;
  }
}
.no_header_margin .header_empty {
  height: 120px;
}
@media (max-width: 991px) {
  .no_header_margin .header_empty {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .no_header_margin .header_empty {
    height: 58px;
  }
}
.header_top_container {
  background: #F9F9F9;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .header_top_container {
    display: none;
  }
}
.header_main_container {
  height: 70px;
  background: #FFFFFF;
  position: relative;
  box-shadow: 0px 3px 8px -6px rgba(24, 39, 75, 0.05), 0px 10px 36px -4px rgba(17, 24, 41, 0.1);
}
@media (max-width: 991px) {
  .header_main_container .main_menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_main_container {
    height: 58px;
  }
}
/*Телефон в шапке.*/
.menu_top_phone {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #272727;
  text-decoration: none;
  min-width: 180px;
  text-align: right;
}
@media (max-width: 991px) {
  .menu_top_phone {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .menu_top_phone {
    font-size: 14px;
    margin: 0 10px;
    min-width: 130px;
  }
}
/*Логотип в шапке.*/
.menu_top_logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #0096FF;
}
@media (max-width: 991px) {
  .menu_top_logo {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .menu_top_logo {
    margin-right: 0;
  }
}
.menu_top_logo:hover {
  color: #0096FF;
}
.menu_top_logo .logo-icon {
  margin: 0 10px 0 0;
  width: 43px;
  height: 28px;
}
@media (max-width: 767px) {
  .menu_top_logo .logo-icon {
    width: 38px;
    height: 25px;
  }
}
.menu_top_logo .logo-text {
  max-width: 151px;
}
@media (max-width: 767px) {
  .menu_top_logo .logo-text {
    display: none;
  }
}
/*Кнопка-гамбургер для вызова меню.*/
.hambuger_button {
  display: inline-block;
  width: 34px;
  padding: 10px 8px;
  cursor: pointer;
}
.hambuger_button .line {
  width: 100%;
  height: 2px;
  margin: 0 0 4px 0;
  background: #272727;
  opacity: 1;
  transition: width 0.2s, transform 0.2s, opacity 0.2s;
}
.hambuger_button .line.three {
  width: 12px;
  margin: 0 0 0 auto;
}
.hambuger_button.active .line.one {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hambuger_button.active .line.two {
  transform: translate3d(-10px, 0, 0);
  opacity: 0;
}
.hambuger_button.active .line.three {
  width: 18px;
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}
.auth_top_menu {
  font-size: 14px;
  font-weight: 400;
}
.auth_top_menu .nav-item {
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  .auth_top_menu .nav-item {
    margin: 0 2px 0 0;
  }
}
.auth_top_menu .nav-item:last-child {
  margin-right: 0;
}
.auth_top_menu .nav-link {
  padding: 0.5rem 0;
}
@media (max-width: 767px) {
  .auth_top_menu .nav-link {
    padding: 0.5rem 8px;
  }
}
.auth_top_menu .auth_icon {
  display: inline-block;
  margin: 0 5px 0 0;
  height: 20px;
}
.is-favorite {
  position: relative;
}
.is-favorite:after {
  background: #FC427A;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  right: -1px;
}
svg.icon-heart {
  display: inline-block;
  width: 21px;
  height: 17px;
  fill: #fff;
}
.header-estate {
  height: 500px;
  background-color: #aaa;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  padding: 0 0 60px 0;
  margin: 0 0 35px 0;
  text-shadow: 0px 1px 2px rgba(3, 18, 33, 0.3);
  background-image: var(--header-bg);
}
@media (max-width: 991px) {
  .header-estate {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .header-estate {
    height: 200px;
    font-size: 12px;
    font-weight: 300;
    padding: 0 5px 20px 5px;
    background-image: var(--header-bg-mobile);
  }
}
.header-estate h1 {
  font-size: 48px;
  text-shadow: 0px 1px 2px rgba(3, 18, 33, 0.3);
}
@media (max-width: 576px) {
  .header-estate h1 {
    font-size: 22px;
  }
}
.header-estate .description {
  max-width: 600px;
}
/*Шапка при прокрутке.*/
.scroll_top_auth {
  display: flex;
  align-items: center;
}
.scroll_down_auth {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .scroll_down_auth {
    display: none;
  }
}
@media (min-width: 992px) {
  .scrolled_down header {
    top: -50px;
  }
  .scrolled_down .menu_top_logo {
    display: none;
  }
  .scrolled_down.footer_visible header {
    top: -200px;
  }
}
.scrolled_down .scroll_down_auth {
  display: flex;
}
/*Ссылка на личный кабинет.*/
.cabinet-link {
  color: #0096FF;
}
.cabinet-link svg.icon-user {
  width: 21px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cabinet-link svg.icon-user {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cabinet-link .text {
    display: none;
  }
}


:root {
  --fancybox-accent-color: #0096FF;
  --fancybox-thumbs-border-radius: 0px;
}
/*Меню сверху над главным.*/
.main_top_menu {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.main_top_menu .nav-item {
  margin: 0.5rem;
}
.main_top_menu .nav-link {
  color: #88919D;
  padding: 0.5rem;
}
.main_top_menu .nav-link.active {
  color: #0096FF;
}
.main_top_menu .nav-link:hover {
  color: #0096FF;
}
.main_top_menu .nav-item:first-child {
  margin-left: 0;
}
.main_top_menu .nav-item:first-child .nav-link {
  padding-left: 0;
}
/*Главное меню сайта.*/
.main_menu .nav-item {
  margin: 0;
  padding: 0 25px;
  letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
  .main_menu .nav-item {
    padding: 0 10px;
    letter-spacing: normal;
  }
}
.main_menu .nav-item:hover .main_menu__submenu {
  display: block;
}
.main_menu .nav-item:first-child {
  padding-left: 0;
}
.main_menu .nav-item:last-child {
  padding-right: 0;
}
.main_menu .nav-link {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #272727;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 26px 0 26px 0px;
}
@media (max-width: 1199px) {
  .main_menu .nav-link {
    font-size: 13px;
  }
}
.main_menu .nav-link:hover {
  color: #0096FF;
}
.main_menu .nav-link.active {
  color: #0096FF;
}
.main_menu .main_menu__submenu {
  display: none;
  background: #ffffff;
  left: 0px;
  right: 0px;
  border-top: 1px solid #F4F6FB;
  z-index: 10;
  position: absolute;
  box-shadow: 0px 4px 4px rgba(25, 30, 45, 0.05);
}
.main_menu .main_menu__submenu .nav-item {
  padding: 0 40px 0 0;
}
@media (max-width: 1199px) {
  .main_menu .main_menu__submenu .nav-item {
    padding: 0 20px 0 0;
  }
}
.main_menu .main_menu__submenu .nav-link {
  color: #272727;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  width: 184px;
  height: auto;
  margin: 0 4px;
}
.main_menu .main_menu__submenu .nav-link:hover {
  color: #0096FF;
}
.main_menu .main_menu__submenu .nav-link.active {
  color: #0096FF;
  border-color: #0096FF;
}
.main_menu .main_menu__submenu .image_cont {
  flex: 0 0 auto;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 16px 0 0;
  border-radius: 4px;
  overflow: hidden;
  background: #c2cde4;
}
.main_menu .main_menu__submenu .image_cont img {
  display: block;
  max-width: 100%;
}
.main_menu .main_menu__submenu .text_cont {
  display: inline-block;
}
.main_menu .main_menu__submenu .price_cont {
  display: block;
  color: #88919D;
  margin: 4px 0 0 0;
  font-weight: 300;
}
.main_menu .submenu_wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/*Меню футера с иконками.*/
.footer_menu_with_icons {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .footer_menu_with_icons {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px 0;
  }
}
.footer_menu_with_icons li {
  display: block;
  margin: 0 0 16px 0;
}
@media (max-width: 991px) {
  .footer_menu_with_icons li {
    margin: 0;
  }
}
.footer_menu_with_icons li a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #88919D;
}
.footer_menu_with_icons li a:hover {
  color: #0096FF;
}
.footer_menu_with_icons li a.active {
  color: #0096FF;
}
.footer_menu_with_icons li a span {
  display: block;
  margin: 0 0 0 10px;
}
.footer_menu_with_icons li a .icon-box {
  min-width: 20px;
  text-align: center;
  padding-bottom: 4px;
}
.footer_menu_with_icons li:last-child {
  margin-bottom: 0;
}
.footer_menu_with_icons svg.icon-new,
.footer_menu_with_icons svg.icon-secondary {
  width: 16px;
  height: 16px;
}
.footer_menu_with_icons svg.icon-parking {
  width: 15px;
  height: 16px;
}
.footer_menu_with_icons svg.icon-commerce {
  width: 13px;
  height: 16px;
}
/*Меню футера с заголовком.*/
.footer_menu_with_title {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_menu_with_title li {
  display: block;
  margin: 0 0 12px 0;
  font-size: 12px;
  font-weight: 400;
  color: #88919D;
}
.footer_menu_with_title li a {
  color: inherit;
  text-decoration: none;
}
.footer_menu_with_title li a:hover {
  color: #0096FF;
}
.footer_menu_with_title li a.active {
  color: #0096FF;
}
.footer_menu_with_title li.title {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #272727;
}
.footer_menu_with_title li:last-child {
  margin-bottom: 0;
}
/*Меню для внутренних страниц с подчёркиванием.*/
.inner_menu_with_border .item {
  display: inline-block;
  margin: 0 50px 10px 0;
  font-weight: 400;
  font-size: 18px;
  color: #88919D;
}
.inner_menu_with_border .item:last-child {
  margin-right: 0;
}
.inner_menu_with_border .item .item_link {
  display: block;
  text-decoration: none;
  padding: 0 0 2px 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  color: inherit;
}
.inner_menu_with_border .item.active {
  color: #0096FF;
}
.inner_menu_with_border .item.active .item_link {
  border-color: #0096FF;
}
/*МОБИЛЬНОЕ МЕНЮ. -START-*/
.mobile_menu_block {
  position: fixed;
  top: 70px;
  left: 100%;
  bottom: 0;
  width: 100%;
  transition: left 0.3s;
  background: #ffffff;
  display: flex;
  z-index: 2147483647;
}
@media (max-width: 576px) {
  .mobile_menu_block {
    top: 58px;
  }
}
.mobile_menu_block.active {
  left: 0;
}
.mobile_menu_block .first_part {
  width: 50%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding: 50px 30px;
}
@media (max-width: 576px) {
  .mobile_menu_block .first_part {
    width: 100%;
    padding: 30px 15px;
  }
}
.mobile_menu_block .first_part .menu_cont {
  height: 100%;
  flex: 0 1 auto;
  overflow: auto;
}
.mobile_menu_block .first_part .social_icons {
  flex: 0 0 auto;
  margin: 30px 0 0 0;
}
.mobile_menu_block .first_part .nav-link {
  font-size: 16px;
}
.mobile_menu_block .second_part {
  width: 50%;
  flex: 0 0 auto;
  overflow: auto;
  font-size: 14px;
  padding: 50px 30px 50px 30px;
  background: #ffffff;
}
@media (max-width: 576px) {
  .mobile_menu_block .second_part {
    position: absolute;
    width: 100%;
    bottom: 95px;
    top: 0;
    left: 100%;
    padding: 30px 15px 0 15px;
    transition: left 0.3s;
  }
  .mobile_menu_block .second_part.opened {
    left: 0;
  }
}
.mobile_menu_block .second_part .nav {
  display: none;
}
.mobile_menu_block .second_part .nav.active {
  display: flex;
}
.mobile_menu_block .second_part .nav-link {
  font-size: 14px;
}
.mobile_menu_block .nav {
  overflow: auto;
  flex-direction: column;
  justify-content: flex-start;
}
.mobile_menu_block .nav-item {
  display: flex;
  margin: 0 0 10px 0;
  color: #272727;
}
.mobile_menu_block .nav-item.with_submenu {
  display: flex;
}
.mobile_menu_block .nav-item .submenu_open {
  flex: 0 0 auto;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile_menu_block .nav-item .submenu_open div {
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.mobile_menu_block .nav-item.back-item {
  display: none;
  margin: 0 0 20px 0;
}
@media (max-width: 576px) {
  .mobile_menu_block .nav-item.back-item {
    display: block;
  }
}
.mobile_menu_block .nav-item.back-item .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  margin: 2px 10px 0 2px;
  transform: rotate(-45deg);
}
.mobile_menu_block .nav-item.back-item .nav-link {
  font-size: 16px;
}
.mobile_menu_block .nav-item .cabinet-link svg.icon-user {
  color: #0096FF;
  margin: 0 5px 0 0;
}
.mobile_menu_block .nav-link {
  flex: 0 1 auto;
  font-weight: 400;
  color: #272727;
  padding: 10px 0;
}
.mobile_menu_block .nav-item.active {
  color: #0096FF;
}
.mobile_menu_block .nav-item.active .nav-link {
  color: #0096FF;
}
.mobile_menu_block .mobile_submenu .nav-item {
  margin: 0 0 5px 0;
}
.mobile_menu_block .mobile_submenu .nav-item.back-item {
  margin: 0 0 20px 0;
}
.mobile_menu_block .mobile_submenu .nav-link {
  padding: 5px 0;
}
/*МОБИЛЬНОЕ МЕНЮ. -END-*/


:root {
  --fancybox-accent-color: #0096FF;
  --fancybox-thumbs-border-radius: 0px;
}
/*ЭЛЕМЕНТЫ ФОРМ.-START-*/
input,
select,
textarea {
  outline: none !important;
  box-shadow: none !important;
  font-family: 'Stolzl', 'Arial', sans-serif;
}
.form-control {
  outline: none !important;
  box-shadow: none !important;
  font-weight: 300;
}
.form-control.gray_input {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  padding: 0 20px;
  border: none;
  border-radius: 20px;
  background: #F4F6FB;
  color: #272727;
}
.form-control.gray_textarea {
  line-height: 1.5;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background: #F4F6FB;
  color: #272727;
  height: 120px;
}
.form-label {
  font-size: 14px;
  color: #88919D;
}
.form-check-input:checked {
  background-color: #0096FF;
  border-color: #0096FF;
}
.vertical_middle_checkbox {
  display: flex;
  align-items: center;
}
.vertical_middle_checkbox input {
  flex: 0 0 auto;
  margin: 0 8px 0 0;
  width: 15px;
  height: 15px;
}
.vertical_top_checkbox {
  display: flex;
}
.vertical_top_checkbox input {
  flex: 0 0 auto;
  margin: 0 8px 0 0;
  width: 15px;
  height: 15px;
}
.agreement_block {
  font-size: 12px;
  line-height: 1.5;
  color: #88919D;
}
.agreement_block label {
  display: inline;
}
.agreement_block a {
  color: inherit;
}
.bottom_line_chosen .chosen-container {
  font-size: 12px;
  margin: 0 0 12px 0;
}
.bottom_line_chosen .chosen-container .chosen-drop {
  border: none;
  border-radius: 0 0 4px 4px;
  padding: 0 0 10px 0;
}
.bottom_line_chosen .chosen-container .chosen-results {
  max-height: none;
}
.bottom_line_chosen .chosen-container .chosen-results li {
  padding: 0 15px;
  line-height: 42px;
}
.bottom_line_chosen .chosen-container .chosen-results li.highlighted {
  background-color: #F8F9FF;
  background-image: none;
  color: #0096FF;
}
.bottom_line_chosen .chosen-container-multi .chosen-choices {
  border: none;
  border-bottom: 1px solid #D5DBE0;
  background: #FFFFFF;
  padding: 5px 0;
}
.bottom_line_chosen .chosen-container-multi .chosen-choices li.search-choice {
  background: none;
  box-shadow: none;
  border: none;
  padding: 4px 20px 4px 5px;
  color: #88919D;
}
.bottom_line_chosen .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: 'Stolzl';
  font-size: 14px;
  font-weight: 300;
  color: #88919D;
}
.bottom_line_chosen .chosen-container-multi .chosen-drop .result-selected {
  color: #0096FF;
}
.bottom_line_chosen .chosen-container-active .chosen-choices {
  box-shadow: none;
}
/*Поле для прикрепление файла.*/
.custom_file_input {
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #4E525E;
  background: url('/img/icons/file_attach.svg') 2px 1px no-repeat;
  cursor: pointer;
}
.custom_file_input .underline {
  text-decoration: underline;
}
.custom_file_input input {
  display: none;
}
/*ЭЛЕМЕНТЫ ФОРМ.-END-*/
/*Обычная форма.-START-*/
.simple_form_cont.single {
  display: inline-block;
  width: 450px;
}
.simple_form_cont.double {
  display: inline-block;
  width: 800px;
}
.simple_form_cont .form_title {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
.simple_form_cont .form_intro {
  font-size: 16px;
  line-height: 1.5;
  color: #88919D;
}
.simple_form_cont .input_comment {
  font-size: 12px;
  color: #88919D;
}
.simple_form_cont .form_error {
  display: none;
  text-align: center;
  margin: 20px 0 0 0;
}
.simple_form_cont .form_success {
  display: none;
  text-align: center;
  padding: 40px;
  border: 1px solid #D5DBE0;
  border-radius: 20px;
}
.simple_form_cont .form_success h4 {
  font-size: 30px;
  margin: 0 0 18px 0;
  line-height: 34px;
}
.simple_form_cont .form_success.no_box {
  padding: 0;
  border: 0;
}
.simple_form .field_cont,
.popup_form .field_cont {
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .simple_form .field_cont,
  .popup_form .field_cont {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 576px) {
  .simple_form .field_cont,
  .popup_form .field_cont {
    margin: 0 0 20px 0;
  }
}
.white_form_cont {
  padding: 50px;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .white_form_cont {
    padding: 30px;
  }
}
/*Обычная форма.-END-*/
/*Всплывающая форма.-START-*/
.popup_form_cont {
  width: 450px;
  padding: 50px;
  background: #ffffff;
  border-radius: 20px;
}
.popup_form_cont .form_title {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
.popup_form_cont .form_intro {
  font-size: 16px;
  line-height: 1.5;
  color: #88919D;
}
.popup_form_cont .input_comment {
  font-size: 12px;
  color: #88919D;
}
.popup_form_cont .popup_error {
  display: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0 0 0;
}
.popup_form_cont .popup_success {
  display: none;
  text-align: center;
}
.popup_form_cont .popup_success h4 {
  font-size: 30px;
  margin: 0 0 18px 0;
  line-height: 34px;
}
@media (max-width: 480px) {
  .popup_form_cont {
    width: 340px;
    padding: 30px;
  }
}
@media (max-width: 360px) {
  .popup_form_cont {
    width: 100%;
    padding: 30px 15px;
  }
}
.popup_form_cont.double {
  width: 800px;
}
@media (max-width: 1199px) {
  .popup_form_cont.double {
    width: 660px;
  }
}
@media (max-width: 767px) {
  .popup_form_cont.double {
    width: 450px;
  }
}
@media (max-width: 480px) {
  .popup_form_cont.double {
    width: 340px;
  }
}
@media (max-width: 360px) {
  .popup_form_cont.double {
    width: 100%;
  }
}
/*Всплывающая форма.-END-*/
/***************************************/
/*Оформление красивого select-а.-START-*/
/***************************************/
.multiselect {
  height: 42px;
  border-bottom: 1px solid #D5DBE0;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  padding: 0 40px 0 0;
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 150px;
}
.multiselect .arr {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  margin-top: -8px;
  background: url('/img/forms/select_arrow.svg') center no-repeat;
  background-size: contain;
  transition: all 0.15s ease-out;
}
.multiselect .my_placeholder,
.multiselect .checked {
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiselect .checked {
  color: #0096FF;
  text-transform: capitalize;
}
.multiselect .null_value {
  color: #8b8f96;
}
.multiselect .select {
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  padding: 0 0 10px 0;
  display: none;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(25, 30, 45, 0.05);
}
.multiselect .option {
  line-height: 24px;
  padding: 10px 15px;
}
.multiselect .option::first-letter {
  text-transform: uppercase;
}
.multiselect .option:hover {
  background: #F8F9FF;
  color: #0096FF;
}
.multiselect .option.selected {
  color: #0096FF;
}
.multiselect.opened {
  z-index: 3;
}
.multiselect.opened .arr {
  transform: rotate(-180deg);
}
.multiselect.opened .select {
  display: block;
}
.multiselect.disabled {
  cursor: auto;
}
.multiselect.disabled .arr {
  display: none !important;
}
.multiselect.disabled .select {
  display: none !important;
}
.multiselect.round_white {
  height: 40px;
  border-bottom: none;
  padding: 0 40px 0 20px;
  border-radius: 20px;
  background: #ffffff;
  font-size: 12px;
  color: #0096FF;
}
.multiselect.round_white .arr {
  right: 10px;
}
.multiselect.round_white .select {
  border-radius: 20px;
  padding: 0;
}
.multiselect.round_white .my_placeholder,
.multiselect.round_white .checked {
  line-height: 40px;
}
.multiselect.round_white .option {
  line-height: 40px;
  padding: 0 20px;
}
/***************************************/
/**Оформление красивого select-а.-END-**/
/***************************************/
/*Список своих версий чекбоксов.*/
.checkboxes_list {
  font-size: 0;
}
.checkboxes_list.checkboxes_list_pad {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .checkboxes_list.scroll_list_mobile {
    display: flex;
    justify-content: flex-start;
    overflow: auto;
    padding: 0 0 12px 0;
  }
}
/*Чекбокс в виде кружка с цифрой.*/
.checkbox_circle {
  flex: 0 0 auto;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #D5DBE0;
  color: #272727;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  background: #ffffff;
  margin: 0 8px 0 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .checkbox_circle {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .checkbox_circle {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
.checkbox_circle:hover {
  color: #0096FF;
  border-color: #0096FF;
}
.checkbox_circle.checked,
.checkbox_circle.active {
  background: #0096FF;
  color: #ffffff;
  border-color: #0096FF;
}
.checkbox_circle.disabled {
  color: #D5DBE0;
}
.checkbox_circle input {
  display: none;
}
.checkbox_circle:last-child {
  margin-right: 0px;
}
.checkbox_box_text {
  display: inline-block;
  font-size: 14px;
  color: #88919D;
  margin: 4px 20px 4px 0;
  cursor: pointer;
}
.checkbox_box_text .box {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #D5DBE0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin: 0 8px 0 0;
  min-width: 18px;
  min-height: 18px;
}
.checkbox_box_text .box::after {
  content: '';
  display: none;
  border-left: 2px solid #D5DBE0;
  border-bottom: 2px solid #D5DBE0;
  width: 8px;
  height: 5px;
  transform: rotate(-45deg);
  margin: 3px 0 0 3px;
}
.checkbox_box_text:hover .box {
  border-color: #0096FF;
}
.checkbox_box_text.checked {
  color: #0096FF;
}
.checkbox_box_text.checked .box {
  border-color: #0096FF;
}
.checkbox_box_text.checked .box::after {
  border-color: #0096FF;
  display: block;
}
.checkbox_box_text input {
  display: none;
}
.checkboxes_tags .checkbox_box_text {
  display: inline-flex;
  min-width: 155px;
  width: 155px;
  margin-top: 7px;
  margin-bottom: 7px;
}
/*Одиночный чекбокс с кружком.*/
.simple_circle_checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
  color: #88919D;
  cursor: pointer;
}
.simple_circle_checkbox .circle {
  flex: 0 0 auto;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid #D5DBE0;
  margin: 0 15px 0 0;
}
.simple_circle_checkbox .circle::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin: 3px 0 0 3px;
}
.simple_circle_checkbox.checked {
  color: #0096FF;
}
.simple_circle_checkbox.checked .circle {
  border-color: #0096FF;
}
.simple_circle_checkbox.checked .circle::after {
  background: #0096FF;
}
.simple_circle_checkbox input {
  display: none;
}
/*Маленький одиночный чекбокс.*/
.mini_checkbox {
  font-size: 10px;
  line-height: 1.5;
  color: #88919D;
  cursor: pointer;
}
.mini_checkbox .box {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid #E6EAEF;
  margin: 2px 6px 0 0;
  position: relative;
  top: 1px;
}
.mini_checkbox .box::after {
  content: '';
  display: none;
  border-left: 1px solid #E6EAEF;
  border-bottom: 1px solid #E6EAEF;
  width: 5px;
  height: 4px;
  transform: rotate(-45deg);
  margin: 1px 0 0 1px;
}
.mini_checkbox.checked .box {
  border-color: #0096FF;
}
.mini_checkbox.checked .box::after {
  display: block;
  border-color: #0096FF;
}
.mini_checkbox input {
  display: none;
}
/*Список своих версий радиокнопок.*/
.radio_list .radio_nav_item {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  color: #88919D;
  margin: 0 50px 10px 0;
  padding: 0 0 8px 0;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
@media (max-width: 576px) {
  .radio_list .radio_nav_item {
    font-size: 14px;
    margin: 0 35px 10px 0;
  }
}
.radio_list .radio_nav_item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left center;
  pointer-events: none;
  background-color: #0096FF;
}
.radio_list .radio_nav_item:hover {
  color: #0096FF;
}
.radio_list .radio_nav_item.checked {
  font-weight: 400;
  color: #0096FF;
}
.radio_list .radio_nav_item.checked:after {
  transform: scaleX(1);
}
.radio_list .radio_nav_item:last-child {
  margin-right: 0;
}
.radio_list .radio_nav_item input {
  display: none;
}
/*Радиокнопки кружками.*/
.radio_box_text {
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  color: #272727;
  margin: 4px 20px 4px 0;
  cursor: pointer;
}
.radio_box_text .box {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #D5DBE0;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin: 0 8px 0 0;
}
.radio_box_text .box::after {
  content: '';
  display: none;
  border-left: 2px solid #D5DBE0;
  border-bottom: 2px solid #D5DBE0;
  width: 8px;
  height: 5px;
  transform: rotate(-45deg);
  margin: 6px 0 0 5px;
}
.radio_box_text:hover .box {
  border-color: #0096FF;
}
.radio_box_text.checked {
  color: #0096FF;
}
.radio_box_text.checked .box {
  border-color: #0096FF;
}
.radio_box_text.checked .box::after {
  border-color: #0096FF;
  display: block;
}
.radio_box_text input {
  display: none;
}
/*Оформление простого селекта в форме.*/
.some_select {
  width: 100%;
  height: 42px;
  font-size: 14px;
  line-height: 44px;
  background: url('/img/forms/select_arrow.svg') 100% center no-repeat #FFFFFF;
  border: 0px;
  border-bottom: 1px solid #D5DBE0;
  padding: 0;
  color: #272727;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 300;
  border-radius: 0px;
  min-width: 150px;
}
.some_select.selected {
  color: #0096FF;
  font-weight: 400;
}
.some_select::-ms-expand {
  display: none;
}
.some_select option {
  color: #88919D;
  font-weight: 300;
  background: #fff;
}
.some_select option:checked {
  background: #0096FF;
  color: #fff;
}
/*Поле со слайдером.*/
.slider_cont {
  width: 100%;
  height: 42px;
  background: none;
  padding: 0;
  color: #0096FF;
  font-size: 0;
}
.slider_cont input {
  display: block;
  height: 40px;
  font-size: 16px;
  line-height: 34px;
  border: none;
  background: none;
  padding: 0 0 6px 0;
  color: #272727;
}
@media (max-width: 767px) {
  .slider_cont input {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px 0;
    padding: 0;
  }
}
.slider_cont input.padding_left {
  padding-left: 20px;
}
@media (max-width: 576px) {
  .slider_cont input.padding_left {
    padding-left: 0;
  }
}
.slider_cont input.padding_right {
  padding-right: 20px;
}
@media (max-width: 576px) {
  .slider_cont input.padding_right {
    padding-right: 0;
  }
}
.slider_cont.one_input input {
  width: 100%;
}
.slider_cont.two_input input {
  display: inline-block;
  width: 50%;
}
.slider_cont.two_input .second_input {
  text-align: right;
}
.slider_cont.price_input {
  font-size: 14px;
  color: #272727;
}
.slider_cont.price_input > span {
  display: inline-block;
  height: 40px;
  line-height: 42px;
  margin: 0 5px 0 0px;
}
.slider_cont.price_input > span.black_text {
  color: #272727;
}
.slider_cont.price_input input {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 5px 0 5px;
  text-align: center;
}
.slider_cont.price_input .price_input_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.slider_cont .ui-slider {
  height: 1px;
  width: 100%;
  background: #D5DBE0;
  position: relative;
}
.slider_cont .ui-slider-range {
  display: block;
  position: relative;
  width: 0%;
  height: 100%;
  background: #0096FF;
}
.slider_cont .ui-slider-handle {
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: #0096FF;
  margin: -7px 0 0 -6px;
  border: 1px solid transparent;
}

