/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.ss-main {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #666;
  width: 100%;
}
.ss-main .ss-single-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 6px 15px;
  background-color: #fff;
  outline: 0;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.ss-main .ss-single-selected .placeholder {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 20px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ss-main .ss-single-selected .placeholder * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}
.ss-main .ss-single-selected .ss-deselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold;
}
.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}
.ss-main .ss-single-selected .ss-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 6px 0 6px;
}
.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: margin 0.2s, -webkit-transform 0.2s;
  transition: margin 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, margin 0.2s;
  transition: transform 0.2s, margin 0.2s, -webkit-transform 0.2s;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: 3px 0 0 0;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -3px 0 0 0;
}
.ss-main .ss-multi-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0 0 0 3px;
  border-radius: inherit;
  background-color: #fff;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-main .ss-multi-selected .ss-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: calc(100% - 30px);
}
.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 5px;
  margin: 2px 0px;
  line-height: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0px;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  -webkit-animation-name: scaleOut;
          animation-name: scaleOut;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}
.ss-main .ss-multi-selected .ss-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 3px;
          flex: 0 1 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px 0 5px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #dcdee2;
  z-index: 1010;
  background-color: #fff;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.ss-content.ss-open {
  display: block;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.ss-content .ss-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 8px 6px 8px;
}
.ss-content .ss-search.ss-hide {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ss-content .ss-search.ss-hide input {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ss-content .ss-search input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}
.ss-content .ss-search input::-webkit-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input::-moz-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input:-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input::-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input:focus {
  -webkit-box-shadow: 0 0 5px #5897fb;
          box-shadow: 0 0 5px #5897fb;
}
.ss-content .ss-search .ss-addable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ss-content .ss-addable {
  padding-top: 0px;
}
.ss-content .ss-list {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px 6px 10px;
  font-weight: bold;
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}
.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}
.ss-content .ss-list .ss-option {
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ss-content .ss-list .ss-option * {
  display: inline-block;
}
.ss-content .ss-list .ss-option:hover,
.ss-content .ss-list .ss-option.ss-highlighted {
  color: #fff;
  background-color: #5897fb;
}
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1);
}
.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}
/**
 * Swiper 5.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 3, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.switchers {
    background-color: #ffffff;
    margin:0px;
    padding:0px;
    border: 0px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-wrapper_lk {
  margin-bottom: 15px;
}

.swiper-wrapper_obyava {
  bottom: 50px;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
    bottom: 0;
  width: 33px;
  height: 33px;
  margin-top: -16px;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d9d9d9;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 50%;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 15px;
  right: auto;
  background-image: url("../img/siper-prev.png");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 15px;
  left: auto;
  background-image: url("../img/swiper-next.png");
}
@media (min-width: 1280px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}
.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #cccccc;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #016ecb;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*!Ion.RangeSlider, 2.3.0, В© Denis Ineshin, 2010 - 2018, IonDen.com, Build date: 2018-12-11 23:23:51*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  outline: none;
  z-index: -9999;
  background: none;
  border-style: solid;
  border-color: transparent;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.irs--modern {
  height: 0;
  margin: 0 -7px;
}
.irs--modern .irs-bar {
  top: 0;
  height: 0;
  background: #016ecb;
}
.irs--modern .irs-line {
  top: 0;
  height: 0;
  border: none;
}
.irs--modern .irs-min,
.irs--modern .irs-max,
.irs--modern .irs-to,
.irs--modern .irs-from {
  display: none;
}
.irs--modern .irs-handle {
  cursor: pointer;
  top: -7px;
  width: 14px;
  height: 14px;
  background: #016ecb;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #016ecb;
  border-radius: 50px;
}
.irs--modern .irs-handle:hover {
  border-color: #016ecb;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.irs--modern .irs-handle:focus {
  border-color: #016ecb;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.irs--modern .irs-handle:active {
  border-color: #016ecb;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.irs--modern .irs-handle > i:nth-child(1),
.irs--modern .irs-handle > i:nth-child(2),
.irs--modern .irs-handle > i:nth-child(3) {
  display: none;
}
.irs-single {
  display: none;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #016ecb;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* END of  !Ion.RangeSlider, 2.3.0 */

span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px -1px -1px -3px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: 50%;
  top: 30px;
}
.multiselect.dropdown-toggle:after {
  display: none;
}
.multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container .multiselect-filter > .fa-search {
  z-index: 1;
  padding-left: 0.75rem;
}
.multiselect-container .multiselect-filter > input.multiselect-search {
  border: none;
  border-bottom: 1px solid lightgrey;
  padding-left: 2rem;
  margin-left: -1.625rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.multiselect-container .multiselect-filter > input.multiselect-search:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
  margin-left: -1.5rem;
  display: none;
}
.multiselect-container .multiselect-option.multiselect-group-option-indented {
  padding-left: 1.75rem;
}
.multiselect-container .multiselect-option,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-all {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}
.multiselect-container .multiselect-option.dropdown-item,
.multiselect-container .multiselect-group.dropdown-item,
.multiselect-container .multiselect-all.dropdown-item,
.multiselect-container .multiselect-option.dropdown-toggle,
.multiselect-container .multiselect-group.dropdown-toggle,
.multiselect-container .multiselect-all.dropdown-toggle {
  cursor: pointer;
}
.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
  cursor: pointer;
}
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
  background-color: transparent;
  color: #0365ce;
}
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
  outline: none;
}
.form-inline .multiselect-container span.form-check {
  padding: 3px 20px 3px 40px;
}
.input-group.input-group-sm > .multiselect-native-select .multiselect {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-right: 1.75rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group > .multiselect-native-select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}
.input-group > .multiselect-native-select > div.btn-group {
  width: 100%;
}
.input-group > .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect-native-select {
  width: 100%;
}
.multiselect-native-select .btn-group {
  width: 100%;
}
.multiselect-native-select .btn-group.show {
  position: relative;
}
.multiselect-native-select .btn-group.show::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  z-index: 1050;
  width: 14px;
  height: 13px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAABO0lEQVQokZWRsWrCUBSG/6uBIJIl2DGbXQyZMimIQrY+QYa+gMXZseDYrVBKX6Bwz5K2i6t0yNQXKE3W4KCQIYtgILfcNCkmNGIPXO45P/fjnP9cxjnHP0IBcAngkwkhzsKI6IoxttI0DUmSDFpnQtftdns1Ho9LiUF2PHU45zee54ndbieSJBGc8y+pn+xIRItOp/PoOA56vR6iKJLyGwqzTdBS07Tb6XSKbrebawX42ggS0Z2u64vJZAJVVXNtv98jjmOZfuRC3R/n/H69Xos0TcVxhGEo/T2V75RapwfDMObD4RCtVtV+MeZLWecgEV0AWPb7/Zlt22CMVaDD4YDtdivT91+QiAYA5qZpzizL+nNRm80GWZY9u66bHo8ngiCo+KmH7/vyquxCGY1GMAyj6Vd+xlJqywfwDW4U0nSW/jRzAAAAAElFTkSuQmCC");
}
.multiselect-native-select .multiselect {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
  font-family: inherit;
  text-align: left !important;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  color: #757575;
}
.multiselect-native-select .multiselect:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.multiselect-native-select .multiselect-container {
  min-width: 100%;
  margin-top: 12px;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.6em;
  margin-bottom: 0.7em;
  font-weight: 400;
}
h1 {
  font-weight: 500;
  font-size: 26px;
}
h2 {
  font-size: 24px;
  font-weight: 400;
}
h3 {
  font-size: 22px;
  font-weight: 400;
}
h4 {
  font-size: 20px;
  font-weight: 400;
}
h5,
h6 {
  font-size: 18px;
}
p {
  margin: 0 0 20px; /* vit: 0 0 10px */
}
a {
  text-decoration: underline;
  color: #016ecb;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
a:hover {
  color: #000000;
}
sup {
  font-size: 0.6em;
}
img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1280px) {
  .desktop-hide {
    display: none;
  }
}
@media (max-width: 1279px) {
  .desktop-only {
    display: none;
  }
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  color: #2d2d2d;
}
.header {
  border-bottom: 1px solid #cfcfcf;
}
.header__top {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #a7a7a7;
  color: #ffffff;
}
.header__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu {
  display: none;
}
@media (min-width: 1280px) {
  .header__menu {
    display: block;
    margin-right: auto;
  }
}
.header__user-menu {
  width: 100%;
}
@media (min-width: 1280px) {
  .header__user-menu {
    width: auto;
  }
}
.header__bottom {
  padding-top: 16px;
  padding-bottom: 17px;
}
@media (min-width: 768px) {
  .header__bottom {
    padding-top: 14px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .header__bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  margin-right: auto;
  margin-left: 40px;
}
@media (min-width: 768px) {
  .header__logo {
    margin-left: 45px;
  }
}
@media (min-width: 1280px) {
  .header__logo {
    margin-right: 68px;
    margin-left: 0;
    -webkit-transform: 0;
            transform: 0;
  }
}
.header__catalog {
  display: none;
}
@media (min-width: 1280px) {
  .header__catalog {
    display: block;
    max-width: 640px;
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .header__new-add {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-mobile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 765px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container,
  .container-tablet {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 765px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .container,
  .container-desktop {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1268px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.measer_in_th {
  font-weight: 100;
  font-size: 15px;
  display: block;
  margin-top: 5px;
}
.table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
.table th {
  padding: 14px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  background-color: #f3f3f3;
  border: none;
  color: #3d3d3d;
}
.table th:not(:first-child) {
  border-left: 1px solid #016ecb;
}
.table td {
  padding: 14px 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  background-color: #f3f3f3;
  border: none;
  border-top: 1px solid #016ecb;
  color: #3d3d3d;
}
.table td:not(:first-child) {
  border-left: 1px solid #016ecb;
}
.table-responsive {
  overflow: auto;
}
.top-menu {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.top-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-menu__item {
  margin-right: 20px;
}
.top-menu__link {
  text-decoration: none;
  color: #ffffff;
}
.user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.user-menu__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .user-menu__account {
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .user-menu__account {
    margin-right: 30px;
  }
}
.user-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #ffffff;
}
.user-kabinet__link_sign-in {
}
@media (min-width: 768px) {
  .user-kabinet__link_sign-in {
    margin-right: 15px;
    font-size: inherit;
  }
}
.user-menu__link_sign-in {
  font-size: 0;
}
@media (min-width: 768px) {
  .user-menu__link_sign-in {
    margin-right: 15px;
    font-size: inherit;
  }
}
.user-kabinet__link_sign-up {
  display: block;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .user-kabinet__link_sign-up {
    display: block;
  }
}
.user-menu__link_sign-up {
  display: none;
}
@media (min-width: 768px) {
  .user-menu__link_sign-up {
    display: block;
  }
}
.only_text {
    color: #000000;
    border: 0px;
    display:inline;
}
.only_text:hover{
  color: #000000;
  text-decoration: underline;
  cursor: default;
}
.user-menu__favorite {
  margin-right: auto;
}
.margin-left__zero {
  margin: 0px;
   padding: 0px;
}
@media (min-width: 768px) {
  .user-menu__favorite {
    margin-right: 20px;
  }
}
.user-menu__icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: currentColor;
  
}
@media (min-width: 768px) {
  .user-menu__icon {
    margin-right: 5px;
  }
}
.logo,
.logo__image {
    width: 215px;
    height: 61px;
}
@media (min-width: 768px) {
  .logo,
  .logo__image {
    width: 215px;
    height: 61px;
  }
}
.catalog-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.catalog-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 107px;
  margin-right: -1px;
  padding: 10px 15px;
  text-decoration: none;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  color: #313131;
}
.catalog-menu__link:hover {
  color: #016ecb;
}
.catalog-menu__item_active .catalog-menu__link {
  background-color: #016ecb;
  color: #ffffff;
}
.new-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 0;
  text-decoration: none;
  color: #a7a7a7;
}
@media (min-width: 768px) {
  .new-add {
    font-size: 15px;
  }
}
.new-add__icon {
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #f1f1f1;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
}
.new-add__icon::before,
.new-add__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: #a7a7a7;
}
.new-add__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 768px) {
  .new-add__icon {
    margin-right: 15px;
  }
}
@media (min-width: 1280px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__container {
  position: relative;
}
.mobile-menu__toggle {
  position: absolute;
  top: -61px;
  left: auto;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 0 0 -4px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
}
.mobile-menu__toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 3px;
  margin-top: -1px;
  margin-left: -14px;
  background-color: #575757;
  border-radius: 1px;
}
.mobile-menu__toggle span::before,
.mobile-menu__toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #575757;
  border-radius: 1px;
}
.mobile-menu__toggle span::before {
  top: -9px;
}
.mobile-menu__toggle span::after {
  bottom: -9px;
}
/* Состояние при открытом меню  */
.mobile-menu_open .mobile-menu__toggle span {
  background: none;
}
.mobile-menu_open .mobile-menu__toggle span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu_open .mobile-menu__toggle span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-menu__wrap {
  display: none;
}
@media (min-width: 768px) {
  .mobile-menu__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-menu__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.mobile-menu__list:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f1f1f1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .mobile-menu__list {
    width: 50%;
  }
  .mobile-menu__list:last-child {
    border-left: 1px solid #b0b0b0;
  }
  .mobile-menu__list:last-child::after {
    left: 0;
    width: 50vw;
    -webkit-transform: none;
            transform: none;
  }
}
.mobile-menu__item {
  position: relative;
  z-index: 1;
}
.mobile-menu__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #b0b0b0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .mobile-menu__list:first-child .mobile-menu__item::after {
    left: auto;
    right: 50vw;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .mobile-menu__list:last-child .mobile-menu__item::after {
    left: 50vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.mobile-menu__link {
  display: block;
  padding: 23px 0;
  text-decoration: none;
  color: #5e5e5e;
}
.mobile-menu__item_active .mobile-menu__link {
  color: #016ecb;
}
@media (min-width: 768px) {
  .mobile-menu__link {
    padding: 22px 30px;
  }
}
.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.index-filter {
  border-bottom: 1px solid #d0d0d0;
}
@media (min-width: 1280px) {
    .index-filter {
    min-height: 232px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1280px) {
    .index-filter-no {
      background: url("../img/filters-bg.jpg") no-repeat top center / cover;
    }
  .index-filter-turkey {
        background: url("../img/filters-bg-turkey.jpg") no-repeat top center / cover;
    }
    .index-filter-sochi {
        background: url("../img/filters-bg-sochi.jpg") no-repeat top center / cover;
    }
    .index-filter-abhaziya {
        background: url("../img/filters-bg-abhaziya.jpg") no-repeat top center / cover;
    }
}
.filters {
  background-color: #f1f1f1;
  border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 1280px) {
  .filters {
    background-color: transparent;
    border-bottom: none;
  }
}
.filters__buttons {
  margin-bottom: -1px;
  background-color: #ffffff;
  border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 1280px) {
  .filters__buttons {
    display: none;
  }
}
.filters__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filters__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  padding: 11px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  font-family: inherit;
  background: none;
  border: none;
  color: #a7a7a7;
  cursor: pointer;
}
.filters__button:not(:first-child) {
  border-left: 1px solid #d0d0d0;
}
.filters__button_active {
  color: #016ecb;
}
.filters__icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: currentColor;
}
.filters__wrap {
  display: none;
  padding-top: 40px;
  padding-bottom: 30px;
}
.filters__wrap .filters__open .filters__wrap {
  display: block;
}
@media (min-width: 1280px) {
  .filters__wrap {
    display: block;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .filter__row:last-child {
    margin-bottom: 0;
  }
}
.video_embed {
    width: 640px; 
    height: 360px;
}
@media (max-width: 768px) {
.video_embed {
    width: 100%; 
    width: 100%; 
}
}

@media (min-width: 768px) {
  .filters__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
  }
}
@media (min-width: 1280px) {
  .filters__group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 100%;
    margin: 0;
  }
  .filters__group + .filters__group {
    margin-left: 30px;
  }
  .filters__group_fluid {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.filters__item {
  margin-bottom: 30px;
}
.filters__item_type {
  margin-bottom: 45px;
}
.filters__item_period {
  margin-bottom: 45px;
}
.filters__item_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.filters__item_desktop {
  display: none;
}
@media (min-width: 768px) {
  .filters__item {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
  .filters__item_tablet-w100,
  .filters__item_params
  .filters__item_firms_gde {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1280px) {
  .filters__item {
    width: auto;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    margin: 0 -1px 0 0;
  }
  .filters__item_mobile {
    display: none;
  }
  .filters__item_desktop {
    display: block;
  }
.filters__item_firms {
    width: 300px;
  }
  .filters__item_category {
    width: 180px;
  }
  .filters__item_realty {
    width: 230px;
  }
 .filters__item_realty_long {
    width: 230px;
    line-height: 24px;
  }
  .filters__item_rooms {
    width: 180px;
  }
  .filters__item_price {
    width: 230px;
  }
    .filters__item_price_long {
    width: 230px;
  }
  .filters__item_square {
    width: 160px;
  }
  .filters__item_type {
    width: 100%;
  }
  .filters__item_params {
    width: 190px;
    border-radius: 0 26px 26px 0;  /* vit */
  }
.filters__item_firms_gde {
    width: 300px;
    border-radius: 0 26px 26px 0;  /* vit */
}
  .filters__item_class {
    width: 180px;
  }
  .filters__item_material {
    width: 180px;
  }
  .filters__item_status {
    width: 180px;
  }
.filters__item_round-left {
    border-radius: 26px 0 0 26px;
  }
  .filters__item_round-right {
    border-radius: 0 26px 26px 0;
  }
  .filters__item_round-all {
    border-radius: 26px 26px 26px 26px;
  }
  .selector__item {
    height: 48px;
    font-weight: normal;
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: #212529;
  }

  .filters__item .multiselect-native-select .multiselect,
  .filters__item .text-input {
    height: 48px;
    font-weight: normal;
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: #212529;
  }
.multiselect-native-select .multiselect {
    padding-left: 15px;
  }
  .filters__item .text-input {
    padding: 0 15px;
  }
}
.filters__range {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.filters__currency {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 52px;
  margin-top: 29px;
  margin-left: 0px;
  z-index: 1;/*vit*/
}
.filters__currency input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.filters__currency label {
  display: none;
  min-width: 52px;
  margin: 0 0 8px;
  padding: 16px 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background-color: #F1F1F1;
  border: 1px solid #A3A3A3;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.35);
  color: #757575;
  cursor: pointer;
}
.filters__currency input:checked + label {
  display: block;
  background-color: #166ECB;
  border-color: #166ECB;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
}
.filters__currency.active label {
  display: block;
}
@media (min-width: 1280px) {
  .filters__currency {
    margin: 0 0 0 0px;
    height: 48px;
  }
  .filters__currency label {
    min-width: 32px;
    padding: 7px 7px;
    margin: 8px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50%;
  }
}
.filters__field {
  width: 100%;
  margin-bottom: 10px;
}
.filters__field label {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #484848;
}
.filters__text {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 10px;
  white-space: nowrap;
}
.filters__text:first-child {
  margin-right: 5px;
}
.filters__text:last-child {
  margin-left: 5px;
}
.filters__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0 15px;
  font: inherit;
  background-color: transparent;
  border: none;
  border-radius: inherit;
  color: inherit;
}
.filters__input:not(:only-child) {
}
.filters__input_price {
  width: 80px;
}
.filters__input_space {
  width: 20px;
}
select.filters__select {
  opacity: 0;
}
select.filters__select_my {
  opacity: 0;
}
.filter__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
.filters_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
}
.filters_btn:first-child {
  border-right: 1px solid #d2d2d2;
}
.filters__fake-sub-option .form-check {
  padding-left: 40px;
}

.filters__submit {
  margin-top: 18px;
}
@media (min-width: 1280px) {
  .filters__submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 165px;
            flex: 0 1 165px;
    max-width: 165px;
    margin: 0 0 0 auto;
  }
  .filters__group_fluid ~ .filters__submit {
    margin-left: 30px;
  }
  .filters__submit .button {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 26px;
  }
}
.button {
  display: inline-block;
  padding: 14px 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #016ecb;
  border: 1px solid #016ecb;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
  color: #ffffff;
  cursor: pointer;
}
.button:hover {
  color: #ffffff;
}
.button_rounded {
  border-radius: 26px;
}
.button_block {
  display: block;
  width: 100%;
}
.button_comment {
  padding-left: 30px;
  background-image: url("../img/comment-icon.png");
  background-position: 40px center;
  background-repeat: no-repeat;
}
.button_return {
  padding-left: 40px;
  background-image: url("../img/return-icon.png");
  background-position: 27px center;
  background-repeat: no-repeat;
}
.forsel {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg width='4' height='2' viewBox='0 0 4 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0L2 2L4 0H0Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat right 0.75rem center/8px 10px;
}
.text-input {
  width: 100%;
  height: 53px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  font-family: inherit;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  color: #666666;
}
.text-input-short {
    padding-right: 80px;
}
.text-input-short2 {
    padding-right: 50px;
}

@media (min-width: 1280px) {
  .text-input {
    padding: 0 20px;
  }
}
.text-input-location {
  width: 60%;
  height: 53px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  font-family: inherit;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  color: #666666;
}
@media (min-width: 1280px) {
  .text-input-location {
    padding: 0 20px;
  }
}
.textarea {
  width: 100%;
  min-height: 250px;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  background-color: #FFFFFF;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  color: #757575;
}
@media (min-width: 1280px) {
  .textarea {
    padding: 20 20px;
  }
}
.range {
  position: relative;
}
.range__text {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #757575;
}
.range__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.range__slider {
  opacity: 0;
}
@media (min-width: 1280px) {
  .range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .range__text {
    margin: 0 10px;
    white-space: nowrap;
  }
  .range__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 90px;
    padding: 0;
    text-align: left;
  }
}
.bread-crumbs {
  margin-bottom: 30px;
  width: 100%;
}
.bread-crumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .bread-crumbs__list {
    font-size: 15px;
  }
}
.bread-crumbs__link {
  text-decoration: none;
  color: currentColor;
}
.bread-crumbs__link:hover {
  text-decoration: none;
  color: #016ecb;
}
.bread-crumbs__separator {
  width: 6px;
  height: 6px;
  margin: 2px 10px 0;
  fill: currentColor;
}
.heading {
  margin-top: 20px;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2d2d2d;
}
@media (min-width: 1280px) {
  .heading {
    font-size: 20px;
  }
}
.heading__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: currentColor;
}

@media (min-width: 320px) {
.heading__link:hover {
  text-decoration: none;
  color: #aaaaaa;
}
}
@media (min-width: 768px) {
.heading__link:hover {
  text-decoration: underline;
  color: #016ecb;
}
}
.heading__arrow-icon {
  margin-top: 4px;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.base-realty {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .base-realty {
    margin-bottom: 25px;
  }
}
.base-realty__header {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 1280px) {
  .base-realty__header {
    margin-bottom: 40px;
  }
}
.base-realty__bread-crumbs {
  display: none;
  margin-bottom: 8px;
  color: #9f9f9f;
}
@media (min-width: 1280px) {
  .base-realty__bread-crumbs {
    display: block;
  }
}
@media (min-width: 1280px) {
  .base-realty__heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.base-realty__heading {
  margin: 0;
  color: #242424;
}
.base-realty__heading a {
  text-decoration: underline;
  color: inherit;
}
.base-realty__heading a:hover {
  text-decoration: underline;
  color: #016ecb;
}
@media (min-width: 1280px) {
  .base-realty__heading {
    margin-right: auto;
    font-size: 22px;
  }
}
.base-realty__total {
  display: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #525252;
}
@media (min-width: 1280px) {
  .base-realty__total {
    display: block;
  }
}
.base-realty__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .base-realty__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
  }
}
.base-realty__item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .base-realty__item {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .base-realty__item {
    width: 33.33334%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .base-realty__wrap {
    margin-left: 30px;
  }
}
.base-realty__top {
  position: relative;
  margin-bottom: 30px;
}
.base-realty__picture {
  position: relative;
  overflow: hidden;
  max-width: 415px;
  height: 171px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .base-realty__picture {
    margin-right: 15px;
    margin-left: 50px;
  }
}
@media (min-width: 1280px) {
  .base-realty__picture {
    width: 290px;
    margin-right: 0;
    margin-left: auto;
  }
}
.base-realty__image {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.base-realty__title {
  position: absolute;
  left: 50%;
  bottom: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  max-width: 100%;
  padding: 14px 17px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  text-decoration: none;
  color: #2d2d2d;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(167, 167, 167, 0.65);
          box-shadow: 2px 2px 5px 0 rgba(167, 167, 167, 0.65);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .base-realty__title {
    left: 0;
    width: 250px;
    -webkit-transform: none;
            transform: none;
  }
}
.base-realty__title-text {
  margin: 0;
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .base-realty__title-text {
    font-size: 20px;
  }
}
.base-realty__title-count {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #898989;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.base-realty__links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}
.base-realty__links-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.base-realty__links-item a {
  text-decoration: underline;
  color: #646464;
}
.base-realty__links-item a:hover {
  color: #016ecb;
}
@media (min-width: 1280px) {
  .base-realty__links-item {
    margin-bottom: 15px;
  }
}
.page-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1280px) {
  .page-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-grid__main {
    width: 815px;
  }
  .page-grid__sidebar {
    width: 360px;
  }
}
.catalog-section {
  margin-bottom: 30px;
}
.catalog-section .swiper-container {
  overflow: visible;
}
@media (min-width: 768px) {
  .catalog-section {
    margin-bottom: 35px;
  }
}
@media (min-width: 1280px) {
  .catalog-section {
    margin-bottom: 40px;
  }
}
.catalog-section__heading {
  margin-top: 30px; 
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .catalog-section__heading {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .catalog-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-left: -15px;
  }
}
.catalog-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .catalog-section__item {
    width: 33.33334%;
  }
}
.catalog-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .catalog-section__wrap {
    margin-left: 15px;
  }
}
.catalog-section__picture {
  position: relative;
  display: block;
  height: 170px;
  margin: 20px 20px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .catalog-section__picture {
    height: 145px;
  }
}
.catalog-section__image {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-section__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px 15px;
}
@media (min-width: 1280px) {
  .catalog-section__info {
    padding: 0 20px 20px;
  }
}
.catalog-section__title {
  margin: 0 -10px 12px;
  padding: 11px 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  background-color: #f1f1f1;
}
@media (min-width: 1280px) {
  .catalog-section__title {
    margin-right: -20px;
    margin-left: -20px;
    padding: 13px 20px;
  }
}
.catalog-section__title-text {
  text-decoration: none;
  color: #585858;
}
.catalog-section__description {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #9c9c9c;
}
@media (min-width: 1280px) {
  .catalog-section__description {
    margin-bottom: 15px;
  }
}
.catalog-section__district {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #676767;
}
.catalog-section__price,
.catalog-section__grade {
  margin-top: auto;
  line-height: 1.2;
  color: #016ecb;
}
.catalog-section__price {
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 1280px) {
  .catalog-section__price {
    font-size: 22px;
  }
}
.catalog-section__grade {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.catalog-section-rows {
  margin: 0 -15px 50px;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .catalog-section-rows {
    margin: 0 0 65px;
    padding: 0;
    background-color: transparent;
  }
}
.catalog-section-rows__item {
    border-bottom: 1px solid #cccccc;
    margin-top: 28px;
}
.catalog-section-rows__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .catalog-section-rows__item {
    margin-top: 0px;    
    margin-bottom: 53px;
    border-bottom: 0px;
  }
}
.catalog-card_blue {
  background-color: #e1f2ff;
}

.style_color_aktiv {
  background-color: #ffffff;
}

.style_color_hide {
  background-color: #f1f1f1;
}

.style_color_blocked {
  background-color: #edf2fa;
}

.message-1st-column-card {/*vit */
    width:70%;
}
@media (min-width: 1280px) {/*vit */
    .message-1st-column-card {
        display: inline-block;
        width:280px;
    }
}
.catalog-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 28px 15px;
}
@media (min-width: 768px) {
  .catalog-card__wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 26px 28px;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
}
.catalog-card__picture {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 220px;
          flex: 1 1 220px;
  max-width: 100%;
  display: block;
  height: 194px;
}
@media (min-width: 768px) {
  .catalog-card__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 235px;
            flex: 0 1 235px;
    max-width: 235px;
    height: 203px;
  }
}
@media (min-width: 1280px) {
  .catalog-card__picture {
    margin: 5px 0;
  }
}
.catalog-card__image {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-card__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  max-width: 50px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .catalog-card__buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    max-width: 44px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: auto;
    z-index: 1;/*vit*/
  }
}
.catalog-card__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #016ecb;
  border-radius: 5px;
  color: #016ecb;
  overflow: hidden;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.catalog-card__button_edit .catalog-card__button-icon {
  background-image: url("../img/edit-icon.png");
}
.catalog-card__button_delete .catalog-card__button-icon {
  background-image: url("../img/delete-icon.png");
}
.catalog-card__button_hide .catalog-card__button-icon { /*vit*/
  background-image: url("../img/hide-icon.png");
}
.catalog-card__button_edit:hover {/*vit*/
  color: #016ecb;
}
.catalog-card__button_delete:hover {/*vit*/
  color: #016ecb;
}
.catalog-card__button_hide:hover {/*vit*/
  color: #016ecb;
}
.catalog-card__button_show:hover {/*vit*/
  color: #016ecb;
}
.catalog-card__button_plus:hover {/*vit*/
  color: #016ecb;
}

.catalog-card__button_promote {
  background-color: #ffe3ac;
  border-color: #444444;
  color: #444444;
}
.catalog-card__button_promote .catalog-card__button-icon {
  background-color: #ffe3ac;
  background-image: url("../img/promote-icon.png");
  border-color: #444444;
  color: #444444;
}
.catalog-card__button_show .catalog-card__button-icon {
  background-image: url("../img/show-icon.png");
}
.catalog-card__button_plus .catalog-card__button-icon {
  background-image: url("../img/plus.png");
}
.catalog-card__button_vip {
  background-color: #016ecb;
  color: #ffffff;
}
.catalog-card__button_vip .catalog-card__button-icon {
  background-image: url("../img/vip-icon.png");
}
.catalog-card__button:hover {
  width: 235px;
    text-decoration: none;/*vit*/
}
@media (min-width: 768px) {
  .catalog-card__button {
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
  }
  .catalog-card__button:last-child {
    margin-bottom: 0;
  }
  .catalog-card__button:hover {
    width: 245px;
  }
}
.catalog-card__button-text {
  width: 235px;
  padding-right: 50px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .catalog-card__button-text {
    width: 245px;
    padding-right: 45px;
    padding-left: 15px;
  }
}
.catalog-card__button-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .catalog-card__button-icon {
    width: 42px;
  }
}
.catalog-card__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .catalog-card__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 365px;
            flex: 0 1 365px;
    max-width: 365px;
    margin-top: 0;
    margin-left: 25px;
  }
}
.catalog-card__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  list-style: none;
  color: #1f1f1f;
}
.catalog-card__props a { /*vit*/
    text-decoration: none;
    color: #1f1f1f;
}
.catalog-card__props a:hover {/*vit*/
    color: #016ecb;
}
.catalog-card__props li {
  margin-right: 8px;
}
.catalog-card__props li:not(:first-child)::before {
  content: "●";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .catalog-card__props {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .catalog-card__props li {
    margin-right: 10px;
  }
  .catalog-card__props li:not(:first-child)::before {
    margin-right: 10px;
    font-size: 16px;
  }
}
.catalog-card__price {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #016ecb;
}
@media (min-width: 1280px) {
  .catalog-card__price {
    margin-bottom: 25px;
  }
}
.catalog-card__address {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #5a5a5a;
}
.catalog-card__gorod {
  font-weight: 400;
  font-size: 16px;
  color: #9a9a9a;
}
@media (min-width: 768px) {
  .catalog-card__address {
    margin-bottom: 20px;
  }
}
.catalog-card__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: -10px;
  margin-left: -20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #bcbcbc;
}
@media (min-width: 768px) {
  .catalog-card__detail {
    font-size: 16px;
  }
}
.catalog-card__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 20px;
  margin-bottom: 10px;
}
.catalog-card__detail-item:last-child {
  margin-right: 0;
}
.catalog-card__detail-item b {
  font-weight: 500;
}
@media (min-width: 768px) {
  .catalog-card__detail-item {
    width: calc(50% - 20px);
  }
}
.catalog-card__icon {
  -ms-flex-item-align: center;
      align-self: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: currentColor;
}
.catalog-card__views-total,
.catalog-card__favorite-total {
  font-weight: 500;
  font-size: 18px;
}
.catalog-card__views-total {
  margin-right: 5px;
}
.prices {
  margin-bottom: 45px;
}
.prices .swiper-container {
  overflow: visible;
}
@media (min-width: 768px) {
  .prices {
    margin-bottom: 65px;
  }
}
.prices__heading {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .prices__heading {
    margin-bottom: 30px;
  }
}
.prices__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
}
.prices__tab-link {
  width: auto;
  padding: 15px 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: inherit;
  background: none;
  border: none;
  border-radius: 0;
  color: #313131;
  cursor: pointer;
}
.prices__tab-link_active {
  font-weight: 500;
  border: 1px solid #e0e0e0;
  border-bottom-color: #ffffff;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .prices__tab-link {
    margin-right: 10px;
  }
}
.prices__content {
  width:100%; /*vit*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 10px 10px;
      z-index: 1;/*vit*/
       padding-bottom: 30px;/*vit*/
}
@media (min-width: 768px) {
  .prices__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0px;/*vit*/
  }
}
.prices__info {
  width: 100%;
}
.prices__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prices__item-price {
  margin: 27px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #016ecb;
}
.prices__item-price b {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .prices__item-price {
    margin: 25px 12px;
    font-size: 16px;
  }
  .prices__item-price b {
    font-size: 24px;
  }
}
.prices__icon {
  fill: #006fcb;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.prices__icon_up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prices__icon_down { /*vit*/
  fill: #333333;
}
.prices__graphic {
  width: 100%;
}
.prices__image {
  display: block;
  width: 100%;
}
.prices__button {
  display: inline-block;
  width: 100px;
  margin: 0px 10px 0px 10px;
  padding: 13px 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  font-family: inherit;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 0px solid #e0e0e0;
  border-radius: 0px 0px 10px 10px;
  color: #4f4f4f;
  cursor: pointer;
}
.prices__button_active {
  font-weight: 500;
  background-color: #a7a7a7;
  color: #ffffff;
}
@media (min-width: 768px) {
  .prices__button {
 /*   margin: 74px auto 0;*/
  }
  .prices__button:first-of-type {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.articles {
  margin-bottom: 30px;
}
.articles .swiper-container {
  overflow: visible;
}
@media (min-width: 1280px) {
  .articles {
    margin-bottom: 50px;
  }
}
.articles__heading {
  margin-top: 45px; /*vit*/
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .articles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-left: -15px;
  }
}
.articles__item {
  width: 235px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .articles__item {
    width: 33.33334%;
  }
}
.articles__wrap {
  position: relative;
  display: block;
  padding: 5px;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .articles__wrap {
    margin-left: 15px;
  }
}
.articles__picture {
  position: relative;
  height: 205px;
  border-radius: 7px;
  overflow: hidden;
  background-color: #fffded;
}
@media (min-width: 1280px) {
  .articles__picture {
    height: 225px;
  }
}
.articles__image {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.articles__title {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 20px;
  left: 15px;
  margin: 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .articles__title {
    font-size: 22px;
    line-height: 34px;
  }
}
.questions {
  margin-bottom: 50px;
}
.questions .swiper-container {
  overflow: visible;
}
@media (min-width: 1280px) {
  .questions {
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .questions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
}
.questions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  margin-bottom: 15px;
  height: auto;
}
@media (min-width: 768px) {
  .questions__item {
    width: 33.33334%;
  }
}
.questions__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 15px 0;
}
.questions__item:nth-child(even) .questions__wrap {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .questions__wrap {
    padding: 15px 15px;
  }
}
@media (min-width: 1280px) {
  .questions__wrap {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.questions__quote {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .questions__quote {
    line-height: 24px;
  }
}
.questions__person {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #9c9c9c;
}
.questions__publish {
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #9c9c9c;
}
.questions__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 60px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #4a4a4a;
}
.questions__author-image {
  margin-top: 5px;
  margin-right: 15px;
  width: 42px;
  height: auto;
}
.quote {
  color: #016ecb;
}
.news {
  margin-bottom: 85px;
}
.news__item {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .news__item {
    margin-bottom: 60px;
  }
}
.news__wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .news__wrap {
    position: static;
  }
}
.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 270px;
  margin-bottom: 15px;
  padding: 20px 0 22px;
}
@media (min-width: 768px) {
  .news__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    height: auto;
    margin-bottom: 25px;
  }
}
.news__title {
  margin: 0;
  margin-bottom: auto;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: #ffffff;
    z-index: 1;
     line-height: 1.3;
    text-shadow: 1px 1px 20px #111111;
}
@media (min-width: 768px) {
  .news__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-right: 15px;
   line-height: 1.3;
    color: #262626;
        text-shadow: 0px 0px 0px #111111;
  }
}
@media (min-width: 1280px) {
  .news__title {
    margin-right: 15px;
    font-size: 24px;
    line-height: 1.2;
    font-size: 24px;
    text-shadow: 0px 0px 0px #111111;
  }
}
.news__tag {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 6px 18px;
  font-weight: 200;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  background-color: #a7a7a7;
  border-radius: 10px;
  color: #ffffff;
}
.news__tag:hover { /*vit */
  background-color: #cccccc;
  color: #ffffff;
}
.block__link {/*vit */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: currentColor;
      z-index:2;
}

.block__link:hover {/*vit */
  text-decoration: none;
}
   
@media (min-width: 768px) {
  .news__tag {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 230px;
            flex: 0 1 230px;
    padding: 12px 18px;
    font-size: 17px;
    background-color: #f1f1f1;
    color: #afafaf;
  }
}
@media (min-width: 1280px) {
  .news__tag {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .news__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.news__picture {
  position: absolute;
  top: 0;
  right: -15px;
  left: -15px;
  height: 270px;
  overflow: hidden;
  background-color: #000000;
}
@media (min-width: 768px) {
  .news__picture {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 292px;
            flex: 0 1 292px;
    margin-right: 25px;
  }
}
@media (min-width: 1280px) {
  .news__picture {
    height: 208px;
  }
}
.news__image {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.54;
}
@media (min-width: 768px) {
  .news__image {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .news__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.news__description {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
}
@media (min-width: 768px) {
  .news__description {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .news__description {
    margin-bottom: 20px;
  }
}
.news__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .news__author {
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .news__author {
    margin-bottom: 30px;
  }
}
.news__author-image {
  margin-right: 10px;
  width: 42px;
  height: auto;
}
.news__author-text {
  width: calc(100% - 42px - 10px);
}
.news__author-type {
  margin-top: -3px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #9f9f9f;
}
.news__author-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #2d2d2d;
}
.news__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9c9c9c;
}
@media (min-width: 1280px) {
  .news__detail {
    font-size: 15px;
  }
}
.news__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
}
.news__detail-item:last-child {
  margin-right: 0;
}
.news__icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: currentColor;
}
.comments {
  margin-bottom: 50px;
}
.comments__heading {
  margin-bottom: 22px;
}
.comments__item {
  margin-bottom: 40px;
}
.commemt__quote {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3d3d3d;
}
@media (min-width: 768px) {
  .commemt__quote {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .commemt__quote {
    margin-bottom: 15px;
  }
}
.comment__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.comment__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #9c9c9c;
}
@media (min-width: 768px) {
  .comment__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 210px;
            flex: 0 1 210px;
    font-size: 16px;
    display: block;
  }
}
.comment__name {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .comment__name {
    margin-right: 0;
  }
}
.comment__publish {
  font-weight: 300;
}
.comment__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .comment__question {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-right: 20px;
  }
}
.comment__avatar,
.comment__avatar-image {
  width: 42px;
  height: 42px;
}
.comment__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .comment__avatar,
  .comment__avatar-image {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .comment__avatar {
    margin-right: 15px;
  }
}
.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.realtors-rating {
  margin-bottom: 30px;
}
.realtors-rating .swiper-container {
  overflow: visible;
}
@media (min-width: 1280px) {
  .realtors-rating {
    margin-bottom: 40px;
  }
}
.bottom40{
    margin: 40px 0px;
}
@media (min-width: 1280px) {
  .realtors-rating__heading {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .realtors-rating__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-left: -16px;
  }
}
@media (min-width: 1280px) {
  .realtors-rating__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    padding: 25px 25px 40px;
    background-color: #f1f1f1;
  }
}
.realtors-rating__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: auto;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .realtors-rating__item {
    width: 33.33334%;
  }
}
@media (min-width: 1280px) {
  .realtors-rating__item {
    width: 100%;
    margin-bottom: 28px;
  }
  .realtors-rating__item:last-child {
    margin-bottom: 0;
  }
}
.realtors-rating__wrap {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .realtors-rating__wrap {
    margin-left: 16px;
  }
}
@media (min-width: 1280px) {
  .realtors-rating__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
}
.realtors-rating__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5px;
}
@media (min-width: 1280px) {
  .realtors-rating__top {
    width: 50%;
    padding-top: 0;
  }
}
.realtors-rating__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 105px;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .realtors-rating__picture {
    margin-bottom: 10px;
  }
}
.realtors-rating__image {
  max-width: 80%;
  max-height: 100%;
}
.realtors-rating__rating {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 150px;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  background-color: #f1f1f1;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-radius: 0 10px 10px 0;
  color: #016ecb;
}
@media (min-width: 1280px) {
  .realtors-rating__rating {
    min-width: 0;
    margin-bottom: 21px;
    padding: 8px 17px;
    color: #313131;
  }
}
.realtors-rating__text {
  padding: 20px 15px;
}
@media (min-width: 1280px) {
  .realtors-rating__text {
    width: 50%;
    text-align: right;
  }
}
.realtors-rating__rating-count {
  font-size: 20px;
  font-weight: 700;
}
.realtors-rating__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.realtors-rating__title-text {
  text-decoration: none;
  color: #3b3b3b;
}
.realtors-rating__type {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #a7a7a7;
}
.marketing-posts {
  margin-bottom: 25px;
}
.marketing-posts__heading {
  margin: 0 0 25px;
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #7f7f7f;
}
.marketing-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .marketing-posts__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
  }
}
@media (min-width: 1280px) {
  .marketing-posts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.marketing-posts__item {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .marketing-posts__item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .marketing-posts__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .marketing-posts__wrap {
    margin-left: 30px;
  }
}
@media (min-width: 1280px) {
  .marketing-posts__wrap {
    margin-left: 0;
  }
}
.raiting-card__wrap { /*vit*/
  text-decoration: none;
  border: 0;
  overflow: hidden;
}
.raiting-card__wrap:hover {/*vit*/
  text-decoration: none;
  color: #ffffff;
}
.offer-card__wrap {
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #a7a7a7;
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff;
}
.offer-card__wrap:hover {
  text-decoration: none;
  color: #ffffff;
}
.offer-card__picture {
  position: relative;
  overflow: hidden;
  height: 208px;
  background-color: #000000;
}
@media (min-width: 1280px) {
  .offer-card__picture {
    height: 258px;
  }
}
.offer-card__image {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.65;
}
.offer-card__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 18px 10px 8px 15px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .offer-card__text {
    padding: 20px 20px;
  }
}
.offer-card__title {
  margin: 0;
  margin-bottom: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1280px) {
  .offer-card__title {
    font-size: 20px;
  }
}
.offer-card__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-bottom: 15px;
  margin-left: -15px;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  list-style: none;
  background-color: #f1f1f1;
  border-radius: 0 10px 10px 0;
  color: #585858;
}
.offer-card__props li {
  margin-right: 7px;
}
.offer-card__props li:not(:first-child)::before {
  content: "●";
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-right: 7px;
  margin-bottom: 3px;
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .offer-card__props {
    margin-bottom: 55px;
    margin-left: -20px;
    padding: 12px 20px;
  }
}
.offer-card__city {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.offer-card__price,
.offer-card__house {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.offer-card__reklama {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.realtor-card__wrap {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  border: 1px solid #a7a7a7;
  border-radius: 10px;
  overflow: hidden;
  color: inherit;
  text-decoration:none;
}
.realtor-card__wrap:hover {
  text-decoration:none;
}
@media (min-width: 1280px) {
  .realtor-card__wrap {
    padding: 15px 20px;
  }
}
.realtor-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -15px 12px;
  padding: 10px 15px;
  background-color: #a7a7a7;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .realtor-card__header {
    margin: 0 -20px 20px;
    padding: 14px 20px;
  }
}
.realtor-card__image {
  max-width: 56px;
  max-height: 56px;
  margin-right: 15px;
}
@media (min-width: 1280px) {
  .realtor-card__image {
    max-width: 70px;
    max-height: 70px;
  }
}
.realtor-card__person-name {
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;
}
.realtor-card__name {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-decoration:none;
}
.realtor-card__type {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.realtor-card__city {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #7e7e7e;
}
@media (min-width: 1280px) {
  .realtor-card__city {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
.realtor-card__description {
  height: 68px;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #3b3b3b;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .realtor-card__description {
    height: auto;
    line-height: 22px;
  }
}
.index-about {
  padding-top: 35px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  background-color: #f1f1f1;
  border-top: 1px solid #c0c0c0;
}
@media (min-width: 1280px) {
  .index-about {
    padding: 0;
    margin-bottom: 50px;
    background: none;
    border-top: none;
  }
}
.index-about__heading {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .index-about__heading {
    margin-bottom: 25px;
  }
}
.footer {
  position: relative;
  z-index: 1;
  padding: 60px 0 70px;
  background-color: #131313;
  color: #fff;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__info {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 35%;
  width: 100%;
}
.footer__logo {
  margin-bottom: 25px;
}
.footer__paragraph {
  font-size: 14px;
  color: #fff;
  margin-bottom: 60px;
}
.footer__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 90px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__socials-item {
  list-style: none;
}
.footer__socials-icon,
.footer__socials-link {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.footer__socials-link {
  margin-right: 10px;
}
.footer__socials-link:hover .footer__socials-icon {
  fill: #006fcb;
}
.footer__socials-icon {
  fill: #fff;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 65%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.footer__menu-block {
  position: relative;
}
.footer__menu-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__menu-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__menu-item {
  list-style: none;
  margin-bottom: 20px;
}
.footer__menu-item:last-child {
  margin-bottom: 0;
}
.footer__icon,
.footer__menu-link {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.footer__icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  fill: #7d7d7d;
}
.footer__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7d7d7d;
}
.footer__menu-link:hover,
.footer__paragraph_link {
  color: #7d7d7d;
  text-decoration: underline;
}
.footer__paragraph_link {
  color: #fff;
}
.footer__paragraph_link:hover {
  color: #fff;
  text-decoration: none;
}
.footer__counter {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1279px) {
  .footer__info {
    margin-bottom: 50px;
  }
  .footer__info,
  .footer__menu {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__info {
    margin-bottom: 20px;
  }
  .footer__paragraph {
    margin-bottom: 30px;
  }
  .footer__menu-block {
    margin-bottom: 20px;
    width: 100%;
  }
}
.board__header {
  padding-bottom: 20px;
  background-color: #f1f1f1;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .board__header {
    padding-bottom: 22px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1280px) {
  .board__header {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1280px) {
  .board__filters {
    margin-bottom: 40px;
  }
}
.board__bread-crumbs {
  display: none;
  color: #9f9f9f;
}
@media (min-width: 1280px) {
  .board__bread-crumbs {
    display: block;
    margin-bottom: 10px;
  }
}
.board__heading-wrap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .board__heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.board__heading {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #313131;
}
@media (min-width: 768px) {
  .board__heading {
    margin-right: auto;
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .board__heading {
    width: 100%;
    font-size: 24px;
  }
}
.board__total {
  margin-top: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #525252;
}
@media (min-width: 768px) {
  .board__total {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .board__total {
    margin-top: 23px;
  }
}
.board__sort {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #828282;
}
.board__sort a {
  text-decoration: underline;
  color: inherit;
}
@media (min-width: 768px) {
  .board__sort {
    font-size: 17px;
  }
}
.board__stats {
  display: none;
}
@media (min-width: 1280px) {
  .board__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0 0 -40px;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    color: #828282;
  }
  .board__stats li {
    margin: 0 0 0 40px;
  }
  .board__stats b {
    font-weight: 500;
  }
}
.board__item {
  margin-bottom: 35px;
}
@media (min-width: 1280px) {
  .board__item {
    margin-bottom: 40px;
  }
}
.board__footer {
  padding-top: 45px;
  padding-bottom: 55px;
  background-color: #f1f1f1;
  border-top: 1px solid #dddddd;
}
@media (min-width: 1280px) {
  .board__footer {
    padding-top: 120px;
    padding-bottom: 65px;
  }
}
.user_board__footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1f1f1;
  border-top: 1px solid #dddddd;
}

.board__buttons {
  margin-bottom: 75px;
}
@media (min-width: 1280px) {
  .board__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px;
  }
}

.pages__pagination { /*vit*/
  margin-top: 35px;
  margin-bottom: 70px;
}
.board__pagination {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .board__pagination {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .board__pagination {
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1280px) {
  .board__additionally {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .board__need-help {
    width: 870px;
  }
}
.board__partnership {
  display: none;
}
@media (min-width: 1280px) {
  .board__partnership {
    display: block;
    width: 320px;
  }
}
.board-apartment__wrap {
  padding-top: 20px;
  background-color: #fbfbfb;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.board-apartment_blue .board-apartment__wrap {
  background-color: #edf7ff;
}
.board-apartment_yellow .board-apartment__wrap {
  background-color: #fffded;
}
@media (min-width: 768px) {
  .board-apartment__wrap {
    position: relative;
    padding: 25px 25px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
  }
}
@media (min-width: 1280px) {
  .board-apartment__wrap {
    padding: 30px 30px;
  }
}
.board-apartment__gallery {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .board-apartment__gallery {
    float: left;
    width: 240px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .board-apartment__gallery {
    width: 300px;
    margin-bottom: 0;
  }
}
.board-apartment__image {
  display: block;
  width: 100%;
}
.board-apartment__main {
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .board-apartment__main {
    float: left;
    width: 520px;
    margin-bottom: 0;
  }
}
.board-apartment__main-top {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .board-apartment__main-top {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .board-apartment__main-top {
    min-height: 126px;  /* vit было 161 */
  }
}
.board-apartment__main-top2 { /* vit новый стиль */
  margin-bottom: 20px;
}
@media (min-width: 768px) { /* vit */
  .board-apartment__main-top2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) { /* vit */
  .board-apartment__main-top2 {
    min-height: 120px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .phone_tip {
    position: relative;
  }
  .phone_tip:hover::after {
    content: attr(data-title);
    position: absolute;
    left: -180px;
    top: -5px;
    z-index: 1;
    width: 160px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 15px;
    font-family: inherit;
    text-align: center;
    background: #555555;
    border-radius: 5px;
    -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
    color: #ffffff;
  }
}
.board-apartment__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  font-weight: 500;
  font-size: 21px;   /* vit старое значение 20*/
  line-height: 24px;
  list-style: none;
  color: #1f1f1f;
}
.board-apartment__props li {
  margin-right: 8px;
}
.board-apartment__props li:not(:first-child)::before {
  content: "●";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .board-apartment__props {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .board-apartment__props li {
    margin-right: 12px;
  }
  .board-apartment__props li:not(:first-child)::before {
    margin-right: 12px;
  }
}
.board-apartment__renovation {
  margin-bottom: 20px;
  font-weight: 300; /*vit старое значение 400 */
  font-size: 17px;  /*vit старое значение 19 */
  line-height: 1.2;
  color: #a5a5a5;  /*vit старое значение 9d9d9d */
}
.board-apartment__address {
  margin-bottom: 15px;
  font-weight: 300; /*vit старое значение 400 */
  font-size: 18px;
  line-height: 1.2;
  color: #474747; /*vit старое значение 373737 */
}
@media (min-width: 768px) {
  .board-apartment__address {
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .board-apartment__address {
    margin-bottom: 10px;
  }
}
.board-apartment__underground {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #016ecb; /*vit старое значение 6d6d6d */
}
.board-apartment__underground-station {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  vertical-align: middle; /*vit старое значение middle */
}
.board-apartment__underground-icon {
  -ms-flex-item-align: center;
      align-self: center;
  width: 16px; /*vit старое значение 18px */
  height: 16px; /*vit старое значение 18px */
  margin-right: 0px;  /*vit старое значение 10px */
    margin-bottom: 2px;  /*vit */
  fill: currentColor;
}
.board-apartment__underground-distance {
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .board-apartment__main-bottom {
    margin-right: -326px;
  }
}
.board-apartment__price-n-publish {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .board-apartment__price-n-publish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .board-apartment__price-n-publish {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.bull {
  margin-left: 5px;
  margin-right: 5px;
}
.board-apartment__price {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .board-apartment__price {
    margin-bottom: 0;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .board-apartment__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-right: auto;
  }
}
.board-apartment__price-total {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #016ecb;
}
@media (min-width: 1280px) {
  .board-apartment__price-total {
    margin-right: 20px;
  }
}
.board-apartment__price-meter {
  display: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #7a7a7a;
}
@media (min-width: 1280px) {
  .board-apartment__price-meter {
    display: block;
  }
}
.board-apartment__publish {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #8c8c8c;
}
.board-apartment__publish-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: currentColor;
}
.board-apartment__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 15px -10px; /*vit, было: 0 0 15px -10px; */
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .board-apartment__tags {
    clear: both;
  }
}
.board-apartment__tags2 { /* vit новый стиль*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0px -5px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) { /* vit */
  .board-apartment__tags2 {
    clear: both;
  }
}
.board-apartment__tag {
  margin: 0 0 10px 10px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  background-color: #f2f2f2;
  border-radius: 10px;
  color: #606060;
}
.board-apartment_blue .board-apartment__tag {
  background-color: #e1f2ff;
}
.board-apartment_yellow .board-apartment__tag {
  background-color: #fff4db;
}
@media (min-width: 1280px) {
  .board-apartment__tag {
    padding: 12px 17px;
  }
}
.board-apartment__description {
  font-weight: 100;
  font-size: 17px;
  line-height: 24px;
  color: #383838;
}
.board-apartment__detail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .board-apartment__detail {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .board-apartment__detail {
    float: right;
    clear: none;
    display: block;
    width: 300px; /* vit старое значение 265*/
  }
}
.board-apartment__agency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .board-apartment__agency {
    margin-bottom: 0;
    min-width:390px;/* vit */
  }
}
@media (min-width: 1280px) {
  .board-apartment__agency {
    margin-bottom: 20px;
  }
}
.board-apartment__avatar {
  margin-right: 10px;
  width: 42px;
}
.board-apartment__avatar-image {
  width: 100%;
  height: auto;
}
.board-apartment__agency-text {
  width: calc(100% - 42px - 10px);
   overflow: hidden;   /* vit */
}
.board-apartment__agency-type {
  margin-top: -3px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #9f9f9f;
  max-height: 20px; /*vit  */
  overflow: hidden;/*vit  */
}
.board-apartment__agency-name {
  max-height: 37px; /*vit старое значение 57 */
  font-weight: 400;
  font-size: 17px; /*vit старое значение 16 */
  line-height: 19px; 
  color: #2d2d2d;
  overflow: hidden;
}

.board-apartment__phone {
  display: none;
    min-height: 54px; /*vit*/
    background-color: #016ecb;/*vit*/
     color: #ffffff;/*vit*/
}
.board-apartment__phone a {/*vit*/
     color: #ffffff;
     text-decoration: none;
}
@media (min-width: 768px) {
  .board-apartment__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 270px;/*vit*/
  }
}
@media (min-width: 1280px) {
  .board-apartment__phone {
    padding: 6px 10px;
    border: 1px solid #016ecb;
    border-radius: 5px;
    
  }
  .board-apartment_blue {
    background-color: #e1f2ff;
    border-color: #d7e7f4;
  }
  .board-apartment_yellow {
    background-color: #fff4db;
    border-color: #f0e0bc;
  }
}
.board-apartment__phone-inner {
  margin-right: auto;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  color: #ffffff;
  display:inline-block;
  margin:0px 10px 0px 20px;
}
.board-apartment__show {
  position: relative;
  left: 0px;
  right: 25px;
  width: 40px;
  height: 40px;
  padding: 0;
  font: inherit;
  background-color: #ffffff;
  border: 1px solid #016ecb;
  border-radius: 5px;
  color: #ffffff;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.board-apartment__show-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/phone-icon.png");
    color: #ffffff;
}
.board-apartment__buttons {
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #c7c7c7;
   color: #ffffff;
}
@media (min-width: 768px) {
  .board-apartment__buttons {
    margin: 0;
    padding: 0;
    border-top: none;
  }
}
@media (min-width: 1280px) {
  .board-apartment__buttons {
    clear: both;
  }
}
.board-apartment__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board-apartment__wish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: auto;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  color: #d1d1d1;
}
.board-apartment__wish:hover {
  color: #016ecb;
}
.board-apartment__wish_active {
  color: #016ecb;
}
@media (min-width: 768px) {
  .board-apartment__wish {
    position: absolute;
    top: 22px;
    right: 22px;
  }
}
.board-apartment__wish-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.board-apartment__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .board-apartment__call {
    display: none;
  }
}
.board-apartment__call-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: currentColor;
}
.board-house__wrap {
  padding-top: 30px;
  background-color: #fbfbfb;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.board-house_blue .board-house__wrap {
  background-color: #edf7ff;
}
.board-house_yellow .board-house__wrap {
  background-color: #fffded;
}
@media (min-width: 768px) {
  .board-house__wrap {
    position: relative;
    padding: 25px 25px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
  }
}
@media (min-width: 1280px) {
  .board-house__wrap {
    padding: 30px 30px;
  }
}
.board-house__gallery {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .board-house__gallery {
    float: left;
    width: 240px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .board-house__gallery {
    width: 330px;
    margin-bottom: 0;
  }
}
.board-house__prevews {
  display: none;
}
@media (min-width: 1280px) {
  .board-house__prevews {
    display: block;
    margin-top: 5px;
  }
}
.board-house__image {
  display: block;
  width: 100%;
}
.board-house__main {
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .board-house__main {
    float: left;
    width: 520px;
    margin-bottom: 0;
  }
}
.board-house__title {
  margin: 0 0 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .board-house__title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.2;
  }
}
.board-house__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  list-style: none;
  color: #8e8e8e;
}
.board-house__props li {
  margin-right: 8px;
}
.board-house__props li:not(:first-child)::before {
  content: "●";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .board-house__props {
    margin-bottom: 25px;
  }
}
.board-house__location {
  margin-bottom: 20px;
}
.board-house__address {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #373737;
}
@media (min-width: 768px) {
  .board-house__address {
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .board-house__address {
    margin-bottom: 10px;
  }
}
.board-house__underground {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #6d6d6d;
}
.board-house__underground-station {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  vertical-align: middle;
}
.board-house__underground-icon {
  -ms-flex-item-align: center;
      align-self: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: currentColor;
}
.board-house__underground-distance {
  vertical-align: middle;
}
.board-house__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 15px -10px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .board-house__tags {
    clear: both;
  }
}
.board-house__tag {
  margin: 0 0 10px 10px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  background-color: #f2f2f2;
  border-radius: 10px;
  color: #606060;
}
.board-house_blue .board-house__tag {
  background-color: #e1f2ff;
}
.board-house_yellow .board-house__tag {
  background-color: #fff4db;
}
@media (min-width: 1280px) {
  .board-house__tag {
    padding: 12px 17px;
  }
}
.board-house__description {
  font-weight: 100;
  font-size: 17px;
  line-height: 24px;
  color: #383838;
}
.board-house__detail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .board-house__detail {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .board-house__detail {
    float: right;
    clear: none;
    display: block;
    width: 265px;
  }
}
.board-house__developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .board-house__developer {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .board-house__developer {
    margin-bottom: 20px;
  }
}
.board-house__avatar {
  margin-right: 10px;
  width: 42px;
}
.board-house__avatar-image {
  width: 100%;
  height: auto;
}
.board-house__developer-text {
  width: calc(100% - 42px - 10px);
}
.board-house__developer-type {
  margin-top: -3px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #9f9f9f;
}
.board-house__developer-name {
  max-height: 57px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2d2d;
  overflow: hidden;
}
.board-house__stats {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .board-house__stats {
    display: none;
  }
}
@media (min-width: 1280px) {
  .board-house__stats {
    display: block;
  }
}
.board-house__stats-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.board-house__stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  padding: 18px 15px;
  background-color: #f2f2f2;
  color: #343434;
}
.board-house__stats-item:first-child {
  font-weight: 500;
}
.board-house_blue .board-house__stats-item {
  background-color: #e1f2ff;
}
.board-house_yellow .board-house__stats-item {
  background-color: #fff4db;
}
@media (min-width: 1280px) {
  .board-house__stats-item {
    height: 50px;
    padding: 9px 20px;
  }
}
.board-house__stats-price {
  margin-right: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #252525;
}
.board-house__stats-count {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: underline;
}
.board-house__phone {
  display: none;
}
@media (min-width: 768px) {
  .board-house__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  .board-house__phone {
    margin-bottom: 40px;
    padding: 6px 10px;
    background-color: #f2f2f2;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
  }
  .board-house_blue .board-house__phone {
    background-color: #e1f2ff;
    border-color: #d7e7f4;
  }
  .board-house_yellow .board-house__phone {
    background-color: #fff4db;
    border-color: #f0e0bc;
  }
}
.board-house__phone-inner {
  margin-right: auto;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  color: #016ecb;
}
@media (min-width: 1280px) {
  .board-house__phone-inner {
    margin-left: auto;
  }
}
.board-house__show {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  padding: 0;
  font: inherit;
  background-color: #ffffff;
  border: 1px solid #016ecb;
  border-radius: 5px;
  color: #016ecb;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.board-house__show-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/phone-icon.png");
}
.board-house__buttons {
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #c7c7c7;
}
@media (min-width: 768px) {
  .board-house__buttons {
    margin: 0;
    padding: 0;
    border-top: none;
  }
}
@media (min-width: 1280px) {
  .board-house__buttons {
    clear: both;
  }
}
.board-house__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board-house__wish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: auto;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  color: #d1d1d1;
}
.board-house__wish:hover {
  color: #016ecb;
}
.board-house__wish_active {
  color: #016ecb;
}
@media (min-width: 768px) {
  .board-house__wish {
    position: absolute;
    top: 22px;
    right: 22px;
  }
}
.board-house__wish-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.board-house__call_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .board-house__call {
    display: none;
  }
}
.board-house__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
    background-image: url("../img/phone-icon.png");
}
@media (min-width: 768px) {
  .board-house__call,.board-house__call_text {
    display: none;
  }
}
.board-house__call-icon, .board-house__call {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: currentColor;
}
.board-agency__wrap {
  padding-top: 30px;
  background-color: #fbfbfb;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.board-agency_blue .board-agency__wrap {
  background-color: #edf7ff;
}
.board-agency_yellow .board-agency__wrap {
  background-color: #fffded;
}
@media (min-width: 768px) {
  .board-agency__wrap {
    position: relative;
    padding: 25px 25px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
  }
}
@media (min-width: 1280px) {
  .board-agency__wrap {
    padding: 30px 50px;
  }
}
.board-agency__preview {
  float: left;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .board-agency__preview {
    width: 140px;
    margin-right: 30px;
  }
}
@media (min-width: 1280px) {
  .board-agency__preview {
    width: 185px;
    margin-right: 55px;
  }
}
.board-agency__picture {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .board-agency__picture {
    margin-bottom: 25px;
  }
}
.board-agency__image {
  display: block;
  /*width: 100%;*/
  max-height:150px;
  margin-right: auto;
  margin-left: auto;
}
.board-agency__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #016ecb;
}
@media (min-width: 1280px) {
  .board-agency__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.board-agency__rating-count {
  width: 80px;
  margin-top: 10px;
  padding: 8px 10px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background-color: #e1f2ff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .board-agency__rating-count {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .board-agency__rating-count {
    margin-top: 0;
    margin-left: 15px;
  }
}
.board-agency__main {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .board-agency__main {
    float: left;
    width: 255px;
  }
}
@media (min-width: 1280px) {
  .board-agency__main {
    width: 460px;
  }
}
.board-agency__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .board-agency__title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.2;
  }
}
.board-agency__type {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  color: #8e8e8e;
}
.board-agency__address {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #373737;
}
@media (min-width: 768px) {
  .board-agency__address {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .board-agency__address {
    margin-bottom: 25px;
  }
}
.board-agency__competence {
  clear: both;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .board-agency__competence {
    clear: none;
  }
}
.board-agency__competence-list {
  margin: 0;
  padding-left: 0;
  list-style-type: square;
  list-style-position: inside;
}
.board-agency__competence-list li {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .board-agency__competence-list {
    padding-left: 15px;
  }
  .board-agency__competence-list li {
    margin-bottom: 12px;
  }
}
.board-agency__detail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .board-agency__detail {
    float: right;
    width: 230px;
    padding-top: 60px;
  }
}
@media (min-width: 1280px) {
  .board-agency__detail {
    width: 390px;
    margin-right: 20px;
    padding-top: 3px;
  }
}
.board-agency__stats {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .board-agency__stats {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .board-agency__stats {
    margin-bottom: 45px;
  }
}
.board-agency__stats-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.board-agency__stats-list li {
  margin-bottom: 6px;
  padding: 18px 15px;
  background-color: #f2f2f2;
  color: #343434;
}
.board-agency__stats-list li:first-child {
  font-weight: 700;
}
.board-agency_blue .board-agency__stats-list li {
  background-color: #e1f2ff;
}
.board-agency_yellow .board-agency__stats-list li {
  background-color: #fff4db;
}
@media (min-width: 1280px) {
  .board-agency__stats-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 58px;
    padding: 9px 20px;
  }
}
.board-agency__phone {
  display: none;
}
@media (min-width: 768px) {
  .board-agency__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  .board-agency__phone {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    padding: 6px 10px;
    background-color: #f2f2f2;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
  }
  .board-agency_blue .board-agency__phone {
    background-color: #e1f2ff;
    border-color: #d7e7f4;
  }
  .board-agency_yellow .board-agency__phone {
    background-color: #fff4db;
    border-color: #f0e0bc;
  }
}
.board-agency__phone-inner {
  margin-right: auto;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  color: #016ecb;
margin:0px 10px 0px 20px;
}

.board-agency__show {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  font: inherit;
  background-color: #ffffff;
  border: 1px solid #016ecb;
  border-radius: 5px;
  color: #016ecb;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.board-agency__show-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/phone-icon.png");
}
.board-agency__description {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #282828;
}
@media (min-width: 768px) {
  .board-agency__description {
    clear: both;
  }
}
@media (min-width: 1280px) {
  .board-agency__description {
    margin-left: 240px;
  }
}
.board-agency__buttons {
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #c7c7c7;
}
@media (min-width: 768px) {
  .board-agency__buttons {
    margin: 0;
    padding: 0;
    border-top: none;
  }
}
.board-agency__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board-agency__wish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: auto;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  color: #d1d1d1;
}
.board-agency__wish:hover {
  color: #016ecb;
}
.board-agency__wish_active {
  color: #016ecb;
}
@media (min-width: 768px) {
  .board-agency__wish {
    position: absolute;
    top: 22px;
    right: 22px;
  }
}
.board-agency__wish-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.board-agency__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .board-agency__call {
    display: none;
  }
}
.board-agency__call-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: currentColor;
}
@media (min-width: 1280px) {
  .gallery__slider {
    margin-bottom: 5px;
  }
}
.gallery__button {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-color: #a8abad;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.gallery__button_next {
  background-image: url('../img/gallery-next.png');
}
.gallery__button_prev {
  background-image: url('../img/gallery-prev.png');
}
.gallery__button::after {
  content: none;
}
.gallery__thumbs {
  display: none;
}
@media (min-width: 1280px) {
  .gallery__thumbs {
    display: block;
  }
}
.gallery__thumb {
  display: block;
  width: 100%;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -15px -15px;
  padding: 0;
  list-style: none;
}
.pagination__item {
  margin: 0 0 15px 15px;
  padding: 0;
}
.pagination__link {
  display: block;
  min-width: 46px;
  padding: 12px 12px;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  background-color: #f1f1f1;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  color: #5d5d5d;
}
.pagination__link:hover {
  background-color: #ffffff;
}
.pagination__item_active .pagination__link {
  background-color: #016ecb;
  border: 1px solid #016ecb;
  color: #ffffff;
}
@media (min-width: 768px) {
  .pagination__link {
    min-width: 50px;
    padding: 14px 14px;
  }
  .pagination__item_next .pagination__link {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .buttons-list {
    margin-left: -50px;
  }
}
.buttons-list__button {
  margin-left: 15px;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  font-family: inherit;
  text-decoration: underline;
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  color: #016ecb;
  cursor: pointer;
}
.buttons-list__button:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .buttons-list__button {
    margin-left: 50px;
  }
}
@media (min-width: 1280px) {
  .need-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .need-help__text {
    width: 380px;
  }
}
.need-help__heading {
  margin-bottom: 30px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .need-help__heading {
    font-size: 22px;
  }
}
.need-help__description {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #575757;
}
.need-help__refine {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .need-help__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -40px;
  }
}
@media (min-width: 1280px) {
  .need-help__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 450px;
    margin-left: 0;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .need-help__column {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
}
@media (min-width: 1280px) {
  .need-help__column {
    width: 100%;
    margin-left: 0;
  }
}
.need-help__form-item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .need-help__form-item {
    margin-bottom: 35px;
  }
}
@media (min-width: 1280px) {
  .need-help__form-item {
    margin-bottom: 18px;
  }
}
.need-help__form-submit {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .need-help__form-submit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .need-help__form-submit {
    width: 230px;
  }
}
.need-help__form-agreement {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #9c9c9c;
}
.need-help__form-agreement label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.need-help__form-agreement input {
  margin: 0 15px 0 0;
}
@media (min-width: 1280px) {
  .need-help__form-agreement {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.2;
  }
}
.partnership__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.partnership__banner {
  margin: 5px 10px;
  border: 1px solid #171717;
}
.partnership__image {
  display: block;
  width: 100%;
}
.publication__header {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 768px) {
  .publication__header {
    margin-bottom: 35px;
  }
  .publication__price-meter {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .publication__header {
    margin-bottom: 40px;
  }
}
.publication__bread-crumbs {
  display: none;
  margin-bottom: 10px;
  color: #9e9e9e;
}
@media (min-width: 768px) {
  .publication__bread-crumbs {
    display: block;
  }
}
@media (min-width: 768px) {
  .publication__heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.publication__title {
  margin: 0 0 13px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .publication__title {
    margin: 0 auto 0 0;
    font-size: 22px;
  }
}
.publication__title-separate {
  display: inline-block;
  margin: 0 4px 3px;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.publication__title-separate::before {
  content: "●";
}
.publication__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a2a2a2;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .publication__detail {
    font-size: 15px;
  }
}
.publication__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: 20px;
}
.publication__detail-item:last-child {
  margin-right: 0;
}
.publication__detail-icon {
  -ms-flex-item-align: center;
      align-self: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: currentColor;
}
.publication__head {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .publication__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .publication__head {
    margin-bottom: 30px;
  }
}
.publication__info {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .publication__info {
    width: 500px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .publication__info {
    width: 710px;
  }
}
.publication__building {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .publication__building {
    margin-bottom: 16px;
  }
}
.publication__develop {
  margin-right: 20px;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
  text-decoration: none;
  color: #016ecb;
}
.publication__date {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #5b5b5b;
}
.publication__address {
  position: relative;
  margin-bottom: 5px;
  padding-left: 23px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #6d6d6d;
}
.publication__address-icon {
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  fill: currentColor;
}
@media (min-width: 768px) {
  .publication__underground {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.publication__underground-station {
  position: relative;
  display: block;
  padding-left: 23px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #6d6d6d;
}
@media (min-width: 768px) {
  .publication__underground-station {
    margin-right: 5px;
  }
}
.publication__underground-icon {
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.publication__underground-distance {
  display: block;
  margin-top: -3px;
  padding-left: 23px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #9e9e9e;
}
@media (min-width: 768px) {
  .publication__underground-distance {
    padding-left: 0;
  }
}
.publication__prices {
  position: relative;
}
@media (min-width: 768px) {
  .publication__prices {
    width: 215px;
  }
}
@media (min-width: 1280px) {
  .publication__prices {
    width: 360px;
  }
}
.publication__currencies-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.publication__currencies-toggle-icon {
  width: 14px;
  height: 13px;
  fill: #016ecb;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.publication__currencies-toggle_active .publication__currencies-toggle-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.publication__currencies {
  display: none;
}
.publication__price {
  margin-bottom: 15px;
  padding-right: 50px;
}
@media (min-width: 1280px) {
  .publication__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .publication__currencies .publication__price {
    margin-top: -5px;
  }
}
.publication__price-total {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  color: #016ecb;
}
@media (min-width: 768px) {
  .publication__price-total {
    margin-bottom: 12px;
  }
}
@media (min-width: 1280px) {
  .publication__price-total {
    width: 100%;
    text-align: right;
  }
  .publication__price-meter {
    text-align: right;
  }
}
.object_status {
    padding: 10px 15px;
    background-color: #cccccc;
    border-radius: 20px;
    font-weight: normal;
    color: #ffffff;
    font-size: 15px;
}
.publication__price-meter {
  font-weight: 300;
  font-size: 18px;
  width: 100%;
  line-height: 1.2;
  color: #7e7e7e;
}
.publication__buy {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #7e7e7e;
  text-align: right;
}
@media (min-width: 768px) {
  .publication__buy {
    display: none;
  }
}
@media (min-width: 1280px) {
  .publication__buy {
    display: block;
  }
}
.publication__gallery {
  position: relative;
  margin: 0 -15px 5px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .publication__gallery {
    margin: 0 -15px 10px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .publication__gallery {
    margin: 0 0 10px;
    padding-bottom: 20px;
  }
}
.publication__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: auto;
  height: auto;
  background-color: #f1f1f1;
}
.publication__image {
  max-height: 295px;
}
@media (min-width: 768px) {
  .publication__image {
    max-height: 283px;
  }
}
@media (min-width: 1280px) {
  .publication__image {
    max-height: 313px;
  }
}
.publication__main-params {
  margin: 0 -15px 30px;
  background-color: #f1f1f1;
  overflow: auto;
}
@media (min-width: 768px) {
  .publication__main-params {
    margin: 0 0 45px;
    background-color: transparent;
    overflow: visible;
  }
}
.publication__main-params-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .publication__main-params-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.publication__main-params-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 15px;
  border-left: 1px solid #bebebe;
}
.publication__main-params-item:first-child {
  border-left: none;
}
.publication__main-params-item span:first-child {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #9b9b9b;
}
.publication__main-params-item span:last-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #646464;
}
@media (min-width: 768px) {
  .publication__main-params-item,
  .publication__main-params-item:first-child,
  .publication__main-params-item:last-child {
    padding: 0 25px;
  }
  .publication__buy {
    text-align: left;
  }
  .publication__main-params-item span:first-child {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .publication__main-params-item span:last-child {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .publication__main-params-item span:first-child {
    margin-bottom: 8px;
  }
}
.publication__main {
  margin-bottom: 45px;
}
.publication__agency {
  margin-bottom: 45px;
  margin-top: 25px;
}
@media (min-width: 1280px) {
  .publication__agency {
    margin-bottom: 80px;
    margin-top: 0px;
  }
}
.publication__section {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .publication__section {
    margin-bottom: 60px;
      margin-top: 0px;
  }
}
@media (min-width: 1280px) {
  .publication__section {
    margin-bottom: 65px;
  }
}
.publication__heading {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 20px;
}
.publication__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 75px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .publication__description {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 26px;
  }
}
@media (min-width: 1280px) {
  .publication__description {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .publication__contacts-n-calculate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.publication__contacts,
.contacts-card__calculate {
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .publication__contacts,
  .contacts-card__calculate {
    width: 355px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .publication__contacts,
  .contacts-card__calculate {
    margin-bottom: 40px;
  }
}
.publication__params {
  display: table;
  margin: 0;
}
.publication__params-item {
  display: table-row;
}
dt {
    font-size: 17px;
    font-weight: 400;
    margin-left: 0px;
}
dd {
    margin:20px 0px 20px 50px;
    font-size: 16px;
     font-weight: 100;
}
.publication__params-item dt {
 width: 300px;
}
.publication__params-item dt,
.publication__params-item dd {
  display: table-cell;
  padding: 6px 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
.publication__params-item dt {
  padding-left: 0;
  color: #9f9f9f;
}
.publication__params-item dd {
  padding-right: 0;
  color: #4f4f4f;
    margin-left:50px;
}
@media (min-width: 768px) {
  .publication__params-item dt,
  .publication__params-item dd {
    padding: 6px 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .publication__params-item dt {
  width: 50%;
  }
}
@media (min-width: 768px) {
  .publication__params-item dt {
  width: 300px;
  }
}
.publication__map {
  width: 100%;
  height: 185px;
}
@media (min-width: 768px) {
  .publication__map {
    height: 305px;
  }
}
@media (min-width: 1280px) {
  .publication__map {
    height: 370px;
  }
}
.publication__vacancies {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .publication__vacancies {
    margin-bottom: 55px;
  }
}
@media (min-width: 1280px) {
  .publication__vacancies {
    margin-bottom: 65px;
  }
}
.publication__staff {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .publication__staff {
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .publication__staff {
    margin-bottom: 60px;
  }
}
.publication__table {
  width: 815px;
}
@media (min-width: 768px) {
  .publication__table {
    width: 100%;
  }
}
.publication__footer {
  padding-top: 42px;
  padding-bottom: 58px;
  background-color: #f1f1f1;
  border-top: 1px solid #d2d2d2;
}
@media (min-width: 768px) {
  .publication__footer {
    padding-top: 35px;
  }
}
@media (min-width: 1280px) {
  .publication__footer {
    padding-top: 52px;
    padding-bottom: 64px;
  }
}
.publication__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .publication__buttons {
    margin-bottom: 35px;
  }
}
.publication__button {
  width: 53px;
  height: 53px;
  margin: 16px 20px;
  padding: 0;
  text-decoration: none;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #016ecb;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.publication__button_call {
  background-image: url("../img/big-phone-icon.png");
}
.publication__button_wish {
  background-image: url("../img/big-wish-icon.png");
}
.publication__button_wish_added {
  background-image: url("../img/big-wish-icon_added.png");
}
.publication__button_comment {
  background-image: url("../img/big-comment-icon.png");
}
.publication__button_share {
  background-image: url("../img/big-share-icon.png");
}
.publication__button_send {
  background-image: url("../img/big-send-icon.png");
}
.publication__button_complain {
  background-image: url("../img/big-complain-icon.png");
  border-color: #c61c05;
}
.publication__to-all {
  display: none;
}
@media (min-width: 768px) {
  .publication__to-all {
    display: block;
    max-width: 280px;
    margin: 0 auto 65px;
  }
}
@media (min-width: 1280px) {
  .publication__to-all {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .publication__price-meter {
    text-align: left;
  }
  .publication__buy {
    text-align: left;
  }
}
.collapse__wrap p:nth-child(n + 5) {
  display: block;
}
.collapse_collapsed .collapse__wrap p:nth-child(n + 5) {
  display: none;
}
.collapse__ellipsis {
  display: none;
}
.collapse_collapsed .collapse__ellipsis {
  display: inline;
}
.collapse__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
      float:right;
}
.collapse__toggle-icon {
  width: 10px;
  height: 9px;
  margin-top: 1px;
  margin-right: 10px;
  fill: currentColor;
}
.collapse__toggle_active .collapse__toggle-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .agency-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.agency-card__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .agency-card__preview {
    display: block;
    width: 272px;
    margin-right: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .agency-card__preview {
    width: 262px;
  }
}
.agency-card__picture {
  width: 177px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .agency-card__picture {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.agency-card__image {
  display: block;
  width: 100%;
}
.agency-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #016ecb;
}
@media (min-width: 768px) {
  .agency-card__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
}
.agency-card__rating-count {
  width: 93px;
  margin-top: 10px;
  padding: 8px 10px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background-color: #e1f2ff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .agency-card__rating-count {
    margin-top: 0;
    margin-left: 15px;
    font-size: 22px;
  }
}
.agency-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #6d6d6d;
}
@media (min-width: 768px) {
  .agency-card__info {
    width: 430px;
  }
}
.agency-card__address {
  position: relative;
  margin-bottom: 20px;
  padding-left: 23px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #6d6d6d;
}
.agency-card__address-icon {
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.agency-card__email {
  margin-bottom: 20px;
  padding-left: 23px;
}
.agency-card__email a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .agency-card__email {
    margin-bottom: 5px;
  }
}
.agency-card__site {
  margin-bottom: 30px;
  padding-left: 23px;
}
.agency-card__site a {
  text-decoration: none;
}
.agency-card__message {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
  padding-right: 23px;
  text-decoration: underline;
  color: #383838;
}
.agency-card__message:hover {
  color: #016ecb;
}
@media (min-width: 768px) {
  .agency-card__message {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}
.agency-card__message-icon {
  -ms-flex-item-align: center;
      align-self: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  fill: #016ecb;
}
.agency-card__phone {
    position: relative;
      min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 30px;
  background-color: #016ecb;
  border-radius: 5px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .agency-card__phone {
    max-width: 308px;
    margin-bottom: 30px;
  }
}
.agency-card__phone-inner {
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 1px;
}
.agency-card__phone-inner a {
  text-decoration: none;
  color: #ffffff;
}
.agency-card__show22 {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 20px;
  font: inherit;
  background-color: #ffffff;
  border: 1px solid #016ecb;
  border-radius: 5px;
  color: #016ecb;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.agency-card__show {
 position: absolute;
  top: 50%;
  right: 30px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  font: inherit;
  background-color: #ffffff;
  border: 1px solid #016ecb;
  border-radius: 5px;
  color: #016ecb;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.agency-card__show-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/phone-icon.png");
}
.prices-accordion {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .prices-accordion {
    margin-bottom: 35px;
  }
}
@media (min-width: 1280px) {
  .prices-accordion {
    margin-bottom: 40px;
  }
}
.price_item_novostroy {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-decoration: underline;
  cursor: pointer;
}
.prices-accordion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 15px;
  margin-bottom: 12px;
  background-color: #f1f1f1;
  color: #494949;
}
@media (min-width: 768px) {
  .prices-accordion__item {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 8px;
    padding: 15px 25px;
  }
}
.prices-accordion__title {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-decoration: underline;
  cursor: pointer;
}
.prices-accordion__title:hover {
  color: #016ecb;
}
.prices-accordion__title:hover ~ .prices-accordion__arrow-icon {
  fill: #016ecb;
}
@media (min-width: 768px) {
  .prices-accordion__title {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.prices-accordion__prices {
  width: 100%;
}
@media (min-width: 768px) {
  .prices-accordion__prices {
    width: auto;
    margin-right: 20px;
    text-align: right;
  }
}
.prices-accordion__currencies {
  display: none;
}
.prices-accordion__price {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.prices-accordion__currencies .prices-accordion__price {
  margin-top: 2px;
}
@media (min-width: 768px) {
  .prices-accordion__currencies .prices-accordion__price {
    margin-top: 11px;
  }
}
@media (min-width: 1280px) {
  .prices-accordion__price {
    font-size: 18px;
  }
}
.prices-accordion__prices-count {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.025em;
}
.prices-accordion__arrow-icon {
  display: none;
}
@media (min-width: 768px) {
  .prices-accordion__arrow-icon {
    display: block;
    width: 10px;
    height: 9px;
    margin-top: -2px;
    cursor: pointer;
    fill: currentColor;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .prices-accordion__arrow-icon:hover {
    fill: #016ecb;
  }
  .accordion__item_active .prices-accordion__arrow-icon {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.contacts-card__wrap {
  margin-right: -15px;
  margin-left: -15px;
  padding: 25px 15px 38px;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  background-color: #f1f1f1;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #252525;
}
@media (min-width: 768px) {
  .contacts-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 25px 25px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
  }
}
@media (min-width: 1280px) {
  .contacts-card__wrap {
    padding: 23px 25px 30px;
    font-size: 16px;
    line-height: 1.2;
  }
}
.contacts-card__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .contacts-card__person {
    margin-bottom: 30px;
  }
}
.contacts-card__avatar,
.contacts-card__avatar-image,
.contacts-card__avatar-noimage {
  max-width: 53px;
  max-height: 53px;
}
.contacts-card__avatar-noimage {
  margin: 10px 0px 0px 10px;
}
.contacts-card__avatar {
  margin-left: 10px;
  border: 1px solid #dddddd;
}
.contacts-card__person-text {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: calc(100% - 53px - 10px);
}
.contacts-card__name {
  margin-top: 6px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #383838;
}
@media (min-width: 1280px) {
  .contacts-card__name {
    font-size: 18px;
    line-height: 1.2;
  }
}
.contacts-card__agency {
  font-weight: 300;
  font-size: 16px;
  color: #525252;
}
.contacts-card__info {
  margin-bottom: 15px;
  color: #bbbbbb;
}
.contacts-card__registration {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contacts-card__registration {
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .contacts-card__registration {
    margin-bottom: 5px;
  }
}
.contacts-card__more-objects {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .contacts-card__more-objects {
    margin-bottom: 45px;
  }
}
@media (min-width: 1280px) {
  .contacts-card__more-objects {
    margin-bottom: 50px;
  }
}
.contacts-card__message {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 33px;
  text-decoration: underline;
  color: #383838;
}
.contacts-card__message:hover {
  color: #016ecb;
}
@media (min-width: 1280px) {
  .contacts-card__message {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.2;
  }
}
.contacts-card__message-icon {
  -ms-flex-item-align: center;
      align-self: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  fill: #016ecb;
}

.pagetitle-icon {
  -ms-flex-item-align: center;
      align-self: center;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  margin-right: 5px;
  fill: #016ecb;
}

.topline-info-icon {
  -ms-flex-item-align: center;
      align-self: center;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 20px;
  fill: #ffe5a8;
}
.topline-info-icon:hover {
  fill: #000000;
}

.contacts-card__phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  padding: 7px 90px 7px 30px;
  background-color: #016ecb;
  border-radius: 5px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .contacts-card__phone {
    margin-top: auto;
  }
}

.contacts-card__phone22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  background-color: #016ecb;
  border-radius: 5px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .contacts-card__phone22 {
    margin-top: auto;
  }
}
.contacts-card__phone-inner22 {
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  color: #ffffff;
  display:inline-block;
  margin:0px 30px 0px 30px;
}
.contacts-card__phone-inner22 a {
  text-decoration: none;
  color: #ffffff;
}

.contacts-card__phone-inner {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  display: inline-block;
}
.contacts-card__phone-inner a {
  text-decoration: none;
  color: currentColor;
}
.contacts-card__show {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  font: inherit;
  background-color: #ffffff;
  border: 1px solid #016ecb;
  border-radius: 5px;
  color: #016ecb;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.contacts-card__show22 {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  font: inherit;
  background-color: #ffffff;
  border: 1px solid #016ecb;
  border-radius: 5px;
  color: #016ecb;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.contacts-card__show-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/phone-icon.png");
}
.calculate__wrap {
  margin-right: -15px;
  margin-left: -15px;
  padding: 25px 15px 25px;
  background-color: #fbfbfb;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 768px) {
  .calculate__wrap {
    width: 100%;
    margin: 0;
    padding: 25px 25px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
  }
}
.calculate__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 21px;
}
.calculate__payment-text {
  margin-right: 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.calculate__payment-summ {
  margin-right: 5px;
  font-weight: 400;
  font-size: 26px;
  line-height: 24px;
  color: #016ecb;
}
.calculate__payment-period {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #016ecb;
}
.calculate__form {
  margin-bottom: 10px;
}
.calculate__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}
.calculate__field {
  width: calc(50% - 30px);
  margin-bottom: 16px;
  margin-left: 30px;
}
.calculate__label {
  display: inline-block;
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8c8c8c;
}
.calculate__input {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: inherit;
  background-color: #ffffff;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  color: #383838;
}
.calculate__hint {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #8c8c8c;
  margin-top:20px;
}
.left-menu {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .left-menu {
    margin-bottom: 50px;
  }
}
.left-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
}
@media (min-width: 1280px) {
  .left-menu__list {
    display: block;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    overflow: hidden;
  }
}
.left-menu__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #d3d3d3;
}
@media (min-width: 1280px) {
  .left-menu__item {
    margin-left: 0;
    border-right: none;
    border-left: none;
  }
  .left-menu__item:last-child {
    border-bottom: none;
  }
}
.left-menu__link {
  display: block;
  padding: 20px 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background-color: #f1f1f1;
  color: #323232;
}
.left-menu__link:hover {
  background-color: #fbfbfb;
  color: #016ecb;
}
@media (min-width: 1280px) {
  .left-menu__link {
    padding: 20px 30px;
    text-align: left;
  }
}
.layouts {
  margin-bottom: 50px;
}
.layouts .swiper-container {
  overflow: visible;
}
@media (min-width: 768px) {
  .layouts {
    margin-bottom: 65px;
  }
  .layouts .swiper-container {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .layouts {
    margin-bottom: 95px;
  }
}
.layouts__heading {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .layouts__heading {
    margin-bottom: 37px;
  }
}
@media (min-width: 1280px) {
  .layouts__heading {
    margin-bottom: 30px;
  }
}
.layouts__slider-container {
  position: relative;
}
@media (min-width: 768px) {
  .layouts__slider-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.layouts__swiper-button-prev,
.layouts__swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .layouts__swiper-button-prev,
  .layouts__swiper-button-next {
    display: block;
    margin-top: 4px;
  }
  .layouts__swiper-button-prev {
    left: 5px;
  }
  .layouts__swiper-button-next {
    right: 5px;
  }
}
.layouts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 193px;
  height: auto;
}
@media (min-width: 768px) {
  .layouts__item {
    width: auto;
  }
}
.layouts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.layouts__name {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #7b7b7b;
}
@media (min-width: 768px) {
  .layouts__name {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .layouts__name {
    margin-bottom: 25px;
    font-size: 17px;
  }
}
.layouts__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 190px;
  border: 1px solid #7b7b7b;
  border-radius: 5px;
  color: #484848;
  overflow: hidden;
}
@media (min-width: 768px) {
  .layouts__picture {
    height: 145px;
  }
}
@media (min-width: 1280px) {
  .layouts__picture {
    height: 168px;
  }
}
.layouts__image {
  max-height: 100%;
}
.vacancies__heading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .vacancies__heading {
    margin-bottom: 25px;
  }
}
.vacancies__item {
  margin-bottom: 55px;
}
.vacancies__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .vacancies__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .vacancies__item {
    margin-bottom: 22px;
  }
}
.vacancies__title {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .vacancies__title {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .vacancies__title {
    margin-bottom: 12px;
  }
}
.vacancies__title-text {
  display: inline-block;
  text-decoration: underline;
  color: #464646;
}
.vacancies__title-text:hover {
  text-decoration: underline;
  color: #016ecb;
}
.vacancies__description {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #646464;
}
@media (min-width: 768px) {
  .vacancies__description {
    font-size: 17px;
    line-height: 28px;
  }
}
.staff .swiper-container {
  overflow: visible;
}
@media (min-width: 768px) {
  .staff .swiper-container {
    overflow: hidden;
  }
}
.staff__heading {
  margin-bottom: 35px;
}
.staff__slider-container {
  position: relative;
}
@media (min-width: 768px) {
  .staff__slider-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.staff__swiper-button-prev,
.staff__swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .staff__swiper-button-prev,
  .staff__swiper-button-next {
    display: block;
  }
  .staff__swiper-button-prev {
    left: 5px;
  }
  .staff__swiper-button-next {
    right: 5px;
  }
}
.staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 193px;
  height: auto;
}
@media (min-width: 768px) {
  .staff__item {
    width: auto;
  }
}
.staff__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: #484848;
}
.staff__item_highlight .staff__wrap {
  border-color: #016ecb;
}
.staff__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 104px;
  margin: 20px 20px;
}
@media (min-width: 1280px) {
  .staff__picture {
    height: 114px;
  }
}
.staff__image {
  max-height: 100%;
}
.staff__noimage {
  width: 120px;
  height: 120px;
  margin-left: 15px;
}
.staff__info {
  padding: 0 15px 15px;
}
.staff__name {
  margin: 0 -15px 17px;
  padding: 13px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  background-color: #a7a7a7;
  color: #ffffff;
}
.staff__item_highlight .staff__name {
  background-color: #016ecb;
}
.staff__objects {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  list-style: none;
}
.staff__objects li {
  margin-bottom: 10px;
}
.staff__objects li:last-child {
  margin-bottom: 0;
}
.no_margin_up {
  margin-top: 0px;
}
.img-left {
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .img-left {
    margin-right: 30px;
  }
}
ol, ul {
  margin: 25px 0px 35px 45px;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
ol > li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}
ol > li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #747474;
}
.list {
  margin: 25px 0px 0px 25px;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  list-style: none;
}
.list > li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
}
.list > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #747474;
}
.blockquote {
  margin: 55px 0;
  padding: 15px 15px;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 36px;
  background-color: #f3f3f3;
  border-left: 3px solid #016ecb;
  color: #3d3d3d;
}
@media (min-width: 768px) {
  .blockquote {
    padding: 28px 35px;
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 1280px) {
  .blockquote {
    margin: 42px 0;
    padding: 28px 35px;
    font-size: 20px;
    line-height: 34px;
  }
}
.about-publication {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .about-publication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 33px;
  }
}
@media (min-width: 1280px) {
  .about-publication {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.about-publication__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about-publication__author {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .about-publication__author {
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .about-publication__author {
    margin-bottom: 30px;
  }
}
.about-publication__avatar,
.about-publication__avatar-image {
  width: 51px;
  height: 51px;
}
.about-publication__avatar {
  margin-right: 18px;
}
.about-publication__author-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 4px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #868686;
}
.about-publication__author-text i {
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
.about-publication__tag {
  max-width: 280px;
  margin: 0 auto;
  padding: 8px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 10px;
  color: #a7a7a7;
}
@media (min-width: 768px) {
  .about-publication__tag {
    margin: 6px 0 0;
  }
}
.publication-comments {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .publication-comments {
    margin-bottom: 45px;
  }
}
@media (min-width: 1280px) {
  .publication-comments {
    margin-bottom: 32px;
  }
}
.publication-comments__button {
  max-width: 280px;
  margin: 40px auto 40px;
}
@media (min-width: 768px) {
  .publication-comments__button {
    margin-bottom: 50px;
  }
}
.answer__item {
  margin-left: 60px;
}
.publication-comments__item {
  margin-bottom: 60px;
}
.publication-comments__item:last-child {
  margin-bottom: 0;
}
.publication-comments__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.publication-comments__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.publication-comments__avatar,
.publication-comments__avatar-image {
  width: 53px;
  height: 53px;
}

.publication-comments__avatar {
  margin-right: 18px;
}
.publication-comments__author {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.publication-comments__name {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #6a6a6a;
}
.publication-comments__name b {
  font-weight: 500;
}
.publication-comments__publish {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
}
.publication-comments__quote {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3d3d3d;
}
@media (min-width: 1280px) {
  .publication-comments__quote {
    margin-bottom: 3px;
  }
}
.publication-comments__answer {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
.publication-comments__answer-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-left: 10px;
  fill: currentColor;
}
a.nounder_a {
    text-decoration:none;
    color: #6a6a6a;
}
a.nounder_a:hover {
    color: #000000;
}
a.nounder {
    text-decoration:none;
    color: #1a1a1a;
}
a.nounder:hover {
    color: #000000;
}
a.publication_adress { /* vit */
    text-decoration:none;
    color: #6a6a6a;
}
a.publication_adress:hover { /* vit */
  text-decoration: underline;
  color: #016ecb;
}
.popup {
  position: relative;
  width: 530px;
  max-width: 100%;
  margin: 6px auto;
  padding: 20px;
  text-align: left;
  background: #FFFFFF;
  color: #2d2d2d;
  border-radius: 5px;
}
.popup_region {
  width: 730px;
}
@media (min-width: 768px) {
  .popup {
    padding: 30px;
  }
}
.popup__title {
  margin: 0 0 25px;
}
.popup__forgot-password {
  margin: 8px 0;
  font-size: 14px;
  text-align: right;
}
.popup__social {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #b3b3b3;
}
.popup__social-title {
  margin: 0 0 10px;
  font-size: 22px;
}
.popup__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.popup__social-item {
  margin: 5px;
}
.popup__social-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.popup__social-item svg {
  width: 32px;
  height: 32px;
}
.popup__social-item_vk a {
  background-color: #4887c2;
}
.popup__social-item_vk a:hover {
  background-color: #3771a7;
}
.popup__social-item_fb a {
  background-color: #486abe;
}
.popup__social-item_fb a:hover {
  background-color: #3557ab;
}
.popup__social-item_google a {
  background-color: #4285f4;
}
.popup__social-item_google a:hover {
  background-color: #218dd6;
}
.popup__social-item_mailru a {
  background-color: #2b43fd;
}
.popup__social-item_mailru a:hover {
  opacity: 0.8;
}
.popup__social-item_yandex a {
  background-color: #ececec;
}
.popup__social-item_yandex a:hover {
   background-color: #cccccc;
}
.region__search {
  margin-bottom: 30px;
}
.region__input {
  padding-right: 42px;
  background-color: #f2f2f2;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99998 0C2.69162 0 0 2.76138 0 6.15552C0 9.36373 4.98012 14.887 5.5479 15.507L5.99998 16L6.45206 15.507C7.01997 14.8876 12 9.36373 12 6.15552C12.0003 2.76138 9.30863 0 5.99998 0ZM5.99998 8.70284C4.63105 8.70284 3.51722 7.56014 3.51722 6.15574C3.51722 4.75129 4.63105 3.60863 5.99998 3.60863C7.36921 3.60863 8.48274 4.75133 8.48274 6.15574C8.48274 7.56019 7.36921 8.70284 5.99998 8.70284Z' fill='%23016ECB'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  height: 45px;
  font-size: 15px;
}
.region__short-list {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 17px;
  border-bottom: 1px solid #b3b3b3;
}
@media (min-width: 768px) {
  .region__short-list {
    padding-bottom: 30px;
  }
}
.region__short-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .region__short-list ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.region__short-list li {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .region__short-list li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
.region__short-list a {
  text-decoration: none;
  color: currentColor;
}
.region__short-list a:hover {
  color: #016ecb;
}
.region__result-list {
  height: 218px;
  overflow-y: auto;
  font-size: 15px;
}
.region__result-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (min-width: 768px) {
  .region__result-list ul {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.region__result-list li {
  margin: 0 0 10px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.region__result-list a {
  text-decoration: none;
  color: currentColor;
}
.region__result-list a:hover {
  color: #016ecb;
}
.form__item {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
.form__item_250 {
  width: 490px;
}
}
.af-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #f1f1f1;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  counter-reset: navSteps;
    text-decoration: none;
}
.af-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #d5d5d5;
  color: #858585;
}
.af-nav__item:last-child {
  border-bottom: none;
}
.af-nav__item::before {
  content: 'Шаг ' counter(navSteps);
  counter-increment: navSteps;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 63px;
  height: 63px;
  margin-right: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 63px;
  text-align: center;
  background-color: #c0c0c0;
  border-radius: 50%;
  color: #FFFFFF;
    text-decoration: none;
}
.af-nav__item_active {
  color: #252525;
}
.af-nav__item_active::before {
  background-color: #2075c8;
}
.add-form {
  margin-bottom: 40px;
}
.add-form__header {
  margin-bottom: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 1280px) {
  .add-form__header {
    margin-bottom: 40px;
  }
}
.add-form__bread-crumbs {
  display: none;
  margin-bottom: 10px;
  color: #9e9e9e;
}
@media (min-width: 768px) {
  .add-form__bread-crumbs {
    display: block;
  }
}
.add-form__title {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .add-form__title {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .add-form__title {
    margin-bottom: 0;
  }
}
.add-form__mobile-steps {
  counter-reset: navSteps;
  overflow-y: hidden;
  overflow-x: visible;
 /* scroll-snap-type: x mandatory; */
}
.stop-scrolling {
  overflow-x: hidden;
}

.add-form__mobile-step {
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.2;
  color: #757575;
/*  scroll-snap-align: start;*/
}
.add-form__mobile-step::before {
  content: 'Шаг ' counter(navSteps);
  counter-increment: navSteps;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 55px;
  text-align: center;
  background-color: #c0c0c0;
  border-radius: 50%;
  color: #FFFFFF;
}
.add-form__mobile-step_active::before {
  background-color: #2075c8;
}
@media (min-width: 1280px) {
  .add-form__mobile-steps {
    display: none;
  }
}
@media (min-width: 1280px) {
  .add-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.add-form__nav {
  display: none;
}
@media (min-width: 1280px) {
  .add-form__nav {
    display: block;
    width: 360px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1280px) {
  .add-form__content {
    width: 810px;
  }
}
.add-form__item {
  margin-bottom: 50px;
  max-width: 463px;
}
.add-form__item_textarea {
  max-width: 100%;
}
@media (min-width: 1280px) {
  .add-form__item {
    margin-bottom: 50px;
  }
}
.add-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.add-form__row .add-form__item {
  width: calc(50% - 8px);
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .add-form__row .add-form__item {
    width: calc(50% - 18px);
    margin-bottom: 40px;
  }
}
.add-form__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
}
.add-form__cost .add-form__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 16px);
  margin-bottom: 33px;
  margin-left: 16px;
}
.add-form__cost .add-form__item_mobile-w100 {
  width: calc(100% - 16px);
}
.add-form__cost .add-form__item_width-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media (min-width: 1280px) {
  .add-form__cost {
    margin-left: -36px;
  }
  .add-form__cost .add-form__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 0;
    margin-bottom: 40px;
    margin-left: 36px;
  }
  .add-form__cost .add-form__item_width-auto {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
  }
}
.add-form__date .add-form__item {
  margin-bottom: 30px;
}
.add-form__date .add-form__separator {
  display: none;
}
@media (min-width: 1280px) {
  .add-form__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .add-form__date .add-form__item {
    width: calc(50% - 18px);
    margin-bottom: 40px;
  }
  .add-form__date .add-form__separator {
    display: block;
  }
}
.add-form__separator {
  width: 26px;
  height: 1px;
  margin: 28px 10px 0;
  background-color: #757575;
}
@media (min-width: 1280px) {
  .add-form__separator {
    margin: 28px 23px 0;
  }
}
.add-form__label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #acacac;
}
@media (min-width: 1280px) {
  .add-form__label {
    padding: 0 12px;
    font-size: 18px;
  }
}
.add-form__field {
  position: relative;
}
.range__slider__unit {
  position: absolute;
  top: 20%;
  right: 15px;
  font-weight: 100;
  font-size: 15px;
  line-height: 1.2;
  color: #c0c0c0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-150%);
}
@media (min-width: 1280px) {
  .range__slider__unit {
    font-size: 16px;
  }
}
.filter__checkbox_label {
  margin-right: 15px;
}
.add-form__unit {
  position: absolute;
  top: 50%;
  right: 15px;
  font-weight: 100;
  font-size: 15px;
  line-height: 1.2;
  color: #c0c0c0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .add-form__unit {
    right: 20px;
    font-size: 18px;
  }
}
.add-form__hint {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #acacac;
}
@media (min-width: 1280px) {
  .add-form__hint {
    padding: 0 20px;
    font-size: 15px;
  }
}
.add-form__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -14px;
}
.check_item { /*vit*/
  vertical-align: top;
  display: flex;
}
.check_item-input { /*vit*/
    margin: 7px 20px 0px 0px;
        width: 20px;
        height: 20px;
}
@media (min-width: 320px) { /*vit*/
    .check_item-input {
        width: 40px;
        height: 20px;
    }
}
@media (min-width: 1280px) { /*vit*/
    .check_item-input {
        width: 20px;
        height: 20px;
    }
}
.add-form__photos-preview,
.add-form__photos-input {
  margin-bottom: 14px;
  margin-left: 14px;
}
@media (min-width: 1280px) {
  .add-form__photos {
    margin-left: -30px;
  }
  .add-form__photos-preview,
  .add-form__photos-input {
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
.add-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.add-form__button {
  width: 96px;
  height: 96px;
  margin: 15px 14px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.35);
  background-color: #166ECB;
  color: #FFFFFF;
}
.add-form__button_prev {
  padding-left: 30px;
  background-color: #C0C0C0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAsCAYAAACUq8NAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF8WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA2LTI3VDIzOjE5OjAyKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA2LTI3VDIzOjE5OjAyKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wNi0yN1QyMzoxOTowMiswNTowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYWZmMzg0Yy0yNGM4LThkNDAtYWVjNS0wNjM3MjMwZmZkNDkiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkNmUyNTkwNy04N2RlLWJmNDgtYTE0Yi1mMjA0MGU0ZTI2NmUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplYzAxYTdlOC05ZTA1LWIzNGYtYjA1ZC02MGU5MDNjN2M5MmEiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmVjMDFhN2U4LTllMDUtYjM0Zi1iMDVkLTYwZTkwM2M3YzkyYSIgc3RFdnQ6d2hlbj0iMjAyMS0wNi0yN1QyMzoxOTowMiswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYWZmMzg0Yy0yNGM4LThkNDAtYWVjNS0wNjM3MjMwZmZkNDkiIHN0RXZ0OndoZW49IjIwMjEtMDYtMjdUMjM6MTk6MDIrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7S6ynDAAAChElEQVRYw62Yz2sTQRTHu0sCMSC0vQhCMIf0UAoVvRQKQv8Ab/bcg3j3JvpnePDg/+Cp9NiDIviDQiutyW5+7KbN7jZIY0sJ5HcyfqeMspZ0+zJvBmZzmM185s177/tm1hJCzJlupVLpZzabdfP5/OZ/AxJmsgNUxK/odrsiCIJ38TFjkMlksgSQI2Kt0+lM4kBjMMdxXDGlSWAYhm+NwcrlckkktHa7LS18zwZVKpW6ILRiseiwQNVq1SeC/OFwuKgN8jyvSgQFo9FoQdtn2P+QAoqi6BygB9rRiJXuU0D1er01Ho9fa+cZQHsUEHx5Ch9tXf+/cYuQBuFNc1AliGSR67oRtu6xNoxqERZ03O/3V5Lmus2iQyKoAR/lblt4ktYdEPPo+G8eacEAOiKCalTQVBiiieQjLChCWbkzS+pc17pDojJcwkcbswpCXOscCgjvNRHer3Rk7uoBaalQQCgnTWzdM13xJqs3EvYEFm1wSpKdSqUWKCcmy7Iubdv+yDp2IXRf+r7/iyiwRxzLrh5SoWu1WkQsHWUWTHb44ykC4JQI9Fgw2bGlT5DUAVE9vrBgCvhIRh4R+J0FU8AlKUdE4FcWTAHzADaJJeYbC6ai9L4sikQLf7BgKkrvYqKQWAn2WTDZB4PBPSpQlSh9mPLhPDVoVKnShykfLmKiFrEUuSyY2tIXuG9dUICNRuOEffPElr6BeP+eVWm0FRxb+hzAC2IefmLfPLGlm6gWZ0QLD2xOLUyn0x9yudwWguYs6T0cJeYymUzLyJ0aFq5LYEJk7hj9WoBz/kNUi+YU0LbxTxOy93q9VSjIvyiFP3fj45bpz0mwcBn59RkHJK9QKKzFx/4A1oYnu0rkiWcAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: left 20px top 50%;
  background-size: 22px 35px;
}
.add-form__button_next {
  padding-right: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAsCAYAAACUq8NAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF8WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA2LTI3VDIzOjE5OjIwKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA2LTI3VDIzOjE5OjIwKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wNi0yN1QyMzoxOToyMCswNTowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiODZlNTYxMS02OTc2LWEyNDgtOGI2My01N2NiZjQwZGUzYzEiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3NGZhNzU0OS1jZThjLTcxNDAtOTc0NS1mNDdlOGE0OTAwYTUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowOGVmYmExZi05ZTJlLWU5NDctODliNi05M2JlZWExZTc0MjAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4ZWZiYTFmLTllMmUtZTk0Ny04OWI2LTkzYmVlYTFlNzQyMCIgc3RFdnQ6d2hlbj0iMjAyMS0wNi0yN1QyMzoxOToyMCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiODZlNTYxMS02OTc2LWEyNDgtOGI2My01N2NiZjQwZGUzYzEiIHN0RXZ0OndoZW49IjIwMjEtMDYtMjdUMjM6MTk6MjArMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4zvgHUAAACd0lEQVRYw62YTUsbURSGnSEhcVEwboRC0kIJlCgWuywE8gO6a9cuxH13pf0ZLrrwP2QlLl3UjW0RYklIZvI1GTMzhmKiSCDfyfS9MIFRrD3ccw+cVcI8cz7ue85czff9lbDZtp0fDAavM5nM1opqE7ClO47zbTgc+sIqlUo5/JsKvwdCRAs/ZAAai8UirRTmuu7BQ9DSDMMwlcEQ0WG/338UtLRqtVpRAiuXy4ZPsFqt1mLDptPpOoAWBViv1y12zWazWQJAhwJsNpt1djcC+MLzvBsKEHV2WTDh8/n8S6vV6lKAyESBBROOGu6iNldE4DkLtnS0u6s6wn/+gJS+NU3TowChNOcsmPDxeLyJB9mqIvzv26CGSQDbxAiLLFjoHJIihJZesGAhYIMILLFgwjFuVvEgUtOgmwssWFDDHJTmjqilRRYsOBafoZEdopYaLFiQ0g8YOyQgJLDGggUR5nDwL6nTQucsS7quf9c07Y7y30gkkmBFhgYoUaKyLOsPjs4naRDqUKWAGo2GJyaJdM0AahL3livU9b10N0JFzoiH2kHqstLnDKBfFJDoUIB2pBUEoB9EXfQASktrI0bHTyKoA9BLadUH6DdxltnouufS8wxvWiBOaRdd94yz8JBBk8lkQ3oHCUYDtRnWpLcrCKZJnFVd8Z0gvTe2222SguN77hap25feiKnKAFHtIXVfpXd9tO0pEXSL1O1xPgYviOp9jdR95IwkPR6PdzHinxx8aIbrZDK5G41G8+yrCXTg8RNdJyJ6p/RqAsCjR9S7g33/jfJ7EOGoy0loHvVGo9G2yksX7eF1EoBiZr1KpVLZWCxmqLxN+gstYym+41bUwAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  background-size: 22px 35px;
}
.add-form__button_save {
  width: 112px;
  height: 112px;
  margin: 15px 6px;
}
@media (min-width: 1280px) {
  .add-form__button {
    width: 121px;
    height: 121px;
    margin: 15px 55px;
    font-size: 18px;
  }
  .add-form__button_prev {
    padding-left: 30px;
    background-size: 27px 44px;
  }
  .add-form__button_next {
    padding-right: 30px;
    background-size: 27px 44px;
  }
  .add-form__button_save {
    width: 141px;
    height: 141px;
    margin: 15px 45px;
  }
}
.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  overflow: hidden;
  width:100%;
}
.radio-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.radio-group__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.radio-group__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  margin: 0;
  padding: 16px 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #F1F1F1;
  border: 1px solid #E1E1E1;
  color: #757575;
  cursor: pointer;
  word-break: break-word;
}
.radio-group__input:checked + .radio-group__text {
  background-color: #166ECB;
  border-color: #166ECB;
  color: #FFFFFF;
}
.radio-group_2,
.radio-group_3 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.radio-group_2 .radio-group__item,
.radio-group_3 .radio-group__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.radio-group_4 .radio-group__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.radio-group_vertical {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.radio-group_vertical .radio-group__text {
  text-align: left;
}
.radio-group_vertical .radio-group__item:first-child .radio-group__text {
  border-radius: 0 0 0 0;
}
.radio-group_vertical .radio-group__item:last-child .radio-group__text {
  border-radius: 0 0 0 0;
}
.radio-group .add-form__hint {
  display: none;
}
@media (min-width: 1280px) {
  .radio-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
  }
  .radio-group__text {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    min-width: 52px;
    font-size: 18px;
    padding: 16px 17px;
    white-space: nowrap;
    word-break: normal;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.35);
  }
  .radio-group__input:checked + .radio-group__text {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .radio-group__item:first-child .radio-group__text {
    border-radius: 0px 0px 0px 0px;
  }
  .radio-group__item:last-child .radio-group__text {
    border-radius: 0px 0px 0px 0px;
  }
  .radio-group_2,
  .radio-group_3 {
    width: 690px;
  }
  .radio-group_4 {
    width: 100%;
  }
  .radio-group_4 .radio-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .radio-group .add-form__hint {
    display: block;
  }
}
.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -16px;
  margin-left: -12px;
}
.checkbox-group__item {
  margin-bottom: 12px;
  margin-left: 16px;
}
.checkbox-group__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.checkbox-group__text {
  display: block;
  margin: 0;
  padding: 16px 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #F1F1F1;
  border: 1px solid #A3A3A3;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.35);
  color: #757575;
  cursor: pointer;
}
.checkbox-group__input:checked + .checkbox-group__text {
  background-color: #166ECB;
  border-color: #166ECB;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
}
@media (min-width: 1280px) {
  .checkbox-group__text {
    min-width: 52px;
    font-size: 18px;
    padding: 16px 17px;
  }
  .checkbox-group {
    min-width: 810px;
  }
}
.photo-preview {
  position: relative;
  display: block;
  width: 138px;
  height: 136px;
  border: 1px solid #838383;
}
.photo-preview__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-preview__button {
  position: absolute;
  width: 29px;
  height: 29px;
  background-color: #efede7;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 50%;
}
.photo-preview__button_main {
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(239, 237, 231, 0.7);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAABBklEQVRIid2VOwrCQBCGv/go7TyGIgo23sFDCFY+Kk9hK2rr4wpeQSsLPYSPKpVgq0QmMMImcYPGkB9Chtks/z+zf2YdYEMCyCVB4qGg4vaPOF4dS6yiv7ROowx0gYbkDsAKuKhvokz0dhQmIo9kApRUrgVUgSHgWpUSQtQVkj0wA5aSL8na2KQ4DpHfrplBfV3FQa0zCjCZ4SFvR23shOuNhqmio5xJD5hLrq/WQpUHwUS0loNvAguVv4nzfFi5ztS6s7hrC9zl2QEj4GpThUbQf+Qqd32kOArZG0HZu49SjU2cdqfWdbWA+OtEAxX78+8nRHqSFG025i2JTkBF5t/049kHPAER4Sc1b6jf0QAAAABJRU5ErkJggg==");
  border-radius: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.photo-preview__button_rotate {
  right: 10px;
  bottom: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABTElEQVQ4ja2USytFURiGH+c4IpSJMlIyUUf5By6Zi5IMTV1KhjI5I/kTRpIfYG7kD7ikE2JgIJkQyhm49Na7a3W2vfdx9n5r1V7fXt+zvluLBHUBS8AhUAfegQ/gDjgCloFK4FpLAkkLwC3wk7EefLbmczGVgL0Acg5sAlWgF+gBxoB14OyPy2KKYJ/Aqi9Ikv6dpAHnA9h0Wj2CmiVGqOLe2LjWAixTi4ZdAOW8sJLTlfaBryIirDvCahEw6c3A/iJgSvnb3x05OAMO6kXARxuHcwAHnem9Ngemb+UASp3ACMHYXLY5NhU/JOXQcG3oRhvAHfseh8Y5N6cBzPwTOAk8AVPNP3Z9U8ORpqWvrLaBCe/V5ZjUcUEVaVRTNWoc6LPTqL1WfEZvQHdWCko/qmnzeva86m08BWZbrYtSUvc1UleesVdHPZToBfwCR+FdYeD5bKgAAAAASUVORK5CYII=");
}
.photo-preview__button_delete {
  top: 10px;
  right: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAgklEQVQ4ja3UWw5AQAyF4Z89mLBElsuD5RBSyWQylx6cJyH90tFmsMxAQE+w2jsLcACbiAWrOcxgAFZ7sQOTA0lrxtKHGlZEFKyJeDA3UsNk5Ek8kS15ltck7qLZSS/indrNL0fL/Vh5aWvTcWOeETcxZU+K2Jtly2K/XSNXvl1swAlfllK2kwkNLQAAAABJRU5ErkJggg==");
}
@media (min-width: 1280px) {
  .photo-preview__button {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .photo-preview:hover .photo-preview__button {
    opacity: 1;
  }
}
.photo-upload {
  position: relative;
  display: block;
  overflow: hidden;
}
.photo-upload__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.photo-upload__button {
  display: block;
  width: 138px;
  height: 136px;
  padding: 82px 10px 0;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  background: #f0f0f0 url("../img/photo-upload.png") no-repeat center;
  border: 1px solid #186fcb;
  color: #186fcb;
  cursor: pointer;
}
.black_not_bold {
    color: #000000;
     font-weight: 200;
     font-size: 15px;
}

p {
    margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */
