

/* Start:/scripts/lib/jquery-selectric/public/selectric.css?15264750004299*/
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* End */


/* Start:/scripts/lib/magnific-popup/dist/magnific-popup.css?15791725206951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9992;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9993;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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: 9995; }

.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9994; }
  .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: 9996;
  box-shadow: none;
  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%;
    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;
  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;
    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;
    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; } }

/* End */


/* Start:/scripts/lib/fotorama/fotorama.css?152647470015141*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(https://etalongroup.ru/msk/scripts/lib/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(https://etalongroup.ru/msk/scripts/lib/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */


/* Start:/scripts/lib/ion.rangeSlider/css/ion.rangeSlider.css?15264747603428*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .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.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 !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* End */


/* Start:/local/templates/mainspecsmu_2016/css/unified.css?1636634069328712*/
/*bootstrap/normalize*/
html {
    /*font-family: sans-serif;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

/*@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/local/templates/mainspecsmu_2016/css/../fonts/glyphicons-halflings-regular.eot');
    src: url('/local/templates/mainspecsmu_2016/css/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/mainspecsmu_2016/css/../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/local/templates/mainspecsmu_2016/css/../fonts/glyphicons-halflings-regular.woff') format('woff'), url('/local/templates/mainspecsmu_2016/css/../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/local/templates/mainspecsmu_2016/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {
    font-family: 'PN_bold';
    src: url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-bold/proxima-nova-bold.eot');
    src: url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-bold/proxima-nova-bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-bold/proxima-nova-bold.woff2') format('woff2'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-bold/proxima-nova-bold.woff') format('woff'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-bold/proxima-nova-bold.ttf') format('truetype'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-bold/proxima-nova-bold.svg#proxima-nova-bold') format('svg')
}

@font-face {
    font-family: 'PN_regular';
    src: url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-regular/proxima-nova-regular.eot');
    src: url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-regular/proxima-nova-regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-regular/proxima-nova-regular.woff2') format('woff2'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-regular/proxima-nova-regular.woff') format('woff'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-regular/proxima-nova-regular.ttf') format('truetype'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-regular/gproxima-nova-regular.svg#proxima-nova-regular') format('svg')
}

@font-face {
    font-family: 'PN_light';
    src: url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-light/proxima-nova-light.eot');
    src: url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-light/proxima-nova-light.eot?#iefix') format('embedded-opentype'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-light/proxima-nova-light.woff2') format('woff2'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-light/proxima-nova-light.woff') format('woff'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-light/proxima-nova-light.ttf') format('truetype'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-light/proxima-nova-light.svg#proxima-nova-light') format('svg')
}

@font-face {
    font-family: 'PN_ex_bold';
    src: url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-extrabold/proxima-nova-extrabold.eot');
    src: url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-extrabold/proxima-nova-extrabold.eot?#iefix') format('embedded-opentype'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-extrabold/proxima-nova-extrabold.woff2') format('woff2'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-extrabold/proxima-nova-extrabold.woff') format('woff'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-extrabold/proxima-nova-extrabold.ttf') format('truetype'), url('/local/templates/mainspecsmu_2016/css/../fonts/proxima-nova-extrabold/proxima-nova-extrabold.svg#proxima-nova-extrabold') format('svg')
}*/


@font-face {
    font-display:swap;font-family:"pfdin";src:url("/msk/fonts/PFDINTextPro/PFDINTextPro-Light.woff2") format("woff2"), url("/msk/fonts/PFDINTextPro/PFDINTextPro-Light.woff") format("woff");font-weight:400;
}

@font-face {
    font-display:swap;font-family:"pfdin";src:url("https://etalongroup.ru/msk/fonts/PFDINTextPro/PFDINTextPro-Medium.woff2") format("woff2"), url("/msk/fonts/PFDINTextPro/PFDINTextPro-Medium.woff") format("woff");font-weight:500;
}

@font-face {
    font-display:swap;font-family:"ruble";src:url("/msk/fonts/ruble/ruble-webfont.woff2") format("woff2"), url("/msk/fonts/ruble/ruble-webfont.woff") format("woff");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    /*font-family: 'PN_regular';*/
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    /*font-family: "PN_regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    /*text-decoration: underline*/
}

/*a:focus {*/
/*outline: thin dotted;*/
/*outline: 5px auto -webkit-focus-ring-color;*/
/*outline-offset: -2px*/
/*}*/

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        margin-right: 60px;
        margin-left: 50px;
        padding: 0 20px;
        width: auto
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1020px;
        margin-right: auto;
        margin-left: auto;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    /*font-family: serif;*/
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none;
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*style_css*/
@-ms-viewport {
    width: auto !important
}

body {
    font-size: 16px;
    width: 100%;
}

.callback_link_block {
    padding-right: 0px;
}

p.pcl1 {
    margin-top: 25px !important;
}

.big_text {
    font-size: 68px;
    /*font-family: 'PN_ex_bold';*/
}

.cl1 {
    margin-bottom: 15px;
}

.cl2 {
    padding-left: 0px;
}

p.pcl2 {
    /*font-family: 'PN_bold';*/
    margin-bottom: -15px !important;
}

.cl3 {
    margin-top: 60px;
}

#sposob_oplati {
    font-size: 16px;
}

.callback_link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-left: 9px;
    position: relative;
}

.callback_link:hover, .callback_link:active, .callback_link:visited {
    color: #fff;
    text-decoration: underline;
}

.callback_link:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/msk/local/templates/mainspecsmu_2016/images/callback_top.png) no-repeat;
    left: -22px;
    top: 1px;
}

.top_phone {
    font-size: 17px;
    /*font-family: 'PN_bold';*/
    letter-spacing: 0.3px;
}

.top_phone a {
    color: #fff !important;
}

.top_phone_block {
    text-align: right;
    padding-right: 8px;
}

.pass-through-banner-top {
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 90px;
}

.pass-through-banner-bottom {
    margin-top: 20px;
}

.no-padding-right {
    padding-right: 0;
}

.main_top_menu {
    margin-top: 20px;
    margin-left: -2px;
}

.main_top_menu ul {
    padding: 0px;
    list-style: none;
}

.main_top_menu ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.main_top_menu ul li:last-child {
    margin-right: 0px;
}

.main_top_menu ul li a {
    text-transform: uppercase;
    font-size: 15px;
    /*font-family: 'PN_bold';*/
    color: #000;
}

.main_top_menu ul li.active a {
    border-bottom: 2px solid #0056a0;
}

.main_top_menu ul li.active a:hover {
    text-decoration: none;
}

.yellow_btn {
    font-size: 14px;
    /*font-family: 'PN_bold';*/
    text-transform: uppercase;
    background: #ffec00;
/ / height: 42 px;
    width: auto;
    max-width: 500px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
/ / line-height: 47 px;
    line-height: 20px;
    padding: 13px 25px 9px;
    color: #000 !important;
    text-decoration: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 0px rgba(227, 212, 20, 0.8);
    -moz-box-shadow: 0px 2px 0px rgba(227, 212, 20, 0.8);
    box-shadow: 0px 2px 0px rgba(227, 212, 20, 0.8);
    margin-top: 8px;
}

.yellow_btn:hover, .yellow_btn:active {
/ / margin-top: 8 px;
    -webkit-box-shadow: 0px 2px 0px rgba(227, 212, 20, 0.8);
    -moz-box-shadow: 0px 2px 0px rgba(227, 212, 20, 0.8);
    box-shadow: 0px 2px 0px rgba(227, 212, 20, 0.8);
    color: #000;
    text-decoration: none;
    background-color: #ffde00;
}

.header_bottom {
    margin-bottom: 28px;
}

.blue_bg_block {
    border-top: 1px solid #dbdbdb;
    padding: 44px 0 0;
    margin-bottom: 36px;
}

.blue_bg_block .title {
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 14px;
}

.title__caption {
    font-size: 18px;
}

.city_select {
    background-color: #efefef;
    padding: 10px 0;
    list-style: none;
    margin-top: 16px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .city_select {
        padding: 0 15px;
    }
}

.city_select li {
    display: inline-block;
    vertical-align: top
}

.city_select li a {
    color: #000;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    /*font-family: 'PN_bold', sans-serif;*/
}

@media (min-width: 768px) {
    .city_select li a {
        display: inline-block;
        padding: 19px 15px;
    }
}

.city_select li a:hover {
    color: #0056a0;
}

.city_select li.active a {
    color: #0056a0;
    cursor: default;
}

.type_filter {
    text-align: center;
    padding: 15px 0px 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.type_filter div:first-child {
    font-size: 16px;
    color: #0056a0;
    margin-bottom: 3px;
}

.type_filter div:last-child {
    font-size: 16px;
    color: #7f7f7f;
}

.type_filter.active {
    background-color: #0056a0;
}

.type_filter.active div,
.type_filter.active a {
    color: #fff;
    text-decoration: none;
}

.first_line_filter {
    margin-bottom: 49px;
}

.type_filter a:hover {
    text-decoration: none;
}

.col_title {
    text-transform: uppercase;
    font-size: 16px;
    /*font-family: 'PN_bold';*/
    letter-spacing: 0.7px;
    margin-bottom: 16px;
}

.ckeckbox_line .styledCheckbox {
    display: inline-block;
    vertical-align: top;
    outline: none;
}

.ckeckbox_line label {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    position: relative;
    left: 7px;
    top: -5px;
    cursor: pointer;
}

.ckeckbox_line label:hover {
    color: #0056a0;
}

.ckeckbox_line.disabled label {
    color: #cecece;
}

.ckeckbox_line {
    margin-bottom: 4px;
    position: relative;
    z-index: 100;
}

.range_col .col_title {
    margin-bottom: 9px;
}

.range_col .col_title span {
    color: #0056a0;
}

.filter_col {
    margin-bottom: 40px;
}

.range_col {
    margin-top: 63px;
    margin-bottom: 97px;
}

.blue_btn {
    margin: 0 auto;
    font-size: 14px;
    /*font-family: 'PN_bold';*/
    text-transform: uppercase;
    background: #0056a0;
    height: 43px;
    width: 372px;
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 47px;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 0px rgba(0, 53, 92, 0.8);
    -moz-box-shadow: 0px 2px 0px rgba(0, 53, 92, 0.8);
    box-shadow: 0px 2px 0px rgba(0, 53, 92, 0.8);
    margin-top: 8px;
}

.blue_btn:hover, .blue_btn:active {
    margin-top: 8px;
    -webkit-box-shadow: 0px 2px 0px rgba(0, 53, 92, 0.8);
    -moz-box-shadow: 0px 2px 0px rgba(0, 53, 92, 0.8);
    box-shadow: 0px 2px 0px rgba(0, 53, 92, 0.8);
    color: #fff;
    text-decoration: none;
    background-color: #0074bc;
}

.filter_btn_block {
    margin-top: 14px;
    text-align: center;
    margin-bottom: 84px;
}

.fast_search_title {
    font-size: 24px;
    color: #767676;
    text-align: center;
    background: url(/msk/local/templates/mainspecsmu_2016/images/search_arrow.png) no-repeat;
    background-position: 50% -1px;
    height: 64px;
    margin-bottom: 24px;
}

.search_item {
    overflow: hidden;
    margin-bottom: 20px;
}

.search_item .image {
    overflow: hidden;
    height: 145px;
    margin-bottom: 25px;
    position: relative;
}

.search_item .name {
    padding-left: 20px;
    margin-bottom: 26px;
}

.search_item .name a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    /*font-family: 'PN_bold';*/
    letter-spacing: 1.4px;
    line-height: 23px;
    display: inline-block;
}

.search_item .price {
    font-size: 16px;
    padding-left: 18px;
}

footer {
    border-top: 1px solid #eaeaea;
    margin-top: 52px;
    padding-top: 54px;
}

.footer_menu_title {
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 3px;
}

.footer_menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_menu li {
    margin-bottom: 4px;
}

.footer_menu li a {
    color: #000;
    font-size: 16px;
}

.footer_phone {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 23px;
}

footer a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

.footer_adr {
    font-size: 16px;
    color: #a7a7a7;
    margin-top: 24px;
    line-height: 24px;
}

.footer_adr a {
    color: #000;
    font-size: 16px;
}

.copiright_block a:hover {
    border-bottom: none;
}

.copiright_block {
    margin-top: 34px;
}

.vk_link {
    margin-right: 28px;
}

.grey_footer_block {
    text-align: center;
    font-size: 12px;
    background-color: #f0f0f0;
    color: #666666;
    margin-top: 37px;
    padding-top: 18px;
    padding-bottom: 13px;
}

.select_line {
    margin-top: -4px;
}

.select_line select {
    width: 310px;
    height: 44px;
}

.star_block {
    background: url(/msk/local/templates/mainspecsmu_2016/images/star_block.png) no-repeat;
    width: 160px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 78px;
    color: #fff !important;
    font-size: 16px;
    /*font-family: 'PN_bold';*/
    display: block;
    text-decoration: none !important;
    z-index: 9999;
}

.star_block i {
    font-style: normal;
    position: relative;
    top: 8px;
    right: -47px;
    font-size: 16px;
}

.star_block.is-fixed {
    position: fixed;
    top: 5px;
}

.star_block span {
    position: relative;
    top: 9px;
    right: -36px;
}

.mobile_menu {
    border: 1px solid #d0d1d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 121px;
    text-align: center;
    padding: 12px 0px;
    padding-right: 20px;
    margin-top: 7px;
    margin-left: 2px;
    background: url(/msk/local/templates/mainspecsmu_2016/images/menu_icon.png) no-repeat;
    text-decoration: none;
    background-position: 78% 50%;
    display: none;
}

.mobile_menu:hover {
    text-decoration: none;
}

.grey_footer_block br {
    display: none;
}

.parking .range_col {
    margin-top: 0px;
    margin-bottom: 50px;
}

.title_complex_result {
    font-size: 20px;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 46px;
}

.title_complex_result span {
    font-size: 16px;
    color: #7f7f7f;
    font-weight: normal;
    margin-left: 21px;
}

.complex_info_block {
    border: 1px solid #e6e6e6;
    height: 216px;
    overflow: hidden;
}

.complex_info_block .col-md-4 {
    padding-left: 0px;
}

.complex_image {
    position: relative;
    overflow: hidden;
    width: 278px;
}

.complex_image div {
    background-color: #ffec00;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 5px 0px 1px;
    top: 0px;
}

.complex_image img {
    margin-top: 23px;
    height: 191px;
}

.complex_info .col-md-8 {
    padding-left: 12px;
}

.complex_name {
    font-size: 30px;
    /*font-family: 'PN_bold';*/
}

.complex_info {
    padding-top: 39px;
}

.detail_object_link {
    color: #000;
    position: relative;
    top: 11px;
    left: 20px;
    font-size: 16px;
    letter-spacing: -0.2px;
}

.detail_object_link:hover {
    text-decoration: underline;
    color: #000;
}

.detail_object_link:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(/msk/local/templates/mainspecsmu_2016/images/object_link.png) no-repeat;
    left: -25px;
    top: 1px;
}

.two_line_info_complex {
    margin-top: 16px;
    margin-bottom: 25px;
}

.map_complex_link {
    color: #000;
    position: relative;
    top: 1px;
    left: 15px;
    font-size: 16px;
    letter-spacing: -0.2px;
    white-space: nowrap;
}

.map_complex_link:hover {
    text-decoration: underline;
    color: #000;
}

.map_complex_link:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(/msk/local/templates/mainspecsmu_2016/images/map_link.png) no-repeat;
    left: -20px;
    top: 1px;
}

.toggle_complex {
    font-size: 20px;
    color: #0056a0;
    margin-left: -4px;
    position: relative;
    /*font-family: 'PN_light';*/
    outline: none !important;
    outline-offset: 0px !important;
}

a:focus {
    text-decoration: none !important;
}

.togle_spravoc .toggle_complex:hover {
    text-decoration: none !important;
}

.toggle_complex:hover {
    color: #0056a0;
    text-decoration: underline !important;
}

.toggle_complex:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 6px;
    background: url(/msk/local/templates/mainspecsmu_2016/images/toggle_arrow.png) no-repeat 0 100%;
    right: -29px;
    top: 9px;
}

.toggle_complex.show_list:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 6px;
    background: url(/msk/local/templates/mainspecsmu_2016/images/toggle_arrow.png) no-repeat 0 0;
    right: -29px;
    top: 9px;
}

.togle_spravoc .complex_list_block {
    font-size: 16px;
    line-height: 24px;
}

.other-plot-wrapper {
    margin-left: 35px;
}

.other-plot-href {
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
}

.plot-block-documents-wrapper {
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}

.plot-block-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px;
}

.plot-block-text {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.plot-block-document {
    display: flex;
    margin-bottom: 60px;
}

.plot-block-document__text-wrapper {
    padding: 0 30px;
}

.plot-block-document__text-ttl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 40px;
}

.plot-block-document__text {
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.plot-block-document__href {
    color: #0056a0;
    font-weight: 400;
    line-height: 23px;
}

.complex_list_block {
    margin-top: 36px;
    display: none;
}

.complex_list_block.show {
    display: block;
}

.complex_list_block table {
    width: 100%;
}

.complex_list_block .number_col {
    width: 169px;
}

.complex_list_block .rent_col {
    width: 171px;
}

.complex_list_block .floor_col {
    width: 508px;
}

.complex_list_block table thead td {
    padding-bottom: 14px;
}

.complex_list_block table tbody {
    /*font-family: 'PN_regular';*/
}

.complex_list_block table tbody tr {
    border-bottom: 1px solid #eaeaea;
}

.complex_list_block table thead .table_sort {
    width: 14px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    background: url(/msk/local/templates/mainspecsmu_2016/images/sort.png) 0 100% no-repeat;
    position: relative;
    top: 8px;
    left: 4px;
    background-size: cover;
}

.complex_list_block table thead .table_sort.active {
    background: url(/msk/local/templates/mainspecsmu_2016/images/sort.png) 0 100%;
    background-size: cover;
}

.complex_item_block {
    margin-bottom: 48px;
}

.complex_item_block:last-child {
    margin-bottom: 0px;
}

.desct_hide {
    display: none;
    color: #9a9a9a;
    /*font-family: 'PN_regular';*/
}

.desct_hide.blc {
    color: #000;
    /*font-family: 'PN_bold';*/
}

.show_ls {
    display: block;
}

.tb_price {
    width: 142px;
    position: relative;
}

.tb_price:hover .tb-annotation {
    display: block
}

.tb_floor {
    width: 83px;
    position: relative;
}

.tb_floor:hover .tb-annotation {
    display: block
}

.tb_s {
    width: 171px;
    position: relative;
}

.tb_s:hover .tb-annotation {
    display: block
}

.tb_rent {
    width: 86px;
    position: relative;
}

.tb_rent:hover .tb-annotation {
    display: block
}

.tb_corps {
    width: 180px;
    position: relative;
}

.tb_corps:hover .tb-annotation {
    display: block
}

.tb_rooms {
    width: 169px;
    position: relative;
}

.tb_rooms:hover .tb-annotation {
    display: block
}

.tb_number {
    width: 84px;
    position: relative;
    text-align: center;
}

.tb_number .table_sorting {
    padding-left: 20px;
}

.tb_number:hover .tb-annotation {
    display: block
}

.tb_layout img {
    margin-left: 7px;
    width: 65px;
    height: 54px;
}

.tb-annotation {
    position: absolute;
    top: 20px;
    right: -150px;
    width: 180px;
    font-size: 14px;
    padding: 10px;
    display: none;
    font-weight: 400;
    box-shadow: 0 2px 18px #e6e6e6;
    border: 1px solid rgba(153, 153, 153, 0.27);
    z-index: 5;
    background-color: #fff;
}

.add_to_fav {
    background: url(/msk/local/templates/mainspecsmu_2016/images/fav.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    float: right;
    position: relative;
    right: 10px;
    top: 2px;
}

.add_to_fav.active {
    background-image: url('/msk/local/templates/mainspecsmu_2016/images/fav_yeallow.png');
    background-size: contain;
}

.get_more {
    margin-top: 42px;
    margin-bottom: 51px;
}

.arend_buy_block ul {
    list-style: none;
    padding: 0px;
    display: table;
}

.arend_buy_block ul li {
    display: table-cell;
    padding: 12px 24px;
}

.arend_buy_block ul li.active {
    background-color: #ffec00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.arend_buy_block ul li a {
    color: #0056a0;
    font-size: 16px;
}

.arend_buy_block ul li a:hover {
    text-decoration: none;
}

.arend_buy_block ul li.active a {
    color: #000;
}

.arend_buy_block {
    position: relative;
    bottom: 13px;
    margin-bottom: 38px;
}

.commerce tbody tr:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

.text {
    font-size: 16px;
}

.print_block {
    margin-top: 4px;
}

.get_link a {
    width: 310px;
    margin-top: -1px;
}

.get_link a:hover {
    margin-top: -1px !important;
}

.print a {
    width: 225px;
    margin-top: -1px;
}

.print a:hover {
    margin-top: -1px !important;
}

.scroll_block {
    margin-top: 54px;
}

.head_line {
    font-size: 12px;
    text-transform: uppercase;
    /*font-family: 'PN_bold';*/
    letter-spacing: 0.6px;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0px;
    min-height: 48px;
    max-height: 48px;
}

.head_line:last-child {
    border-bottom: none;
}

.head_line:first-child {
    padding: 0px 0px 15px 0px;
    min-height: 33px;
    max-height: 33px;
}

.left-scroll_block {
    display: inline-block;
    vertical-align: top;
    width: 255px;
    margin-right: -3px;
}

.right_scroll_block {
    display: inline-block;
    vertical-align: top;
    width: 73%;
    position: relative;
}

.right_scroll_block:after {
    content: '';
    background-color: #eaeaea;
    width: 34px;
    height: 6px;
    position: absolute;
    display: inline-block;
    bottom: 5px;
    left: 20px;
}

.h_fix_1 {
    min-height: 120px !important;
    max-height: 120px !important;
}

.h_fix_2 {
    min-height: 100px !important;
    max-height: 100px !important;
}

.item_line {
    font-size: 16px;
    /*font-family: 'PN_regular';*/
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0px;
    min-height: 48px;
    max-height: 48px;
    padding-left: 10px;
}

.item_line:last-child {
    border-bottom: none;
    min-height: 80px;
    max-height: 80px;
}

.item_line:first-child {
    padding: 0px 0px 15px 0px;
    font-size: 16px;
    color: #0056a0;
    min-height: 38px;
    max-height: 38px;
}

.right_scroll_item {
    margin-top: -5px;
    width: 253px;
    float: left;
    vertical-align: top;
    margin-bottom: 40px;
}

.name_complex {
}

.name_area {
    margin-top: 2px;
    color: #7f7f7f;
}

.item_line .selected {
    background-color: #ffec00;
    position: relative;
    top: -2px;
    padding: 4px 8px;
    left: -9px;
}

.del_fav_col {
    color: #000;
    position: relative;
    top: 26px;
    padding-left: 20px;
}

.del_fav_col:before {
    content: '';
    background: url('/msk/local/templates/mainspecsmu_2016/images/del_col.png') no-repeat;
    width: 9px;
    height: 9px;
    display: inline-block;
    left: 0px;
    position: absolute;
    top: 4px;
}

.del_fav_col:hover {
    text-decoration: none;
    color: #000;
}

.bottom_banner {
    margin-top: 101px;
    position: relative;
    background-color: #0056a0;
    padding: 41px 85px 40px;
    color: #fff;
    font-size: 16px;
}

.bottom_banner:before {
    content: '';
    position: absolute;
    background: url('/msk/local/templates/mainspecsmu_2016/images/girl.png') no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 242px;
    height: 242px;
    right: 11%;
    top: -50px;
}

.banner_btn {
    margin-top: 28px;
    margin-bottom: 4px;
}

.banner_btn a {
    width: 395px
}

.how_top_block .type_filter {
    color: #0056a0;
    font-size: 16px;
}

.how_top_block .type_filter.active {
    color: #fff;
}

.ipot_title {
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
}

.how_top_block {
    margin-bottom: 44px;
}

.bank_list_block {
    margin-top: 48px;
}

.bank_list_item {
    text-align: center;
    display: block;
    width: 100%;
    vertical-align: top;
    color: #000;
    position: relative;
    min-height: 140px;
    margin-bottom: 25px;
    border: 1px solid #eaeaea;
    padding: 20px 15px 0px 15px;
}

.bank_list_item:hover {
    text-decoration: none;
    color: #000;
/ / border: 2 px solid #eaeaea;
/ / padding: 19 px 14 px 0 px 14 px;
}

.bank_list_item:hover .war_mark {
/ / bottom: - 1 px;
}

.bank_list_item span {
    display: block;
    width: 100%;
    vertical-align: top;
}

.bank_list_item img {
    max-width: 100%;
}

.war_mark {
    background-color: #ffec00;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    padding: 3px 0px;
    left: 0px;
}

.w_img {
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
    margin-bottom: 2px;
    line-height: 47px;
}

.consultation_banner {
    border: 1px solid #eaeaea;
    margin-top: 45px;
    padding: 46px;
}

.consultation_banner:before {
    content: '';
    position: absolute;
    background: url('/msk/local/templates/mainspecsmu_2016/images/girl2.png') no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 214px;
    height: 259px;
    left: 14.6%;
    top: 3px;
}

.consultation_banner .first_text {
    font-size: 16px;
    padding-left: 42.3%;
}

.consultation_btn {
    text-align: right;
    margin-top: 30px;
    padding-left: 175px;
    margin-bottom: 5px;
}

.consultation_btn .blue_btn {
    width: 310px;
}

.consultation_banner_block {
    margin-bottom: 93px;
}

.text_block .ipot_title {
    margin-bottom: 24px;
}

.text_block p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 26px;
}

.text_block p:last-child {
    margin-bottom: 0px;
}

.text_block_double {
    margin-top: 21px;
}

.text_block_double div {
    font-size: 16px;
    margin-bottom: 26px;
}

.text_block_double ul {
    padding-left: 16px !important;
    margin-top: 4px;
}

.f14 {
    font-size: 14px !important;
}

.action_btn .blue_btn {
    margin-left: 0px;
    width: 395px;
}

.action_item:hover .action_item_link {
    color: #0074bc;
}

.action_item:before {
    content: '';
/ / background-color: #ffec00;
    position: absolute;
    display: inline-block;
    width: 84px;
    height: 5px;
    z-index: 100;
    right: 157px;
    top: 20px;
}

.action_item_img {
    width: 310px;
    height: 192px;
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
}

.action_item_img span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    background-color: #0056a0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 0px;
}

.action_item_link {
    font-size: 16px;
    text-transform: uppercase;
    /*font-family: 'PN_bold';*/
    color: #000;
    height: 81px;
    overflow: hidden;
    display: block;
/ / letter-spacing: 1.5 px;
}

.action_item_link:hover {
    color: #000;
    text-decoration: none;
}

.action_item_anons {
    font-size: 16px;
    color: #7f7f7f;
}

.action_item {
    margin-bottom: 24px;
    width: 310px;
}

.bottom_banner_block_cat .bottom_banner_cat:before {
    content: '';
    position: absolute;
/ / background: url('/msk/local/templates/mainspecsmu_2016/images/cat1.png') no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 305px;
    height: 264px;
    right: 7.3%;
    top: -34px;
}

.bottom_banner_cat {
    margin-top: 24px;
    position: relative;
    background-color: #0056a0;
    padding: 45px 85px;
    color: #fff;
    font-size: 16px;
}

.cat_banner_title {
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
}

.cat_banner_text {
    font-size: 16px;
    margin-top: 23px;
    line-height: 24px;
    margin-bottom: 4px;
}

.region_text p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}

.region_text {
    margin-bottom: 45px;
}

.region_title {
    margin-bottom: 50px;
}

.ipoteca_3_item {
    position: relative;
}

.ipoteca_3_item:hover .hover_info {
    opacity: 1;
}

.ipoteca_3_img {
    position: relative;
/ / overflow: hidden;
    height: 240px;
    background-size: 310px 240px !important;
    background-position: center center !important;
    -webkit-transition: background-size 0.2s ease;
    transition: background-size 0.2s ease;
}

.hover_info {
    position: absolute;
    width: 100%;
    height: 100%;
/ / height: 240 px;
/ / line-height: 240 px;
/ / display: inline-block;
/ / vertical-align: middle;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity 042s ease;
    transition: opacity 0.4s ease;
    border: 1px solid #b2b2b2;
}

.b-hover-inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.b-object-block {
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
}

.ipoteca_3_item .ipoteca_3_img:hover {
    background-size: 340px 270px !important;
}

.ipoteca_3_item .ipoteca_3_img:hover .hover_info {
    opacity: 1;
}

.ipoteca_3_item .ipoteca_3_img:hover .top_line, .ipoteca_3_item .ipoteca_3_img:hover .bottom_line {
    opacity: 0;
}

.hover_info .hover_text {
    color: #000;
    font-size: 14px;
    padding: 0px 30px;
    line-height: 24px;
    position: absolute;
    top: 120px;
}

.hover_info .hover_img {
    width: 100%;
    height: 50px;
    min-height: 62px;
    max-height: 62px;
    position: relative;
    top: 37px;
    left: 22px;
}

.ipoteca_3_img img {
    position: absolute;
    top: 23px;
}

.ipoteca_3_img .bottom_line {
    position: absolute;
    bottom: 0px;
    z-index: 20;
    background-color: #ffec00;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 3px 0px 2px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 1;
}

.ipoteca_3_img .top_line {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: -50px;
/ / z-index: 20;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 1;
    width: 100%;
}

.ipoteca_3_img .top_line .left {
/ / float: left;
    background-color: #ffec00;
    padding: 4px 0;
    text-align: center;
/ / width: 130 px;
}

.ipoteca_3_img .top_line .right {
/ / float: left;
    background-color: #f2f2f2;
    padding: 4px 0;
/ / width: 180 px;
    text-align: center;
}

.name_ipoteca_3 {
    /*font-family: 'PN_ex_bold';*/
    font-size: 18px;
    text-transform: uppercase;
    color: #000 !important;
    letter-spacing: 1.8px;
}

.name_ipoteca_3:hover {
    text-decoration: none;
}

.border_block {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 25px 29px;
    min-height: 221px;
    position: relative;
}

.ipoteca_3_anons {
    color: #7f7f7f;
    margin-top: 3px;
    line-height: 22px;
    min-height: 44px;
}

.ipo_programm {
    font-size: 16px;
    margin-top: 26px;
}

.ipoteca_3_item {
    margin-bottom: 50px;
}

.theme_select {
    padding: 0px;
    list-style: none;
    display: table;
}

.theme_select li {
    display: table-cell;
}

.theme_select li#otstypli {
    padding: 20px 25px;
}

.theme_select li a {
    color: #0056a0;
    text-decoration: none;
    font-size: 16px;
    outline: none;
    padding: 20px 25px;
    display: block;
}

.theme_select li.active {
    background-color: #0056a0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.theme_select li.active a {
    color: #fff !important;
}

.rassr {
    margin-left: 20px;
}

.rassr li {
    padding: 20px 35px;
}

.news_date {
    color: #808080;
    font-size: 16px;
    font-weight: bold;
}

.news_link {
    /*font-family: 'PN_bold';*/
    font-size: 18px;
    color: #000;
}

.news_link:hover {
    color: #000;
    text-decoration: none;
}

.news_list {
    margin-top: 41px;
}

.news_line {
    margin-bottom: 27px;
}

.pagination {
    margin: 26px 0;
}

.pagination > li > a, .pagination > li > span {
    margin-left: 0;
    border-radius: 5px;
    border-radius: 5px;
    padding: 8px 14px;
    /*font-family: 'PN_bold';*/
    color: #000;
    font-size: 13px;
    margin-right: 9px;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    color: #000;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
/ / padding: 8 px 22 px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0056a0;
    border-color: #0056a0;
}

.back_link_block {
    position: relative;
    height: 0px;
}

.back_link_block a {
    position: absolute;
    left: 0px;
    top: -38px;
    color: #fff;
    background: url('/msk/local/templates/mainspecsmu_2016/images/ar_back.png') no-repeat;
    background-position: 0 50%;
    padding-left: 22px;
}

.back_link_block.double {
    display: none;
}

.back_link_block a:hover {
/ / text-decoration: none;
}

.detail_data {
    font-weight: bold;
    margin-right: 40px;
}

.detail_news_data_block {
    margin-top: 23px;
    margin-bottom: 26px;
}

.detail_theme {
    background-color: #ffec00;
    padding: 3px 28px 2px 26px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .slider_block {
        margin-top: 20px;
    }

    .slider_full {
        width: 100% !important
    }

    .blue_bg_block.howbuy_page .container {
        margin-left: 0
    }
}

.owl-prev {
    background: url('/msk/local/templates/mainspecsmu_2016/images/left_arrow.png') no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 48px;
    font-size: 0px;
    float: left;
    position: absolute;
    top: 47%;
    left: 30px;
}

.owl-next {
    background: url('/msk/local/templates/mainspecsmu_2016/images/right_arrow.png') no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 48px;
    font-size: 0px;
    float: right;
    position: absolute;
    top: 47%;
    right: 30px;
}

.owl-next:hover, .owl-prev:hover {
    opacity: .8;
}

.detail_n_title {
    padding: 0px !important;
}

.quality_block {
    margin-top: 6px;
}

.quality_block .action_item_anons {
    margin-top: 2px;
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 300;
    line-height: 24px;
}

.quality_block .action_item_anons .jk_anons {
    margin-top: 22px;
    color: #000;
}

.quality_block .action_item {
    min-height: 460px;
}

.map_object_block {
    background: url('/msk/local/templates/mainspecsmu_2016/images/map_bg.png') no-repeat;
    background-size: cover;
    margin-top: -2px;
    padding: 39px 0px;
    margin-bottom: 47px;
}

.map_object_block a {
    margin: 0 auto;
}

.map_object_block a:hover {
    margin: 0 auto;
}

.ipoteca_3_img .bottom_line.blue {
    background-color: #0056a0;
    color: #fff;
}

.ipoteca_3_img img {
    height: 100%;
}

.commerc_text {
    bottom: 25px;
    font-size: 16px;
    left: 29px;
    margin-top: 26px;
    position: absolute;
}

.commerc_list .ipoteca_3_item {
    margin-bottom: 22px;
}

.commerc_list {
    margin-bottom: 28px;
}

.comerc_search .search_item {
    border: 1px solid #eaeaea;
    min-height: 311px;
}

.comerc_search .search_item .image {
    height: 118px;
    margin-bottom: 23px;
}

.comerc_search .search_item .name {
    padding-right: 3px;
}

.comerc_search .search_item .name a {
    letter-spacing: 0px;
}

.cat_seacrh_item {
    border: 1px solid #eaeaea;
    padding-bottom: 97px;
/ / background: url('/msk/local/templates/mainspecsmu_2016/images/mini_cat.png') no-repeat;
    background-position: 50% 100%;
}

.cat_seacrh_item .count_objects {
    font-size: 120px;
    line-height: 128px;
    /*font-family: 'PN_ex_bold';*/
    color: #0056a0;
    text-align: center;
    padding-top: 5px;
}

.cat_seacrh_item .desc {
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    margin-top: -12px;
    line-height: 24px;
    font-weight: bold;
}

.money {
    background: url(/msk/local/templates/mainspecsmu_2016/images/money.png) no-repeat;
    width: 52px;
    height: 48px;
}

.togle_spravoc .toggle_complex.show_list .ipot_title {
    color: #000;
}

.money1 {
    background: url(/msk/local/templates/mainspecsmu_2016/images/money1.png) no-repeat;
    width: 52px;
    height: 50px;
}

.cart {
    background: url(/msk/local/templates/mainspecsmu_2016/images/cart.png) no-repeat;
    width: 52px;
    height: 48px;
}

.house {
    background: url(/msk/local/templates/mainspecsmu_2016/images/house.png) no-repeat;
    width: 52px;
    height: 48px;
}

.detail_n_title {
    padding: 0px !important;
}

.detail_n_title1 {
    padding: 0px !important;
    color: #0056a0;
    margin-bottom: 20px;
}

.detail_n_title1.show_list:after {
    color: #000;
}

.detail_n_title2 {
    padding: 0px !important;
    color: #0056a0;
    margin-bottom: 20px;
    margin-top: 50px;
}

.textcenter {
    margin-top: 20px;
}

.action_block_list {
    margin-top: 47px;
}

.action_block_list .action_item {
    min-height: 270px;
}

.center2 {
    margin-top: 35px;
    margin-bottom: 30px;
}

.togle_spravoc .toggle_complex.show_list:after {
    background: url(/msk/local/templates/mainspecsmu_2016/images/str2.png) no-repeat;
}

.togle_spravoc .toggle_complex:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 11px;
    background: url(/msk/local/templates/mainspecsmu_2016/images/str1.png) no-repeat;
    right: -30px;
    top: 7px;
}

.togle_spravoc .toggle_complex.show_list:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 11px;
    background: url(/msk/local/templates/mainspecsmu_2016/images/str2.png) no-repeat;
    right: -30px;
    color: #000;
    top: 7px;
}

.action_item1:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 84px;
    height: 5px;
    z-index: 100;
    right: 157px;
    top: 20px;
}

.action_item_anons1 {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 300;
    margin-bottom: 25px;
}

.action_item_link1 {
    font-size: 16px;
    /*font-family: 'PN_ex_bold';*/
    color: #000;
    letter-spacing: 1.5px;
}

.prop_title {
    /*font-family: 'PN_ex_bold';*/
    font-size: 16px;
}

.card_prop_block {
    margin-top: 7px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 44px;
}

.prop_item a {
    display: inline-block;
    width: 210px;
    margin-top: 2px;
    line-height: 23px;
}

.normal_prop {
    margin-bottom: 3px;
}

.normal_prop span:first-child {
    color: #7f7f7f;
}

.all_price_title {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.card_detail_block {
    margin-top: 53px;
    margin-bottom: 84px;
}

.detail_price {
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
    margin-top: 2px;
    color: #000;
}

.price_m {
    font-size: 16px;
    margin-top: 21px;
}

.detail_prop_list {
    margin-top: 27px;
}

.detail_prop_list div {
    color: #7f7f7f;
    margin-bottom: 4px;
}

.detail_btn {
    margin-top: 29px;
}

.detail_btn a {
    margin-left: 0px;
    width: 309px;
}

.images_list div {
    float: left;
    vertical-align: top;
    width: 54px;
    margin-right: 40px;
    cursor: pointer;
}

.images_list div:last-child {
    margin-right: 0px;
}

.images_list div img {
    width: 100%;
}

.images_list {
    margin-top: 38px;
    padding-left: 60px;
}

.card_detail_banner .banner_detail {
    background-color: #0169c2;
    color: #fff;
    height: 264px;
    overflow: hidden;
    padding: 36px 84px;
}

.banner_first_text {
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
}

.banner_two_text {
    font-size: 18px;
    margin-top: 21px;
}

.banner_last_btn {
    margin-top: 27px;
    margin-bottom: 6px;
}

.banner_last_btn a {
    width: 310px;
}

.banner_detail:before {
/ / content: '';
    position: absolute;
/ / background: url('/msk/local/templates/mainspecsmu_2016/images/detail_cat.png') no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 309px;
    height: 311px;
    right: 5.3%;
    top: -47px;
}

.detail_var {
    display: none;
}

.cp {
    cursor: pointer;
}

.complex_list_block table tbody tr {
    cursor: pointer;
}

.tel_link,
.tel_link_style_only {
    cursor: default;
    color: initial !important;
    text-decoration: none !important;
    border: none !important;
}

.tel_link_style_only {
    font-weight: 500!important;
}

.modal_block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.modal_bg {
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 200;
}

.modal_content {
    background-color: #fff;
    width: 620px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    padding: 56px 72px;
    z-index: 300;
}

.bank_popup_name {
    font-size: 30px;
    /*font-family: 'PN_ex_bold';*/
    margin-top: 40px;
}

.bank_popup_link a {
    display: inline-block;
    vertical-align: top;
    background: url('/msk/local/templates/mainspecsmu_2016/images/link_popup.png') no-repeat 0px 50%;
    margin-top: 22px;
    padding-left: 24px;
    color: #000;
}

.bank_popup_list {
    margin-top: 49px;
}

.bank_popup_list_line {
    margin-bottom: 4px;
}

.bank_popup_list_line span {
    text-transform: uppercase;
    font-size: 12px;
    background-color: #ffec00;
    padding: 5px 28px 3px 27px;
    margin-left: 27px;
}

.modal_close {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    z-index: 400;
    opacity: 0;
}

.modal_close:before {
    content: '';
    width: 5px;
    height: 34px;
    display: block;
    background-color: #0056a0;
    position: absolute;
    right: 16px;
    top: 0;
    z-index: 400;
    transform: rotate(45deg);
}

.modal_close:after {
    content: '';
    width: 5px;
    height: 34px;
    display: block;
    background-color: #0056a0;
    position: absolute;
    right: 16px;
    top: 0;
    z-index: 400;
    transform: rotate(-45deg);
}

.modal_title {
    font-size: 30px;
    /*font-family: 'PN_ex_bold';*/
    margin-top: -10px;
    line-height: 36px;
    margin-bottom: 20px;
}

.modal_content form {
    margin-top: 51px;
}

.modal_form_line .modal_form_left {
    display: inline-block;
    vertical-align: top;
    width: 168px;
    font-size: 16px;
    padding-top: 10px;
    margin-left: -2px;
}

.modal_form_line .modal_form_right {
    display: inline-block;
    vertical-align: top;
}

.modal_form_line .modal_form_right input {
    outline: none;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    padding: 11px 10px;
    width: 305px;
}

.modal_form_line .modal_form_right textarea {
    outline: none;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    padding: 11px 10px;
    width: 305px;
    resize: none;
    height: 140px;
}

.modal_form_line {
    margin-bottom: 28px;
}

.modal_form_line .subtext {
    font-size: 12px;
    margin-top: 6px;
    color: #7f7f7f;
    padding-right: 24px;
    line-height: 18px;
}

.modal_form_right .blue_btn {
    width: 226px;
}

#modal_consultation .modal_content {
    padding-bottom: 11px;
}

.detail_add_to_fav {
    color: #000 !important;
    font-size: 16px;
    /*font-family: 'PN_regular';*/
    float: right;
    position: relative;
    top: 14px;
    right: 55px;
    background: url('/msk/local/templates/mainspecsmu_2016/images/fav.png') no-repeat 0px 50%;
    padding-left: 24px;
}

.btn_detail_block {
    margin-top: 24px;
}

.btn_detail_block .prop_btn {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    color: #0056a0;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
}

.btn_detail_block .prop_btn:hover a {
    text-decoration: none;
    color: #235272;
}

.btn_detail_block .prop_btn a {
    display: block;
}

.custom_detail {
    font-size: 16px;
    margin-top: 28px;
}

.bank_detail_title {
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
}

.bank_detail_block {
    border: 1px solid #e5e5e5;
    margin-top: 46px;
    padding: 42px 50px 0px 83px;
}

.bank_detail_text {
    font-size: 16px;
    padding-right: 205px;
    margin-top: 26px;
}

.bank_detail_list_block {
    margin-top: 52px;
}

.bank_detail_list_left {
    display: inline-block;
    vertical-align: top;
    width: 460px;
}

.bank_detail_list_left a.bank_i {
    display: inline-block;
    vertical-align: top;
    min-height: 47px;
    max-height: 47px;
/ / overflow: hidden;
    line-height: 47px;
    position: relative;
    width: 190px;
    margin-right: 63px;
    margin-bottom: 50px;
}

.bank_detail_list_left a.bank_i:nth-child(2n) {
    margin-right: 0px;
}

.bank_detail_list_left a.bank_i img {
    position: absolute;
    top: 50%;
    margin-top: -23px;
}

.bank_detail_list_right {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    margin-left: 49px;
}

.girl_buble_block {
    background: url('/msk/local/templates/mainspecsmu_2016/images/girl_buble.png') no-repeat;
    width: 340px;
    margin-top: 24px;
    height: 432px;
}

.text_1 {
    font-size: 16px;
    padding: 26px 30px;
}

.text_2 {
    padding: 4px 29px;
    color: #7f7f7f;
}

.text_3 {
    font-size: 24px;
    /*font-family: 'PN_ex_bold';*/
    padding: 14px 28px;
}

.detail_bank_btn {
    margin-top: -35px;
    margin-bottom: 45px;
}

.detail_bank_btn .blue_btn {
    margin-left: 0px;
    width: 311px;
}

.mobile_menu_block {
    display: none;
}

.mobile_bg {
    background-color: #fff;
    position: absolute;
    z-index: 300;
    width: 100%;
    top: 0;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 50px;
}

.close_menu {
    background: url('/msk/local/templates/mainspecsmu_2016/images/mobile_close.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mobile_menu_list {
    margin-top: 33px;
}

.mobile_menu_list div {
    margin-bottom: 16px;
}

.mobile_menu_list div a {
    text-transform: uppercase;
    /*font-family: 'PN_bold';*/
    color: #000;
    letter-spacing: 0.5px;
}

.mobile_menu_btn {
    margin-top: 40px;
}

.mobile_menu_btn a {
    margin: 0 auto;
}

.mobile_menu_phone {
    font-size: 15px;
    /*font-family: 'PN_bold';*/
    margin-top: 31px;
}

.mobile_menu_phone .tel_link {
    white-space: nowrap;
}

.callback_link_mobile {
    color: #000 !important;
    text-decoration: none;
    font-size: 16px;
    margin-left: 25px;
    position: relative;
}

.callback_link_mobile:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/msk/local/templates/mainspecsmu_2016/images/callback_top_mobile.png) no-repeat;
    left: -22px;
    top: 1px;
}

.mobile_menu_callme {
    margin-top: 26px;
}

.new-filter .irs-slider {
    background: none !important;
    background-color: #0056A0 !important;
    border: 2px solid #fff !important;
    top: 10px !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.detail_num_banner {
    margin-top: 47px;
}

.banner_detail_bl {
    background-color: #0056a0;
    padding: 46px 84px 53px;
}

.rasr_title {
    color: #fff;
    font-size: 36px;
    /*font-family: 'PN_bold';*/
    letter-spacing: 0.3px;
    margin-bottom: 26px;
}

.price_text span {
    color: #000;
    background-color: #ffec00;
    font-size: 30px;
    /*font-family: 'PN_bold';*/
}

.price_text.lf span {
    padding: 3px 43px 2px 44px;
}

.price_text.rg span {
    padding: 3px 36px 2px 36px;
}

.price_text {
    margin-bottom: 28px;
}

.banner_text {
    color: #fff;
    font-size: 16px;
}

.banner_text b {
    /*font-family: 'PN_bold';*/
    font-weight: normal;
}

.banner_detail_bl .col-md-7 {
    padding-left: 0px;
}

.btn_rasr_banner {
    margin-top: 51px;
}

.btn_rasr_banner a {
    width: 312px;
}

.btn_comment {
    color: #fff;
    margin-top: 62px;
}

.price_text.lf:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url('/msk/local/templates/mainspecsmu_2016/images/yel_arr.png') no-repeat;
    width: 30px;
    height: 44px;
    position: relative;
    left: 43px;
}

.m_hide {
    display: block;
}

.d_hide {
    display: none;
}

#map {
    width: 100%;
    height: 455px;
    padding: 0;
    margin: 0;
    margin-bottom: 46px;
}

.ymaps-2-1-34-balloon__content {
    margin: 0px !important;
    padding: 0px !important;
}

.ymaps-2-1-34-balloon__close {
    display: none;
}

.map_content {
    height: 100%;
    min-height: 195px;
}

.map_content .map_content_left {
    display: inline-block;
    vertical-align: top;
    width: 268px;
    padding: 27px 5px 25px;
}

.map_content .map_content_right {
    display: inline-block;
    vertical-align: top;
    width: 125px;
    padding-left: 3px;
}

.map_content_name {
    font-size: 16px;
    /*font-family: 'PN_ex_bold';*/
}

.map_content_image {
    position: relative;
}

.map_content_image_description {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #ffec00;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 2px 0px;
}

.map_content_image img {
    margin-top: 23px;
}

.map_content_description {
    color: #7f7f7f;
    margin-top: 3px;
    line-height: 24px;
    letter-spacing: 0.6px;
}

.map_content_link_list {
    margin-top: 24px;
}

.map_content_link_item {
    margin-bottom: 4px;
    letter-spacing: 0.4px;
}

.contact_list {
    margin-top: 99px;
}

.contact_name {
    font-size: 18px;
    /*font-family: 'PN_ex_bold';*/
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 24px;
}

.left_info {
    font-size: 16px;
    color: #7f7f7f;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.right_info {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.right_info .new-line-phone {
    padding-left: 77px;
}

.right_info .new-line-phone:first-child {
    padding-left: 8px;
    display: inline-block;
}

.contact_info_line .left_info,
.contact_info_line .right_info {
    display: inline;
}

.map_content_information_item .left_info,
.map_content_information_item .right_info {
    display: inline;
    font-size: 14px;
}

.contact_info_line {
    margin-bottom: 3px;
}

.right_contact_col {
    padding-left: 37px;
}

.contact_graf {
    /*font-family: 'PN_ex_bold';*/
    margin-top: 2px;
    margin-bottom: -7px;
    padding-left: 120px;
}

.right_contact_col .left_info, .right_contact_col .right_info {
    font-size: 16px;
}

.contact_view_map {
    margin-top: 26px;
}

.contact_view_map a {
    color: #000 !important;
    position: relative;
    padding-left: 21px;
}

.contact_view_map a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 14px;
    background: url(/msk/local/templates/mainspecsmu_2016/images/map_link_contact.png) no-repeat;
    left: 0px;
    top: 1px;
}

.contact_item {
    margin-bottom: 47px;
}

.contact_item img {
    max-width: 100%;
}

.contact_item:last-child {
    margin-bottom: 0px;
}

.two_title {
    margin-top: 40px;
    margin-bottom: 50px;
}

#map_contact {
    height: 580px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 44px;
}

.map_content_right .map_content_image.information_img img {
    margin: 0px;
    padding-top: 20px;
    max-height: 145px;
}

.map_content_name.info_name {
    padding-right: 53px;
    line-height: 24px;
    margin-top: -3px;
    text-transform: uppercase;
}

.map_content_name {
    text-transform: uppercase;
}

.f14 {
    font-size: 16px;
}

.map_content_information {
    margin-top: 27px;
}

.map_content_information_item {
    margin-bottom: 4px;
}

.contact_title {
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
}

.company_banner_block {
    position: relative;
    margin-bottom: 46px;
}

.company_banner {
    background-color: #015eaf;
    position: relative;
    margin-top: 24px;
    padding: 49px 85px;
}

.company_banner_block:before {
    display: table;
    content: " ";
    position: absolute;
/ / background: url('/msk/local/templates/mainspecsmu_2016/images/cat2.png') no-repeat;
    background-position: 0 0;
    width: 199px;
    height: 254px;
    right: 1.3%;
    top: -14px;
    z-index: 10;
}

.company_banner .top_text {
    /*font-family: 'PN_ex_bold';*/
    text-transform: uppercase;
    color: #71ade0;
    letter-spacing: 1.5px;
}

.company_banner .bottom_text {
    color: #fff;
    font-size: 30px;
    /*font-family: 'PN_ex_bold';*/
    margin-top: 25px;
    line-height: 37px;
    letter-spacing: 0.1px;
    padding-right: 160px;
}

.stat_info_item {
    border-top: 1px solid #eaeaea;
    margin: 0 0px;
    padding: 25px 0px;
}

.stat_info_item.last {
    border-bottom: 1px solid #eaeaea;
}

.left_stats {
    text-align: center;
}

.stat_num {
    font-size: 54px;
    /*font-family: 'PN_ex_bold';*/
    margin-top: -18px;
    margin-left: 67px;
    line-height: 62px;
}

.stat_desc {
    margin-left: 65px;
    margin-top: -13px;
    line-height: 28px;
}

.stat_text {
    line-height: 24px;
    color: #7f7f7f;
    margin-left: -5px;
    margin-top: -2px;
    padding-right: 98px;
}

.all_line_text {
    margin-top: 89px;
    text-align: center;
    font-size: 23px;
    letter-spacing: 0.3px;
}

.house_block {
    padding: 0px 90px 0px 95px;
    margin-top: 44px;
}

.house_item {
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    text-align: center;
    margin-right: 36px;
}

.house_item:last-child {
    margin-right: 0px;
}

.house_text {
    font-size: 16px;
    /*font-family: 'PN_ex_bold';*/
    margin-bottom: 11px;
}

.house_year {
    text-transform: uppercase;
    font-size: 12px;
    background-color: #ffec00;
    margin-top: 10px;
    padding: 4px 0px;
}

.company_banner_men_block {
    margin-top: 120px;
    position: relative;
    margin-bottom: 69px;
}

.company_banner_men_block:after {
    background: url('/msk/local/templates/mainspecsmu_2016/images/right_d_arrow.png') no-repeat;
    width: 160px;
    height: 144px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -70px;
    z-index: 5;
}

.company_banner_men_block:before {
    background: url('/msk/local/templates/mainspecsmu_2016/images/left_d_arrow.png') no-repeat;
    width: 160px;
    height: 144px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -70px;
    z-index: 5;
}

.company_banner_men:before {
    content: '';
    background: url('/msk/local/templates/mainspecsmu_2016/images/men.png') no-repeat;
    width: 369px;
    height: 332px;
    display: inline-block;
    bottom: -33px;
    left: 25px;
    position: absolute;
    z-index: 20;
}

.banner_nem_text1 {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    padding-left: 355px;
    padding-right: 95px;
    letter-spacing: -0.1px;
    position: relative;
    z-index: 25;
}

.company_banner_men {
    padding: 48px 0px;
    background-color: #04579f;
}

.banner_nem_text2 {
    color: #fff;
    padding-left: 425px;
    margin-top: 25px;
}

.name_men {
    /*font-family: 'PN_ex_bold';*/
    font-size: 16px;
    letter-spacing: -0.2px;
    margin-bottom: 3px;
}

.job_men {
    margin-bottom: 2px;
}

.company_title {
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
}

.company_text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
}

.points_block {
    margin-top: 56px;
    margin-bottom: 68px;
}

.points_image {
    display: inline-block;
    vertical-align: top;
    width: 82px;
}

.points_image img {
    margin-left: 4px;
}

.points_content {
    display: inline-block;
    vertical-align: top;
    width: 390px;
}

.points_title {
    /*font-family: 'PN_ex_bold';*/
    font-size: 16px;
    text-transform: uppercase;
    margin-top: -6px;
    letter-spacing: 1.6px;
}

.points_text {
    line-height: 24px;
    color: #7f7f7f;
    padding-right: 20px;
}

.points_line {
    margin-bottom: 56px;
}

.company_recom {
    margin-bottom: 17px;
}

.last_item {
    border: 1px solid #eaeaea;
    height: 363px;
    display: block;
    text-decoration: none !important;
    text-align: center;
    padding: 21px 0px;
    margin-top: 50px;
}

.last_top_text {
    font-size: 24px;
    text-transform: lowercase;
    color: #000 !important;
    position: relative;
    top: 45px;
}

.last_middle_text {
    font-size: 170px;
    /*font-family: 'PN_ex_bold';*/
    color: #0056a0;
}

.last_bottom_text {
    font-size: 24px;
    text-transform: lowercase;
    color: #000 !important;
    bottom: 39px;
    position: relative;
}

.finish_slider {
}

.bx-viewport {
    height: 600px !important;
}

.finish_slide_item {
    height: 600px !important;
    overflow: hidden;
}

.desc_finish_slide {
    position: absolute;
    bottom: 0px;
    width: 510px;
    padding: 24px 55px;
    background: rgba(255, 255, 255, 0.5);
    line-height: 24px;
}

.index_slider_block {
    background-color: #0165bc;
    margin-top: -3px;
}

.index_1_text {
    color: #ffec00;
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
}

.index_2_text {
    color: #ffec00;
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
}

.index_3_text {
    font-size: 24px;
    color: #fff;
    /*font-family: 'PN_light';*/
    margin-top: 39px;
}

.left_index {
    width: 50%;
    float: left;
    padding-top: 46px;
    padding-left: 55px;
    text-align: center;
}

.index_link a {
    margin-left: auto;
    margin-right: auto;
}

.index_link {
    margin-top: 44px;
}

.right_index {
    position: relative;
    top: 27px;
    left: 62px;
}

.index_slider_block .item {
    height: 360px;
}

.index_slider_block .owl-prev {
    left: 10%;
}

.index_slider_block .owl-next {
    right: 10%;
}

.index_title {
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
    margin-top: 47px;
    margin-bottom: -4px;
}

.index_title br {
    display: none;
}

.general_recom .ipoteca_3_item {
    margin-bottom: 23px;
}

.last_general_block {
    text-align: center;
    padding-top: 148px;
}

.text_1_last {
    font-size: 24px;
    /*font-family: 'PN_bold';*/
    margin-bottom: 8px;
}

.text_2_last {
    font-size: 18px;
    /*font-family: 'PN_light'*/;
    margin-bottom: 28px;
}

.text_link_last a {
    width: 226px;
}

.general_banner {
    background-color: #0162b6;
    position: relative;
    margin-top: 20px;
/ / overflow: hidden;
}

.general_banner_block {
    margin-top: 33px;
}

.general_banner img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.content_1 {
    font-size: 36px;
    color: #fff;
    /*font-family: 'PN_ex_bold';*/
    margin-bottom: 22px;
}

.content_2 {
    font-size: 18px;
    /*font-family: 'PN_light';*/
    color: #fff;
    margin-bottom: 25px;
}

.content_block {
    padding-left: 85px;
    padding-top: 46px;
    padding-bottom: 53px;
}

.general_title_news {
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
    margin-bottom: 24px;
}

.general_news_block {
    margin-top: 46px;
}

/*.general_subtitle_news {
    font-family: 'PN_bold';
}*/

.general_text_news {
    line-height: 24px;
    color: #7f7f7f;
    margin-top: 25px;
    padding-right: 90px;
}

.general_text_news p {
    margin-bottom: 24px;
}

.news {
    font-size: 24px;
    text-transform: uppercase;
    /*font-family: 'PN_ex_bold';*/
}

.right_news_block {
/ / padding-top: 69 px;
}

.right_news_block .news {
    text-transform: none;
    font-size: 35px;
}

.right_new_name a {
    color: #000;
}

.right_new_name a:hover {
    color: #0056a0;
    text-decoration: none;
}

.right_news_date {
    color: #7f7f7f;
}

.right_news_list {
    margin-top: 19px;
    padding-left: 1px;
    width: 225px;
}

.right_new_name {
    margin-bottom: 4px;
}

.right_news_item {
    border-bottom: 1px solid #d0e4f2;
    padding-bottom: 14px;
    margin-bottom: 11px;
}

.right_news_item:last-child {
    border: none;
}

.btn_news {
    width: 225px;
}

.btn_news a {
    width: 226px;
}

.general_bottom_text_block {
    margin-top: 42px;
    margin-bottom: 66px;
}

.bottom_gen_text {
    font-size: 20px;
    /*font-family: 'PN_light';*/
    text-align: center;
    background: url('/msk/local/templates/mainspecsmu_2016/images/b.png') no-repeat 50% 50%;
    padding: 12px 0px;
}

.banner_text_1 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 1%;
}

.yellow_text {
    color: #FFEC00;
}

.card_detail_banner .banner_detail1 {
    background-color: #0169c2;
    color: #fff;
    padding: 46px 84px;
    position: relative;
}

.banner_detail1:before {
    content: '';
    position: absolute;
/ / background: url('/msk/local/templates/mainspecsmu_2016/images/cat3.png') no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 273px;
    height: 250px;
    right: 9.3%;
    top: -43px;
}

.bus {
    background: url(/msk/local/templates/mainspecsmu_2016/images/bus.png) no-repeat;
    width: 54px;
    height: 60px;
}

.kvartira {
    background: url(/msk/local/templates/mainspecsmu_2016/images/kvartira.png) no-repeat;
    width: 54px;
    height: 60px;
}

.tree {
    background: url(/msk/local/templates/mainspecsmu_2016/images/tree.png) no-repeat;
    width: 54px;
    height: 60px;
}

.tower {
    background: url(/msk/local/templates/mainspecsmu_2016/images/tower.png) no-repeat;
    width: 52px;
    height: 60px;
}

p.strong_text1 {
    font-size: 16px;
    /*font-family: 'PN_ex_bold';*/
    color: #000;
    letter-spacing: 1.5px;
}

#span_text1 {
    font-size: 18px;
}

.prefooter {
    background: #f0f0f0;
}

.sulka a {
    color: #000000;
}

.sulka a:visited {
    color: #000000;
}

.sulka a:active {
    color: #337AB7;
}

.sulka a:hover {
    color: #337AB7;
}

.b-online-watch-wrapper {
    position: relative;
}

.b-online-watch {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 300px
}

@media (min-width: 671px) {
    .b-online-watch {
        min-height: 500px
    }
}

@media (min-width: 1024px) {
    .b-online-watch {
        min-height: 700px
    }
}

.b-online-watch-tabs {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.b-online-watch-tabs-item {
    display: inline-block;
    padding: 0 20px;
    height: 31px;
    border-radius: 3px;
    border: 1px solid #0056a0;
    background-color: #fff;
    color: #0056a0;
    border-color: #4996dd;/*new color*/
    font-size: 16px;
    margin-right: 20px;
    line-height: 31px;
    text-align: center;
}

.b-online-watch-tabs-item-active {
    background-color: #0056a0;
    color: #fff;
    background-color: #4996dd;/*new color*/
}

.b-online-watch-tabs-item-active .b-online-watch-href {
    color: #fff;
}

p.p_obj_5_4_1 {
    /*font-family: 'PN_ex_bold';*/
    margin-bottom: -15px !important;
    font-size: 17.7px;
    padding-bottom: 40px;
}

.region_text_obj_5_4 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 23px;
    color: #7f7f7f;
}

#obj_id_5_4_2 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 23px;
    color: #7f7f7f;
    text-align: center;
}

#header_border {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0px;
}

.text2 {
    font-size: 16px;
}

.bt1 {
    width: 225px !important;
}

.modal_choose {
    /*font-family: 'PN_regular';*/
    margin-top: 35px;
    line-height: 24px;
    margin-bottom: -22px;
}

.modal_content.order {
    padding: 56px 70px 5px 70px;
}

.detail_popup_img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.detail_popup {
    margin-top: 268px;
}

.detail_popup_link a {
    display: inline-block;
    vertical-align: top;
    background: url('/msk/local/templates/mainspecsmu_2016/images/object_link.png') no-repeat 0px 50%;
    margin-top: 18px;
    padding-left: 24px;
    color: #000;
}

.call_title {
    font-size: 30px;
    /*font-family: 'PN_ex_bold';*/
    margin-left: -2px;
    margin-top: -5px;
}

.modal_content.call_modal form {
    margin-top: 33px;
}

.call_modal {
    width: 100% !important;
}

@media (min-width: 768px) {
    .call_modal {
        width: auto !important;
    }
}

.call_modal a img {
    width: 100%;
}

.modal_call_line input {
    /*font-family: 'PN_light';*/
    font-size: 24px;
    width: 100%;
    text-align: center;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 6px;
}

#modal_call .modal_call_line {
    min-height: 64px;
}

.modal_call_btn {
    margin-top: 49px;
}

.modal_call_btn .blue_btn {
    width: 225px;
}

.call_bot_text {
    text-align: center;
    margin-top: 28px;
}

.bank_popup_name span {
    text-transform: uppercase;
    font-size: 12px;
    background-color: #ffec00;
    padding: 5px 18px 3px 17px;
    float: right;
    /*font-family: 'PN_regular';*/
    margin-right: -2px;
    margin-top: 12px;
}

.detail_description {
    color: #7f7f7f;
    margin-top: 27px;
    margin-bottom: 25px;
}

.detail_blue_bl span {
    background-color: #0056a0;
    color: #fff;
    padding: 3px 36px;
    text-align: center;
    font-size: 14px;
}

.bx-wrapper {
    position: relative;
}

.bx-controls {
    position: absolute;
    top: 49%;
    width: 100%;
}

.bx-prev {
    background: url('/msk/local/templates/mainspecsmu_2016/images/left_arrow.png') no-repeat 0px 50%;
    font-size: 0px;
    display: block;
    width: 23px;
    height: 48px;
    left: 33px;
    position: absolute;
}

.bx-next {
    background: url('/msk/local/templates/mainspecsmu_2016/images/right_arrow.png') no-repeat 0px 50%;
    font-size: 0px;
    display: block;
    width: 23px;
    height: 48px;
    right: 33px;
    position: absolute;
}

.mini_block {
    padding: 0px 100px;
    margin-top: 49px;
}

.name_slider span {
    background-color: #ffec00;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 28px 2px;
    text-align: center;
}

.name_slider {
    margin-bottom: 7px;
}

.bx-pager a img {
    width: 89px;
}

.bx-pager a {
    margin-right: 7px;
    margin-bottom: 7px;
    display: inline-block;
}

.bx-pager a:nth-child(4n) {
    margin-right: 0px;
}

.mini_block .left_pager {
    padding-right: 3px !important;
}

.mini_block .right_pager {
    padding-left: 3px !important;
}

.center_text {
    /*font-family: 'PN_light';*/
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
    line-height: 36px;
    padding: 0px 65px;
}

.props_list {
    text-align: center;
    margin-top: 70px;
}

.props_img {
    height: 45px;
    margin-bottom: 11px;
}

.props_item {
    min-height: 210px;
}

.props_name {
    line-height: 24px;
}

.center_text_edit {
    /*font-family: 'PN_light';*/
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    padding: 0px 65px;
    margin-top: -3px;
}

.center_text_bold {
    /*font-family: 'PN_ex_bold';*/
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    padding: 0px 65px;
}

.pack_block {
    margin-top: 72px;
}

.pack_block_item {
    border: 1px solid #e6e6e6;
    padding: 42px 40px 50px;
}

.pack_title {
    font-size: 24px;
    text-transform: uppercase;
    /*font-family: 'PN_ex_bold';*/
    letter-spacing: 2.3px;
    margin-bottom: 18px;
}

.pack_desc {
    line-height: 24px;
    margin-bottom: 27px;
}

.pack_prop_title {
    /*font-family: 'PN_ex_bold';*/
    margin-bottom: 1px;
}

.pack_prop_text {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 24px;
}

.pack_prop_line {
    margin-bottom: 25px;
}

.pack_btn a {
    width: 255px;
    margin: 0px;
}

.select_pack {
    margin-top: 45px;
    display: none;
}

.select_pack_item {
    text-align: center;
    padding: 15px 0px 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    display: block;
    margin-bottom: 25px;
}

.select_pack_item.active {
    background-color: #0056a0;
    color: #fff;
}

.new_select_rasr {
    display: table;
    margin-bottom: 65px;
}

.new_select_rasr a:first-child {
    position: relative;
    left: 0px;
}

.new_select_rasr a {
    display: table-cell;
    width: 397px;
    padding: 37px 0px;
    color: #0056a0;
    text-decoration: none;
    position: relative;
    left: 27px;
}

.new_select_rasr a.active {
    background-color: #0056a0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.new_select_rasr a:first-child:before {
    content: '';
    background: url('/msk/local/templates/mainspecsmu_2016/images/select1.png') no-repeat 0 0;
    width: 63px;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    margin-left: 33px;
    margin-top: -5px;
}

.new_select_rasr a:first-child.active:before {
    background: url('/msk/local/templates/mainspecsmu_2016/images/select1.png') no-repeat 0 -57px;
}

.new_select_rasr a:last-child:before {
    content: '';
    background: url('/msk/local/templates/mainspecsmu_2016/images/select_2.png') no-repeat 0 -57px;
    width: 68px;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    margin-left: 32px;
    margin-top: -7px;
}

.new_select_rasr a:last-child.active:before {
    background: url('/msk/local/templates/mainspecsmu_2016/images/select_2.png') no-repeat 0 0px;
}

.new_select_rasr a span {
    display: block;
}

/*.select_name_rasr {
    font-family: 'PN_ex_bold';
}*/

.new_select_rasr a:first-child .select_name_rasr {
    position: absolute;
    top: 26px;
    left: 124px;
}

.new_select_rasr a:first-child .select_text_rasr {
    position: absolute;
    left: 124px;
    top: 50px;
}

.new_select_rasr a:last-child .select_name_rasr {
    position: absolute;
    top: 37px;
    left: 124px;
}

.new_select_rasr a:last-child .select_text_rasr {
    position: absolute;
    left: 124px;
    top: 60px;
}

.mCSB_buttonLeft {
    background: url('/msk/local/templates/mainspecsmu_2016/images/scroll_l.png') no-repeat 0 0px !important;
    top: 3px !important;
}

.mCSB_buttonRight {
    background: url('/msk/local/templates/mainspecsmu_2016/images/scroll_r.png') no-repeat 0 0px !important;
    right: -10px !important;
    top: 3px !important;
}

#mCSB_1_scrollbar_horizontal {
    margin-right: 0px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 30px !important;
}

.range_col {
    position: relative;
}

#range_price {
    display: inline-block;
    width: 125px;
    height: 16px;
    overflow: hidden;
}

.range_price_item {
    position: absolute;
    top: -10px;
    left: 82px;
    height: 40px;
    padding: 0 10px;
    width: 115px;
    outline: none !important;
    color: #268CDE;
    text-transform: uppercase;
    font-size: 16px;
    /*font-family: 'PN_bold';*/
    letter-spacing: 0.7px;
    display: block !important;
    border: 1px solid #aaa;
}

.map_filter {
    background-color: #f0f0f0;
    padding: 20px 105px 5px;
    text-align: center;
    margin-top: 40px;
}

.map_filter a {
    color: #000;
    background-color: #fff;
    /*font-family: 'PN_ex_bold';*/
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 9px 35px;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 13px;
}

.map_filter a:last-child {
    margin-right: 0px;
}

.map_filter a:hover {
    text-decoration: none;
}

.map_filter a.active_fl {
    color: #fff;
    background-color: #df1e42;
}

.filter_map_text {
    margin-top: 47px;
}

.filter_map_text p {
    margin: 0 0 28px;
}

.map_filter_block .apteka:before {
    content: '';
    background: url('/msk/local/templates/mainspecsmu_2016/images/apt.png') no-repeat 0 0;
    position: absolute;
    width: 48px;
    height: 48px;
    left: -72px;
    top: -9px;
}

.map_filter_block .ymaps-2-1-34-balloon_to_top .ymaps-2-1-34-balloon__tail {
    top: 53%;
    left: -4%;
}

.map_filter_block .map_filter_baloon {
}

.map_filter_block .map_filter_baloon .name_baloon {
    font-size: 16px;
    /*font-family: 'PN_ex_bold';*/
    margin-top: 8px;
}

.map_filter_block .ymaps-2-1-34-balloon__layout {
    width: 185px;
    padding: 20px 21px;
    overflow: visible;
}

.footer_menu-col_block .col-md-3:last-child {
    padding-right: 0px;
    padding-left:
}

.images_list img {
    border: 1px solid #fff;
}

.images_list img.act {
    border: 1px solid #000 !important;
}

.star_block:hover {
    cursor: pointer;
}

.banner_text_1 .yellow_text {
    cursor: pointer;
}

.b-phone {
    color: #fff;
    cursor: text;
}

.b-phone:hover {
    color: #fff;
    border-bottom: 0;
    text-decoration: none;
}

.b-phone-footer {
    color: #000;
    cursor: text;
}

.b-phone-footer:hover {
    color: #000;
    border-bottom: 0;
}

.big_table td {
    text-align: center;
}

.big_table tbody tr:hover {
    background-color: #f0f0f0;
}

.b-done-objects,
.b-done-objects span {
    display: block;
}

.b-done-objects:hover {
    text-decoration: none;
}

.b-done-objects:hover .desc {
    text-decoration: underline;
}

.b-done-block .hover_info {
    opacity: 0 !important;
}

.b-done-block .top_line {
    opacity: 1 !important;
}

.b-done-block .left {
/ / width: 130 px !important;
}

.b-done-block .right {
/ / width: 180 px !important;
}

.b-btn__submit {
    border: 0 !important;
    padding: 0 !important;
}

.modal_form_right label {
    display: block;
}

.b-done-block .ipoteca_3_img:hover {
    background-size: 310px 240px !important;
}

.b-progress__info p {
    font-size: 16px;
}

.contact_item .col-md-5 {
    width: 60%;
}

.contact_item .col-md-7 {
    width: 40%;
}

.contact_item .contact_graf {
    padding-left: 0;
}

.b-rass-img {
    margin-top: -5px;
    height: 56px;
    padding-right: 20px;
}

.b-rass-img-active {
    display: none;
}

.theme_select li.active .b-rass-img-active {
    display: inline;
}

.theme_select li.active .b-rass-img-not-active {
    display: none;
}

.b-rass-block {
    border: 1px solid #e6e6e6;
    padding: 30px 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.b-compare__link-inp {
    border: 1px solid #e6e6e6;
    outline: none;
    padding: 11px 10px;
    width: 100%;
    display: none;
}

.b-compare {
    float: right;
}

.b-compare.is-active {
    width: 55%;
}

.b-done-block .border_block {
    min-height: 150px;
}

.b-action__item {
    height: 294px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 50%;
}

.theme_select.b-rass-card li.active {
    border: 1px solid rgba(255, 255, 255, .5);
}

.theme_select.b-rass-card li a {
    color: #fff;
}

.theme_select.b-rass-card li {
    border: 1px solid transparent;
}

.b-rass-card {
    margin: 30px 0 40px;
}

.colon_midle.b-object__details {
    margin-top: 40px;
}

.b-object__details .colon_midle_container {
    margin-right: 0;
    margin-left: 0;
}

.b-object__details-icon {
    float: left;
}

@media (max-width: 641px) {
    .b-object__details-icon {
        margin-left: 15px;
    }
}

.b-object__details-text {
    margin-bottom: 50px;
}

.b-object__details-text p {
    font-size: 16px;
}

#ajax_result p {
    font-size: 16px;
}

#ajax_result #map_canvas {
    margin-top: 20px;
}

#map_canvas {
    height: 600px !important;
}

.b-complex-link:hover,
.b-complex-link:active {
    color: #ffec00;
}

.owl-news img {
    display: block;
    width: auto;
    max-height: 630px;
    margin: 0 auto;
}

.b-site-info {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .b-site-info {
        margin-bottom: 0;
    }
}

.b-site-info__img-wrap {
    margin-bottom: 20px;
    width: 100%;
    margin-left: -20px;
    text-align: center;
}

.b-site-info__img-wrap img {
    max-width: 145px;
}

.b-site-info__link {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding-left: 22px;
}

.b-site-info__link:hover {
    color: #0056a0;
    text-decoration: none;
}

.b-site-info__link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/msk/local/templates/mainspecsmu_2016/images/site-info__link.jpg') no-repeat;
    display: block;
    width: 12px;
    height: 12px;
}

.b-site-info__link.b-site-info__link-constructor::before {
    background: url('/msk/local/templates/mainspecsmu_2016/images/finishing.svg') no-repeat;
}

.b-site-info__link:not(:last-child) {
    margin-bottom: 20px;
}

.b-tech .action_item {
    height: auto !important;
}

.honor-list__item {
    display: block;
    height: 450px;
    border: 1px solid #b2b2b2;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.honor-list__item-name {
    background-color: #ffec00;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #000;
    padding: 10px 5px;
    min-height: 86px;
}

.new_header {
    background: url(/msk/local/templates/mainspecsmu_2016/images/header_top_bg.png) no-repeat;
    height: 55px;
    background-size: cover;
    padding-top: 6px;
    color: #fff;
    margin-bottom: 18px;
    padding-left: 50px;
    padding-right: 50px;
}

.new_header a {
    color: #fff;
}

.city-header {
    position: relative;
}

.city-header__item {
    font-size: 14px;
    position: relative;
    top: 7px;
    left: 1px;
    text-decoration: none !important;
}

.city-header__item:after {
    content: '';
    display: block;
    position: absolute;
    background: url('/msk/local/templates/mainspecsmu_2016/images/new/arrow_down.png') 0 0 no-repeat;
    width: 7px;
    height: 4px;
    right: -15px;
    top: 7px;
}

.social {
    text-align: center;
}

.social__item {
    position: relative;
}

.social__item--ok {
    top: 6px;
    left: -10px;
}

.social__item--ok img {
    width: 9px;
}

.social__item--vk {
    top: 7px;
}

.social__item--vk img {
    width: 16px;
}

.social__item--yt {
    top: 6px;
    left: -10px;
}

.social__item--yt img {
    width: 32px;
}

.social__item--ll {
    top: 5px;
}

.social__item--ll img {
    width: 12px;
}

.personal__item {
    font-size: 14px;
    position: relative;
    top: 7px;
    left: 27px;
}

.personal__item:before {
    content: '';
    display: block;
    position: absolute;
    background: url('/msk/local/templates/mainspecsmu_2016/images/new/lk.png') 0 0 no-repeat;
    width: 13px;
    height: 13px;
    left: -23px;
    top: 1px;
}

.callback__item {
    font-size: 14px;
    position: relative;
    top: 7px;
    left: 27px;
}

.callback__item:before {
    content: '';
    display: block;
    position: absolute;
    background: url('/msk/local/templates/mainspecsmu_2016/images/new/call.png') 0 0 no-repeat;
    width: 13px;
    height: 13px;
    left: -23px;
    top: 1px;
}

.phone__item {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    letter-spacing: -0.3px;
    text-decoration: none !important;
}

.new_header .phone__item {
    display: block;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .phone__item {
        font-size: 18px;
    }
}

.city-header-drop {
    position: absolute;
    top: -7px;
    background-color: #0051a0;
    border: 1px solid #0051a0;
    left: -18px;
    width: 184px;
    z-index: 100;
    display: none;
}

.city-header-drop__item {
    font-size: 14px;
    color: #fff !important;
    display: block;
    padding-left: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.city-header-drop__item:hover {
    background-color: #009ce6;
}

.city-header-drop__item:nth-child(2) {
    padding-top: 10px;
}

.city-header-drop__item:last-child {
    padding-bottom: 15px;
}

.city-header-drop__item--select {
    padding-left: 18px;
    padding-top: 15px !important;
    position: relative;
    border-bottom: 1px solid #cce6f8;
    padding-bottom: 18px;
}

.city-header-drop__item--select:after {
    content: '';
    display: block;
    position: absolute;
    background: url('/msk/local/templates/mainspecsmu_2016/images/new/arrow_down.png') 0 0 no-repeat;
    width: 7px;
    height: 4px;
    right: 39px;
    top: 24px;
}

.city-select-mobile {
    margin-top: 23px;
}

.city-select-mobile__select-help {
    position: relative;
    width: 170px;
    margin: 0 auto;
}

.city-select-mobile__select {
    position: relative;
    border: none;
    font-size: 14px;
    width: 170px;
    background-color: transparent;
    height: 20px;
    -webkit-appearance: none;
    outline: none !important;
    color: #337ab7;
    padding-left: 38px;
    background: url('/msk/local/templates/mainspecsmu_2016/images/new/blue_arrow_down.png') 18px 9px no-repeat;
    cursor: pointer;
}

.personal-mobile {
    margin-top: 53px;
}

.personal-mobile__item {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.personal-mobile__item:before {
    content: '';
    display: block;
    position: absolute;
    background: url('/msk/local/templates/mainspecsmu_2016/images/new/blue_lk.png') 0 0 no-repeat;
    width: 13px;
    height: 13px;
    left: -3px;
    top: 1px;
}

.object_gallery {
    margin-top: 73px;
}

.object_gallery__title {
    font-size: 20px;
    font-weight: bold;
}

#object_gallery .slick-arrow:before {
    display: none;
}

#object_gallery .slick-arrow {
    width: 23px;
    height: 48px;
}

#object_gallery .slick-prev {
    background: url(/msk/local/templates/mainspecsmu_2016/images/left_arrow.png) no-repeat;
}

#object_gallery .slick-next {
    background: url(/msk/local/templates/mainspecsmu_2016/images/right_arrow.png) no-repeat;
}

.subtitle_form {
    margin: 26px 0 25px;
}

.custom-form input[type="text"] {
    height: 44px;
    padding: 0 18px;
    width: 100%;
    outline: none !important;
    font-size: 16px;
    letter-spacing: 0.7px;
    display: block;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.custom-form textarea {
    outline: none !important;
    resize: none;
    padding: 9px 18px 3px;
    width: 100%;
    display: block;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
}

.custom-form .blue_btn {
    border: none;
    outline: none !important;
    margin: 20px 0 0 0;
    width: 100%;
}

.custom-form .error input {
    border-color: red;
}

.exit-form__input {
    height: 44px;
    padding: 0 18px;
    width: 304px;
    outline: none !important;
    font-size: 16px;
    letter-spacing: 0.7px;
    display: block;
    border: 1px solid #aaa;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.exit-form__span {
    position: absolute;
    right: 76px;
    font-size: 12px;
    bottom: 107px;
    width: 150px;
    color: #7f7f7f;
}

.exit-form__btn {
    margin-top: 19px;
    margin-left: 0px;
    width: 304px;
    margin-bottom: -17px;
}

.exit-form__btn:hover, .exit-form__btn:active {
    margin-top: 19px;
}

.exit-form__input.wrong {
    border-color: #ffec00;
}

.exit-form__btn.dis {
    background-color: #a0a0a0;
    -webkit-box-shadow: 0px 2px 0px rgba(160, 160, 160, 0.8);
    -moz-box-shadow: 0px 2px 0px rgba(160, 160, 160, 0.8);
    box-shadow: 0px 2px 0px rgba(160, 160, 160, 0.8);
    cursor: default !important;
}

.subscribe__email {
    height: 44px;
    padding: 0 18px;
    width: 304px;
    outline: none !important;
    font-size: 16px;
    letter-spacing: 0.7px;
    display: block;
    border: 1px solid #aaa;
}

.subscribe__btn {
    width: 304px;
}

.subscribe__line {
    margin-bottom: 5px;
}

#subscribe__error {
    color: #fff;
}

.subscribe__email.wrong {
    color: red;
    border-color: red;
}

.subscribe__btn--disabled, .subscribe__btn--disabled:hover, .subscribe__btn--disabled:active {
    background-color: #a0a0a0;
    -webkit-box-shadow: 0px 2px 0px rgba(160, 160, 160, 0.8);
    -moz-box-shadow: 0px 2px 0px rgba(160, 160, 160, 0.8);
    box-shadow: 0px 2px 0px rgba(160, 160, 160, 0.8);
    cursor: default;
}

.filter_btn_block .blue_btn.disabled, .filter_btn_block .blue_btn.disabled:hover, .filter_btn_block .blue_btn.disabled:active {
    background-color: #a0a0a0;
    -webkit-box-shadow: 0px 2px 0px rgba(160, 160, 160, 0.8);
    -moz-box-shadow: 0px 2px 0px rgba(160, 160, 160, 0.8);
    box-shadow: 0px 2px 0px rgba(160, 160, 160, 0.8);
    cursor: default;
    display: none;
}

#search_result_null {
    display: none;
}

.new_card__item {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
}

.new_card__item-img-link {
    width: 100%;
    display: block;
    padding-top: 7px;
    overflow: hidden;
    max-height: 231px;
    min-height: 231px;
    height: 231px;
    background-size: contain !important;
    background-position: 50% 50% !important;
}

.new_card__item-img-fav {
    position: absolute;
    background: url(/msk/local/templates/mainspecsmu_2016/images/fav.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    display: block;
    right: 17px;
    top: 16px;
}

.new_card__item-img-fav--active {
    background: url(/msk/local/templates/mainspecsmu_2016/images/fav_yeallow.png) no-repeat;
}

.new_card__item-info {
    text-align: left;
    margin-top: 9px;
    padding: 25px 28px;
    min-height: 220px;
    position: relative;
    border-top: 1px solid #eaeaea;
}

.new_card__item-info:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-color: #99bbd9;
    height: 8px;
    left: 0;
    bottom: -8px;
    border: 1px solid #99bbd9;
}

.new_card__item-detail-link {
    font-size: 18px;
    /*font-family: 'PN_ex_bold';*/
    color: #000 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.new_card__item-desc {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 22px;
    margin-top: 3px;
}

.new_card__item-s {
    margin-top: 20px;
    font-size: 18px;
}

.new_card__item-price {
    /*font-family: 'PN_ex_bold';*/
    font-size: 18px;
}

.detail_out_link {
    margin-top: 56px;
}

.ghost_btn {
    color: #fff;
    text-transform: uppercase;
    /*font-family: 'PN_bold';*/
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 46px;
    height: 43px;
    line-height: 43px;
    border-radius: 5px;
}

.ghost_btn:hover, .ghost_btn:active, .ghost_btn:focus {
    text-decoration: none;
    color: #000;
    background-color: #ffec00;
    border-color: #ffec00;
}

.blue_bg_block--fix-filter {
    padding-top: 4px;
}

.new-filter {
    border: 1px solid #e6e6e6;
    padding: 24px 38px;
    position: relative;
    min-height: 625px;
}

.new-filter .title {
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
    /*font-family: 'PN_ex_bold';*/
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 14px;
}

.new-filter .city_select {
    background-color: transparent;
    padding: 0;
    margin: -10px -15px 0 0;
    text-align: right;
}

.new-filter .first_line_filter .helper_filter {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 4px;
    padding-bottom: 10px;
}

.new-filter .type_filter {
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px
}

.new-filter .type_filter a {
    color: #000;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    position: relative;
}

.new-filter .type_filter.active {
    background-color: transparent;
}

.new-filter .type_filter.active a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -13px;
    background-color: #0056a0;
}

.new-filter .type_filter.active a {
    color: #337ab7;
}

.new-filter .first_line_filter {
    margin-bottom: 55px;
}

.new-filter .select_one_col .selectator {
    width: 250px !important;
}

.new-filter .select_one_col {
    margin-bottom: 45px;
}

.new-filter .new-roomcount .ckeckbox_line {
    width: 108px;
    display: inline-block;
    vertical-align: top;
}

.new-filter .new-roomcount .ckeckbox_line label {
    font-size: 16px;
    font-weight: bold;
}

.new-filter .new-roomcount {
    margin-bottom: 20px;
}

.new-filter .new-deadline .ckeckbox_line {
    display: inline-block;
    vertical-align: top;
    width: 135px;
}

.new-filter .new-deadline .ckeckbox_line:last-child {
    width: 65px;
    margin-left: 23px;
}

.new-filter .first-range {
    margin-top: 0px;
    margin-left: 19px;
    margin-bottom: 0px;
}

.new-filter .two-range {
    margin-top: 47px;
    margin-left: 20px;
    margin-bottom: 70px;
}

.new-filter .irs {
    width: 241px;
}

.new-filter .new-features {
    margin-left: 19px;
}

.new-filter .new-features .ckeckbox_line {
    display: inline-block;
    vertical-align: top;
    width: 130px;
}

.new-filter .new-district {
    margin-left: 33px;
    margin-bottom: 30px;
}

.new-filter .new-subway {
    margin-left: 33px;
}

.new-filter .new-district .selectator {
    width: 250px !important;
}

.new-filter .new-subway .selectator {
    width: 250px !important;
}

.fix-btn-filter .filter_btn_block {
    margin-top: -102px;
    margin-bottom: 114px;
}

.fix-btn-filter .title_complex_result {
    margin-bottom: 26px;
}

.fix-btn-filter .get_more {
    margin-top: 42px !important;
    margin-bottom: 51px !important;
}

.general_images img {
    display: none;
}

#planoplanWidgetAreaTabs {
    overflow: visible !important;
}

#planoplanWidgetAreaTabs div[data-active="true"] {
    background-color: #fff !important;
    color: #0056a0;
    border: 1px solid #eaeaea;
    border-bottom: none;
}

#planoplanWidgetAreaTabs div[data-active="false"] {
    background-color: transparent !important;
}

#planoplanWidgetAreaTabs div[data-active="true"] div {
    padding: 5px 9px 5px 9px !important;
}

#planoplanWidgetAreaTabs div[data-tab="qrcode"] {
    display: none !important;
}

#planoplanWidgetAreaTabs div[data-tab="tour"] {
    display: none !important;
}

#planoplanWidgetAreaBody {
    border: 1px solid #eaeaea;
}

.region-map {
    background: url('/msk/local/templates/mainspecsmu_2016/images/contacts/map.png') no-repeat 0 0;
    background-size: contain;
    height: 517px;
    margin-top: 32px;
    margin-bottom: 75px;
    position: relative;
}

.region-map__item {
    position: absolute;
    position: absolute;
    font-size: 10px;
    color: #000;
    text-decoration: none !important;
}

.region-map__item:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #588bb8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    left: -8px;
    top: 5px;
}

.region-map__item--predstavitelstvo {
    font-weight: bold;
    font-size: 12px;
}

.region-map__item--predstavitelstvo:before {
    top: 5px;
    left: -11px;
    width: 6px;
    height: 6px;
}

#elemimg {
    display: none;
}

/**/
.region-map__item--sevastopol {
    bottom: 222px;
    left: 43px;
}

.region-map__item--minsk {
    top: 188px;
    left: 114px;
}

.region-map__item--pskov {
    top: 153px;
    left: 159px;
}

.region-map__item--spb {
    top: 177px;
    left: 172px;
}

.region-map__item--yaroslavl {
    top: 197px;
    left: 209px;
}

.region-map__item--msk {
    top: 217px;
    left: 186px;
}

.region-map__item--penza {
    top: 271px;
    left: 177px;
}

.region-map__item--chelyabinsk {
    top: 344px;
    left: 288px;
}

.region-map__item--ekb {
    top: 315px;
    left: 271px;
}

.region-map__item--tumen {
    top: 305px;
    left: 331px;
}

.region-map__item--siktivkar {
    top: 245px;
    left: 312px;
}

.region-map__item--uhta {
    top: 223px;
    left: 329px;
}

.region-map__item--archangelsk {
    top: 162px;
    left: 265px;
}

.region-map__item--severodvinsk {
    top: 149px;
    left: 246px;
}

.region-map__item--severodvinsk:before {
    left: 2px !important;
    top: 13px !important;
}

.region-map__item--murmansk {
    top: 95px;
    left: 282px;
}

.region-map__item--norilsk {
    top: 202px;
    left: 515px;
}

.region-map__item--urengoy {
    top: 233px;
    left: 440px;
}

.region-map__item--nadym {
    top: 251px;
    left: 417px;
}

.region-map__item--noyabrsk {
    top: 271px;
    left: 434px;
}

.region-map__item--hantymansyisk {
    top: 294px;
    left: 389px;
}

.region-map__item--surgut {
    top: 307px;
    left: 419px;
}

.region-map__item--nizhnevartovsk {
    top: 311px;
    left: 474px;
}

.region-map__item--neftygansk {
    top: 325px;
    left: 398px;
}

.region-map__item--omsk {
    top: 373px;
    left: 383px;
}

.region-map__item--novokusnectsk {
    top: 408px;
    left: 472px;
}

.region-map__item--novosibirsk {
    top: 391px;
    left: 458px;
}

.region-map__item--mirnyi {
    top: 273px;
    right: 286px;
}

.region-map__item--irkutsk {
    bottom: 65px;
    right: 343px;
}

.region-map__item--yakutsk {
    top: 284px;
    right: 220px;
}

.region-map__item--chita {
    bottom: 115px;
    right: 237px;
}

.region-map__item--magadan {
    top: 220px;
    right: 70px;
}

.region-map__item--habarovsk {
    bottom: 79px;
    right: 74px;
}

.region-map__item--vladivostok {
    bottom: 13px;
    right: 58px;
}

.region-map__item--petropavlovsk {
    top: 243px;
    right: 35px;
}

.region-map__item--petropavlovsk:before {
    right: -8px;
    left: initial;
}

.region-map__item--sahalinsk {
    bottom: 106px;
    right: 86px;
}

.region-map__item--sahalinsk:before {
    right: -8px;
    left: initial;
}

.region-map__item--kipr {
    bottom: 17px;
    left: 20px;
}

.region-map__item--krasnodar {
    bottom: 180px;
    left: 75px;
}

.region-map__item--limassol {
    bottom: 19px;
    left: 22px;
}

.region-map__item--blagoveshensk {
    right: 146px;
    bottom: 85px;
}

.region-map__item--gukinskiy {
    left: 460px;
    top: 255px;
}

.region-map__item--kamensk {
    bottom: 173px;
    left: 298px;
}

.region-map__item--korsakov {
    right: 30px;
    bottom: 97px;
}

.region-map__item--monchegorsk {
    left: 266px;
    top: 110px;
}

.region-map__item--naryan {
    left: 349px;
    top: 167px;
}

.region-map__item--neryngry {
    right: 193px;
    bottom: 169px;
}

.region-map__item--perm {
    bottom: 206px;
    left: 232px;
}

.region-map__item--samara {
    bottom: 191px;
    left: 176px;
}

.region-map__item--holmsk {
    right: 57px;
    bottom: 123px;
}

.region-map__item--usur {
    bottom: 30px;
    right: 92px;
}

.region-map__item--tolyaty {
    bottom: 203px;
    left: 167px;
}

.region-map__item--tashtagol {
    bottom: 80px;
    left: 468px;
}

.region-map__item--ustilimsk {
    right: 350px;
    bottom: 98px;
}

.region-map__item--sneginsk {
    bottom: 172px;
    left: 223px;
}

.region-map__item--sneginsk:before {
    right: -8px;
    left: initial;
}

.region-map__item--komsomolsknaamure {
    right: 133px;
    bottom: 126px;
}

.region-map__item--komsomolsknaamure:before {
    right: -8px;
    left: initial;
}

.region-map__item--apatity {
    left: 274px;
    top: 124px;
}

#mobile_region {
    display: none;
}

.new_header {
    position: fixed;
    width: 100%;
    z-index: 300;
}

.header_bottom {
    padding-top: 75px;
}

.city_select .active {
    position: relative;
}

.city_select .active:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0056a0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.element-images-tab {
    height: 32px;
}

.element-images-tab__item {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-align: center;
    padding: 13px 26px 12px 28px;
    text-decoration: none !important;
}

.element-images-tab__item--active {
    border: 1px solid #eaeaea;
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 10;
    padding-bottom: 13px;
    background-color: #fff;
}

.element-images-content {
    border: 1px solid #eaeaea;
}

.element-images-content__item {
    display: none;
}

.element-images-content__item--active {
    display: block;
}

.element-images-content__item-images {
    width: 100%;
}

.element-images-content-mini {
    padding: 25px;
}

.element-images-content-mini__item {
    margin-right: 15px;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 5px;
    text-align: center;
    width: 92px;
    height: 92px;
    position: relative;
}

.element-images-content-mini__item--active {
    border: 1px solid #eaeaea;
}

.element-images-content-mini__item-image {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub-phone-text {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.doc_table {
    width: 100%;
}

.doc_table thead {
    border: none !important;
}

.doc_table thead td {
    font-size: 13px;
    text-transform: uppercase;
    color: #a5a5a5;
    padding: 15px 0px 10px 0px;
    letter-spacing: -0.3px;
}

.doc_table thead td:nth-child(1) {
    width: 505px;
}

.doc_table thead td:nth-child(2) {
    width: 190px;
}

.doc_table thead td:nth-child(3) {
    width: 145px;
}

.doc_table tbody td {
    padding: 18px 0;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
}

.doc_table tbody td a {
    letter-spacing: -0.1px;
    font-weight: bold;
    margin-right: 8px;
}

.doc_table__type {
    color: #999999;
    font-weight: bold;
}

.doc_table__size {
    color: #999999;
    font-weight: bold;
}

.doc_table__name {
    color: #666666;
    font-weight: bold;
}

.doc_table__other {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.doc_table tbody td:nth-child(1) {
    padding-right: 90px;
    line-height: 24px;
}

.modal_call_line .selectator_element.single {
    width: 100% !important;
    min-height: 45px !important;
    border-bottom: 1px solid #e6e6e6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    /*font-family: 'PN_light';*/
    font-size: 24px;
    text-align: center;
    margin-bottom: 37px;
    outline: none;
}

.modal_call_line .selectator_element:after {
    right: 9px;
    width: 14px;
    height: 8px;
    background: url(/msk/html/images/arrow-narrow.png) no-repeat;
}

.modal_call_line .disable_search .selectator_options {
    border-top: 0;
    border-color: #e6e6e6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05), inset 0 -1px 0 #e6e6e6;
    /*font-family: 'PN_light';*/
}

.modal_call_line .selectator_option.active {
    background-color: rgba(0, 0, 0, 0.05);
}

.modal_call_line .selectator_option_title {
    margin-left: 10px;
}

.modal_call_line .selectator_option {
    padding: 10px 5px;
}

#modal_banner.modal_block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#modal_banner .modal_content {
    background-color: transparent;
    padding-top: 55px;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

#modal_banner .modal_close:before,
#modal_banner .modal_close:after {
    background-color: #fff;
    height: 30px;
    width: 6px;
    border-radius: 1px;
}
#modal_banner .modal_close {
    top: 14px;
    right: -44px;
    width: 33px;
    height: 28px;
}

.quests {
    margin-top: 40px;
    margin-bottom: 40px;

}
.quest-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position:relative;
    padding: 0 0 0 28px;
    color: #438cce;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 30px 0;

}
.quest-title i {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
}
.quest-title i:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #002f69;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.quest-title i:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #002f69;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.quest-title.active i:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.answer {
    font-size: 16px;
    line-height: 1.4;
    background-color: #f4f4f4;
    padding: 40px 40px 40px 50px;
    margin: 0 0 30px 0;
    display: -webkit-flex;
    display: flex;
}
.answer.none {
    display: none;
}
.answer__img {
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    background-position: center 0;
    background-repeat: no-repeat;
    margin-right: 45px;

}
.answer__name {
    font-size: 20px;
    font-weight: 500;
}
.answer__status {
    color:#999999;
    margin-bottom: 20px;
}
.answer__text {
    width: 100%;
    word-break: break-word;
}

@media (max-width: 992px) {
    #modal_banner .modal_content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*layout_css*/
@media (max-width: 530px) {
    #exit-form {
        width: 100%
    }
}

@media (max-width: 767px) {
    .no-mob {
        display:none;
    }
    .answer {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px;

    }
    .answer__img {
        margin-bottom: 20px;
        margin-right: 0px;
    }

    #modal_banner .modal_close:before, #modal_banner .modal_close:after {
        height: 25px;
        width: 5px;
    }
    #modal_banner .modal_close {
        top: 14px;
        right: 14px;
    }
    .custom_about_fix {
        margin-bottom: 35px
    }

    #object_gallery.ipoteka_3_list_block .col-md-4 {
        width: 297px !important
    }

    .exit-form .exit-form__btn {
        margin-bottom: 0;
        width: 100% !important
    }

    .doc_table tbody td:nth-child(1) {
        padding-right: 0
    }

    .doc_table tbody td {
        padding: 18px 5px
    }

    .exit-form {
        margin: 0 auto;
        width: 50%
    }

    .exit-form__input {
        width: 100%
    }

    .exit-form__span {
        position: initial;
        font-size: 14px;
        text-align: center;
        display: block;
        width: 100%
    }

    #mobile_region .complex_list_block {
        margin-top: 10px !important
    }

    #mobile_region ul {
        padding-left: 20px
    }

    #modal_exit .modal_title {
        text-align: center
    }

    #modal_exit .modal_title br {
        display: none
    }

    #exit-form {
        margin-top: 15px
    }

    .subscribe__btn {
        width: 100%
    }

    .subscribe__email {
        width: 100%
    }

    .new-filter .col-md-4 {
        padding: 0 !important
    }

    .new-filter .select_one_col {
        margin-right: 0 !important
    }

    .new-filter .first-range {
        margin-left: 0 !important
    }

    .new-filter .two-range {
        margin-left: 0 !important
    }

    .new-filter .new-features {
        margin-left: 0 !important
    }

    .new-filter {
        min-height: 1580px !important
    }

    .three-filter-fix {
        min-height: 880px !important
    }

    .new-filter {
        padding: 20px
    }

    .new-filter .fr-fix .col-md-6 {
        width: 100% !important;
        padding: 0 !important
    }

    .new-filter .city_select {
        text-align: center;
        margin: 0 0 15px 0
    }

    .new-filter .title {
        text-align: center;
        word-wrap: break-word
    }

    .new-filter .first_line_filter .helper_filter {
        text-align: center
    }

    .new-filter .type_filter a {
        padding: 0 !important
    }

    .fix-btn-filter .filter_btn_block a.blue_btn {
        width: 100% !important
    }

    .fix-btn-filter .filter_btn_block .col-md-12 {
        padding-right: 15px !important
    }

    .new_header .container {
        width: 100%
    }

    .new_header {
        padding-left: 7px;
        padding-right: 7px
    }

    .general_banner .yellow_btn {
        margin: 0 auto
    }

    .new_card .col-md-4 {
        width: 100% !important
    }

    .owl-news img {
        max-height: 300px;
    }

    .header_bottom {
        width: auto
    }

    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 7px;
        padding-right: 7px
    }

    .card_page .container {
        margin-left: 0 !important;
        padding: 0 !important
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .detail_add_to_fav {
        margin-top: -3px !important
    }

    .multiple .selectator_chosen_item {
        font-size: 13px !important
    }

    .map_filter_block {
        width: auto
    }

    .map_filter_block #map_canvas {
        margin-left: -15px;
        width: 108%
    }

    .map_filter {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
        padding: 8px;
        text-align: left
    }

    .owl-pagination {
        text-align: center;
        padding-bottom: 20px
    }

    .owl-page {
        display: inline-block;
        text-align: center
    }

    .owl-page span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 3px;
        background-color: #fff;
        margin: 0 5px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3)
    }

    .owl-page.active span {
        background-color: #ffec00
    }

    .big_table td {
        font-size: 14px
    }

    .modal_content {
        width: 100%;
        padding: 20px;
        left: 50%;
        margin-left: 0 !important;
    }

    .blue_hover {
        width: 100% !important
    }

    .fix_line {
        margin-right: 0;
        margin-left: 0
    }

    .bottom_slaider {
        width: 114% !important
    }

    .m_hide {
        display: none
    }

    .colon_midle_container {
        margin-top: 30% !important;
        margin-left: 7%
    }

    .city_select.obj li {
        padding: 5px 14px
    }

    p.strong_text1 {
        font-size: 12px
    }

    .tower_text {
        margin-top: 7% !important;
        margin-left: -2% !important;
        width: 100% !important
    }

    .banner_detail1:before {
        background: none !important
    }

    .banner_detail1:after {
        content: '';
        position: absolute;
        background-color: #0056a0;
        width: 275%;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 10
    }

    .cont_banner .banner_first_text {
        width: 209%;
        margin-left: -50%
    }

    .center2 {
        margin-top: 2% !important;
        margin-left: 7% !important
    }

    .center2 {
        width: 85%
    }

    .blb1 {
        margin-top: -27% !important;
        margin-left: 9% !important
    }

    .banner_text_1 {
        margin-top: 6%;
        width: 80%;
        margin-left: 10%
    }

    .slaider51 {
        margin-top: -76px !important;
        width: auto
    }

    .slaider51 .owl-pagination {
        display: none
    }

    .slaid_height {
        height: auto !important
    }

    .tutle_text1 {
        margin-top: 32px !important
    }

    .cs1 {
        width: 103% !important;
        margin-left: -3% !important;
        margin-top: 32% !important
    }

    .d_hide {
        display: block
    }

    #otstypli {
        padding: 0 0 0 0 !important
    }

    .big_text {
        font-size: 48px;
        font-weight: bolder
    }

    #clmd4 {
        width: 39%
    }

    #clmd6 {
        width: 42%;
        margin-left: 3%
    }

    #i3a {
        text-align: center
    }

    #mobuliimg {
        padding-top: 20%
    }

    .cl3 .col-md-5 {
        margin-left: 70px;
        margin-top: -17%
    }

    body {
        overflow-x: hidden
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 8px !important
    }

    .callback_link_block {
        display: none
    }

    .logo_block {
        width: 53% !important
    }

    .header_top_right {
        width: 47% !important;
        padding-left: 0 !important;
        padding-right: 0
    }

    .header_top_right div:nth-child(2) {
        display: none
    }

    .top_phone_block {
        width: 153px !important;
        margin-left: -8px !important;
        padding: 0 !important
    }

    .top_logo_block {
        width: 60% !important
    }

    .top_logo_block img {
        max-width: 160px
    }

    .top_btn_block {
        display: none
    }

    .top_main_menu_block {
        width: 40% !important;
        padding: 0 !important
    }

    .mobile_menu {
        width: 93px;
        background-position: 88% 50%;
        float: right
    }

    .blue_bg_block .title {
        font-size: 21px
    }

    .blue_bg_block {
        padding: 48px 0 45px;
        margin-bottom: 24px
    }

    .city_select li a {
        font-size: 14px
    }

    .first_line_filter .col-md-4 {
        width: 100%
    }

    .type_filter {
        padding: 7px 10px 4px !important;
        line-height: 17px !important;
        margin-bottom: 24px
    }

    .first_line_filter {
        margin-bottom: 26px
    }

    .one_field_col, .two_field_col, .three_field_col {
        width: 100% !important
    }

    .range_col {
        margin-top: 38px !important
    }

    .filter_col {
        margin-bottom: 42px
    }

    .three_field_col {
        margin-top: 10px !important
    }

    .blue_btn {
        width: 280px !important
    }

    .filter_btn_block {
        margin-bottom: 55px
    }

    .fast_search_title {
        margin-bottom: 29px
    }

    .fast_search_block .col-md-3 {
        width: 100% !important
    }

    footer {
        margin-top: 19px !important;
        padding-top: 49px !important
    }

    .footer_menu-col_block .col-md-3 {
        min-height: 265px
    }

    .copy_col {
        width: 100% !important;
        text-align: center;
        margin-bottom: 27px
    }

    .copiright_block {
        margin-top: 22px !important
    }

    .soc_col {
        width: 50% !important
    }

    .vk_link {
        margin-right: 57px;
        margin-left: 11px
    }

    .grey_footer_block .container {
        padding: 0 48px !important
    }

    .grey_footer_block br {
        display: block
    }

    .select_line select {
        width: 280px !important
    }

    .mobile_menu {
        margin-left: 3px
    }

    .parking .range_col {
        margin-top: 2px !important;
        margin-bottom: 72px
    }

    .parking .select_one_col.filter_col {
        margin-bottom: 8px !important
    }

    .title_complex_result span {
        display: block;
        margin: 0 !important;
        margin-top: 4px !important
    }

    .title_complex_result {
        padding-bottom: 24px !important
    }

    .complex_info_block .col-md-4 {
        padding-right: 0 !important
    }

    .complex_image {
        width: 100% !important;
        height: 167px
    }

    .complex_image img {
        width: 100% !important;
        margin-top: 0
    }

    .complex_info_block .col-md-8.fix-8 {
        width: 100% !important
    }

    .complex_name {
        font-size: 18px;
        text-align: left;
        padding: 0 18px
    }

    .complex_info {
        padding-top: 24px
    }

    .complex_info_block {
        height: 408px !important
    }

    .complex_image div {
        width: 98px
    }

    .detail_object_link {
        top: 25px !important;
        left: 27px
    }

    .two_line_info_complex .col-md-8 {
        width: 100% !important
    }

    .two_line_info_complex .col-md-8 div {
        font-size: 14px;
        letter-spacing: -0.2px
    }

    .two_line_info_complex {
    / / margin-top: 52 px !important;
        margin-left: -9px !important;
    / / margin-bottom: 34 px !important
    }

    .map_complex_link {
        left: 18px !important;
        top: 7px
    }

    .mb-hide {
        display: none
    }

    .toggle_complex {
        font-size: 16px;
        margin-left: 0;
        letter-spacing: .1px;
        display: inline-block;
        width: 85%
    }

    .toggle_complex.show_list:after {
        right: -22px;
        top: 6px
    }

    .toggle_complex:after {
        right: -22px;
        top: 6px
    }

    .complex_info .col-md-8 {
        padding: 0 !important;
        width: 98% !important;
        text-align: center !important
    }

    .number_col {
        display: block !important;
        width: 288px !important;
        margin-bottom: 5px;
        padding-top: 25px
    }

    .rent_col {
        float: left !important;
        width: 39% !important;
        margin-bottom: 2px
    }

    .floor_col {
        float: left !important;
        width: 50% !important;
        margin-bottom: 2px
    }

    .complex_list_block {
        border-top: none !important;
        margin-top: 49px !important
    }

    .price_col {
        display: block !important;
        width: 288px !important;
        padding-bottom: 27px
    }

    .complex_list_block table tbody tr:first-child .number_col {
        padding-top: 0
    }

    .tb_layout {
        width: 100% !important;
        text-align: center !important;
        padding-top: 0 !important
    }

    .big_table {
        margin-top: -23px
    }

    .tb_layout img {
        margin: 0 !important;
        width: 188px !important;
        height: 185px !important
    }

    .big_table tbody tr {
        height: 382px !important;
        margin-bottom: 26px
    }

    .tb_number {
        width: 100% !important;
        text-align: center;
        padding-top: 30px !important
    }

    .tb_rooms {
        top: 239px !important;
        left: 12px !important
    }

    .tb_corps {
        top: 239px !important;
        left: 90px !important
    }

    .tb_rent {
        top: 239px !important;
        left: 270px !important
    }

    .tb_s {
        top: 263px !important;
        left: 52px !important
    }

    .tb_floor {
        top: 263px !important;
        left: 173px !important
    }

    .tb_price {
        top: 287px !important;
        left: 67px !important
    }

    .add_to_fav {
        right: 112px !important;
        top: 47px !important
    }

    .arend_buy_block {
        bottom: 2px;
        margin-bottom: 47px
    }

    .commerce .tb_corps {
        left: 59px !important
    }

    .commerce .tb_rent {
        left: 146px !important
    }

    .commerce tbody tr {
        height: 334px !important
    }

    .print_block {
        margin-top: 24px
    }

    .get_link {
        margin-bottom: 32px
    }

    .print .blue_btn {
        width: 181px !important
    }

    .scroll_block {
        margin-top: 66px
    }

    .left-scroll_block {
        width: 50% !important
    }

    .right_scroll_block {
        width: 47% !important
    }

    .right_scroll_item {
        width: 140px !important;
        margin-bottom: 50px !important
    }

    .mCSB_container {
        width: 570px !important
    }

    .del_fav_col {
        top: 39px;
        display: block
    }

    .del_fav_col:before {
        top: 6px
    }

    .bottom_banner {
        margin-top: 56px !important;
        padding: 48px 0 50px !important;
        margin-bottom: -20px
    }

    .bottom_banner:before {
        display: none
    }

    .bottom_banner:after {
        content: '';
        position: absolute;
        background-color: #0056a0;
        width: 207%;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 10
    }

    .first_text {
        position: relative;
        z-index: 15;
        width: 100% !important
    }

    .banner_btn {
        position: relative;
        z-index: 15
    }

    .banner_btn a {
        width: 288px !important
    }

    .hide_n {
        display: none
    }

    .item_line:first-child {
        padding-left: 10px
    }

    .howbuy_page.blue_bg_block .title {
        font-size: 24px;
        margin-top: -7px;
        margin-left: 0
    }

    .howbuy_page .city_select {
        width: 100% !important;
        margin-bottom: -18px !important
    }

    .howbuy_page .city_select li {
        margin-bottom: 7px !important
    }

    .how_top_block .col-md-3 {
        width: 100% !important
    }

    .how_top_block .type_filter {
        padding: 13px 10px 17px !important
    }

    .ipot_title {
        font-size: 24px !important;
        padding: 0 !important
    }

    .how_top_block {
        margin-bottom: 30px !important
    }

    .bank_list_block .col-md-3 {
        width: 50% !important
    }

    .bank_list_item img {
        width: 108px !important
    }

    .consultation_banner:before {
        display: none
    }

    .consultation_banner {
        border: 0;
        padding: 0
    }

    .consultation_banner .first_text {
        padding: 0 !important;
        padding-right: 20px !important
    }

    .bank_list_item {
        margin-bottom: 52px
    }

    .consultation_btn {
        padding: 0 !important
    }

    .consultation_banner_block {
        margin-bottom: 70px
    }

    .text_block .ipot_title {
        padding-right: 47px !important;
        margin-bottom: 22px !important
    }

    .text_block_double img {
        width: 100%
    }

    .action_btn .blue_btn {
        width: 100% !important;
        line-height: 22px !important;
        padding: 13px 56px !important;
        height: 68px !important
    }

    .action_block_list .col-md-6 {
        width: 100% !important
    }

    .action_block_list {
        margin-top: 49px
    }

    .action_item_anons br {
        display: none
    }

    .bottom_banner_block_cat .bottom_banner_cat:before {
        display: none
    }

    .cat_banner_title {
        font-size: 24px !important;
        z-index: 15;
        position: relative
    }

    .bottom_banner_cat {
        padding: 44px 0 !important
    }

    .cat_banner_text {
        margin-top: 16px !important;
        padding-right: 10px !important;
        margin-bottom: 6px !important;
        z-index: 15;
        position: relative
    }

    .bottom_banner_cat:after {
        content: '';
        position: absolute;
        background-color: #0056a0;
        width: 275%;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 10
    }

    .ipoteka_3_list_block .col-md-4.fix_weight {
        width: 100% !important
    }

    .ipoteka_3_list_block {
        margin-top: -5px
    }

    .theme_select {
        display: block
    }

    .theme_select li {
        display: block;
        text-align: center;
        margin-bottom: 23px
    }

    .news_list {
        margin-top: 28px
    }

    .pagination {
        margin: 2px 0
    }

    .pagination > li > a, .pagination > li > span {
        margin-bottom: 14px
    }

    .back_link_block a {
        left: -1px !important;
        top: -76px !important
    }

    .detail_n_title {
        margin-top: 17px
    }

    .detail_data {
        margin-right: 17px;
        display: block;
        margin-bottom: 15px
    }

    .quality_page .title {
        margin-top: 46px !important;
        line-height: 25px !important;
        margin-bottom: 1px !important;
        font-size: 24px !important
    }

    .quality_page .back_link_block a {
        top: -95px !important
    }

    .quality_block .action_item {
        min-height: initial !important;
        margin-bottom: 45px !important
    }

    .cat_seacrh_item {
        margin-bottom: 25px
    }

    .comerc_search .search_item {
        min-height: 267px !important;
        padding-bottom: 30px
    }

    .col-md-1.money {
        width: 17%
    }

    .col-md-1.money1 {
        width: 17%
    }

    .col-md-1.cart {
        width: 17%
    }

    .col-md-1.house {
        width: 17%
    }

    .togle_spravoc .col-md-5 {
        margin-left: 70px;
        margin-top: -17%
    }

    #test777 {
        padding-right: 27% !important
    }

    #test775 {
        padding-right: 52%
    }

    .action_item_anons1 {
        width: 75%
    }

    .card_prop_block {
        margin-top: 26px
    }

    .prop_item a {
        width: initial !important
    }

    .fix_small {
        width: 50%;
        margin-top: 27px
    }

    .right_detail_prop_block {
        margin-top: 63px
    }

    .detail_btn {
        left: 15px !important;
        bottom: -67px !important
    }

    .detail_btn a {
        width: 289px !important
    }

    .card_detail_block {
        margin-bottom: 48px
    }

    .detail_var {
        margin-bottom: 71px !important
    }

    .banner_first_text {
        font-size: 24px !important;
        z-index: 100;
        position: relative
    }

    .banner_two_text {
        z-index: 100;
        position: relative
    }

    .banner_last_btn {
        z-index: 100;
        position: relative
    }

    .card_detail_banner .banner_detail {
        padding: 24px 1px !important
    }

    .banner_last_btn {
        margin-top: 26px !important
    }

    .banner_last_btn a {
        width: 289px !important
    }

    .banner_detail:after {
        content: '';
        position: absolute;
        background-color: #0056a0;
        width: 275%;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 10
    }

    .banner_detail:before {
        background: none !important
    }

    .banner_detail:after {
        width: 202%
    }

    .banner_cat_fix {
    / / background: url('/msk/local/templates/mainspecsmu_2016/images/detail_cat2.png') 100 % 0 / 70 % auto no-repeat;
        width: 174px;
        height: 311px;
        position: relative;
        right: 0;
        float: right;
        bottom: 218px;
        z-index: 60;
        margin-bottom: -311px
    }

    .card_detail_block .col-md-6 {
        width: initial !important
    }

    .card_page .back_link_block.double a {
        left: -3px !important;
        top: -106px !important
    }

    .card_page .back_link_block.double {
        margin-bottom: -7px
    }

    .all_price_title {
        padding-right: 85px
    }

    .detail_btn.fix_d {
        bottom: -5px !important;
        margin-top: -8px !important;
        left: 0 !important
    }

    .custom_detail {
        width: 289px !important;
        right: 0 !important;
        margin-bottom: 40px
    }

    .fx_crd_block {
        padding: 0;
        width: 100%;
        background-color: #0169c2
    }

    .card_detail_banner {
        width: 311px;
        margin: 0 auto
    }

    .fx_crd .banner_two_text {
        padding-right: 0 !important;
        font-size: 16px
    }

    .fx_crd .banner_last_btn {
        margin-top: 34px !important
    }

    .bank_detail_block {
        border: none !important;
        padding: 0 !important;
        margin-top: 42px
    }

    .bank_detail_title {
        font-size: 24px !important;
        padding-right: 35px
    }

    .bank_detail_text {
        line-height: 24px
    }

    .bank_detail_list_block {
        margin-top: 30px
    }

    .bank_detail_list_left a.bank_i {
        width: 120px;
        margin-right: 35px;
        margin-bottom: 23px
    }

    .bank_detail_list_left a.bank_i img {
        width: 100%
    }

    .detail_bank_btn {
        margin-top: -4px
    }

    .bank_detail_list_right {
        margin-left: 0 !important;
        width: auto
    }

    .girl_buble_block {
        background: url('/msk/local/templates/mainspecsmu_2016/images/girl_buble1.png') no-repeat !important;
        width: 290px !important;
        height: 478px !important
    }

    .detail_num_banner {
        border-top: 1px solid #eaeaea;
        margin-top: 0;
        padding-top: 47px;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: -19px
    }

    .detail_num_banner .col-md-12 {
        width: 311px;
        margin: 0 auto;
        float: none;
        padding: 0 15px !important
    }

    .detail_num_banner .row {
        background-color: #0056a0
    }

    .banner_detail_bl {
        padding: 40px 0 52px !important
    }

    .rasr_title {
        font-size: 24px !important;
        line-height: 37px !important;
        margin-bottom: 44px !important
    }

    .price_text.lf {
        width: 290px !important;
        margin-bottom: 10px !important
    }

    .banner_text {
        margin-left: 15px !important;
        margin-top: -6px !important;
        width: 265px !important;
        margin-bottom: 53px !important
    }

    .price_text.lf:after {
        bottom: -93px !important
    }

    .price_text.rg {
        margin-bottom: 10px
    }

    .banner_detail_bl .col-md-7 .banner_text {
        text-align: center;
        margin-bottom: 21px !important
    }

    .fix_bottom_banner .col-md-5 {
        width: 100% !important
    }

    .fix_bottom_banner .col-md-7 {
        width: 100% !important;
        padding-right: 0 !important
    }

    .btn_comment {
        margin-top: 0 !important
    }

    .map_block {
        width: 100%;
        padding: 0
    }

    .contact_page .title {
        line-height: 25px !important;
        margin-top: -1px !important
    }

    .contact_page {
        padding: 48px 0 48px !important
    }

    .contact_item .col-md-3 {
        width: 65% !important
    }

    .contact_view_map a {
        padding-left: 0
    }

    .contact_item .d_hide {
        display: block !important;
        margin-top: 25px !important;
        padding-left: 0 !important;
        position: absolute !important;
        right: -98px !important;
        top: 101px !important;
        width: 79px !important;
        text-align: center !important
    }

    .contact_view_map a:before {
        left: 26px !important;
        top: -20px !important
    }

    .contact_item .col-md-9 {
        width: 100% !important;
        padding-left: 14px !important;
        margin-top: 21px
    }

    .contact_name {
        margin-bottom: 25px
    }

    .right_contact_col {
        padding-left: 15px !important;
        margin-top: 22px !important
    }

    .contact_graf {
        margin-bottom: -5px
    }

    .two_title {
        margin-bottom: 38px
    }

    .contact_map .col-md-12 {
        padding-right: 0 !important
    }

    .company_banner_block {
        margin-top: -48px !important;
        width: 100%;
        padding: 0;
        background-color: #015eaf
    }

    .company_banner_block .col-md-12 {
        width: 311px;
        margin: 0 auto !important;
        float: none
    }

    .company_banner_block:before {
        right: 0 !important;
        top: 71px !important
    }

    .company_banner {
        padding: 63px 0 53px 2px !important
    }

    .stat_num {
        margin-top: -28px !important;
        margin-left: -15px !important;
        text-align: left
    }

    .stat_info_item .left_stats {
        width: 100% !important
    }

    .stat_desc {
        margin-left: -15px !important;
        margin-top: -3px !important;
        text-align: left
    }

    .stat_text {
        margin-left: -14px !important;
        margin-top: 29px !important
    }

    .stat_info_item .right_stats {
        width: 100% !important;
        padding-right: 0 !important
    }

    .stat_info_item {
        padding-bottom: 25px !important
    }

    .stat_desc br {
        display: none
    }

    .all_line_text {
        font-size: 18px !important;
        margin-top: 20px !important;
        padding: 0 20px !important
    }

    .house_block {
        margin-top: 25px !important
    }

    .house_img {
        display: none
    }

    .house_item {
        width: 100% !important;
        margin-bottom: 15px
    }

    .house_text {
        width: 67%;
        float: left;
        vertical-align: top
    }

    .house_year {
        float: left;
        vertical-align: top;
        margin-top: -2px;
        width: 27%;
        margin-left: -33px
    }

    .company_banner_men_block {
        margin-top: 22px !important;
        padding-bottom: 220px !important
    }

    .company_banner_men_block .col-md-12 {
        width: 311px !important
    }

    .banner_nem_text1 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .banner_nem_text2 {
        padding: 0 !important
    }

    .company_banner_men:before {
        bottom: -220px !important;
        left: 7px !important;
        width: 302px !important;
        background-size: contain
    }

    .company_title {
        font-size: 24px !important;
        padding: 0 !important
    }

    .company_text {
        margin-top: 43px !important
    }

    .points_content {
        width: 200px !important
    }

    .right_index {
        display: none
    }

    .index_slider_block .owl-prev, .index_slider_block .owl-next {
        display: none
    }

    .left_index {
        width: 100% !important;
        padding-left: 0 !important;
    / / padding-bottom: 78 px
    }

    .index_2_text {
        font-size: 23px !important
    }

    .index_3_text {
        margin-top: 45px
    }

    .index_title {
        line-height: 38px
    }

    .index_title br {
        display: block
    }

    .last_general_block {
        border: 1px solid #eaeaea;
        padding-top: 53px;
        padding-bottom: 50px
    }

    .general_banner {
    / / width: 311 px !important;
        margin: 0 auto;
        text-align: center
    }

    .general_banner .content_block {
        padding-left: 15px !important;
        padding-right: 35px !important
    }

    .general_banner--fix .content_block {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .text_link_last .blue_btn {
        width: 222px !important
    }

    .general_banner img {
        display: none
    }

    .general_banner_block {
        width: 100% !important;
        padding: 0;
        background-color: #0162b6;
        margin-top: 33px !important
    }

    .content_block {
        padding-left: 33px !important;
        padding-top: 43px !important
    }

    .content_1 {
        font-size: 24px !important;
        margin-bottom: 18px !important
    }

    .content_2 {
        margin-left: -10px
    }

    .content_3 a {
        margin-left: 9px
    }

    .general_title_news {
        font-size: 24px !important;
        margin-bottom: 22px !important
    }

    .general_news_block {
        margin-top: 43px
    }

    .general_subtitle_news {
        padding: 0 !important
    }

    .general_text_news {
        padding: 0 !important
    }

    .right_news_list {
        width: 290px !important
    }

    .btn_news a {
        width: 180px !important
    }

    .general_bottom_text_block {
        margin-top: 85px
    }

    .bottom_gen_text {
        font-size: 18px
    }

    #cmld2_mode {
    / / margin-left: - 5 % !important;
        padding-right: 7px !important;
        width: 50%;
        display: inline-block
    }

    #cmld2_mode img {
        max-width: 100%;
        height: auto !important
    }

    #cmld2_mode1 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode2 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode3 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode4 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode5 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode6 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode7 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode8 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode9 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode10 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode11 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode12 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode13 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    #cmld2_mode14 {
        margin-left: -5% !important;
        padding-right: 7px !important
    }

    .cmld12_obj_5_4 {
        padding-right: 0 !important;
        margin-top: 5% !important
    }

    .cmld4 {
        background: none !important;
        height: 0 !important;
        width: 0 !important
    }

    .cmld12404 {
        margin-top: -7%;
        margin-left: -10%
    }

    .title404 {
        width: 136%;
        font-size: 36px !important
    }

    .text2 {
        margin-top: 18% !important;
        width: 196%
    }

    .cmld3 {
        padding-left: 0;
        margin-top: 30% !important
    }

    .finish .back_link_block a {
        left: -1px !important;
        top: -109px !important
    }

    .slider_finish_block {
        margin-top: -33px !important
    }

    .bx-controls {
        top: 36%
    }

    .desc_finish_slide {
        width: 285px !important;
        padding: 0;
        margin-top: 23px !important
    }

    .bx-wrapper .bx-viewport {
        height: 515px !important
    }

    .mini_block {
        padding: 0;
        margin-top: 14px
    }

    .mini_block .col-md-6.left_pager {
        padding-left: 15px !important;
        padding-right: 0 !important;
        margin-bottom: 17px !important
    }

    .bx-pager a {
        margin-right: 6px
    }

    .bx-pager a img {
        margin-bottom: 14px
    }

    .mini_block .col-md-6.right_pager {
        padding-left: 15px !important;
        padding-right: 0 !important
    }

    .center_text {
        margin-top: 8px !important;
        font-size: 16px !important;
        line-height: 24px;
        padding: 0 10px
    }

    .props_list {
        margin-top: 35px !important
    }

    .props_list .col-md-3 {
        width: 50% !important
    }

    .center_text_edit {
        font-size: 16px !important;
        margin-top: 12px !important;
        line-height: 24px;
        padding: 0 25px
    }

    .center_text_bold {
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 0 30px !important
    }

    .select_pack {
        display: block
    }

    .pack_block .col-md-6 {
        width: 100% !important
    }

    .pack_block_item {
        padding: 0 !important;
        border: 0
    }

    .pack_block {
        margin-top: 20px !important
    }

    .pack_desc {
        margin-bottom: 21px
    }

    .pack_btn a {
        margin: 0 auto !important;
        width: 220px !important
    }

    .pack_block_item {
        display: none
    }

    .pack_block_item.active {
        display: block
    }

    .pack_block_item {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .blb1 {
        margin-top: -4.5%
    }
}

@media (max-width: 992px) {
    .complex_info_block .col-md-8.fix-8 {
        width: 66%
    }

    .top_main_menu_block {
        margin-right: 2px;
        margin-left: -14px
    }

    .action_block_list .col-md-6 {
        width: 50%
    }

    .card_detail_block .col-md-6 {
        width: 50%
    }

    .clmd2_5_4 {
        margin-right: 0 !important;
        margin-left: -2% !important;
        margin-top: 2% !important;
        padding-right: 0 !important;
        padding-right: 6px !important
    }

    .pack_block .col-md-6 {
        width: 50%
    }
}

@media (min-width: 1200px) {
    .complex_list_block table tbody tr {
        height: 72px
    }

    .slaider51 {
        /*margin-top: -3%*/
    }

    #dop_ots {
        margin-top: 2%
    }

    #otstyp_3201 {
        margin-top: 2%
    }

    .tower_text {
        margin-top: 1%;
        margin-left: 1%;
        width: 40%;
        margin-right: 3%
    }

    .colon_midle {
        margin-top: 5%;
        padding-left: 2%
    }

    .bank_detail_title1 {
        font-size: 26px !important;
        /*font-family: 'PN_ex_bold' !important;*/
        margin-left: 3.5%;
        margin-top: 3% !important;
        margin-bottom: 5%
    }

    .pdf_img {
        width: 6.333333% !important
    }

    .prefooter2 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 3%
    }

    .prefooter1 {
        padding-left: 5%;
        padding-right: 5%;
        height: 311px
    }

    .blb1 {
        margin-top: 0
    }

    .cont_banner {
        margin-top: 7%
    }

    .banner_text_1 {
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-top: 1%
    }

    .tutle_text1 {
        margin-top: 0
    }

    .cs1 {
        margin-top: 0
    }

    .bottom_slaider {
        margin-top: 3%
    }

    .bottom_slaider_border {
        border-right: 1px solid;
        border-left: 1px solid;
        border-color: #dcdcdc;
        padding-right: 0
    }

    .banner_detail1 {
        margin-top: -4%
    }

    .banner_first_text {
        margin-bottom: 25px
    }

    .cmld12_obj_5_4 {
        margin-top: 2.4%;
        margin-left: -1.5%;
        padding-right: 0
    }

    #margin404 {
        margin-top: 7%
    }

    .cmld4 {
    / / background: url('/msk/local/templates/mainspecsmu_2016/images/cat_404.png') no-repeat;
        height: 285px
    }

    .cmld8 {
        margin-top: 2.5% !important
    }

    .cmld3 {
        margin-top: 6.5%;
        margin-left: -2%
    }

    .text2 {
        margin-top: 4%
    }
}

@media (max-width: 991px) {
    #obj_id_5_4_2 {
        width: 100% !important
    }

    .clmd2_5_4 {
        margin-right: 0;
        margin-left: -2%;
        margin-top: 2%;
        padding-right: 8px
    }

    .cmld8 {
        margin-right: 0;
        width: 54%;
        margin-top: 5%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 11% !important
    }
}

@media (max-width: 1200px) {
    .new_header__h {
        display: none
    }

    .sub-phone-text {
        text-align: right;
    }

    .region-map-block {
        display: none
    }

    #desktop_region {
        display: none
    }

    #mobile_region {
        display: block
    }

    #fxtitle {
        margin-top: 30px;
        display: block;
        margin-bottom: 15px
    }

    .new_header .col-md-2 {
        width: 50% !important
    }

    .new_header .phone {
        text-align: right
    }

    .blue_hover .col-md-9 {
        width: 75%
    }

    .new_card .col-md-4 {
        width: 50%
    }

    .new-filter .type_filter {
        margin-right: 5px
    }

    .new-filter .type_filter.active {
        padding: 0 !important
    }

    .new-filter .new-district {
        margin-left: 0
    }

    .new-filter .new-subway {
        margin-left: 0
    }

    .new-filter {
        min-height: 970px
    }

    .new-filter .select_one_col {
        width: 100%
    }

    .three-filter-fix {
        min-height: 510px
    }

    .two-filter-fix .new-district {
        margin-top: 30px
    }

    #card-detail .col-md-6 {
        width: 100% !important
    }

    #card-detail .right_detail_prop_block {
        text-align: center;
        margin-top: 50px
    }

    #card-detail .right_detail_prop_block .detail_add_to_fav {
        width: 207px;
        float: none;
        display: block;
        margin: 0 auto
    }

    #card-detail .right_detail_prop_block .prop_btn {
        margin: 0 auto;
        margin-bottom: 25px
    }

    #card-detail .right_detail_prop_block .detail_btn.fix_d {
        right: initial;
        margin-top: 0
    }

    #card-detail .right_detail_prop_block .custom_modal_btn {
        margin: 0 auto
    }

    #planoplanWidgetArea {
        margin: 0 auto
    }

    .banner_text_1 {
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-top: 3.5%
    }

    .bank_detail_title1 {
        font-size: 26px !important;
        /*font-family: 'PN_ex_bold' !important;*/
        margin-left: 5.5%;
        margin-top: 3% !important;
        margin-bottom: 5%
    }

    .blue_hover {
        width: 50%;
        font-size: 14px;
        min-height: 60px;
        margin-bottom: 15px
    }

    .prefooter1 {
        margin-bottom: 6%
    }

    .tower_text {
        width: 94%;
        margin-left: 11%;
        margin-top: -8%
    }

    .colon_midle_container {
        margin-top: 7%
    }

    .cont_banner {
        margin-top: 10%
    }

    .banner_detail1:before {
        content: '';
        position: absolute;
    / / background: url('/msk/local/templates/mainspecsmu_2016/images/cat3.png') no-repeat;
        background-position: 0 0;
        display: inline-block;
        width: 309px;
        height: 311px;
        right: -0.7%;
        top: -82px
    }

    .cont_banner .banner_first_text {
        font-size: 26px
    }

    .bottom_slaider {
        margin-top: 3%
    }

    .cs1 {
        margin-top: 7%
    }

    .blb1 {
        margin-top: -7.0%
    }

    .tutle_text1 {
        margin-top: 8%
    }

    .slaider51 {
        /*margin-top: -100px*/
    }

    #colmd8 {
        width: 108.333333%;
        margin-bottom: 4%
    }

    #colmd4 {
        width: 94.333333%;
        padding-left: 0
    }

    #sposob_oplati {
        width: 93%
    }

    #sposob_oplati {
        margin-bottom: 3%
    }

    .cl3 .col-md-5 {
        width: 85%
    }

    .logo_block {
        width: 38%;
        margin-left: -39px;
        margin-right: 32px
    }

    .callback_link {
        font-size: 0;
        display: inline-block;
        vertical-align: top
    }

    .callback_link_block {
        width: 10%
    }

    .header_top_right {
        width: 62%
    }

    .top_phone_block {
        width: 43.333333%;
        margin-left: 6px;
        padding-left: 6px
    }

    .no-padding-right {
        padding: 0
    }

    .callback_link:before {
        top: 4px
    }

    .main_top_menu {
        display: none
    }

    .top_logo_block {
        width: 37%
    }

    .top_main_menu_block {
        width: 25%
    }

    .top_btn_block {
        padding-left: 0
    }

    .header_bottom {
        margin-bottom: 25px
    }

    .mobile_menu {
        display: block
    }

    .star_block {
        top: 155px
    }

    .two_col_filter {
        width: 43%
    }

    .three_col_filter {
        width: 23%
    }

    .one_field_col, .two_field_col {
        width: 50%
    }

    .three_field_col {
        width: 100%;
        margin-top: -43px
    }

    .select_one_col {
        width: 50%;
        float: left;
        margin-right: 16px
    }

    .select_line select {
        width: 288px
    }

    .select_two_col {
        width: 47%;
        float: left
    }

    .select_three_col {
        width: 100%;
        float: left;
        margin-top: 10px
    }

    .select_three_col .col_title {
        margin-bottom: 29px
    }

    .select_three_col {
        margin-bottom: 30px
    }

    .blue_btn {
        width: 393px
    }

    .fast_search_block .col-md-3 {
        width: 50%
    }

    .search_item .image img {
        width: 100%
    }

    .search_item .image {
        height: 120px
    }

    .search_item {
        margin-bottom: 50px
    }

    footer {
        margin-top: 70px;
        padding-top: 51px
    }

    .footer_menu_title {
        line-height: 23px;
        margin-bottom: 0
    }

    .footer_menu li a {
        line-height: 23px
    }

    .footer_menu li {
        margin-bottom: 1px
    }

    .copiright_block {
        margin-top: 49px
    }

    .copy_col {
        width: 40%
    }

    .soc_col {
        width: 35%
    }

    .grey_footer_block {
        margin-top: 47px;
        padding-top: 0;
        line-height: 25px;
        padding-bottom: 0
    }

    .grey_footer_block .container {
        padding: 0 110px
    }

    .blue_bg_block .container {
        /*margin-left: -40px;*/
        padding: 0;
        width: auto;

    }

    .blue_bg_block .container .col-md-12 {
        padding-left: 8px;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .type_filter.active {
        padding: 15px 0 13px
    }

    .three_col_filter .type_filter.active {
        padding: 15px 0 13px
    }

    .parking .select_one_col {
        width: 100%
    }

    .filter_btn_block.prk {
        margin-bottom: 64px
    }

    .title_complex_result {
        font-size: 16px;
        border-bottom: 2px solid #0056a0;
        padding-bottom: 22px;
        margin-bottom: 24px
    }

    .title_complex_result span {
        margin-left: 35px;
        letter-spacing: -0.5px
    }

    .complex_image {
        width: 182px
    }

    .complex_info_block {
        height: 264px
    }

    .complex_info .col-md-8 {
        width: 100%;
        padding-left: 15px;
        padding-right: 0
    }

    .complex_info .col-md-4 {
        padding-left: 17px;
        width: 70%
    }

    .two_line_info_complex {
        margin-top: 44px;
        margin-bottom: 24px
    }

    .two_line_info_complex .col-md-8 {
        width: 70%
    }

    .two_line_info_complex .col-md-4 {
        width: 30%
    }

    .detail_object_link {
        top: 17px
    }

    .map_complex_link {
        left: 21px
    }

    .complex_image img {
        width: 200%
    }

    .complex_list_block table thead {
        display: none
    }

    .complex_list_block {
        margin-top: 24px;
        border-top: 1px solid #eaeaea
    }

    .desct_hide {
        display: inline
    }

    .complex_list_block .number_col {
        width: 252px
    }

    .complex_list_block .price_col {
        width: 275px
    }

    .complex_list_block .floor_col {
        width: 150px
    }

    .complex_list_block .rent_col {
        width: 232px
    }

    .tb_layout {
        display: inline-block;
        vertical-align: top;
        width: 156px;
        padding-top: 42px
    }

    .tb_layout img {
        margin-left: 7px;
        width: 100px;
        height: 58px
    }

    .big_table {
        display: block
    }

    .big_table tbody {
        display: block
    }

    .big_table tbody tr {
        display: block;
        position: relative;
        height: 143px
    }

    .tb_number {
        display: inline-block;
        vertical-align: top;
        padding-top: 25px;
        width: 73%
    }

    .tb_rooms {
        position: absolute;
        top: 50px;
        left: 160px;
        width: 112px
    }

    .tb_corps {
        position: absolute;
        top: 50px;
        left: 248px;
        width: 195px
    }

    .tb_rent {
        width: 115px;
        position: absolute;
        top: 50px;
        left: 420px
    }

    .tb_s {
        position: absolute;
        left: 160px;
        top: 74px;
        width: 118px
    }

    .tb_floor {
        position: absolute;
        top: 74px;
        left: 278px
    }

    .tb_price {
        position: absolute;
        top: 98px;
        left: 160px;
        width: 70%
    }

    .add_to_fav {
        background: url(/msk/local/templates/mainspecsmu_2016/images/fav_big.png) no-repeat;
        width: 24px;
        height: 24px;
        display: inline-block;
        float: right;
        position: relative;
        right: 5px;
        top: -40px
    }

    .commerce .tb_rooms {
        display: none
    }

    .commerce .tb_corps {
        left: 160px
    }

    .commerce .tb_rent {
        top: 49px;
        left: 247px
    }

    .print_block .col-md-5 {
        width: 100%;
        display: block;
        margin-bottom: 30px
    }

    .print_block .col-md-5 br {
        display: none
    }

    .print_block .col-md-4 {
        width: 50%;
        display: block
    }

    .get_link a {
        margin-left: 0;
        width: 290px
    }

    .print a {
        width: 183px
    }

    .left-scroll_block {
        width: 204px
    }

    .right_scroll_block {
        width: 66%
    }

    .right_scroll_item {
        width: 210px;
        margin-bottom: 15px
    }

    .bottom_banner {
        margin-top: 79px;
        padding: 48px 55px 26px
    }

    .bottom_banner:before {
        right: 0
    }

    .first_text {
        width: 75%
    }

    .banner_btn a {
        width: 339px;
        z-index: 10;
        position: relative
    }

    .howbuy_page .city_select {
        display: block;
        margin-bottom: -13px
    }

    .howbuy_page .city_select.obj {
        width: 74%
    }

    .howbuy_page .city_select li {
        display: block;
        margin-bottom: 14px
    }

    .how_top_block .col-md-3 {
        width: 40%
    }

    .ipot_title {
        font-size: 30px;
        padding-right: 162px;
        line-height: 37px
    }

    .how_top_block {
        margin-bottom: 44px
    }

    .bank_list_block .col-md-3 {
        width: 33%
    }

    .bank_list_item img {
        width: 148px
    }

    .consultation_banner {
        margin-top: 21px
    }

    .consultation_banner:before {
        left: 9%
    }

    .consultation_banner .first_text {
        width: 100%;
        line-height: 24px
    }

    .consultation_banner .first_text br {
        display: none
    }

    .consultation_btn {
        margin-top: 26px;
        padding-left: 219px
    }

    .consultation_btn .blue_btn {
        width: 310px
    }

    .consultation_banner_block {
        margin-bottom: 50px
    }

    .text_block .ipot_title {
        margin-bottom: 34px
    }

    .text_block .ipot_title {
        padding: 0
    }

    .action_item_img {
        width: 235px;
        height: 144px
    }

    .action_item_img {
        margin: 0 auto 26px
    }

    .action_item {
        width: auto
    }

    .action_item_img span {
        display: none
    }

    .action_item:before {
        right: 38px
    }

    .bottom_banner_block_cat .bottom_banner_cat:before {
        width: 161px;
        right: 0;
        top: -9px
    }

    .bottom_banner_cat {
        padding: 48px 55px
    }

    .cat_banner_title {
        font-size: 30px
    }

    .cat_banner_text {
        margin-top: 30px;
        padding-right: 115px;
        margin-bottom: 1px
    }

    .cat_banner_text br {
        display: none
    }

    .ipoteka_3_list_block .col-md-4 {
        width: 50% !important
    }

    #object_gallery .col-md-4 {
        width: 318px !important
    }

    .ipoteca_3_img .top_line .right {
    / / width: 203 px
    }

    .border_block {
        padding: 25px 21px
    }

    .ipoteca_3_item {
        margin-bottom: 21px
    }

    .ipoteka_3_list_block {
        margin-bottom: 29px
    }


    .slider_full .col-md-12 {
        padding: 0 !important
    }

    .detail_news_blue {
        padding: 95px 0 43px
    }

    .back_link_block a {
        left: 52px;
        top: -100px
    }

    .quality_page .back_link_block a {
        top: -147px
    }

    .quality_page .title {
        margin-top: 53px;
        line-height: 48px;
        margin-bottom: 4px
    }

    .quality_block .action_item_anons br {
        display: none
    }

    .quality_block .action_item {
        min-height: 545px
    }

    .map_object_block {
        padding: 51px 0
    }

    .comerc_search .search_item {
        min-height: 285px
    }

    .complex_info_block .col-md-8.fix-8 {
        width: 66%
    }

    .action_block_list .col-md-6 {
        width: 50%
    }

    .togle_spravoc .col-md-5 {
        width: 85%
    }

    .center2 {
        margin-top: 5px
    }

    .togle_spravoc .complex_list_block {
        border-top: 1px solid #fff
    }

    #test777 {
        padding-right: 10%
    }

    #test776 {
        padding-right: 75%
    }

    .card_page {
        padding: 95px 0 43px
    }

    .images_list {
        padding-left: 16px
    }

    .all_price_title {
        line-height: 23px;
        margin-top: -4px
    }

    .detail_price {
        margin-top: -2px
    }

    .price_m {
        margin-top: 25px
    }

    .detail_btn {
        position: absolute;
        left: -155px;
        bottom: -115px
    }

    .detail_var {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        top: 45px;
        margin-bottom: 96px;
        line-height: 24px
    }

    .card_detail_banner .banner_detail {
        padding: 46px 54px
    }

    .banner_first_text {
        font-size: 30px
    }

    .banner_two_text {
        margin-top: 30px
    }

    .banner_detail:before {
    / / background: url('/msk/local/templates/mainspecsmu_2016/images/detail_cat2.png') no-repeat;
        right: 15px;
        top: -24px;
        width: 174px;
        height: 311px
    }

    .banner_last_btn {
        margin-top: 49px;
        margin-bottom: 7px
    }

    .detail_add_to_fav {
        right: initial;
        float: left;
        margin-top: 10px;
        width: 100%;
        margin-bottom: 42px
    }

    .btn_detail_block .col-md-6 {
        width: 100%
    }

    .btn_detail_block {
        margin-top: 28px
    }

    .btn_detail_block .prop_btn {
        width: 226px;
        margin-bottom: 28px
    }

    .detail_btn.fix_d {
        margin-top: 23px;
        position: relative;
        right: 172px;
        left: initial;
        bottom: initial
    }

    .custom_detail {
        width: 380px;
        position: relative;
        right: 205px;
        text-align: center
    }

    .fx_crd.card_detail_banner {
        margin-top: -30px
    }

    .fx_crd .banner_two_text {
        padding-right: 185px
    }

    .fx_crd .banner_last_btn {
        margin-top: 24px
    }

    .bank_detail_block {
        padding: 46px 50px 0 51px
    }

    .bank_detail_title {
        font-size: 30px
    }

    .bank_detail_text {
        margin-top: 33px;
        margin-left: 2px;
        padding-right: 0
    }

    .bank_detail_list_left {
        margin-left: 2px;
        width: auto
    }

    .bank_detail_list_right {
        margin-top: 29px;
        margin-left: 82px
    }

    .banner_detail_bl {
        padding: 46px 54px 53px
    }

    .rasr_title {
        font-size: 30px;
        padding-right: 80px;
        line-height: 39px;
        margin-bottom: 23px
    }

    .banner_detail_bl .col-md-5, .banner_detail_bl .col-md-7 {
        width: 100%
    }

    .price_text.lf {
        width: 287px;
        display: inline-block;
        position: relative;
        margin-bottom: 102px
    }

    .price_text.lf span {
        padding: 3px 22px 2px 44px;
        display: block;
        text-align: center;
        font-size: 26px
    }

    .banner_text br {
        display: none
    }

    .banner_text {
        display: inline-block;
        vertical-align: top;
        width: 170px;
        margin-left: 28px;
        margin-top: -3px
    }

    .price_text.lf:after {
        position: absolute;
        background: url('/msk/local/templates/mainspecsmu_2016/images/yel_arr_d.png') no-repeat;
        width: 44px;
        height: 30px;
        left: 123px;
        bottom: -65px
    }

    .price_text.rg {
        display: inline-block;
        width: 288px
    }

    .price_text.rg span {
        display: block;
        font-size: 24px;
        text-align: center;
        padding: 4px 11px 3px 36px
    }

    .banner_detail_bl .col-md-7 {
        padding-left: 15px
    }

    .btn_rasr_banner {
        margin-top: 24px;
        display: inline-block
    }

    .btn_rasr_banner a {
        width: 287px
    }

    .fix_bottom_banner .col-md-5 {
        width: 60%
    }

    .fix_bottom_banner .col-md-7 {
        width: 40%
    }

    .btn_comment {
        margin-top: 33px
    }

    .fast_search_block.ffix .search_item {
        min-height: 239px
    }

    .quality_page.fx_pa .back_link_block a {
        top: -100px !important
    }

    .hover_info .hover_text {
        padding: 0 20px 0 30px
    }

    .contact_page .city_select {
        width: 95%
    }

    .contact_page {
        margin-bottom: 0
    }

    .contact_map {
        width: 100%;
        padding: 0
    }

    #map_contact {
        height: 385px;
        margin-bottom: 35px
    }

    .contact_title {
        font-size: 30px
    }

    .contact_list {
        margin-top: 83px
    }

    .contact_item .col-md-3 {
        width: 34%
    }

    .contact_item .col-md-3 img {
        width: 100%;
        height: 170px
    }

    .contact_item .col-md-9 {
        width: 66%;
        padding-left: 12px
    }

    .contact_item .col-md-5 {
        width: 100%
    }

    .contact_item .col-md-7 {
        width: 100%
    }

    .contact_info_line {
        margin-bottom: 2px
    }

    .right_contact_col {
        padding-left: 13px;
        margin-top: 24px
    }

    .contact_item .m_hide {
        display: none
    }

    .contact_item .d_hide {
        display: block;
        margin-top: 25px;
        padding-left: 17px
    }

    .contact_item {
        margin-bottom: 49px
    }

    .contact_map .row {
        margin: 0
    }

    .contact_map .col-md-12 {
        padding: 0;
        overflow: hidden
    }

    .company_banner_block {
        margin-top: -23px
    }

    .company_banner {
        padding: 49px 55px
    }

    .company_banner_block:before {
        right: 2.3%
    }

    .company_banner .bottom_text {
        font-size: 24px;
        padding-right: 0;
        position: relative;
        z-index: 20;
        line-height: 35px
    }

    .stat_info_item .left_stats {
        width: 25.333333%
    }

    .stat_num {
        margin-top: -30px;
        margin-left: -23px;
        font-size: 41px
    }

    .stat_info_item:first-child {
        border-top: 0;
        padding-top: 25px
    }

    .stat_desc {
        margin-left: -26px;
        margin-top: 4px;
        line-height: 18px
    }

    .stat_text {
        margin-left: -8px;
        margin-top: -20px;
        padding-right: 0
    }

    .stat_info_item .right_stats {
        width: 74%
    }

    .stat_info_item {
        padding-bottom: 22px;
        padding-top: 44px
    }

    .stat_info_item.last {
        border-bottom: 0
    }

    .all_line_text {
        margin-top: 52px;
        padding: 0 80px
    }

    .house_block {
        margin-top: 30px;
        padding: 0
    }

    .house_item {
        width: 80px;
        margin-right: 21px
    }

    .company_banner_men_block {
        margin-top: 49px;
        width: 100%;
        padding: 0;
        background-color: #04579f;
        margin-bottom: 61px
    }

    .company_banner_men_block .col-md-12 {
        width: 636px;
        margin: 0 auto !important;
        float: none
    }

    .company_banner_men:before {
        bottom: 0;
        left: 0;
        width: 280px;
        background-size: contain !important;
        height: 245px
    }

    .banner_nem_text1 {
        padding-left: 260px;
        padding-right: 10px;
        word-wrap: break-word;
        font-size: 16px
    }

    .company_banner_men {
        padding: 47px 0
    }

    .banner_nem_text2 {
        padding-left: 260px;
        margin-top: 27px;
        position: relative;
        z-index: 20
    }

    .company_title {
        font-size: 30px;
        padding-right: 70px;
        line-height: 41px
    }

    .company_text {
        margin-top: 41px
    }

    .points_block {
        margin-top: 25px;
        margin-bottom: 2px
    }

    .points_line .col-md-6 {
        width: 100%;
        margin-bottom: 49px
    }

    .points_title {
        margin-top: 1px
    }

    .points_content {
        width: 500px
    }

    .points_line {
        margin-bottom: 1px
    }

    .company_recom {
        margin-bottom: 38px
    }

    .pointstwo {
        margin-top: 41px
    }

    .index_1_text {
        text-transform: uppercase;
        font-size: 60px;
        margin-left: 6px
    }

    .left_index {
        padding-top: 40px;
        padding-left: 15px
    }

    .index_2_text {
        text-transform: uppercase;
        font-size: 24px;
        margin-top: -9px
    }

    .left_index {
        width: 57%;
        position: relative;
        z-index: 100
    }

    .index_3_text {
        font-size: 20px
    }

    .right_index {
        position: absolute;
        top: 27px;
        right: 15%;
        left: initial
    }

    .index_title {
        font-size: 30px;
        margin-top: 37px
    }

    .general_recom {
        margin-top: 43px
    }

    .general_banner_block {
        margin-top: -12px
    }

    .general_banner img {
        right: -128px;
        height: 100%
    }

    .content_block {
        padding-left: 53px;
        padding-top: 50px
    }

    .content_1 {
        font-size: 30px;
        margin-bottom: 28px
    }

    .general_title_news {
        font-size: 30px;
        margin-bottom: 33px
    }

    .general_subtitle_news {
        padding-right: 35px
    }

    .btn_news {
        width: 183px
    }

    .btn_news a {
        width: 183px
    }

    .right_news_list {
        width: 185px
    }

    #obj_id_5_4_2 {
        width: 189%
    }

    .clmd2_5_4 {
        margin-right: 10%;
        margin-left: -2%;
        margin-top: 2%
    }

    .cmld8 {
        margin-right: 0;
        margin-left: 13%;
        width: 54%;
        margin-top: 5%;
        padding-left: 0;
        padding-right: 0
    }

    .cmld4 {
    / / background: url('/msk/local/templates/mainspecsmu_2016/images/cat_404.png') no-repeat;
        height: 285px;
        width: 243px;
        margin-right: -8%
    }

    .cmld3 {
        padding-left: 0;
        margin-top: 12%
    }

    .text2 {
        margin-top: 6%
    }

    .slider_finish_block {
        margin-top: -48px;
        width: 100%;
        padding: 0;
        overflow: hidden
    }

    .finish_slide_item img {
        width: 100%;
        height: 100%
    }

    .finish_slide_item {
        height: 385px !important
    }

    .bx-viewport {
        height: 456px !important
    }

    .mini_block .col-md-6 {
        width: 100%
    }

    .mini_block .left_pager {
        padding-left: 21px;
        margin-bottom: 33px
    }

    .mini_block .right_pager {
        padding-left: 21px !important;
        margin-bottom: 33px
    }

    .finish_slide_item {
        overflow: visible
    }

    .desc_finish_slide {
        font-size: 14px;
        width: 608px;
        margin: 0 auto;
        position: relative
    }

    .center_text {
        margin-top: 25px;
        font-size: 18px
    }

    .props_list {
        margin-top: 55px
    }

    .props_list .col-md-3 {
        width: 33.3333%
    }

    .props_img {
        margin-bottom: 16px
    }

    .props_item {
        min-height: 216px
    }

    .center_text_edit {
        margin-top: -53px;
        font-size: 18px
    }

    .center_text_bold {
        font-size: 18px
    }

    .pack_block {
        margin-top: 54px
    }

    .pack_block_item {
        padding: 45px 22px 50px
    }

    .pack_title {
        line-height: 25px;
        margin-bottom: 23px
    }

    .pack_btn a {
        width: 221px
    }

    .cstm_obj .col-md-3 {
        width: 100%;
        margin-bottom: 30px
    }

    .cstm_obj .col-md-9 {
        width: 100%
    }
}

@media (min-width: 641px) {
    .howbuy_page .city_select li {
        display: inline-block
    }
}

@media (max-width: 641px) {
    .fx_crd.card_detail_banner {
        margin-top: 0
    }

    .card_detail_banner {
        width: 100%
    }

    .card_detail_banner .banner_detail {
        height: 325px
    }

    .banner_detail .banner_last_btn {
        text-align: center
    }

    .banner_detail .banner_last_btn a {
        margin: 0 auto;
        margin-bottom: 10px
    }

    .action_item_img img {
        width: 100%
    }
}

/*custom_css*/
.realtor {
    margin-top: 40px;
    margin-bottom: 20px;
    border: 2px solid #2e529c;
    position: relative;
    display: flex;
    flex-flow: column nowrap
}

.realtor small {
    font-size: 12px
}

@media (min-width: 768px) {
    .realtor {
        margin-top: 30px;
        flex-flow: row nowrap
    }

    .realtor small {
        font-size: 13px
    }
}

@media (min-width: 1200px) {
    .realtor {
        margin-bottom: 30px
    }
}

.realtor__img {
    flex: 0 0 100%;
    height: 260px;
    position: relative;
    border-bottom: 1px solid #d1d1d1
}

.realtor__img img {
    position: absolute;
    bottom: -1px;
    max-height: 290px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 768px) {
    .realtor__img {
        flex-basis: 42%;
        order: 1;
        height: auto
    }

    .realtor__img img {
        max-height: 410px;
        border-bottom: none
    }
}

@media (min-width: 1200px) {
    .realtor__img {
        flex-basis: 40%
    }
}

.realtor__content {
    flex: 0 0 100%;
    padding: 20px 20px 10px
}

@media (min-width: 768px) {
    .realtor__content {
        padding: 20px 0 10px 30px;
        flex-basis: 57%;
        max-height: none
    }
}

@media (min-width: 1200px) {
    .realtor__content {
        flex-basis: 60%;
        padding-top: 40px;
        padding-bottom: 25px
    }
}

.region_text img {
    max-width: 100%;
    height: auto
}

@media (min-width: 1200px) {
    .region_text img {
        max-width: none
    }
}

.region_text .realtor__ttl {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
    width: 90%
}

@media (min-width: 768px) {
    .region_text .realtor__ttl {
        width: 100%;
        font-size: 26px;
        margin-bottom: 2px
    }
}

.region_text .realtor__contact {
    line-height: 18
}

@media (min-width: 768px) {
    .region_text .realtor__contact {
        line-height: 20
    }
}

@media (min-width: 1200px) {
    .region_text .realtor__contact {
        display: flex;
        flex-flow: row wrap
    }

    .region_text .realtor__contact p {
        flex: 0 0 50%
    }
}

.new_header__logo-spb {
    width: 160px
}

@media (min-width: 768px) {
    .new_header__logo-spb {
        width: 180px
    }
}

.top_logo_block {
    margin-top: 5px
}

.top_logo_block img {
    width: 160px
}

.feedback {
    display: flex;
    flex-flow: row wrap
}

.feedback:before {
    display: none
}

.feedback-icon {
    max-width: 50px;
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .feedback-icon {
        position: absolute;
        left: 0;
        top: 0
    }
}

.feedback-content {
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px
}

.feedback-content__txt {
    width: 100%
}

@media (min-width: 1200px) {
    .feedback-content__txt {
        padding-left: 70px;
        padding-right: 20px
    }
}

.feedback-content__ttl, .feedback-content__bold {
    /*font-family: 'PN_ex_bold';*/
    font-weight: 400
}

.feedback-header {
    padding-bottom: 0
}

@media (min-width: 1200px) {
    .feedback-header {
        margin-bottom: 35px
    }
}

.feedback-header .title {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .feedback-header .title {
        font-size: 24px
    }
}

.feedback-header .container {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .feedback-header .container {
        margin-right: 60px;
        margin-left: 50px;
        padding: 0 20px;
        width: auto
    }
}

@media (min-width: 1200px) {
    .feedback-header .container {
        width: 1020px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1200px) {
    .feedback-pagination {
        padding-left: 70px
    }
}

.feedback-content__author {
    margin-top: 25px
}

.b-voen-ipo__banner img {
    width: 100%;
    height: auto;
    padding-right: 10px;
    margin-bottom: 20px
}

.b-voen-ipo__banner p {
    font-size: 20px
}

.b-voen-ipo__descr {
    margin-bottom: 30px
}

.b-voen-ipo__descr img {
    display: block;
    max-width: 65px;
    margin: 10px auto 20px
}

.b-voen-ipo__h3 {
    margin-top: 25px;
    text-transform: uppercase
}

.b-voen-ipo__footer {
    margin-top: 30px;
    text-align: center;
    font-size: 24px
}

.b-site-info .blue_btn {
    width: 100%;
    margin-left: 0;
    min-width: 200px;
}

.col-md-3.copy_col {
    width: 50%
}

.complex_list_block table thead {
    user-select: none;
    -moz-user-select: none
}

.complex_list_block table thead .table_sorting {
    position: relative;
    background: 0 0
}

.complex_list_block table thead .table_sorting:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #ccc transparent;
}

.complex_list_block table thead .table_sorting:hover:after,
.complex_list_block table thead .table_sorting.active:after{
    opacity: 1;
}

/*.complex_list_block table thead .table_sorting.active {
    background: 0 0
}*/

.complex_list_block table thead .table_sorting.active:after {
    border-width: 10px 7px 0 7px;
    border-color: #0055a0 transparent transparent transparent
}

.complex_list_block table thead .table_sorting.table_asc:after {
    border-width: 10px 7px 0 7px;
    border-color: #ccc transparent transparent transparent
}

.complex_list_block table thead .table_sorting.active.table_asc:after {
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #0055a0 transparent
}

#modal_map .modal_close {
    right: -9px;
    top: 30px
}

@media (max-width: 530px) {
    .tb_rent {
        top: 306px !important;
        left: 100px !important;
    }

    .add_to_fav {
        top: 58px !important;
    }
}

.b-card__old-price-wrapper {
    color: #7f7f7f;
    margin-top: 15px;
    opacity: 0.5;
}

.b-card__old-price-wrapper_red {
    color: #f77f7d;
    opacity: 1;
}

.b-card__old-price-wrapper p {
    /*font-family: pfdin,sans-serif!important;*/
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

.b-card__old-price {
    /*font-family: pfdin,sans-serif!important;*/
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
}

.b-search-table thead td:not(:last-child),
.b-search-table thead td:not(:first-child) {
    padding: 0 5px;
}

.b-search__tb-price-comment {
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 5px;
    display: block;
}

.b-search__tb-price-comment span {
    font-size: 14px;
}

.b-search-table .b-search-tanle-tb_price-mobile,
.b-search-table .b-search__tb-price-old {
    display: none;
}

.b-search__tb-price-old,
.b-search-table-tb_price-mobile {
    color: #7f7f7f;
}

@media only screen and (min-width:670px){
    .detail_out_link br {
        display: none;
    }

    .b-site-info__link:not(:last-child) {
        margin-bottom: 0;
        margin-right: 35px;
    }
}

@media only screen and (min-width: 960px) {
    .b-search-table .tb_price {
        width: 33%!important;
        left: 345px!important;
    }

    .b-search-table tbody tr {
        border-bottom: 2px solid red;
    }

    .b-search-table__price {
        display: block;
    }

    .complex_list_block table thead .table_sorting.b-search-table__price:after {
        right: 30%;
        top: 15%;
        transform: translateY(-15%);
    }
}

@media only screen and (min-width: 1201px) {
    .detail_out_link {
        display: flex;
        flex-flow: row wrap;
    }

    .b-site-info__link:not(:last-child) {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 1280px) {
    .b-search-table .b-search-table-tb_price-mobile,
    .b-search-table .b-search__tb-price-old {
        display: table-cell;
    }

    .b-search-table .tb_price {
        width: inherit!important;
        left: inherit!important;
    }

    .b-search-table .table_sorting {
        display: table-cell;
    }

    .complex_list_block table thead .table_sorting.b-search-table__price:after {
        right: 20px;
        top: 15%;
        transform: translateY(-15%);
    }
}

.b-building__favorite-cell svg {pointer-events: none;}
.b-corp-clients__banks-img img {width: 100%;}
.b-building__card .b-building__card-img-content {
    background-color: #ffffff;
}

.b-link.is-active .b-icon__link-icon-favorite {
    fill: #ffd349;
    pointer-events: all;
}

.validity-alert-custom {
    display: none;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 1);
    color: black;
    padding: 4px 8px;
    margin-top: 12px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: center;
    border: 1px solid #cccccc;
    width: 260px;
}

.validity-alert-custom__arrow {
    position: absolute;
    top: -7px;
    left: 4px;
    display: block;
    width: 0;
    height: 0;
    border-left: 0.53846em solid transparent;
    border-right: 0.53846em solid transparent;
    border-bottom: 0.53846em solid #fefefe;
    border-top: none;
}

.validity-alert-custom__arrow_color_gray {
    border-bottom: 0.53846em solid #cccccc;
}

.exit-form input[type="checkbox"].user-error + label .validity-alert-custom,
.has-validation input[type="checkbox"].user-error + label .validity-alert-custom {
    display: block;
}


.hotline-form {
    width: 100%;
    max-width: 830px;
    font-weight: 300;
    margin-top: 80px;
}
.hotline-form-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.hotline-form-blocks {
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.hotline-form-blocks > div {
    width: 50%;
    margin: 0 15px;
}

.b-hotline-form-title {
    font-size: 16px;
    line-height: 1.2;
    color: #262626;
    margin-bottom: 5px;
}

.hotline-form .b-input {
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    padding-top: 2px;
}
.hotline-form textarea {
    margin-bottom: 10px;
}

.hotline-form input::-webkit-input-placeholder,
.hotline-form textarea::-webkit-input-placeholder
{
    color: #7f7f7f;
    font-size: 16px;
    opacity: 0.5;

}
.hotline-form input:-ms-input-placeholder,
.hotline-form textarea:-ms-input-placeholder
{
    color: #7f7f7f;
    font-size: 16px;
    opacity: 0.5;
}
.hotline-form input::-ms-input-placeholder,
.hotline-form textarea::-ms-input-placeholder
{
    color: #7f7f7f;
    font-size: 16px;
    opacity: 0.5;
}
.hotline-form input::placeholder,
.hotline-form textarea::placeholder
{
    color: #7f7f7f;
    font-size: 16px;
    opacity: 0.5;
}

.hotline-form .j-subscribe-message {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.hotline-form textarea {
    outline: none;
    padding-top: 14px;
    height: 124px;
}

.hotline-form-blocks-buts {
    margin-top: 10px;
    -webkit-align-items: center;
    align-items: center;
}

.hotline-form .b-btn {
    max-width: 150px;
    height: 48px;
    font-size: 16px;
}

@media only screen and (max-width:669px){


    .hotline-form-blocks > div {
        width: 100%;
        margin: 0;
    }
    .hotline-form-blocks {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .hotline-form .b-btn {
        margin-top: 20px;
    }
    .hotline-form {
        margin-top: 50px;
    }
}



/* End */


/* Start:/local/templates/mainspecsmu_2016/css/content-styles.css?1636633881922*/
/* Рекомендации:
 * Называть классы с одинакового префикса .prefix-classname,
 * исключая префиксы "b", "l" и "j"
*/


.lss-constructor-top:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/msk/img/elements/exit.svg) no-repeat 50%;
	margin-top: -5px;
	margin-left: 5px;
	white-space: nowrap;
}
a.lss-constructor-top {
	text-decoration:underline;
	white-space: nowrap;
}
@media only screen and (max-width: 374px) {
	a.lss-constructor-top {
		white-space: normal;
	}
}

table.lss-table {
	border: 1px solid #ccc;
	display: inline-block;
}

table.lss-table tr {
	border: 1px solid #ccc;
}

table.lss-table tr td {
	border: 1px solid #ccc;
	font-size:10pt; 
	padding:5px;
}

.lss-table {
	position:relative;
	text-align:center;
}

ul.lss-list {
	padding: 0px 0px 10px 20px;
}

ul.lss-list li {
	list-style-type: disc; 
}
/* End */


/* Start:/local/templates/mainspecsmu_2016/css/custom.css?16333399064764*/
.realtor{margin-top:40px;margin-bottom:20px;border:2px solid #2e529c;position:relative;display:flex;flex-flow:column nowrap}.realtor small{font-size:12px}@media (min-width:768px){.realtor{margin-top:30px;flex-flow:row nowrap}.realtor small{font-size:13px}}@media (min-width:1200px){.realtor{margin-bottom:30px}}.realtor__img{flex:0 0 100%;height:260px;position:relative;border-bottom:1px solid #d1d1d1}.realtor__img img{position:absolute;bottom:-1px;max-height:290px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:768px){.realtor__img{flex-basis:42%;order:1;height:auto}.realtor__img img{max-height:410px;border-bottom:none}}@media (min-width:1200px){.realtor__img{flex-basis:40%}}.realtor__content{flex:0 0 100%;padding:20px 20px 10px}@media (min-width:768px){.realtor__content{padding:20px 0 10px 30px;flex-basis:57%;max-height:none}}@media (min-width:1200px){.realtor__content{flex-basis:60%;padding-top:40px;padding-bottom:25px}}.region_text img{max-width:100%;height:auto}@media (min-width:1200px){.region_text img{max-width:none}}.region_text .realtor__ttl{font-size:22px;font-weight:500;margin-bottom:14px;width:90%}@media (min-width:768px){.region_text .realtor__ttl{width:100%;font-size:26px;margin-bottom:2px}}.region_text .realtor__contact{line-height:18}@media (min-width:768px){.region_text .realtor__contact{line-height:20}}@media (min-width:1200px){.region_text .realtor__contact{display:flex;flex-flow:row wrap}.region_text .realtor__contact p{flex:0 0 50%}}.new_header__logo-spb{width:160px}@media (min-width:768px){.new_header__logo-spb{width:180px}}.top_logo_block{margin-top:5px}.top_logo_block img{width:160px}.feedback{display:flex;flex-flow:row wrap}.feedback:before{display:none}.feedback-icon{max-width:50px;margin-bottom:15px}@media (min-width:1200px){.feedback-icon{position:absolute;left:0;top:0}}.feedback-content{position:relative;margin-bottom:30px;margin-top:10px}.feedback-content__txt{width:100%}@media (min-width:1200px){.feedback-content__txt{padding-left:70px;padding-right:20px}}.feedback-content__bold,.feedback-content__ttl{font-family:PN_ex_bold;font-weight:400}.feedback-header{padding-bottom:0}@media (min-width:1200px){.feedback-header{margin-bottom:35px}}.feedback-header .title{margin-bottom:30px}@media (max-width:767px){.feedback-header .title{font-size:24px}}.feedback-header .container{margin-left:auto;margin-right:auto}@media (min-width:768px){.feedback-header .container{margin-right:60px;margin-left:50px;padding:0 20px;width:auto}}@media (min-width:1200px){.feedback-header .container{width:1020px;margin-left:auto;margin-right:auto}}@media (min-width:1200px){.feedback-pagination{padding-left:70px}}.feedback-content__author{margin-top:25px}.b-voen-ipo__banner img{width:100%;height:auto;padding-right:10px;margin-bottom:20px}.b-voen-ipo__banner p{font-size:20px}.b-voen-ipo__descr{margin-bottom:30px}.b-voen-ipo__descr img{display:block;max-width:65px;margin:10px auto 20px}.b-voen-ipo__h3{margin-top:25px;text-transform:uppercase}.b-voen-ipo__footer{margin-top:30px;text-align:center;font-size:24px}.b-voen-ipo__footer a{color:#000}.b-site-info .blue_btn{width:100%}.col-md-3.copy_col{width:50%}.complex_list_block table thead{user-select:none;-moz-user-select:none}.complex_list_block table thead .table_sort{position:relative;background:0 0}.complex_list_block table thead .table_sort:after{content:'';position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:10px 7px 0 7px;border-color:#ccc transparent transparent transparent}.complex_list_block table thead .table_sort.active{background:0 0}.complex_list_block table thead .table_sort.active:after{border-width:10px 7px 0 7px;border-color:#0055a0 transparent transparent transparent}.complex_list_block table thead .table_sort.table_asc:after{border-width:10px 7px 0 7px;border-color:#ccc transparent transparent transparent}.complex_list_block table thead .table_sort.active.table_asc:after{border-width:0 7px 10px 7px;border-color:transparent transparent #0055a0 transparent}#modal_map .modal_close{right:-9px;top:30px}.b-objects__commerce-link{display:block;font-weight:400;margin-top:15px;padding:20px 0;background-color:#ffec00;color:#000;text-align:center;font-size:20px;line-height:20px!important}.b-footer__info-logo:hover{text-decoration:none}
.b-header__menu-item-live span {background-color: #4996dd;}

.b-purchase__item-img {
	display: none!important;
}

.b-purchase {
	background-color: initial!important;
}

.b-purchase__wrap h2 {
	text-align: initial!important;
}

.b-gallery__slide:after {
    background-image: linear-gradient(-90deg,transparent,rgba(0,0,0,.4))!important;
}

/* End */


/* Start:/styles/app.css?16511535261003055*/
@charset "UTF-8";

.container-kelnik {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
}

.row-kelnik {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-kelnik .b-tabs__content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 1865px;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.row-kelnik .b-tabs__content.is-active {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
}

*,*:after,*:before {
    box-sizing: border-box;
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

ol,ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,blockquote {
    quotes: none;
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
    content: none;
}

label {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a {
    outline: none;
}

sub,sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

input {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-style: normal;
    resize: none;
    overflow-y: auto;
    padding-left: gutter()/2;
    padding-right: gutter()/2;
}

html {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-family: "pfdin", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    opacity: 0;
}

html.font-loaded {
    font-family: 'gilroy', "pfdin", sans-serif;
    opacity: 1;
}

h1, .l-main-new .l-corp-clients h1 {
    font-size: 28px;
    line-height: 30px;
}

.b-feedback h2,.b-realtors-info__wrap h1,h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 26px;
    line-height: 30px;
}

h4 {
    font-size: 14px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 22px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

blockquote {
    font-size: 16px;
    line-height: 24px;
    color: #8a8a8a;
    padding-left: gutter(4);
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: 1px solid #cacaca;
    font-family: inherit;
    font-style: italic;
}

cite {
    font-size: 14px;
    line-height: 8px;
    font-family: inherit;
    display: block;
}

cite:before {
    content: '\2014 \0020';
}

small {
    font-size: 14px;
}

p {
    margin-bottom: 8px;
}

a {
    color: #3677c3;
    text-decoration: none;
}

.b-typo-reset ul,.b-typo-reset ol {
    margin-bottom: 8px;
}

.b-typo-reset ul li,.b-typo-reset ol li {
    margin-bottom: 13px;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    font-family: inherit;
    color: #000000;
    position: relative;
}

.b-typo-reset ul,.b-typo-reset ol ul {
    counter-reset: list;
}

.b-typo-reset ul li,.b-typo-reset ol ul li {
    padding-left: 26px;
}

.b-typo-reset ul li:before,.b-typo-reset ol ul li:before {
    content: '';
    background-color: #ffd349;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
}

.b-typo-reset ol {
    counter-reset: list;
}

.b-typo-reset ol li {
    padding-left: 26px;
}

.b-typo-reset ol li:before {
    font-size: 14px;
    line-height: 25px;
    counter-increment: list;
    content: counter(list);
    color: #022156;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #ffd349;
    border-radius: 50%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-typo-reset ul ul,.b-typo-reset ol ol,.b-typo-reset ul ol,.b-typo-reset ol ul {
    margin-top: 8px;
}

b,strong {
    font-family: inherit;
    font-weight: 500;
}

i,em {
    font-family: inherit;
    font-style: italic;
}

body {
    color: #000000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width: 100%;
}

body.disable-hover,body.disable-hover * {
    pointer-events: none !important;
}

body.fixed {
    position: relative;
    overflow: hidden;
    height: 100%;
}

a[href^='tel:'],a[href^='mailto:'] {
    white-space: nowrap;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.b-ruble {
    font-family: inherit;
    font-weight: 300;
}

.form-with-answer,.b-form__answer-hidden {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    width: 0;
    position: absolute;
}

.grecaptcha-badge {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0px !important;
    width: 0px !important;
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.bounce {
    animation-name: bounce;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.flash {
    animation-name: flash;
}

.pulse {
    animation-name: pulse;
}

.rubberBand {
    animation-name: rubberBand;
}

.shake {
    animation-name: shake;
}

.swing {
    -ms-transform-origin: top center;
    transform-origin: top center;
    animation-name: swing;
}

.tada {
    animation-name: tada;
}

.wobble {
    animation-name: wobble;
}

.bounceIn {
    animation-name: bounceIn;
    animation-duration: .75s;
}

.bounceInDown {
    animation-name: bounceInDown;
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

.bounceInRight {
    animation-name: bounceInRight;
}

.bounceInUp {
    animation-name: bounceInUp;
}

.bounceOut {
    animation-name: bounceOut;
    animation-duration: .75s;
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

.fadeIn {
    animation-name: fadeIn;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

.fadeOut {
    animation-name: fadeOut;
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

.flipOutX {
    animation-name: flipOutX;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
    animation-duration: .75s;
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

.rotateIn {
    animation-name: rotateIn;
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

.rotateOut {
    animation-name: rotateOut;
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

.hinge {
    animation-name: hinge;
}

.rollIn {
    animation-name: rollIn;
}

.rollOut {
    animation-name: rollOut;
}

.zoomIn {
    animation-name: zoomIn;
}

.zoomInDown {
    animation-name: zoomInDown;
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

.zoomInRight {
    animation-name: zoomInRight;
}

.zoomInUp {
    animation-name: zoomInUp;
}

.zoomOut {
    animation-name: zoomOut;
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

.slideInUp {
    animation-name: slideInUp;
}

.slideOutDown {
    animation-name: slideOutDown;
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

.slideOutRight {
    animation-name: slideOutRight;
}

.slideOutUp {
    animation-name: slideOutUp;
}

.adm-workarea select {
    opacity: 1;
}

.l-flat,.l-banks__wrap,.l-mortgage {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

.l-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100vh;
}

.l-header {
    transition-property: border-bottom-color, translateZ;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: fixed;
    height: 64px;
    top: 0;
    background-color: #ffffff;
    z-index: 900;
    max-width: 1920px;
    transform: translateZ(0);
}

.l-header.is-active {
    border-bottom-color: rgba(0, 49, 108, 0.2);
}

.l-main {
    margin-top: 64px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    position: relative;
}

.l-object {
    margin-bottom: 60px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 5.55556%;
    padding-right: 5.55556%;
}

.l-object-map {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.l-footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.l-actions {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 22px;
}

.l-actoins-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
}

.l-actions-form {
    margin-bottom: 64px;
}

.l-action {
    margin-top: 24px;
}

.l-actions-inner {
    margin-bottom: 96px;
}

.l-actoins-wrapper-inner {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.l-actions__end {
    margin-bottom: 120px;
}

.l-actions-inner_theme_gray {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 96px;
}

.l-about-text {
    margin-bottom: 40px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.l-about-timeline {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.l-mileage {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.l-mileage-wrap {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.l-flats {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.l-flats h2 {
    margin-bottom: 8px;
}

.l-flats-palns {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.l-flats-palns__action .b-flat__gallery-title {
    padding: 0;
    margin: 50px 0 20px;
}

.l-flats-palns__action .b-flat__gallery-layout {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: 0%;
    margin-left: 0%;
}

.l-flats-palns__action .b-flat__gallery-subtitle {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.l-text {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 48px;
    width: 100%;
}

.l-text h2 {
    margin-bottom: 8px;
}

.l-text_mb_small {
    margin-bottom: 16px;
}

.l-text_download_theme {
    margin-bottom: 32px;
}

.l-rare__button {
    margin-right: 5.55556%;
    margin-left: 5.55556%;
    margin-bottom: 15px;
}

.l-rare__button .b-btn_theme_download.b-btn_theme_back {
    margin-top: 0;
}

.l-contacts {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    width: 100%;
}

.l-rare {
    width: 100%;
    margin-left: 8.33333%;
    margin-right: 8.33333%;
}

.l-gallery {
    width: 100%;
    margin-bottom: 64px;
}

.b-icons__svg {
    display: none;
}

.b-icon__line {
    width: 8px;
    height: 8px;
    margin-top: 8px;
}

.b-icon__filters {
    width: 21px;
    height: 21px;
    fill: #002f69;
}

.b-icon__moneybox,.b-icon__docs,.b-icon__timer {
    width: auto;
    height: 40px;
    max-width: 100%;
}

.b-icon__footer-logo {
    width: 125px;
    height: 30px;
}

.b-icon__corp-hand {
    width: 56px;
    height: 32px;
}

.b-icon__corp-superman {
    width: 34px;
    height: 55px;
}

.b-icon__corp-speed {
    width: 39px;
    height: 27px;
    margin-top: -10px;
    margin-right: -1px;
}

.b-icon__corp-graphik {
    width: 52px;
    height: 30px;
}

.b-icon__agreement {
    height: 38px;
}

.b-icon__purse {
    height: 38px;
    margin-right: -5px;
}

.b-icon__laptop {
    height: 28px;
}

.b-icon__manager {
    width: 43px;
    height: 57px;
}

.b-icon__stars {
    width: 51px;
    height: 51px;
}

.b-icon__list {
    width: 37px;
    height: 47px;
}

.b-icon__contract {
    width: 35px;
    height: 45px;
}

.b-icon__cashbox {
    width: 50px;
    height: 48px;
}

.b-icon__mansion {
    fill: #438cce;
    width: 58px;
    height: 50px;
}

.b-icon__accordion-arrow {
    width: 12px;
    height: 7px;
}

.b-icon__link-pin,.b-icon__link-parking {
    width: 30px;
    height: 30px;
}

.b-icon__point-active,.b-icon__point-normal {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    top: 0;
    left: 0;
}

.b-icon__link-icon-favorite {
    cursor: pointer;
    fill: #ccd3dd;
    width: 20px;
    height: 20px;
}

.b-icon__link-icon-favorite.is-active {
    fill: #ffd349;
    pointer-events: all;
}

.b-icon__link-icon-favorite-in {
    fill: #ffd349;
    width: 20px;
    height: 20px;
}

.b-icon__floor-plan {
    width: 30px;
    height: 30px;
}

.b-icon__bedroom {
    width: 53px;
    height: 36px;
}

.b-icon__bathroom {
    width: 53px;
    height: 46px;
}

.b-icon__price {
    width: 53px;
    height: 50px;
}

.b-icon__pin-icon {
    display: block;
    width: 25px;
    height: 25px;
}

.b-kelnik {
    margin-top: 8px;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.b-kelnik:hover {
    border-bottom: none !important;
}

.b-kelnik__img {
    transition-property: fill, fill-opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    float: left;
    width: 97px;
    height: 16px;
    fill: #000000;
    fill-opacity: 1;
}

.b-logo {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: 0px 0px;
    width: 150px;
    height: 150px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    display: block;
}

.b-career-page.b-objects {
    margin-top: 28px;
    margin-bottom: 32px;
    position: relative;
}

.b-career-page .b-objects__title.b-objects__title-page-objects {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
}

.b-career-page .b-objects__title.b-objects__title-page-objects .b-career__title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: 300;
}

.b-career-page .b-objects__title.b-objects__title-page-objects .b-career__subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.b-career .b-career-info {
    margin-left: 0%;
    margin-right: 0%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f1f1f1;
}

.b-career .b-career-info__wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-career .b-career-info__txt {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 24px;
}

.b-career .b-career-info__infografic {
    display: none;
}

.b-career .b-career-info__infografic.infografic-mobile {
    display: -ms-flexbox;
    display: flex;
}

.b-career .b-career-info__infografic.infografic-mobile .b-career-info__infographic-item-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.b-career .b-career-info__infografic.infografic-mobile .b-career-info__infographic-item-wrapper:not(:last-child) {
    margin-bottom: 32px;
}

.b-career .b-career-info__infografic.infografic-mobile .b-carer-info__infographic-text-title {
    margin-bottom: 8px;
}

.b-career .b-career-info__infografic.infografic-mobile .b-carer-info__infographic-text-content {
    text-align: center;
}

.b-career .b-career-info__infografic.infografic-mobile .b-carer-info__infographic-img {
    margin-bottom: 16px;
}

.b-career .b-realtors-info__infographic-item {
    width: 90px;
}

.b-career .b-career-info__infografic-collection {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-career .b-career-info__infografic-collection .b-realtors-info__infographic-item {
    margin: 0;
}

.b-career .b-career-info__infografic-collection .b-carer-info__infographic-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 57px;
    height: 57px;
    box-shadow: 4px 4px 20px rgba(67, 140, 206, 0.1);
    background-color: #ffffff;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-career .b-career-info__infografic-collection .number {
    font-size: 25px;
    color: #022259;
    opacity: 0.5;
}

.b-career .b-career-info__infographic-item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-carer-info__infographic-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-carer-info__infographic-text .b-carer-info__infographic-text-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 500;
    text-align: center;
}

.l-career-advantages.l-mileage {
    margin-top: 40px;
    margin-bottom: 48px;
}

.l-career-advantages.l-mileage .b-mileage__list li:last-child {
    margin-bottom: 0;
}

.b-career-advantages__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 29px;
}

.l-career-title {
    position: relative;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-search-filter__select_type_full.b-search-filter__select_type_carrer {
    margin-bottom: 0;
}

.b-search-filter__select_type_full.b-search-filter__select_type_carrer .b-search-filter__top {
    padding-top: 16px;
    padding-bottom: 16px;
}

.b-search-filter.b-search-filter_type_career .b-search-filter__top {
    padding-top: 16px;
    padding-bottom: 16px;
}

.b-career-vacancies__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.b-career-vacancies__item {
    margin-top: 24px;
    text-decoration: none;
    color: #000000;
    width: 100%;
    border: 1px solid rgba(0, 49, 108, 0.2);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 265px;
    transition: 0.3s;
}

.b-career-vacancies__item:hover {
    box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.3);
}

.b-career-vacancies__title {
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: auto;
}

.b-career-vacancies__detail {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}

.b-career-vacancies__map-link .b-flat__adres {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
}

.l-career-vacancies.l-mileage {
    margin-bottom: 40px;
}

.b-feedback__friends.b-feedback__career .b-feedback__comment {
    width: 100%;
}

.b-feedback__friends.b-feedback__career .b-form-questions__input-col {
    padding: 0;
}

.b-feedback__friends.b-feedback__career .b-footer__social-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-feedback.b-subscribe__career {
    margin-top: 48px;
    background: rgba(0, 47, 105, 0.03);
}

.b-feedback.b-subscribe__career .b-footer__social-form {
    margin-right: 0;
}

.b-feedback.b-subscribe__career .b-feedback__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.b-feedback.b-subscribe__career .b-feedback__content .b-feedback__ttl {
    color: #000000;
}

.b-feedback.b-subscribe__career .b-feedback__content .b-feedback__comment {
    color: #000000;
}

.b-feedback.b-subscribe__career .b-form__answer {
    color: #000000;
}

.b-form-questions__resume {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}

.b-form-questions__file {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}

.b-form-questions__file input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}

.b-form-questions__file label {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFff;
    font-weight: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.b-form-questions__file:hover .b-form-questions__tooltip {
    opacity: 1;
}

.b-form-questions__file .b-label__img {
    background: url("/styles/../msk/images/icon-load-file.svg") no-repeat;
    height: 16px;
    width: 17px;
    margin-right: 5px;
}

.b-label__delete {
    transition: 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.b-label__delete:before {
    content: '\00d7';
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-left: 7px;
    cursor: pointer;
}

.b-label__delete:hover {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.b-prev-vacancies {
    margin-bottom: 16px;
}

.b-vacancies-address {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.b-vacancies-salary {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
}

.b-vacancies__name {
    margin-bottom: 8px;
}

.b-vacancies-text__title {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.b-vacancies-text {
    font-size: 18px;
    line-height: 27px;
}

.b-vacancies-text__content,.b-vacancies-text {
    margin-bottom: 16px;
}

.b-vacancies-text__content p,.b-vacancies-text p {
    font-size: 18px;
    line-height: 27px;
}

.b-objects__title-page-objects.b-objects_theme_bottom.b-vacancies__last-block {
    margin-top: 24px;
    margin-bottom: 24px;
}

.b-form-questions__tooltip {
    position: absolute;
    right: 100%;
    top: -100px;
    font-size: 16px;
    line-height: 24px;
    width: 400px;
    box-shadow: 4px 9px 34px 1px rgba(0, 0, 0, 0.75);
    padding: 20px;
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
    transition: 0.3s;
    opacity: 0;
}

.b-btn {
    transition-property: background-color, border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background-color: #438cce;
    border: 1px solid #438cce;
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    font-family: inherit;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
}

.b-btn--blue {
    color: #022156;
    background-color: rgba(67, 140, 206, 0.3);
    border: 1px solid rgba(67, 140, 206, 0.3);
}

.b-btn--white {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.b-btn--white-with-border {
    color: rgba(2, 33, 86, 0.5);
    text-transform: uppercase;
    font-weight: 500;
    background-color: #ffffff;
    border: 1px solid rgba(0, 49, 108, 0.2);
}

.b-btn--xl {
    padding-left: 40px;
    padding-right: 40px;
}

.b-btn--nofull {
    width: auto;
}

.b-btn--icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.b-btn--icon svg,.b-btn--icon img {
    margin-left: 10px;
}

.b-btn--blue {
    color: #022156;
    background-color: rgba(67, 140, 206, 0.3);
    border: 1px solid rgba(67, 140, 206, 0.3);
}

.b-btn--blue:active {
    color: #ffffff;
}

.b-btn.is-disabled,.b-btn[disabled] {
    background-color: #eeeeee;
    color: #cccccc;
    border-color: transparent;
    cursor: default;
}

.b-btn.is-disabled:hover,.b-btn.is-disabled:focus,.b-btn[disabled]:hover,.b-btn[disabled]:focus {
    border-color: transparent;
}

.b-btn_width_auto {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.b-btn_tt_uppercase {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-top: 13px;
    padding-bottom: 11px;
}

.l-bnt-up {
    transition: bottom .15s ease;
    position: fixed;
    bottom: -48px;
    left: 3px;
    right: 3px;
    z-index: 3;
}

.l-bnt-up.is-nav-up {
    bottom: 3px;
}

.b-btn_become_partner {
    width: 300px;
}

.b-btn_lk {
    margin-top: 24px;
    width: 300px;
    background-color: rgba(67, 140, 206, 0.5);
    border-color: transparent;
    color: #132358;
}

.b-btn_theme_gray {
    color: #022156;
    background-color: #f2f4f7;
    border-color: #f2f4f7;
}

.b-btn_theme_all {
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-radius: 4px;
    background-color: #ffffff;
    color: rgba(2, 33, 86, 0.5);
    font-size: 12px;
    line-height: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.b-btn_theme_light-gray {
    color: #438cce;
    background-color: #d9e1eb;
    border-color: rgba(68, 141, 207, 0.3);
}

.b-btn_theme_light-blue {
    color: #448dcf;
    background-color: rgba(67, 140, 206, 0.1);
    border-color: rgba(68, 141, 207, 0.3);
}

.b-btn__max-width {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.b-btn_theme_blue {
    color: #5588ce;
    background-color: rgba(67, 140, 206, 0.3);
    border: 1px solid transparent;
}

.b-btn_theme_blue:active {
    color: #ffffff;
}

.b-btn_theme_white {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 47, 105, 0.5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #ffffff;
    font-weight: 500;
    border: 1px solid rgba(0, 49, 108, 0.2);
    padding-top: 16px;
    padding-bottom: 14px;
}

.b-btn_theme_white_whith-border {
    position: relative;
}

.b-btn_theme_download {
    position: relative;
}

.b-btn_theme_download:before {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -258px -151px;
    width: 10px;
    height: 16px;
    content: '';
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

.b-btn_theme_download.b-btn_theme_back {
    margin-top: 20px;
}

.b-btn_theme_download.b-btn_theme_back:before {
    display: none;
}

.b-btn_theme_download.b-btn_theme_back.hidden-mobile {
    display: none;
}

.b-btn-container {
    min-width: 49.19355%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    margin-right: 1.6129%;
}

.b-btn-container:nth-of-type(2) {
    text-align: left;
    margin-right: 0%;
}

.b-btn-container:only-of-type {
    text-align: center;
    margin-right: 0%;
}

.hidden-mobile {
    display: none;
}

.b-btn_theme_yellow {
    border-color: transparent;
    background-color: #ffd349;
    color: #002f69;
}

.b-btn_theme_blue-opacity {
    border-color: transparent;
    background-color: rgba(67, 140, 206, 0.3);
    color: #002f69;
}

.b-btn_theme_more {
    border-radius: 0;
}

.b-btn_theme_more.is-active {
    background-color: rgba(67, 140, 206, 0.7);
    border-color: transparent;
}

.b-btn_theme_link {
    font-size: 14px;
    line-height: 27px;
    color: #002f69;
    padding: 0;
    border: 0;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.b-btn_theme_link.is-open .b-btn_theme_link-icon {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.b-btn_rotate_0 .b-btn_theme_link-icon {
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.b-btn_theme_link-icon {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-input,textarea,.b-form-questions__input-col_bg_blue .b-input {
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-family: inherit;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid rgba(0, 49, 108, 0.2);
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
}

.b-input:-ms-input-placeholder,textarea:-ms-input-placeholder,.b-form-questions__input-col_bg_blue .b-input:-ms-input-placeholder {
    color: #000000;
    font-style: normal;
    font-size: 16px;
    opacity: 1;
}

.b-input::placeholder,textarea::placeholder,.b-form-questions__input-col_bg_blue .b-input::placeholder {
    color: #000000;
    font-style: normal;
    font-size: 16px;
    opacity: 1;
}

.b-input:hover,textarea:hover {
    border-color: rgba(0, 49, 108, 0.3);
}

.b-input:focus,textarea:focus {
    background-color: rgba(0, 49, 108, 0.03);
}

.b-input::-ms-clear,textarea::-ms-clear,.b-form-questions__input-col_bg_blue .b-input::-ms-clear {
    display: none;
}

.has-error.b-input,textarea.has-error {
    border-color: #cccccc;
}

.has-error.b-input:-ms-input-placeholder,textarea.has-error:-ms-input-placeholder {
    color: #cccccc;
}

.has-error.b-input::placeholder,textarea.has-error::placeholder {
    color: #cccccc;
}

.b-input:disabled,textarea:disabled,.is-disabled.b-input,textarea.is-disabled,.b-input[disabled],textarea[disabled] {
    background-color: rgba(204, 204, 204, 0.3);
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(204, 204, 204, 0.3);
    cursor: default;
}

.b-input:disabled:hover,textarea:disabled:hover,.b-input:disabled:focus,textarea:disabled:focus,.is-disabled.b-input:hover,textarea.is-disabled:hover,.is-disabled.b-input:focus,textarea.is-disabled:focus,.b-input[disabled]:hover,textarea[disabled]:hover,.b-input[disabled]:focus,textarea[disabled]:focus {
    border-color: transparent;
}

.b-input:disabled:-ms-input-placeholder,textarea:disabled:-ms-input-placeholder,.is-disabled.b-input:-ms-input-placeholder,textarea.is-disabled:-ms-input-placeholder,.b-input[disabled]:-ms-input-placeholder,textarea[disabled]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.b-input:disabled::placeholder,textarea:disabled::placeholder,.is-disabled.b-input::placeholder,textarea.is-disabled::placeholder,.b-input[disabled]::placeholder,textarea[disabled]::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.b-input {
    height: 48px;
}

.b-input--white {
    color: #ffffff;
    background-color: #438cce;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.b-input--white:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.b-input--white:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

.b-input--white:-ms-input-placeholder {
    color: #ffffff;
}

.b-input--white::placeholder {
    color: #ffffff;
}

.b-input--white::-ms-input-placeholder {
    color: #ffffff;
}

.b-form__link {
    display: inline-block;
    margin-right: 5px;
}

.b-feedback__agree-checkbox {
    margin-top: 20px;
}

.b-feedback__agree-checkbox label {
    font-size: 14px;
    color: #ffffff;
}

.b-feedback__agree-checkbox label a {
    color: #000000;
}

textarea {
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

input::-ms-clear {
    display: none;
}

label {
    font-size: 16px;
    line-height: 8px;
    color: #000000;
    font-family: "pfdin", sans-serif;
    margin-bottom: 2px;
    display: inline-block;
    font-weight: 700;
}

.b-anim-label {
    padding-top: 48px;
    position: relative;
}

.b-anim-label label {
    transition-property: top, font-size, text-transform, letter-spacing, color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-size: 16px;
    line-height: 48px;
    display: block;
    position: absolute;
    top: 48px;
    left: gutter()/2;
    pointer-events: none;
    cursor: text;
    color: inherit;
}

.b-anim-label input:focus ~ label,.b-anim-label input.is-active ~ label {
    font-size: 10px;
    top: 0;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.b-form__checkbox {
    display: inline-block;
}

.b-form__checkbox input {
    position: absolute;
    visibility: hidden;
    height: 24px;
}

.b-form__checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 36px;
    font-weight: 300;
    line-height: 1.4;
}

.b-form__checkbox label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -26px -192px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    margin-top: -6px;
    left: 0;
    content: '';
}

.b-form__checkbox input:checked + label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -204px -151px;
    width: 26px;
    height: 26px;
}

.b-form__checkbox.b-form__checkbox_transparent_color input {
    height: 24px;
}

.b-form__checkbox.b-form__checkbox_transparent_color label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.b-form__checkbox.b-form__checkbox_transparent_color label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -126px -192px;
    width: 24px;
    height: 24px;
}

.b-form__checkbox.b-form__checkbox_transparent_color input:checked + label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -51px -192px;
    width: 24px;
    height: 24px;
}

.b-form__checkbox:hover label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -50px -218px;
    width: 24px;
    height: 24px;
}

.b-form__checkbox:hover input:checked + label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -231px -151px;
    width: 26px;
    height: 26px;
}

.b-form__checkbox:hover.b-form__checkbox_transparent_color label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -101px -192px;
    width: 24px;
    height: 24px;
}

.b-form__checkbox:hover.b-form__checkbox_transparent_color input:checked + label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -75px -218px;
    width: 24px;
    height: 24px;
}

.b-form__checkbox input:disabled + label,.b-form__checkbox input[readonly='readonly'] + label {
    cursor: default;
}

.b-form__checkbox input:disabled + label:after,.b-form__checkbox input[readonly='readonly'] + label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -251px -192px;
    width: 20px;
    height: 20px;
}

.b-form__checkbox.b-form__checkbox_transparent_color input:disabled + label:after,.b-form__checkbox.b-form__checkbox_transparent_color input[readonly='readonly'] + label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -76px -192px;
    width: 24px;
    height: 24px;
}

.b-form__radio {
    display: inline-block;
}

.b-form__radio input {
    display: none;
}

.b-form__radio label {
    position: relative;
    display: inline-block;
    padding-left: 44px;
}

.b-form__radio label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -176px -192px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    margin-top: -12px;
    left: 0;
    content: '';
}

.b-form__radio input:checked + label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -226px -192px;
    width: 24px;
    height: 24px;
}

.b-form__radio:hover label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -151px -192px;
    width: 24px;
    height: 24px;
}

.b-form__radio:hover input:checked + label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: 0px -218px;
    width: 24px;
    height: 24px;
}

.b-form__radio input:disabled + label,.b-form__radio input[readonly='readonly'] + label {
    cursor: default;
}

.b-form__radio input:disabled + label:after,.b-form__radio input[readonly='readonly'] + label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -201px -192px;
    width: 24px;
    height: 24px;
}

select {
    opacity: 0;
}

.selectric-wrapper {
    font-family: inherit;
}

.selectric {
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-radius: 4px;
    background-color: #ffffff;
}

.selectric .label {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-align: left;
    height: 46px;
    line-height: 46px;
    width: 80%;
    margin-right: 0;
    margin-left: 16px;
    padding: 0;
}

.selectric .button {
    width: 30px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 4px;
}

.selectric .button:before {
    content: '';
    position: absolute;
    left: -15px;
    width: 15px;
    height: 46px;
    background-image: linear-gradient(to right, rgba(247, 248, 250, 0) 0%, #ffffff 100%);
}

.selectric .button:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 10px;
    height: 8px;
    background-image: url("https://etalongroup.ru/msk/img/elements/arrow-select.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
}

.selectric-open .selectric {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: rgba(0, 49, 108, 0.2);
}

.selectric-open .selectric .button:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.selectric-hover .selectric {
    border-color: rgba(0, 49, 108, 0.3);
}

.selectric-hover .selectric .button:after {
    border-top-color: rgba(0, 49, 108, 0.3);
}

.selectric-above.selectric-open .selectric {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectric-above.selectric-open .selectric-items {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid rgba(0, 49, 108, 0.2);
    border-bottom: none;
}

.selectric-above.selectric-open .selectric-items li {
    border-bottom: 1px solid rgba(0, 49, 108, 0.1);
}

.selectric-items {
    margin-top: 8px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-top: 1px solid rgba(0, 49, 108, 0.2);
}

.selectric-items li {
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    border-bottom: 1px solid rgba(0, 49, 108, 0.1);
    border-top: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
}

.selectric-items li.disabled {
    display: none;
}

.selectric-items li.highlighted {
    background-color: initial;
    color: initial;
}

.selectric-items li.selected {
    position: relative;
    background-color: rgba(0, 49, 108, 0.03);
}

.selectric-items li.selected:after {
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -163px -144px;
    width: 9px;
    height: 6px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
}

.selectric-items li:first-child {
    border-top: none;
}

.selectric-items li:last-child {
    border-bottom: none;
}

.mfp-wrap {
    opacity: 1;
    -webkit-overflow-scrolling: touch;
}

.mfp-bg {
    background-color: #000000;
    opacity: 0.8;
}

.mfp-container {
    padding: 0;
    position: absolute;
    box-sizing: border-box;
}

.mfp-content {
    height: 100%;
    vertical-align: center;
    position: static;
}

.mfp-figure {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.mfp-figure:after {
    box-shadow: none;
    background-color: transparent;
}

.mfp-arrow:before,.mfp-arrow:after {
    display: none;
}

.b-popup {
    color: #000000;
    background-color: #ffffff;
    border-radius: 4px;
    width: 88.88889%;
}

.b-popup__ttl {
    margin-bottom: 24px;
    color: #000000;
    font-size: 25px;
    font-weight: 300;
    line-height: normal;
}

.b-popup__desc {
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.b-popup--ipoteka .b-popup__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 40px;
}

.b-popup--ipoteka .b-popup__logo {
    width: 50%;
}
.b-popup--ipoteka .b-popup__logo img {
    width: 100%;
}
.b-popup--ipoteka .b-popup__ipoteka-params {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.b-popup--ipoteka .b-popup__ipoteka-params .b-param-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 24px;
}

.b-popup--ipoteka .b-popup__ipoteka-desc {
    margin-bottom: 24px;
}

.b-popup__ipoteka-list__title {
    margin-bottom: 8px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.b-popup__ipoteka-list__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.b-popup__ipoteka-list__list li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
}

.b-popup__ipoteka-list__list li span {
    display: inline-block;
    background-color: #ffd349;
    border: 2px solid #ffd349;
    padding: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: 500;
    line-height: 11px;
    color: #000000;
}

.b-popup__close {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -140px -151px;
    width: 32px;
    height: 32px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.b-popup__cnt {
    padding: 24px 5.55556%;
    max-width: 1920px;
    margin: auto;
}

.b-popup-video {
    height: 100vh !important;
    width: 100%;
}

.b-popup-video .b-popup__cnt {
    padding: 0;
    height: 100%;
}

.b-popup-video .b-popup__close {
    right: 5.55556%;
}

.b-popup__video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    height: 100%;
}

.b-popup__video iframe {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 180px;
}

.b-popup__form-fields {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-popup__form-parking-info,.b-popup__form-descr {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.mfp-image-holder,.mfp-iframe-holder {
    background-color: #ffffff;
}

.mfp-image-holder .mfp-content,.mfp-iframe-holder .mfp-content {
    position: relative;
    max-width: 100%;
    height: auto;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 40px;
    height: 40px;
    background-color: #438cce;
    opacity: 1;
    border-radius: 50%;
    padding: 0;
}

.mfp-image-holder .mfp-close:before,.mfp-image-holder .mfp-close:after,.mfp-iframe-holder .mfp-close:before,.mfp-iframe-holder .mfp-close:after {
    position: absolute;
    top: 11px;
    left: 19px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #ffffff;
}

.mfp-image-holder .mfp-close:before,.mfp-iframe-holder .mfp-close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-image-holder .mfp-close:after,.mfp-iframe-holder .mfp-close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-popup_full_size .mfp-inline-holder .mfp-content,.b-popup_full_size .mfp-ajax-holder .mfp-content {
    max-width: none;
    height: 100%;
    width: 100%;
    margin: 0;
}

.b-popup_full_size .b-popup {
    min-height: 100%;
}

.b-popup_theme_toggle.mfp-bg {
    transition-property: opacity;
    transition-timing-function: ease;
    opacity: 0;
}

.b-popup_theme_toggle.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.b-popup_theme_toggle.mfp-bg.mfp-removing {
    opacity: 0;
}

.b-popup_theme_toggle.mfp-wrap {
    transition-property: opacity;
    transition-timing-function: ease;
    opacity: 0;
}

.b-popup_theme_toggle.mfp-wrap.mfp-ready {
    opacity: 1;
}

.b-popup_theme_toggle.mfp-wrap.mfp-removing {
    opacity: 0;
}

.b-popup_theme_map .b-popup__cnt {
    padding: 0;
}

.b-popup_theme_map .b-map__base {
    height: calc(100vh - 32px);
}

.b-popup_theme_common {
    max-width: 660px;
    margin: 100px auto;
    position: relative !important;
}

.b-popup_theme_common .b-popup__cnt {
    padding: 64px 5.55556%;
}

.b-popup_theme_common .b-footer__social-title {
    margin-bottom: 16px;
    display: block;
}

.b-popup_theme_common.b-popup_theme_video {
    position: static !important;
}

.b-popup_theme_common.b-popup_theme_video iframe {
    display: block;
    min-height: 250px;
}

.b-popup_theme_common.b-popup_theme_video .b-popup__cnt {
    padding: 0;
}

.b-popup_theme_common.b-popup_theme_video .b-popup__close {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -151px -103px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 2.77778%;
    top: 20px;
    font-size: 0;
    border: none;
    background-color: transparent;
}

.b-popup_theme_common.b-popup_theme_video .b-popup__close:hover {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: 0px -151px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.b-popup_theme__video.b-popup .b-popup__cnt {
    padding: 0 !important;
}

.b-popup_theme__video.b-popup iframe {
    display: block;
    width: 100%;
    max-width: 930px;
    height: 250px;
    margin: 0 auto;
}

.b-popup_theme__camera.b-popup {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
}

.b-popup_theme__camera .b-popup_theme__camera-iframe {
    position: relative;
    background-color: transparent;
}

.b-popup_theme__camera .b-popup_theme__camera-iframe .sk-three-bounce {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8em;
    margin: auto;
    text-align: center;
}

.b-popup_theme__camera .b-popup_theme__camera-iframe .sk-three-bounce .sk-child {
    width: 2em;
    height: 2em;
    background-color: #337ab7;
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.b-popup_theme__camera .b-popup_theme__camera-iframe .sk-three-bounce .sk-bounce-1 {
    animation-delay: -0.32s;
}

.b-popup_theme__camera .b-popup_theme__camera-iframe .sk-three-bounce .sk-bounce-2 {
    animation-delay: -0.16s;
}

.b-popup_theme__camera .b-popup_theme__camera-iframe .sk-three-bounce.hide {
    display: none;
}

.b-popup_theme__camera .b-popup_theme__camera-iframe .sk-three-bounce.show {
    display: block;
}

.b-popup_theme__camera iframe {
    display: block;
    width: 100%;
    max-width: 930px;
    height: 250px;
    margin: 0 auto;
}

.b-popup_theme__camera .b-popup__cnt {
    padding: 74px 0 20px;
}

.b-popup_theme__camera .b-popup__cnt h2 {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 32px;
}

.b-popup_theme__camera .b-popup__cnt .b-popup_theme__camera-tabs {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(129, 144, 171, 0.4);
    font-size: 16px;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
}

.b-popup_theme__camera .b-popup__cnt .b-popup_theme__camera-tabs a {
    color: #022156;
    padding-bottom: 15px;
    margin-right: 20px;
}

.b-popup_theme__camera .b-popup__cnt .b-popup_theme__camera-tabs a.active {
    border-bottom: 2px solid #FFD349;
}

.b-popup_theme__camera .b-popup__close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #438cce;
}

.b-popup_theme__camera .b-popup__close:before,.b-popup_theme__camera .b-popup__close:after {
    position: absolute;
    top: 11px;
    left: 19px;
    content: "";
    height: 18px;
    width: 2px;
    background-color: #fff;
}

.b-popup_theme__camera .b-popup__close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-popup_theme__camera .b-popup__close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-popup__parking-place {
    max-width: 1100px;
    margin: 100px auto;
    position: relative !important;
}

.b-popup__parking-place .b-popup__cnt {
    padding: 40px 5.55556% 20px;
}

.b-popup__parking-place .b-popup__close {
    top: 4px;
}

.b-popup_theme_parking {
    max-width: 1060px;
    margin: 50px auto;
    position: relative !important;
}

.b-popup_theme_parking .b-popup__cnt {
    padding: 64px 5.55556%;
}

.b-popup_theme_parking .b-popup__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.b-popup_theme_top .mfp-content {
    vertical-align: top;
}

.b-popup_theme_top .b-popup {
    min-height: 100%;
    border-radius: 0 4px 4px 0;
}

.b-popup_theme_img {
    max-width: 960px;
    margin: auto;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-popup_theme_img .b-popup__cnt {
    padding: 64px 0;
}

.b-popup_theme_img img {
    max-height: calc(100vh - 128px);
    display: block;
    margin: auto;
}

.b-popup_theme_gallery {
    background-color: rgba(255, 255, 255, 0.6);
}

.b-popup_theme_gallery .mfp-close {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 40px;
    height: 40px;
    background-color: #438cce;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
}

.b-popup_theme_gallery .mfp-close:before,.b-popup_theme_gallery .mfp-close:after {
    position: absolute;
    top: 11px;
    left: 19px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #ffffff;
}

.b-popup_theme_gallery .mfp-close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-popup_theme_gallery .mfp-close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-popup_theme_gallery .mfp-counter {
    display: none;
}

.b-popup_theme_gallery .mfp-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -ms-transform: scale(1);
    transform: scale(1);
}

.b-popup_theme_gallery .mfp-arrow.is-disabled {
    display: none;
}

.b-popup_theme_gallery .mfp-arrow-left,.b-popup_theme_gallery .mfp-arrow-right {
    margin: 0;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("https://etalongroup.ru/msk/img/svg/arrow.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    border-top: none;
    border-left: none;
}

.b-popup_theme_gallery .mfp-arrow-left {
    left: 0;
}

.b-popup_theme_gallery .mfp-arrow-right {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform-origin: center;
    transform-origin: center;
    right: 0;
}

.b-popup_theme_web-video .fotorama__wrap .fotorama__img {
    display: none;
}

.mfp-zoom-out-cur {
    cursor: default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: default;
}/* stylelint-disable selector-class-pattern */.fotorama {
                                                   background-color: white;
                                               }

.fotorama__arr {
    display: block !important;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.fotorama__arr--disabled {
    opacity: .1 !important;
    display: none !important;
}

.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important;
}

.b-gallery {
    position: relative;
    opacity: 0;
}

.b-gallery .fotorama__nav {
    position: absolute;
    top: 80px;
    right: 5.71429%;
}

.b-gallery .fotorama__nav:before,.b-gallery .fotorama__stage:before,.b-gallery .fotorama__nav:after,.b-gallery .fotorama__stage:after {
    background-image: none;
}

.b-gallery .fotorama__arr {
    background: transparent url("https://etalongroup.ru/msk/img/elements/gallery-arrow.svg") 0 0 no-repeat;
    width: 26px;
    height: 46px;
}

.b-gallery .fotorama__arr:before {
    content: '';
    position: absolute;
    display: block;
    top: -24px;
    left: -24px;
    right: -24px;
    bottom: -24px;
    background: transparent;
}

.b-gallery .fotorama__arr--prev {
    top: auto;
    left: auto;
    bottom: 16px;
    right: 22.22222%;
    visibility: visible;
    opacity: 1;
}

.b-gallery .fotorama__arr--next {
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    top: inherit;
    left: inherit;
    visibility: visible;
    opacity: 1;
    bottom: 16px;
    right: 5.55556%;
}

.b-gallery__arrow {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    top: 50%;
}

.b-gallery__arrow_show_prev {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -151px 0px;
    width: 60px;
    height: 102px;
    left: span(1);
}

.b-gallery__arrow_show_next {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -212px 0px;
    width: 59px;
    height: 101px;
    right: span(1);
}

.fotorama__nav--thumbs {
    text-align: center;
}

.fotorama__thumb-border {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
}

.fotorama-lbl {
    font-size: 12px;
    line-height: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 100%;
    color: #000000;
    font-family: inherit;
    font-weight: 900;
    font-style: normal;
    background-color: #ffffff;
    padding: 0 20px;
    z-index: 1;
    top: -8px;
}

.fotorama__nav {
    background-color: #ffffff;
}

.fotorama__nav__shaft {
    margin-top: 8px;
}

.fotorama__dot {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -38px -243px;
    width: 14px;
    height: 14px;
    left: 0;
    border: none;
}

.fotorama__nav__frame--dot.fotorama__active {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -212px -102px;
    width: 42px;
    height: 42px;
    bottom: 8px;
    margin-right: -4px;
}

.fotorama__nav--dots {
    background-color: transparent;
}

.fotorama__stage__frame {
    background-color: #ffffff;
    visibility: visible;
}

.fotorama__stage__frame .b-gallery__info-wrap {
    pointer-events: none;
}

.fotorama__stage__frame.fotorama__active .b-gallery__info-wrap {
    pointer-events: auto;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: visible;
}

.fotorama__caption__wrap {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    font-family: inherit;
    text-align: left;
    font-weight: 700;
}

.b-gallery__increase {
    font-size: 16px;
    line-height: 24px;
    font-family: inherit;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
    position: absolute;
    bottom: 32px;
    left: 20px;
    z-index: 1;
    display: none;
}

.b-gallery__increase:hover {
    text-decoration: none;
}/* stylelint-enable selector-class-pattern */.b-gallery__slide {
                                                  display: -ms-flexbox;
                                                  display: flex;
                                                  -ms-flex-direction: column;
                                                  flex-direction: column;
                                                  -ms-flex-wrap: wrap;
                                                  flex-wrap: wrap;
                                                  -ms-flex-pack: end;
                                                  justify-content: flex-end;
                                                  height: 100%;
                                                  background-repeat: no-repeat;
                                                  background-position: 50% 50%;
                                                  background-size: cover;
                                              }

.b-gallery__slide.b-gallery__slide-innovations {
    background-size: contain;
}

.b-gallery__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
}

.b-gallery__picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.b-gallery__info {
    margin-left: 11.11111%;
    width: 88.88889%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}

.b-gallery__info.b-gallery__info-akcia {
    position: relative;
    opacity: 0;
}

.b-gallery__info.b-gallery__info-akcia .b-gallery__slide-number {
    display: none;
}

.b-gallery__info.b-gallery__info-akcia .b-gallery__start-ttl {
    font-size: 34px;
    line-height: 36px;
    margin-top: 90px;
}

.b-gallery__info.b-gallery__info-akcia .b-gallery__subttl {
    font-size: 16px;
}

.b-gallery__info.b-gallery__info-akcia .b-gallery__descr {
    position: absolute;
    display: none;
    top: 110px;
    color: #fff;
    left: 110%;
    min-width: 260px;
    line-height: 1.3;
}

.b-gallery__info.b-gallery__info-akcia .b-gallery__descr-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.b-gallery__info.b-gallery__info-akcia .b-gallery__descr-svg-house {
    min-width: 18px;
    width: 18px;
    height: 17px;
    margin-right: 12px;
    margin-top: 3px;
}

.b-gallery__info.b-gallery__info-akcia .b-gallery__descr-svg-tickets {
    min-width: 20px;
    width: 20px;
    height: 17px;
    margin-right: 10px;
    margin-top: 3px;
}

.b-gallery__info-wrap {
    margin-top: 32px;
    margin-bottom: 64px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.b-gallery__info-wrap:hover {
    text-decoration: none;
}

.b-gallery__slide-number {
    margin-top: 64px;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
}

.b-gallery__slide-number span {
    display: none;
}

.is-aimate .b-gallery__slide-number {
    animation-duration: .8s;
    animation-name: slideFromTop;
    animation-delay: .85s;
    animation-fill-mode: forwards;
}

.is-aimate .b-gallery__start-ttl {
    animation-duration: 1s;
    animation-name: slideFromTop;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.is-aimate .b-gallery__subttl {
    animation-duration: .8s;
    animation-name: slideFromTop;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
}

.is-aimate .b-gallery__info.b-gallery__info-akcia {
    animation-duration: 1s;
    animation-name: slideFromTop;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.b-gallery__ttl {
    color: #ffffff;
    font-size: 72px;
    font-weight: 500;
    line-height: 64px;
}

.b-gallery__start-ttl {
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    opacity: 0;
}

.b-gallery__subttl {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    opacity: 0;
}
.b-gallery__subttl .big {
    font-size: 90%;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.b-gallery__txt {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

.b-gallery__show-more {
    padding-right: 11.11111%;
    position: absolute;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    width: auto;
}

.b-gallery__show-more_accent {
    color: #ffd349;
}

.b-popup .b-gallery__increase {
    display: none;
}

.b-gallery-mb-10 {
    margin-bottom: 80px;
}/* Slider */.slick-slider {
                 position: relative;
                 display: block;
                 box-sizing: border-box;
                 -webkit-user-select: none;
                 -ms-user-select: none;
                 user-select: none;
                 -ms-touch-action: pan-y;
                 touch-action: pan-y;
             }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,.slick-track:after {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow {
    outline: none;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    margin-top: 8px;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}

.slick-dots li.slick-active {
    background-color: #000000;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    padding: 0;
    outline: none;
    background: transparent;
}

.b-gallery-slick__img-full-height .slick-list,.b-gallery-slick__img-full-height .slick-track {
    height: 100%;
}

.b-gallery-slick__img-full-height .b-gallery-slide img {
    height: 100%;
}

.b-gallery-slick__full-size {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.b-gallery-slick {
    position: relative;
    float: left;
    width: 100%;
}

.b-gallery-slick .slick-list,.b-gallery-slick .slick-track {
    max-height: 100%;
}

.b-gallery-slick__base {
    height: 100%;
}

.b-gallery__w {
    float: left;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 4px solid black;
    background-color: #5bac26;
    width: 33.333%;
    height: 100%;
}

.b-gallery-slide__pic {
    background-image: url("https://www.placecage.com/600/800");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.b-gallery-slick__dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.b-gallery-slick__dots button {
    font-size: 0;
    height: 20px;
    width: 20px;
    background-color: #000000;
    border-radius: 10px;
}

.b-gallery-slick__dots .slick-active button {
    background-color: #5bac26;
}

.b-gallery__wr {
    height: 50vh;
}

.arrow-prev {
    display: block;
    width: 32px;
    height: 32px;
    border-top: 3px #DADADA solid;
    border-left: 3px #DADADA solid;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
}

.arrow-next {
    display: block;
    width: 32px;
    height: 32px;
    border-top: 3px #DADADA solid;
    border-right: 3px #DADADA solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.b-gallery-slick__popup-slide {
    padding-left: 10%;
    padding-right: 10%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 1px rgba(0, 49, 108, 0.2) solid;
    height: 284px;
    min-width: 284px;
    max-width: 284px;
    margin: auto;
}

.b-gallery-slick__plans {
    overflow: hidden;
}

.l-flats-palns__action .b-gallery-slick__popup-slide {
    height: 251px;
    min-width: 251px;
    max-width: 251px;
}

.b-tabs {
    position: relative;
}

.b-tabs__nav-wrap {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    overflow-y: hidden;
    overflow-x: auto;
}

.b-tabs__nav-wrap:before {
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

.b-tabs__nav-wrap:after {
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    background: red;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}

.b-tabs__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.b-tabs__nav.b-tabs__nav--revert {
    border-bottom: none;
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
    padding-bottom: 10px;
    margin: 20px 0;
}

.b-tabs__nav.b-tabs__nav--revert a {
    padding-bottom: 0;
    padding-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

.b-tabs__nav.b-tabs__nav--revert a:after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    bottom: auto;
    top: -1px;
    left: 0;
    background: #ffd349;
    height: 3px;
}

.b-tabs__nav a {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: rgba(2, 33, 86, 0.5);
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 0;
    position: relative;
    margin-left: 20px;
}

.b-tabs__nav a:first-child {
    margin-left: 0;
}

.b-tabs__nav a:after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #ffd349;
    height: 3px;
}

.b-tabs__nav a.is-active {
    color: #000000;
}

.b-tabs__nav a.is-active:after {
    width: 100%;
}

.b-tabs__nav.b-flat__bottom-tabs a {
    font-size: 16px;
}

.b-tabs__nav .last {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.b-tabs__nav--top {
    border-bottom: 0;
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
}

.b-tabs__nav--top a {
    text-transform: none;
    color: #022156;
}

.b-tabs__nav--top a:after {
    bottom: auto;
    top: -1px;
}

.no-border .b-tabs__nav {
    border-top: none !important;
}

.b-tabs__nav--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.b-tabs__nav--inline a {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    padding-top: 0px;
    padding-bottom: 16px;
    text-transform: none;
    color: #022156;
    font-size: 18px;
    font-weight: normal;
}

.b-tab-nav-more {
    min-width: 90px;
}

.b-tab-nav-more .selectric {
    background: none;
    border: 0;
}

.b-tab-nav-more .selectric .label {
    color: rgba(2, 34, 89, 0.5);
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
    height: auto;
    line-height: 24px;
}

.b-tab-nav-more .selectric .button {
    height: 100%;
    line-height: 24px;
}

.b-tab-nav-more__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    color: rgba(2, 34, 89, 0.5);
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
    position: relative;
    margin-left: 20px;
}

.b-tab-nav-more__nav:after {
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    background: url("/styles/../msk/images/arrow-more.svg") 0 0/contain no-repeat;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 13px;
}

.b-tabs__triggers {
    border-radius: 4px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
}

.b-tabs__item {
    transition-property: color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    line-height: 40px;
    height: 40px;
    color: #337ab7;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
    font-weight: 700;
}

.b-tabs__item:last-child {
    border-right: 1px solid #eee;
}

.b-tabs__item:hover {
    text-decoration: none;
}

.b-tabs__item:active {
    color: #2d6da3;
}

.b-tabs__content {
    width: 100%;
    display: none;
    position: relative;
}

.b-tabs__content.is-active {
    display: -ms-flexbox;
    display: flex;
}

.b-flat__bottom-tabs > a {
    font-weight: 300;
}

.b-tabs__subtab {
    padding-top: 16px;
    width: 100%;
    display: none;
}

.b-tabs__subtab.is-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.b-tabs__subtab a {
    color: #132358;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-tabs__subtab a:not(:last-child) {
    margin-right: 6.25%;
}

.b-tabs__subtab a.is-active {
    color: #000000;
}

.b-tabs__subtab a.is-disabled {
    cursor: default;
    pointer-events: none;
}

.b-tabs__zoom {
    position: absolute;
    right: 0;
    top: -32px;
    vertical-align: middle;
    cursor: pointer;
}

.b-tabs__zoom-icon {
    display: inline-block;
    position: relative;
    top: 5px;
    padding-right: 8px;
}

.b-tabs__zoom-title {
    display: inline-block;
    opacity: .5;
    color: #022156;
}

.nav-arrow {
    opacity: 0;
    position: fixed;
    top: 85px;
    right: -6px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    transition: .5s ease;
}

.nav-arrow .mini-arrow {
    transform: translate3d(50%, 76%, 0) rotate(-135deg);
    width: 15px;
    height: 15px;
    border-left: 2px solid #8f9092;
    border-bottom: 2px solid #8f9092;
    background-color: #fff;
}

.fixed-pos .nav-arrow {
    opacity: 1;
}

.b-tabs__item.is-active {
    color: #337ab7;
    background-color: #e6e6e6;
    cursor: default;
}

.b-tabs__item.is-disabled {
    cursor: default;
    color: #eee;
    background-color: #ddd;
}

.b-tabs__item.is-disabled:active {
    color: #eee;
}

.b-tabs__content--block.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
    position: static;
    pointer-events: auto;
}

.b-tabs__content.b-tabs-content__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-maps-container {
    display: -ms-flexbox;
    display: flex;
}

.b-flat__bottom-tabs > a {
    font-weight: 300;
}

.flat__plan {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    height: 360px;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    overflow: hidden;
}

.b-form-questions__input-col_bg_blue .selectric {
    background-color: #438cce;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.b-form-questions__input-col_bg_blue .selectric:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.b-form-questions__input-col_bg_blue .selectric:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

.b-form-questions__input-col_bg_blue .selectric:-ms-input-placeholder {
    color: #ffffff;
}

.b-form-questions__input-col_bg_blue .selectric::placeholder {
    color: #ffffff;
}

.b-form-questions__input-col_bg_blue .selectric-items {
    border: none;
}

.b-form-questions__input-col_bg_blue .selectric-scroll li {
    background-color: #438cce;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.b-form-questions__input-col_bg_blue .selectric-scroll li:hover {
    background-color: rgba(67, 140, 206, 0.9);
    color: #ffffff;
}

.b-form-questions__input-col_bg_blue li.selected:after {
    background-image: url("https://etalongroup.ru/msk/img/elements/check.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.b-form-questions__input-col_bg_blue .label {
    color: #ffffff;
}

.b-form-questions__input-col_bg_blue .button {
    background-color: #438cce;
}

.b-form-questions__input-col_bg_blue .button:before {
    background-image: none;
}

.b-form-questions__input-col_bg_blue .button:after {
    background-image: url("https://etalongroup.ru/msk/img/elements/arrow-select-blue.svg");
}

.b-form-questions__input-col_bg_blue .b-input {
    height: 48px;
}

.b-form-questions__input-col_bg_blue .b-input--white {
    color: #ffffff;
    background-color: #438cce;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.b-form-questions__input-col_bg_blue .b-input--white:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.b-form-questions__input-col_bg_blue .b-input--white:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

.b-form-questions__input-col_bg_blue .b-input--white:-ms-input-placeholder {
    color: #ffffff;
}

.b-form-questions__input-col_bg_blue .b-input--white::placeholder {
    color: #ffffff;
}

.b-table {
    display: block;
    border-collapse: collapse;
    width: 100%;
}

.b-table thead {
    display: none;
}

.b-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.b-table tbody {
    display: block;
}

.b-table tr {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
}

.b-table tr:nth-of-type(odd) {
    background-color: #eee;
}

.b-table td,.b-table th {
    display: block;
    position: relative;
    padding-left: 60%;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-align: left;
}

.b-table td:before,.b-table th:before {
    content: attr(data-column);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60%;
    padding-right: 10px;
    color: #000;
    white-space: nowrap;
}

.b-table th {
    background: #3498db;
    color: #fff;
}

.b-table__content {
    overflow: auto;
}

.b-table__content table {
    border-collapse: collapse;
    width: 100%;
}

.b-table__content table tr {
    background-color: #fff;
    white-space: nowrap;
}

.b-table__content table tr:nth-of-type(odd) {
    background-color: #eee;
}

.b-table__content table td,.b-table__content table th {
    padding: 10px;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
    white-space: nowrap;
}

.b-table__content table th {
    background: #3498db;
    color: #fff;
}

.b-ajax-loader {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-ajax-loader__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

.b-ajax-loader__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    z-index: 2;
    width: 150px;
    height: 150px;
    animation: rotation 1s linear infinite;
}

.b-ajax-loader__icon path {
    fill: #cccccc;
}

.b-ajax-loader.is-active {
    display: block;
}

.b-ajax-loader_theme_inside {
    position: absolute;
}

.b-ajax-loader_theme_inside .b-ajax-loader__overlay {
    display: none;
}

.b-ajax-loader_theme_inside .b-ajax-loader__icon {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    margin-left: -17.5px;
}

.b-ajax-loader_theme_inside .b-ajax-loader__icon path {
    fill: #000000;
}

.b-range-slider__ttl {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    margin-bottom: 14px;
}

.b-range-slider__ttl span {
    font-size: 18px;
    font-weight: 300;
    color: rgba(2, 34, 89, 0.5);
    float: right;
}

.b-range-slider__input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.b-range-slider__input input {
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 18px;
    color: #000000;
    width: 100%;
}

.b-range-slider__input--two {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.b-range-slider__base {
    margin-top: -1px;
    width: 100%;
}

.b-range-slider__inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border: 1px rgba(0, 49, 108, 0.2) solid;
    border-radius: 4px 4px 0 0;
    background-color: #ffffff;
}

.b-range-slider__input {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.b-range-slider__input .b-howtobuy-slider__percent {
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-range-slider__input input {
    font-family: "pfdin", sans-serif;
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding: 14px 0;
    color: #000000;
}

.b-range-slider__input--two {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.b-range-slider__input:not(:first-child) {
    border-left: 1px solid rgba(0, 49, 108, 0.2);
}

.b-range-slider__input-lbl,.b-range-slider__input-value {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
}

.b-range-slider__input-lbl {
    padding: 14px 8px 14px 0;
}

.b-range-slider__input-value {
    padding: 14px 0 14px 8px;
    position: absolute;
    right: 17px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*//* =====================================================================================================================
// RangeSlider */.irs {
                      position: relative;
                      display: block;
                      -webkit-touch-callout: none;
                      -webkit-user-select: none;
                      -ms-user-select: none;
                      user-select: none;
                  }

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left,.irs-line-mid,.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.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;
    display: none;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    color: #000000;
}

.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 !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.b-range-slider .irs-slider {
    transition-property: box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #438cce;
    top: -6px;
    -ms-transform: translateY(1.5px);
    transform: translateY(1.5px);
    cursor: pointer;
}

.b-range-slider .irs-slider.state_hover {
    cursor: all-scroll;
}

.b-range-slider .irs-with-grid {
    padding-bottom: 40px;
}

.b-range-slider .irs-bar,.b-range-slider .irs-bar-edge {
    background: #438cce;
    height: 2px;
}

.b-range-slider .irs-bar-edge {
    width: 20px;
}

.b-range-slider .irs-bar {
    top: 0;
}

.b-range-slider .irs-line {
    height: 2px;
    background-color: #cccccc;
}

.b-range-slider .irs-from,.b-range-slider .irs-single {
    top: -15px;
    cursor: pointer;
    display: none;
}

.b-range-slider .irs-from,.b-range-slider .irs-to,.b-range-slider .irs-min,.b-range-slider .irs-max {
    display: none;
}

.ps {
    position: relative;
    transition: .3s;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

.ps.ps--active-x > .ps__scrollbar-x-rail,.ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: transparent;
    opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: transparent;
    border-bottom-color: #448dcf;
    height: 15px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: transparent;
    opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: transparent;
    border-bottom-color: #448dcf;
    width: 11px;
}

.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */opacity: 0;transition: background-color .2s linear, opacity .2s linear;bottom: 0; /* there must be 'bottom' for ps__scrollbar-x-rail */height: 0;}.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {position: absolute; /* please don't change 'position' */
                                                                                                                                                                                              background-color: transparent;
                                                                                                                                                                                              border-radius: 0;
                                                                                                                                                                                              transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
                                                                                                                                                                                              bottom: 0;
                                                                                                                                                                                              /* there must be 'bottom' for ps__scrollbar-x */
                                                                                                                                                                                              height: 15px;
                                                                                                                                                                                              border-bottom-width: 5px;
                                                                                                                                                                                              border-bottom-style: solid;
                                                                                                                                                                                          }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
    height: 15px;
}

.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */opacity: 0;transition: background-color .2s linear, opacity .2s linear;right: 0; /* there must be 'right' for ps__scrollbar-y-rail */width: 5px;}.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {position: absolute; /* please don't change 'position' */
                                                                                                                                                                                             background-color: transparent;
                                                                                                                                                                                             border-radius: 0;
                                                                                                                                                                                             transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
                                                                                                                                                                                             right: 2px;
                                                                                                                                                                                             /* there must be 'right' for ps__scrollbar-y */
                                                                                                                                                                                             width: 6px;
                                                                                                                                                                                         }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
    width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: transparent;
    opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: transparent;
    border-bottom-color: #448dcf;
    height: 15px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: transparent;
    opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: transparent;
    border-bottom-color: #448dcf;
    width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail,.ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: transparent;
    opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: transparent;
    border-bottom-color: #448dcf;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: transparent;
    opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: transparent;
    border-bottom-color: #448dcf;
}

.scroll-bar {
    overflow: hidden;
}

.b-form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-form__row:not(:last-of-type) {
    margin-bottom: 16px;
}

.b-form_color_blue {
    background-color: #438cce;
    color: #ffffff;
}

.b-form_color_blue input {
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.b-form_color_blue input:not([type='submit']) {
    color: #ffffff;
    background-color: #438cce;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.b-form_color_blue input:not([type='submit']):-ms-input-placeholder {
    color: #ffffff;
}

.b-form_color_blue input:not([type='submit'])::placeholder {
    color: #ffffff;
}

.b-form_color_blue input[type='submit']:hover {
    cursor: pointer;
}

.b-video {
    position: relative;
    height: 0;
    overflow: hidden;
}

.b-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-video__16x9 {
    padding-bottom: 56.25%;
}

.b-video__4x3 {
    padding-bottom: 75%;
}

.b-text__paragraph {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #000000;
    font-weight: 300;
}

.b-text__paragraph a[href^='tel:'] {
    color: #000000;
}

.b-text__paragraph_size_big {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
}

.b-text__paragraph_size_medium {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
}

.b-content__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #022156;
    font-weight: 300;
}

.b-content__list {
    width: 100%;
}

.b-content__list .b-content__list__title {
    font-size: 20px;
    line-height: 30px;
    color: #022156;
}

.b-content__list li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    position: relative;
    color: #000000;
    padding-left: 26px;
    padding-right: 3.125%;
}

.b-content__list ol {
    margin-top: 16px;
    counter-reset: list;
}

.b-content__list ol li:before {
    counter-increment: list;
    content: counter(list);
    color: #022156;
    position: absolute;
    top: 6px;
    left: -3px;
    width: 22px;
    height: 22px;
    background-color: #ffd349;
    border-radius: 50%;
    padding-left: 8px;
    font-size: 14px;
    line-height: 25px;
}

.b-content__list ul {
    margin-top: 16px;
}

.b-content__list ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #ffd349;
    border-radius: 50%;
}

.b-content__list a[href^='tel:'] {
    color: #000000;
}

.b-content__list--white li {
    color: #ffffff;
}

.b-content__list--small ul li {
    margin-bottom: 0;
}

.b-content__list--small ul li:before {
    top: 12px;
    width: 5px;
    height: 5px;
}

.b-content__list_theme_standart ol li {
    padding-left: 0;
}

.b-content__list_theme_standart ol li:before {
    content: counter(list) ".";
    left: 0;
    top: 3px;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
}

.b-content__list_theme_standart ol .b-content__list__title {
    color: #000000;
    padding-left: 18px;
    font-weight: 500;
}

.b-content__list-video {
    height: 50vw;
}

.b-content__text .b-text__paragraph {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

.b-content__text .b-text__paragraph_size_medium {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    width: 100%;
}

.b-content__text .b-text__paragraph_size_big {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    width: 100%;
}

.b-content__text a {
    color: #022156;
}

.b-content__text a[href^="tel:"] {
    color: #000000;
}

.b-content__link-map,.b-content__link-parking {
    font-size: 18px;
    line-height: 27px;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: relative;
    display: block;
    color: #022156;
}

.b-content__link-map .b-icon__link-pin,.b-content__link-map .b-icon__link-parking,.b-content__link-parking .b-icon__link-pin,.b-content__link-parking .b-icon__link-parking {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 15px;
}

.b-text__medium {
    width: 100%;
}

.b-accordion {
    width: 100%;
}

.b-accordion__item {
    margin-top: 24px;
    margin-bottom: 16px;
}

.b-accordion__item .b-content__link-map,.b-accordion__item .b-content__link-parking {
    margin-top: 8px;
}

.b-accordion__link {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-size: 14px;
    line-height: 10px;
    margin-bottom: 8px;
    font-weight: 300;
    color: #022156;
    position: relative;
    display: block;
    padding-right: 12px;
}

.b-accordion__link .b-icon__accordion-arrow {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    top: 14px;
    right: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-accordion__link.is-active .b-icon__accordion-arrow {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.b-accordion__content {
    margin-bottom: 24px;
    display: none;
    position: relative;
}

.b-label {
    display: inline-block;
    background-color: #f2f4f7;
    border: 2px #f2f4f7 solid;
    padding: 7px 8px 3px;
    border-radius: 4px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(2, 34, 89, 0.5);
}

.b-label--active {
    color: #000000;
    background: #FFD349;
    border-color: #FFD349;
}

.b-label--reserve {
    color: #ffffff;
    background-color: #438CCE;
    background-image: url("/styles/../msk/images/icon-reserve.svg");
    background-position: calc(0% + 10px) 50%;
    padding-left: 35px;
    border-radius: 4px;
    border: none;
    padding-top: 9px;
    padding-right: 10px;
}

.b-label--link {
    padding-right: 25px;
    background-color: transparent;
    background-image: url("/styles/../msk/images/icon-link.svg");
    background-position: calc(100% - 8px) 50%;
}

.b-label--constructor {
    position: relative;
    padding-left: 35px;
    padding-right: 25px;
    color: #022259;
    background-color: transparent;
    background-image: url("/styles/../msk/images/icon-link.svg"), url("/styles/../msk/images/icon-constructor.svg");
    background-position: calc(100% - 8px) 50%, 11px 50%;
}

.b-label--constructor.b-label--constructor-yellow {
    background-image: url("/styles/../msk/images/icon-link-2.svg"), url("/styles/../msk/images/icon-constructor-2.svg");
    background-color: #FFD349;
    border-color: #FFD349;
}

.b-label--in-object {
    padding: 5px 8px 4px;
    color: #000000;
    font-size: 16px;
    line-height: 1;
    border: 0;
    background: #FFD349;
}

.b-advantages {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.b-advantages:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 100%);
    opacity: .9;
    border-radius: 4px;
}

.b-advantages__wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 36px;
    margin-bottom: 24px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    z-index: 1;
}

.b-advantages__title {
    margin-bottom: 36px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    width: 81.25%;
}

.b-advantages__subtitle {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.b-advantages__list {
    counter-reset: myCounter;
}

.b-advantages__list li {
    margin-bottom: 16px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 46px;
}

.b-advantages__list li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    left: 0;
    top: -5px;
    color: #022156;
    background: #ffd349;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 32px;
}

.b-advantages__btn {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 144px;
}

.b-advantages__subtitle_single_content {
    margin-bottom: 176px;
}

.b-advantages_mb_big {
    margin-bottom: 48px;
}

.b-advantages_theme_rare {
    margin-left: 2.77778%;
    margin-right: 2.77778%;
}

.b-contacts__item {
    padding-top: 24px;
    padding-bottom: 32px;
    padding-left: 9.375%;
    padding-right: 9.375%;
    margin-bottom: 24px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-contacts__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #000000;
}

.b-contacts__row {
    width: 100%;
}

.b-contacts__row:not(:last-child) {
    margin-bottom: 16px;
}

.b-contacts__info {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.b-contacts__info:not(:last-child) {
    margin-bottom: 16px;
}

.b-contacts__info .b-realtors-contacts__phone {
    font-size: 20px;
    line-height: 24px;
}

.b-contacts__address {
    font-size: 16px;
    line-height: 22px;
}

.b-switcher__button {
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border-radius: 50px;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
}

.b-switcher__button.is-active {
    background-color: rgba(67, 140, 206, 0.1);
    pointer-events: none;
}

.b-switcher__button svg {
    display: block;
    fill: rgba(0, 47, 105, 0.5);
    width: 36px;
    height: 36px;
}

.b-loader {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
}

.b-loader.is-load .b-loader__line {
    width: 100%;
}

.b-loader__line {
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-duration: 1s;
    width: 0;
    position: absolute;
    bottom: 0;
    background-color: #ffd349;
    height: 3px;
}

.l-info-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.b-info-block {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 9.375%;
    padding-right: 9.375%;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-radius: 4px;
    background-color: #f1f1f1;
}

.b-info-block__logo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.b-info-block__logo img {
    height: 85px;
}

.b-info-block__logo .b-info-block__logo-item,.b-info-block__logo svg {
    display: block;
    width: 100%;
    height: 50px;
    max-width: 250px;
}

.b-info-block__buttons {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.b-info-block__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.b-info-block__button:last-child {
    margin-bottom: 0px;
}

.b-info-block__download {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 5px;
}

.b-info-block__site-button .b-btn:after {
    content: url("/styles/../../msk/images/icon-link-2.svg");
    display: inline-block;
    margin-left: 20px;
    width: 10px;
    height: 16px;
    vertical-align: baseline;
}

.b-info-block__info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.b-info-block__item {
    margin-bottom: 16px;
}

.b-info-block__descr {
    display: block;
    font-size: 14px;
    line-height: 27px;
}

.b-info-block__text {
    display: block;
    font-size: 18px;
    line-height: 27px;
}

.b-info-block__text span {
    font-weight: 300;
}

.b-friends__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 48px auto;
    margin-left: 5.55556%;
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-friends__image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 160px;
    border-radius: 4px;
    object-fit: cover;
}

.b-friends__recommendation {
    padding-left: 5.55556%;
    padding-right: 5.55556%;
    background-color: #F1F1F1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.b-friends__recommendation .b-friends__recommendation-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-friends__recommendation .b-friends__recommendation-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.b-friends__recommendation .b-friends__recommendation-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
}

.b-friends__information {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-top: 48px;
    margin-bottom: 48px;
}

.b-friends__information .b-friends__information-col {
    margin-bottom: 40px;
}

.b-friends__information .b-friends__information-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}

.b-friends__information .b-friends__information-list {
    list-style: none;
}

.b-friends__information li {
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 16px;
}

.b-friends__information li:last-child {
    margin-bottom: 0;
}

.b-friends__information li:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    background: #ffd349;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 3px;
}

.b-friends__information a {
    display: inline-block;
    margin-left: 4px;
}

.b-friends__moreinfirmation {
    padding-left: 5.55556%;
    padding-right: 5.55556%;
    background-color: #F1F1F1;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 48px;
}

.b-friends__moreinfirmation .b-friends__moreinformation-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.b-friends__moreinfirmation .b-friends__moreinfirmation-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
    width: 100%;
}

.b-friends__moreinfirmation h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.b-friends__moreinfirmation span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 4px;
}

.b-friends__moreinfirmation a {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
}

.b-friends__moreinfirmation a:last-child {
    margin-bottom: 0;
}

.b-friends__moreinfirmation a[href*="mailto:"] {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #1D325C;
}

.b-form-questions__input-row-hidden {
    display: none !important;
}

.b-form-questions__input-row-hidden.is-active {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.j-btn-friend-form {
    border: none;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 15px;
    border-radius: 4px;
    background: azure;
    color: #333;
    height: 40px;
}

.j-btn-friend-form .plus {
    padding-right: 5px;
}

.j-btn-friend-form .text {
    border-bottom: 1px dashed #ffffff;
}

.j-btn-friend-form:hover {
    color: #000000;
    opacity: 0.5;
    transition: 0.3s;
}

.l-text-block {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-text-block {
    margin-bottom: 60px;
}

.b-text-block__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
}

.b-text-block__content {
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 120px;
    overflow: hidden;
}

.b-text-block__content p {
    margin-bottom: 15px;
}

.b-text-block__content.is-open {
    height: auto;
}

.b-text-block__content ul {
    width: 100%;
    padding-left: 16px !important;
}

.b-text-block__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-text-block__text {
    font-size: 14px;
    line-height: 24px;
}

.b-text-block__more {
    margin-bottom: 32px;
    position: relative;
}

.b-text-block__more:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.b-text-block__more.is-open:before {
    background-image: none;
}

.b-text-block__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.b-text-block__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.b-text-block__button:last-child {
    margin-bottom: 0px;
}

.l-object-gallery {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.l-object-gallery_theme_main {
    overflow: hidden;
}

.b-object-gallery {
    position: relative;
}

.b-object-gallery__slide {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.b-object-gallery__picture picture {
    display: block;
    width: 100%;
    height: 100%;
}

.b-object-gallery__picture img {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    height: 100%;
    width: 100%;
    display: block;
}

.b-object-gallery__info {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 9.375%;
    padding-right: 9.375%;
    background-color: #438cce;
    color: #ffffff;
}

.b-object-gallery__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: normal;
}

.b-object-gallery__title:empty {
    margin-bottom: 0;
}

.b-object-gallery__text {
    margin-bottom: 56px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
}

.b-object-gallery__text:empty {
    margin-bottom: 0;
}

.b-object-gallery__arrows {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 8.82353%;
    bottom: 10px;
    z-index: 1;
}

.b-object-gallery__arrow {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.b-object-gallery__arrow:first-child {
    margin-right: 15px;
}

.b-object-gallery__arrow.is-next .b-object-gallery__arrow-icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-object-gallery__arrow-icon {
    fill: #ffffff;
    width: 15px;
    height: 30px;
}

.b-object-gallery__dots {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 8.82353%;
    bottom: 20px;
    z-index: 1;
    -ms-flex-align: end;
    align-items: flex-end;
}

.b-object-gallery__dots li {
    width: 8px;
    height: 8px;
    margin: 0 3.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.b-object-gallery__dots .slick-active {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-right: -7px;
}

.b-object-gallery__dots .slick-active button {
    width: 100%;
    height: 100%;
    background-image: url("https://etalongroup.ru/msk/img/elements/dot-active.svg");
}

.b-object-gallery__dots button {
    border: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("https://etalongroup.ru/msk/img/elements/dot.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.l-flat {
    max-width: 1172px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 5.55556%;
    padding-right: 5.55556%;
}

.l-flat__item {
    margin-bottom: 8px;
}

.b-flat img {
    max-width: 100%;
}

.b-flat__mobile-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
    display: block;
}

.b-flat__mobile-counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 16px;
    font-family: "pfdin", sans-serif;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #438cce;
}

.b-flat__mobile-counter_icon {
    width: 20px;
    height: 12px;
    margin-right: 6px;
    fill: rgba(2, 33, 86, 0.5);
}

.b-flat__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
    display: none;
}

.b-flat__counter {
    display: none;
}

.b-flat__tabs {
    font-weight: 500;
    margin-bottom: 16px;
}

.b-flat__left {
    margin-bottom: 16px;
}

.b-flat__row {
    margin-bottom: 40px;
}

.b-flat__labels {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-bottom: 16px;
}

.b-flat__labels .b-label {
    margin: 0 0 8px 8px;
}

.b-flat__adres {
    margin-bottom: 32px;
    padding-left: 20px;
    background: url("/styles/../msk/images/icon-adres.svg") 0 0/12px auto no-repeat;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.b-flat__params {
    margin-bottom: 16px;
}

.b-flat__sizes {
    margin-bottom: 24px;
    background: rgba(0, 47, 105, 0.03);
    padding: 15px 15px 15px 10px;
    border-radius: 4px;
}

.b-flat__size-button {
    position: relative;
}

.b-flat .b-tooltip-icon {
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    cursor: pointer;
    border-radius: 50%;
    background: #eaedf2;
    color: #000000;
    line-height: 24px;
    font-size: 12px;
    right: calc(50% - 126px);
    top: 5px;
}

.b-flat .b-tooltip-icon.active {
    background: #37507b;
    color: #ffffff;
}

.b-flat .b-flat__planoplan-wiget {
    margin-bottom: 16px;
}

.b-flat .b-flat__planoplan-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    transition: .3s;
}

.b-flat .b-flat__planoplan-tabs a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.b-flat .b-flat__planoplan-tabs a span {
    margin-left: 5px;
    border-bottom: 1px solid #ccd6e2;
}

.b-flat .b-flat__planoplan-tabs .is-active {
    display: none;
}

.b-flat .b-tooltip-container {
    display: none;
    background: #ffffff;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 0 4px #d4d5d7;
    border-radius: 4px 0 0;
    z-index: 100;
}

.b-flat .b-tooltip-container.active {
    display: block;
}

.b-flat .b-tooltip-container:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    box-shadow: 0 0 4px #d4d5d7;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 27px;
    top: -7px;
    z-index: 99;
}

.b-flat .b-tooltip-container:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 15px;
    background: #ffffff;
    z-index: 101;
    top: 0;
    left: 0;
}

.b-flat .b-tooltip-container .b-tooltip-title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
}

.b-flat .b-tooltip-container .b-tooltip-title:before {
    content: '';
    display: none;
    position: absolute;
    left: -32px;
    top: 30px;
    height: 22px;
    width: 20px;
    background: url("/styles/../msk/images/icon-constructor.svg") no-repeat center;
    background-size: cover;
}

.b-flat .b-tooltip-container .b-tooltip-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
}

.b-flat__buy {
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-order: 1;
    order: 1;
}

.b-flat__price-wrap {
    margin-bottom: 16px;
}

.b-flat__price-wrap.b-flat__price-wrap-second .b-flat__price {
    color: #00316C;
}

.b-flat__btn {
    width: 100%;
    margin-bottom: 16px;
}

.b-flat__btn .b-btn {
    width: 100%;
}

.b-flat__btn .b-btn__transparent {
    border: 1px solid #CCD6E2;
    color: #8190AB;
    background: #ffffff;
}

.b-flat__btn .b-btn__yellow {
    background: #FFD349;
    border-color: #FFD349;
    color: #000000;
}

.b-flat__price {
    font-size: 22px;
    color: #000000;
    line-height: 1;
}

.b-flat__price-desc {
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 5px;
}

.b-flat__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -32px;
    margin-bottom: -16px;
}

.b-flat__links .b-link {
    margin-left: 32px;
    margin-bottom: 16px;
}

.b-flat__bottom-tabs {
    margin-bottom: 8px;
}

.b-flat__filter-item {
    margin-bottom: 24px;
}

.b-flat__results-left {
    margin-bottom: 24px;
}

.b-flat__results-title {
    margin-bottom: 16px;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}

.b-flat__result-block {
    border-radius: 4px;
    background: rgba(0, 47, 105, 0.03);
    padding: 16px;
}

.b-flat__banks-offers .scroll-bar {
    height: 100%;
}

.b-prev-results {
    margin-bottom: 25px;
}

.b-prev-results__link {
    position: relative;
    padding: 10px 16px 10px 28px;
    border: 2px solid #f2f4f7;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    color: #8090AC;
}

.b-prev-results__link:before {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    content: '';
    width: 4px;
    height: 8px;
    background-image: url("https://etalongroup.ru/msk/img/elements/arrow-result.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.b-flat__img {
    text-align: center;
}

.b-flat__img.is-active {
    display: block;
}

.b-flat__img a {
    width: 100%;
}

.b-flat__img img {
    max-height: 660px;
}

.b-flat__filter {
    width: 100%;
}

.b-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-item-align: center;
    align-self: center;
    color: #002f69;
    text-decoration: none;
    font-size: 16px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.b-link__icon {
    max-width: 16px;
    max-height: 16px;
    width: auto;
    height: auto;
    margin-right: 8px;
}

.b-sizes-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 12px;
}

.b-sizes-info:last-child {
    margin-bottom: 0;
}

.b-sizes-info__num {
    font-size: 14px;
    color: #002f69;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 2px rgba(0, 47, 105, 0.05) solid;
}

.b-sizes-info__label {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    position: relative;
}

.b-sizes-info__label span {
    position: relative;
    z-index: 1;
    background: #f1f1f1;
    display: inline-block;
}

.b-sizes-info__label:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px rgba(0, 47, 105, 0.2) dotted;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 0;
}

.b-sizes-info__value {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}

.banks-offers {
    width: 100%;
    display: block;
}

.banks-offers thead td,.banks-offers thead th {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(2, 34, 89, 0.3);
    text-transform: uppercase;
    padding: 0 15px 15px 0;
    display: none;
}

.banks-offers tbody {
    display: block;
}

.banks-offers tbody tr {
    display: block;
    border: 1px rgba(0, 49, 108, 0.2) solid;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.banks-offers tbody tr td {
    display: block;
    margin-bottom: 16px;
}

.banks-offers tbody tr td.banks-offers__logo img {
    max-width: 150px;
}

.banks-offers tbody tr td:last-child {
    margin-bottom: 0px;
}

.banks-offers tbody tr td:before {
    content: attr(data-title);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(2, 34, 89, 0.3);
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.banks-offers tbody tr:last-child td {
    border-bottom: 0;
}

.b-slider-objects {
    position: relative;
}

.b-slider-objects .b-slider-objects__item {
    height: 100%;
}

.b-slider-objects .slick-track {
    display: -ms-flexbox;
    display: flex;
}

.b-slider-objects .slick-track .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-slider-objects .slick-track .slick-slide > div {
    height: 100%;
}

.b-slider-objects__base {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    float: none;
    width: 100%;
    margin: 0 -10px;
    overflow-x: auto;
    height: 100%;
}

.b-slider-objects__item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 10px;
    max-width: 260px;
}

.b-slider-objects__arrow-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    display: none;
}

.b-slider-objects__arrow-next {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    display: none;
}

.slick-slide .b-slider-objects__item {
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.b-flat__check-another-room {
    margin-bottom: 8px;
    width: 100%;
}

.b-flat__check-another-room a {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 13px;
    line-height: 24px;
    font-family: inherit;
    font-weight: 700;
}

.b-flat__check-another-room-wrap {
    width: 280px;
    float: right;
    color: #000000;
    margin-top: 5px;
}

.b-flat__print {
    float: left;
}

.b-flat__print .b-icons {
    position: relative;
    top: 8px;
}

.b-flat__print-small {
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    text-align: left;
    padding-left: 65px;
    display: inline-block;
}

.b-flat__other {
    margin-top: 8px;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.b-flat__gallery-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-flat__gallery-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.b-flat__gallery-wrapper img {
    width: 100%;
    display: block;
    margin: auto;
}

.b-flat__gallery-title {
    font-size: 20px;
    line-height: 32px;
    width: 100%;
}

.b-flat-gallery__arrow-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    display: none;
}

.b-flat-gallery__arrow-next {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    display: none;
}

.j-popup-gallery {
    pointer-events: none;
}

.l-flat,.l-banks__wrap,.l-mortgage {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

.object-planoplan__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.object-planoplan__wrapper.with-vr {
    border-color: transparent;
}

.object-planoplan__wrapper.with-vr > :last-child {
    background-color: transparent;
    padding-top: 0;
}

.object-planoplan__wrapper.with-vr .object-planoplan__info.dark-second-slider__info h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    color: #9ba5a7;
}

.object-planoplan__wrapper > :first-child .dark-plan__button.button__theme-full {
    margin-top: 48px;
    display: none;
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 48px;
}

.object-planoplan__wrapper > :first-child .object-planoplan__info {
    margin-bottom: 40px;
}

.object-planoplan__wrapper > :last-child {
    padding-top: 16px;
    padding-left: 25px;
    padding-right: 25px;
    background: #ffffff;
}

.object-planoplan__wrapper > :last-child .b-tabs__nav {
    background: #ffffff;
}

.object-planoplan__wrapper > :last-child .b-tabs__nav a.is-active {
    color: #000000;
}

.object-planoplan__wrapper > :last-child .b-flat__tabs,.object-planoplan__wrapper > :last-child .b-flat__planoplan-wiget {
    margin-bottom: 40px;
}

.object-planoplan__wrapper > :last-child .b-flat__tabs.b-tabs__nav {
    position: relative;
}

.object-planoplan__wrapper > :last-child .b-flat__tabs.b-tabs__nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 1px;
    background: #8190ab;
    opacity: .4;
    bottom: 0;
    width: 100%;
}

.object-planoplan__wrapper > :last-child .b-flat__img.is-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.object-planoplan__wrapper > :last-child .flat__info.dark-second-slider__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.object-planoplan__wrapper > :last-child .flat__info-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    color: #000000;
}

.object-planoplan__wrapper > :last-child .flat__info-title {
    margin-bottom: 32px;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.object-planoplan__wrapper > :last-child .flat__info-title:hover .mini-arrow:after {
    -ms-transform: scale(1.2) rotate(45deg);
    transform: scale(1.2) rotate(45deg);
    right: -20px;
}

.object-planoplan__wrapper > :last-child .mini-arrow {
    position: relative;
}

.object-planoplan__wrapper > :last-child .mini-arrow:after {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    opacity: .7;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -15px;
    top: calc(50% - 4px);
    transition: .3s;
}

.object-planoplan__wrapper > :last-child .flat__info-list.b-action-flats__list {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.object-planoplan__wrapper > :last-child .flat__info-params {
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.object-planoplan__wrapper > :last-child .flat__info-params .flat__info-leader {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
}

.object-planoplan__wrapper > :last-child .flat__info-params .flat__info-label {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.object-planoplan__wrapper > :last-child .flat__info-link {
    width: -webkit-fit-content;
    width: fit-content;
    transition: .3s;
    text-decoration: underline;
    color: #000000;
}

.object-planoplan__wrapper > :last-child .flat__info-link:hover {
    text-decoration: none;
}

.pp-logo__images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-tabs__item.is-active {
    cursor: default;
}

.b-tabs__item.is-disabled {
    cursor: default;
}

.b-tabs__content--block.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
    position: static;
    pointer-events: auto;
}

.b-tabs__content.b-tabs-content__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-maps-container {
    display: -ms-flexbox;
    display: flex;
}

.b-flat__bottom-tabs > a {
    font-weight: 300;
}

.flat__plan {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    height: 450px;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    overflow: hidden;
}

.flat__vr-box {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-position: center;
    background-size: cover;
    height: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
}

.flat__vr-box:after {
    transition: .3s;
    transition-timing-function: ease-in-out;
    transition-duration: 1s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.16);
}

.flat__vr-box:hover:after {
    background: rgba(0, 0, 0, 0.3);
}

.flat__vr-box:hover .flat__vr-background {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flat__vr-background {
    transition: .3s;
    transition-timing-function: ease-in-out;
    transition-duration: 1s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -ms-transform: scale(1);
    transform: scale(1);
}

.flat__vr-background img {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    width: 100%;
    height: 100%;
}

.flat__vr-ttl {
    color: #ffffff;
}

.flat__vr-bottom {
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.flat__vr-bottom-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.flat__vr-panorama {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    margin-right: 16px;
    cursor: pointer;
}

.flat__vr-panorama:hover {
    opacity: .7;
}

.flat__vr-vr {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    cursor: pointer;
}

.flat__vr-vr:hover {
    opacity: .7;
}

.flat__vr-qr {
    pointer-events: none;
}

.flat__vr-qr img {
    display: block;
}

.object-planoplan__widget .flat__vr {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 500px;
    min-height: 500px;
    margin-bottom: 40px;
}

.object-planoplan__widget .flat__vr-box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    padding: 18px;
    margin-bottom: 20px;
}

.object-planoplan__widget .flat__vr-ttl {
    font-size: 24px;
    line-height: 32px;
}

.object-planoplan__widget .flat__vr-panorama img,.object-planoplan__widget .flat__vr-vr img {
    height: 60px;
}

.planoplan-iframe {
    height: 100vh;
    width: 100vw;
}

.look-also .b-info-cards__dots {
    bottom: -8%;
}

.look-also .b-info-cards__arrows {
    bottom: -65px;
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.b-spb-main_gallery_mobile {
    margin-top: 20px;
}

.b-spb-main_gallery_mobile.l-info-cards {
    margin-bottom: 40px;
}

.b-spb-main_gallery_mobile .b-info__show-more:after {
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
}

.l-info-cards {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 5.55556%;
    padding-right: 5.55556%;
    margin-bottom: 60px;
    position: relative;
}

.l-info-cards.b-spb-main_gallery_mobile .b-innovations__img-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-info-cards.b-spb-main_gallery_mobile .b-innovations__item-ttl {
    text-align: center;
}

.l-info-cards-margin__look-also {
    margin-bottom: 60px;
}

.l-info-cards.l-info-card-padding {
    padding-bottom: 40px;
}

.l-info-cards_theme_gray {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f1f1;
}

.b-info-cards {
    position: relative;
}

.b-info-cards__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: normal;
    line-height: normal;
}

.b-info-cards__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-info-cards__slider {
    margin-bottom: 32px;
    width: 100%;
}

.b-info-cards__slider .slick-slide > div {
    height: 100%;
}

.b-info-cards__arrows {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 8.82353%;
    bottom: 100px;
    z-index: 1;
}

.b-info-cards__arrow {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.b-info-cards__arrow:first-child {
    margin-right: 15px;
}

.b-info-cards__arrow.is-next .b-info-cards__arrow-icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-info-cards__arrow-icon {
    fill: rgba(0, 49, 108, 0.2);
    width: 26px;
    height: 46px;
}

.b-info-cards__dots {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 8.82353%;
    bottom: 30px;
    z-index: 1;
    -ms-flex-align: end;
    align-items: flex-end;
}

.b-info-cards__dots li {
    width: 8px;
    height: 8px;
    margin: 0 3.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.b-info-cards__dots .slick-active {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-right: -7px;
}

.b-info-cards__dots .slick-active button {
    width: 100%;
    height: 100%;
    background-image: url("https://etalongroup.ru/msk/img/elements/dot-active.svg");
}

.b-info-cards__dots button {
    border: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("https://etalongroup.ru/msk/img/elements/dot-gray.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.l-object__white-plans .l-info-cards {
    margin-bottom: 0;
    padding-left: 11.42857%;
    padding-right: 11.42857%;
}

.l-object__white-plans .dark-plans-slider {
    max-width: 100%;
    border-radius: 5px;
    padding-top: 47px;
    padding-bottom: 47px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.l-object__white-plans .dark-slider-h2 {
    margin-bottom: 55px;
}

.l-object__white-plans .b-info-cards__slider_layout-left {
    position: relative;
    z-index: 2;
}

.l-object__white-plans .slick-slide {
    outline: none;
    padding: 0 5px;
}

.l-object__white-plans .b-info-cards__slider .slick-slide > div {
    height: 100%;
}

.l-object__white-plans .dark-plan {
    text-align: center;
}

.l-object__white-plans .dark-plan__img {
    height: 230px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}

.l-object__white-plans .dark-plan__button {
    background: rgba(67, 140, 206, 0.3);
    border-radius: 4px;
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #002f69;
    padding: 0 19px;
    cursor: pointer;
    margin: 0 auto 35px;
    width: 200px;
}

.l-object__white-plans .dark-plan__button:active {
    color: #002f69;
}

.l-object__white-plans .dark-plan__button:hover {
    text-decoration: underline;
}

.l-object__white-plans .dark-plan__dsc {
    display: inline-block;
    min-width: 230px;
}

.l-object__white-plans .dark-plan__title {
    color: #022156;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
}

.l-object__white-plans .dark-plan__table {
    margin-bottom: 50px;
}

.l-object__white-plans .dark-plan__table > div {
    font-size: 14px;
    line-height: 27px;
}

.l-object__white-plans .dark-plan__table > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 27px;
}

.l-object__white-plans .dark-plan__table > div > div {
    width: 50%;
    text-align: left;
}

.l-info-card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    height: 100%;
}

.l-info-card.l-look-also__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    height: 100%;
}

.b-info-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.b-info-card__picture {
    display: block;
    border-radius: 4px 4px 0 0;
    position: relative;
    height: 41.5vw;
    background-color: #000000;
    overflow: hidden;
}

.b-info-card__picture img,.b-info-card__picture picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}

.b-info-card__picture img {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    height: 100%;
    width: 100%;
}

#sales .b-info-card__picture img {
    object-fit: unset;
}

.b-info-card__info {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 8.82353%;
    padding-right: 8.82353%;
    padding-bottom: 120px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-radius: 0 0 4px 4px;
}

.b-info-card__timeout {
    position: absolute;
    top: -15px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    background-color: #ffd349;
}

.b-info-card__timeout b {
    font-weight: 500;
}

.b-info-card__period {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
    opacity: .5;
}

.b-info-card__title {
    margin-bottom: 16px;
    color: #022156;
    font-size: 20px;
    line-height: 24px;
}

.b-info-card__text {
    font-size: 14px;
    line-height: 22px;
}

.b-info-card__text_gradient {
    position: relative;
    max-height: 110px;
    overflow: hidden;
}

.b-info-card__text_gradient:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 40px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    content: '';
}

.b-info-card__more {
    margin-top: 32px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.b-info-card__more a:not([class]) {
    position: relative;
}

.b-info-card__more a:not([class]) svg {
    position: absolute;
    right: -35px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-info-card__more a:not([class]):hover svg {
    -ms-transform: translateY(-50%) scale(1.4);
    transform: translateY(-50%) scale(1.4);
}

.b-info-card__more a img {
    display: none;
}

.l-info-carousel,.b-info-cards__title {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: 5.55556%;
    margin-bottom: 60px;
}

.l-info-carousel {
    margin-left: 5.55556%;
}

.l-panorama {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 5.55556%;
    padding-right: 5.55556%;
    margin-bottom: 68px;
}

.b-panorama__title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 26px;
}

.b-panorama__desktop {
    display: none;
}

.b-panorama__mobile {
    margin-right: -6.25%;
    margin-left: -6.25%;
    padding-left: 6.25%;
    padding-right: 6.25%;
    background-color: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.b-panorama__picture {
    margin-bottom: 22px;
    padding-top: 55%;
    background-image: url("https://etalongroup.ru/msk/img/objects/panorama-box.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.b-panorama__panorama {
    width: 100%;
    height: 778px;
}

.l-contacts-block {
    margin-bottom: 60px;
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-contacts-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.b-contacts-block__picture {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b-contacts-block__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.b-contacts-block__title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.b-contacts-block__address,.b-contacts-block__schedule {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: normal;
}

.b-contacts-block__phone {
    margin-bottom: 16px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.b-contacts-block__mail {
    color: #002f69;
    font-size: 14px;
    line-height: normal;
}

.b-contacts-block__bottom {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-contacts-block__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.b-contacts-block__links {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden;
}

.b-contacts-block__link-icon {
    display: block;
    width: 48px;
    height: 48px;
}

.l-documents-block {
    margin-bottom: 60px;
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-documents-block__title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.b-documents-block__title.is-open .b-documents-block__title-icon {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-documents-block__title-icon {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    display: block;
    width: 10px;
    height: 17px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 25px;
}

.b-documents-block__tabs {
    margin-bottom: 24px;
    display: inline-block;
    width: auto;
}

.b-documents-block__list.is-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-documents-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.b-documents-block__item:last-child {
    margin-bottom: 0;
}

.b-documents-block__link {
    display: block;
    color: #002f69;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
}

.b-documents-block__link-icon {
    display: inline-block;
    width: 13px;
    height: 16px;
    position: absolute;
    left: 0;
}

.b-documents-block__descr,.b-documents-block__size {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 30px;
}

.b-documents-block__descr {
    margin-bottom: 8px;
}

.b-documents-block__button {
    width: 100%;
}

.l-location {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-location__title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 24px;
}

.b-location__list {
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.b-location__item {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-location__item:last-child {
    margin-bottom: 0;
}

.b-location__points {
    width: 100%;
}

.b-location__points .slick-list {
    padding: 0;
}

.b-location__points .b-location__point {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px;
}

.b-location__points svg,.b-location__points img {
    display: block;
    width: 65px;
    height: 60px;
    margin-right: 15px;
}

.b-location__points .b-location__point-title {
    font-size: 18px;
    line-height: 26px;
}

.b-location__points .b-location__point-subtitle {
    font-size: 14px;
    line-height: 22px;
}

.b-location__points .slick-dots li {
    width: 4px;
    height: 4px;
    background: #438CCE;
    margin: 0;
    margin-right: 4px;
}

.b-location__points .slick-dots li.slick-active {
    background: #FFD349;
}

.b-utp__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: normal;
}

.b-utp__text {
    font-size: 14px;
    line-height: 20px;
}

.b-popup-gallery {
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    -ms-flex-preferred-size: 94.44444%;
    flex-basis: 94.44444%;
    max-width: 94.44444%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    width: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.b-popup-gallery .b-popup__cnt {
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: 8.82353%;
    padding-right: 8.82353%;
}

.b-popup-gallery .fotorama__arr {
    background: url("https://etalongroup.ru/msk/img/elements/more.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    opacity: .6 !important;
}

.b-popup-gallery .fotorama__arr--next {
    background-position: unset;
    right: 20px;
}

.b-popup-gallery .fotorama__arr--prev {
    background: url("https://etalongroup.ru/msk/img/elements/more-prev.svg");
    background-position: unset;
    background-size: cover;
    left: 20px;
}

.b-popup-gallery__ttl {
    margin-bottom: 24px;
    font-size: 24px;
}

.b-popup-gallery__image {
    margin-bottom: 24px;
    text-align: center;
}

.b-popup-gallery__image img {
    width: 100%;
}

.b-popup-gallery__text {
    font-size: 16px;
    line-height: 24px;
}

.b-popup-gallery__close {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: 0px -151px;
    width: 40px;
    height: 40px;
}

.b-popup-info {
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    -ms-flex-preferred-size: 94.44444%;
    flex-basis: 94.44444%;
    max-width: 94.44444%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    width: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.b-popup-info .b-popup__cnt {
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: 8.82353%;
    padding-right: 8.82353%;
}

.b-popup-info__ttl {
    margin-bottom: 24px;
    font-size: 24px;
}

.b-popup-info__image {
    margin-bottom: 24px;
    text-align: center;
}

.b-popup-info__image img {
    width: 100%;
}

.b-popup-info__text {
    font-size: 16px;
    line-height: 24px;
}

.b-popup-info__close {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: 0px -151px;
    width: 40px;
    height: 40px;
}

.online-message-wrap {
    margin-bottom: 32px;
    text-align: center;
}

.online-message-wrap picture {
    display: inline-block;
    line-height: 0;
}

.online-message-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.online-info {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.online-info__header {
    width: 100%;
    background: #F1F1F1;
    padding: 32px 0;
    text-align: center;
    margin-bottom: 32px;
}

.online-info__header div:first-child {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.74px;
}

.online-info__header div:last-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .35px;
}

.online-info__header span {
    color: #00B9F2;
}

.online-info__subheader {
    margin-bottom: 50px;
}

.online-info__subheader .online-info__subheader-left {
    margin-bottom: 25px;
}

.online-info__subheader h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
}

.online-info__subheader a {
    font-size: 20px;
    line-height: 28px;
    text-decoration: underline;
    color: #00B9F2;
}

.online-info__subheader h2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    max-width: 820px;
    text-transform: uppercase;
}

.online-list__new.online-list {
    margin-bottom: 0;
    margin-top: 0;
}

.online-list__new .online-list__new-item {
    width: 100%;
    margin-bottom: 48px;
}

.online-list__new .online-list__new-item:nth-child(4) ul {
    margin-left: 18px;
}

.online-list__new .online-list__new-count {
    font-weight: bold;
    font-size: 65px;
    line-height: 53px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #002F69;
    position: relative;
}

.online-list__new .online-list__new-count:after {
    content: '';
    position: absolute;
    display: block;
    width: 32px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/number-online.png") no-repeat center;
    background-size: cover;
    bottom: 3px;
    left: 16px;
}

.online-list__new .online-list__new-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 2px solid #FFD349;
    padding-bottom: 4px;
    margin-bottom: 24px;
    display: inline-block;
}

.online-list__new li,.online-list__new p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.online-list__new li:not(:last-child),.online-list__new p:not(:last-child) {
    margin-bottom: 8px;
}

.online-list__new li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.online-list__new li:before {
    content: '';
    display: block;
    width: 5px;
    min-width: 5px;
    height: 5px;
    border-radius: 50%;
    background: linear-gradient(0deg, #002F69, #002F69), #000000;
    margin-right: 10px;
    margin-top: 9px;
}

.online-list__new li span {
    width: calc(100% - 15px);
}

.online-list__new li ul {
    margin-left: 18px;
}

.online-list__new a {
    text-decoration: underline;
}

.online-btn-wrap {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.online-hashtag {
    margin-top: 40px;
    color: #00B9F2;
    text-decoration: underline;
    font-size: 1.25rem;
    line-height: 1.4;
}

.online-list {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.online-list__item {
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 1px solid #CCD6E2;
    padding: 40px 0 52px;
    -ms-flex-order: 0;
    order: 0;
}

.online-list__item:first-child {
    border: none;
}

.online-list__item:first-child:before,.online-list__item:first-child:after {
    display: none;
}

.online-list__item:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 75px;
    height: 40px;
    margin: 0 auto;
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    background-color: #00B9F2;
    box-shadow: 0 0 0 20px #FFF;
}

.online-list__item:after {
    content: attr(data-counter) ".";
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: -18px;
    left: 0;
    right: 0;
    width: 75px;
    height: 40px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 35px;
}

.online-list__item_header h3 {
    text-align: center;
    font-weight: 500;
}

.online-list__item_header:before,.online-list__item_header:after {
    display: none;
}

.online-list__item_reserv,.online-list__item_buy {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.online-list__item_reserv {
    -ms-flex-order: 2;
    order: 2;
}

.online-list__item_reserv:nth-last-child(-n+2) {
    border-bottom: 1px solid #CCD6E2;
}

.online-list__item_buy {
    -ms-flex-order: 1;
    order: 1;
}

.b-popup-construction-progress-gallery {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9993;
    display: block;
    width: 100%;
    height: 100%;
}

.b-popup-construction-progress-gallery .b-gallery {
    display: none;
    width: 100%;
    height: 100%;
}

.b-popup-construction-progress-gallery .b-gallery .fotorama__arr--prev,.b-popup-construction-progress-gallery .b-gallery .fotorama__arr--next {
    top: 50%;
    bottom: auto;
    margin-top: 0;
}

.b-popup-construction-progress-gallery .b-gallery .fotorama__arr--prev {
    left: 4.16667%;
}

.b-popup-construction-progress-gallery .b-gallery .fotorama__arr--next {
    right: 4.16667%;
}

.b-popup-construction-progress-gallery .b-gallery .fotorama__video-close {
    display: none;
}

.b-popup-construction-progress-gallery .fotorama {
    -ms-flex-preferred-size: 77.77778%;
    flex-basis: 77.77778%;
    max-width: 77.77778%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    background-color: transparent;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.b-popup-construction-progress-gallery .fotorama__nav {
    position: static;
    text-align: left;
    background-color: transparent;
}

.b-popup-construction-progress-gallery .fotorama__wrap--video .fotorama__video-close {
    display: none;
}

.b-popup-construction-progress-gallery .fotorama__stage__frame {
    background-color: transparent;
}

.b-popup-construction-progress-gallery .fotorama__nav--thumbs {
    text-align: left;
}

.b-popup-construction-progress-gallery .fotorama__nav__frame--thumb img {
    opacity: .7;
}

.b-popup-construction-progress-gallery .fotorama__nav__frame--thumb .fotorama__thumb {
    background-color: gray;
}

.b-popup-construction-progress-gallery .fotorama__nav__frame--thumb.fotorama__active img {
    opacity: 1;
}

.b-popup-construction-progress-gallery .fotorama__thumb-border {
    border-color: #ffffff;
    background-color: transparent;
}

.b-popup-construction-progress-gallery .fotorama__nav__shaft {
    margin-bottom: 8px;
}

.b-popup-construction-progress-gallery .fotorama__nav__shaft .fotorama__video-play {
    background-size: 20px 22px;
}

.b-popup-construction-progress-gallery .fotorama__stage__shaft .fotorama__video-play {
    background-size: 65px 73px;
}

.b-popup-construction-progress-gallery .fotorama__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.b-popup-construction-progress-gallery .fotorama__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 800px;
    min-height: 450px;
    max-width: 1280px;
    max-height: 720px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b-popup-construction-progress-gallery .fotorama__video-play {
    background-image: url("/styles/../msk/images/new-play.svg");
    background-position: center center;
    background-size: cover;
    width: 70px;
    height: 75px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
}

.b-popup-construction-progress-gallery .fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: 0;
    margin-top: 0;
    background-position: 0 0;
}

.b-popup-construction-progress-gallery .fotorama__caption__wrap {
    padding-left: 8.82353%;
    padding-right: 8.82353%;
    padding-top: 24px;
    padding-bottom: 120px;
}

.b-popup-construction-progress-gallery .b-popup__close {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -151px -103px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 2.77778%;
    top: 20px;
    font-size: 0;
    border: none;
    background-color: transparent;
}

.b-popup-construction-progress-gallery .b-popup__close:hover {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: 0px -151px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.b-popup-construction-progress-gallery .b-gallery__date {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    opacity: .5;
}

.b-popup-construction-progress-gallery .b-gallery__text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.b-popup-construction-progress-gallery .b-gallery__text ul {
    list-style: disc;
}

.b-popup-construction-progress-gallery .b-mobile-gallery {
    display: block;
}

.b-popup-construction-progress-gallery .b-mobile-gallery .fotorama {
    -ms-flex-preferred-size: 94.44444%;
    flex-basis: 94.44444%;
    max-width: 94.44444%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-popup-construction-progress-gallery .b-mobile-gallery .fotorama__caption {
    -ms-transform: none;
    transform: none;
}

.b-popup-construction-progress-gallery .b-mobile-gallery .fotorama__stage__shaft .fotorama__img {
    padding-bottom: 0 !important;
}

.b-popup-construction-progress-gallery .b-mobile-gallery .fotorama__arr {
    background: transparent url("https://etalongroup.ru/msk/img/svg/arrow.svg") 0 0 no-repeat;
}

.b-popup-construction-progress-gallery .b-mobile-gallery .fotorama__arr--prev {
    top: auto;
    left: auto;
    right: 20.58824%;
    bottom: 30px;
}

.b-popup-construction-progress-gallery .b-mobile-gallery .fotorama__arr--next {
    top: auto;
    right: 8.82353%;
    bottom: 30px;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.b-popup-construction-progress-gallery .b-mobile-gallery .fotorama__nav-wrap {
    position: absolute;
    left: 8.82353%;
    bottom: 14px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
}

.b-popup-construction-progress-gallery .b-mobile-gallery .fotorama__nav--dots {
    width: auto !important;
}

.b-popup-construction-progress-gallery .fotorama__stage .fotorama__img {
    -ms-transform: none;
    transform: none;
    position: static;
}

.b-popup-construction-progress-gallery .fotorama__nav__shaft .fotorama__video-play {
    width: 23px;
    height: 25px;
    background-image: url("/styles/../msk/images/play_min.svg");
    background-size: cover;
}

.fotorama__caption {
    -ms-transform: none;
    transform: none;
    position: static;
    margin-top: -10px;
}

.b-popup-construction-progress-gallery .fotorama__nav__frame--thumb .fotorama__thumb {
    background-color: #448DCF;
}/* попап с ходом трансляции */.b-popup-construction-progress-gallery .b-slick-video {
                                   position: relative;
                                   width: 100%;
                                   height: 100%;
                               }

.b-popup-construction-progress-gallery .b-slick-video-wrapper {
    -ms-flex-preferred-size: 77.77778%;
    flex-basis: 77.77778%;
    max-width: 77.77778%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 795px;
    background-color: transparent;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.b-popup-construction-progress-gallery .b-slick-video-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.b-slick-video-gallery iframe {
    height: 465px;
}

.b-slick-video-gallery .slick-list {
    width: 800px;
}

.b-slick-video-gallery .slick-arrow {
    display: block;
    background: transparent url(https://etalongroup.ru/msk/img/elements/gallery-arrow.svg) 0 0 no-repeat;
    width: 26px;
    height: 46px;
    border: none;
    outline: none;
}

.b-slick-video-gallery .slick-prev,.b-slick-video-gallery .slick-next {
    position: absolute;
}

.b-slick-video-gallery .slick-prev {
    left: -50px;
}

.b-slick-video-gallery .slick-next {
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    right: -50px;
}

.b-slick-video-gallery .slick-dots {
    margin-top: 0;
    position: absolute;
    bottom: 80px;
}

.b-slick-video-gallery .slick-dots li {
    border: 2px solid #448dcf;
    border-radius: 0;
    outline: none;
    width: 80px;
    height: 40px;
    background-color: #448dcf;
}

.b-slick-video-gallery .slick-dots li:first-child {
    margin-left: 0;
}

.b-slick-video-gallery .slick-dots li:last-child {
    margin-right: 0;
}

.b-slick-video-gallery .slick-dots li:after {
    display: block;
    position: relative;
    width: 18px;
    height: 20px;
    top: 0;
    left: 32px;
    z-index: 1;
    background-image: url(/styles/../msk/images/play_min.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
}

.b-slick-video-gallery .slick-dots .slick-active {
    border: 2px solid #ffffff;
    transition-duration: 360ms;
    transform: translate3d(0px, 0px, 0px);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.live {
    margin-bottom: 40px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.live__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.live__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 3.88889%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.live__item:before {
    content: "";
    display: block;
    padding-top: 57.142%;
}

.live__item:after {
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60.5%);
}

.live__item:hover .live__img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.live__item:hover:after {
    background-color: rgba(0, 0, 0, 0.2);
}

.live__item svg {
    display: block;
    height: 13px;
    width: 20px;
    position: absolute;
    top: 15px;
    right: 35px;
}

.live__counter {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 15px;
}

.live__img {
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live__header {
    position: absolute;
    left: 7%;
    bottom: 7%;
    right: 7%;
    z-index: 1;
    line-height: 1.3em;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.live-title {
    margin-bottom: 24px;
    margin-bottom: 24px;
    margin-top: 0px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.live-title .div-title,.live-title h1 {
    font-size: 28px;
    line-height: 30px;
}

.b-info_theme_evolution .b-info__wrap {
    margin: 0 auto;
}

.b-info_theme_evolution .b-info__title {
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.b-info_theme_evolution .b-evalution__title h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.evalution-wrap {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin: 16px auto;
}

.evalution {
    position: relative;
    margin-top: 16px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #CCD6E2;
    border-radius: 4px;
    padding: 16px 5.55556%;
}

.evalution__content {
    position: relative;
    z-index: 0;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.evalution__content.is-active {
    display: -ms-flexbox;
    display: flex;
}

.evalution__plans {
    display: none;
}

.evalution__plan {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.evalution__plan:before {
    content: '';
    display: block;
    padding-top: 70%;
}

.evalution__plan img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    object-fit: contain;
    margin: auto;
}

.evalution__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.evalution__info .evalution__plan {
    display: block;
    -ms-flex-order: 3;
    order: 3;
}

.evalution__info .evalution__plan img {
    width: 100%;
    height: 100%;
}

.evalution__position {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -ms-flex-order: 2;
    order: 2;
}

.evalution__position-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1em;
    margin-right: 11.11111%;
}

.evalution__position-item svg {
    fill: #8090AC;
    min-width: 12px;
    max-width: 12px;
    min-height: 15px;
    max-height: 17px;
    margin-right: 10px;
    margin-bottom: 4px;
}

.evalution__title {
    margin-bottom: 8px;
    -ms-flex-order: 1;
    order: 1;
}

.evalution__description {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
    -ms-flex-order: 3;
    order: 3;
}

.evalution__description li {
    position: relative;
    padding: 3px 0 3px 23px;
}

.evalution__description li:before {
    content: '';
    position: absolute;
    top: 1ex;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    background-color: #ffd349;
    border-radius: 50%;
}

.evalution__spoiler-btn {
    position: relative;
    display: inline-block;
    color: #4996dd;
    cursor: pointer;
    padding-right: 20px;
    margin: 16px 0;
}

.evalution__spoiler-btn:after {
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    position: absolute;
    top: -3px;
    right: 0;
    bottom: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #438cce;
    border-right: 1px solid #438cce;
    margin: auto;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.evalution__spoiler-btn.is-active:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.evalution__spoiler-body {
    display: none;
}

.evalution__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 16px;
    -ms-flex-order: 6;
    order: 6;
}

.evalution__price-item {
    margin-right: 16.66667%;
}

.evalution__price-header {
    text-transform: uppercase;
    padding-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    color: #8090AC;
}

.evalution__price-value {
    white-space: nowrap;
    font-size: 20px;
}

.evalution__more {
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 36px;
    font-weight: 500;
    color: #000000;
    -ms-flex-order: 7;
    order: 7;
}

.evalution__more:before,.evalution__more:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

.evalution__more:before {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: #ffd349;
    border-radius: 50%;
}

.evalution__more:after {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.evalution__more:hover:after,.evalution__more:hover:before {
    -ms-transform: scale(1.3) rotate(45deg);
    transform: scale(1.3) rotate(45deg);
}

.evalution__nav-wrap {
    margin: 0 -5.88235% 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCD6E2;
    overflow: hidden;
}

.evalution__nav {
    position: relative;
    width: 80%;
    margin: auto;
}

.evalution__nav .b-gallery-slick__base {
    display: -ms-flexbox;
    display: flex;
}

.evalution__nav .b-gallery-slick__base .slick-track,.evalution__nav .b-gallery-slick__base .slick-list {
    min-width: 100%;
}

.evalution__nav-item {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    border: none;
    outline: none;
    opacity: .6;
}

.evalution__nav-item:hover {
    opacity: .9;
    cursor: pointer;
}

.evalution__nav-item.is-active {
    opacity: 1;
}

.evalution__nav-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.57143%;
    height: 55px;
}

.evalution__nav-img img {
    height: 90%;
    width: 90%;
    object-fit: contain;
}

.evalution__nav-caption {
    padding-top: 4px;
    text-align: center;
    font-size: 16px;
}

.evalution__nav-arrows {
    width: 100%;
    height: 0;
}

.evalution__nav-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 100%;
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
}

.evalution__nav-arrow svg {
    fill: #ffd349;
    width: 22px;
    height: 44px;
}

.evalution__nav-arrow.slick-arrow {
    display: -ms-flexbox;
    display: flex;
}

.evalution__nav-arrow.slick-hidden {
    display: none;
}

.evalution__nav-arrow.slick-disabled {
    opacity: 0.5;
}

.is-prev {
    left: -8.82353%;
}

.is-next {
    right: -8.82353%;
}

.is-next svg {
    -ms-transform-origin: center;
    transform-origin: center;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-tabs__nav-wrapper {
    width: 100%;
}

.planoplan {
    display: none;
}

.planoplan__wrap {
    width: 100%;
    height: 100vh;
}/* stylelint-disable */.pp-scene-picker__item--active .pp-scene-picker__vr {
                            background-image: none;
                        }

.pp-logo__images {
    -ms-flex-pack: center;
    justify-content: center;
}/* stylelint-enable */.l-map {
                           position: relative;
                           -ms-flex-preferred-size: 100%;
                           flex-basis: 100%;
                           max-width: 100%;
                           -ms-flex-positive: 1;
                           flex-grow: 1;
                           box-sizing: border-box;
                           overflow: hidden;
                       }

.b-map {
    width: 100%;
    height: 568px !important;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-radius: 4px;
}

.b-map__base[data-noinit] {
    display: none;
}

.b-map__cnt {
    position: relative;
}

.b-map__mobile {
    position: relative;
}

.b-map__img {
    width: 100%;
    height: 320px;
    background: url("https://etalongroup.ru/msk/img/map/mobile-view.jpg");
    background-size: cover;
}

.b-map__btn {
    position: absolute;
    bottom: 24px;
}

.b-map__zoom-wrapper {
    display: none;
    position: absolute;
    top: 50%;
    left: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-map__zoom {
    transition-property: box-shadow, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 50%;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 1;
}

.b-map__zoom:hover,.b-map__zoom:focus {
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.3);
}

.b-map__zoom:active {
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.4);
}

.b-map__zoom:first-child {
    margin-bottom: 8px;
}

.b-map__zoom.is-hide {
    opacity: 0;
    pointer-events: none;
}

.b-map__zoom svg {
    width: 30px;
    height: 30px;
}

.b-popup .b-map__zoom {
    display: block;
}

.b-map-tooltip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
    width: auto;
    min-width: 250px;
    max-width: 250px;
    color: #000000;
    font-family: "pfdin", sans-serif;
    background-color: #ffffff;
    border-radius: 4px;
}

.b-map-tooltip__title {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 300;
    line-height: 16px;
    padding: 4px;
}

.b-map-tooltip__arrow {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top-width: 13px;
    border-top-style: solid;
    border-top-color: inherit;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -14px;
}

.b-map-tooltip__close {
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.gm-style img {
    max-width: 100%;
}

.b-map-tooltip__img {
    height: 72px;
    width: auto;
}

.b-map-tabs {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
}

.b-map-tabs.b-objects__tabs-full {
    z-index: 1;
    position: relative;
}

.b-map-tabs__btn {
    display: none;
    border-radius: 0;
}

.b-map-tabs__list {
    display: none;
    position: absolute;
    right: 0;
    bottom: 16.8px;
    text-align: left;
    width: 100%;
}

.b-map-tabs__list.is-active {
    bottom: 100%;
    display: block;
}

.b-map-tabs__item {
    transition-property: background-color, color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    display: block;
    padding: 0 10px;
    line-height: 48px;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}

.b-map-tabs__item:first-child {
    margin-left: 0;
}

.b-map-tabs__item:last-child {
    margin-right: 0;
}

.b-map-tabs__item.is-active {
    background-color: #000000;
    color: #ffffff;
}

.b-map-tabs__link {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: inherit;
}

.b-map-tabs__link:hover {
    text-decoration: none;
}

.b-map-tabs__link:active {
    color: #000000;
}

.b-popup .b-map-tabs__btn {
    display: block;
}

.b-yandex-map__base {
    width: 100%;
    height: 568px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-radius: 4px;
}

.b-map_with_overlay {
    position: relative;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}

.b-map_with_overlay.active {
    position: fixed;
    pointer-events: all;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.b-map_with_overlay.active .b-yandex-map__base {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.b-map_with_overlay.active .b-map-overlay {
    display: none;
}

.b-map_with_overlay.active .b-yandex-map-object__close {
    display: block;
}

.b-map_with_overlay .j-yandex-map-object {
    position: relative;
}

.b-map_with_overlay .b-map_with_overlay-container {
    position: relative;
}

.b-map_with_overlay .b-yandex-map-object__close {
    transition-property: box-shadow, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    display: none;
}

.b-map_with_overlay .b-yandex-map-object__close:hover {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
}

.b-map_with_overlay .b-yandex-map-object__close:after,.b-map_with_overlay .b-yandex-map-object__close:before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #7593ba;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.b-map_with_overlay .b-yandex-map-object__close:after {
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.b-map_with_overlay .b-map-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    background: rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-map_with_overlay span {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    pointer-events: none;
}

.b-map_with_overlay .b-yandex-map__base {
    -ms-transform: translateY(-33%);
    transform: translateY(-33%);
}

.b-yandex-map__zoom-controls {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-yandex-map__zoom-controls:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.05);
}

.b-yandex-map__zoom-btn {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid #e5eaf0;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

.b-yandex-map__zoom-btn:focus {
    outline: none;
}

.b-yandex-map__zoom-btn:first-child {
    margin-bottom: 12px;
}

.b-yandex-map__zoom-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    margin: auto;
}

.b-yandex-map__zoom-icon_plus_icon:before,.b-yandex-map__zoom-icon_plus_icon:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background-color: #022259;
}

.b-yandex-map__zoom-icon_plus_icon:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-yandex-map__zoom-icon_minus_icon:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background-color: #022259;
}

.b-yandex-map__fullscreen-btn {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #e5eaf0;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

.b-yandex-map__fullscreen-btn:focus {
    outline: none;
}

.b-yandex-map__fullscreen-btn:first-child {
    margin-bottom: 12px;
}

.b-yandex-map__fullscreen-btn.fullscreen-map .b-yandex-map__fullscreen-icon:before,.b-yandex-map__fullscreen-btn.fullscreen-map .b-yandex-map__fullscreen-icon:after {
    width: 7px;
    height: 7px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-yandex-map__fullscreen-btn.fullscreen-map .b-yandex-map__fullscreen-icon:before {
    top: 8px;
    right: 8px;
}

.b-yandex-map__fullscreen-btn.fullscreen-map .b-yandex-map__fullscreen-icon:after {
    bottom: 8px;
    left: 8px;
}

.b-yandex-map__fullscreen-icon:before {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #022259;
    border-right: 2px solid #022259;
    content: '';
}

.b-yandex-map__fullscreen-icon:after {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #022259;
    border-left: 2px solid #022259;
    content: '';
}

.b-yandex-map-balloon {
    position: absolute;
    display: block;
    width: 280px;
    margin-top: -35px;
    -ms-transform: translate(-20%, -110%);
    transform: translate(-20%, -110%);
}

.b-yandex-map-balloon:before {
    position: absolute;
    bottom: -20px;
    left: 20%;
    display: block;
    border: 10px solid transparent;
    border-top: 10px solid #448dcf;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    z-index: 999;
}

.b-yandex-map-balloon :hover {
    display: block;
}

.b-yandex-map-tooltip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
    width: auto;
    min-width: 280px;
    max-width: 280px;
    color: #000000;
    font-family: "pfdin", sans-serif;
    background-color: #ffffff;
    border-radius: 4px;
}

.b-yandex-map-tooltip__img {
    object-fit: cover;
    max-height: 90px;
    min-height: 72px;
    height: 100%;
    max-width: 50%;
    width: auto;
    overflow: hidden;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.b-yandex-map-tooltip__price {
    font-size: 12px;
}

.b-yandex-map__button {
    padding: 6px 20px;
    padding-left: 35px;
    background-color: #ffffff;
    border: 1px solid #e5eaf0;
    border-radius: 4px;
    color: #022259;
}

.b-yandex-map__button:hover {
    cursor: pointer;
}

.b-yandex-map__button:after {
    content: url("/styles/../msk/images/icon-link-3.svg");
}

.b-yandex-map__button-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-right: 20px;
}

.b-yandex-map-route-balloon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 149px;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #ffffff;
    border: 1px solid #ccd6e2;
    border-radius: 16px;
    opacity: .95;
    box-shadow: 8px 8px 26px rgba(37, 67, 112, 0.16);
    vertical-align: middle;
}

.b-yandex-map-route-balloon:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 9px;
    content: url("/styles/../msk/images/balloon-icon.svg");
}

.b-yandex-map-route-balloon__content {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #29313c;
}

[class^='ymaps-'][class*='-image'] {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.yandex-zoom-control > div {
    transition-property: box-shadow, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 32px;
    height: 32px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}

.yandex-zoom-control > div:hover {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
}

.yandex-zoom-control > div i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.yandex-zoom-control > div i:after,.yandex-zoom-control > div i:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #7593ba;
    opacity: .5;
}

.yandex-zoom-control #zoom-in {
    margin-bottom: 10px;
}

.yandex-zoom-control #zoom-in i:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.yandex-zoom-control #zoom-out i:before {
    display: none;
}

.yandex-fullscreen-control {
    transition-property: box-shadow, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

.yandex-fullscreen-control:hover {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
}

.yandex-fullscreen-control.active i:before {
    top: 8px;
    right: 8px;
}

.yandex-fullscreen-control.active i:after {
    bottom: 8px;
    left: 8px;
}

.yandex-fullscreen-control i:before,.yandex-fullscreen-control i:after {
    transition-property: top, bottom, left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    opacity: .5;
}

.yandex-fullscreen-control i:before {
    top: 14px;
    right: 14px;
    border-bottom: 2px solid #7593ba;
    border-left: 2px solid #7593ba;
}

.yandex-fullscreen-control i:after {
    bottom: 14px;
    left: 14px;
    border-top: 2px solid #7593ba;
    border-right: 2px solid #7593ba;
}

.b-yandex-map-tooltip_type_insrastructure {
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}

.b-yandex-map-tooltip_type_insrastructure .b-map-tooltip__content {
    width: 100%;
}

.b-yandex-map-tooltip_type_insrastructure .b-map-tooltip__title {
    margin-bottom: 0px;
    text-align: center;
}

.l-map-tab-objects {
    position: relative;
    margin-bottom: 60px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.l-map-tab-objects .b-btn-tabs__all.b-header__btn {
    white-space: nowrap;
}

.b-map-item__close {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -140px -151px;
    width: 32px;
    height: 32px;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    right: 2.77778%;
    top: 30px;
    font-size: 0;
    border: none;
    background-color: transparent;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.b-map-item__close:hover {
    cursor: pointer;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-btn-tabs__all {
    position: absolute;
}

.b-btn-tabs__all svg {
    fill: #fff;
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    margin-right: 10px;
}

.b-btn-tabs__all.b-header__btn {
    padding-left: 10px;
    padding-right: 10px;
}

.b-map-tabs-wrapper {
    display: none;
    position: absolute;
    top: -576px;
    padding: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
}

.b-map-tab-objects {
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}

.b-map-tab__all {
    width: -webkit-fit-content;
    width: fit-content;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-map-tab__all .b-map-tab-objects__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: .3;
}

.b-map-tab__all .b-map-tab-objects__link:hover {
    opacity: 1;
}

.b-map-tab-objects__item,.b-map-tab-objects__item-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 3.125%;
    padding-right: 6.25%;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-right: 10px;
}

.b-map-tab-objects__item:hover,.b-map-tab-objects__item-check:hover {
    cursor: pointer;
}

.b-map-tab-objects__item img,.b-map-tab-objects__item-check img {
    width: 22px;
    height: 22px;
}

.b-map-tab-objects__item.b-map-tab__all,.b-map-tab-objects__item-check.b-map-tab__all {
    -ms-flex-align: start;
    align-items: flex-start;
}

.b-map-tab-objects__item-check {
    padding-bottom: 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: initial;
}

.b-map-tab-objects__item-check .b-search-filter__checkbox {
    width: 100%;
}

.b-map-tab-objects__item-check .b-search-filter__checkbox label {
    width: 100%;
}

.b-map-tab-objects__link {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #022259;
}

.b-icon__settings {
    width: 22px;
    height: 14px;
}

.l-map-accordion {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-map-accordion {
    box-shadow: 0 10px 40px rgba(37, 67, 112, 0.15);
}

.b-map-accordion .ui-accordion-header {
    padding-left: 9.375%;
    padding-right: 9.375%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000000;
    background-color: #ffffff;
}

.b-map-accordion .ui-accordion-header .b-map-accordion__header-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.b-map-accordion .ui-accordion-header:after {
    display: block;
    min-width: 10px;
    width: 10px;
    height: 17px;
    margin-left: 20px;
    background: transparent url('data:image/svg+xml;utf8,<svg width="5" height="10" viewBox="0 0 5 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.37483 4.28591L0.624903 0L0 0.714222L3.74992 5.00013L0.000232231 9.28578L0.625135 10L5 4.99982L4.3751 4.2856L4.37483 4.28591Z" fill="black"/></svg>') no-repeat;
    background-size: 10px 17px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: '';
}

.b-map-accordion .ui-accordion-header:hover {
    cursor: pointer;
}

.b-map-accordion .ui-accordion-header-active {
    height: 80px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #ffffff;
    background-color: #438cce;
}

.b-map-accordion .ui-accordion-header-active:hover {
    cursor: default;
}

.b-map-accordion .ui-accordion-header-active:after {
    background: transparent url('data:image/svg+xml;utf8,<svg width="5" height="10" viewBox="0 0 5 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.37483 4.28591L0.624903 0L0 0.714222L3.74992 5.00013L0.000232231 9.28578L0.625135 10L5 4.99982L4.3751 4.2856L4.37483 4.28591Z" fill="white"/></svg>') no-repeat;
    background-size: 10px 17px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.b-map-accordion .ui-accordion-header:not(.ui-accordion-header-active):not(:last-of-type) {
    border-bottom: 1px solid #e5eaf0;
}

.b-map-accordion .ui-accordion-content {
    padding-bottom: 24px;
    padding-left: 9.375%;
    padding-right: 9.375%;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
}

.b-map-accordion .ui-accordion-content-active {
    background-color: #438cce;
}

.b-header {
    margin-top: 8px;
    margin-bottom: 8px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.b-header__burger {
    width: 60px;
}

.b-header__logo {
    display: -ms-flexbox;
    display: flex;
    width: 41.66667%;
    margin-right: 2.77778%;
}

.b-header__logo-img {
    width: 100%;
    height: 20px;
}

.b-header__menu {
    display: none;
}

.b-header__menu > span {
    position: relative;
    display: inline-block;
    line-height: 1em;
}

.b-header__menu a:not(.header-menu__sticker) {
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-right: 24px;
}

.b-header__menu .header-menu__sticker {
    position: absolute;
    top: calc(100% + 15px);
    left: calc(50% - 10px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    background-color: #ea222d;
    color: #ffffff;
    font-size: 15px;
    line-height: 27px;
    padding: 4px 15px 0;
    white-space: nowrap;
    border-radius: 1px;
    font-weight: 300;
}

.b-header__menu .header-menu__sticker:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -4.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 8px;
    border-color: transparent transparent #ea222d;
}

.b-header__menu-dropdown {
    cursor: pointer;
    position: relative;
}

.b-header__menu-dropdown-menu {
    position: absolute;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5px;
    top: 100%;
    left: 0;
    background: #ffffff;
}

.b-header__menu-dropdown-menu a {
    display: -ms-flexbox !important;
    display: flex !important;
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 3px 20px;
    border: 1px solid rgba(0, 47, 105, 0.1);
    margin-top: -1px;
    font-size: 16px !important;
    margin-right: 0 !important;
}

.b-header__menu-dropdown-menu a:hover {
    background: rgba(0, 49, 108, 0.03);
    color: #000000 !important;
}

.b-header__menu-dropdown-menu.is-active {
    display: -ms-flexbox;
    display: flex;
}

.b-header__select {
    display: none;
}

.b-header__select .selectric,.b-header__select .label {
    border: none !important;
    height: auto;
    line-height: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
}

.b-header__select .button {
    height: 100%;
}

.b-header__select-menu {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-top: 16px;
    margin-bottom: 8px;
    width: 100%;
    display: block;
    font-size: 15px;
}

.b-header__select-menu .selectric,.b-header__select-menu .label {
    border: none !important;
    line-height: 36px;
    height: 36px;
    margin-left: 0;
}

.b-header__btn {
    display: none;
    background-color: #CCDCEF;
    color: #022156;
    border: none;
}

.b-header__btn:hover {
    color: #ffffff;
}

.b-header__btn-menu {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    width: 100%;
    display: block;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}

.b-header__phone {
    display: none;
}

.b-header__phone a {
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.b-header__phone a:hover {
    color: #3677c3;
}

.b-header__phone-call {
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-size: 16px;
    color: #000000;
}

.b-header__mobile {
    margin-right: 5.55556%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 62.5%;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b-header__mobile-phone {
    margin-left: 2.77778%;
    margin-right: 5.55556%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 6px;
}

.b-header__mobile-phone svg {
    fill: #438cce;
    width: 18px;
    height: 18px;
}

.b-header__title h2 {
    color: #002f69;
    font-size: 20px;
    line-height: 36px;
}

.b-header_theme_parking {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.b-header_theme_parking .b-header__logo {
    display: none;
}

.b-header_theme_parking .b-header__mobile-phone {
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    top: 50%;
    right: 5.55556%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-header__menu-item-live svg {
    fill: #438cce;
    width: 20px;
    height: 12px;
}

.l-full-nav .b-header__menu-item-live {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}

.l-full-nav .b-header__menu-item-live svg {
    margin-right: 8px;
    margin-top: -3px;
}

.b-header__menu-item-live-icon {
    fill: #ffffff;
    margin-top: -3px;
    margin-right: 4px;
    width: 9px;
    height: 5px;
    vertical-align: middle;
}

.b-header__lk {
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-header__lk svg {
    fill: #438cce;
    width: 16px;
    min-width: 16px;
    height: 18px;
}

.b-header__menu-item-live span {
    position: relative;
    background-color: #002f69;
    display: inline-block;
    border-radius: 6px;
    padding: 3px 10px 0 18px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    text-transform: uppercase;
}

.b-header__menu-item-live span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
}

.b-header__favorite {
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-header__favorite svg {
    fill: #438cce;
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.b-header__favorite span {
    position: absolute;
    top: -10px;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-width: 14px;
    height: 14px;
    border-radius: 8px;
    padding: 0 4px;
    font-size: 9px;
    font-weight: bold;
    background-color: #438cce;
    line-height: 1em;
    color: #ffffff;
}

.b-header__tooltipe {
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    left: 50%;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 8px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #000000;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 47, 105, 0.08);
}

.b-nav__item,.b-nav__subitem {
    float: left;
    margin-right: 20px;
}

.b-nav__item:last-child,.b-nav__subitem:last-child {
    margin-right: 0;
}

.b-nav__link,.b-nav__sublink {
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-size: 17px;
    line-height: 8px;
    color: #000000;
    font-family: inherit;
    text-decoration: none;
}

.is-active.b-nav__link,.is-active.b-nav__sublink {
    color: #ffa500;
}

.is-active.b-nav__link:hover,.is-active.b-nav__sublink:hover {
    text-decoration: none;
    color: #ffa500;
}

.b-nav__link:hover,.b-nav__sublink:hover {
    color: #ff0000;
}

.b-nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

.b-nav__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.b-nav__sublist {
    width: 100%;
    position: absolute;
    top: 8px;
    left: 0;
    display: none;
}

.b-nav__item:hover .b-nav__sublist {
    display: block;
}

.b-nav__link_is_sublist .b-nav__link {
    position: relative;
    padding-right: 31px;
}

.b-nav__link_is_sublist .b-nav__link:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -151px -144px;
    width: 11px;
    height: 6px;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
    content: '';
}

.b-nav__link_is_sublist:hover .b-nav__link:after {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.l-full-nav {
    transition-property: margin-left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    background-color: transparent;
    margin-left: -100vw;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.l-full-nav.is-active {
    margin-left: 0;
    opacity: 1;
}

.l-full-nav__top {
    border-bottom: 1px solid rgba(0, 47, 105, 0.1);
}

.l-full-nav__top .b-header__logo {
    display: none;
}

.l-full-nav__top .b-header__pnone {
    display: none;
}

.l-full-nav__top .b-header__mobile-phone svg {
    margin-left: 5px;
    fill: #438cce;
    width: 18px;
    height: 18px;
}

.l-full-nav__wrap {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    width: 88.88889%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    border-bottom: 1px solid rgba(0, 49, 108, 0.2);
    overflow: auto;
}

.l-full-nav__content {
    background-color: #ffffff;
}

.l-full-nav__overlay {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -100vh;
    z-index: 1;
}

.l-full-nav__overlay.is-active {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-duration: 1s;
    margin-top: 0;
    opacity: 1;
}

.b-objects-nav__item {
    background-color: #ffffff;
}

.b-objects-nav__item:last-of-type .b-objects-nav__links {
    margin-bottom: 80px;
    -webkit-margin-after: 80px;
}

.b-objects-nav__item-full .b-objects-nav__sub {
    margin-bottom: 25px;
}
.b-objects-nav__item-full .sub-item-margbottom {
    margin-bottom: 25px;
}

.b-objects-nav__item-full .b-objects-nav__sub-item:last-child {
    margin-bottom: 0;
}

.b-objects-nav__link {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 6.25%;
    padding-right: 6.25%;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 47, 105, 0.1);
}

.b-objects-nav__link:before {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -25px -218px;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: 50%;
    right: 5.55556%;
    z-index: 2;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-objects-nav__link.is-active {
    border-bottom-color: transparent;
}

.b-objects-nav__link.is-active:before {
    -ms-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}

.b-objects-nav__link-empty {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 5.55556%;
    padding-right: 5.55556%;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 47, 105, 0.1);
}

.b-objects-nav__link-empty .b-objects-nav__name {
    white-space: normal;
    line-height: 14px;
}

.b-objects-nav__link-empty_live .b-objects-nav__name {
    position: relative;
    background-color: #002f69;
    display: inline-block;
    border-radius: 6px;
    padding: 3px 10px 0 18px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    text-transform: uppercase;
}

.b-objects-nav__link-empty_live .b-objects-nav__name:after {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    right: auto;
    bottom: 0;
    margin: auto;
    display: block;
    width: 5px;
    height: 5px;
    background: none;
    background-color: #ffffff;
    border-radius: 50%;
}

.b-objects-nav__link-empty_live .b-objects-nav__name {
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: relative;
    background-color: #438cce;
    display: inline-block;
    border-radius: 4px;
    padding: 4px 6px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    text-transform: uppercase;
}

.b-objects-nav__link-empty_live .b-objects-nav__name:after {
    display: none;
}

.b-objects-nav__name-icon-live {
    fill: #ffffff;
    margin-top: -3px;
    margin-right: 4px;
    width: 9px;
    height: 5px;
    vertical-align: middle;
}

.b-objects-nav__name {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.b-objects-nav__name:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
    pointer-events: none;
}

.b-objects-nav__district {
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
}

.b-objects-nav__sub {
    display: none;
}

.b-objects-nav__sub:last-child {
    margin-bottom: 16px;
}

.b-objects-nav__sub-link {
    transition-property: opacity, color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    color: #1d325c;
    opacity: .75;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    padding: 0.4px 0;
}

.b-objects-nav__sub-link.is-active {
    opacity: 1;
}

.b-objects-nav__sub-link[href*='www'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.b-objects-nav__sub-link[href*='www']:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("https://etalongroup.ru/msk/img/elements/exit.svg") no-repeat center;
    margin-top: -5px;
    margin-left: 5px;
}

.b-objects-nav__sub-link_icon_right svg {
    width: 10px;
    height: 10px;
    margin-left: 8px;
}

.b-objects-nav__sub-item {
    padding-left: 6.25%;
    padding-right: 6.25%;
    margin-bottom: 8px;
}

.b-objects-nav__sub-item.is-active .b-objects-nav__sub-link {
    color: #000000;
}

.b-objects-nav__links {
    width: 100%;
    border-top: 1px solid rgba(0, 47, 105, 0.05);
    margin-top: -1px;
}

.b-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-footer__menu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    padding-top: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(0, 47, 105, 0.1);
}

.b-footer__menu-item {
    display: none;
}

.b-footer__menu-item-mini {
    display: none;
}

.b-footer__menu-mobile {
    width: 100%;
}

.b-footer__menu-mobile .b-footer__menu-list {
    margin-bottom: 28px;
}

.b-footer__menu-title {
    margin-bottom: 16px;
    color: #000000;
    opacity: .3;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.b-footer__menu-list a {
    transition-property: opacity, color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    width: 100%;
    color: #1d325c;
    opacity: .75;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.b-footer__menu-list a:hover {
    border-bottom: none;
}

.b-footer__menu-list a[href*='www'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.b-footer__menu-list a[href*='www']:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("https://etalongroup.ru/msk/img/elements/exit.svg") no-repeat center;
    margin-top: -5px;
    margin-left: 5px;
}

.b-footer__menu-contacts {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
}

.b-footer__menu-phones a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
}

.b-footer__menu-phones a:hover {
    border-bottom: none;
}

.b-footer__menu-address p {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
}

.b-footer__menu-address span {
    color: #a3a3a3;
    display: block;
}

.b-footer__menu-link a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #324f7c;
}

.b-footer__menu-link a:hover {
    border-bottom: none;
}

.b-footer__social {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-top: 28px;
    margin-bottom: 28px;
    -ms-flex-align: center;
    align-items: center;
}

.b-footer__social-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-footer__social-form input {
    margin-right: 3.125%;
    width: 56.25%;
    font-size: 16px;
    line-height: 16px;
}

.b-footer__social-form input[type='submit'] {
    margin-right: 0%;
    width: 40.625%;
    padding: 0;
}

.b-footer__social-form input:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(2, 33, 86, 0.5);
}

.b-footer__social-form input::placeholder {
    font-size: 16px;
    color: rgba(2, 33, 86, 0.5);
}

.b-footer__social-form .b-footer__social-agree {
    margin-top: 20px;
}

.b-footer__social-form .b-footer__social-agree label {
    font-size: 14px;
}

.b-footer__social .b-form__answer {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-footer__social-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    display: inline;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.b-footer__social-link {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.b-footer__social-link a {
    margin-bottom: 8px;
    height: 39px;
}

.b-footer__social-link a:hover {
    border-bottom: none;
}

.b-footer__social-link a img {
    width: auto;
    height: 39px;
    margin: auto;
    object-fit: contain;
}

.b-icon__social-gooleplay {
    margin-right: 8px;
}

.b-icon__social-appstore {
    margin-right: 8px;
}

.b-icon__social-youtube,.b-icon__social-linkedin,.b-icon__social-fb,.b-icon__social-vk {
    margin-right: 0px;
}

.b-icon__social-youtube:not(:last-child),.b-icon__social-linkedin:not(:last-child),.b-icon__social-fb:not(:last-child),.b-icon__social-vk:not(:last-child) {
    margin-right: 8px;
}

.b-footer__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding-right: 5.55556%;
    padding-left: 5.55556%;
    background-color: #ffffff;
}

.b-footer__info-content {
    margin-top: 16px;
    margin-bottom: 24px;
}

.b-footer__info-txt {
    margin-bottom: 8px;
    opacity: .6;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.b-footer__info-logo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
}

.b-footer__menu-live {
    margin-top: 5px;
}

.b-footer__menu-live a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    text-transform: uppercase;
}

.b-footer__menu-live a svg {
    width: 20px;
    height: 12px;
    fill: #438cce;
    margin-right: 7px;
    margin-top: -3px;
}

.b-footer__menu-live-icon {
    fill: #ffffff;
    margin-top: -3px;
    margin-right: 4px;
    width: 9px;
    height: 5px;
    vertical-align: middle;
}

.b-footer__info-content_type_element .b-footer__info-txt {
    margin-bottom: 16px;
}

.b-footer__info-content_type_element .b-footer__info-txt-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-footer__info-content_type_element .b-kelnik {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-callback-new__col {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 24px;
    padding: 0 8px;
}

.b-callback-new__col:last-child {
    margin-bottom: 0px;
}

.b-callback-new__btn {
    margin-top: 20px;
}

.b-callback-new__btn .b-btn {
    width: auto;
}

.b-callback-new__row {
    margin-bottom: 24px;
    margin-left: -8px;
    margin-right: -8px;
}

.b-callback-new__row--two .b-callback-new__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 0 8px;
}

.b-callback__ttl {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}

.b-callback__row {
    margin-bottom: 8px;
}

.b-callback__row:last-child {
    margin-bottom: 0px;
}

.b-callback__row p {
    margin-bottom: 16px;
    color: #000000;
    opacity: .5;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.b-callback__lbl {
    margin-bottom: 8px;
    display: block;
    color: #5bac26;
}

.l-banks {
    padding-top: 8px;
}

.l-banks__wrap {
    margin-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-left: 20px;
    padding-right: 20px;
}

.l-banks__item {
    margin-bottom: 8px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.l-banks__item:nth-child(2n+2) {
    margin-right: 0;
}

.b-bank {
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.b-bank__row {
    padding-top: 4px;
    padding-bottom: 4px;
}

.b-bank__row:first-child {
    padding-top: 12px;
    padding-bottom: 0px;
}

.b-bank__row:last-child {
    padding-bottom: 12px;
}

.b-bank__img-wrap {
    min-height: 45px;
}

.b-bank__img {
    max-width: 100%;
}

.b-bank__key {
    font-size: 10px;
    line-height: 14px;
    font-family: inherit;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.b-bank__val {
    font-size: 28px;
    line-height: 8px;
    font-family: inherit;
    color: #000000;
    font-weight: 700;
}

.b-bank__link {
    font-size: 14px;
    line-height: 8px;
    color: #cccccc;
    font-family: inherit;
}

.b-bank__row_border_bottom {
    border-bottom: 1px solid #cccccc;
}

.b-bank_is_disabled {
    opacity: .2;
}

.l-documents {
    padding-top: 16px;
    padding-bottom: 8px;
}

.b-documents__ttl {
    font-size: 36px;
    line-height: 48px;
    font: "pfdin", sans-serif;
    font-weight: 700;
}

.b-documents__item {
    margin-bottom: 8px;
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    padding-left: gutter(5);
    position: relative;
}

.b-documents__item:hover {
    text-decoration: none;
}

.b-documents__item:hover .b-documents__text {
    text-decoration: underline;
}

.b-documents__item:after {
    background-image: url("https://etalongroup.ru/msk/img/documents/unknown.svg");
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 46px;
    height: 56px;
    background-size: cover;
}

.b-documents__format {
    font-size: 11px;
    line-height: 24px;
    color: #cccccc;
}

.b-documents__format:hover {
    text-decoration: none;
}

.b-documents__item_format_doc:after {
    background-image: url("https://etalongroup.ru/msk/img/documents/doc.svg");
    width: 50px;
    height: 55px;
}

.b-documents__item_format_jpg:after {
    background-image: url("https://etalongroup.ru/msk/img/documents/jpg.svg");
    width: 50px;
    height: 55px;
}

.b-documents__item_format_pdf:after {
    background-image: url("https://etalongroup.ru/msk/img/documents/pdf.svg");
    width: 50px;
    height: 55px;
}

.b-documents__item_format_png:after {
    background-image: url("https://etalongroup.ru/msk/img/documents/png.svg");
    width: 50px;
    height: 55px;
}

.b-documents__item_format_xls:after {
    background-image: url("https://etalongroup.ru/msk/img/documents/xls.svg");
    width: 50px;
    height: 55px;
}

.b-documents__item_format_zip:after {
    background-image: url("https://etalongroup.ru/msk/img/documents/zip.svg");
    width: 50px;
    height: 55px;
}

.b-documents__item_format_xlsx:after {
    background-image: url("https://etalongroup.ru/msk/img/documents/xls.svg");
    width: 50px;
    height: 55px;
}

.b-documents__item_format_docx:after {
    background-image: url("https://etalongroup.ru/msk/img/documents/doc.svg");
    width: 50px;
    height: 55px;
}

.b-burger {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 33.33333%;
    padding-left: 33.33333%;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-burger .line-1 {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000000;
    margin-bottom: 7px;
}

.b-burger .line-3 {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.b-burger .line-2 {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 100%;
    height: 2px;
    background-color: #000000;
    margin-bottom: 7px;
}

.b-burger.is-active .line-1 {
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}

.b-burger.is-active .line-2 {
    opacity: 0;
}

.b-burger.is-active .line-3 {
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.b-burger.is-active:hover .line-1 {
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
    background-color: #438cce;
}

.b-burger.is-active:hover .line-2 {
    background-color: #438cce;
}

.b-burger.is-active:hover .line-3 {
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background-color: #438cce;
}

.b-facts {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 32px;
    margin-bottom: 16px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-facts__item {
    margin-bottom: 20px;
}

.b-facts__item_hide_mobile {
    display: none;
}

.b-facts__item_width_1 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: 6.25%;
}

.b-facts__item_width_1 .b-facts__content {
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_1 .b-facts__line {
    opacity: 0;
    margin-right: 6.25%;
}

.b-facts__item_width_1 .b-facts__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_2 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: 6.25%;
}

.b-facts__item_width_2 .b-facts__content {
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_2 .b-facts__line {
    opacity: 0;
    margin-right: 6.25%;
}

.b-facts__item_width_2 .b-facts__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_3 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: 6.25%;
}

.b-facts__item_width_3 .b-facts__content {
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_3 .b-facts__line {
    opacity: 0;
    margin-right: 6.25%;
}

.b-facts__item_width_3 .b-facts__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_4 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: 6.25%;
}

.b-facts__item_width_4 .b-facts__content {
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_4 .b-facts__line {
    opacity: 0;
    margin-right: 6.25%;
}

.b-facts__item_width_4 .b-facts__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_5 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: 6.25%;
}

.b-facts__item_width_5 .b-facts__content {
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_5 .b-facts__line {
    opacity: 0;
    margin-right: 6.25%;
}

.b-facts__item_width_5 .b-facts__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_6 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: 6.25%;
}

.b-facts__item_width_6 .b-facts__content {
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_6 .b-facts__line {
    opacity: 0;
    margin-right: 6.25%;
}

.b-facts__item_width_6 .b-facts__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_7 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: 6.25%;
}

.b-facts__item_width_7 .b-facts__content {
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_7 .b-facts__line {
    opacity: 0;
    margin-right: 6.25%;
}

.b-facts__item_width_7 .b-facts__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_8 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: 6.25%;
}

.b-facts__item_width_8 .b-facts__content {
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__item_width_8 .b-facts__line {
    opacity: 0;
    margin-right: 6.25%;
}

.b-facts__item_width_8 .b-facts__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-facts__title {
    margin-bottom: 4px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.b-facts_is_gray {
    background-color: #f1f1f1;
    border-bottom: 1px solid rgba(0, 49, 108, 0.2);
}

.b-facts__text {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.b-facts__ask {
    transition-property: color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(0, 47, 105, 0.1);
    color: #000000;
    text-align: center;
    font-size: 9px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
}

.b-facts__ask:hover {
    color: #ffffff;
    background-color: rgba(0, 47, 105, 0.4);
}

.b-facts__ask:hover .b-facts__ask-tooltip {
    display: block;
}

.b-facts__ask-tooltip {
    display: none;
    position: absolute;
    right: 0;
    top: 24px;
    color: rgba(2, 33, 86, 0.5);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    width: 224px;
    box-shadow: 12px 12px 40px rgba(37, 67, 112, 0.2);
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.1);
    background-color: #ffffff;
    padding: 10px;
}

.b-facts__text-hide {
    display: none;
}

.b-info__wrap {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 28px;
}

.b-info__title {
    display: none;
}

.b-info__descr {
    margin-bottom: 24px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.b-info__more {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.b-info__show-more {
    width: 24px;
    position: relative;
    font-size: 0;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: transparent;
}

.b-info__show-more:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/elements/more-yellow.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-info__show-more:hover {
    color: #000000 !important;
}

.b-info__show-more-full {
    padding-right: 11.11111%;
    width: auto;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000000;
}

.b-info__show-more-full:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/elements/more-yellow.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-info__show-more-full:hover {
    color: #000000 !important;
}

.b-info__more-btn {
    color: #3677c3;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.b-info__more_hide_mobile {
    display: none;
}

.b-info_dark_theme {
    background-color: #f1f1f1;
}

.b-objects {
    margin-bottom: 40px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-objects.b-objects-page-objects {
    margin-top: 28px;
    margin-bottom: 32px;
    position: relative;
}

.b-objects.b-objects-page-objects:not(.b-friends-page):after {
    content: '';
    position: absolute;
    right: 16px;
    bottom: 32px;
    transform: translate3d(200%, 68%, 0) rotate(-135deg);
    width: 15px;
    height: 15px;
    border-left: 2px solid #8f9092;
    border-bottom: 2px solid #8f9092;
}

.b-objects.b-objects-page-objects.no-after:after {
    display: none;
}

.b-objects.b-objects-page-objects.b-friends-page {
    margin-bottom: 0;
}

.b-objects.b-objects-page-objects.b-friends-page .b-objects__title-page-objects {
    margin-bottom: 0;
}

.b-objects__link-wrap {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 32px;
}

.b-objects__link-commerce {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    text-transform: uppercase;
    line-height: 16px;
}

.b-objects__link-commerce:hover:after {
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.b-objects__link-commerce:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    display: block;
    background-image: url("https://etalongroup.ru/msk/img/elements/commerce-link.svg");
    min-width: 30px;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin-left: 13px;
}

.b-objects__map {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0px;
}

.b-objects__map .b-objects__title {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 0px;
}

.b-objects__map.b-objects__map-visible {
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}

.b-objects__title {
    margin-bottom: 24px;
    width: 100%;
}

.b-objects__title.b-objects__title-page-objects {
    margin-bottom: 24px;
    margin-top: 0px;
}

.b-objects__title.b-objects__title-page-objects .b-friends__title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
}

.b-objects__title.b-objects__title-page-objects .b-friends__subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 15px;
}

.b-objects__title.b-objects__title-page-objects .div-title,.b-objects__title.b-objects__title-page-objects h1 {
    font-size: 28px;
    line-height: 30px;
}

.b-objects__title.b-objects_theme_bottom {
    margin-bottom: 0;
}

.b-objects__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
    padding-bottom: 16px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 49, 108, 0.2);
}

.b-objects__tabs a {
    transition-property: opacity, color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    color: #022156;
    opacity: .5;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: -16px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.b-objects__tabs a:not(:last-child) {
    margin-right: 20px;
}

.b-objects__tabs a.is-active {
    color: #000000;
    opacity: 1;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ffd349;
    text-decoration: none;
}

.b-objects__tabs a.is-active span {
    opacity: 1;
}

.b-objects__tabs a.is-disabled {
    cursor: default;
    pointer-events: none;
}

.b-objects__tabs span {
    display: block;
    color: #000000;
    opacity: .5;
    font-size: 12px;
    pointer-events: none;
    text-transform: lowercase;
    letter-spacing: 0;
    font-weight: 300;
}

.b-objects__tabs.b-objects__tabs-full {
    margin-top: 0px;
    width: 100%;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
}

.b-objects__tabs.b-objects__tabs-full a {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    font-size: 14px;
    line-height: 14px;
    opacity: 1;
    font-weight: 300;
    text-transform: none;
    letter-spacing: normal;
}

.b-objects__tabs.b-objects__tabs-full a:not(:last-child) {
    margin-right: 8.33333%;
}

.b-objects__wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
}

.b-objects__wrap.b-objects__wrap-page-objects.b-objects__separate {
    margin-top: 8px;
}

.b-objects__wrap-hide {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: none;
    position: relative;
}

.b-objects__wrap-hide.is-active {
    display: block;
}

.b-objects__item {
    margin-bottom: 16px;
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.b-object__docs-icon {
    margin-left: 5.76923%;
    width: 22px;
    height: 23px;
}

.b-objects__download {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    vertical-align: middle;
}

.b-objects__img-content {
    display: block;
    position: relative;
    height: 41.5vw;
    border-radius: 4px 4px 0 0;
    background-color: #000000;
    overflow: hidden;
}

.b-objects__img-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    border-radius: 4px 4px 0 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 100%);
}

.b-tabs__content-mileage {
    margin-bottom: 40px;
}

.b-objects__img {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-duration: .7s;
    width: 100%;
    height: 100%;
}

.b-objects__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity;
    transition-duration: .7s;
    opacity: 0;
    background-color: #000000;
}

.b-objects__actions-desriptions {
    transition: 0.7s;
    opacity: 0;
    position: absolute;
    top: 16px;
    left: 6.66667%;
    color: #ffffff;
    z-index: 2;
}

.b-objects__img_separate_width {
    object-fit: contain;
    background-color: #ffffff;
}

.b-objects__picture {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
}

.b-objects__picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.b-objects__labels-wrapper {
    position: absolute;
    top: 16px;
    left: 6.66667%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.b-objects__labels-wrapper .b-objects__label {
    position: relative;
    top: 0px;
}

.b-objects__label {
    position: absolute;
    top: 16px;
    left: 6.66667%;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 5px 9px 4px;
    color: #30414b;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    z-index: 1;
}

.b-objects__actions {
    top: 0px;
    background-color: #FFD348;
    margin-left: 10px;
}

.b-objects__name {
    position: absolute;
    left: 6.66667%;
    bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    z-index: 1;
}

.b-objects__name:after {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    opacity: 0;
    width: 45px;
    height: 45px;
    background-image: url("https://etalongroup.ru/msk/img/elements/more1.svg");
    position: absolute;
    bottom: 12px;
    right: -42px;
    content: '';
    background-size: cover;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.b-objects__name_separate_font {
    right: 6.66667%;
}

.b-objects__content {
    padding-top: 16px;
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-top-color: transparent;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.b-objects__content-title {
    padding-left: 6.66667%;
    padding-right: 6.66667%;
    margin-bottom: 16px;
    color: #000000;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

.b-objects__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding-left: 5.76923%;
    padding-right: 5.76923%;
}

.b-objects__info.b-objects__info-page-objects {
    margin-bottom: 48px;
}

.b-objects__info-item {
    width: 50%;
}

.b-objects__address,.b-objects__info-content {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.b-objects__address {
    padding-left: 5.76923%;
    margin-bottom: 20px;
    width: 85.71429%;
}

.b-object__address_separate_indent {
    margin-bottom: 8px;
}

.b-objects__info-title {
    margin-bottom: 4px;
    opacity: .3;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.b-objects__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5.76923%;
    padding-right: 5.76923%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    color: #000000;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 49, 108, 0.2);
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
}

.b-objects__link:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/elements/more-gray.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5.76923%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-objects__link:hover {
    color: #000000;
}

.b-objects__link span {
    margin-right: 0.69444%;
    font-weight: 500;
}

.b-objects__link:first-of-type {
    margin-top: auto;
}

.b-objects__link.b-object__info-sold:after {
    content: none;
}

.b-objects__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

.b-objects__tooltip {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
}

.b-objects__tooltip-img {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 144px;
}

.b-objects__tooltip-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 100%);
}

.b-objects__tooltip-label {
    top: 64px;
}

.b-objects__tooltip-content {
    padding-top: 20px;
    position: relative;
    height: 344px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-top-color: transparent;
}

.b-objects__tooltip-address {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.b-objects__tooltip-info {
    font-size: 14px;
}

.b-objects__tooltip-info-item {
    margin-right: 8.33333%;
}

.b-objects__tooltip-info-content {
    padding: 0;
}

.b-objects__tooltip-table {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    font-size: 14px;
    font-weight: 300;
}

.b-objects__tooltip-table table {
    width: 100%;
}

.b-objects__tooltip-table tr.is-link {
    cursor: pointer;
}

.b-objects__tooltip-table tr.is-link td:first-child {
    color: #23527c;
}

.b-objects__tooltip-table td {
    margin-bottom: 16px;
    white-space: nowrap;
}

.b-objects__tooltip-table td:nth-child(even) {
    text-align: right;
}

.b-objects__tooltip-link {
    padding-left: 5.55556%;
    padding-right: 5.55556%;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.b-objects__tooltip-link:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/elements/more-yellow.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 5.88235%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-objects__tooltip-close {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -41px -151px;
    width: 32px;
    height: 33px;
    position: absolute;
    right: 5.55556%;
    top: 16px;
    z-index: 1;
    opacity: .8;
    width: 32px;
    height: 32px;
    border: 0;
    padding: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

.b-objects__link_parking_theme {
    color: rgba(2, 33, 86, 0.75);
}

.b-objects__link_parking_theme:hover,.b-objects__link_parking_theme:active,.b-objects__link_parking_theme:focus {
    color: rgba(2, 33, 86, 0.75);
}

.b-objects_type_exclusive {
    margin-bottom: 64px;
    width: 100%;
}

.b-objects_type_exclusive h2 {
    margin-bottom: 24px;
}

.b-objects__item_type_horizontal {
    width: 100%;
}

.b-objects__item_type_horizontal:last-child {
    margin-bottom: 0px;
}

.b-objects__item_type_horizontal:not(:last-child) {
    margin-bottom: 24px;
}

.b-objects__item_type_horizontal .b-objects__img-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    padding-bottom: 56.25%;
}

.b-objects__item_type_horizontal .b-objects__img-content:after {
    display: none;
}

.b-objects__item_type_horizontal .b-objects__content {
    padding-top: 24px;
    padding-left: 3.33333%;
    padding-right: 3.33333%;
}

.b-objects__item_type_horizontal .b-objects__address {
    font-size: 14px;
    line-height: 14px;
    padding-left: 6.66667%;
    padding-right: 6.66667%;
    width: 100%;
}

.b-objects__item_type_horizontal .b-objects__address p:last-child {
    margin-bottom: 0px;
}

.b-objects__item_type_horizontal .b-objects__info-item {
    margin-bottom: 8px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.b-objects__item_type_horizontal .b-objects__info-item:not(:last-of-type) {
    margin-right: 6.66667%;
}

.b-objects__item_type_horizontal .b-objects__info-item:last-of-type {
    margin-right: 0%;
}

.b-objects__item_type_horizontal .b-objects__info {
    margin-bottom: 32px;
}

.b-objects__item_type_horizontal .b-objects__info .b-btn {
    margin-top: 8px;
    width: 100%;
}

.b-objects__item_type_horizontal .b-objects__info-title {
    margin-bottom: 0px;
    margin-right: 16px;
}

.b-objects__item_type_timer {
    position: relative;
}

.b-objects__item_type_timer .b-objects__content {
    padding-top: 0px;
    background-color: transparent;
}

.b-objects__timer-header {
    padding-left: 5.76923%;
    padding-right: 5.76923%;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    z-index: 2;
}

.b-objects__timer-top {
    position: absolute;
    top: 0;
    left: -5px;
    width: 50%;
    height: 16px;
    background-color: #ffd349;
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.b-objects__timer-logo {
    position: absolute;
    top: 8px;
    right: 5.76923%;
    width: 116px;
    height: 33px;
}

.b-objects__timer-lines {
    position: absolute;
    right: 0;
    bottom: 48px;
}

.b-objects__timer-title {
    padding-top: 48px;
    padding-bottom: 8px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.b-objects__timer-subtitle {
    margin-bottom: 8px;
    padding-top: 16px;
    border-top: 4px solid #ffd349;
    color: #438cce;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.b-objects__timer {
    padding-left: 5.76923%;
    padding-right: 5.76923%;
    margin-bottom: 32px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    z-index: 5;
}

.b-objects__timer-labels {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4px;
    width: 247px;
    margin: 0 auto;
}

.b-objects__timer-days,.b-objects__timer-hours {
    margin-right: 8px;
}

.b-objects__timer-days,.b-objects__timer-hours,.b-objects__timer-minutes {
    perspective: 300px;
}

.b-objects__timer_label {
    color: rgba(2, 33, 86, 0.8);
    font-size: 12px;
    font-weight: 500;
    width: 33.33333%;
    text-align: center;
}

.b-objects__timer-nums {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.b-objects__timer-num {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: relative;
    border-radius: 4px;
    border: 1px solid #666666;
    padding: 8px 5px;
    background-color: #ffffff;
    color: transparent;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 500;
    height: 60px;
    transform-style: preserve-3d;
}

.b-objects__timer-num:nth-of-type(1) {
    margin-right: 3px;
}

.b-objects__timer-num:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #ffffff;
    z-index: 1;
}

.b-objects__timer-num:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(255, 253, 253, 0.5) 0%, rgba(230, 230, 230, 0.5) 100%);
    z-index: 1;
}

.b-objects__timer-num_after,.b-objects__timer-num_before {
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px 7px;
}

.b-objects__timer-num_before.is-active {
    display: block;
}

.b-objects__timer-num_before.is-fliped {
    transform: rotateX(-180deg);
}

.b-objects_separate_page {
    margin-bottom: 8px;
}

.b-objects_separate_page .b-objects_theme_margin {
    margin-top: 0px;
}

.b-objects_separate_page .b-text-block {
    margin-top: 24px;
    margin-bottom: 0px;
}

.b-objects_separate_page .b-text-block p {
    font-size: 16px;
}

.flip-clock {
    text-align: center;
    perspective: 1000px;
    margin: 20px auto;
}

.flip-clock *,.flip-clock *:before,.flip-clock *:after {
    box-sizing: border-box;
}

.flip-clock__piece {
    display: inline-block;
    margin: 0 5px;
}

.flip-clock__slot {
    font-size: 2vw;
}

.card {
    display: block;
    position: relative;
    padding-bottom: 0.72em;
    font-size: 9vw;
    line-height: .95;
}

.card__top,.card__bottom,.card__back::before,.card__back::after {
    display: block;
    height: 0.72em;
    color: #ccc;
    background: #222;
    padding: .25em .25em;
    border-radius: 0.15em 0.15em 0 0;
    backface-visiblity: hidden;
    transform-style: preserve-3d;
    width: 1.8em;
    transform: translateZ(0);
}

.card__bottom {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: solid 1px #000;
    background: #393939;
    border-radius: 0 0 0.15em 0.15em;
    pointer-events: none;
    overflow: hidden;
}

.card__bottom:after {
    display: block;
    margin-top: -0.72em;
}

.card__back:before,.card__bottom:after {
    content: attr(data-value);
}

.card__back {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
}

.card__back::before {
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.flip .card__back::before {
    animation: flipTop .3s;
    animation-fill-mode: both;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.flip .card__back .card__bottom {
    -ms-transform-origin: center top;
    transform-origin: center top;
    animation-fill-mode: both;
    animation: flipBottom 0.6s;
}

.b-wait__img-block {
    margin-top: 24px;
    margin-bottom: 0px;
}

.b-wait__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.b-wait__share-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 15px;
    width: 100%;
}

.b-mortgage-info {
    background-color: #f1f1f1;
}

.b-mortgage-info__wrap {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    -ms-flex-align: center;
    align-items: center;
}

.b-mortgage-info__title {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.b-mortgage-info__link {
    margin-left: 1.85185%;
    width: 30px;
    position: absolute;
    top: 16px;
    right: -2.77778%;
}

.b-mortgage-info__link:before {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/elements/more-gray.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-mortgage-info__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}

.b-mortgage-info__rate {
    margin-left: auto;
    margin-right: auto;
    width: 62.5%;
    color: #022156;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid rgba(0, 47, 105, 0.1);
    text-align: center;
}

.b-mortgage-info__infographic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 44px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90%;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-mortgage-info__button-block {
    display: -ms-flexbox;
    display: flex;
}

.b-mortgage-info__button-block .b-btn {
    margin-bottom: 56px;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
}

.b-mortgage-info__infographic-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 68.75%;
    flex-basis: 68.75%;
    max-width: 68.75%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 36px;
    z-index: 1;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f1;
}

.b-mortgage-info__infographic-number {
    display: none;
    color: #022156;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #ffd349;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.b-mortgage-info__infographic-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    width: 96px;
    height: 96px;
    box-shadow: 4px 4px 20px rgba(67, 140, 206, 0.1);
    background-color: #ffffff;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-mortgage-info__infographic-text {
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.b-mortgage-info__header-link {
    position: relative;
    display: block;
    color: #000000;
}

.b-mortgage-info__header-link:hover {
    color: #000000;
}

.b-mortgage-info__infographic-agreement,.b-mortgage-info__infographic-docs,.b-mortgage-info__infographic-laptop,.b-mortgage-info__infographic-purse,.b-mortgage-info__infographic-money,.b-mortgage-info__infographic-reestr,.b-mortgage-info__infographic-way,.b-mortgage-info__infographic-list,.b-mortgage-info__infographic-pasport,.b-mortgage-info__infographic-cash,.b-friend-icon__money,.b-friend-icon__friend,.b-friend-icon__computer {
    position: relative;
}

.b-mortgage-info__infographic-agreement:before,.b-mortgage-info__infographic-docs:before,.b-mortgage-info__infographic-laptop:before,.b-mortgage-info__infographic-purse:before,.b-mortgage-info__infographic-money:before,.b-mortgage-info__infographic-reestr:before,.b-mortgage-info__infographic-way:before,.b-mortgage-info__infographic-list:before,.b-mortgage-info__infographic-pasport:before,.b-mortgage-info__infographic-cash:before,.b-friend-icon__money:before,.b-friend-icon__friend:before,.b-friend-icon__computer:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-friend-icon__computer:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/computer.svg");
    height: 41px;
    width: 100%;
}

.b-friend-icon__friend:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/friend.svg");
    height: 41px;
    width: 100%;
}

.b-friend-icon__money:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/cashback.svg");
    height: 41px;
    width: 100%;
}

.b-mortgage-info__infographic-agreement:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/agreement.svg");
    width: 96px;
    height: 38px;
}

.b-mortgage-info__infographic-docs:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/docs.svg");
    width: 96px;
    height: 40px;
}

.b-mortgage-info__infographic-laptop:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/laptop.svg");
    width: 96px;
    height: 28px;
}

.b-mortgage-info__infographic-purse:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/purse.svg");
    height: 38px;
    width: 96px;
    margin-right: -5px;
}

.b-mortgage-info__infographic-money:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/money.svg");
    height: 39px;
    width: 100%;
}

.b-mortgage-info__infographic-reestr:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/reestr.svg");
    height: 33px;
    width: 100%;
}

.b-mortgage-info__infographic-pasport:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/pasport.svg");
    height: 41px;
    width: 100%;
}

.b-mortgage-info__infographic-list:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/list.svg");
    height: 41px;
    width: 100%;
}

.b-mortgage-info__infographic-cash:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/cash.svg");
    height: 35px;
    width: 100%;
}

.b-mortgage-info__infographic-way:before {
    background-image: url("https://etalongroup.ru/msk/img/svg/way.svg");
    height: 50px;
    width: 100%;
}

.b-mortgage-info_dark_theme {
    background-color: #f1f1f1;
}

.b-mortgage-info_dark_theme .b-mortgage-info__infographic-item {
    background-color: #f1f1f1;
}

.l-howtobuy__mortgage {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 28px;
    margin-bottom: 32px;
}

.l-howtobuy__mortgage.b-friends-page {
    margin-bottom: 0;
}

.l-howtobuy__mortgage.b-friends-page .b-objects__title-page-objects {
    margin-bottom: 0;
}

.b-howtobuy__ttl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}

.l-howtobuy-slider-col {
    width: 100%;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.l-howtobuy-slider-col.b-howtobuy-slider-col-row {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
}

.l-howtobuy-slider-col.b-howtobuy-slider-col-row .l-howtobuy-slider-col__credit-ttl {
    margin-bottom: 6px;
}

.b-howtobuy-slider-col__ttl {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.b-howtobuy-slider-col__credit-summ {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.b-howtobuy-slider-col__credit-summ.is-color-blue {
    color: #438cce;
}

.b-howtobuy-mortgage-cards {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}

.b-howtobuy-mortgage-cards .row-kelnik {
    width: 100%;
}

.b-howtobuy-mortgage-card {
    border-radius: 4px;
    padding: 23px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
    font-size: 0;
}

.b-howtobuy-mortgage-card .b-howtobuy-mortgage-card__bank-logo {
    margin-bottom: 25px;
    max-height: 60px;
}

.b-howtobuy-mortgage-card .b-howtobuy-mortgage-card__table {
    width: 100%;
}

.b-howtobuy-mortgage-card td {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.b-howtobuy-mortgage-card td.b-howtobuy-mortgage-card__table-value {
    padding-left: 30px;
}

.b-howtobuy-mortgage-card .b-btn {
    margin-top: 40px;
    background: #c8dcf1;
    color: #022865;
    border: none;
}

.b-howtobuy-mortgage-card.hidden {
    display: none;
}

.b-howtobuy-mortgage-card.disabled {
    opacity: .2;
    display: none;
}

.b-howtobuy-mortgage-card.is-estate-disabled {
    display: none;
    -ms-flex-order: 1000000 !important;
    order: 1000000 !important;
}

.b-howtobuy-mortgage-table {
    display: none;
}

.b-howtobuy-mortgage-table table {
    width: 100%;
}

.b-howtobuy-mortgage-table tr.hidden {
    display: none;
}

.b-howtobuy-mortgage-table th,.b-howtobuy-mortgage-table td {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.b-howtobuy-mortgage-table th:first-child,.b-howtobuy-mortgage-table td:first-child {
    -ms-flex-preferred-size: 27.77778%;
    flex-basis: 27.77778%;
    max-width: 27.77778%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    width: 31.57%;
}

.b-howtobuy-mortgage-table th:nth-child(2),.b-howtobuy-mortgage-table th:nth-child(3),.b-howtobuy-mortgage-table td:nth-child(2),.b-howtobuy-mortgage-table td:nth-child(3) {
    -ms-flex-preferred-size: 27.77778%;
    flex-basis: 27.77778%;
    max-width: 27.77778%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    text-align: center;
    width: 26.31%;
}

.b-howtobuy-mortgage-table th:last-child,.b-howtobuy-mortgage-table td:last-child {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    text-align: right;
    padding-right: 30px;
    width: 15.78%;
}

.b-howtobuy-mortgage-table .disabled {
    display: none;
}

.b-howtobuy-mortgage-table .disabled a {
    pointer-events: none;
}

.b-howtobuy-mortgage-table .j-howtobuy-payment {
    font-size: 24px;
    line-height: 36px;
}

.b-howtobuy-mortgage-table .j-howtobuy__popup {
    color: #000000;
    cursor: pointer;
}

.b-howtobuy-mortgage-table img {
    width: 100%;
    max-width: 160px;
    display: block;
    height: auto;
    filter: grayscale(100%);
    transition: .2s;
}

.b-howtobuy-mortgage-table tr:hover img {
    filter: grayscale(0);
}

.b-howtobuy-loadmore {
    -ms-flex-order: 3;
    order: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
}

.b-howtobuy-loadmore a {
    color: rgba(0, 47, 105, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.b-howtobuy-loadmore.is-hidden {
    display: none;
}

.l-howtobuy-credit-callback {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
}

.b-howtobuy-best-offer {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 23px;
    margin-bottom: 20px;
}

.b-howtobuy-best-offer .l-howtobuy-best-offer__bank-logo {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
}

.b-howtobuy-best-offer .l-howtobuy-best-offer__bank-logo img {
    max-height: 150px;
}

.b-howtobuy-best-offer span {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.b-howtobuy-best-offer .b-howtobuy-best-offer__bank-offer {
    margin-bottom: 45px;
}

.b-howtobuy-best-offer .b-howtobuy-pdf {
    display: none;
    color: #7f97b4;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}

.b-howtobuy__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .34px;
    margin-top: 20px;
    color: #737475;
}

.b-howtobuy__text.xlarge {
    display: none;
}

.b-howtobuy__mortgage-error {
    color: #022156;
    font-weight: normal;
}

.j-howtobuy-mortgage-table__row {
    transition: .3s ease;
}

.j-howtobuy-mortgage-table__row:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}

.j-howtobuy-mortgage-table__row.is-active {
    background-color: rgba(67, 140, 206, 0.1);
    border-color: #fff;
}

.j-howtobuy-mortgage-table__row.is-estate-disabled {
    display: none;
    -ms-flex-order: 1000000 !important;
    order: 1000000 !important;
}

.b-purchase {
    background-color: #f1f1f1;
    margin-bottom: 60px;
}

.b-purchase__wrap {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.b-purchase__wrap h2 {
    margin-bottom: 24px;
    text-align: center;
}

.b-purchase__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-purchase__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-purchase__item:hover {
    text-decoration: none;
}

.b-purchase__item-img {
    height: 128px;
    background-color: #000000;
    background-size: cover;
    background-position: center;
    border-radius: 4px 4px 0 0;
    display: none;
}

.b-purchase__item-content {
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 6.25%;
    padding-right: 6.25%;
    padding-top: 16px;
    padding-bottom: 22px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.1);
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.b-purchase__item-ttl {
    margin-bottom: 8px;
    color: #3778c4;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    width: 80%;
}

.b-purchase__item-text {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    width: 73.33333%;
}

.b-purchase__item-link {
    width: 24px;
    height: 24px;
    position: relative;
}

.b-purchase__item-link:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/elements/more-gray.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -75%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-purchase_dark_theme {
    background-color: #f1f1f1;
}

.b-home-gallery {
    /* stylelint-disable selector-class-pattern */ /* stylelint-enable selector-class-pattern */;
}

.b-home-gallery .fotorama__stage {
    height: 488px;
    border-bottom: 1px solid rgba(0, 47, 105, 0.1);
}

.b-home-gallery .b-gallery__info {
    margin-left: 0%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 42vw;
}

.b-home-gallery .b-gallery__info-wrap {
    margin-top: 24px;
    margin-bottom: 32px;
    margin-left: 5.88235%;
    width: 88.88889%;
    height: auto;
}

.b-home-gallery .b-gallery__ttl {
    margin-bottom: 20px;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    width: 50%;
}

.b-home-gallery .b-gallery__ttl.b-innovations__item-ttl {
    width: 87.5%;
}

.b-home-gallery .b-gallery__txt {
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.b-home-gallery .fotorama__nav {
    top: 45vw;
    overflow: inherit;
}

.b-home-gallery .fotorama__arr--prev {
    top: 20.75vw;
    left: 5.55556%;
    opacity: 1;
    visibility: visible;
    width: 17px;
}

.b-home-gallery .fotorama__arr--next {
    top: 20.75vw;
    right: 5.55556%;
    opacity: 1;
    visibility: visible;
    width: 17px;
}

.b-home-gallery-start {
    display: none;
    /* stylelint-disable selector-class-pattern */ /* stylelint-enable selector-class-pattern */;
}

.b-home-gallery-start.is-mobile {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 400px;
}

.b-home-gallery-start .fotorama__stage {
    height: 400px;
}

.b-home-gallery-start .fotorama__nav {
    top: 340px;
    right: auto;
    left: 11.11111%;
}

.b-home-gallery-start .fotorama__nav__frame {
    margin-right: 15px;
}

.b-home-gallery-start .fotorama__arr--prev {
    top: 108px;
    left: 5.55556%;
    opacity: 1;
    visibility: visible;
    width: 17px;
}

.b-home-gallery-start .fotorama__arr--next {
    top: 108px;
    right: 5.55556%;
    opacity: 1;
    visibility: visible;
    width: 17px;
}

.b-home-gallery-start .b-gallery__slide:after {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    border-radius: 4px;
}

.b-gallery-native {
    /* stylelint-disable selector-class-pattern */ /* stylelint-enable selector-class-pattern */;
}

.b-gallery-native.is-mobile {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: inherit;
}

.b-gallery-native .fotorama__stage {
    height: inherit;
}

.b-gallery-native .fotorama__nav {
    bottom: 24px;
    top: auto;
}

.b-gallery_with_decription .b-gallery__slide {
    position: relative;
    height: 42vw;
}

.b-innovations {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 12px;
}

.b-innovations__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b-innovations__title h2 {
    width: 65.625%;
}

.b-innovations__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 28px;
}

.b-innovations__img-content {
    margin-bottom: 20px;
    display: block;
    height: 144px;
}

.b-innovations__img {
    display: block;
    height: 144px;
    width: 144px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
}

.b-innovations__item-ttl {
    margin-bottom: 8px;
    display: block;
    color: #022156;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.b-innovations__item-txt {
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.b-innovations__img-video {
    position: relative;
}

.b-innovations__img-video:after {
    content: url("https://etalongroup.ru/msk/img/elements/play.svg");
    width: 38px;
    height: 56px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 55px;
}

.b-news {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 28px;
}

.b-news__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.b-news__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 28px;
}

.b-news__img {
    margin-bottom: 20px;
    height: 41.5vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 4px;
}

.b-news__picture-wrapper {
    margin-bottom: 20px;
    position: relative;
    height: 41.5vw;
    border-radius: 4px;
    overflow: hidden;
}

.b-news__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
}

.b-news__picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.b-news__item-date {
    margin-bottom: 4px;
    opacity: .5;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.b-news__item-txt {
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.b-news__item-txt.object-news {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.b-feedback {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    background-color: #438cce;
    color: #ffffff;
}

.b-feedback.b-feedback__mortage {
    margin-top: -55px;
    margin-bottom: 30px;
}

.b-feedback h2 {
    color: #ffffff;
    margin-top: 0 !important;
}

.b-feedback .b-feedback__form h2 {
    font-weight: 300 !important;
}

.b-feedback__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-top: 20px;
    margin-bottom: 24px;
    color: #ffffff;
}

.b-subscribe__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-feedback__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.b-feedback__content.b-feedback__content-wrapper {
    position: relative;
}

.b-feedback__ttl {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}

.b-feedback__ttl span {
    font-weight: 500;
    white-space: nowrap;
}

.b-feedback__content-flat-text {
    display: none;
}

.b-feedback__mortage .b-feedback__content-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-feedback__mortage .b-feedback__content-flat-card {
    display: none;
}

.b-feedback__mortage .b-feedback__content-flat-card h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.02em;
    margin-bottom: 8px;
    color: #000000 !important;
}

.b-feedback__mortage .b-feedback__content-flat-card .b-feedback__content-flat-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.b-feedback__mortage .b-feedback__content-flat-card .b-feedback__content-flat-row span {
    display: block;
    width: 50%;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: .05em;
}

.b-feedback__mortage .b-feedback__content-flat-card .b-feedback__content-flat-row span:first-child {
    text-transform: uppercase;
    color: #8190AB;
}

.b-feedback__mortage .b-feedback__content-flat-card .b-feedback__content-flat-row span:last-child {
    color: #000000;
    font-size: 16px;
}

.b-feedback__mortage .b-feedback__content-flat-card .b-feedback__content-flat-row span.full {
    font-size: 12px;
    width: 100%;
    color: #8190AB;
}

.b-feedback__mortage .b-feedback__content-flat-card .b-feedback__content-flat-price {
    font-weight: 300;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 24px;
}

.b-feedback__flat-calc {
    margin-bottom: 8px;
    width: -webkit-min-content;
    width: min-content;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    white-space: nowrap;
}

.b-feedback__flat-calc.desktop {
    display: none;
}

.b-feedback__flat-calc span {
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    font-size: 28px;
    line-height: 35px;
}

.b-feedback__flat-calc.b-feedback__mortage-result {
    margin-bottom: 16px;
}

.b-feedback__flat-calc.b-feedback__desctop-title {
    display: none;
    margin-bottom: 24px;
}

.b-feedback__flat-calc.b-feedback__mobile-title {
    margin-bottom: 24px;
}

.b-feedback__tooltip {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background-image: url("https://etalongroup.ru/msk/img/elements/question.png");
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -22%;
    right: -26px;
    cursor: pointer;
}

.b-feedback__tooltip:hover {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.b-feedback__tooltip-content {
    position: absolute;
    white-space: normal;
    width: 100%;
    z-index: 999;
    left: 0;
    display: none;
    padding: 16px 24px;
    box-shadow: 12px 12px 40px rgba(37, 67, 112, 0.2);
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.1);
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.b-feedback__calc-offer {
    margin-bottom: 16px;
    opacity: .6;
    font-size: 14px;
    line-height: 22px;
}

.b-feedback__calc-link {
    display: block;
    font-weight: 400;
    color: #8190AB;
    border: 1px solid #8190AB;
    background: #F7F8FA;
}

.b-feedback__calc-popup {
    background: #FFD349;
    border-color: #FFD349;
    color: black;
}

.b-feedback__calc-popup:hover {
    background: #ffc716 !important;
    border-color: #FFD349 !important;
    color: black !important;
}

.b-feedback__comment {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.b-feedback__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.b-feedback__input,.b-feedback__input-text {
    color: #ffffff;
    background-color: #438cce;
    height: 48px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 56.25%;
    position: relative;
}

.b-feedback__input:hover,.b-feedback__input-text:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.b-feedback__input:focus,.b-feedback__input-text:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

.b-feedback__input:-ms-input-placeholder,.b-feedback__input-text:-ms-input-placeholder {
    color: #ffffff;
}

.b-feedback__input::placeholder,.b-feedback__input-text::placeholder {
    color: #ffffff;
}

.b-feedback__input[type='submit'],.b-feedback__input-text[type='submit'] {
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    color: #000000;
    background-color: #ffffff;
    width: 40.625%;
}

.b-feedback__input[type='submit']:hover,.b-feedback__input-text[type='submit']:hover {
    cursor: pointer;
}

.b-feedback__name {
    display: none;
}

.b-feedback__mortage.b-feedback {
    background: #F7F8FA;
}

.b-feedback__mortage .b-feedback__wrap {
    margin-bottom: 45px;
    color: #000000;
}

.b-feedback__mortage .b-form__answer h2 {
    color: #000000;
}

.b-feedback__mortage .b-feedback__form-sliders {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.b-feedback__mortage .b-feedback__ttl {
    line-height: 36px;
    font-size: 24px;
}

.b-feedback__mortage .b-range-slider__inputs {
    background: #ffffff;
    color: #000000;
    border-color: #CCD6E2;
}

.b-feedback__mortage .b-range-slider__inputs input {
    color: #000000;
}

.b-feedback__mortage .b-range-slider__inputs .b-howtobuy-slider__percent {
    color: #000000 !important;
    position: absolute;
    right: 10px;
}

.b-feedback__mortage .b-range-slider .irs-line {
    background-color: #438CCE;
}

.b-feedback__mortage .b-range-slider .irs-bar,.b-feedback__mortage .b-range-slider .irs-bar-edge,.b-feedback__mortage .b-range-slider .irs-slider {
    background: #438CCE;
}

.b-feedback__mortage .l-howtobuy-slider-col:first-child {
    -ms-flex-order: 3;
    order: 3;
}

.b-feedback__mortage .l-howtobuy-slider-col:first-child .b-range-slider__inputs {
    pointer-events: none;
    border-radius: 4px;
    background: #F7F8FA;
}

.b-feedback__mortage .l-howtobuy-slider-col:first-child .b-range-slider__base {
    display: none !important;
}

.b-feedback__mortage .b-feedback__input,.b-feedback__mortage .b-feedback__input-text {
    width: 100%;
    margin-top: 30px;
}

.b-feedback__mortage .b-feedback__name {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.b-feedback__mortage .b-feedback__submit {
    -ms-flex-order: 10;
    order: 10;
}

.b-feedback__mortage .b-form-questions__input-row {
    -ms-flex-order: 9;
    order: 9;
    margin-top: 15px;
}

.b-feedback__mortage .b-form-questions__input-row .b-form__checkbox {
    margin-bottom: -10px;
}

.b-feedback__mortage .b-form__checkbox label {
    font-size: 16px;
    line-height: 24px;
}

.b-feedback__mortage .b-form__checkbox label:after {
    top: 50%;
    margin-top: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-feedback__description {
    margin-top: 20px;
    font-size: 14px;
}

.b-feedback__theme_installment .b-feedback__form-date {
    width: 100%;
}

.b-feedback__theme_installment .b-feedback__form-date-col {
    width: 100%;
    margin-bottom: 20px;
}

.b-feedback__theme_installment .b-feedback__form-date-ttl {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.b-feedback__theme_installment .b-feedback__form-date-input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #7a7b7c;
    background-color: #f7f8fa;
    border-radius: 4px;
    border: 1px rgba(0, 49, 108, 0.2) solid;
    padding-left: 16px;
    padding-right: 16px;
}

.b-feedback__theme_installment .b-feedback__content-block .b-btn {
    font-weight: 500;
}

.b-feedback__theme_installment .b-feedback__mortage-pay-text {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

.b-feedback__theme_installment .b-feedback__mortage-pay-text strong {
    padding-left: 5px;
}

.b-help {
    max-width: none;
}

.b-help__text {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
}

.b-help__text p {
    margin-bottom: 8px;
}

.b-help__text p:last-child {
    margin-bottom: 0px;
}

.b-help__text a[href^='tel:'] {
    color: #000000;
}

.b-help__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #022156;
    font-weight: 300;
}

.b-help__grafic {
    font-size: 15px;
    line-height: 24px;
}

.b-help__title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 32px;
    color: #000000;
    font-weight: 300;
    width: 100%;
}

.b-help__title:not(:last-child) {
    margin-bottom: 5px;
}

.b-help__title img {
    margin-bottom: 32px;
}

.b-help__title a {
    color: #000000;
}

.b-help__title .b-help__govsupp-heading:not(:first-of-type) {
    margin-top: 24px;
}

.b-help__group {
    margin-bottom: 16px;
}

.b-help__govsupp-list li {
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
    margin-bottom: 15px;
}

.b-help__govsupp-list li:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    background: #ffd349;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 3px;
}

.b-buy-regions__grey-wrap {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f1f1;
}

.b-buy-regions__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #000000;
    font-weight: 300;
    text-align: center;
}

.b-buy-regions__advantages__item {
    margin-bottom: 24px;
}

.b-buy-regions__buttons {
    text-align: center;
}

.b-buy-regions__form-questions {
    margin-bottom: 64px;
}

.b-buy-regions__sales {
    margin-bottom: 40px;
}

.b-buy-regions__sales__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 300;
}

.b-buy-regions__excursions {
    margin-bottom: 64px;
}

.b-buy-trade__grey-wrap {
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f1f1;
}

.b-buy-trade__grey-wrap .b-buy-trade__title {
    text-align: center;
}

.b-buy-trade__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #000000;
    font-weight: 300;
}

.b-buy-trade__advantages {
    padding: 0 18px;
}

.b-buy-trade__content {
    margin-bottom: 40px;
}

.b-buy-trade__form-questions {
    margin-bottom: 40px;
}

.b-buy-ipoteka__grey-wrap {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f1f1;
}

.b-buy-ipoteka__grey-wrap .b-buy-ipoteka__title {
    text-align: center;
}

.b-buy-ipoteka__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #000000;
    font-weight: 300;
}

.b-buy-ipoteka__advantages__item {
    margin-bottom: 32px;
    padding: 0 18px;
}

.b-buy-ipoteka__steps {
    margin-bottom: 40px;
}

.b-buy-ipoteka__steps .b-buy-ipoteka__title {
    text-align: center;
}

.b-buy-ipoteka__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 32px;
}

.b-buy-ipoteka__head .selectric {
    min-width: 245px;
}

.b-buy-ipoteka__head .selectric .label {
    font-size: 18px;
}

.b-buy-ipoteka__options__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: -16px;
}

.b-buy-ipoteka__options__buttons {
    text-align: center;
    margin-top: 40px;
}

.b-buy-ipoteka__form-questions {
    margin-bottom: 64px;
}

.b-buy-ipoteka__options__item {
    margin-bottom: 16px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 0 18px;
}

.b-buy-military__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #000000;
    font-weight: 300;
}

.b-buy-military__grey-wrap {
    margin-bottom: 32px;
}

.b-buy-military__steps-wrap {
    margin-bottom: 32px;
    position: relative;
    z-index: 0;
}

.b-buy-military__steps-wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 100%);
    opacity: .9;
    border-radius: 4px;
    z-index: -1;
}

.b-buy-rassrochka__grey-wrap {
    margin-bottom: 32px;
}

.b-buy-rassrochka__options {
    margin-bottom: 32px;
}

.b-buy-rassrochka__options__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 300;
}

.b-buy-rassrochka__options__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0 -15px;
    margin-bottom: -16px;
}

.b-buy-mat-kapital__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #000000;
    font-weight: 300;
}

.b-buy-mat-kapital__grey-wrap {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f1f1;
}

.b-buy-mat-kapital__grey-wrap__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #000000;
    font-weight: 300;
}

.b-buy-mat-kapital__advantages__item {
    margin-bottom: 40px;
}

.b-buy-mat-kapital__advantages__item:last-child {
    margin-bottom: 0;
}

.rassrochk-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 100%;
}

.rassrochk-option__info {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    padding: 0 0 10px 28px;
    line-height: 24px;
}

.rassrochk-option__info span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.rassrochk-option__wrap {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px rgba(0, 49, 108, 0.2) solid;
    border-top: 0;
    padding: 20px 24px 28px;
    border-radius: 0 0 4px 4px;
}

.rassrochk-option__title {
    font-size: 16px;
    line-height: 20px;
    color: #022156;
}

.b-buy-rassrochka__alert {
    margin-bottom: 32px;
}

.b-buy-rassrochka__options__item {
    margin-bottom: 16px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 0 15px;
}

.rassrochk-option__img {
    position: relative;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.rassrochk-option__img img {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ipoteka-option {
    border: 1px #D8D8D8 solid;
    border-radius: 4px;
    background: #ffffff;
}

.ipoteka-option__label {
    position: absolute;
    top: -13px;
}

.ipoteka-option .ipoteka-option__label-icons {
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    border: 0;
    padding: 0;
}

.ipoteka-option .ipoteka-option__label-icons .ipoteka-option__icon {
    position: relative;
    display: block;
    margin-right: 5px;
}

.ipoteka-option .ipoteka-option__label-icons .ipoteka-option__icon:last-child {
    margin-right: 0;
}

.ipoteka-option .ipoteka-option__label-icons .ipoteka-option__icon.ipoteka-option__icon-military span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/military-mg.svg") no-repeat center;
    background-size: cover;
}

.ipoteka-option .ipoteka-option__label-icons .ipoteka-option__icon.ipoteka-option__icon-subsidies span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/subsidies-mg.svg") no-repeat center;
    background-size: cover;
}

.ipoteka-option .ipoteka-option__label-icons .ipoteka-option__icon.ipoteka-option__icon-installment span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/installment-mg.svg") no-repeat center;
    background-size: cover;
}

.ipoteka-option .ipoteka-option__label-icons .ipoteka-option__icon.ipoteka-option__icon-day span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/day-mg.svg") no-repeat center;
    background-size: cover;
}

.ipoteka-option .ipoteka-option__label-icons .ipoteka-option__icon.ipoteka-option__icon-family span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/family-mg.svg") no-repeat center;
    background-size: cover;
}

.ipoteka-option .ipoteka-option__label-icons .ipoteka-option__icon.ipoteka-option__icon-percent span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/percent-mg.svg") no-repeat center;
    background-size: cover;
}

.ipoteka-option .ipoteka-option__label-icons .ipoteka-option__icon:hover .ipoteka-option_icon-tooltip {
    display: inline-block;
}

.ipoteka-option .ipoteka-option__label-icons .ipoteka-option_icon-tooltip {
    display: none;
    padding: 5px 8px 4px;
    white-space: nowrap;
    color: #000000;
    font-size: 16px;
    line-height: 1;
    border: 0;
    background: #FFD349;
    position: absolute;
    left: 0;
    bottom: 33px;
    border-radius: 4px;
}

.b-buy-ipoteka__legend {
    margin-bottom: 40px;
    display: none;
}

.b-buy-ipoteka__legend .b-buy-ipoteka__legend-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.b-buy-ipoteka__legend .b-buy-ipoteka__legend-item.b-buy-ipoteka__legend-item-military span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/military-mg.svg") no-repeat center;
    background-size: cover;
    margin-right: 10px;
}

.b-buy-ipoteka__legend .b-buy-ipoteka__legend-item.b-buy-ipoteka__legend-item-subsidies span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/subsidies-mg.svg") no-repeat center;
    background-size: cover;
    margin-right: 10px;
}

.b-buy-ipoteka__legend .b-buy-ipoteka__legend-item.b-buy-ipoteka__legend-item-installment span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/installment-mg.svg") no-repeat center;
    background-size: cover;
    margin-right: 10px;
}

.b-buy-ipoteka__legend .b-buy-ipoteka__legend-item.b-buy-ipoteka__legend-item-day span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/day-mg.svg") no-repeat center;
    background-size: cover;
    margin-right: 10px;
}

.b-buy-ipoteka__legend .b-buy-ipoteka__legend-item.b-buy-ipoteka__legend-item-family span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/family-mg.svg") no-repeat center;
    background-size: cover;
    margin-right: 10px;
}

.b-buy-ipoteka__legend .b-buy-ipoteka__legend-item.b-buy-ipoteka__legend-item-percent span {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://etalongroup.ru/msk/img/mortgage/percent-mg.svg") no-repeat center;
    background-size: cover;
    margin-right: 10px;
}

.b-buy-ipoteka__legend .b-buy-ipoteka__legend-text {
    color: #000000;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.ipoteka-option__img {
    position: relative;
    height: 140px;
    border-bottom: 1px #D8D8D8 solid;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.ipoteka-option__img img {
    max-width: 100%;
    max-height: 100%;
    width: 60%;
    object-fit: contain;
    display: block;
    margin: auto;
}

.ipoteka-option__content {
    position: relative;
}

.ipoteka-option__content .b-label {
    left: 27px;
}

.ipoteka-option__params {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 34px 27px;
}

.ipoteka-option__params .b-param-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.ipoteka-option__bottom {
    padding: 17px 27px;
    color: #7593ba;
    background-color: #f2f4f7;
    border-radius: 0 0 4px 4px;
}

.b-param-item__title {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
}

.b-param-item__content {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
}

.b-link-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
}

.b-link-more:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/elements/more.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
}

.b-link-more--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 300;
}

.b-alert {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 20px 30px;
}

.b-alert__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 30px;
}

.b-alert__wrap {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 300;
    text-align: center;
}

.military-steps {
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    background: url("/styles/../msk/images/military-block-bg.jpg") 50% 50%/cover no-repeat;
    padding: 30px 18px;
}

.military-steps__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
    color: #ffffff;
    font-weight: 500;
    z-index: 1;
}

.military-steps--materinskiy {
    background: url("/styles/../msk/images/military-block-bg-2.jpg") 50% 50%/cover no-repeat;
}

.advantages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.advantages__num {
    width: 30px;
    height: 30px;
    max-width: 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #FFD349;
    color: #022156;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-right: 16px;
    border-radius: 50%;
}

.advantages__text {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
}

.advantages--top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.advantages--step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-bottom: 20px;
}

.advantages--step:after {
    content: '';
    display: block;
    position: absolute;
    top: 68px;
    left: calc(57px / 2);
    bottom: 11px;
    background: rgba(67, 140, 206, 0.1);
    width: 2px;
}

.advantages--step.last:after {
    display: none;
}

.advantages--step .advantages__img {
    -ms-flex: 0 0 57px;
    flex: 0 0 57px;
    line-height: 57px;
    max-width: 57px;
    padding: 0;
    height: 57px;
    width: 57px;
    font-size: 25px;
    color: rgba(2, 34, 89, 0.5);
    text-align: center;
    margin: 0 20px 0 0;
}

.advantages--step .advantages__text {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    max-width: 90%;
}

.advantages--column {
    display: block;
    text-align: center;
}

.advantages--column .advantages__num {
    display: none;
}

.advantages--column .advantages__img {
    margin: 0 auto 18px;
    position: relative;
}

.advantages--column .advantages__img .advantages__num {
    display: block;
    position: absolute;
    top: -12px;
    left: -24px;
}

.advantages__img {
    width: 96px;
    height: 96px;
    box-shadow: 4px 4px 20px rgba(67, 140, 206, 0.1);
    background-color: #ffffff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    max-width: 96px;
    padding: 25px 20px;
    margin-right: 20px;
}

.advantages__img .advantages__num {
    display: none;
}

.advantages__img img {
    max-width: 100%;
    max-height: 100%;
}

.b-phone {
    white-space: nowrap;
}

.b-excursions {
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    background: url("/styles/../msk/images/excursions-bg.jpg");
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-radius: 4px;
    z-index: 0;
}

.b-excursions:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 100%);
    opacity: .9;
    border-radius: 4px;
    z-index: -1;
}

.b-excursions__info {
    margin-bottom: 24px;
}

.b-excursions__title {
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 40px;
}

.b-excursions__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.b-excursions__bottom {
    font-size: 22px;
    line-height: 26px;
}

.b-excursions__wrap {
    padding: 0 20px;
    overflow: hidden;
    z-index: 1;
}

.b-mileage {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-mileage__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #022156;
    font-weight: 300;
}

.b-mileage__list {
    width: 100%;
}

.b-mileage__list li {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 16px;
    position: relative;
    color: #000000;
    padding-left: 26px;
    padding-right: 3.125%;
}

.b-mileage__list ol {
    counter-reset: list;
}

.b-mileage__list ol li:before {
    counter-increment: list;
    content: counter(list);
    color: #022156;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    left: -3px;
    width: 22px;
    height: 22px;
    background-color: #ffd349;
    border-radius: 50%;
    padding-left: 8px;
    font-size: 14px;
    line-height: 25px;
}

.b-mileage__list ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #ffd349;
    border-radius: 50%;
}

.b-mileage__text .b-text__paragraph {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

.b-mileage__text .b-text__paragraph_size_medium {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}

.b-mileage__text .b-text__paragraph_size_big {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    width: 100%;
}

.b-mileage-info {
    margin-bottom: 24px;
    width: 100%;
}

.b-mileage-info .b-mortgage-info__title {
    width: 62.5%;
    margin: 0 auto 16px;
    text-align: center;
}

.b-mileage-info .b-mortgage-info__wrap {
    margin-bottom: 12px;
}

.b-mileage-info .b-mortgage-info__infographic {
    margin-top: 0px;
    margin-bottom: 0px;
}

.b-mileage-info .b-mortgage-info__label {
    margin-bottom: 72px;
}

.b-buy-trade__img {
    margin-bottom: 24px;
    max-width: 66.66667%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.b-buy-trade__advantages {
    padding: 0 18px;
}

.boughtBlock {
    background: #f1f1f1;
    text-align: center;
    padding: 63px 0;
    margin: 27px 0 55px;
}

.boughtBlock__title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 27px;
}

.boughtBlock__title_big {
    font-size: 48px;
}

.boughtBlock .selectric-wrapper {
    max-width: 275px;
    margin: 0 auto;
    text-align: left;
}

.boughtParent {
    margin-top: 76px;
}

.boughtList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 956px;
    margin: 50px auto 0;
}

.boughtList__item {
    position: relative;
    width: 25%;
    margin-bottom: 51px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.boughtList__item:not(.boughtList__item_notactive):hover .boughtList__icon {
    -ms-box-shadow: 0px 0px 62px 0px rgba(47, 117, 178, 0.5);
    box-shadow: 0px 0px 62px 0px rgba(47, 117, 178, 0.5);
}

.boughtList__item_notactive {
    cursor: default;
}

.boughtList__item_notactive > div:not(.boughtList__text) {
    opacity: 0.5;
}

.boughtList__item_notactive:hover .boughtList__text {
    visibility: visible;
    opacity: 1;
    top: -46px;
}

.boughtList__icon {
    margin: 0 auto 28px;
    width: 120px;
    height: 120px;
    line-height: 50px;
    padding: 35px;
    background: #fff;
    border-radius: 50%;
    -ms-box-shadow: 0px 0px 32px 0px rgba(47, 117, 178, 0.11);
    box-shadow: 0px 0px 32px 0px rgba(47, 117, 178, 0.11);
    transition: box-shadow 0.3s;
}

.boughtList__name {
    font-size: 22px;
    line-height: 1;
}

.boughtList__text {
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: -78px;
    visibility: hidden;
    background: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 11px 15px;
    opacity: 0;
    -ms-box-shadow: 0px 0px 32px 0px rgba(47, 117, 178, 0.11);
    box-shadow: 0px 0px 32px 0px rgba(47, 117, 178, 0.11);
    transition: visibility 0.3s, opacity 0.3s, top 0.5s;
}

.boughtList__text:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -5px;
    border: solid 5px transparent;
    border-top: solid 7px #fff;
}

.boughtDetail {
    display: none;
}

.boughtDetail__back {
    position: relative;
    font-size: 18px;
    color: #022156;
    text-decoration: none;
    border-bottom: solid 1px;
    margin-left: 21px;
    transition: border 0.3s;
}

.boughtDetail__back:before {
    display: block;
    position: absolute;
    top: 3px;
    left: -20px;
    content: '';
    width: 8px;
    height: 12px;
    background-image: url("/styles/../img/elements/arrow-result.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.boughtDetail__back:hover {
    border-bottom-color: transparent;
}

.boughtDetail__title {
    position: relative;
    border-bottom: solid 1px #e5e5e5;
    font-size: 36px;
    padding-bottom: 18px;
    margin-bottom: 37px;
}

.boughtDetail__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 79px;
    background: #ffd349;
}

.boughtDetail__content {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 21px;
}

.boughtDetail__content .b-btn {
    padding: 8px 36px;
    margin-left: 6px;
}

.boughtDetail__content p {
    margin-bottom: 10px;
}

.boughtDetail__content p a {
    color: #022156;
    text-decoration: none;
    border-bottom: solid 1px;
    transition: border 0.3s;
}

.boughtDetail__content p a:hover {
    border-bottom-color: transparent;
}

.boughtDetail__content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.boughtDetail__content ul li:before {
    /*content: '—';*/
    position: absolute;
    left: 0;
    /*top: -1px;*/
    content: '';
    top: 9px;
    width: 20px;
    height: 2px;
    background: #FFD349;
}
.boughtDetail__content .text_short {
    max-width: 838px;
    margin-bottom: 50px;
}
.boughtDetail__content .block-flex {
    display: flex;
    display: -webkit-flex;
    margin-left: -10px;
    width: calc(100% + 10px);
    margin-bottom: 40px;
}
.boughtDetail__content .block-flex.block-flex__three>div {
    width: 33.3333%;
    padding: 0 10px;
}
.boughtDetail__content .block-flex.block-flex__three>div.d_wide {
    width: 66.6667%;
    padding: 0 10px;
}

.boughtDetail__content ul a {
    color: #022156;
    text-decoration: none;
    border-bottom: solid 1px;
    transition: border 0.3s;
}

.boughtDetail__content ul a:hover {
    border-bottom-color: transparent;
}

.boughtDetail__content ol {
    counter-reset: list 0;
}

.boughtDetail__content ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.boughtDetail__content ol li:before {
    counter-increment: list;
    content: counter(list) ". ";
    position: absolute;
    left: 0;
    top: -1px;
}

.boughtDetail__content ol a {
    color: #022156;
    text-decoration: none;
    border-bottom: solid 1px;
    transition: border 0.3s;
}

.boughtDetail__content ol a:hover {
    border-bottom-color: transparent;
}

.boughtDetail__content .help-table-phone {
    white-space: nowrap;
}

.boughtDetail__content .requisite {
    max-width: 700px;
    margin-bottom: 12px;
}

.boughtDetail__content .requisite td {
    padding: 10px 10px 10px 0;
    vertical-align: top;
}

.boughtDetail__content .requisite td:first-child {
    width: 169px;
}

.boughtDetail__content .info {
    background: #f1f1f1;
    padding: 58px;
    max-width: 1000px;
    margin-bottom: 34px;
    word-break: break-word;
}

.boughtDetail__content .info p {
    margin-bottom: 20px;
}

.boughtDetail__content .info p:last-child {
    margin-bottom: 0;
}

.boughtDetail__content .info a {
    color: #022156;
    text-decoration: none;
    border-bottom: solid 1px;
    transition: border 0.3s;
}

.boughtDetail__content .info a:hover {
    border-bottom-color: transparent;
}

.boughtDetail__content .full-table-wrap {
    overflow: auto;
}

.boughtDetail__content .full-table {
    width: 100%;
}

.boughtDetail__content .full-table tr {
    border-bottom: solid 1px #f1f1f1;
}

.boughtDetail__content .full-table tr:last-child {
    border-bottom: none;
}

.boughtDetail__content .full-table td {
    padding: 20px 10px 19px;
    text-align: center;
}

.boughtDetail__content .full-table th {
    padding: 20px 10px 19px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #f1f1f1;
}

.contactsBlock {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 40px;
}

.contactsBlock__left {
    padding-right: 30px;
}

.contactsBlock__right {
    min-width: calc(100% - 379px);
}

.contactsBlock__adress {
    margin-bottom: 20px;
}

.contactsBlock__time {
    font-size: 16px;
    margin-bottom: 23px;
}

.contactsBlock__phone {
    margin-bottom: 23px;
    font-weight: bold;
    line-height: 1.2;
}

.contactsBlock__phone a {
    color: #000;
}

.contactsBlock__email a {
    color: #022156;
    text-decoration: none;
    border-bottom: solid 1px;
    transition: border 0.3s;
}

.contactsBlock__email a:hover {
    border-bottom-color: transparent;
}

.contactsBlock .video_16by9 {
    position: relative;
    padding: 0 0 56%;
}

.contactsBlock .video_16by9 > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    border: 0;
}

.contactsBlock .video_16by9 > ymaps,.contactsBlock .video_16by9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.newsList {
    font-size: 18px;
    margin-bottom: 32px;
}

.newsList__item {
    display: table;
    width: 100%;
    margin-bottom: 19px;
}

.newsList__item > div {
    display: table-cell;
}

.newsList__item_hide {
    display: none;
}

.newsList__item.hidden {
    display: none !important;
}

.newsList__date {
    width: 100px;
    padding-left: 4px;
}

.newsList__link {
    color: #022156;
    text-decoration: none;
    border-bottom: solid 1px;
    transition: border 0.3s;
}

.newsList__link:hover {
    border-bottom-color: transparent;
}

.tabBox__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.tabBox__tabs_five .tabBox__tab {
    width: 20%;
}

.tabBox__tab {
    width: 25%;
    padding-right: 30px;
    margin-bottom: 19px;
}

.tabBox__tab span {
    color: #022156;
    font-size: 18px;
    cursor: pointer;
    border-bottom: solid 1px;
    transition: all 0.3s;
}

.tabBox__tab_active span {
    pointer-events: none;
    cursor: default;
    font-weight: 500;
    line-height: 1.4;
    border-bottom: solid 3px #ffd349;
}

.tabBox__tab:not(.tabBox__tab_active):hover span {
    border-bottom-color: transparent;
}

.tabBox__content {
    display: none;
}

.tabBox__content_active {
    display: block !important;
}

.docsList {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.docsList__item {
    margin-bottom: 20px;
}

.docsList__link {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    color: #000;
}

.docsList__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 23px;
    height: 28px;
    background-image: url("/styles/../img/svg/pdf2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s;
}

.docsList__link:hover:before {
    -ms-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}

.docsList__link:hover .docsList__title {
    border-bottom-color: transparent;
}

.docsList__title {
    font-size: 18px;
    color: #022156;
    border-bottom: solid 1px;
    transition: border 0.3s;
}

.docsList__text {
    margin-top: 3px;
}

.eventBlock {
    background: #438cce;
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 24px 30px 22px 30px;
    color: #ffffff;
}
.eventBlock a {
    border-bottom: 1px solid;
    color: #ffffff;
    transition: border-color 0.3s;
}
.eventBlock a:hover {
    border-color: transparent;
}

.imageBlock {
    margin-bottom: 40px;
}
.imageBlock img {
    display: block;
    max-width: 100%;
}

.boughtInfo {
    background: #438cce;
    color: #fff;
    padding: 43px;
    border-radius: 5px;
    margin-top: 85px;
    margin-bottom: 50px;
}

.boughtInfo__title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 16px;
    text-align: center;
}

.boughtInfo__text {
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}

.boughtInfo__text b {
    font-weight: 500;
}

#modal_info .modal_content {
    padding: 77px 82px;
    height: auto;
    width: 668px;
}

#modal_info .modal_close {
    background: none;
}

#modal_info .modal_close:before,#modal_info .modal_close:after {
    background: #fff;
}

.b-form-questions {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    background-color: #438cce;
    color: #ffffff;
}

.b-form-questions__row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.33333%;
    margin-right: 8.33333%;
    padding-top: 56px;
    padding-bottom: 68px;
}

.b-form-questions__left {
    margin-bottom: 24px;
}

.b-form-questions__title {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
    font-weight: 300;
}

.b-form-questions__text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.b-form-questions__text p {
    margin-bottom: 24px;
}

.b-form-questions__text p:last-child {
    margin-bottom: 0px;
}

.b-form-questions__textarea {
    margin-bottom: 16px;
    height: 135px;
}

.b-form-questions .b-footer__social-title h1,.b-form-questions .b-footer__social-title h2 {
    color: #ffffff;
}

.b-form-questions__theme-newquartal {
    background-color: #baa79b;
}

.b-form-questions__theme-newquartal .b-input--white {
    background-color: #baa79b;
}

.b-form-questions__theme-newquartal .b-input--white:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

.b-form-questions__theme-newquartal .b-btn:focus {
    background-color: #9a8b82;
    border-color: #9a8b82;
}

.b-form-questions__theme-newquartal textarea:focus {
    background-color: #9a8b82;
    border-color: #9a8b82;
}

.b-form-questions__input-row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.b-form-questions__input-row-new {
    margin-top: 8px;
}

.b-form-questions__buttons {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    flex-basis: 100%;
}

.b-form-questions__buttons a {
    color: #000000;
}

.b-form-questions__buttons .b-form__checkbox {
    margin-bottom: 16px;
}

.b-form-questions__buttons label a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.b-form-questions__left {
    margin-bottom: 24px;
}

.b-form-questions__input-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.b-feedback__friends .b-feedback__ttl {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.3px;
}

.b-feedback__friends .b-feedback__comment {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 23px;
}

.b-feedback__friends .b-feedback__input,.b-feedback__friends .b-feedback__input-text {
    width: 100%;
    letter-spacing: -0.3px;
}

.b-feedback__friends textarea {
    height: 128px;
    padding-top: 18px;
}

.b-feedback__friends .b-form-questions__input-row {
    margin: 0;
}

.b-feedback__friends .b-form-questions__input-col.b-form-questions__input-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.3px;
}

.b-feedback__friends .b-form-questions__buttons a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.b-feedback__friends .b-feedback__input[type='submit'] {
    width: 100%;
    font-size: 18px;
}

.j-analysis__trade-in .b-form-questions__input-row,.j-analysis__mortgage-help .b-form-questions__input-row,.b-buy-regions__form-questions .b-form-questions__input-row {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.j-analysis__trade-in .b-form-questions__buttons,.j-analysis__mortgage-help .b-form-questions__buttons,.b-buy-regions__form-questions .b-form-questions__buttons {
    padding: 0;
}

.j-analysis__trade-in .b-btn:hover,.j-analysis__mortgage-help .b-btn:hover,.b-buy-regions__form-questions .b-btn:hover {
    color: #000000;
}

.b-wait__information-list {
    list-style: none;
}

.b-wait__information-list li {
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 15px;
}

.b-wait__information-list li:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    background: #ffd349;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 3px;
}

.modal_block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.modal_bg {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 200;
}

.modal_content {
    border-radius: 4px;
    background-color: #ffffff;
    height: 450px;
    max-width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 300;
    padding: 50px 20px 20px;
}

.modal_content .call_modal {
    width: 100% !important;
}

.modal_content .call_modal form {
    margin-top: 33px;
}

.modal_content .call_modal a img {
    width: 100%;
}

.modal_content .map_popup {
    max-width: 100%;
    max-height: 100%;
}

.modal_close {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -140px -151px;
    width: 32px;
    height: 32px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    -ms-transform-origin: center;
    transform-origin: center;
}

.modal_close:before,.modal_close:after {
    right: 14px;
    top: -1px;
}

.modal_call_line .selectator_element.single {
    width: 100% !important;
    min-height: 45px !important;
    border-bottom: 1px solid #e6e6e6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 24px;
    text-align: center;
    margin-bottom: 37px;
    outline: none;
}

.modal_call_line .selectator_element:after {
    right: 9px;
    width: 14px;
    height: 8px;
    background: url(/html/images/arrow-narrow.png) no-repeat;
}

.modal_call_line .disable_search .selectator_options {
    border-top: 0;
    border-color: #e6e6e6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05), inset 0 -1px 0 #e6e6e6;
}

.modal_call_line .selectator_option_title {
    margin-left: 10px;
}

.modal_call_line .selectator_option {
    padding: 10px 5px;
}

.modal_call_line .selectator_option.active {
    background-color: rgba(0, 0, 0, 0.05);
}

#modal_banner .modal_content {
    background-color: transparent;
    padding-top: 55px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: auto;
}

#modal_banner .modal_close:before,#modal_banner .modal_close:after {
    background-color: #fff;
    right: 14px !important;
    top: -1px !important;
}

.modal_call_line input {
    font-size: 24px;
    width: 100%;
    text-align: center;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 6px;
}

#modal_call .modal_call_line {
    min-height: 64px;
}

.modal_call_btn {
    margin-top: 49px;
}

.modal_call_btn .blue_btn {
    width: 225px;
}

.call_bot_text {
    text-align: center;
    margin-top: 28px;
}

#modal_map .modal_content {
    padding: 5px;
}

#modal_map a.close_modal {
    transition-property: box-shadow, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

#modal_map a.close_modal:hover {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
}

#modal_map a.close_modal:after,#modal_map a.close_modal:before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #7593ba;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#modal_map a.close_modal:after {
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.star_block {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background: url("/styles/../msk/images/star_block.png") no-repeat;
    width: 160px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 78px;
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none !important;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.star_block.is-fixed {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 5px;
    z-index: 9999;
}

.star_block i {
    font-style: normal;
    position: relative;
    top: 8px;
    right: -47px;
    font-size: 16px;
}

.star_block span {
    position: relative;
    top: 9px;
    right: -36px;
}

.b-flip-clock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    perspective: 500px;
}

.b-flip-clock__piece:nth-child(2n):not(:last-child) {
    margin-right: 5px;
}

.b-flip-clock__piece:nth-child(2n+1) {
    margin-right: 3px;
}

.b-card {
    display: block;
    position: relative;
    padding-bottom: 0.52em;
    font-size: 48px;
    line-height: 1.15;
    border-radius: 4px;
    border: 1px solid #666666;
}

.b-card__top,.b-card__bottom,.b-card__back:before,.b-card__back:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    display: block;
    height: 0.52em;
    width: 36px;
    color: #000000;
    background: #ffffff;
    padding: .05em 5px;
    border-radius: 4px 4px 0 0;
    transform-style: preserve-3d;
    transform: translateZ(0);
}

.b-card__bottom {
    color: #000000;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 253, 253, 0.5) 0%, rgba(230, 230, 230, 0.5) 100%);
    border-radius: 0 0 4px 4px;
    pointer-events: none;
    overflow: hidden;
    border-top: solid 1px #ffffff;
}

.b-card__bottom:after {
    display: block;
    margin-top: -0.52em;
}

.b-card__back:before,.b-card__bottom:after {
    content: attr(data-value);
}

.b-card__back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}

.b-card__back:before {
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.b-flip .b-card__back:before {
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    animation: flipTop .3s;
    animation-fill-mode: both;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    border: 1px solid #666666;
}

.b-flip .b-card__back .b-card__bottom {
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    -ms-transform-origin: center top;
    transform-origin: center top;
    animation-fill-mode: both;
    animation: flipBottom .6s;
}

.b-socials {
    box-sizing: border-box;
    padding-top: 40px;
    margin-bottom: 24px;
    background-color: #f2f4f7;
}

.b-socials__header {
    margin-bottom: 16px;
}

.b-socials__text {
    margin-bottom: 32px;
}

.b-socials__object-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-socials__object-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-socials__object-inner {
    position: relative;
    background-color: #ffffff;
    height: 100%;
    padding-bottom: 5.55556%;
}

.b-socials__img {
    position: relative;
    height: 56.6vw;
    overflow: hidden;
    z-index: 0;
}

.b-socials__img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-socials__img:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 56.5vw;
    width: 100%;
    z-index: 2;
    background: linear-gradient(25deg, rgba(0, 0, 0, 0.6), transparent);
}

.b-socials__description {
    padding: 4.16667%;
}

.b-socials__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

.b-socials__metro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.b-socials__metro svg {
    position: relative;
    top: -2px;
    margin-right: 8px;
    width: 15px;
    height: 13px;
}

.b-socials__metro .icon-metro_color_blue {
    fill: #448dcf;
}

.b-socials__metro .icon-metro_color_green {
    fill: #089B43;
}

.b-socials__list {
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 4.16667% -2.77778%;
    padding: 0 4.16667%;
}

.b-socials__item {
    transition-duration: 0.3s;
    transition-timing-function: ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 2.77778%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: rgba(67, 140, 206, 0.1);
    border-radius: 4px;
    text-decoration: none;
    color: #022156;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}

.b-socials__item svg {
    position: relative;
    top: -2px;
    margin-right: 12px;
}

.b-socials__item:hover {
    color: #ffffff;
    background-color: #448dcf;
}

.b-socials__item:hover svg {
    fill: currentColor;
}

.b-social__icon-vk {
    fill: #448dcf;
    width: 22px;
    height: 15px;
}

.b-social__icon-inst {
    width: 20px;
    height: 20px;
}

.l-construction-progress {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 60px;
}

.b-construction-progress__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: normal;
}

.b-construction-progress__top-buttons {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b-construction-progress__top-buttons .b-btn {
    -ms-flex-preferred-size: 46.875%;
    flex-basis: 46.875%;
    max-width: 46.875%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-construction-progress__top-buttons .b-btn:last-child {
    margin-left: auto;
}

.b-construction-progress__albums {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.b-construction-progress__bottom-buttons,.b-news__bottom-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 24px;
}

.b-construction-progress__bottom-buttons .b-news-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.b-construction-progress__bottom-buttons .b-news-social__links {
    display: -ms-flexbox;
    display: flex;
}

.b-construction-progress__bottom-buttons .b-news-social__link {
    display: block;
    min-width: 32px;
    height: 32px;
    margin-left: 20px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.b-construction-progress__bottom-buttons .b-news-social__link.b-news-social__link-inst {
    background-image: url("https://etalongroup.ru/msk/img/instagram.png");
}

.b-construction-progress__bottom-buttons .b-news-social__link.b-news-social__link-vk {
    background-image: url("https://etalongroup.ru/msk/img/vkontakte.png");
}

.l-news-progress {
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 60px;
}

.b-news-progress__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: normal;
}

.b-news-progress__top-buttons {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b-news-progress__top-buttons .b-btn {
    -ms-flex-preferred-size: 46.875%;
    flex-basis: 46.875%;
    max-width: 46.875%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-news-progress__top-buttons .b-btn:last-child {
    margin-left: auto;
}

.b-news-progress__albums {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.b-news-progress__bottom-buttons {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 24px;
}

.l-construction-album {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.b-construction-album {
    border-radius: 4px;
    overflow: hidden;
}

.b-construction-progress__link {
    display: block;
    overflow: hidden;
    max-height: 365px;
}

.b-construction-album__picture img,.b-construction-album__picture picture {
    display: block;
    pointer-events: none;
}

.b-construction-album__info {
    padding-left: 6.25%;
    padding-right: 6.25%;
    padding-top: 24px;
    padding-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-top: none;
}

.b-construction-album__date {
    font-size: 14px;
    line-height: normal;
}

.b-construction-album__counter {
    color: rgba(0, 49, 108, 0.2);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.b-construction-album__counter-icon {
    display: block;
    width: 16px;
    height: 12px;
    margin-right: 10px;
    margin-left: 0;
}

.b-construction-album__counter-icon:not(:first-child) {
    margin-left: 18px;
}

.l-news-album {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-news-album {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #cfd8e3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.b-news-progress__link {
    display: block;
    overflow: hidden;
    max-height: 365px;
}

.b-news-album__picture img,.b-news-album__picture picture {
    display: block;
    pointer-events: none;
}

.b-news-album__info {
    padding-left: 6.25%;
    padding-right: 6.25%;
    padding-top: 24px;
    padding-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-top: none;
}

.b-news-album__date {
    font-size: 14px;
    line-height: normal;
}

.b-news-album__counter {
    color: rgba(0, 49, 108, 0.2);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.b-news-album__counter-icon {
    display: block;
    width: 16px;
    height: 12px;
    margin-right: 10px;
    margin-left: 0;
}

.b-news-album__counter-icon:not(:first-child) {
    margin-left: 18px;
}

.b-news__content {
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.l-search-filter {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
}

.b-search-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-search-filter__top {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 5.55556%;
    padding-right: 5.55556%;
    padding-top: 40px;
    padding-bottom: 32px;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #f2f4f7;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-search-filter__bottom {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 5.55556%;
    padding-right: 5.55556%;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-search-filter__counter {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

.b-search-filter__counter b {
    display: inline-block;
}

.b-search-filter__counter b:after {
    content: '\00a0';
}

.b-search-filter__group {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 16px;
    display: -ms-flexbox;
    display: flex;
}

.b-search-filter__group .b-search-filter__checkbox {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.b-search-filter__view-switcher {
    display: none;
}

.b-search-filter__ttl {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 30px;
}

.b-search-filter__building-cnt,.b-search-filter__sub-cnt {
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.b-search-filter__build,.b-search-filter__sub-item {
    margin-right: 20px;
}

.b-search-filter__input {
    display: none;
}

.b-search-filter__label {
    transition-property: background-color, color, border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    display: block;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 20px;
}

.b-search-filter__sub-label {
    padding: 0 40px;
    border: 1px solid #000000;
    border-radius: 3px;
}

.b-search-filter__range-slider {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.b-search-filter__range-slider .b-range-slider__input {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.b-search-filter__submit {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    -ms-flex-order: 100;
    order: 100;
}

.b-search-filter__submit-btn {
    position: relative;
    min-height: 16px;
}

.b-search-filter__floors {
    margin-bottom: 16px;
}

.b-search-filter__floor {
    margin-right: 20px;
}

.b-search-filter__prices,.b-search-filter__areas {
    margin-bottom: 16px;
}

.b-search-filter__price,.b-search-filter__area {
    position: relative;
}

.b-search-filter__price:first-child:after,.b-search-filter__area:first-child:after {
    content: '-';
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -12px;
}

.b-search-filter__wrapper-input {
    position: relative;
}

.b-search-filter__wrapper-input input {
    padding-left: 20px;
    padding-right: 20px;
}

.b-search-filter__clear-input {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    right: 3px;
    font-size: 30px;
    color: #cccccc;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.b-search-filter__range-text {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    font-size: 14px;
    line-height: 24px;
}

.b-search-filter__select {
    margin-bottom: 16px;
    position: relative;
}

.b-search-filter__select .b-icon__pin-icon {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}

.b-search-filter__select .b-icon__pin-icon:hover {
    opacity: .8;
}

.b-search-filter__select.b-search-filter__select-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
}

.b-search-more-parametrs__block {
    transition-property: opacity, height;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    -ms-flex-order: 99;
    order: 99;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.b-search-more-parametrs__block.is-open {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.b-search-more-parametrs__content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-search-more-parametrs {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    color: #002f69;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 48px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-radius: 4px;
    line-height: 1;
}

.b-search-more-parametrs.is-active,.b-search-more-parametrs:focus {
    color: #002f69;
    background-color: rgba(0, 47, 105, 0.05);
    border-color: transparent;
}

.b-search-more-parametrs span {
    font-size: 15px;
    font-weight: 300;
}

.b-search-more-parametrs__count {
    font-size: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: rgba(67, 140, 206, 0.3);
    line-height: 1;
    margin-left: 9px;
}

.b-search-filter__select-input {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-top: 1px solid rgba(0, 49, 108, 0.2);
}

.b-search-filter__select-input input {
    display: none;
}

.b-search-filter__select-input label {
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    height: 46px;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 0;
    border-top: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
}

.b-search-filter__select-input input:checked + label {
    position: relative;
    background-color: rgba(0, 49, 108, 0.03);
}

.b-search-filter__select-input input:checked + label:after {
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -163px -144px;
    width: 9px;
    height: 6px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
}

.b-search-filter__checkboxes {
    margin-top: 8px;
}

.b-search-filter__checkbox {
    margin-bottom: 12px;
    margin-right: 26px;
}

.b-search-filter__checkbox:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.b-search-filter__checkbox-input {
    display: none;
}

.b-search-filter__checkbox-input:checked + .b-search-filter__checkbox-label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -163px -144px;
    width: 9px;
    height: 6px;
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-search-filter__checkbox-input:checked + .b-map-filter__checkbox-label:after {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -163px -144px;
    width: 9px;
    height: 6px;
    display: block;
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-search-filter__checkbox-label,.b-map-filter__checkbox-label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
    white-space: nowrap;
}

.b-map-filter__checkbox-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.b-search-filter__checkbox-label-icon,.b-map-filter__checkbox-label-icon {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-radius: 5px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-map-filter__checkbox-label-icon {
    margin-right: 0;
    margin-left: 10px;
}

.b-search-filter__map {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 104px;
    left: 0;
    z-index: -1;
}

.b-search-filter__map.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.b-search-filter__map .b-yandex-map__fullscreen-control {
    display: none;
}

.b-search-filter__map .b-yandex-map__zoom-controls {
    box-shadow: none;
}

.b-search-filter__input:checked + .b-search-filter__label {
    background-color: #000000;
    color: #ffffff;
}

.b-search-filter__input:checked + .b-search-filter__sub-label {
    background-color: #000000;
    color: #ffffff;
}

.b-search-filter__input:disabled + .b-search-filter__label {
    background-color: #cccccc;
    color: #ffffff;
    border-color: #cccccc;
    cursor: default;
}

.b-search-filter__input:disabled + .b-search-filter__sub-label {
    background-color: #cccccc;
    color: #ffffff;
    border-color: #cccccc;
    cursor: default;
}

.b-search-filter__floor input:disabled + label {
    color: #cccccc;
}

.b-search-filter__clear-input.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.b-search-filter_type_commerce .b-search-filter__select_type_last,.b-search-filter_type_parking .b-search-filter__select_type_last {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-search-filter_type_parking .b-search-filter__select_type_half:nth-child(6) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-search-filter__select_type_full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-search-filter__select_type_half {
    -ms-flex-preferred-size: 46.875%;
    flex-basis: 46.875%;
    max-width: 46.875%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.l-search-result {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 5.55556%;
    padding-right: 5.55556%;
    margin-bottom: 48px;
}

.l-search-result__video {
    margin-bottom: 24px;
    margin-top: 24px;
}

.b-search-result__building {
    margin-bottom: 32px;
}

.b-building__cnt {
    padding-top: 16px;
    border: 1px solid #000000;
    height: 200px;
    text-align: center;
}

.b-building__results {
    display: none;
    text-align: center;
}

.b-building__results.is-ungroup {
    display: block;
}

.b-building__plan {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-bottom: 1px solid rgba(0, 49, 108, 0.2);
}

.b-building__plan img {
    display: block;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 81.25%;
    width: auto;
    max-height: calc(100% - 32px);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b-building__plan-img,.b-building__plan-img img {
    max-height: 55px;
    background-size: cover;
}

.b-building__content thead td {
    padding-top: 32px;
    padding-bottom: 32px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    text-align: center;
}

.b-building__content thead td:first-of-type {
    margin-left: 0;
}

.b-building__content thead a {
    color: rgba(0, 0, 0, 0.3);
}

.b-building__table {
    margin-bottom: 56px;
    width: 100%;
}

.b-building__table tbody {
    display: table-row-group;
}

.b-building__table a {
    color: #000000;
}

.b-building__table a:hover {
    text-decoration: none;
}

.b-building__table .b-building__desktop-view {
    display: table-row;
}

.b-building__parking {
    margin-bottom: 8px;
    width: 100%;
}

.b-building__parking .b-building__price:after {
    content: none;
}

.b-building__parking .b-building__mobile-view {
    display: -ms-flexbox;
    display: flex;
}

.b-building__parking tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-building__parking tbody td {
    color: #000000;
}

.b-building__parking thead {
    display: none;
}

.b-building__cards {
    margin-bottom: 8px;
    width: 100%;
}

.b-building__cards tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-building__cards thead {
    display: none;
}

.b-building__cards .b-building__mobile-view {
    display: -ms-flexbox;
    display: flex;
}

.b-building__mobile-view {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    display: none;
    position: relative;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
}

.b-building__mobile-view td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.b-building__mobile-view.is-active {
    opacity: .3;
}

.b-building__desktop-view {
    display: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.b-building__desktop-view.is-active {
    opacity: .3;
}

.b-building__progress {
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.b-building__sort {
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: relative;
}

.b-building__sort:after {
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    opacity: 0;
    background-image: url("https://etalongroup.ru/msk/img/elements/arrow-select.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -20px;
    content: '';
}

.b-building__sort.is-active {
    color: #000000;
}

.b-building__sort.is-active:after {
    opacity: 1;
}

.b-building__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 80.64516%;
    flex-basis: 80.64516%;
    max-width: 80.64516%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-building__more {
    margin-bottom: 24px;
}

.b-building__text-wrap {
    float: left;
    width: 50%;
    border-bottom: 1px dashed #cccccc;
}

.b-building__text {
    background-color: #ffffff;
    position: relative;
    top: 1px;
    padding-right: 5px;
}

.b-building__favorite {
    position: absolute;
    top: 16px;
    right: 9.375%;
    cursor: pointer;
}

.b-building__favorite svg {
    pointer-events: none;
}

.b-building__favorite.is-active .b-icon__link-icon-favorite {
    fill: #ffd349;
}

.b-building__vr-icon {
    position: absolute;
    top: 16px;
    right: 21.875%;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #3677c3;
    text-transform: uppercase;
    background: #f2f4f7;
    border-radius: 4px;
    padding: 0 8px;
    vertical-align: sub;
}

.b-building__vr-icon span {
    vertical-align: sub;
}

.b-building__favorite-wrapper {
    display: inline;
    cursor: pointer;
}

.b-building__favorite-wrapper svg {
    pointer-events: none;
}

.b-building__favorite-wrapper.is-active .b-icon__link-icon-favorite {
    fill: #ffd349;
}

.b-building__mobile-view {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
}

.b-building__descr {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 12.5%;
    padding-right: 12.5%;
    width: 100%;
}

.b-building__info-commerce {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.b-building__info-commerce .b-building__title {
    margin-bottom: 0;
}

.b-building__info-commerce .b-building__descr {
    padding-bottom: 0;
    margin-bottom: 16px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.b-building__info-commerce .b-building__info {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-top: 0;
    max-height: 105px;
    min-height: 105px;
}

.b-building__title {
    margin-bottom: 16px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.b-building__info-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-building__info-item-ttl {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.b-building__info-item-val {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.b-building__price {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12.5%;
    padding-right: 12.5%;
    width: 100%;
    position: relative;
    background-color: rgba(0, 47, 105, 0.05);
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    display: block;
    max-height: 64px;
}

.b-building__price:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/elements/more.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12.5%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-building__price .b-label--reserve {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    right: 25%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 20px;
    border: none;
    padding-top: 8px;
}

.b-building__price .b-building__price-info {
    font-size: 14px;
    letter-spacing: .14px;
    opacity: .4;
    line-height: 1;
}

.b-building__price-cell .b-building__sort {
    position: relative;
}

.b-building__price-cell .b-building__price-cell-info {
    position: absolute;
    white-space: nowrap;
    left: 0;
    font-size: 14px;
    letter-spacing: .14px;
    opacity: .4;
    line-height: 1;
    color: #000000;
    text-transform: lowercase;
    font-weight: 300;
}

.b-building__favorite-cell {
    position: relative;
    text-align: right;
}

.b-building__favorite-cell .b-label--reserve {
    position: absolute;
    left: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-building__favorite-cell svg {
    position: relative;
    z-index: 5;
    pointer-events: all;
}

.b-building__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-radius: 4px;
    overflow: hidden;
}

.b-building__card .b-content__link-map,.b-building__card .b-content__link-parking {
    margin-bottom: 24px;
    width: 100%;
}

.b-building__card .b-content__link-parking span {
    display: none;
}

.b-building__card .b-content__link-map_top_position {
    margin-top: 8px;
    display: inline-block;
}

.b-building__card-img-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
    overflow: hidden;
}

.b-building__card-img {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-building__card-picture {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
}

.b-building__card-picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.b-building__card-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 49, 108, 0.2);
}

.b-building__card-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 6.25%;
    padding-right: 6.25%;
}

.b-building__card-title {
    display: none;
    width: 100%;
}

.b-building__card-address {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #000000;
    font-weight: 300;
    /*@media only screen and (min-width:1280px) {
        @include suffix(8, 20);
    }*/;
}

.b-building__card-result {
    margin-bottom: 16px;
    width: 100%;
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.b-parking-video iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.b-parking-video .b-parking__video {
    height: 200px;
}

.b-parking-video .b-building__card-content {
    display: none;
}

.b-building__sort_style_asc:after {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-image: url("https://etalongroup.ru/msk/img/elements/arrow-select-active.svg");
}

.b-building__sort_style_desc:after {
    background-image: url("https://etalongroup.ru/msk/img/elements/arrow-select-active.svg");
}

.b-building__results_display_block {
    display: block;
}

.b-building.is-active .b-building__results {
    display: block;
}

.b-favorite {
    display: inline-block;
}

.b-favorite__svg {
    width: 33px;
    height: 31px;
    stroke-width: 3px;
    stroke: #ef7924;
    fill: none;
}

.b-favorite__svg:hover {
    fill: #ef7924;
}

.b-favorite__num {
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.b-favorite.is-active .b-favorite__svg {
    fill: #ef7924;
}

.b-favorite.is-active .b-favorite__svg:hover {
    fill: #df6710;
}

.b-favorite_theme_target {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 10%;
    background-color: #cccccc;
    border-radius: 0 0 3px 3px;
    padding: 5px 10px;
    z-index: 1;
}

.b-favorite_theme_target.is-active {
    opacity: 1;
    visibility: visible;
}

.b-home-search {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-home-search form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-home-search__title {
    margin-bottom: 20px;
}

.b-home-search__logo {
    margin-bottom: 20px;
}

.b-header__complex {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    -ms-flex-order: 1;
    order: 1;
}

.b-header__district {
    display: none;
}

.b-header__rooms {
    -ms-flex-preferred-size: 46.875%;
    flex-basis: 46.875%;
    max-width: 46.875%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    -ms-flex-order: 3;
    order: 3;
}

.b-header__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    -ms-flex-order: 2;
    order: 2;
}

.b-header__price input {
    width: 50%;
    padding-right: 0;
}

.b-header__price input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.b-header__price input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
}

.b-header__price input:-ms-input-placeholder {
    color: rgba(2, 33, 86, 0.5);
}

.b-header__price input::placeholder {
    color: rgba(2, 33, 86, 0.5);
}

.b-header__price .b-header__price-wrapper {
    width: 50%;
    border: none;
    position: relative;
    padding-right: 0;
}

.b-header__price .b-header__price-wrapper input {
    width: 100%;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-radius: 4px;
}

.b-header__price .b-header__price-wrapper input:focus {
    outline: none;
}

.b-header__price .b-header__price-wrapper input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

.b-header__price .b-header__price-wrapper input:focus::placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

.b-header__price .b-header__price-wrapper:first-child input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.b-header__price .b-header__price-wrapper:last-child input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
}

.b-header__date {
    display: none;
}

.b-header__full-search {
    -ms-flex-preferred-size: 46.875%;
    flex-basis: 46.875%;
    max-width: 46.875%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    -ms-flex-order: 4;
    order: 4;
    line-height: 32px;
    padding-left: 0;
    padding-right: 0;
}

.b-header__result {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    line-height: 32px;
    padding-left: 0;
    padding-right: 0;
    -ms-flex-order: 5;
    order: 5;
    border-radius: 4px;
    white-space: nowrap;
}

.b-header__result:hover {
    color: #ffffff !important;
}

.b-header__result.is-disabled {
    background-color: #438cce;
    color: #ffffff;
}

.b-search__tab {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-top: 24px;
}

.l-new-search-filter {
    padding-top: 16px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    padding-left: 6.25%;
    padding-right: 6.25%;
    margin-bottom: 16px;
    background-color: #f2f4f7;
}

.b-new-search-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-new-search-filter__ttl {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 30px;
}

.b-new-search-filter__building-cnt,.b-new-search-filter__sub-cnt {
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.b-new-search-filter__build,.b-new-search-filter__sub-item {
    margin-right: 20px;
}

.b-new-search-filter__input {
    display: none;
}

.b-new-search-filter__label {
    transition-property: background-color, color, border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    display: block;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 20px;
}

.b-new-search-filter__sub-label {
    padding: 0 40px;
    border: 1px solid #000000;
    border-radius: 3px;
}

.b-new-search-filter__range-slider {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.b-new-search-filter__range-slider .b-range-slider__input {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.b-new-search-filter__submit {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    -ms-flex-order: 100;
    order: 100;
}

.b-new-search-filter__submit-btn {
    position: relative;
    min-height: 16px;
}

.b-new-search-filter__floors {
    margin-bottom: 16px;
}

.b-new-search-filter__floor {
    margin-right: 20px;
}

.b-new-search-filter__prices,.b-new-search-filter__areas {
    margin-bottom: 16px;
}

.b-new-search-filter__price,.b-new-search-filter__area {
    position: relative;
}

.b-new-search-filter__price:first-child:after,.b-new-search-filter__area:first-child:after {
    content: '-';
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -12px;
}

.b-new-search-filter__wrapper-input {
    position: relative;
}

.b-new-search-filter__wrapper-input input {
    padding-left: 20px;
    padding-right: 20px;
}

.b-new-search-filter__clear-input {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    right: 3px;
    font-size: 30px;
    color: #cccccc;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.b-new-search-filter__range-text {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    font-size: 14px;
    line-height: 24px;
}

.b-new-search-filter__select {
    margin-bottom: 8px;
}

.b-new-search-filter__select option[disabled] {
    color: rgba(0, 0, 0, 0.3);
}

.b-new-search-filter__select-input {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-top: 1px solid rgba(0, 49, 108, 0.2);
}

.b-new-search-filter__select-input input {
    display: none;
}

.b-new-search-filter__select-input label {
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    height: 46px;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 0;
    border-top: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
}

.b-new-search-filter__select-input input:checked + label {
    position: relative;
    background-color: rgba(0, 49, 108, 0.03);
}

.b-new-search-filter__select-input input:checked + label:after {
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -163px -144px;
    width: 9px;
    height: 6px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
}

.b-new-search-filter__input:checked + .b-new-search-filter__label {
    background-color: #000000;
    color: #ffffff;
}

.b-new-search-filter__input:checked + .b-new-search-filter__sub-label {
    background-color: #000000;
    color: #ffffff;
}

.b-new-search-filter__input:disabled + .b-new-search-filter__label {
    background-color: #cccccc;
    color: #ffffff;
    border-color: #cccccc;
    cursor: default;
}

.b-new-search-filter__input:disabled + .b-new-search-filter__sub-label {
    background-color: #cccccc;
    color: #ffffff;
    border-color: #cccccc;
    cursor: default;
}

.b-new-search-filter__floor input:disabled + label {
    color: #cccccc;
}

.b-new-search-filter__clear-input.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.b-new-search-filter__select_type_full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-new-search-filter__select_type_half {
    -ms-flex-preferred-size: 46.875%;
    flex-basis: 46.875%;
    max-width: 46.875%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-new-search-filter__select_type_object {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-new-search-filter__select_type_corpus {
    -ms-flex-preferred-size: 46.875%;
    flex-basis: 46.875%;
    max-width: 46.875%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-new-search-filter__select_type_section {
    -ms-flex-preferred-size: 46.875%;
    flex-basis: 46.875%;
    max-width: 46.875%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-new-search-filter__select_type_floor {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.l-parking {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 2.77778%;
    padding-right: 2.77778%;
}

.b-parking {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.b-parking {
    position: relative;
    width: 100%;
}

.b-parking__path {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    fill: #468dcb;
    opacity: .32;
}

.b-parking__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-parking__links .b-parking__link {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #002f69;
}

.b-parking__links .b-parking__link:before {
    content: '';
    display: block;
    margin-right: 10px;
    background-size: cover;
    background: no-repeat center;
    width: 17px;
    height: 17px;
}

.b-parking__links .b-parking__link.b-parking__link-plane:before {
    background-image: url("https://etalongroup.ru/msk/img/elements/parking-plane.png");
}

.b-parking__links .b-parking__link.b-parking__link-email:before {
    background-image: url("https://etalongroup.ru/msk/img/elements/parking-email.png");
}

.b-parking__links .b-parking__link.b-parking__link-place:before {
    background-image: url("https://etalongroup.ru/msk/img/elements/parking-place.png");
}

.b-parking__legend {
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
}

.b-parking__legend-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    line-height: 1;
    margin-right: 25px;
}

.b-parking__legend-item:last-of-type {
    margin-right: 0;
}

.b-parking__legend-item:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin-right: 8px;
    opacity: .32;
}

.b-parking__legend-item.b-parking__legend-item-free:before {
    background-color: #468dcb;
}

.b-parking__legend-item.b-parking__legend-item-sold:before {
    background-color: #939393;
}

.l-parking-tooltip {
    display: none;
    position: absolute;
    -ms-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
    z-index: 1;
}

.b-parking-tooltip {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.1);
    box-shadow: 12px 12px 40px rgba(37, 67, 112, 0.2);
    padding: 15px 20px;
}

.b-parking-tooltip__title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.b-parking-tooltip__list {
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.b-parking-tooltip__item:nth-child(2n) {
    margin-left: 15px;
}

.b-parking-tooltip__descr {
    margin-bottom: 8px;
    display: block;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.b-parking-tooltip__param {
    display: block;
    color: #022259;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.b-parking-tooltip__note {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}

.b-parking-tooltip_theme_popup {
    box-shadow: none;
    background-color: #e5eaf0;
    border-color: #e5eaf0;
}

.l-mortgage__range-slider {
    margin-bottom: 16px;
}

.b-contacts {
    -ms-flex-preferred-size: 94.44444%;
    flex-basis: 94.44444%;
    max-width: 94.44444%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(0, 49, 108, 0.2);
}

.b-menu__contacts {
    position: relative;
    width: 100%;
    background-color: #438cce;
}

.b-menu__contacts-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
    display: block;
}

.b-menu__contacts-item:first-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.b-menu__contacts-item.b-menu__city span {
    color: #fdff00;
}

.b-menu__contacts-item.is-active {
    background-color: rgba(255, 255, 255, 0.1);
}

.b-menu__contacts-item.is-active .b-menu__main {
    display: block;
}

.b-menu__contacts-item.is-active .b-menu__arrow {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.b-menu__header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.82353%;
    margin-right: 8.82353%;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-menu__header span {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.52);
}

.b-menu__header .b-menu__arrow {
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.b-menu__main {
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    top: 100%;
    background: #438cce;
    color: #fff;
    z-index: 99;
    height: 400px;
}

.b-menu__main:after {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(180deg, rgba(68, 141, 207, 0.6) 0%, #448dcf 100%);
}

.b-menu__main.b-main__city {
    top: calc(100% + 1px);
    height: 448px;
    z-index: 100;
}

.b-menu__main.bottom:after {
    display: none;
}

.b-menu__list {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    position: relative;
}

.b-menu__list .ps__scrollbar-y-rail {
    z-index: 6;
    background-color: transparent !important;
    width: 8px !important;
    right: 8px;
}

.b-menu__list .ps__scrollbar-y {
    border-radius: 4px;
    background-color: #fff;
    opacity: .7 !important;
    width: 8px !important;
}

.b-menu__list .ps:hover > .ps__scrollbar-y-rail:hover {
    opacity: 0;
}

.b-menu__list-cities {
    padding-top: 28px;
    padding-left: 5.88235%;
    padding-right: 5.88235%;
}

.b-menu__list-item {
    display: block;
    width: 100%;
    padding-left: 8.33333%;
    padding-right: 8.33333%;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding-top: 17px;
    padding-bottom: 26px;
}

.b-menu__list-item h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
}

.b-menu__list-item p,.b-menu__list-item span {
    opacity: .5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.b-menu__list-item.b-menu__list-etalon span {
    color: #fdff00;
    opacity: 1;
}

.b-menu__list-search {
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    background-color: #fff;
    padding-left: 5.88235%;
    padding-right: 5.88235%;
    padding-top: 9px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #000000;
    margin-bottom: 27px;
}

.b-menu__list-search:-ms-input-placeholder {
    opacity: .48;
}

.b-menu__list-search::placeholder {
    opacity: .48;
}

.b-menu__list-list .b-menu__list-city {
    padding-left: 5.88235%;
    padding-right: 5.88235%;
    height: 40px;
    border-radius: 4px;
}

.b-menu__list-list .b-menu__list-city.is-active {
    background-color: rgba(255, 255, 255, 0.12);
}

.b-menu__list-list a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.b-contacts__map {
    position: relative;
    width: 100%;
    height: 400px;
}

.b-contacts__map-button {
    position: absolute;
    left: 0;
    bottom: 15px;
    display: none;
    -ms-flex-preferred-size: 82.35294%;
    flex-basis: 82.35294%;
    max-width: 82.35294%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 8.33333%;
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #438cce;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    width: 100%;
}

.b-contacts__map-button.is-active {
    display: -ms-flexbox;
    display: flex;
}

.b-map__contacts {
    width: 100%;
    height: 100%;
}

.b-map__contacts .b-yandex-map__base {
    width: 100%;
    height: 100%;
}

.b-contacts__tooltip-wrapper {
    width: 100%;
    position: relative;
}

.b-contacts__tooltip {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 8.82353%;
    padding-right: 8.82353%;
    display: none;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 49, 108, 0.2);
}

.b-contacts__tooltip-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.b-objects__tooltip-img-wrapper {
    position: relative;
    background-color: rgba(0, 0, 0, 0.08);
}

.b-contacts__tooltip-img {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.b-contacts__tooltip-content {
    position: relative;
    padding-bottom: 25px;
    overflow: hidden;
}

.b-contacts__tooltip-content .ps__scrollbar-y-rail {
    z-index: 6;
    background-color: transparent !important;
    width: 8px !important;
    right: 8px;
}

.b-contacts__tooltip-content .ps__scrollbar-y {
    border-radius: 4px;
    background-color: #fff;
    opacity: .7 !important;
    width: 8px !important;
}

.b-contacts__tooltip-content .ps:hover > .ps__scrollbar-y-rail:hover {
    opacity: 0;
}

.b-contacts__tooltip-name {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-right: 40px;
}

.b-contacts__tooltip-address {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: 300;
}

.b-contacts__tooltip-time {
    margin-bottom: 28px;
}

.b-contacts__tooltip-time p {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 300;
}

.b-contacts__tooltip-tel {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #000000;
}

.b-contacts__tooltip-link {
    position: relative;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 20px;
}

.b-contacts__tooltip-link:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/elements/more-yellow.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-contacts__comment {
    font-size: 16px;
    line-height: 24px;
    -ms-flex-preferred-size: 77.77778%;
    flex-basis: 77.77778%;
    max-width: 77.77778%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
}

.b-contacts__tooltip-close {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: 0px -151px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5.55556%;
    top: 16px;
    z-index: 1;
    opacity: 1;
}

.b-contacts_type_flats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.b-contacts_with_comment {
    margin-bottom: 48px;
}

.l-flat {
    max-width: 1172px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 5.55556%;
    padding-right: 5.55556%;
}

.l-flat__item {
    margin-bottom: 8px;
}

.b-flat img {
    max-width: 100%;
}

.b-flat__mobile-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
    display: block;
}

.b-flat__mobile-counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 16px;
    font-family: "pfdin", sans-serif;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #438cce;
}

.b-flat__mobile-counter_icon {
    width: 20px;
    height: 12px;
    margin-right: 6px;
    fill: rgba(2, 33, 86, 0.5);
}

.b-flat__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
    display: none;
}

.b-flat__counter {
    display: none;
}

.b-flat__tabs {
    font-weight: 500;
    margin-bottom: 16px;
}

.b-flat__left {
    margin-bottom: 16px;
}

.b-flat__row {
    margin-bottom: 40px;
}

.b-flat__labels {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-bottom: 16px;
}

.b-flat__labels .b-label {
    margin: 0 0 8px 8px;
}

.b-flat__adres {
    margin-bottom: 32px;
    padding-left: 20px;
    background: url("/styles/../msk/images/icon-adres.svg") 0 0/12px auto no-repeat;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.b-flat__params {
    margin-bottom: 16px;
}

.b-flat__sizes {
    margin-bottom: 24px;
    background: rgba(0, 47, 105, 0.03);
    padding: 15px 15px 15px 10px;
    border-radius: 4px;
}

.b-flat__size-button {
    position: relative;
}

.b-flat .b-tooltip-icon {
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    cursor: pointer;
    border-radius: 50%;
    background: #eaedf2;
    color: #000000;
    line-height: 24px;
    font-size: 12px;
    right: calc(50% - 126px);
    top: 5px;
}

.b-flat .b-tooltip-icon.active {
    background: #37507b;
    color: #ffffff;
}

.b-flat .b-flat__planoplan-wiget {
    margin-bottom: 16px;
}

.b-flat .b-flat__planoplan-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    transition: .3s;
}

.b-flat .b-flat__planoplan-tabs a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.b-flat .b-flat__planoplan-tabs a span {
    margin-left: 5px;
    border-bottom: 1px solid #ccd6e2;
}

.b-flat .b-flat__planoplan-tabs .is-active {
    display: none;
}

.b-flat .b-tooltip-container {
    display: none;
    background: #ffffff;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 0 4px #d4d5d7;
    border-radius: 4px 0 0;
    z-index: 100;
}

.b-flat .b-tooltip-container.active {
    display: block;
}

.b-flat .b-tooltip-container:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    box-shadow: 0 0 4px #d4d5d7;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 27px;
    top: -7px;
    z-index: 99;
}

.b-flat .b-tooltip-container:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 15px;
    background: #ffffff;
    z-index: 101;
    top: 0;
    left: 0;
}

.b-flat .b-tooltip-container .b-tooltip-title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
}

.b-flat .b-tooltip-container .b-tooltip-title:before {
    content: '';
    display: none;
    position: absolute;
    left: -32px;
    top: 30px;
    height: 22px;
    width: 20px;
    background: url("/styles/../msk/images/icon-constructor.svg") no-repeat center;
    background-size: cover;
}

.b-flat .b-tooltip-container .b-tooltip-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
}

.b-flat__buy {
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-order: 1;
    order: 1;
}

.b-flat__price-wrap {
    margin-bottom: 16px;
}

.b-flat__price-wrap.b-flat__price-wrap-second .b-flat__price {
    color: #00316C;
}

.b-flat__btn {
    width: 100%;
    margin-bottom: 16px;
}

.b-flat__btn .b-btn {
    width: 100%;
}

.b-flat__btn .b-btn__transparent {
    border: 1px solid #CCD6E2;
    color: #8190AB;
    background: #ffffff;
}

.b-flat__btn .b-btn__yellow {
    background: #FFD349;
    border-color: #FFD349;
    color: #000000;
}

.b-flat__price {
    font-size: 22px;
    color: #000000;
    line-height: 1;
}

.b-flat__price-desc {
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 5px;
}

.b-flat__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -32px;
    margin-bottom: -16px;
}

.b-flat__links .b-link {
    margin-left: 32px;
    margin-bottom: 16px;
}

.b-flat__bottom-tabs {
    margin-bottom: 8px;
}

.b-flat__filter-item {
    margin-bottom: 24px;
}

.b-flat__results-left {
    margin-bottom: 24px;
}

.b-flat__results-title {
    margin-bottom: 16px;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}

.b-flat__result-block {
    border-radius: 4px;
    background: rgba(0, 47, 105, 0.03);
    padding: 16px;
}

.b-flat__banks-offers .scroll-bar {
    height: 100%;
}

.b-prev-results {
    margin-bottom: 25px;
}

.b-prev-results__link {
    position: relative;
    padding: 10px 16px 10px 28px;
    border: 2px solid #f2f4f7;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    color: #8090AC;
}

.b-prev-results__link:before {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    content: '';
    width: 4px;
    height: 8px;
    background-image: url("https://etalongroup.ru/msk/img/elements/arrow-result.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.b-flat__img {
    text-align: center;
}

.b-flat__img.is-active {
    display: block;
}

.b-flat__img a {
    width: 100%;
}

.b-flat__img img {
    max-height: 660px;
}

.b-flat__filter {
    width: 100%;
}

.b-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-item-align: center;
    align-self: center;
    color: #002f69;
    text-decoration: none;
    font-size: 16px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.b-link__icon {
    max-width: 16px;
    max-height: 16px;
    width: auto;
    height: auto;
    margin-right: 8px;
}

.b-sizes-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 12px;
}

.b-sizes-info:last-child {
    margin-bottom: 0;
}

.b-sizes-info__num {
    font-size: 14px;
    color: #002f69;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 2px rgba(0, 47, 105, 0.05) solid;
}

.b-sizes-info__label {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    position: relative;
}

.b-sizes-info__label span {
    position: relative;
    z-index: 1;
    background: #f1f1f1;
    display: inline-block;
}

.b-sizes-info__label:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px rgba(0, 47, 105, 0.2) dotted;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 0;
}

.b-sizes-info__value {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}

.banks-offers {
    width: 100%;
    display: block;
}

.banks-offers thead td,.banks-offers thead th {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(2, 34, 89, 0.3);
    text-transform: uppercase;
    padding: 0 15px 15px 0;
    display: none;
}

.banks-offers tbody {
    display: block;
}

.banks-offers tbody tr {
    display: block;
    border: 1px rgba(0, 49, 108, 0.2) solid;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.banks-offers tbody tr td {
    display: block;
    margin-bottom: 16px;
}

.banks-offers tbody tr td.banks-offers__logo img {
    max-width: 150px;
}

.banks-offers tbody tr td:last-child {
    margin-bottom: 0px;
}

.banks-offers tbody tr td:before {
    content: attr(data-title);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(2, 34, 89, 0.3);
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.banks-offers tbody tr:last-child td {
    border-bottom: 0;
}

.b-slider-objects {
    position: relative;
}

.b-slider-objects .b-slider-objects__item {
    height: 100%;
}

.b-slider-objects .slick-track {
    display: -ms-flexbox;
    display: flex;
}

.b-slider-objects .slick-track .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-slider-objects .slick-track .slick-slide > div {
    height: 100%;
}

.b-slider-objects__base {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    float: none;
    width: 100%;
    margin: 0 -10px;
    overflow-x: auto;
    height: 100%;
}

.b-slider-objects__item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 10px;
    max-width: 260px;
}

.b-slider-objects__arrow-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    display: none;
}

.b-slider-objects__arrow-next {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    display: none;
}

.slick-slide .b-slider-objects__item {
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.b-flat__check-another-room {
    margin-bottom: 8px;
    width: 100%;
}

.b-flat__check-another-room a {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 13px;
    line-height: 24px;
    font-family: inherit;
    font-weight: 700;
}

.b-flat__check-another-room-wrap {
    width: 280px;
    float: right;
    color: #000000;
    margin-top: 5px;
}

.b-flat__print {
    float: left;
}

.b-flat__print .b-icons {
    position: relative;
    top: 8px;
}

.b-flat__print-small {
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    text-align: left;
    padding-left: 65px;
    display: inline-block;
}

.b-flat__other {
    margin-top: 8px;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.b-flat__gallery-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-flat__gallery-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.b-flat__gallery-wrapper img {
    width: 100%;
    display: block;
    margin: auto;
}

.b-flat__gallery-title {
    font-size: 20px;
    line-height: 32px;
    width: 100%;
}

.b-flat-gallery__arrow-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    display: none;
}

.b-flat-gallery__arrow-next {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    display: none;
}

.j-popup-gallery {
    pointer-events: none;
}

.b-param-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
}

.b-param-list__item:last-child {
    margin-bottom: 0px;
}

.b-flat-popup__dots {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px dotted #cccccc;
    margin-right: 4px;
    margin-left: 4px;
}

.b-param-list__data {
    width: 40%;
}

.b-params {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
}

.b-params__item {
    margin-left: 16px;
}

.b-params__label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 5px;
}

.b-params__value {
    display: block;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}

.b-params--vertical {
    display: block;
    margin-left: 0;
}

.b-params--vertical .b-params__item {
    margin-bottom: 24px;
    margin-left: 0;
}

.b-params--vertical .b-params__item:last-child {
    margin-bottom: 0px;
}

.b-flat-block {
    border: 1px rgba(0, 49, 108, 0.2) solid;
    border-radius: 4px;
    width: 100%;
    min-width: 200px;
    max-width: 240px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
}

.b-flat-block__center {
    padding: 25px 20px;
}

.b-flat-block__title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}

.b-flat-block__title a {
    color: inherit;
}

.b-flat-block__param {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.b-flat-block__param:last-child {
    margin-bottom: 0;
}

.b-flat-block__param-label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #7593ba;
    text-transform: uppercase;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.b-flat-block__param-value {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #000000;
}

.b-flat-block__price {
    color: #7593ba;
    font-size: 16px;
    font-weight: 500;
}

.b-flat-block__fav {
    position: absolute;
    top: 13px;
    right: 17px;
    z-index: 2;
}

.b-flat-block__fav-icon {
    width: 20px;
    height: 20px;
}

.b-flat-block__more {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff url("/styles/../msk/images/arrow-more.svg") 50% 50% no-repeat;
}

.b-flat-block__top {
    position: relative;
    border-bottom: 1px #ccd3dd solid;
    height: 230px;
    padding: 30px;
}

.b-flat-block__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    z-index: 0;
}

.b-flat-block__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 17px 20px;
    background: rgba(0, 47, 105, 0.05);
    margin-top: auto;
}

.l-flat-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-flat-card__item {
    margin-bottom: 40px;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.b-flat-card {
    color: #000000;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    display: block;
}

.b-flat-card__header {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
    border-bottom: 1px solid #cccccc;
}

.b-flat-card__param {
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
}

.b-flat-card__descr {
    float: left;
    width: span(11);
    padding-right: gutter(0.5);
}

.b-flat-card__img-wrap {
    display: none;
}

.b-flat-card__img-wrap a:hover {
    border-bottom-color: transparent;
}

.b-flat-card__floors {
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: inherit;
    font-weight: 700;
}

.b-flat-card__ttl {
    margin-bottom: 2px;
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    font-family: inherit;
}

.b-flat-card__caption {
    font-size: 16px;
    line-height: 24px;
    color: #cccccc;
}

.b-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-actions .hide {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-actions__header {
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-actions__header h2 {
    font-size: 24px;
    line-height: 28px;
}

.b-actions__select {
    -ms-flex-preferred-size: 59.375%;
    flex-basis: 59.375%;
    max-width: 59.375%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-actions__form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-actions__start .b-action__item-new:nth-child(4) {
    display: none;
}

.b-action {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-bottom: 64px;
}

.b-action .b-btn {
    padding-top: 11px;
    padding-bottom: 11px;
}

.b-action__item-new {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-positive: 20;
    flex-grow: 20;
}

.b-action__item-new .b-btn {
    padding-top: 11px;
    padding-bottom: 11px;
}

.b-action__item-new--last {
    display: -ms-flexbox;
    display: flex;
}

.b-action__img-content {
    width: 100%;
    display: block;
    position: relative;
    height: 50vw;
    border-radius: 4px 4px 0 0;
    background-color: #ffffff;
    overflow: hidden;
}

.b-action__img {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-duration: .7s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.b-action__content {
    padding-top: 40px;
    padding-bottom: 24px;
    padding-left: 6.25%;
    padding-right: 6.25%;
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-top-color: transparent;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.b-action__title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
    color: #022156;
    text-decoration: none;
}

.b-action__description {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.b-action__date {
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 1;
}

.b-action__params {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 24px;
}

.b-action__tooltip-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b-action__tooltip-link .b-objects__tooltip-link {
    padding: 0;
    margin: 0;
    position: relative;
}

.b-action__label-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.b-action__label-container-hide {
    display: none;
}

.b-action__label-left-date {
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.b-action__label-text {
    padding: 5px 8px 4px;
    background-color: #ffd349;
    border-radius: 4px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}

.b-action__label-time {
    font-weight: 500;
    white-space: nowrap;
}

.b-action__label {
    margin-bottom: 16px;
    padding: 5px 8px 4px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    color: #3f525e;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    display: inline;
    cursor: pointer;
}

.b-action__label:not(:last-child) {
    margin-right: 16px;
}

.b-action__label-more {
    color: #022156;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
}

.b-actions__btn-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-action__end-block {
    margin-bottom: auto;
}

.b-action__title-inner {
    margin-bottom: 16px;
    color: #000000;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.25;
}

.b-action__labels-inner {
    margin-bottom: 24px;
    display: none !important;
}

.b-action__labels-inner .b-action__label {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.b-action__label-left-date-inner {
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.b-action__image-inner-content {
    margin-bottom: 32px;
    height: 248px;
    border-radius: 4px;
    background-color: #ffffff;
    overflow: hidden;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.b-action__subtitle-inner {
    margin-bottom: 8px;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
}

.b-action__list-title {
    font-size: 28px;
    line-height: 35px;
    margin-top: 75px;
    margin-bottom: 25px;
}

.b-action__list {
    counter-reset: section;
    margin-bottom: 120px;
}

.b-action__list li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

.b-action__list li:before {
    counter-increment: section;
    content: counter(section);
    width: 30px;
    height: 30px;
    max-width: 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #FFD349;
    color: #022156;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-right: 16px;
    border-radius: 50%;
}

.b-flat__more-cnt {
    display: none;
}

.b-action__text-inner {
    margin-bottom: 32px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
}

.b-action__text-inner li {
    margin-bottom: 16px;
    position: relative;
    color: #000000;
    padding-left: 26px;
    padding-right: 3.125%;
}

.b-action__text-inner ol {
    counter-reset: list;
}

.b-action__text-inner ol li:before {
    counter-increment: list;
    content: counter(list);
    color: #022156;
    position: absolute;
    top: 6px;
    left: -3px;
    width: 22px;
    height: 22px;
    background-color: #ffd349;
    border-radius: 50%;
    padding-left: 8px;
    font-size: 14px;
    line-height: 25px;
}

.b-action__text-inner ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #ffd349;
    border-radius: 50%;
}

.b-action__buttons-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.b-action__buttons-inner .b-btn {
    margin-bottom: 16px;
}

.b-actions-inner__subtitle {
    margin-bottom: 24px;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
}

.b-action__item_theme_large {
    margin-bottom: 64px;
}

.b-action__item_theme_large .b-action__img-content {
    height: 0;
    padding-bottom: 50%;
}

.b-action__item_theme_large .b-action__img-content .b-action__img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.b-action__item_theme_large .b-action__content {
    padding-top: 24px;
    padding-bottom: 48px;
}

.b-action__item_theme_large .b-action__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 26px;
}

.b-action__item_theme_large .b-action__description {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
}

.b-action__item_theme_large .b-action__date {
    margin-bottom: 16px;
}

.b-action__item_theme_large .b-action__label-container {
    margin-bottom: 16px;
}

.b-action__item_theme_large .b-action__label-left-date {
    display: -ms-flexbox;
    display: flex;
}

.b-action__img_type_mini {
    object-fit: inherit;
    object-position: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
}

.b-action__img-content_type_mini {
    height: 41.5vw;
    background-color: #000000;
    overflow: hidden;
}

.b-action__image-inner-content_type_mini {
    margin-bottom: 32px;
    background-color: #ffffff;
}

.b-action__image-inner-content_type_mini img {
    border-radius: 4px;
    display: block;
    margin: auto;
}

.b-actions-form__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-top: 20px;
    margin-bottom: 24px;
    color: #ffffff;
}

.b-actions-form__wrap h2 {
    color: #ffffff;
}

.b-actions-form__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.b-actions-form__ttl {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 300;
}

.b-actions-form__comment {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.b-actions-form__input {
    margin-right: 2.77778%;
    padding-left: 2.77778%;
    padding-right: 2.77778%;
    color: #ffffff;
    background-color: #438cce;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    width: 56.25%;
}

.b-actions-form__input:-ms-input-placeholder {
    color: #ffffff;
}

.b-actions-form__input::placeholder {
    color: #ffffff;
}

.b-actions-form__input[type='submit'] {
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    margin-right: 0%;
    color: #000000;
    background-color: #ffffff;
    width: 40.625%;
}

.b-actions-form__input[type='submit']:hover {
    cursor: pointer;
}

.l-corp-clients {
    margin-top: 24px;
    margin-right: 5.55556%;
    margin-left: 5.55556%;
}

.l-corp-clients h1, .l-main-new .l-corp-clients h1 {
    margin-bottom: 24px;
}

.l-corp-clients li {
    margin-bottom: 16px;
    position: relative;
    color: #000000;
    padding-left: 26px;
    padding-right: 3.125%;
}

.l-corp-clients ol {
    margin-top: 16px;
    counter-reset: list;
}

.l-corp-clients ol li:before {
    counter-increment: list;
    content: counter(list);
    color: #022156;
    position: absolute;
    top: 6px;
    left: -3px;
    width: 22px;
    height: 22px;
    background-color: #ffd349;
    border-radius: 50%;
    padding-left: 8px;
    font-size: 14px;
    line-height: 25px;
}

.l-corp-clients ul {
    margin-top: 16px;
}

.l-corp-clients ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #ffd349;
    border-radius: 50%;
}

.privacy-table {
    border-collapse: separate;
    border-spacing: 1px;
}

.b-corp-clients__list-text {
    margin-bottom: 24px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.b-corp-clients__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.b-corp-clients__list ul {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-corp-clients__list ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    position: relative;
    padding-left: 21px;
}

.b-corp-clients__list ul li:before {
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -148px -218px;
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    color: #000000;
}

.b-corp-clients__tabs-trigers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-corp-clients__tab {
    color: rgba(0, 47, 105, 0.5);
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-align: center;
    padding: 24px 16px;
    border-radius: 4px 4px 0 0;
    border: 0 solid transparent;
    border-width: 1px;
    border-bottom-color: rgba(0, 49, 108, 0.2);
    background-color: #ffffff;
    outline: none;
    width: 50%;
    cursor: pointer;
    margin: 0 0 -1px;
}

.b-corp-clients__tab.is-active {
    color: #000000;
    border-color: rgba(0, 49, 108, 0.2);
    border-bottom-color: white;
    z-index: 1;
}

.b-corp-clients__tabs-contents {
    padding-top: 48px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    border-radius: 0 0 4px 4px;
}

.b-corp-clients__tab-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.b-corp-clients__facts,.b-corp-clients__banks,.b-corp-clients__associate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 9.375%;
    margin-right: 9.375%;
    margin-bottom: 32px;
}

.b-corp-clients__facts h2,.b-corp-clients__banks h2,.b-corp-clients__associate h2 {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__fact-item,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__fact-item,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__fact-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 16px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__infographic-img,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__infographic-img,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__infographic-img {
    width: 80px;
    height: 80px;
}

.b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__fact-title,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__fact-title,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__fact-title {
    margin-bottom: 0px;
    font-size: 14px;
}

.b-corp-clients__fact-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 40px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.b-corp-clients__infographic-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    width: 96px;
    height: 96px;
    box-shadow: 4px 4px 20px rgba(66, 140, 206, 0.1);
    background-color: #438cce;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-corp-clients__infographic-img svg {
    fill: #ffffff;
}

.b-corp-clients__fact-title {
    margin-bottom: 16px;
    color: #438cce;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.b-corp-clients__infographic-text {
    margin-right: 3.84615%;
    margin-left: 3.84615%;
    text-align: center;
    width: 100%;
}

.b-corp-clients__banks {
    margin-bottom: 56px;
}

.b-corp-clients__banks-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
}

.b-corp-clients__banks-img {
    -ms-flex-preferred-size: 44.23077%;
    flex-basis: 44.23077%;
    max-width: 44.23077%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-corp-clients__banks-img:not(:nth-child(2n)) {
    margin-right: 11.53846%;
}

.b-corp-clients__banks-img img {
    vertical-align: middle;
    max-height: 100px;
    width: auto;
}

.b-corp-clients__more-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    border-radius: 4px;
}

.b-corp-clients__form-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 6.25%;
    margin-right: 6.25%;
}

.b-corp-clients__form-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-corp-clients__form-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}

.b-corp-clients__form-comment {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 18px;
}

.b-corp-clients__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.b-corp-clients__form input {
    margin-bottom: 8px;
}

.b-corp-clients__form input[type='submit'] {
    margin-top: 16px;
    margin-bottom: 16px;
}

.b-corp-clients__form .b-footer__social-title {
    color: #ffffff;
}

.b-corp-clients__form-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-corp-clients__associate-text {
    margin-bottom: 40px;
    text-align: center;
}

.b-corp-clients__label {
    margin-bottom: 32px;
    width: 100%;
    color: #000000;
    text-align: center;
}

.b-realtors-info {
    background-color: #f1f1f1;
}

.b-friends .b-realtors-info {
    margin-left: 0%;
    margin-right: 0%;
}

.b-friends .b-realtors-info__txt {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.b-realtors-info__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    margin-top: 38px;
    margin-bottom: 24px;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.b-realtors-info__wrap h1 {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.b-realtors-info__txt {
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.b-realtors-info__partner-button {
    margin-top: 32px;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
}

.b-realtors-info__partner-button-footer {
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
}

.b-realtors-info__infografic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px;
    width: 100%;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-realtors-info__infographic-item-wrapper {
    margin-bottom: 40px;
    width: 100%;
}

.b-realtors-info__infographic-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 216px;
    z-index: 1;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f1;
}

.b-realtors-info__anchor {
    padding-bottom: 4px;
    cursor: pointer;
    color: #000000;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
}

.b-realtors-info__infographic-number {
    display: none;
    color: #022156;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 35px;
    width: 24px;
    height: 24px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #ffd349;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.b-realtors-info__infographic-text {
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
}

.b-realtors-info__infographic-text b {
    font-weight: 500 !important;
}

.b-realtors-advantages {
    position: relative;
    background-image: url("https://etalongroup.ru/msk/img/realtors/realtors.png");
    background-position: center;
    background-size: cover;
}

.b-realtors-advantages:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 100%);
    opacity: .9;
    border-radius: 4px;
}

.b-realtors-advantages__wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 36px;
    margin-bottom: 24px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    z-index: 1;
}

.b-realtors-advantages__title {
    margin-bottom: 36px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    width: 81.25%;
}

.b-realtors-advantages__list {
    counter-reset: myCounter;
}

.b-realtors-advantages__list li {
    margin-bottom: 16px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 46px;
}

.b-realtors-advantages__list li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    left: 0;
    top: -5px;
    color: #022156;
    background: #ffd349;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 32px;
}

.b-realtors-contacts {
    margin-top: 40px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    -ms-flex-preferred-size: 88.88889%;
    flex-basis: 88.88889%;
    max-width: 88.88889%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-realtors-contacts__term {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-realtors-contacts__title {
    margin-bottom: 16px;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
}

.b-realtors-contacts__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 108, 0.2);
    width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.b-realtors-contacts__item-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 9.375%;
    margin-right: 9.375%;
    width: 81.25%;
}

.b-realtors-contacts__info {
    margin-bottom: 24px;
}

.b-realtors-contacts__name {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
    color: #000000;
}

.b-realtors-contacts__position {
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.b-realtors-contacts__address {
    color: #022156;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.b-realtors-contacts__photo {
    margin-bottom: 24px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    overflow: hidden;
}

.b-realtors-contacts__contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-realtors-contacts__phones {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.b-realtors-contacts__phone {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.b-realtors-contacts__phone span {
    font-weight: 300;
}

.b-realtors-contacts__other {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-realtors-contacts__mail {
    color: #022156;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.b-realtors-contacts__comment {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.b-realtors-contacts__term_msk .b-realtors-contacts__item {
    margin-bottom: 0;
}

.b-realtors-contacts__term_msk .b-realtors-contacts__title {
    width: 100%;
}

.b-realtors-docs {
    margin-top: 16px;
    margin-bottom: 72px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-realtors-docs__title {
    margin-bottom: 24px;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}

.b-realtors-docs__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-realtors-docs__link {
    -ms-flex-preferred-size: 70.58824%;
    flex-basis: 70.58824%;
    max-width: 70.58824%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 12px;
    position: relative;
    padding-left: 26px;
    color: #438cce;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.b-realtors-docs__link:before {
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: -258px -151px;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 8px;
    margin-top: -4px;
    left: 0;
}

.b-realtors-docs__link span {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
}

.b-realtors-docs__telegram {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 8px;
    position: relative;
    padding-left: 37px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.b-realtors-docs__telegram:hover {
    text-decoration: none;
}

.b-realtors-docs__telegram:before {
    content: '';
    background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
    background-position: 0px -192px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 6.25px;
    margin-top: -12.5px;
    left: 0;
}

.b-about__text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}

.b-about__text-normal {
    width: 100%;
}

.b-about__text-big {
    width: 100%;
}

.b-about-timeline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-about-timeline__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 48px;
    position: relative;
    width: 100%;
}

.b-about-timeline__item:not(:last-child):before,.b-about-timeline__item:not(:first-child):before {
    top: 0;
    height: 100%;
}

.b-about-timeline__item:first-child:before {
    top: 10%;
    height: 100%;
}

.b-about-timeline__item:last-child:before {
    top: 0;
    height: 10%;
}

.b-about-timeline__year {
    margin-bottom: 8px;
    width: 100%;
    color: rgba(2, 33, 86, 0.5);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .52px;
    white-space: nowrap;
}

.b-about-timeline__point {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    top: 0;
    left: calc(-6.25% - 7px);
    /*.b-icon__point-active,
    .b-icon__point-normal {
        width: 100%;
        height: 100%;
    }

    .b-icon__point-active {
        opacity: 0;
    }

    .b-icon__point-normal {
        opacity: 1;
    }

    &.is-active {
        .b-icon__point-active {
            opacity: 1;
        }

        .b-icon__point-normal {
            opacity: 0;
        }
    }*/;
}

.b-about-timeline__point i {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #448dcf;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.b-about-timeline__text {
    margin-bottom: 0px;
    position: relative;
    width: 68.75%;
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    line-height: 16.8px;
}

.b-scroll-animation {
    height: calc(750vh - 50px);
    margin-bottom: 88px;
}

.l-about-animate {
    /*width: column(35, 36);
	@include push(.5, 36);
	@include post(.5, 36);*/
    left: 1.38889%;
    right: 1.38889%;
    max-width: 1920px;
    height: calc(100vh - 80px - 15px);
    border-radius: 4px;
    border: 1px solid rgba(2, 34, 89, 0.05);
    background-color: rgba(0, 47, 105, 0.08);
    padding: 25px 25px 0;
    position: fixed;
    top: 0px;
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    overflow: hidden;
}

.b-animations-screen {
    position: absolute;
    left: 25px;
    right: 25px;
    height: calc(100vh - 80px - 15px);
}

.b-animations-screen__number {
    background: #ffffff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    text-align: center;
    color: rgba(2, 34, 89, 0.5);
    font-size: 16px;
    line-height: 41px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 0px;
}

.b-animations-screen__info {
    position: relative;
    z-index: 1;
    max-width: 40%;
    margin: calc(15% - 25px) 0 0 55px;
}

.b-animations-screen__title {
    color: transparent;
    -webkit-text-stroke: 1px rgba(2, 34, 89, 0.38);
    text-stroke: 1px rgba(2, 34, 89, 0.38);
    font-size: 104px;
    line-height: 0.9;
    margin-bottom: 30px;
    font-weight: bold;
}

.b-animations-screen__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.b-animations-screen__text-2 {
    font-weight: 300;
    font-size: 12px;
    line-height: 2;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    position: absolute;
    bottom: 10%;
    left: 55px;
    opacity: 0;
}

.b-animations-screen__map-1 {
    position: absolute;
    bottom: 0;
    top: 0;
    right: -25px;
    z-index: 0;
    width: 80%;
}

.b-animations-screen__map-1__img {
    width: 100%;
}

.b-animations-screen__map-2 {
    opacity: 0;
    position: absolute;
    top: 16%;
    right: 4%;
    width: 65%;
}

.b-animations-screen__map-2 img {
    width: 100%;
    height: auto;
}

.b-animations-screen__map-3 {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    right: -25px;
    width: 55%;
    top: -25px;
}

.b-animations-screen__map-3 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: 100% 100%;
}

.b-animations-screen__map-4 {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    right: -25px;
    width: 59%;
}

.b-animations-screen__map-4__img {
    display: block;
    width: 100%;
}

.b-animations-screen__map-5 {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    right: 8%;
    width: 36%;
}

.b-animations-screen__map-5__img {
    display: block;
    width: 100%;
}

.b-animations-screen--slide-2 .b-animations-screen__number {
    opacity: 0;
}

.b-animations-screen--slide-2 .b-animations-screen__info {
    opacity: 0;
}

.b-animations-screen--slide-3 .b-animations-screen__number {
    opacity: 0;
}

.b-animations-screen--slide-3 .b-animations-screen__info {
    opacity: 0;
}

.b-animations-screen--slide-3 .city-object--sp {
    position: absolute;
    bottom: 55%;
    right: 0;
    width: 68%;
}

.b-animations-screen--slide-3 .city-object--moskow {
    position: absolute;
    bottom: 17%;
    right: 0%;
    width: 74%;
}

.b-animations-screen--slide-4 .b-animations-screen__number {
    opacity: 0;
}

.b-animations-screen--slide-4 .b-animations-screen__info {
    opacity: 0;
}

.b-animations-screen--slide-5 {
    height: calc(100vh - 80px - 15px);
}

.b-animations-screen--slide-5 .b-animations-screen__number {
    opacity: 0;
}

.b-animations-screen--slide-5 .b-animations-screen__info {
    opacity: 0;
}

.map-info-list {
    position: absolute;
    top: 47%;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.map-info-list__item {
    margin: 0 5%;
}

.map-info {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
}

.map-info__title {
    color: rgba(255, 211, 73, 0.7);
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.map-info__title:after {
    content: "";
    display: block;
    width: 65px;
    height: 1px;
    background: rgba(2, 34, 89, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.map-info--blue .map-info__title {
    color: rgba(2, 34, 89, 0.7);
}

.touch #viewport-wrapper {
    overflow: hidden;
}

.city-object {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.city-object__img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.city-object__img img {
    border: 6px #ffffff solid;
    width: 88px;
    height: 88px;
    display: block;
    margin-right: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.city-object__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 0.75;
    color: #022259;
    margin-bottom: 15px;
}

.city-object__count {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #000000;
    background: rgba(255, 211, 73, 0.9);
    border-radius: 4px;
    padding: 0 10px;
    display: inline-block;
}

.map-dotted {
    position: relative;
}

.map-dotted__item {
    position: absolute;
    display: block;
    width: 8.4px;
    height: 8.4px;
    background-color: #ffd349;
    border: solid 2.2px #ffffff;
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
}

.map-dotted__item#dotted-1 {
    top: 67.6%;
    left: 0.8%;
}

.map-dotted__item#dotted-2 {
    top: 72.2%;
    left: 4%;
}

.map-dotted__item#dotted-3 {
    top: 77.2%;
    left: 3.6%;
}

.map-dotted__item#dotted-4 {
    top: 41.1%;
    left: 10.8%;
}

.map-dotted__item#dotted-5 {
    top: 39%;
    left: 14.5%;
}

.map-dotted__item#dotted-6 {
    top: 52.4%;
    left: 13.2%;
}

.map-dotted__item#dotted-7 {
    top: 64.1%;
    left: 15.3%;
}

.map-dotted__item#dotted-8 {
    top: 67.4%;
    left: 18.3%;
}

.map-dotted__item#dotted-9 {
    top: 69.3%;
    left: 18.9%;
}

.map-dotted__item#dotted-10 {
    top: 24.4%;
    left: 23.5%;
}

.map-dotted__item#dotted-11 {
    top: 26.1%;
    left: 24.4%;
}

.map-dotted__item#dotted-12 {
    top: 27.3%;
    left: 23.1%;
}

.map-dotted__item#dotted-13 {
    top: 28.2%;
    left: 23.3%;
}

.map-dotted__item#dotted-14 {
    top: 39.4%;
    left: 22.1%;
}

.map-dotted__item#dotted-15 {
    top: 38.8%;
    left: 22.5%;
}

.map-dotted__item#dotted-16 {
    top: 40.3%;
    left: 23.6%;
}

.map-dotted__item#dotted-17 {
    top: 40.9%;
    left: 31.4%;
}

.map-dotted__item#dotted-18 {
    top: 49.4%;
    left: 29.3%;
}

.map-dotted__item#dotted-19 {
    top: 52.8%;
    left: 25.7%;
}

.map-dotted__item#dotted-20 {
    top: 63.4%;
    left: 26.1%;
}

.map-dotted__item#dotted-21 {
    top: 68.2%;
    left: 28.8%;
}

.map-dotted__item#dotted-22 {
    top: 70.3%;
    left: 29.2%;
}

.map-dotted__item#dotted-23 {
    top: 73.2%;
    left: 29.7%;
}

.map-dotted__item#dotted-24 {
    top: 75.1%;
    left: 30%;
}

.map-dotted__item#dotted-25 {
    top: 71.2%;
    left: 32.2%;
}

.map-dotted__item#dotted-26 {
    top: 79.5%;
    left: 36.2%;
}

.map-dotted__item#dotted-27 {
    top: 63.6%;
    left: 35%;
}

.map-dotted__item#dotted-28 {
    top: 62.8%;
    left: 37.4%;
}

.map-dotted__item#dotted-29 {
    top: 63.9%;
    left: 38.1%;
}

.map-dotted__item#dotted-30 {
    top: 65.3%;
    left: 40.4%;
}

.map-dotted__item#dotted-31 {
    top: 54%;
    left: 39.8%;
}

.map-dotted__item#dotted-32 {
    top: 55.9%;
    left: 41.1%;
}

.map-dotted__item#dotted-33 {
    top: 52.8%;
    left: 42.7%;
}

.map-dotted__item#dotted-34 {
    top: 46.3%;
    left: 48%;
}

.map-dotted__item#dotted-35 {
    top: 82.6%;
    left: 43.3%;
}

.map-dotted__item#dotted-36 {
    top: 84.9%;
    left: 46.6%;
}

.map-dotted__item#dotted-37 {
    top: 88.1%;
    left: 47.2%;
}

.map-dotted__item#dotted-38 {
    top: 76.4%;
    left: 58%;
}

.map-dotted__item#dotted-39 {
    top: 87.7%;
    left: 59.8%;
}

.map-dotted__item#dotted-40 {
    top: 87.7%;
    left: 63.5%;
}

.map-dotted__item#dotted-41 {
    top: 60.3%;
    left: 65.5%;
}

.map-dotted__item#dotted-42 {
    top: 50.9%;
    left: 73.6%;
}

.map-dotted__item#dotted-43 {
    top: 68.7%;
    left: 73.6%;
}

.map-dotted__item#dotted-44 {
    top: 79.3%;
    left: 78.9%;
}

.map-dotted__item#dotted-45 {
    top: 80.1%;
    left: 86%;
}

.map-dotted__item#dotted-46 {
    top: 42.8%;
    left: 86.9%;
}

.map-dotted__item#dotted-47 {
    top: 46.9%;
    left: 96.5%;
}

.map-dotted__item#dotted-48 {
    top: 74.5%;
    left: 87.2%;
}

.map-dotted__item#dotted-49 {
    top: 90.4%;
    left: 88.3%;
}

.map-dotted__item#dotted-50 {
    top: 92.7%;
    left: 88.5%;
}

.map-dotted__item#dotted-51 {
    top: 73%;
    left: 92.1%;
}

.map-dotted__item#dotted-52 {
    top: 74.9%;
    left: 92.9%;
}

.map-dotted__item#dotted-53 {
    top: 75.3%;
    left: 94.1%;
}

.l-main-new {
    margin-top: 64px;
    height: 100%;
    /* stylelint-disable selector-class-pattern */ /* stylelint-enable selector-class-pattern */;
}

.l-main-new .helper_filter {
    padding-bottom: 6px !important;
}

.l-main-new .ckeckbox_line,.l-main-new .element-images-tab__item--active,.l-main-new .action_item:before,.l-main-new .hover_info,.l-main-new .company_banner_men:before {
    z-index: initial !important;
}

.l-main-new .filter_btn_block {
    margin-top: -80px !important;
}

.l-main-new .type_filter.active a:after,.l-main-new .irs-slider,.l-main-new .blue_btn,.l-main-new .action_item_img span,.l-main-new .city_select .active:after,.l-main-new .modal_close:before,.l-main-new .modal_close:after,.l-main-new .company_banner,.l-main-new .company_banner_men,.l-main-new .col-md-4 .type_filter.active,.l-main-new .col-md-3 .type_filter.active,.l-main-new .banner_detail:after,.l-main-new .company_banner_block,.l-main-new .company_banner_men_block,.l-main-new .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.l-main-new .bottom_banner:after,.l-main-new .card_detail_banner .banner_detail,.l-main-new .fx_crd_block {
    background-color: #438cce !important;
}

.l-main-new .fx_crd_block {
    background: transparent !important;
}

.l-main-new .all_price_title {
    padding-right: 0;
}

.l-main-new .irs-bar {
    background-image: none;
    background-color: #438cce !important;
}

.l-main-new .new-filter .type_filter.active a,.l-main-new .range_col .col_title span,.l-main-new .toggle_complex,.l-main-new .city_select li.active a,.l-main-new .cat_seacrh_item .count_objects,.l-main-new .detail_n_title1,.l-main-new .b-done-objects .desc,.l-main-new .b-done-objects:hover,.l-main-new .cat_seacrh_item .desc,.l-main-new .last_middle_text {
    color: #438cce !important;
}

.l-main-new .blue_bg_block {
    border-top: none;
    padding: 48px 26px 45px !important;
}

.l-main-new h1,.l-main-new h2,.l-main-new h3,.l-main-new h4,.l-main-new h5,.l-main-new b,.l-main-new blockquote,.l-main-new .title,.l-main-new .cat_seacrh_item .desc,.l-main-new .city_select li a,.l-main-new .type_filter,.l-main-new .top_line,.l-main-new .border_block,.l-main-new .name_ipoteca_3,.l-main-new .hover_text,.l-main-new .blue_btn,.l-main-new .footer_menu_title,.l-main-new .strong_text1,.l-main-new .action_item_link,.l-main-new .col_title,.l-main-new .selectator_chosen_item_title,.l-main-new .new-filter .new-roomcount .ckeckbox_line label,.l-main-new .title_complex_result,.l-main-new .complex_name,.l-main-new .toggle_complex,.l-main-new .detail_object_link,.l-main-new .map_complex_link,.l-main-new .big_table,.l-main-new .prop_item,.l-main-new .prop_item a,.l-main-new .map_content_name,.l-main-new .map_content_description,.l-main-new .map_content_link_list,.l-main-new .normal_prop,.l-main-new .element-images-tab__item--active,.l-main-new .detail_price,.l-main-new .banner_first_text,.l-main-new .ghost_btn,.l-main-new .bank_detail_title,.l-main-new .tel_link,.l-main-new .detail_n_title,.l-main-new .region_text,.l-main-new .region_title,.l-main-new .ipot_title,.l-main-new .detail_n_title1,.l-main-new .b-voen-ipo__descr,.l-main-new .list__item a,.l-main-new .doc_table__type,.l-main-new .doc_table__size,.l-main-new .contact_name,.l-main-new .irs-min,.l-main-new .irs-max,.l-main-new .selectator_option_title,.l-main-new .complex_image,.l-main-new .stat_desc,.l-main-new .news_link,.l-main-new .news_date,.l-main-new .pagination,.l-main-new .content_1,.l-main-new .yellow_btn,.l-main-new .contact_title,.l-main-new .doc_table,.l-main-new .doc_table tbody td a,.l-main-new .doc_table__type,.l-main-new .doc_table__size,.l-main-new .doc_table__name,.l-main-new .doc_table__other,.l-main-new .simple-title-inside,.l-main-new .last_top_text,.l-main-new .last_bottom_text,.l-main-new .honor-list__item-name,.l-main-new .contact_view_map a {
    font-family: "pfdin", sans-serif !important;
}

.l-main-new .blue_btn {
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    box-shadow: none !important;
    width: 100% !important;
}

.l-main-new .blue_btn:hover {
    box-shadow: none !important;
    background-color: #4996dd !important;
}

.l-main-new .yellow_btn,.l-main-new .ghost_btn {
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    box-shadow: none !important;
}

.l-main-new .fix-btn-filter .get_more {
    margin-top: 42px !important;
    margin-bottom: 51px !important;
}

.l-main-new .toggle_complex:hover {
    text-decoration: none !important;
}

.l-main-new .detail_add_to_fav {
    top: 0 !important;
}

.l-main-new .b-voen-ipo__banner h2 {
    margin-bottom: 16px;
    font-size: 32px !important;
    line-height: 32px !important;
}

.l-main-new .b-tradein-features {
    margin-top: 16px;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.l-main-new .b-tradein-features__text {
    width: calc(100% - 60px);
}

.l-main-new .hover_text {
    margin-top: 8px;
}

.l-main-new .irs-slider {
    width: 25px;
    height: 25px;
    top: 15px !important;
}

.l-main-new .ckeckbox_line label {
    top: inherit !important;
}

.l-main-new .text_block_double table,.l-main-new .text_block_double td {
    border: 1px solid #000000 !important;
}

.l-main-new .last_top_text {
    top: 30px !important;
}

.l-main-new .company_title {
    line-height: 32px !important;
}

.l-main-new .contact_title {
    line-height: 32px !important;
}

.l-main-new .company_banner_men_block {
    width: inherit !important;
}

.l-main-new .tel_link {
    line-height: inherit !important;
}

.l-main-new h1,.l-main-new .h1,.l-main-new h2,.l-main-new .h2,.l-main-new h3,.l-main-new .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.l-main-new .l-corp-clients h1 {
    margin-top: 0;
}

.l-main-new h1,.l-main-new h2 {
    font-size: 1.5em;
}


.l-main-new .styledCheckbox .styledCheckbox.is-active {
    display: none;
}

.l-main-new .detail_price {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-main-new .detail_price span {
    width: 100%;
    line-height: 40px !important;
}

.l-main-new .detail_price > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.l-main-new .detail_price > div .detail_add_to_fav {
    width: auto !important;
    padding-left: 32px;
}

.l-main-new .detail_price > div .detail_add_to_fav.detail_pdf_link {
    background: url("/styles/../msk/images/pdf_rename.png") no-repeat 0 50%;
}

.l-main-new .contact_list ol,.l-main-new .contact_list ul {
    list-style: disc !important;
    padding-left: 30px !important;
}

.l-main-new .contact_list .col-md-5,.l-main-new .contact_list .col-md-7 {
    padding: 0 !important;
}

.l-main-new .contact_list .contact_item .d_hide {
    top: 56px !important;
}

.l-main-new .contact_list .contact_item .col-md-3 img {
    height: auto !important;
}

.l-main-new .contact_list .toggle_complex {
    line-height: 32px !important;
}

.l-main-new h1.title,.l-main-new div.title {
    line-height: 32px !important;
}

.l-main-new .action_item_img a {
    position: absolute;
    bottom: 0;
}

.l-main-new .action_item_link {
    height: inherit !important;
}

.l-main-new .col-md-3,.l-main-new .col-md-15 {
    padding: 0 15px !important;
}

.l-main-new .consultation_banner {
    text-align: center;
}

.l-main-new .b-voen-ipo__banner {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.l-main-new .b-voen-ipo__banner .col-md-12 {
    padding-left: 0 !important;
}

.l-main-new .company_banner_block {
    margin-top: 16px;
}

.l-main-new .ipoteca_3_img {
    background-size: cover !important;
    background-repeat: no-repeat;
}

.l-main-new .col-md-4 .type_filter.active {
    padding-left: 16px;
    padding-right: 16px;
}

.l-main-new .new-filter {
    min-height: inherit !important;
    padding-bottom: 68px !important;
}

.l-main-new .new-filter .new-mileage.new-subway {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.l-main-new .new-filter .new-mileage.new-subway .ckeckbox_line {
    width: 155px;
}

.l-main-new .tb_rent {
    width: 100% !important;
    left: 0 !important;
}

.l-main-new .tb_s {
    width: 50% !important;
    left: 0 !important;
}

.l-main-new .tb_floor {
    width: 50% !important;
    left: 50% !important;
}

.l-main-new .tb_price {
    width: 100% !important;
    left: 0 !important;
}

.l-main-new .detail_bank_btn {
    margin-top: 40px !important;
}

.l-main-new .b-compare {
    float: none;
}

.l-main-new .card_detail_banner {
    width: 100%;
}

.l-main-new .card_detail_banner .banner_detail {
    height: auto;
}

.l-main-new .complex_info_block {
    height: auto !important;
}

.l-main-new .complex_info {
    padding-bottom: 16px !important;
}

.l-main-new .slider_full {
    width: auto !important;
}

.l-main-new .howbuy_page {
    margin-bottom: -24px !important;
}

.l-main-new .ipot_title {
    line-height: 40px !important;
}

.star-block-new {
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background: url("/styles/../msk/images/star_block-new.png") no-repeat !important;
    top: 85px !important;
    z-index: 2 !important;
    right: -102px;
    transition: .3s;
}

.star-block-new.is-fixed {
    top: 193px !important;
    z-index: 5 !important;
    display: block !important;
}

.star-block-new.fixed-favorite {
    position: fixed;
    top: 114px !important;
}

footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#bx-panel {
    z-index: 10001 !important;
}

body #bx-panel {
    z-index: 10001 !important;
}

.modal_close:before,.modal_close:after {
    right: 14px !important;
    top: -1px !important;
}

.complex_list_block .doc_table tbody td a {
    margin-right: 0;
}

.doc_table thead td:nth-child(3).sort-asc,.doc_table thead td:nth-child(3).sort-desc {
    cursor: pointer;
}

.b-navigator__header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.b-navigator__header .b-header__mobile-phone {
    margin: 0;
}

.b-navigator__logo {
    display: block;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    max-width: 125px;
}

.b-navigator__main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
}

.b-navigator__block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    max-width: 480px;
    margin: 0 auto;
}

.b-navigator__img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.b-navigator__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-navigator__info-name {
    font: inherit;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 8px;
}

.b-navigator__info-label {
    font-size: 16px;
    font-weight: 500;
}

.b-navigator__info-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 8px;
}

.b-navigator__buttons {
    margin-top: 32px;
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.b-navigator__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 5.55556%;
    background-color: rgba(67, 140, 206, 0.3);
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.b-navigator__button span {
    color: #002f69;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: .6px;
}

.b-navigator__button span.desktop {
    display: none;
}

.b-navigator__button-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 4.16667%;
}

.l-guide {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
}

.l-guide h1 {
    margin-bottom: 48px;
}

.l-guide h2 {
    margin-bottom: 16px;
}

.b-guide {
    margin-bottom: 40px;
}

@font-face {
    font-display:swap;font-family:"pfdin";src:url("https://etalongroup.ru/msk/fonts/PFDINTextPro/Gilroy-Light.woff2") format("woff2"), url("https://etalongroup.ru/msk/fonts/PFDINTextPro/Gilroy-Light.woff") format("woff");font-weight:400;
}

@font-face {
    font-display:swap;font-family:"pfdin";src:url("https://etalongroup.ru/msk/fonts/PFDINTextPro/Gilroy-Medium.woff2") format("woff2"), url("https://etalongroup.ru/msk/fonts/PFDINTextPro/Gilroy-Medium.woff") format("woff");font-weight:500;
}

@font-face {
    font-display:swap;font-family:"ruble";src:url("https://etalongroup.ru/msk/fonts/ruble/ruble-webfont.woff2") format("woff2"), url("https://etalongroup.ru/msk/fonts/ruble/ruble-webfont.woff") format("woff");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-logo {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-btn_theme_download:before {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__checkbox label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__checkbox input:checked + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__checkbox.b-form__checkbox_transparent_color label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__checkbox.b-form__checkbox_transparent_color input:checked + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__checkbox:hover label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__checkbox:hover input:checked + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__checkbox:hover.b-form__checkbox_transparent_color label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__checkbox:hover.b-form__checkbox_transparent_color input:checked + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__checkbox input:disabled + label:after,.b-form__checkbox input[readonly='readonly'] + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__checkbox.b-form__checkbox_transparent_color input:disabled + label:after,.b-form__checkbox.b-form__checkbox_transparent_color input[readonly='readonly'] + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__radio label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__radio input:checked + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__radio:hover label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__radio:hover input:checked + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-form__radio input:disabled + label:after,.b-form__radio input[readonly='readonly'] + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .selectric-items li.selected:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-popup__close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-popup_theme_common.b-popup_theme_video .b-popup__close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-popup_theme_common.b-popup_theme_video .b-popup__close:hover {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-gallery__arrow_show_prev {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-gallery__arrow_show_next {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .fotorama__dot {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .fotorama__nav__frame--dot.fotorama__active {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-popup-gallery__close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-popup-info__close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-popup-construction-progress-gallery .b-popup__close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-popup-construction-progress-gallery .b-popup__close:hover {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-map-item__close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-nav__link_is_sublist .b-nav__link:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-objects-nav__link:before {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-objects__tooltip-close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .modal_close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-search-filter__select-input input:checked + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-search-filter__checkbox-input:checked + .b-search-filter__checkbox-label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-search-filter__checkbox-input:checked + .b-map-filter__checkbox-label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-new-search-filter__select-input input:checked + label:after {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-contacts__tooltip-close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-corp-clients__list ul li:before {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-realtors-docs__link:before {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-realtors-docs__telegram:before {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }
}

@media only screen {
    .l-howtobuy-sliders {
        background-color: #EBEFF3;
        padding: 30px 30px 20px 30px;
    }
    .l-career-advantages.l-mileage .b-mileage__list {
        margin-bottom: 0;
    }

    .b-label {
        font-size: 12px;
    }

    .b-flat__mobile-title {
        font-size: 28px;
        line-height: 42px;
    }

    .b-flat__tabs {
        margin-bottom: 32px;
    }

    .b-flat__row {
        margin-bottom: 56px;
    }

    .b-flat__adres {
        font-size: 16px;
    }

    .b-flat__params {
        margin-bottom: 32px;
    }

    .b-flat__sizes {
        padding: 15px;
    }

    .b-flat__size-button {
        text-align: center;
    }

    .b-flat .b-flat__planoplan-wiget {
        margin-bottom: 32px;
    }

    .b-flat__price {
        font-size: 28px;
    }

    .b-flat__bottom-tabs {
        margin-bottom: 16px;
    }

    .b-sizes-info__value {
        font-size: 16px;
    }

    .b-spb-main_gallery_mobile .b-info-cards__arrows {
        bottom: -30px;
    }

    .b-spb-main_gallery_mobile .b-info-cards__dots {
        bottom: -20px;
    }

    .b-btn-tabs__all {
        display: inline-block;
        width: auto;
        bottom: 33px;
        left: 0;
    }

    .b-btn-tabs__all {
        bottom: 70px;
    }

    .b-parking-video .b-parking__video {
        width: 100%;
    }

    .b-flat__mobile-title {
        font-size: 28px;
        line-height: 42px;
    }

    .b-flat__tabs {
        margin-bottom: 32px;
    }

    .b-flat__row {
        margin-bottom: 56px;
    }

    .b-flat__adres {
        font-size: 16px;
    }

    .b-flat__params {
        margin-bottom: 32px;
    }

    .b-flat__sizes {
        padding: 15px;
    }

    .b-flat__size-button {
        text-align: center;
    }

    .b-flat .b-flat__planoplan-wiget {
        margin-bottom: 32px;
    }

    .b-flat__price {
        font-size: 28px;
    }

    .b-flat__bottom-tabs {
        margin-bottom: 16px;
    }

    .b-sizes-info__value {
        font-size: 16px;
    }

    .b-params__value {
        font-size: 20px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }

    .b-map-filter__checkbox-label-icon {
        margin-left: auto;
    }

    .b-animations-screen__title {
        color: rgba(2, 34, 89, 0.38);
    }
}

@media only screen and (max-width: 669px), only screen and (min-width: 670px) and (max-width: 959px) {
    .b-map-tab__all .b-map-tab-objects__link {
        margin-left: 0;
        margin-top: 10px;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 669px) {
    #modal_info .modal_close {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
    }
}

@media only screen and (min-width: 670px) {
    h1, .l-main-new .l-corp-clients h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .b-feedback h2,.b-realtors-info__wrap h1,h2 {
        font-size: 24px;
        line-height: 28px;
    }

    h3 {
        font-size: 26px;
        line-height: 30px;
    }

    h4 {
        font-size: 14px;
        line-height: 22px;
    }

    h5 {
        font-size: 14px;
        line-height: 22px;
    }

    h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .b-typo-reset ol li:before {
        font-size: 14px;
        line-height: 25px;
    }

    .hide-medium-up {
        display: none;
    }

    .l-header {
        height: 80px;
    }

    .l-main {
        margin-top: 80px;
    }

    .l-object {
        margin-bottom: 60px;
    }

    .l-object {
        padding-left: 2.77778%;
        padding-right: 2.77778%;
    }

    .l-object-map {
        margin-bottom: 24px;
    }

    .l-object-map {
        margin-bottom: 60px;
        padding-left: 2.77778%;
        padding-right: 2.77778%;
    }

    .l-actions__end {
        margin-bottom: 96px;
    }

    .l-actions-inner_theme_gray {
        padding-bottom: 80px;
    }

    .l-about-text {
        margin-bottom: 56px;
    }

    .l-about-timeline {
        margin-bottom: 8px;
    }

    .l-flats-palns {
        margin-bottom: 28px;
    }

    .l-flats-palns__action .b-flat__gallery-subtitle {
        margin-top: 20px;
    }

    .l-text {
        margin-bottom: 32px;
    }

    .l-text_download_theme {
        margin-bottom: 28px;
        text-align: center;
    }

    .l-rare__button {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
        text-align: right;
        margin-bottom: 0;
    }

    .l-rare__button .b-btn_theme_download.b-btn_theme_back {
        margin-left: 0;
    }

    .l-gallery {
        margin-bottom: 48px;
    }

    .b-icon__footer-logo {
        width: 155px;
        height: 36px;
    }

    .b-kelnik {
        margin-top: 16px;
    }

    .b-career-page.b-objects {
        margin-top: 32px;
        margin-bottom: 28px;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__title {
        font-size: 40px;
        line-height: 40px;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .b-career .b-career-info__txt {
        font-size: 40px;
        line-height: 40px;
    }

    .b-career .b-career-info__txt {
        margin-bottom: 30px;
    }

    .b-carer-info__infographic-text .b-carer-info__infographic-text-title {
        font-size: 16px;
        line-height: 24px;
    }

    .b-career-advantages__title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 35px;
    }

    .l-career-title .b-career-advantages__title {
        margin-bottom: 30px;
    }

    .b-search-filter__select_type_full.b-search-filter__select_type_carrer .b-search-filter__top {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .b-career-vacancies__wrapper {
        margin-left: -1.5%;
        margin-right: -1.5%;
    }

    .b-career-vacancies__wrapper :nth-child(n) {
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .b-career-vacancies__wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .b-career-vacancies__wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .b-career-vacancies__item {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
        max-width: 47%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 32px;
        height: 250px;
    }

    .l-career-vacancies.l-mileage {
        margin-bottom: 72px;
    }

    .b-feedback.b-subscribe__career {
        margin-top: 48px;
    }

    .b-feedback.b-subscribe__career .b-footer__social-form {
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .b-feedback.b-subscribe__career .b-footer__social-form .b-footer__social-form input[type='submit'] {
        width: 33%;
    }

    .b-feedback.b-subscribe__career .b-feedback__content {
        margin-bottom: 24px;
    }

    .b-form-questions__resume .b-form-questions__file {
        position: absolute;
        right: 5%;
        bottom: 10%;
    }

    .b-prev-vacancies {
        margin-bottom: 24px;
    }

    .b-vacancies-address {
        margin-bottom: 16px;
    }

    .b-vacancies-salary {
        margin-bottom: 32px;
    }

    .b-vacancies__name {
        margin-bottom: 16px;
    }

    .b-vacancies-text__title {
        margin-bottom: 8px;
    }

    .b-vacancies-text__content,.b-vacancies-text {
        margin-bottom: 24px;
    }

    .b-objects__title-page-objects.b-objects_theme_bottom.b-vacancies__last-block {
        margin-top: 32px;
        margin-bottom: 40px;
    }

    .b-feedback__wrap.b-subscribe__wrap {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-btn_theme_all {
        font-size: 14px;
    }

    .b-btn_theme_white_whith-border {
        width: auto;
    }

    .b-btn_theme_download {
        width: auto;
        padding-left: 60px;
        padding-right: 60px;
    }

    .b-btn_theme_download.b-btn_theme_back {
        margin-top: 0;
        margin-left: 20px;
    }

    .mfp-content {
        height: auto;
    }

    .b-popup {
        position: static;
        height: auto;
        min-height: inherit;
    }

    .b-popup__ttl {
        margin-bottom: 40px;
        font-size: 40px;
    }

    .b-popup__desc {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .b-popup--ipoteka .b-popup__ipoteka-params .b-param-item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .b-popup__ipoteka-list__list li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .b-popup__close {
        right: 5.55556%;
    }

    .b-popup__cnt {
        padding: 24px 5.55556%;
    }

    .mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
        width: 100%;
    }

    .b-popup__video iframe {
        height: 320px;
    }

    .b-popup_theme_common .b-popup__cnt {
        padding: 40px 48px;
    }

    .b-popup_theme_common .b-popup__close {
        top: 20px;
    }

    .b-popup_theme_common.b-popup_theme_video iframe {
        min-height: 300px;
    }

    .b-popup_theme_common.b-popup_theme_video iframe {
        min-height: 440px;
    }

    .b-popup_theme_common.b-popup_theme_video .b-popup__cnt {
        padding: 0;
    }

    .b-popup_theme_common.b-popup_theme_video .b-popup__close {
        top: 41px;
    }

    .b-popup_theme__video.b-popup iframe {
        height: 350px;
    }

    .b-popup_theme__camera iframe {
        height: 350px;
    }

    .b-popup__parking-place .b-popup__cnt {
        padding: 56px 2.77778%;
    }

    .b-popup__parking-place .b-popup__close {
        top: 20px;
        right: 2.77778%;
    }

    .b-popup_theme_parking .b-popup__cnt {
        padding: 40px 48px;
    }

    .b-popup_theme_parking .b-popup__close {
        top: 20px;
    }

    .b-popup_theme_top .b-popup {
        border-radius: 0 0 4px 4px;
    }

    .b-popup_theme_img {
        position: relative;
        top: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }

    .b-popup_theme_img .b-popup__cnt {
        padding: 40px 48px;
    }

    .b-popup_theme_img .b-popup__close {
        top: 20px;
    }

    .b-popup_theme_img img {
        max-height: calc(100vh - 80px);
    }

    .b-popup_theme_gallery .mfp-arrow-left,.b-popup_theme_gallery .mfp-arrow-right {
        width: 40px;
        height: 40px;
    }

    .b-popup_theme_gallery .mfp-arrow-left {
        left: 30px;
    }

    .b-popup_theme_gallery .mfp-arrow-right {
        right: 30px;
    }

    .b-gallery .fotorama__arr--prev {
        top: auto;
        left: auto;
        bottom: 40px;
        right: 28.57143%;
    }

    .b-gallery .fotorama__arr--next {
        bottom: 40px;
        right: 14.28571%;
    }

    .fotorama__dot {
        background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
        background-position: -255px -116px;
        width: 14px;
        height: 14px;
    }

    .fotorama__stage__frame {
        border-radius: 4px;
    }

    .b-gallery__increase {
        display: block;
    }

    .b-gallery__slide {
        border-radius: 4px;
    }

    .b-gallery__slide:after {
        content: '';
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        border-radius: 4px;
    }

    .b-gallery__info {
        margin-left: 7.14286%;
        width: 45.71429%;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__slide-number {
        display: block;
        margin-bottom: 24px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__start-ttl {
        font-size: 40px;
        line-height: 48px;
        margin-top: 0;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__subttl {
        margin-top: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__descr {
        display: block;
        font-size: 22px;
        line-height: 28px;
    }

    .b-gallery__info-wrap {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .b-gallery__slide-number {
        margin-bottom: 24px;
    }

    .b-gallery__start-ttl {
        font-size: 64px;
        line-height: 64px;
    }

    .b-gallery__subttl {
        margin-top: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .b-gallery__show-more {
        padding-right: 8.33333%;
    }

    .b-gallery-slick__popup-slide {
        height: 200px;
        min-width: 200px;
        max-width: 200px;
    }

    .b-gallery-slick__plans {
        max-height: 200px;
    }

    .l-flats-palns__action .b-gallery-slick__popup-slide {
        height: 251px;
        min-width: 251px;
        max-width: 251px;
    }

    .l-flats-palns__action .b-gallery-slick__plans {
        max-height: 251px;
    }

    .b-tabs__nav a {
        font-size: 14px;
        margin-left: 28px;
    }

    .b-tabs__nav--inline a {
        padding-bottom: 16px;
    }

    .b-tabs__nav--inline a {
        padding-bottom: 16px;
        font-size: 18px;
    }

    .b-tab-nav-more .selectric .label {
        font-size: 14px;
    }

    .b-tab-nav-more__nav {
        font-size: 14px;
    }

    .fixed-pos .nav-arrow {
        display: block;
        top: 88px;
        right: 0;
    }

    .b-tabs__content.b-tabs__content-release .b-objects {
        margin-top: 0px;
    }

    .flat__plan {
        height: 490px;
        margin-bottom: 18px;
    }

    .flat__plan {
        height: 470px;
        margin-bottom: 0;
    }

    .b-text__paragraph {
        font-size: 16px;
        line-height: 24px;
    }

    .b-text__paragraph {
        margin-bottom: 16px;
    }

    .b-text__paragraph_size_big {
        font-size: 24px;
        line-height: 40px;
    }

    .b-text__paragraph_size_big {
        margin-bottom: 40px;
    }

    .b-text__paragraph_size_medium {
        font-size: 24px;
        line-height: 40px;
    }

    .b-text__paragraph_size_medium {
        margin-bottom: 12px;
    }

    .b-content__title {
        font-size: 20px;
        line-height: 24px;
    }

    .b-content__list .b-content__list__title {
        font-size: 20px;
        line-height: 30px;
    }

    .b-content__list li {
        font-size: 16px;
        line-height: 24px;
    }

    .b-content__text .b-text__paragraph {
        font-size: 20px;
        line-height: 30px;
    }

    .b-content__text .b-text__paragraph_size_medium {
        font-size: 20px;
        line-height: 30px;
    }

    .b-content__text .b-text__paragraph_size_big {
        font-size: 20px;
        line-height: 30px;
    }

    .b-content__link-map,.b-content__link-parking {
        font-size: 18px;
        line-height: 27px;
    }

    .b-accordion__link {
        font-size: 14px;
        line-height: 10px;
    }

    .b-advantages {
        margin-top: 16px;
        margin-bottom: 16px;
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        border-radius: 4px;
    }

    .b-advantages__wrap {
        margin-top: 48px;
        margin-bottom: 40px;
        margin-left: 7.14286%;
        margin-right: 7.14286%;
    }

    .b-advantages__title {
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 40px;
    }

    .b-advantages__subtitle {
        font-size: 28px;
        line-height: 32px;
    }

    .b-advantages__list li {
        font-size: 16px;
        line-height: 22px;
        padding-left: 42px;
    }

    .b-advantages__list li:before {
        font-size: 14px;
        line-height: 28px;
        width: 24px;
        height: 24px;
    }

    .b-advantages__btn {
        margin-top: 160px;
    }

    .b-advantages__subtitle_single_content {
        margin-bottom: 192px;
    }

    .b-advantages_mb_big {
        margin-bottom: 40px;
    }

    .b-advantages_theme_rare {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-contacts__item {
        padding-top: 40px;
        padding-bottom: 48px;
        margin-bottom: 40px;
    }

    .b-contacts__title {
        font-size: 26px;
        line-height: 30px;
    }

    .b-contacts__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-contacts__row:not(:last-child) {
        margin-bottom: 32px;
    }

    .b-contacts__info {
        font-size: 14px;
        line-height: 20px;
    }

    .b-contacts__info {
        width: 50%;
    }

    .b-contacts__info:not(:last-child) {
        margin-bottom: 0px;
    }

    .b-contacts__address {
        font-size: 16px;
        line-height: 22px;
    }

    .b-contacts__address {
        padding-right: 3.33333%;
    }

    .b-loader {
        bottom: -16px;
    }

    .l-info-block {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .b-info-block {
        padding-top: 40px;
    }

    .b-info-block {
        padding-bottom: 40px;
    }

    .b-info-block {
        padding-left: 5.88235%;
        padding-right: 5.88235%;
        border-radius: 4px 4px 0 0;
    }

    .b-info-block__logo .b-info-block__logo-item,.b-info-block__logo svg {
        width: 250px;
        height: 80px;
        max-height: 80px;
    }

    .b-info-block__buttons {
        margin-bottom: 40px;
    }

    .b-info-block__button {
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 6.66667%;
    }

    .b-info-block__button:nth-child(2),.b-info-block__button:last-child {
        margin-right: 0%;
    }

    .b-info-block__button:first-child,.b-info-block__button:only-child {
        margin-bottom: 0px;
    }

    .b-info-block__info {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .b-info-block__item {
        margin-bottom: 16px;
    }

    .b-info-block__item {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 6.66667%;
    }

    .b-info-block__item:nth-child(2) {
        -ms-flex-preferred-size: 56.66667%;
        flex-basis: 56.66667%;
        max-width: 56.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-info-block__item:first-child,.b-info-block__item:nth-child(3) {
        -ms-flex-preferred-size: 36.66667%;
        flex-basis: 36.66667%;
        max-width: 36.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-friends__recommendation .b-friends__recommendation-col .b-btn {
        width: auto;
    }

    .b-friends__information .b-friends__information-title {
        margin-bottom: 40px;
    }

    .b-friends__information li {
        margin-right: 5.55556%;
        max-width: 85%;
    }

    .l-text-block {
        -ms-flex-preferred-size: 80.55556%;
        flex-basis: 80.55556%;
        max-width: 80.55556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 9.72222%;
        margin-right: 9.72222%;
    }

    .b-text-block {
        margin-bottom: 60px;
    }

    .b-text-block__title {
        margin-bottom: 24px;
    }

    .b-text-block__title {
        margin-left: 1.72414%;
        margin-right: 1.72414%;
    }

    .b-text-block__content {
        margin-bottom: 32px;
    }

    .b-text-block__content {
        margin-left: 1.72414%;
        margin-right: 1.72414%;
        height: auto;
    }

    .b-text-block__col:first-child {
        -ms-flex-preferred-size: 48.27586%;
        flex-basis: 48.27586%;
        max-width: 48.27586%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.72414%;
        margin-left: 0;
    }

    .b-text-block__col:last-child {
        -ms-flex-preferred-size: 48.27586%;
        flex-basis: 48.27586%;
        max-width: 48.27586%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 1.72414%;
        margin-right: 0;
    }

    .b-text-block__more {
        display: none;
    }

    .b-text-block__button {
        -ms-flex-preferred-size: 46.55172%;
        flex-basis: 46.55172%;
        max-width: 46.55172%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 1.72414%;
        margin-right: 1.72414%;
        margin-bottom: 0px;
    }

    .b-object-gallery__slide {
        border-radius: 0 0 4px 4px;
        display: -ms-flexbox;
        display: flex;
        height: 512px;
    }

    .b-object-gallery__picture {
        padding-top: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
    }

    .b-object-gallery__info {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 5.88235%;
        padding-right: 5.88235%;
        background-color: transparent;
        background-image: linear-gradient(243deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        height: 100%;
    }

    .b-object-gallery__title {
        margin-bottom: 0px;
        font-size: 50px;
        font-weight: 500;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .b-object-gallery__text {
        margin-bottom: 0px;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        position: relative;
        bottom: 65%;
        margin-left: 6px;
        font-size: 18px;
        line-height: 27px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .b-object-gallery__arrows {
        right: 5.88235%;
        bottom: 40px;
    }

    .b-object-gallery__arrow:first-child {
        margin-right: 46px;
    }

    .b-object-gallery__arrow-icon {
        width: 26px;
        height: 46px;
    }

    .b-object-gallery__dots {
        bottom: auto;
        left: auto;
        top: 46px;
        right: 5.88235%;
    }

    .b-object-gallery__dots li {
        width: 11px;
        height: 11px;
    }

    .b-object-gallery__dots .slick-active {
        width: 33px;
        height: 33px;
    }

    .b-object-gallery__dots_position_bottom {
        top: auto;
        right: auto;
        left: 6.25%;
        bottom: 40px;
    }

    .b-flat__title {
        font-size: 28px;
        line-height: 42px;
    }

    .b-flat__adres {
        margin-bottom: 40px;
    }

    .b-flat__params {
        margin-bottom: 40px;
    }

    .b-flat .b-tooltip-container:before {
        right: 57px;
    }

    .b-flat .b-tooltip-container {
        width: 360px;
        padding-left: 50px;
        padding-right: 20px;
    }

    .b-flat .b-tooltip-container .b-tooltip-title:before {
        display: block;
    }

    .b-flat__price-wrap.b-flat__price-wrap-second {
        -ms-flex-order: 2;
        order: 2;
        text-align: right;
    }

    .b-flat__btn {
        width: 60%;
        -ms-flex-order: 3;
        order: 3;
    }

    .b-flat__btn.b-flat__btn-anchor,.b-flat__btn.b-flat__price-wrap-second {
        width: 38%;
        margin-left: auto;
    }

    .b-flat__filter-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 32px;
        max-width: 50%;
        padding-left: 27px;
        padding-right: 27px;
        box-sizing: border-box;
    }

    .b-flat__results-left {
        margin-bottom: 40px;
    }

    .b-flat__results-title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 35px;
    }

    .b-flat__banks-offers {
        height: 350px;
        border: 1px rgba(0, 49, 108, 0.2) solid;
        border-radius: 4px;
        padding: 32px;
        padding-right: 24px;
    }

    .b-flat__filter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        margin-left: -27px;
        margin-right: -27px;
    }

    .banks-offers {
        display: table;
    }

    .banks-offers thead td,.banks-offers thead th {
        display: table-cell;
    }

    .banks-offers tbody {
        display: table-row-group;
    }

    .banks-offers tbody tr {
        display: table-row;
        border: 0;
        padding: 0;
        border-radius: 0;
    }

    .banks-offers tbody tr td {
        margin-bottom: 0px;
        border-bottom: 1px rgba(2, 34, 89, 0.1) solid;
        padding: 15px;
        display: table-cell;
    }

    .banks-offers tbody tr td:before {
        display: none;
    }

    .banks-offers tbody tr td:first-child {
        padding-left: 0;
    }

    .banks-offers tbody tr td:last-child {
        padding-right: 0;
    }

    .b-slider-objects__base {
        margin: 0;
    }

    .b-slider-objects__arrow-prev {
        display: block;
    }

    .b-slider-objects__arrow-next {
        display: block;
    }

    .b-flat__check-another-room {
        text-align: right;
    }

    .b-flat__other {
        margin-top: 8px;
        margin-left: 20px;
    }

    .b-flat__gallery-layout {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .b-flat__gallery-wrapper {
        -ms-flex-preferred-size: 44.44444%;
        flex-basis: 44.44444%;
        max-width: 44.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .b-flat__gallery-title {
        font-size: 20px;
        line-height: 32px;
    }

    .b-flat__gallery-title {
        margin-bottom: 16px;
        padding-left: 12.5%;
        padding-right: 12.5%;
    }

    .b-flat-gallery__arrow-prev {
        display: block;
    }

    .b-flat-gallery__arrow-next {
        display: block;
    }

    .object-planoplan__wrapper > :first-child .dark-plan__button.button__theme-full {
        margin-top: 48px;
    }

    .object-planoplan__wrapper > :first-child .object-planoplan__info {
        margin-bottom: 40px;
    }

    .object-planoplan__wrapper > :last-child {
        padding-top: 16px;
    }

    .object-planoplan__wrapper > :last-child .flat__info.dark-second-slider__info.only-mobile {
        display: none;
    }

    .object-planoplan__wrapper > :last-child .flat__info-title {
        margin-bottom: 32px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-list.b-action-flats__list {
        margin-bottom: 24px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-params {
        margin-bottom: 16px;
    }

    .b-tabs__content.b-tabs__content-release .b-objects {
        margin-top: 0px;
    }

    .flat__plan {
        height: 490px;
        margin-bottom: 18px;
    }

    .flat__plan {
        height: 470px;
        margin-bottom: 0;
    }

    .look-also .b-info-cards__dots {
        left: auto;
        right: 0;
        bottom: -10%;
    }

    .look-also .b-info-cards__arrows {
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: -44px;
        right: -44px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .b-spb-main_gallery_mobile {
        margin-top: 60px;
    }

    .l-info-cards {
        margin-bottom: 60px;
    }

    .l-info-cards {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
        padding-left: 8.82353%;
        padding-right: 8.82353%;
    }

    .l-info-cards-margin__look-also {
        margin-bottom: 60px;
    }

    .l-info-cards.l-info-card-padding {
        padding-bottom: 45px;
    }

    .l-info-cards_theme_gray {
        padding-top: 40px;
    }

    .l-info-cards_theme_gray {
        padding-bottom: 40px;
    }

    .l-info-cards_theme_gray {
        border-radius: 4px;
    }

    .b-info-cards__title {
        margin-bottom: 24px;
    }

    .b-info-cards__title_center_state {
        text-align: center;
        margin-left: 8.33333%;
    }

    .b-info-cards__button {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-info-cards__slider {
        margin-bottom: 32px;
    }

    .b-info-cards__slider {
        z-index: 2;
    }

    .b-info-cards__arrows {
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: -44px;
        right: -44px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .b-info-cards__arrow:first-child {
        margin: 0;
    }

    .b-info-cards__arrow-icon {
        fill: #022156;
    }

    .b-info-cards__dots {
        left: auto;
        right: 0;
        bottom: -80px;
    }

    .b-info-cards__dots li {
        width: 11px;
        height: 11px;
    }

    .b-info-cards__dots .slick-active {
        width: 33px;
        height: 33px;
    }

    .l-info-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-info-card.l-look-also__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-left: 4.28571%;
        padding-right: 4.28571%;
    }

    .b-info-card__picture {
        height: 26.5vw;
    }

    .b-info-card__info {
        padding-top: 24px;
    }

    .b-info-card__info {
        padding-bottom: 24px;
    }

    .b-info-card__info {
        padding-left: 10.71429%;
        padding-right: 10.71429%;
    }

    .b-info-card__period {
        margin-bottom: 16px;
    }

    .b-info-card__title {
        margin-bottom: 16px;
    }

    .b-info-card__title {
        line-height: 36px;
    }

    .b-info-card__text {
        line-height: 24px;
    }

    .b-info-card__more {
        margin-top: 32px;
    }

    .b-info-card__more .b-btn {
        font-size: 16px;
    }

    .l-info-carousel,.b-info-cards__title {
        margin-bottom: 60px;
    }

    .l-info-carousel,.b-info-cards__title {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 8.33333%;
    }

    .l-info-carousel {
        margin-left: 8.33333%;
    }

    .l-panorama {
        padding-left: 2.77778%;
        padding-right: 2.77778%;
        margin-bottom: 100px;
        padding-top: 57.6px;
    }

    .b-panorama__title {
        padding-left: 12.85714%;
        margin-bottom: 60px;
    }

    .b-panorama__desktop {
        display: block;
    }

    .b-panorama__mobile {
        display: none;
    }

    .l-contacts-block {
        margin-bottom: 60px;
    }

    .l-contacts-block {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-contacts-block__picture {
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.33333%;
        margin-bottom: 0px;
        height: auto;
    }

    .b-contacts-block__info {
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.33333%;
    }

    .b-contacts-block__title {
        margin-bottom: 16px;
    }

    .b-contacts-block__address,.b-contacts-block__schedule {
        margin-bottom: 16px;
    }

    .b-contacts-block__phone {
        margin-bottom: 16px;
    }

    .b-contacts-block__bottom {
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 53.33333%;
    }

    .b-contacts-block__button {
        margin-bottom: 24px;
    }

    .b-contacts-block__links {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .b-contacts-block__link {
        margin-right: 28px;
    }

    .l-documents-block {
        margin-bottom: 60px;
    }

    .l-documents-block {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-documents-block__title {
        margin-bottom: 24px;
    }

    .b-documents-block__tabs {
        margin-bottom: 24px;
    }

    .b-documents-block__item {
        margin-bottom: 24px;
    }

    .b-documents-block__item:last-child {
        margin-bottom: 0;
    }

    .b-documents-block__item {
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-documents-block__item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .l-location {
        margin-bottom: 24px;
    }

    .l-location {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-location__title {
        margin-bottom: 24px;
    }

    .b-location__list {
        margin-bottom: 24px;
    }

    .b-location__item {
        margin-bottom: 24px;
    }

    .b-location__item:last-child {
        margin-bottom: 0;
    }

    .b-location__item {
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-location__item:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-location__item:nth-child(2) {
        margin-bottom: 0;
    }

    .b-location__item:last-child {
        margin-left: 6.66667%;
    }

    .b-location__points .b-location__point {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 32px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-bottom: 40px;
    }

    .b-popup-gallery__ttl {
        margin-bottom: 24px;
    }

    .b-popup-gallery__image {
        margin-bottom: 24px;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 32px;
    }

    .b-popup-info .b-popup__cnt {
        padding-bottom: 40px;
    }

    .b-popup-info__ttl {
        margin-bottom: 24px;
    }

    .b-popup-info__image {
        margin-bottom: 24px;
    }

    .online-message-wrap {
        background-color: #f1f1f1;
    }

    .online-btn-wrap {
        margin-bottom: 70px;
    }

    .online-list {
        margin-top: 70px;
    }

    .online-list__item {
        padding: 54px 0 88px;
        font-size: 20px;
        text-align: justify;
    }

    .online-list__item:before {
        top: -30px;
        width: 104px;
        height: 60px;
        font-size: 60px;
    }

    .online-list__item:after {
        top: -26px;
        width: 104px;
        height: 60px;
        font-size: 45px;
    }

    .online-list__item_reserv,.online-list__item_buy {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
        -ms-flex-order: 0;
        order: 0;
    }

    .online-list__item_buy:last-child {
        border-bottom: 1px solid #CCD6E2;
    }

    .online-list__item_reserv:before,.online-list__item_reserv:after {
        margin: 0;
        left: 116.27906%;
        right: auto;
    }

    .online-list__item_reserv:before {
        -ms-transform: skewX(-45deg) translateX(-50%);
        transform: skewX(-45deg) translateX(-50%);
    }

    .online-list__item_buy:before,.online-list__item_buy:after {
        margin: 0;
        left: auto;
        right: 116.27906%;
    }

    .online-list__item_buy:before {
        -ms-transform: skewX(-45deg) translateX(50%);
        transform: skewX(-45deg) translateX(50%);
    }

    .online-list__item_buy:after {
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .b-popup-construction-progress-gallery .b-info-cards__slider {
        display: none;
    }

    .b-popup-construction-progress-gallery .b-info-cards__dots {
        display: none;
    }

    .b-popup-construction-progress-gallery .b-info-cards__arrows {
        display: none;
    }

    .b-popup-construction-progress-gallery .b-gallery {
        display: block;
    }

    .b-popup-construction-progress-gallery .fotorama__caption__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 65px;
        padding-left: 3.57143%;
        padding-right: 3.57143%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .b-popup-construction-progress-gallery .b-popup__close {
        top: 40px;
    }

    .b-popup-construction-progress-gallery .b-gallery__date {
        margin-right: 3.84615%;
        margin-bottom: 0;
        font-size: 16px;
    }

    .b-popup-construction-progress-gallery .b-mobile-gallery {
        display: none;
    }

    .b-slick-video-gallery .slick-dots {
        top: 0;
        left: 0;
    }

    .b-slick-video-gallery .slick-dots li {
        width: 114px;
        height: 64px;
    }

    .b-slick-video-gallery .slick-dots li:after {
        width: 23px;
        height: 25px;
        top: 11px;
        left: 45px;
    }

    .live {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .live__list {
        margin: 0 -1.94444%;
    }

    .live__item {
        -ms-flex-preferred-size: 46.11111%;
        flex-basis: 46.11111%;
        width: 46.11111%;
        margin: 0 1.94444% 3.88889%;
    }

    .live-title {
        margin-bottom: 24px;
    }

    .live-title {
        margin-top: 32px;
        margin-bottom: 28px;
    }

    .live-title .div-title,.live-title h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .evalution-wrap {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    .evalution {
        border: none;
        padding: 16px 0;
    }

    .evalution__plans {
        -ms-flex-preferred-size: 53.125%;
        flex-basis: 53.125%;
        max-width: 53.125%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        border-right: 1px solid #CCD6E2;
        padding-bottom: 120px;
    }

    .evalution__info {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-left: 3.7037%;
    }

    .evalution__info .evalution__plan {
        display: none;
    }

    .evalution__position {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 24px;
    }

    .evalution__title {
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 24px;
    }

    .evalution__description {
        margin-bottom: 24px;
    }

    .evalution__spoiler-btn {
        display: none;
    }

    .evalution__spoiler-body {
        display: block;
        white-space: normal;
        width: 100%;
    }

    .evalution__price {
        margin-bottom: 32px;
    }

    .evalution__price-header {
        padding-bottom: 12px;
        font-size: 16px;
    }

    .evalution__price-value {
        font-size: 24px;
    }

    .evalution__nav-wrap {
        position: absolute;
        width: 53.125%;
        z-index: 1;
        top: 0;
        margin: 0;
        padding: 0;
        border: none;
    }

    .evalution__nav-wrap:before {
        content: '';
        display: block;
        padding-top: 70%;
        pointer-events: none;
        visibility: hidden;
    }

    .evalution__nav {
        width: 80%;
    }

    .evalution__nav-caption {
        padding-top: 8px;
    }

    .is-prev {
        left: -5.88235%;
    }

    .is-next {
        right: -5.88235%;
    }

    .b-map__base[data-noinit] {
        display: block;
    }

    .b-map__mobile {
        display: none;
    }

    .b-map__zoom-wrapper {
        display: block;
    }

    .b-map-tooltip {
        max-width: none;
    }

    .b-map-tabs {
        position: static;
    }

    .b-map-tabs__list {
        margin-bottom: 8px;
        position: static;
        display: block;
        text-align: left;
    }

    .b-map-tabs__item {
        border: 1px solid #000000;
        margin: 0 10px;
        display: inline-block;
        width: auto;
        text-align: inherit;
        line-height: inherit;
    }

    .b-map_with_overlay .b-yandex-map-object__close {
        width: 48px;
        height: 48px;
    }

    .b-map_with_overlay .b-yandex-map-object__close:after,.b-map_with_overlay .b-yandex-map-object__close:before {
        width: 18px;
    }

    .b-map_with_overlay span {
        font-size: 40px;
        line-height: 40px;
    }

    .b-yandex-map-balloon {
        box-shadow: 0 70px 100px rgba(104, 144, 187, 0.7);
    }

    .b-yandex-map-tooltip {
        max-width: none;
    }

    .yandex-zoom-control > div {
        width: 48px;
        height: 48px;
    }

    .yandex-zoom-control > div i:after,.yandex-zoom-control > div i:before {
        width: 18px;
    }

    .yandex-fullscreen-control {
        width: 48px;
        height: 48px;
    }

    .yandex-fullscreen-control.active i:before {
        top: 13px;
        right: 13px;
    }

    .yandex-fullscreen-control.active i:after {
        bottom: 13px;
        left: 13px;
    }

    .yandex-fullscreen-control i:before,.yandex-fullscreen-control i:after {
        width: 10px;
        height: 10px;
    }

    .yandex-fullscreen-control i:before {
        top: 22px;
        right: 22px;
    }

    .yandex-fullscreen-control i:after {
        bottom: 22px;
        left: 22px;
    }

    .l-map-tab-objects {
        margin-bottom: 60px;
    }

    .l-map-tab-objects {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        margin-bottom: 0;
    }

    .b-map-tabs-wrapper {
        top: -592px;
    }

    .b-map-tab-objects {
        height: 400px;
    }

    .b-map-tab-objects__item,.b-map-tab-objects__item-check {
        padding-left: 10px;
        padding-right: 20px;
        margin-right: 20px;
    }

    .l-map-accordion {
        margin-bottom: 24px;
    }

    .l-map-accordion {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-map-accordion .ui-accordion-header {
        padding-left: 6.66667%;
        padding-right: 6.66667%;
        font-size: 18px;
        line-height: 27px;
    }

    .b-map-accordion .ui-accordion-content {
        padding-bottom: 24px;
    }

    .b-map-accordion .ui-accordion-content {
        padding-left: 6.66667%;
        padding-right: 6.66667%;
        font-size: 16px;
    }

    .b-header {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .b-header__burger {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-header__logo {
        width: 27.77778%;
    }

    .b-header__select-menu {
        margin-left: 0%;
        margin-right: 1.38889%;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 25.69444%;
    }

    .b-header__btn-menu {
        margin-left: 0%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 11px;
        padding-bottom: 11px;
        width: 25%;
    }

    .b-header__phone {
        margin-right: 5.55556%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-header__mobile {
        display: none;
    }

    .b-header__mobile-phone {
        display: none;
    }

    .b-header__title {
        -ms-flex-preferred-size: 27.77778%;
        flex-basis: 27.77778%;
        max-width: 27.77778%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__title h2 {
        color: #002f69;
        font-size: 24px;
    }

    .b-header_theme_parking {
        height: auto;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-header_theme_parking .b-header__logo {
        margin-left: 2.77778%;
        -ms-flex-preferred-size: 19.44444%;
        flex-basis: 19.44444%;
        max-width: 19.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        display: block;
    }

    .b-nav__item {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .l-full-nav {
        transition-property: margin-top;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        transition-duration: .7s;
        transition-timing-function: ease-in;
        background-color: transparent;
        margin-left: 0;
        margin-top: -100vh;
        overflow: hidden;
        z-index: 1;
        -webkit-overflow-scrolling: touch;
    }

    .l-full-nav.is-active {
        transition-property: margin-top;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-duration: .5s;
        transition-timing-function: ease-out;
        margin-top: 0;
    }

    .l-full-nav__top {
        border-bottom-color: transparent;
    }

    .l-full-nav__top .b-header__burger {
        opacity: 0;
        margin-right: 27.08333%;
    }

    .l-full-nav__top .b-header__select-menu {
        width: 25.69444%;
    }

    .l-full-nav__top .b-header__btn-menu {
        width: 27.77778%;
    }

    .l-full-nav__wrap {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        max-height: 100vh;
    }

    .l-full-nav__content {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-objects-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .b-objects-nav__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 16px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 33.33333%;
        padding: 0;
        border-bottom-color: transparent;
    }

    .b-objects-nav__item:last-of-type .b-objects-nav__links {
        margin-bottom: 0;
        -webkit-margin-after: 0;
    }

    .b-objects-nav__item-full {
        width: 100%;
    }

    .b-objects-nav__item-full .b-objects-nav__sub {
        width: 33.33333%;
    }

    .b-objects-nav__link {
        padding-bottom: 24px;
        padding-left: 0%;
        padding-right: 0%;
        width: 100%;
        border-bottom-color: transparent;
    }

    .b-objects-nav__link:before {
        content: none;
    }

    .b-objects-nav__link-empty {
        padding-bottom: 0px;
        padding-left: 0%;
        padding-right: 0%;
        width: 100%;
        border-bottom-color: transparent;
    }

    .b-objects-nav__link-empty .b-objects-nav__name {
        white-space: normal;
    }

    .b-objects-nav__name {
        display: block;
        white-space: nowrap;
        position: relative;
    }

    .b-objects-nav__name:after {
        content: none;
    }

    .b-objects-nav__district {
        display: block;
    }

    .b-objects-nav__sub {
        display: block;
        width: 100%;
    }

    .b-objects-nav__sub-link {
        font-size: 14px;
    }

    .b-objects-nav__sub-item {
        padding-left: 0%;
        padding-right: 0%;
    }

    .b-objects-nav__links {
        border-top: none;
        margin-top: 0;
    }

    .b-objects-nav__links .b-objects-nav__item {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
    }

    .b-footer__menu {
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .b-footer__menu-item {
        -ms-flex-preferred-size: 51.5625%;
        flex-basis: 51.5625%;
        max-width: 51.5625%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-footer__menu-mobile {
        display: none;
    }

    .b-footer__menu-contacts {
        -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
        max-width: 46.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-footer__social {
        margin-bottom: 40px;
    }

    .b-footer__social-form input {
        margin-right: 1.5625%;
        width: 73.4375%;
    }

    .b-footer__social-form input[type='submit'] {
        width: 25%;
    }

    .b-footer__social-link a {
        margin-bottom: 0px;
    }

    .b-footer__info-content {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .b-footer__menu-item_show_medium {
        display: block;
    }

    .b-callback-new__col {
        margin-bottom: 0px;
    }

    .b-callback-new__btn {
        margin-top: 40px;
    }

    .b-callback-new__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .b-callback-new__row--two .b-callback-new__col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-callback__ttl {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-banks {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .l-banks__wrap {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .l-banks__item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    }

    .b-documents__item {
        padding-left: gutter(5);
    }

    .b-burger {
        z-index: 1;
    }

    .b-burger .line-1 {
        z-index: 1;
    }

    .b-burger .line-3 {
        z-index: 1;
    }

    .b-burger .line-2 {
        z-index: 1;
    }

    .b-facts {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-facts__item_width_1 {
        -ms-flex-preferred-size: 2.94118%;
        flex-basis: 2.94118%;
        max-width: 2.94118%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.88235%;
    }

    .b-facts__item_width_1 .b-facts__content {
        -ms-flex-preferred-size: -50%;
        flex-basis: -50%;
        max-width: -50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_1 .b-facts__line {
        margin-right: 50%;
    }

    .b-facts__item_width_2 {
        -ms-flex-preferred-size: 5.88235%;
        flex-basis: 5.88235%;
        max-width: 5.88235%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.88235%;
    }

    .b-facts__item_width_2 .b-facts__content {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_2 .b-facts__line {
        margin-right: 25%;
    }

    .b-facts__item_width_3 {
        -ms-flex-preferred-size: 8.82353%;
        flex-basis: 8.82353%;
        max-width: 8.82353%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.88235%;
    }

    .b-facts__item_width_3 .b-facts__content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_3 .b-facts__line {
        margin-right: 16.66667%;
    }

    .b-facts__item_width_4 {
        -ms-flex-preferred-size: 11.76471%;
        flex-basis: 11.76471%;
        max-width: 11.76471%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.88235%;
    }

    .b-facts__item_width_4 .b-facts__content {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_4 .b-facts__line {
        margin-right: 12.5%;
    }

    .b-facts__item_width_5 {
        -ms-flex-preferred-size: 14.70588%;
        flex-basis: 14.70588%;
        max-width: 14.70588%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.88235%;
    }

    .b-facts__item_width_5 .b-facts__content {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_5 .b-facts__line {
        margin-right: 10%;
    }

    .b-facts__item_width_6 {
        -ms-flex-preferred-size: 17.64706%;
        flex-basis: 17.64706%;
        max-width: 17.64706%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.88235%;
    }

    .b-facts__item_width_6 .b-facts__content {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_6 .b-facts__line {
        margin-right: 8.33333%;
    }

    .b-facts__item_width_7 {
        -ms-flex-preferred-size: 20.58824%;
        flex-basis: 20.58824%;
        max-width: 20.58824%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.88235%;
    }

    .b-facts__item_width_7 .b-facts__content {
        -ms-flex-preferred-size: 78.57143%;
        flex-basis: 78.57143%;
        max-width: 78.57143%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_7 .b-facts__line {
        margin-right: 7.14286%;
    }

    .b-facts__item_width_8 {
        -ms-flex-preferred-size: 23.52941%;
        flex-basis: 23.52941%;
        max-width: 23.52941%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.88235%;
    }

    .b-facts__item_width_8 .b-facts__content {
        -ms-flex-preferred-size: 81.25%;
        flex-basis: 81.25%;
        max-width: 81.25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_8 .b-facts__line {
        margin-right: 6.25%;
    }

    .b-facts__title {
        font-size: 18px;
        font-weight: 500;
    }

    .b-facts__ask-tooltip {
        left: 0;
        right: auto;
    }

    .b-info__wrap {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .b-info__more {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-right: 1.5625%;
    }

    .b-info__show-more-full {
        padding-right: 5.55556%;
        width: auto;
    }

    .b-info__more-btn {
        display: none;
    }

    .b-info__more_hide_mobile {
        display: block;
    }

    .b-objects {
        margin-top: 30px;
        margin-bottom: 40px;
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-objects.b-objects-page-objects {
        margin-top: 32px;
        margin-bottom: 28px;
    }

    .b-objects__link-wrap {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-objects__map {
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 0px;
    }

    .b-objects__map .b-objects__title {
        margin-bottom: 32px;
    }

    .b-objects__map.b-objects__map-visible {
        margin-bottom: 0px;
    }

    .b-objects__title {
        margin-bottom: 24px;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__title {
        font-size: 40px;
        line-height: 40px;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .b-objects__title.b-objects__title-page-objects .div-title,.b-objects__title.b-objects__title-page-objects h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .b-objects__title.b-objects_theme_bottom {
        margin-bottom: 0;
    }

    .b-objects__tabs.b-objects__tabs-full a:not(:last-child) {
        margin-right: 5.55556%;
    }

    .b-objects__item {
        margin-bottom: 24px;
        width: 48.4375%;
    }

    .b-objects__item:not(:nth-child(2n)) {
        margin-right: 3.125%;
    }

    .b-objects__img-content {
        height: 26.5vw;
    }

    .b-objects__img_separate_width {
        object-fit: initial;
    }

    .b-objects__address {
        width: 82.75862%;
        min-height: 72px;
    }

    .b-object__address_separate_indent {
        margin-bottom: -8px;
    }

    .b-objects__tooltip {
        bottom: initial;
        top: 0;
        right: 0;
        height: 100%;
        width: 44.44444%;
    }

    .b-objects__tooltip-img {
        height: 192px;
    }

    .b-objects__tooltip-label {
        top: 104px;
    }

    .b-objects__tooltip-content {
        height: 376px;
    }

    .b-objects__tooltip-info-item {
        margin-right: 0%;
        width: 50%;
    }

    .b-objects__tooltip-table {
        font-size: 12px;
    }

    .b-objects__tooltip-table td {
        width: 50%;
    }

    .b-objects_type_exclusive {
        margin-bottom: 80px;
    }

    .b-objects__item_type_horizontal {
        width: 100%;
    }

    .b-objects__item_type_horizontal:not(:nth-child(2n)) {
        margin-right: 0%;
    }

    .b-objects__item_type_horizontal .b-objects__img-content {
        padding-bottom: 39.5%;
    }

    .b-objects__item_type_horizontal .b-objects__address {
        font-size: 14px;
        line-height: 14px;
    }

    .b-objects__item_type_horizontal .b-objects__info-item {
        margin-bottom: 0px;
        width: auto;
        display: block;
    }

    .b-objects__item_type_horizontal .b-objects__info {
        margin-bottom: 42px;
    }

    .b-objects__item_type_horizontal .b-objects__info .b-btn {
        margin-top: 16px;
    }

    .b-objects__item_type_horizontal .b-objects__info-title {
        margin-right: 0%;
    }

    .b-objects__timer-title {
        padding-top: 80px;
        padding-bottom: 16px;
    }

    .b-objects__timer-days,.b-objects__timer-hours {
        margin-right: 10px;
    }

    .b-objects_separate_page {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .b-mortgage-info__wrap {
        margin-top: 48px;
    }

    .b-mortgage-info__link {
        top: 12px;
        right: 23.61111%;
    }

    .b-mortgage-info__infographic {
        margin-bottom: 8px;
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-mortgage-info__infographic-item {
        -ms-flex-preferred-size: 28.125%;
        flex-basis: 28.125%;
        max-width: 28.125%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-howtobuy__mortgage {
        margin-top: 32px;
        margin-bottom: 28px;
    }

    .b-howtobuy-mortgage-cards {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-howtobuy-mortgage-card {
        width: 48%;
        margin-right: 4%;
    }

    .b-howtobuy-mortgage-card:nth-child(2n) {
        margin-right: 0;
    }

    .b-purchase {
        margin-bottom: 60px;
    }

    .b-purchase__wrap {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-purchase__items {
        margin-bottom: 32px;
    }

    .b-purchase__item {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .b-purchase__item-img {
        display: block;
    }

    .b-purchase__item-content {
        border-radius: 0 0 4px 4px;
    }

    .b-purchase__item-text {
        font-size: 12px;
    }

    .b-home-gallery {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-home-gallery .fotorama__stage {
        height: 512px;
        border-bottom: none;
    }

    .b-home-gallery .b-gallery__info {
        margin-left: 7.14286%;
        position: relative;
        top: inherit;
        width: inherit;
        height: inherit;
    }

    .b-home-gallery .b-gallery__info-wrap {
        margin-top: 56px;
        margin-bottom: 56px;
        margin-left: 0%;
        width: 47.14286%;
        height: inherit;
    }

    .b-home-gallery .b-gallery__ttl {
        width: auto;
        color: #ffffff;
        font-size: 40px;
        font-weight: 500;
        line-height: 40px;
    }

    .b-home-gallery .b-gallery__txt {
        position: absolute;
        bottom: 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }

    .b-home-gallery .fotorama__nav {
        bottom: auto;
        top: 56px;
    }

    .b-home-gallery .fotorama__arr--prev {
        top: auto;
        left: auto;
        width: 26px;
        bottom: 56px;
        right: 18.57143%;
    }

    .b-home-gallery .fotorama__arr--next {
        top: auto;
        width: 26px;
        bottom: 56px;
        right: 7.14286%;
        opacity: 1;
        visibility: visible;
    }

    .b-home-gallery-start {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        display: block;
    }

    .b-home-gallery-start.is-mobile {
        display: none;
    }

    .b-home-gallery-start .fotorama__stage {
        height: 472px;
    }

    .b-home-gallery-start .fotorama__nav {
        display: none;
    }

    .b-home-gallery-start .fotorama__arr--prev {
        top: auto;
        left: auto;
        width: 26px;
        bottom: 40px;
        right: 18.57143%;
    }

    .b-home-gallery-start .fotorama__arr--next {
        top: auto;
        width: 26px;
        bottom: 40px;
        right: 7.14286%;
        opacity: 1;
        visibility: visible;
    }

    .b-gallery-native.is-mobile {
        display: none;
    }

    .b-gallery_with_decription .b-gallery__slide {
        height: inherit;
    }

    .b-innovations {
        margin-top: 46px;
        margin-bottom: 16px;
    }

    .b-innovations__item {
        margin-bottom: 32px;
    }

    .b-innovations__img-content {
        margin-bottom: 28px;
    }

    .b-innovations__item-ttl {
        margin-bottom: 16px;
    }

    .b-news {
        margin-bottom: 24px;
    }

    .b-news__title {
        margin-bottom: 20px;
    }

    .b-news__item {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 24px;
    }

    .b-news__item:not(:nth-child(2n)) {
        margin-right: 3.125%;
    }

    .b-news__img {
        height: 192px;
    }

    .b-news__picture-wrapper {
        height: 192px;
    }

    .b-feedback {
        -ms-flex-preferred-size: 97.22222%;
        flex-basis: 97.22222%;
        max-width: 97.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
    }

    .b-feedback__wrap {
        -ms-flex-preferred-size: 88.23529%;
        flex-basis: 88.23529%;
        max-width: 88.23529%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        margin-top: 36px;
        margin-bottom: 40px;
    }

    .b-feedback__content {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .b-feedback__ttl {
        margin-bottom: 12px;
    }

    .b-feedback__mortage .b-feedback__content-block .b-btn {
        -ms-flex-preferred-size: 43.75%;
        flex-basis: 43.75%;
        max-width: 43.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__content-block .b-feedback__mortage-result {
        width: 100%;
        right: 0;
        -ms-flex-preferred-size: 43.75%;
        flex-basis: 43.75%;
        max-width: 43.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__flat-calc {
        margin-bottom: 12px;
    }

    .b-feedback__flat-calc span {
        margin-bottom: 8px;
        width: -webkit-min-content;
        width: min-content;
        font-size: 40px;
        line-height: 64px;
    }

    .b-feedback__tooltip {
        top: 0;
    }

    .b-feedback__tooltip-content {
        width: unset;
    }

    .b-feedback__calc-offer {
        margin-bottom: 24px;
    }

    .b-feedback__form {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__form {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__form .l-howtobuy-slider-col {
        -ms-flex-preferred-size: 43.75%;
        flex-basis: 43.75%;
        max-width: 43.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__form .b-form-questions__input-row {
        -ms-flex-preferred-size: 43.75%;
        flex-basis: 43.75%;
        max-width: 43.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .b-feedback__mortage .b-feedback__form .b-feedback__submit {
        margin-top: 20px;
    }

    .b-feedback__mortage .b-feedback__ttl {
        line-height: 29px;
        margin-bottom: 25px;
    }

    .b-feedback__mortage .b-form__checkbox label {
        font-size: 14px;
        line-height: 1.3;
    }

    .b-feedback__theme_installment .b-feedback__form-date {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-feedback__theme_installment .b-feedback__form-date-col {
        -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
        max-width: 46.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__theme_installment .b-feedback__form .l-howtobuy-slider-col {
        -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
        max-width: 46.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__theme_installment .b-feedback__content-block .b-feedback__mortage-result {
        position: static;
    }

    .b-feedback__theme_installment .b-feedback__content-block {
        -ms-flex-align: center;
        align-items: center;
    }

    .b-feedback__theme_installment .b-feedback__content-block .b-btn {
        -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
        max-width: 46.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-help__text {
        font-size: 16px;
        line-height: 24px;
    }

    .b-help__subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .b-help__grafic {
        font-size: 17px;
        line-height: 24px;
    }

    .b-help__title {
        font-size: 18px;
        line-height: 24px;
    }

    .b-help__title img {
        margin-bottom: 48px;
    }

    .b-buy-regions__grey-wrap {
        margin-bottom: 48px;
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .b-buy-regions__title {
        font-size: 24px;
        line-height: 28px;
    }

    .b-buy-regions__title {
        margin-bottom: 48px;
    }

    .b-buy-regions__advantages {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        max-width: 700px;
        margin: 0 auto;
    }

    .b-buy-regions__advantages__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .b-buy-regions__form-questions {
        margin-bottom: 88px;
    }

    .b-buy-regions__sales__title {
        font-size: 22px;
        line-height: 28px;
    }

    .b-buy-regions__excursions {
        margin-bottom: 88px;
    }

    .b-buy-trade__grey-wrap {
        margin-bottom: 48px;
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .b-buy-trade__title {
        font-size: 24px;
        line-height: 28px;
    }

    .b-buy-trade__title {
        margin-bottom: 48px;
    }

    .b-buy-trade__advantages {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        padding: 0 65px;
    }

    .b-buy-trade__advantages__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .b-buy-trade__advantages__item:nth-of-type(2) {
        -ms-flex-order: 3;
        order: 3;
    }

    .b-buy-trade__advantages__item:nth-of-type(3) {
        -ms-flex-order: 5;
        order: 5;
    }

    .b-buy-trade__advantages__item:nth-of-type(3) .advantages--step:after {
        display: none;
    }

    .b-buy-trade__advantages__item:nth-of-type(4) {
        -ms-flex-order: 2;
        order: 2;
    }

    .b-buy-trade__advantages__item:nth-of-type(5) {
        -ms-flex-order: 4;
        order: 4;
    }

    .b-buy-trade__content {
        margin-bottom: 80px;
    }

    .b-buy-trade__form-questions {
        margin-bottom: 80px;
    }

    .b-buy-ipoteka__grey-wrap {
        margin-bottom: 48px;
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .b-buy-ipoteka__title {
        font-size: 24px;
        line-height: 28px;
    }

    .b-buy-ipoteka__title {
        margin-bottom: 48px;
    }

    .b-buy-ipoteka__advantages {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 -18px;
    }

    .b-buy-ipoteka__advantages__item {
        margin-bottom: 0px;
    }

    .b-buy-ipoteka__steps {
        margin-bottom: 80px;
    }

    .b-buy-ipoteka__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        margin-bottom: 48px;
    }

    .b-buy-ipoteka__head .b-buy-ipoteka__title {
        text-align: left;
        margin-bottom: 0 !important;
    }

    .b-buy-ipoteka__options__list {
        margin-bottom: -40px;
    }

    .b-buy-ipoteka__form-questions {
        margin-bottom: 88px;
    }

    .b-buy-ipoteka__options__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

    .b-buy-military__title {
        font-size: 18px;
        line-height: 24px;
    }

    .b-buy-rassrochka__options__title {
        font-size: 22px;
        line-height: 28px;
    }

    .b-buy-rassrochka__options__list {
        margin-bottom: -40px;
    }

    .b-buy-mat-kapital__title {
        font-size: 18px;
        line-height: 24px;
    }

    .b-buy-mat-kapital__grey-wrap {
        margin-bottom: 48px;
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .b-buy-mat-kapital__grey-wrap__title {
        font-size: 24px;
        line-height: 28px;
    }

    .b-buy-mat-kapital__grey-wrap__title {
        margin-bottom: 48px;
    }

    .rassrochk-option__info {
        font-size: 24px;
        line-height: 28px;
    }

    .rassrochk-option__info span {
        font-size: 30px;
    }

    .rassrochk-option__title {
        font-size: 16px;
        line-height: 20px;
    }

    .b-buy-rassrochka__options__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

    .b-alert {
        -ms-flex-preferred-size: 97.22222%;
        flex-basis: 97.22222%;
        max-width: 97.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    .b-alert__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-alert__img {
        display: block;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .b-alert__wrap {
        font-size: 16px;
        line-height: 20px;
    }

    .b-alert__wrap {
        text-align: left;
    }

    .military-steps {
        padding: 100px 50px;
    }

    .military-steps__title {
        font-size: 24px;
        line-height: 28px;
    }

    .advantages__text {
        font-size: 16px;
        line-height: 24px;
    }

    .advantages--step {
        height: 100%;
    }

    .advantages--step .advantages__text {
        font-size: 16px;
        line-height: 24px;
    }

    .b-excursions {
        padding-top: 88px;
        padding-bottom: 64px;
    }

    .b-excursions__title {
        font-size: 40px;
        line-height: 45px;
    }

    .b-excursions__title {
        margin-bottom: 56px;
    }

    .b-excursions__wrap {
        padding: 0 45px;
    }

    .b-mileage__title {
        font-size: 20px;
        line-height: 24px;
    }

    .b-mileage__list li {
        font-size: 16px;
        line-height: 32px;
    }

    .b-mileage__text .b-text__paragraph {
        font-size: 20px;
        line-height: 30px;
    }

    .b-mileage__text .b-text__paragraph_size_medium {
        font-size: 20px;
        line-height: 30px;
    }

    .b-mileage__text .b-text__paragraph_size_big {
        font-size: 20px;
        line-height: 30px;
    }

    .b-buy-trade__advantages {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        padding: 0 65px;
    }

    .b-buy-trade__advantages .b-buy-trade__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .b-buy-trade__advantages .b-buy-trade__item:nth-of-type(2) {
        -ms-flex-order: 3;
        order: 3;
    }

    .b-buy-trade__advantages .b-buy-trade__item:nth-of-type(3) {
        -ms-flex-order: 5;
        order: 5;
    }

    .b-buy-trade__advantages .b-buy-trade__item:nth-of-type(3) .advantages--step:after {
        display: none;
    }

    .b-buy-trade__advantages .b-buy-trade__item:nth-of-type(4) {
        -ms-flex-order: 2;
        order: 2;
    }

    .b-buy-trade__advantages .b-buy-trade__item:nth-of-type(5) {
        -ms-flex-order: 4;
        order: 4;
    }

    #modal_info .modal_content {
        height: auto;
    }

    #modal_info .modal_close {
        top: -47px;
        right: -46px;
    }

    .b-form-questions {
        -ms-flex-preferred-size: 97.22222%;
        flex-basis: 97.22222%;
        max-width: 97.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
    }

    .b-form-questions__title {
        font-size: 24px;
        line-height: 28px;
    }

    .b-form-questions__text {
        font-size: 16px;
        line-height: 24px;
    }

    .b-form-questions__input-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .b-form-questions__input-col {
        -ms-flex-preferred-size: 30.55556%;
        flex-basis: 30.55556%;
        max-width: 30.55556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__friends .b-feedback__content {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.55556%;
    }

    .b-feedback__friends .b-feedback__form-friends {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__friends .b-form-questions__input-row {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-feedback__friends .b-form-questions__input-col {
        padding: 0 8px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-wait__information-list li {
        max-width: 85%;
        margin-right: 5.55556%;
    }

    .modal_content {
        height: 550px;
        padding: 50px 40px 40px;
    }

    .modal_close {
        top: 10px;
        right: 10px;
    }

    #modal_map a.close_modal {
        width: 48px;
        height: 48px;
    }

    #modal_map a.close_modal:after,#modal_map a.close_modal:before {
        width: 18px;
    }

    .b-socials {
        padding-left: 2.77778%;
        padding-right: 2.77778%;
        padding-bottom: 32px;
    }

    .b-socials__object-list {
        margin: 0 -1.38889%;
    }

    .b-socials__object-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding: 0 1.38889%;
        margin-bottom: 2.77778%;
    }

    .b-socials__object-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
        border-radius: 4px;
        border: 1px solid rgba(0, 49, 108, 0.2);
        overflow: hidden;
    }

    .b-socials__img {
        height: auto;
        padding-top: 56.6%;
    }

    .b-socials__description {
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-socials__title {
        font-size: 20px;
        line-height: 28px;
    }

    .b-socials__metro svg {
        width: 17px;
        height: 15px;
    }

    .b-socials__list {
        -ms-flex-preferred-size: 44px;
        flex-basis: 44px;
    }

    .l-construction-progress {
        margin-bottom: 60px;
    }

    .l-construction-progress {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-construction-progress__title {
        margin-bottom: 24px;
    }

    .b-construction-progress__title {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__top-buttons {
        margin-bottom: 24px;
    }

    .b-construction-progress__top-buttons {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__top-buttons .b-btn {
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__albums {
        margin-top: 24px;
    }

    .b-construction-progress__bottom-buttons,.b-news__bottom-button {
        margin-top: 24px;
    }

    .b-construction-progress__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .l-news-progress {
        margin-bottom: 60px;
    }

    .l-news-progress {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-news-progress__title {
        margin-bottom: 24px;
    }

    .b-news-progress__title {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__top-buttons {
        margin-bottom: 24px;
    }

    .b-news-progress__top-buttons {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__top-buttons .b-btn {
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__albums {
        margin-top: 24px;
    }

    .b-news-progress__bottom-buttons {
        margin-top: 24px;
    }

    .b-news-progress__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .l-construction-album {
        margin-bottom: 16px;
    }

    .l-construction-album {
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 6.66667%;
    }

    .l-construction-album:nth-child(2n) {
        margin-right: 0;
    }

    .b-construction-progress__link {
        max-height: 250px;
    }

    .b-construction-album__info {
        padding-top: 24px;
    }

    .b-construction-album__info {
        padding-bottom: 24px;
    }

    .b-construction-album__info {
        padding-left: 7.14286%;
        padding-right: 7.14286%;
    }

    .l-news-album {
        margin-bottom: 16px;
    }

    .l-news-album {
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 6.66667%;
    }

    .l-news-album:nth-child(2n) {
        margin-right: 0;
    }

    .b-news-progress__link {
        max-height: 250px;
    }

    .b-news-album__info {
        padding-top: 24px;
    }

    .b-news-album__info {
        padding-bottom: 24px;
    }

    .b-news-album__info {
        padding-left: 7.14286%;
        padding-right: 7.14286%;
    }

    .b-search-filter__top {
        padding-top: 40px;
    }

    .b-search-filter__top {
        padding-bottom: 32px;
    }

    .b-search-filter__top {
        margin-bottom: 24px;
    }

    .b-search-filter__bottom {
        margin-bottom: 24px;
    }

    .b-search-filter__bottom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .b-search-filter__counter {
        margin-bottom: 0px;
        -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
        max-width: 46.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter__group {
        margin-top: 0px;
        margin-left: 21.875%;
        -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
        max-width: 31.25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .b-search-filter__range-slider {
        margin-bottom: 16px;
    }

    .b-search-filter__range-slider {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter__clear-input {
        right: 20px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .b-search-filter__select {
        margin-bottom: 16px;
    }

    .b-search-more-parametrs {
        margin-bottom: 16px;
    }

    .b-search-more-parametrs {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-order: 3;
        order: 3;
    }

    .b-search-filter__checkboxes {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .b-search-filter_type_commerce .b-search-filter__select_type_last,.b-search-filter_type_parking .b-search-filter__select_type_last {
        margin-right: 0%;
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter_type_parking .b-search-filter__range-slider {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter_type_parking .b-search-filter__select_type_half:nth-child(6) {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter__select_type_full {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-order: 0;
        order: 0;
    }

    .b-search-filter__select_type_half {
        -ms-flex-order: 0;
        order: 0;
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter__select_type_last {
        -ms-flex-order: 1;
        order: 1;
    }

    .l-search-result {
        margin-bottom: 64px;
    }

    .l-search-result__video {
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .b-building__results .b-search-filter__select {
        display: none;
    }

    .b-building__parking thead {
        display: table-row;
    }

    .b-building__parking thead tr {
        display: table-row;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-building__parking thead td {
        display: table-cell;
        margin: 0 2%;
    }

    .b-building__parking thead .b-building__favorite-cell {
        display: none;
    }

    .b-building__cards thead {
        display: table-row;
    }

    .b-building__cards thead tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-building__cards thead td {
        display: block;
        margin: 0 2%;
    }

    .b-building__cards thead .b-building__favorite-cell {
        display: none;
    }

    .b-building__mobile-view {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        width: 48.4375%;
    }

    .b-building__more-results {
        width: auto;
        padding-left: 23.4375%;
        padding-right: 23.4375%;
    }

    .b-building__mobile-view {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-building__descr {
        padding-left: 9.67742%;
        padding-right: 9.67742%;
    }

    .b-building__info-commerce .b-building__info {
        padding-left: 9.67742%;
        padding-right: 9.67742%;
    }

    .b-building__info-item-ttl {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
        max-width: 36%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-building__info-item-val {
        -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
        max-width: 64%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        text-align: right;
    }

    .b-building__price {
        padding-left: 9.67742%;
        padding-right: 9.67742%;
    }

    .b-building__price:after {
        right: 9.67742%;
    }

    .b-building__price .b-label--reserve {
        right: 22.58065%;
        padding-bottom: 5px;
    }

    .b-building__card .b-content__link-map,.b-building__card .b-content__link-parking {
        margin-bottom: 16px;
    }

    .b-building__card .b-content__link-parking span {
        display: inline;
    }

    .b-building__card .b-objects__name {
        display: none;
    }

    .b-building__card-img-content {
        -ms-flex-preferred-size: 43.75%;
        flex-basis: 43.75%;
        max-width: 43.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        height: inherit;
        padding-bottom: inherit;
    }

    .b-building__card-img {
        object-fit: cover;
        object-position: center;
    }

    .b-building__card-content {
        -ms-flex-preferred-size: 56.25%;
        flex-basis: 56.25%;
        max-width: 56.25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        border-top: none;
    }

    .b-building__card-wrapper {
        padding-top: 48px;
        padding-bottom: 40px;
        padding-left: 8.33333%;
        padding-right: 11.11111%;
        border-top: none;
        border-left: 1px solid rgba(0, 49, 108, 0.2);
    }

    .b-building__card-title {
        margin-bottom: 16px;
        display: block;
        color: #000000;
        font-size: 36px;
        font-weight: 300;
        line-height: 45px;
    }

    .b-building__card-address {
        font-size: 16px;
        line-height: 24px;
    }

    .b-building__card-result {
        margin-bottom: 48px;
    }

    .b-parking-video .b-parking__video {
        height: 315px;
        width: 100%;
    }

    .b-parking-video .b-building__card-content {
        display: block;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-home-search {
        margin-top: 44px;
        margin-bottom: 16px;
    }

    .b-home-search__title {
        width: 93.75%;
        margin-bottom: 32px;
    }

    .b-home-search__logo {
        margin-bottom: 32px;
    }

    .b-header__complex {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__rooms {
        -ms-flex-preferred-size: 22.91667%;
        flex-basis: 22.91667%;
        max-width: 22.91667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__price {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__full-search {
        -ms-flex-preferred-size: 21.875%;
        flex-basis: 21.875%;
        max-width: 21.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__result {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .b-search__tab {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .l-new-search-filter {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
        padding-left: 8.82353%;
        padding-right: 8.82353%;
        padding-top: 24px;
        padding-bottom: 8px;
    }

    .b-new-search-filter__range-slider {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-new-search-filter__clear-input {
        right: 20px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .b-new-search-filter__select {
        margin-bottom: 16px;
    }

    .b-new-search-filter__select_type_corpus {
        -ms-flex-preferred-size: 35.71429%;
        flex-basis: 35.71429%;
        max-width: 35.71429%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-new-search-filter__select_type_section {
        -ms-flex-preferred-size: 32.14286%;
        flex-basis: 32.14286%;
        max-width: 32.14286%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-new-search-filter__select_type_floor {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-parking__links {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 30px 0 20px;
    }

    .b-parking__links .b-parking__link {
        margin-right: 15px;
        width: auto;
        margin-bottom: 0;
    }

    .b-parking__links .b-parking__link:last-of-type {
        margin-right: 0;
        margin-left: auto;
    }

    .b-parking-tooltip_theme_popup {
        padding: 30px 50px;
    }

    .b-contacts {
        margin-bottom: 73px;
        height: calc(100vh - 80px);
    }

    .b-menu__contacts {
        display: -ms-flexbox;
        display: flex;
    }

    .b-menu__contacts-item {
        -ms-flex-preferred-size: 44.11765%;
        flex-basis: 44.11765%;
        max-width: 44.11765%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__contacts-item:first-of-type {
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.24);
    }

    .b-menu__contacts-item.b-menu__office {
        -ms-flex-preferred-size: 55.88235%;
        flex-basis: 55.88235%;
        max-width: 55.88235%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        position: static;
    }

    .b-menu__header {
        height: 73px;
        margin-left: 11.76471%;
        margin-right: 11.76471%;
    }

    .b-menu__main {
        height: calc(100vh - 153px);
    }

    .b-menu__main.b-main__city {
        top: 100%;
        height: calc(100vh - 153px);
    }

    .b-menu__list-item {
        padding-left: 5.55556%;
        padding-right: 5.55556%;
    }

    .b-contacts__map {
        height: calc(100% - 73px);
    }

    .b-contacts__map-button.is-active {
        display: none;
    }

    .b-contacts__tooltip-wrapper {
        -ms-flex-preferred-size: 55.88235%;
        flex-basis: 55.88235%;
        max-width: 55.88235%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 73px;
        z-index: 101;
    }

    .b-contacts__tooltip {
        z-index: 20;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        border-left: 1px solid rgba(0, 49, 108, 0.2);
        border-radius: 0 0 0 4px;
    }

    .b-objects__tooltip-img-wrapper {
        width: 100%;
        display: inline-block;
        height: 0;
        padding-bottom: 64.15%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 0;
    }

    .b-contacts__tooltip-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-left: 5.88235%;
        padding-right: 2.77778%;
        padding-top: 23px;
    }

    .b-contacts__tooltip-name {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .b-contacts__tooltip-address {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .b-contacts__tooltip-time p {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .b-contacts__tooltip-tel {
        font-size: 18px;
        line-height: 27px;
    }

    .b-contacts__tooltip-link {
        font-size: 18px;
        line-height: 24px;
        margin-top: 33px;
    }

    .b-contacts__comment {
        font-size: 16px;
        line-height: 24px;
    }

    .b-contacts__comment {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        margin-bottom: 64px;
    }

    .b-contacts_type_flats {
        margin-bottom: 0px;
    }

    .b-contacts_with_comment {
        margin-bottom: 48px;
    }

    .b-flat__title {
        font-size: 28px;
        line-height: 42px;
    }

    .b-flat__adres {
        margin-bottom: 40px;
    }

    .b-flat__params {
        margin-bottom: 40px;
    }

    .b-flat .b-tooltip-container:before {
        right: 57px;
    }

    .b-flat .b-tooltip-container {
        width: 360px;
        padding-left: 50px;
        padding-right: 20px;
    }

    .b-flat .b-tooltip-container .b-tooltip-title:before {
        display: block;
    }

    .b-flat__price-wrap.b-flat__price-wrap-second {
        -ms-flex-order: 2;
        order: 2;
        text-align: right;
    }

    .b-flat__btn {
        width: 60%;
        -ms-flex-order: 3;
        order: 3;
    }

    .b-flat__btn.b-flat__btn-anchor,.b-flat__btn.b-flat__price-wrap-second {
        width: 38%;
        margin-left: auto;
    }

    .b-flat__filter-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 32px;
        max-width: 50%;
        padding-left: 27px;
        padding-right: 27px;
        box-sizing: border-box;
    }

    .b-flat__results-left {
        margin-bottom: 40px;
    }

    .b-flat__results-title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 35px;
    }

    .b-flat__banks-offers {
        height: 350px;
        border: 1px rgba(0, 49, 108, 0.2) solid;
        border-radius: 4px;
        padding: 32px;
        padding-right: 24px;
    }

    .b-flat__filter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        margin-left: -27px;
        margin-right: -27px;
    }

    .banks-offers {
        display: table;
    }

    .banks-offers thead td,.banks-offers thead th {
        display: table-cell;
    }

    .banks-offers tbody {
        display: table-row-group;
    }

    .banks-offers tbody tr {
        display: table-row;
        border: 0;
        padding: 0;
        border-radius: 0;
    }

    .banks-offers tbody tr td {
        margin-bottom: 0px;
        border-bottom: 1px rgba(2, 34, 89, 0.1) solid;
        padding: 15px;
        display: table-cell;
    }

    .banks-offers tbody tr td:before {
        display: none;
    }

    .banks-offers tbody tr td:first-child {
        padding-left: 0;
    }

    .banks-offers tbody tr td:last-child {
        padding-right: 0;
    }

    .b-slider-objects__base {
        margin: 0;
    }

    .b-slider-objects__arrow-prev {
        display: block;
    }

    .b-slider-objects__arrow-next {
        display: block;
    }

    .b-flat__check-another-room {
        text-align: right;
    }

    .b-flat__other {
        margin-top: 8px;
        margin-left: 20px;
    }

    .b-flat__gallery-layout {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .b-flat__gallery-wrapper {
        -ms-flex-preferred-size: 44.44444%;
        flex-basis: 44.44444%;
        max-width: 44.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .b-flat__gallery-title {
        font-size: 20px;
        line-height: 32px;
    }

    .b-flat__gallery-title {
        margin-bottom: 16px;
        padding-left: 12.5%;
        padding-right: 12.5%;
    }

    .b-flat-gallery__arrow-prev {
        display: block;
    }

    .b-flat-gallery__arrow-next {
        display: block;
    }

    .b-param-list__data {
        width: 35%;
    }

    .b-params {
        margin-left: -40px;
    }

    .b-params__item {
        margin-left: 40px;
    }

    .b-params--vertical {
        margin-left: 0;
    }

    .b-params--vertical .b-params__item {
        margin-left: 0;
    }

    .b-flat-card__descr {
        width: span(9);
    }

    .b-flat-card__img-wrap {
        display: block;
        float: right;
        width: span(3);
        text-align: right;
    }

    .b-flat-card__img-wrap img {
        max-width: 100%;
    }

    .b-actions__header {
        margin-bottom: 28px;
    }

    .b-actions__header h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .b-actions__select {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__form {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
    }

    .b-actions__form-wrapper {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__start .b-action__item-new:nth-child(4) {
        display: -ms-flexbox;
        display: flex;
    }

    .b-action {
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 72px;
    }

    .b-action__item-new {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-action__item-new:not(:nth-child(2n)) {
        margin-right: 3.125%;
    }

    .b-action__img-content {
        height: 23.88vw;
    }

    .b-action__date {
        margin-bottom: 24px;
    }

    .b-action__label-left-date {
        margin-bottom: 0px;
        position: absolute;
        top: -15px;
    }

    .b-action__title-inner {
        margin-bottom: 24px;
        margin-left: 5.55556%;
        margin-right: 5.55556%;
        font-size: 40px;
    }

    .b-action__labels-inner {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-action__labels-inner .b-action__date {
        margin-bottom: 16px;
        margin-right: 1.47059%;
    }

    .b-action__label-left-date-inner {
        margin-right: 2.94118%;
    }

    .b-action__image-inner-content {
        margin-bottom: 48px;
        height: 424px;
    }

    .b-action__content-inner {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-action__text-inner {
        margin-bottom: 40px;
    }

    .b-action__buttons-inner {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-action__buttons-inner .b-btn {
        margin-bottom: 0px;
    }

    .b-action__buttons-inner .b-btn:not(:last-child) {
        margin-right: 5.88235%;
    }

    .b-action__item_theme_large {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-action__item_theme_large:not(:nth-child(2n)) {
        margin-right: 0%;
    }

    .b-action__item_theme_large .b-action__content {
        padding-top: 44px;
        padding-bottom: 48px;
    }

    .b-action__item_theme_large .b-action__title {
        font-size: 24px;
        line-height: 26px;
    }

    .b-action__item_theme_large .b-action__description {
        font-size: 18px;
        line-height: 26px;
    }

    .b-action__item_theme_large .b-action__date {
        width: inherit;
        margin-right: 2.67857%;
    }

    .b-action__item_theme_large .b-action__label-container {
        margin-bottom: 8px;
    }

    .b-action__item_theme_large .b-action__label-left-date {
        margin-bottom: 16px;
        position: relative;
        top: inherit;
    }

    .b-action__item_theme_large .b-action__info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-action__img-content_type_mini {
        height: 26.5vw;
    }

    .b-action__image-inner-content_type_mini {
        margin-bottom: 48px;
    }

    .b-actions-form__wrap {
        margin-top: 32px;
        margin-bottom: 32px;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-actions-form__content {
        -ms-flex-preferred-size: 51.5625%;
        flex-basis: 51.5625%;
        max-width: 51.5625%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .b-actions-form__ttl {
        margin-bottom: 8px;
    }

    .b-actions-form__comment {
        width: 66.66667%;
    }

    .b-actions-form__input {
        width: 54.83871%;
    }

    .b-actions-form__input[type='submit'] {
        width: 41.93548%;
        width: 41.93548%;
    }

    .b-corp-clients__list {
        margin-bottom: 48px;
    }

    .b-corp-clients__list ul li {
        font-size: 15px;
        line-height: 24px;
    }

    .b-corp-clients__tab {
        width: inherit;
        font-size: 14px;
        letter-spacing: 1.5px;
        padding: 28px 54px;
    }

    .b-corp-clients__tabs-contents {
        border-radius: 0 4px 4px 4px;
    }

    .b-corp-clients__facts,.b-corp-clients__banks,.b-corp-clients__associate {
        margin-left: 7.8125%;
        margin-right: 7.8125%;
        margin-bottom: 40px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__fact-item,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__fact-item,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__fact-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .b-corp-clients__fact-item {
        -ms-flex-preferred-size: 46.2963%;
        flex-basis: 46.2963%;
        max-width: 46.2963%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 32px;
    }

    .b-corp-clients__banks-img {
        -ms-flex-preferred-size: 23.07692%;
        flex-basis: 23.07692%;
        max-width: 23.07692%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__banks-img:not(:nth-child(2n)) {
        margin-right: 0%;
    }

    .b-corp-clients__banks-img:not(:nth-child(3n)) {
        margin-right: 15.38462%;
    }

    .b-corp-clients__form-wrap {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 3.125%;
        margin-right: 3.125%;
    }

    .b-corp-clients__form-comment {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
    }

    .b-corp-clients__form input[type='submit'] {
        -ms-flex-preferred-size: 23.33333%;
        flex-basis: 23.33333%;
        max-width: 23.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.33333%;
        margin-bottom: 0px;
    }

    .b-corp-clients__form .b-form__checkbox {
        margin-top: 16px;
    }

    .b-corp-clients__form-column {
        -ms-flex-preferred-size: 49.16667%;
        flex-basis: 49.16667%;
        max-width: 49.16667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__form-column:not(:nth-child(2n)) {
        margin-right: 1.66667%;
    }

    .b-corp-clients__associate-text {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .b-corp-clients__label {
        margin-bottom: 40px;
    }

    .b-friends .b-realtors-info__wrap {
        margin-top: 48px;
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-friends .b-realtors-info__infografic {
        margin-left: 0%;
        margin-right: 0%;
    }

    .b-friends .b-realtors-info__infographic-item-wrapper {
        width: calc(100% / 3);
    }

    .b-realtors-info__wrap {
        margin-top: 48px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-realtors-info__wrap h1 {
        width: 46.15385%;
    }

    .b-realtors-info__partner-button {
        margin-bottom: 0px;
    }

    .b-realtors-info__infografic {
        margin-left: 11.53846%;
        margin-right: 11.53846%;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-realtors-info__infographic-item-wrapper {
        margin-bottom: 48px;
        width: 45%;
    }

    .b-realtors-info__infographic-item {
        width: 168px;
    }

    .b-realtors-info__infographic-number {
        left: 15px;
    }

    .b-realtors-info__wrap_short {
        margin-bottom: 48px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-realtors-info__wrap_short .b-realtors-info__txt {
        margin-left: auto;
        margin-right: auto;
        width: 77.77778%;
    }

    .b-realtors-info__wrap_short .b-realtors-info__infografic {
        margin-left: 0%;
        margin-right: 0%;
    }

    .b-realtors-info__wrap_short .b-realtors-info__infographic-item-wrapper {
        margin-bottom: 0px;
        width: auto;
    }

    .b-realtors-advantages {
        margin-top: 16px;
        margin-bottom: 16px;
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        border-radius: 4px;
    }

    .b-realtors-advantages__wrap {
        margin-top: 48px;
        margin-bottom: 40px;
        margin-left: 7.14286%;
        margin-right: 7.14286%;
    }

    .b-realtors-advantages__title {
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 40px;
    }

    .b-realtors-advantages__list li {
        font-size: 16px;
        line-height: 22px;
        padding-left: 42px;
    }

    .b-realtors-advantages__list li:before {
        font-size: 14px;
        line-height: 28px;
        width: 24px;
        height: 24px;
    }

    .b-realtors-contacts__item-wrap {
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .b-realtors-contacts__info {
        -ms-flex-preferred-size: 53.84615%;
        flex-basis: 53.84615%;
        max-width: 53.84615%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 15.38462%;
        margin-top: 24px;
        margin-bottom: 32px;
    }

    .b-realtors-contacts__name {
        font-size: 26px;
        line-height: 30px;
    }

    .b-realtors-contacts__photo {
        margin-bottom: 0px;
        width: 130px;
        height: 130px;
    }

    .b-realtors-contacts__contacts {
        width: 100%;
    }

    .b-realtors-contacts__phones {
        -ms-flex-preferred-size: 46.15385%;
        flex-basis: 46.15385%;
        max-width: 46.15385%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 7.69231%;
    }

    .b-realtors-contacts__other {
        -ms-flex-preferred-size: 46.15385%;
        flex-basis: 46.15385%;
        max-width: 46.15385%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .b-realtors-contacts__comment {
        line-height: 18px;
    }

    .b-realtors-docs {
        margin-top: 8px;
        margin-bottom: 56px;
    }

    .b-realtors-docs__title {
        margin-bottom: 32px;
    }

    .b-realtors-docs__link {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-realtors-docs__telegram {
        margin-top: 16px;
    }

    .b-about__text h1 {
        font-size: 48px;
        line-height: 64px;
    }

    .b-about__text h1 {
        margin-bottom: 32px;
    }

    .b-about-timeline__item {
        padding-bottom: 64px;
    }

    .b-about-timeline__item:before {
        content: '';
        position: absolute;
        width: 1px;
        background-color: #ccd3dd;
        left: 10.9375%;
    }

    .b-about-timeline__year {
        margin-bottom: 0px;
        width: 6.25%;
        font-size: 17px;
        line-height: 26.6px;
        letter-spacing: .7px;
    }

    .b-about-timeline__point {
        top: 3.5px;
        left: calc(10.9375% - 7px);
    }

    .b-about-timeline__text {
        margin-left: 9.375%;
        width: 84.375%;
        font-size: 20px;
        line-height: 26.6px;
    }

    .l-main-new {
        margin-top: 80px;
    }

    .l-main-new .blue_btn {
        max-width: 250px;
    }

    .l-main-new .contact_list .contact_item .d_hide {
        top: 105px !important;
    }

    .l-main-new .contact_list .contact_item .col-md-3 img {
        width: auto !important;
        height: 170px !important;
    }

    .l-main-new .contact_map {
        margin: 0 !important;
    }

    .l-main-new .city_select {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .l-main-new .col-md-6 .b-action__item {
        width: 50% !important;
        padding: 0 !important;
    }

    .l-main-new .new-filter .blue_btn {
        max-width: 330px;
    }

    .l-main-new .fix-btn-filter .blue_btn {
        max-width: 330px;
    }

    .l-main-new .new-filter .new-roomcount .ckeckbox_line {
        width: inherit !important;
        margin-right: 40px;
    }

    .l-main-new .tb_s {
        width: 25% !important;
    }

    .l-main-new .get_link {
        padding-left: 16px;
    }

    .l-main-new .slider_full {
        max-width: 960px !important;
        margin: auto !important;
    }

    .star-block-new {
        right: 0;
    }

    .star-block-new.is-fixed {
        top: 223px !important;
    }

    .star-block-new.fixed-favorite {
        top: 108px !important;
    }

    .b-navigator__header .b-header__mobile-phone {
        display: block;
    }

    .b-navigator__header {
        max-width: 670px;
        margin: 0 auto;
    }

    .b-navigator__block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 670px;
        border: 1px solid rgba(0, 49, 108, 0.2);
        border-radius: 4px;
    }

    .b-navigator__img {
        -ms-flex-preferred-size: 42.85714%;
        flex-basis: 42.85714%;
        max-width: 42.85714%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-navigator__info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 2.77778%;
        margin-right: 0%;
        padding-top: 16px;
    }

    .b-navigator__buttons {
        -ms-flex-preferred-size: 55.55556%;
        flex-basis: 55.55556%;
        max-width: 55.55556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 64px;
    }

    .b-navigator__button.mobile {
        display: none;
    }

    .b-navigator__button span.desktop {
        display: block;
    }

    .b-navigator__button span.mobile {
        display: none;
    }

    .l-guide h1 {
        margin-bottom: 48px;
    }

    .l-guide h2 {
        margin-bottom: 16px;
    }

    .b-guide {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 670px) and (max-width: 959px) {
    .hide-on-medium {
        display: none;
    }

    .b-flat__result-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        padding: 32px;
    }

    .b-flat__result-block .b-params__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .b-link.uptolike-buttons {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-info-cards-margin__look-also {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .l-info-cards-margin__look-also .b-info-cards__arrows {
        margin-left: 8.82353%;
        margin-right: 8.82353%;
    }

    .b-info-cards__slider .slick-slide {
        padding: 0 5px !important;
    }

    .b-feedback__wrap {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-feedback__content.b-feedback__content-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-feedback__content-block {
        -ms-flex-preferred-size: 43.75%;
        flex-basis: 43.75%;
        max-width: 43.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__content-block {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-construction-album:nth-child(6n+3) {
        display: none;
    }

    .l-news-album:nth-child(6n+3) {
        display: none;
    }

    .b-flat__result-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        padding: 32px;
    }

    .b-flat__result-block .b-params__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .b-link.uptolike-buttons {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-main-new .card_detail_banner .banner_detail {
        width: calc(100% + 30px);
    }
}

@media only screen and (min-width: 670px) and (min-width: 670px) {
    .l-object-map {
        margin-bottom: 60px;
    }

    .b-documents-block__item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .b-location__item:nth-child(2) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 670px) and (min-width: 960px) {
    .l-object-map {
        margin-bottom: 72px;
    }

    .b-documents-block__item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .b-location__item:nth-child(2) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 670px) and (min-width: 1280px) {
    .l-object-map {
        margin-bottom: 72px;
    }

    .b-documents-block__item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .b-location__item:nth-child(2) {
        margin-bottom: 0;
    }

    .b-buy-regions__advantages {
        max-width: none;
    }
}

@media only screen and (min-width: 670px) and (min-width: 1440px) {
    .l-object-map {
        margin-bottom: 96px;
    }

    .b-documents-block__item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .b-location__item:nth-child(2) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 670px) and (min-width: 1920px) {
    .l-object-map {
        margin-bottom: 96px;
    }

    .b-documents-block__item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .b-location__item:nth-child(2) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 670px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 670px) and (min-device-pixel-ratio: 1.5) {
    .fotorama__dot {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }
}

@media only screen and (min-width: 768px) {
    .l-info-card {
        padding-left: 7.14286%;
        padding-right: 7.14286%;
    }

    .b-info-card__picture {
        height: 18.5vw;
    }

    .b-info-card__info {
        padding-left: 8.33333%;
        padding-right: 8.33333%;
    }
}

@media only screen and (min-width: 960px) {
    h1, .l-main-new .l-corp-clients h1 {
        font-size: 52px;
        line-height: 52px;
    }

    .b-feedback h2,.b-realtors-info__wrap h1,h2 {
        font-size: 32px;
        line-height: 36px;
    }

    h3 {
        font-size: 36px;
        line-height: 40px;
    }

    h4 {
        font-size: 17px;
        line-height: 28px;
    }

    h5 {
        font-size: 15px;
        line-height: 24px;
    }

    h6 {
        font-size: 14px;
        line-height: 22px;
    }

    .b-typo-reset ol li {
        padding-left: 48px;
    }

    .b-typo-reset ol li:before {
        font-size: 16px;
        line-height: 30px;
    }

    .b-typo-reset ol li:before {
        width: 30px;
        height: 30px;
        top: 0;
    }

    .l-object {
        margin-bottom: 72px;
    }

    .l-object-map {
        margin-bottom: 24px;
    }

    .l-actions {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
        margin-bottom: 40px;
    }

    .l-actions-form {
        margin-bottom: 80px;
    }

    .l-action {
        margin-top: 48px;
    }

    .l-actions__end {
        margin-bottom: 160px;
    }

    .l-actions-inner_theme_gray {
        padding-top: 56px;
        padding-bottom: 96px;
    }

    .l-about-text {
        margin-bottom: 96px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .l-about-timeline {
        margin-bottom: 16px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .l-flats-palns {
        margin-bottom: 32px;
    }

    .l-text {
        margin-bottom: 32px;
    }

    .l-text_mb_small {
        margin-bottom: 48px;
    }

    .l-text_download_theme {
        margin-bottom: 64px;
    }

    .l-rare__button {
        margin-bottom: -16px;
    }

    .l-contacts {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-icon__footer-logo {
        margin-bottom: 20px;
    }

    .b-icon__accordion-arrow {
        width: 18px;
        height: 10px;
    }

    .b-icon__floor-plan {
        width: 48px;
        height: 48px;
    }

    .b-icon__bedroom {
        width: 89px;
        height: 61px;
    }

    .b-icon__bathroom {
        width: 88px;
        height: 78px;
    }

    .b-icon__price {
        width: 89px;
        height: 84px;
    }

    .b-kelnik {
        margin-top: 8px;
    }

    .b-career-page.b-objects {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__title {
        font-size: 40px;
        line-height: 40px;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .b-career .b-career-info__wrap {
        margin-top: 48px;
        margin-bottom: 32px;
    }

    .b-career .b-career-info__txt {
        font-size: 40px;
        line-height: 40px;
    }

    .b-career .b-career-info__txt {
        text-align: center;
    }

    .b-career .b-career-info__infografic {
        display: -ms-flexbox;
        display: flex;
        margin-left: 0%;
        margin-right: 0%;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .b-career .b-career-info__infografic.infografic-mobile {
        display: none;
    }

    .b-career .b-career-info__infografic-collection.collection-line:after {
        content: '';
        border-right: 2px solid rgba(67, 140, 206, 0.1);
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 66%;
        z-index: 0;
    }

    .b-carer-info__infographic-text .b-carer-info__infographic-text-title {
        font-size: 16px;
        line-height: 24px;
    }

    .b-carer-info__infographic-text .b-carer-info__infographic-text-title {
        text-align: left;
    }

    .b-career-info__infographic-item-scheme img {
        height: 120px;
    }

    .l-career-advantages.l-mileage {
        margin-top: 48px;
        margin-bottom: 56px;
        font-size: 28px;
        line-height: 35px;
    }

    .b-career-advantages__title {
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 45px;
    }

    .l-career-title {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-search-filter__select_type_full.b-search-filter__select_type_carrer {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-career-vacancies__title {
        font-size: 24px;
        line-height: 36px;
    }

    .l-career-vacancies.l-mileage {
        margin-bottom: 96px;
    }

    .b-feedback.b-subscribe__career {
        margin-top: 48px;
    }

    .b-feedback.b-subscribe__career .b-feedback__content {
        margin-bottom: 24px;
    }

    .b-feedback.b-subscribe__career .b-feedback__content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .b-prev-vacancies {
        margin-bottom: 32px;
    }

    .b-vacancies-address {
        margin-bottom: 16px;
    }

    .b-vacancies-salary {
        margin-bottom: 48px;
    }

    .b-vacancies__name {
        margin-bottom: 16px;
    }

    .b-vacancies-text__title {
        margin-bottom: 16px;
    }

    .b-vacancies-text__content,.b-vacancies-text {
        margin-bottom: 40px;
    }

    .b-objects__title-page-objects.b-objects_theme_bottom.b-vacancies__last-block {
        margin-top: 48px;
        margin-bottom: 56px;
    }

    .b-feedback__wrap.b-subscribe__wrap {
        -ms-flex-preferred-size: 88.88889%;
        flex-basis: 88.88889%;
        max-width: 88.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-bnt-up {
        left: 63px;
    }

    .b-feedback__agree-checkbox label {
        font-size: 16px;
    }

    .b-popup__video {
        width: 75%;
        height: 100%;
    }

    .b-popup__video iframe {
        height: 480px;
    }

    .b-popup__form-fields {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.55556%;
        width: 50%;
        -ms-flex-order: 1;
        order: 1;
    }

    .b-popup__form-parking-info,.b-popup__form-descr {
        -ms-flex-preferred-size: 38.88889%;
        flex-basis: 38.88889%;
        max-width: 38.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        width: 38.88889%;
        -ms-flex-order: 2;
        order: 2;
    }

    .b-popup__form-descr {
        -ms-flex-order: 3;
        order: 3;
    }

    .mfp-image-holder .mfp-content,.mfp-iframe-holder .mfp-content {
        max-width: 80%;
    }

    .b-popup_theme__video.b-popup iframe {
        height: 450px;
    }

    .b-popup_theme__camera iframe {
        height: 450px;
    }

    .b-popup_theme_parking .b-popup__form {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        max-height: 460px;
    }

    .b-popup_theme_gallery .mfp-close {
        right: 5.55556%;
    }

    .b-popup_theme_gallery .mfp-arrow-left {
        left: 50px;
    }

    .b-popup_theme_gallery .mfp-arrow-right {
        right: 50px;
    }

    .b-gallery .fotorama__arr--prev {
        top: auto;
        left: auto;
        right: 14.28571%;
        bottom: 40px;
        visibility: visible;
        opacity: 1;
    }

    .b-gallery .fotorama__arr--next {
        right: 5.71429%;
        bottom: 40px;
    }

    .b-gallery__slide {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .b-gallery__info {
        margin-left: 5.71429%;
    }

    .b-gallery__info.b-gallery__info-akcia {
        width: 54.28571%;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__slide-number {
        font-size: 15px;
        margin-top: 96px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__start-ttl {
        font-size: 60px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__subttl {
        margin-top: 22px;
        font-size: 18px;
        line-height: 24px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__descr {
        top: 140px;
        left: 130%;
    }

    .b-gallery__slide-number {
        margin-top: 96px;
    }

    .b-gallery__start-ttl {
        font-size: 80px;
    }

    .b-gallery__subttl {
        margin-top: 22px;
        font-size: 18px;
        line-height: 24px;
    }

    .b-gallery-slick__popup-slide {
        height: 300px;
        min-width: 300px;
        max-width: 300px;
    }

    .b-gallery-slick__plans {
        max-height: 300px;
    }

    .l-flats-palns__action .b-gallery-slick__popup-slide {
        height: 375px;
        min-width: 375px;
        max-width: 375px;
    }

    .l-flats-palns__action .b-gallery-slick__plans {
        max-height: 375px;
    }

    .b-tabs__nav {
        overflow-x: visible;
    }

    .b-tabs__nav--inline a {
        padding-bottom: 16px;
    }

    .b-tabs__subtab {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-tabs__zoom {
        top: -32px;
    }

    .flat__plan {
        height: 570px;
    }

    .b-table {
        display: table;
    }

    .b-table thead {
        display: table-header-group;
    }

    .b-table thead tr {
        position: initial;
        top: 0;
        left: 0;
    }

    .b-table tbody {
        display: table-row-group;
    }

    .b-table tr {
        display: table-row;
        border: none;
    }

    .b-table td,.b-table th {
        display: table-cell;
        position: initial;
        padding: 10px;
        border: 1px solid #ccc;
        text-align: center;
    }

    .b-table td:before,.b-table th:before {
        display: none;
    }

    .b-text__paragraph {
        font-size: 16px;
        line-height: 24px;
    }

    .b-text__paragraph_size_big {
        font-size: 24px;
        line-height: 40px;
    }

    .b-text__paragraph_size_big {
        margin-bottom: 32px;
    }

    .b-text__paragraph_size_medium {
        font-size: 24px;
        line-height: 40px;
    }

    .b-text__paragraph_size_medium {
        margin-bottom: 16px;
    }

    .b-content__title {
        font-size: 24px;
        line-height: 30px;
    }

    .b-content__title {
        margin-bottom: 0px;
    }

    .b-content__list {
        margin-bottom: 32px;
    }

    .b-content__list .b-content__list__title {
        font-size: 24px;
        line-height: 40px;
    }

    .b-content__list li {
        font-size: 16px;
        line-height: 24px;
    }

    .b-content__list li {
        width: 87.5%;
        padding-left: 48px;
        padding-right: 0%;
    }

    .b-content__list ol li:before {
        width: 30px;
        height: 30px;
        padding-left: 11px;
        font-size: 16px;
        line-height: 32px;
        top: 0;
    }

    .b-content__list ul li {
        padding-left: 26px;
    }

    .b-content__list--small {
        margin-bottom: 0;
    }

    .b-content__list--small ul li {
        padding-left: 20px;
    }

    .b-content__list_theme_standart ol li:before {
        width: auto;
        height: auto;
        top: 5px;
        padding-left: 0;
        font-size: 20px;
        line-height: 32px;
    }

    .b-content__text .b-text__paragraph {
        font-size: 18px;
        line-height: 27px;
    }

    .b-content__text .b-text__paragraph {
        width: 87.5%;
    }

    .b-content__text .b-text__paragraph_size_medium {
        font-size: 24px;
        line-height: 40px;
    }

    .b-content__text .b-text__paragraph_size_medium {
        width: 100%;
    }

    .b-content__text .b-text__paragraph_size_big {
        font-size: 28px;
        line-height: 35px;
    }

    .b-content__text .b-text__paragraph_size_big {
        width: 100%;
    }

    .b-content__link-map,.b-content__link-parking {
        font-size: 18px;
        line-height: 27px;
    }

    .b-accordion__link {
        font-size: 20px;
        line-height: 10px;
    }

    .b-accordion__link {
        padding-right: 0;
    }

    .b-accordion__link .b-icon__accordion-arrow {
        margin-left: 15px;
        top: 50%;
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        right: inherit;
    }

    .b-accordion__link.is-active .b-icon__accordion-arrow {
        -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }

    .b-accordion__content {
        margin-bottom: 40px;
    }

    .b-advantages {
        margin-top: 32px;
        margin-bottom: 32px;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-advantages__wrap {
        margin-left: 5.88235%;
        margin-right: 5.88235%;
    }

    .b-advantages__title {
        font-size: 48px;
        line-height: 46px;
        width: 66.66667%;
    }

    .b-advantages__subtitle {
        font-size: 36px;
    }

    .b-advantages__subtitle_single_content {
        margin-bottom: 296px;
    }

    .b-advantages_mb_big {
        margin-bottom: 64px;
    }

    .b-contacts__item {
        padding-left: 6.25%;
        padding-right: 6.25%;
        margin-bottom: 40px;
    }

    .b-contacts__title {
        font-size: 28px;
        line-height: 36px;
    }

    .b-contacts__title {
        margin-bottom: 20px;
    }

    .b-contacts__info {
        font-size: 14px;
        line-height: 18px;
    }

    .b-contacts__info .b-realtors-contacts__phone {
        font-size: 18px;
        line-height: 27px;
    }

    .b-contacts__address {
        font-size: 16px;
        line-height: 22px;
    }

    .b-contacts__address {
        padding-right: 6.25%;
    }

    .b-info-block {
        padding-top: 40px;
    }

    .b-info-block {
        padding-bottom: 40px;
    }

    .b-info-block__buttons {
        margin-bottom: 40px;
    }

    .b-info-block__buttons {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-info-block__button {
        -ms-flex-preferred-size: 44.44444%;
        flex-basis: 44.44444%;
        max-width: 44.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.55556%;
    }

    .b-info-block__item {
        margin-bottom: 16px;
    }

    .b-info-block__item:first-child,.b-info-block__item:nth-child(3) {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-info-block__item:last-child {
        margin-left: 3.33333%;
    }

    .b-friends__moreinfirmation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-friends__moreinfirmation .b-friends__moreinformation-col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-text-block {
        -ms-flex-preferred-size: 88.88889%;
        flex-basis: 88.88889%;
        max-width: 88.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-text-block {
        margin-bottom: 72px;
    }

    .b-text-block__title {
        margin-bottom: 24px;
    }

    .b-text-block__title {
        margin-left: 3.125%;
        margin-right: 3.125%;
        font-size: 30px;
        line-height: 42px;
    }

    .b-text-block__content {
        margin-bottom: 32px;
    }

    .b-text-block__content {
        margin-left: 3.125%;
        margin-right: 3.125%;
    }

    .b-text-block__col:first-child {
        -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
        max-width: 46.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.125%;
    }

    .b-text-block__col:last-child {
        -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
        max-width: 46.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.125%;
    }

    .b-text-block__text {
        font-size: 16px;
        line-height: 30px;
    }

    .b-text-block__button {
        -ms-flex-preferred-size: 43.75%;
        flex-basis: 43.75%;
        max-width: 43.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.125%;
        margin-right: 3.125%;
    }

    .b-object-gallery__slide {
        height: 620px;
    }

    .b-object-gallery__title {
        font-size: 80px;
    }

    .b-object-gallery__text {
        -ms-flex-preferred-size: 53.33333%;
        flex-basis: 53.33333%;
        max-width: 53.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        font-size: 22px;
        line-height: 34px;
    }

    .b-object-gallery__dots {
        top: 58px;
    }

    .b-object-gallery__dots li {
        width: 14px;
        height: 14px;
    }

    .b-object-gallery__dots .slick-active {
        width: 42px;
        height: 42px;
    }

    .b-object-gallery__dots_position_bottom {
        top: auto;
    }

    .l-flat {
        max-width: 960px;
    }

    .b-flat__mobile-title {
        display: none;
    }

    .b-flat__mobile-counter {
        display: none;
    }

    .b-flat__title {
        font-size: 28px;
        line-height: 42px;
    }

    .b-flat__title {
        display: block;
        margin-bottom: 0px;
        padding-top: 12px;
    }

    .b-flat__counter {
        margin-bottom: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 16px;
        font-family: "pfdin", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        color: #438cce;
        line-height: 16px;
        font-size: 12px;
    }

    .b-flat__counter_icon {
        width: 20px;
        height: 12px;
        fill: rgba(2, 33, 86, 0.5);
        margin-right: 12px;
    }

    .b-flat__tabs {
        margin-bottom: 56px;
    }

    .b-flat__left {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0;
        padding-right: 2.77778%;
    }

    .b-flat__right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-left: 2.77778%;
    }

    .b-flat__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 64px;
    }

    .b-flat .b-flat__planoplan-wiget {
        margin-bottom: 56px;
    }

    .b-flat__buy {
        margin-bottom: 40px;
    }

    .b-flat__price-wrap {
        width: 48%;
    }

    .b-flat__btn {
        width: 48%;
    }

    .b-flat__btn.b-flat__btn-anchor,.b-flat__btn.b-flat__price-wrap-second {
        width: 48%;
    }

    .b-flat__price {
        font-size: 36px;
    }

    .b-flat__bottom-tabs {
        margin-bottom: 32px;
    }

    .b-flat__filter-item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        margin-bottom: 60px;
        max-width: 33.33%;
    }

    .b-flat__results {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        margin-left: -27px;
        margin-right: -27px;
    }

    .b-flat__results-left {
        margin-bottom: 0px;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        padding-left: 27px;
        padding-right: 27px;
    }

    .b-flat__results-right {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 27px;
        padding-right: 27px;
    }

    .b-flat__result-block {
        padding: 32px;
    }

    .b-link.uptolike-buttons {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .b-flat__gallery-layout {
        margin-bottom: 16px;
    }

    .b-flat__gallery-wrapper {
        -ms-flex-preferred-size: 47.22222%;
        flex-basis: 47.22222%;
        max-width: 47.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .b-flat__gallery-title {
        font-size: 24px;
        line-height: 32px;
    }

    .object-planoplan__wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .object-planoplan__wrapper > :first-child {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        max-width: 35%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .object-planoplan__wrapper > :first-child .dark-plan__button.button__theme-full {
        margin-top: 48px;
    }

    .object-planoplan__wrapper > :first-child .dark-plan__button.button__theme-full {
        display: block;
    }

    .object-planoplan__wrapper > :first-child .object-planoplan__info {
        margin-bottom: 40px;
    }

    .object-planoplan__wrapper > :first-child .object-planoplan__info {
        padding-left: 10%;
        padding-right: 10%;
    }

    .object-planoplan__wrapper > :last-child {
        padding-top: 16px;
    }

    .object-planoplan__wrapper > :last-child {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        border-radius: 5px;
        margin-left: auto;
    }

    .object-planoplan__wrapper > :last-child .flat__plan,.object-planoplan__wrapper > :last-child .flat__info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .object-planoplan__wrapper > :last-child .flat__info-content {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        max-width: 80%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .object-planoplan__wrapper > :last-child .flat__info-title {
        margin-bottom: 32px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-list.b-action-flats__list {
        margin-bottom: 24px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-params {
        margin-bottom: 16px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-link {
        margin-bottom: 48px;
    }

    .flat__plan {
        height: 570px;
    }

    .object-planoplan__widget .flat__vr {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .object-planoplan__widget .flat__vr-box {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding: 32px;
        margin-bottom: 0;
    }

    .object-planoplan__widget .flat__vr-ttl {
        font-size: 32px;
        line-height: 40px;
    }

    .look-also .b-info-cards__arrows {
        left: -66px;
        right: -66px;
    }

    .l-info-cards {
        margin-bottom: 72px;
    }

    .l-info-cards-margin__look-also {
        margin-bottom: 72px;
    }

    .l-info-cards_theme_gray {
        padding-top: 40px;
    }

    .l-info-cards_theme_gray {
        padding-bottom: 40px;
    }

    .b-info-cards__title {
        margin-bottom: 24px;
    }

    .b-info-cards__title {
        font-size: 48px;
    }

    .b-info-cards__title {
        margin-left: 3.57143%;
    }

    .b-info-cards__button {
        -ms-flex-preferred-size: 42.85714%;
        flex-basis: 42.85714%;
        max-width: 42.85714%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.57143%;
    }

    .b-info-cards__slider {
        margin-bottom: 32px;
    }

    .b-info-cards__arrows {
        left: -66px;
        right: -66px;
    }

    .b-info-cards__dots li {
        width: 14px;
        height: 14px;
    }

    .b-info-cards__dots .slick-active {
        width: 42px;
        height: 42px;
    }

    .l-object__white-plans .dark-plan__table > div {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .l-object__white-plans .dark-plan__table > div:first-child {
        margin-right: 15px;
    }

    .l-object__white-plans .dark-plan__table > div > div {
        width: auto;
    }

    .l-object__white-plans .dark-plan__table > div > div:first-child {
        margin-right: 15px;
    }

    .l-info-card.l-look-also__item {
        padding-left: 5.35714%;
        padding-right: 5.35714%;
    }

    .b-info-card__info {
        padding-top: 24px;
    }

    .b-info-card__info {
        padding-bottom: 24px;
    }

    .b-info-card__period {
        margin-bottom: 16px;
    }

    .b-info-card__period {
        font-size: 18px;
        line-height: 27px;
    }

    .b-info-card__title {
        margin-bottom: 16px;
    }

    .b-info-card__title {
        font-size: 24px;
    }

    .b-info-card__text {
        font-size: 18px;
        line-height: 26px;
    }

    .b-info-card__more {
        margin-top: 32px;
    }

    .l-info-carousel,.b-info-cards__title {
        margin-bottom: 72px;
    }

    .b-panorama__title {
        font-size: 48px;
    }

    .l-contacts-block {
        margin-bottom: 72px;
    }

    .b-contacts-block__picture {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-contacts-block__info {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .b-contacts-block__title {
        margin-bottom: 16px;
    }

    .b-contacts-block__title {
        font-size: 24px;
    }

    .b-contacts-block__address,.b-contacts-block__schedule {
        margin-bottom: 16px;
    }

    .b-contacts-block__address,.b-contacts-block__schedule {
        font-size: 18px;
    }

    .b-contacts-block__phone {
        margin-bottom: 16px;
    }

    .b-contacts-block__phone {
        font-size: 18px;
    }

    .b-contacts-block__mail {
        font-size: 18px;
    }

    .b-contacts-block__bottom {
        -ms-flex-preferred-size: 26.66667%;
        flex-basis: 26.66667%;
        max-width: 26.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.33333%;
    }

    .b-contacts-block__button {
        margin-bottom: 24px;
    }

    .l-documents-block {
        margin-bottom: 72px;
    }

    .b-documents-block__title {
        font-size: 48px;
    }

    .b-documents-block__title {
        margin-bottom: 24px;
    }

    .b-documents-block__title-icon {
        margin-left: 13px;
    }

    .b-documents-block__tabs {
        margin-bottom: 24px;
    }

    .b-documents-block__item {
        margin-bottom: 24px;
    }

    .b-documents-block__item:last-child {
        margin-bottom: 0;
    }

    .b-documents-block__link {
        font-size: 20px;
    }

    .l-location {
        margin-bottom: 24px;
    }

    .b-location__title {
        font-size: 48px;
    }

    .b-location__title {
        margin-bottom: 24px;
    }

    .b-location__list {
        margin-bottom: 24px;
    }

    .b-location__item {
        margin-bottom: 24px;
    }

    .b-location__item:last-child {
        margin-bottom: 0;
    }

    .b-location__points {
        margin: 40px 0 0;
    }

    .b-location__points .b-location__point {
        padding-right: 50px;
    }

    .b-location__points .b-location__point-title {
        font-size: 22px;
        line-height: 40px;
        font-weight: 500;
    }

    .b-location__points .slick-dots li {
        width: 8px;
        height: 8px;
        margin-right: 8px;
    }

    .b-utp__title {
        font-size: 22px;
        font-weight: 500;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 32px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-bottom: 40px;
    }

    .b-popup-gallery__ttl {
        margin-bottom: 24px;
    }

    .b-popup-gallery__image {
        margin-bottom: 24px;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 32px;
    }

    .b-popup-info .b-popup__cnt {
        padding-bottom: 40px;
    }

    .b-popup-info__ttl {
        margin-bottom: 24px;
    }

    .b-popup-info__image {
        margin-bottom: 24px;
    }

    .live {
        margin-top: 28px;
    }

    .live__item {
        -ms-flex-preferred-size: 29.44444%;
        flex-basis: 29.44444%;
        width: 29.44444%;
        margin: 0 1.94444% 3.88889%;
    }

    .live-title {
        margin-bottom: 24px;
    }

    .live-title {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .live-title .div-title,.live-title h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .b-info_theme_evolution .b-info__title {
        margin-bottom: 24px;
    }

    .evalution-wrap {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .evalution__plans {
        -ms-flex-preferred-size: 56.66667%;
        flex-basis: 56.66667%;
        max-width: 56.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .evalution__nav-wrap {
        width: 56.66667%;
    }

    .evalution__nav-img {
        height: 70px;
    }

    .evalution__nav-caption {
        padding-top: 16px;
    }

    .pp-hint__button button:hover {
        opacity: 0.5;
    }

    .b-map_with_overlay span {
        font-size: 40px;
        line-height: 40px;
    }

    .l-map-tab-objects {
        margin-bottom: 72px;
    }

    .l-map-tab-objects {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-btn-tabs__all {
        -ms-flex-preferred-size: 22.22222%;
        flex-basis: 22.22222%;
        max-width: 22.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        bottom: 50px;
        left: 20px;
    }

    .b-map-tabs-wrapper {
        top: -576px;
    }

    .b-map-tab-objects {
        height: 416px;
    }

    .b-map-tab__all {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .b-map-tab-objects__item.b-map-tab__all,.b-map-tab-objects__item-check.b-map-tab__all {
        -ms-flex-align: center;
        align-items: center;
    }

    .l-map-accordion {
        margin-bottom: 24px;
    }

    .b-map-accordion .ui-accordion-header {
        padding-left: 3.33333%;
        padding-right: 3.33333%;
    }

    .b-map-accordion .ui-accordion-content {
        padding-bottom: 24px;
    }

    .b-map-accordion .ui-accordion-content {
        padding-left: 3.33333%;
        padding-right: 3.33333%;
    }

    .b-header__burger {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        margin-top: -7px;
    }

    .b-header__logo {
        margin-right: 1.38889%;
        width: 13.88889%;
        z-index: 2;
        margin-top: -6px;
    }

    .b-header__select {
        -ms-flex-preferred-size: 18.05556%;
        flex-basis: 18.05556%;
        max-width: 18.05556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.38889%;
        display: block;
        border-radius: 4px;
    }

    .b-header__select-menu {
        display: none;
    }

    .b-header__btn {
        -ms-flex-preferred-size: 19.44444%;
        flex-basis: 19.44444%;
        max-width: 19.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.38889%;
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .b-header__btn-menu {
        display: none;
    }

    .b-header__phone {
        margin-right: 2.77778%;
    }

    .b-header__title {
        margin-right: 16.66667%;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .b-header_theme_parking {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .b-header_theme_parking .b-header__logo {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 2.77778%;
    }

    .b-header__lk {
        margin-right: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-header__lk:hover .b-header__tooltipe {
        visibility: visible;
        opacity: 1;
    }

    .b-header__favorite {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-header__favorite:hover .b-header__tooltipe {
        visibility: visible;
        opacity: 1;
    }

    .l-full-nav__top .b-header__burger {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .l-full-nav__top .b-header__logo {
        display: block;
        width: 16.66667%;
        opacity: 0;
    }

    .b-objects-nav {
        margin-top: -8px;
        margin-bottom: 40px;
    }

    .b-objects-nav__item {
        margin-right: 2.94118%;
        width: 23.52941%;
    }

    .b-objects-nav__item:last-child {
        margin-right: 0%;
    }

    .b-objects-nav__item-full {
        margin-right: 0%;
        width: 100%;
    }

    .b-objects-nav__item-full .b-objects-nav__sub {
        margin-right: 1.25%;
        width: 48.75%;
    }

    .b-footer__menu {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        padding-top: 40px;
        padding-bottom: 12px;
    }

    .b-footer__menu-item {
        -ms-flex-preferred-size: 23.33333%;
        flex-basis: 23.33333%;
        max-width: 23.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        display: block;
    }

    .b-footer__menu-item-mini {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.33333%;
        display: block;
    }

    .b-footer__menu-contacts {
        -ms-flex-preferred-size: 26.66667%;
        flex-basis: 26.66667%;
        max-width: 26.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.33333%;
    }

    .b-footer__social {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        margin-top: 32px;
        margin-bottom: 20px;
    }

    .b-footer__social-form {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.33333%;
    }

    .b-footer__social-form input {
        margin-right: 3.33333%;
        width: 60%;
        height: 40px;
    }

    .b-footer__social-form input[type='submit'] {
        width: 36.66667%;
    }

    .b-footer__social-form .b-footer__social-agree label {
        font-size: 16px;
    }

    .b-footer__social .b-form__answer {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.33333%;
    }

    .b-footer__social-title {
        font-size: 16px;
    }

    .b-footer__social-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-preferred-size: 46.66667%;
        flex-basis: 46.66667%;
        max-width: 46.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 36px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .b-footer__info {
        padding-right: 8.33333%;
        padding-left: 8.33333%;
    }

    .b-footer__info-content {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-footer__info-txt {
        margin-right: 3.33333%;
        width: 49.16667%;
    }

    .b-footer__info-logo {
        -ms-flex-preferred-size: 23.33333%;
        flex-basis: 23.33333%;
        max-width: 23.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 13.33333%;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .b-footer__info-content_type_element .b-footer__info-txt {
        margin-right: 0%;
        width: 100%;
    }

    .b-footer__info-content_type_element .b-footer__info-txt-container {
        -ms-flex-preferred-size: 49.16667%;
        flex-basis: 49.16667%;
        max-width: 49.16667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0.83333%;
    }

    .b-footer__info-content_type_element .b-kelnik {
        -ms-flex-preferred-size: 13.33333%;
        flex-basis: 13.33333%;
        max-width: 13.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 24px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .b-documents__item {
        padding-left: gutter(3);
    }

    .b-facts {
        margin-top: 38px;
        margin-bottom: 28px;
    }

    .b-facts__item_width_1 .b-facts__text {
        -ms-flex-preferred-size: 85.71429%;
        flex-basis: 85.71429%;
        max-width: 85.71429%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_2 .b-facts__text {
        -ms-flex-preferred-size: 85.71429%;
        flex-basis: 85.71429%;
        max-width: 85.71429%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_3 .b-facts__text {
        -ms-flex-preferred-size: 85.71429%;
        flex-basis: 85.71429%;
        max-width: 85.71429%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_4 .b-facts__text {
        -ms-flex-preferred-size: 85.71429%;
        flex-basis: 85.71429%;
        max-width: 85.71429%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_5 .b-facts__text {
        -ms-flex-preferred-size: 85.71429%;
        flex-basis: 85.71429%;
        max-width: 85.71429%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_6 .b-facts__text {
        -ms-flex-preferred-size: 85.71429%;
        flex-basis: 85.71429%;
        max-width: 85.71429%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_7 .b-facts__text {
        -ms-flex-preferred-size: 85.71429%;
        flex-basis: 85.71429%;
        max-width: 85.71429%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_8 .b-facts__text {
        -ms-flex-preferred-size: 85.71429%;
        flex-basis: 85.71429%;
        max-width: 85.71429%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__title {
        font-size: 24px;
        line-height: 24px;
    }

    .b-info__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 64px;
        margin-bottom: 54px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-info__descr {
        margin-bottom: 36px;
    }

    .b-info__more {
        -ms-flex-preferred-size: 48.33333%;
        flex-basis: 48.33333%;
        max-width: 48.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.33333%;
        margin-bottom: 46px;
        margin-right: 0%;
    }

    .b-info__more:last-child {
        margin-right: 0%;
    }

    .b-info__show-more {
        padding-right: 5.55556%;
        font-size: 12px;
        color: #000000;
        width: auto;
    }

    .b-objects {
        margin-top: 28px;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-objects.b-objects-page-objects {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .b-objects__link-wrap {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-objects__map {
        margin-bottom: 32px;
    }

    .b-objects__map .b-objects__title {
        margin-left: 0%;
        margin-right: 0%;
    }

    .b-objects__map.b-objects__map-visible {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-objects__title {
        margin-bottom: 24px;
    }

    .b-objects__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-objects__title.b-objects__title-page-objects {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__title {
        font-size: 40px;
        line-height: 40px;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .b-objects__title.b-objects__title-page-objects .div-title,.b-objects__title.b-objects__title-page-objects h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .b-objects__title.b-objects_theme_bottom {
        margin-bottom: 0;
    }

    .b-objects__tabs.b-objects__tabs-full {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-objects__tabs.b-objects__tabs-full a {
        -ms-flex: none;
        flex: none;
    }

    .b-objects__tabs.b-objects__tabs-full a {
        font-size: 16px;
        line-height: 16px;
    }

    .b-objects__tabs.b-objects__tabs-full a:not(:last-child) {
        margin-right: 2.77778%;
    }

    .b-objects__item {
        width: 32.35294%;
    }

    .b-objects__item:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .b-objects__item:not(:nth-child(3n)) {
        margin-right: 1.47059%;
    }

    .b-objects__img-content {
        height: 18.5vw;
    }

    .b-tabs__content-mileage {
        margin-bottom: 24px;
    }

    .b-objects__name_separate_font {
        font-size: 18px;
    }

    .b-objects__content-title {
        font-size: 24px;
        line-height: 30px;
    }

    .b-objects__address {
        width: 89.42308%;
    }

    .b-objects__tooltip {
        width: 40.27778%;
    }

    .b-objects__tooltip-img {
        height: 224px;
        border-radius: 0 4px 0 0;
    }

    .b-objects__tooltip-label {
        top: 136px;
    }

    .b-objects__tooltip-content {
        height: 344px;
        border-radius: 0 0 4px;
    }

    .b-objects__tooltip-address {
        margin-bottom: 16px;
    }

    .b-objects__tooltip-info-item {
        width: auto;
        margin-right: 12.5%;
    }

    .b-objects__tooltip-table {
        font-size: 14px;
    }

    .b-objects__tooltip-table td {
        width: initial;
    }

    .b-objects_type_exclusive {
        margin-bottom: 96px;
    }

    .b-objects_type_exclusive h2 {
        margin-bottom: 32px;
    }

    .b-objects__item_type_horizontal {
        width: 100%;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .b-objects__item_type_horizontal:not(:nth-child(3n)) {
        margin-right: 0%;
    }

    .b-objects__item_type_horizontal:not(:last-child) {
        margin-bottom: 48px;
    }

    .b-objects__item_type_horizontal .b-objects__img-content {
        width: 50%;
        border-radius: 4px 0 0 4px;
        height: inherit;
        padding-bottom: 0;
    }

    .b-objects__item_type_horizontal .b-objects__content {
        width: 50%;
        border-radius: 0 4px 4px 0;
        border-top: 1px solid rgba(0, 49, 108, 0.2);
    }

    .b-objects__item_type_horizontal .b-objects__address {
        font-size: 18px;
        line-height: 18px;
    }

    .b-objects__item_type_horizontal .b-objects__info .b-btn {
        margin-top: 24px;
    }

    .b-objects__item_type_horizontal .b-objects__info-title {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .b-objects__item_type_horizontal .b-objects__info-content {
        font-size: 16px;
        line-height: 20px;
    }

    .b-objects__timer-labels {
        margin-bottom: 8px;
        width: 297px;
    }

    .b-objects_separate_page {
        margin-top: 8px;
    }

    .b-wait__text-block {
        width: 50%;
    }

    .b-wait__img-block {
        width: 50%;
    }

    .b-wait__content-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .b-mortgage-info__wrap {
        margin-top: 58px;
    }

    .b-mortgage-info__link {
        top: 16px;
        right: 27.77778%;
    }

    .b-mortgage-info__rate {
        width: 20%;
    }

    .b-mortgage-info__infographic {
        margin-bottom: 56px;
    }

    .b-mortgage-info__infographic-item {
        margin-bottom: 0px;
    }

    .b-mortgage-info__infographic-text {
        width: 64.28571%;
    }

    .l-howtobuy__mortgage {
        margin-top: 32px;
        margin-bottom: 32px;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-howtobuy__ttl {
        margin-bottom: 50px;
        font-size: 32px;
        font-weight: 300;
        line-height: 36px;
    }

    .l-howtobuy-sliders {
        padding: 40px 5.55556% 0 0;
    }

    .l-howtobuy-slider-col {
        -ms-flex-preferred-size: 44.375%;
        flex-basis: 44.375%;
        max-width: 44.375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 5.55556%;
        margin-bottom: 47px;
        max-height: 98px;
    }

    .l-howtobuy-slider-col .selectric .label {
        height: 48px;
        line-height: 48px;
    }

    .l-howtobuy-slider-col:last-child {
        -ms-flex-preferred-size: 44.375%;
        flex-basis: 44.375%;
        max-width: 44.375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
        text-align: right;
    }

    .l-howtobuy-slider-col.b-howtobuy-slider-col-row {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .l-howtobuy-slider-col.b-howtobuy-slider-col-row .l-howtobuy-slider-col__credit-ttl {
        margin-right: 12.5%;
    }

    .b-howtobuy-slider-col__ttl {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 18px;
    }

    .b-howtobuy-slider-col__credit-summ {
        font-size: 28px;
    }

    .b-howtobuy-mortgage-cards {
        display: none;
    }

    .b-howtobuy-mortgage-table {
        display: table;
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
    }

    .b-howtobuy-loadmore {
        margin-top: 30px;
    }

    .b-purchase {
        margin-bottom: 72px;
    }

    .b-purchase__wrap h2 {
        margin-bottom: 36px;
    }

    .b-purchase__item {
        -ms-flex-preferred-size: 24.26471%;
        flex-basis: 24.26471%;
        max-width: 24.26471%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .b-purchase__item-content {
        padding-bottom: 16px;
    }

    .b-purchase__item-ttl {
        width: 100%;
    }

    .b-purchase__item-text {
        margin-bottom: 16px;
        width: 100%;
    }

    .b-purchase__item-link:after {
        top: 50%;
        left: 0;
    }

    .b-home-gallery {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-home-gallery .b-gallery__info-wrap {
        margin-top: 40px;
        width: 33.82353%;
    }

    .b-home-gallery .b-gallery__ttl {
        font-size: 48px;
        line-height: 48px;
    }

    .b-home-gallery .fotorama__arr--prev {
        bottom: 40px;
    }

    .b-home-gallery .fotorama__arr--next {
        bottom: 40px;
    }

    .b-home-gallery-start {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-home-gallery-start .fotorama__arr--prev {
        bottom: 40px;
    }

    .b-home-gallery-start .fotorama__arr--next {
        bottom: 40px;
    }

    .b-innovations {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 64px;
    }

    .b-innovations__title {
        margin-bottom: 40px;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-innovations__item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.66667%;
    }

    .b-innovations__item-ttl {
        font-size: 18px;
        line-height: 20px;
    }

    .b-news {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 56px;
        margin-bottom: 40px;
    }

    .b-news__title {
        margin-bottom: 40px;
    }

    .b-news__item {
        margin-bottom: 32px;
    }

    .b-feedback {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__content-block {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .b-feedback__mortage .b-feedback__content-block .b-btn {
        margin-right: 5.55556%;
    }

    .b-feedback__mortage .b-feedback__content-block .b-feedback__mortage-result {
        margin-right: 5.55556%;
    }

    .b-feedback__mortage .b-feedback__content-wrapper.b-feedback__content-wrapper-second {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: auto;
    }

    .b-feedback__flat-calc.b-feedback__desctop-title {
        display: inline-block;
    }

    .b-feedback__flat-calc.b-feedback__mobile-title {
        display: none;
    }

    .b-feedback__tooltip {
        top: -10%;
        right: -20px;
    }

    .b-feedback__tooltip-content {
        right: -250px;
        left: 230px;
        top: -85px;
    }

    .b-feedback__calc-link {
        max-width: 337px !important;
    }

    .b-feedback__input,.b-feedback__input-text {
        width: 58.92857%;
    }

    .b-feedback__input[type='submit'],.b-feedback__input-text[type='submit'] {
        width: 37.03704%;
    }

    .b-feedback__mortage .b-feedback__content {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__form {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__form .l-howtobuy-slider-col {
        margin-bottom: 20px;
    }

    .b-feedback__mortage .b-feedback__form .l-howtobuy-slider-col:last-child {
        margin-right: 5.55556%;
        text-align: left;
    }

    .b-feedback__mortage .b-feedback__form .b-form-questions__input-row {
        -ms-flex-preferred-size: 43.75%;
        flex-basis: 43.75%;
        max-width: 43.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 20px;
        margin-left: 0;
    }

    .b-feedback__mortage .b-feedback__form .b-form-questions__buttons {
        padding: 0;
    }

    .b-feedback__mortage .b-feedback__form .b-feedback__submit {
        margin-top: 20px;
    }

    .b-feedback__mortage .b-feedback__ttl {
        font-size: 30px;
        line-height: 40px;
    }

    .b-feedback__theme_installment .b-feedback__form .l-howtobuy-slider-col:first-child {
        margin-right: 0;
    }

    .b-feedback__theme_installment .b-feedback__content-block {
        -ms-flex-align: center;
        align-items: center;
    }

    .b-feedback__theme_installment .b-feedback__content-block .b-btn {
        margin-right: 0;
    }

    .b-help__text {
        font-size: 16px;
        line-height: 24px;
    }

    .b-help__subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .b-help__grafic {
        font-size: 17px;
        line-height: 24px;
    }

    .b-help__title {
        font-size: 20px;
        line-height: 24px;
    }

    .b-buy-regions__title {
        font-size: 32px;
        line-height: 36px;
    }

    .b-buy-regions__sales {
        margin-bottom: 64px;
    }

    .b-buy-regions__sales__title {
        font-size: 32px;
        line-height: 40px;
    }

    .b-buy-trade__title {
        font-size: 32px;
        line-height: 36px;
    }

    .b-buy-ipoteka__title {
        font-size: 32px;
        line-height: 36px;
    }

    .b-buy-military__title {
        font-size: 20px;
        line-height: 24px;
    }

    .b-buy-rassrochka__options__title {
        font-size: 32px;
        line-height: 40px;
    }

    .b-buy-mat-kapital__title {
        font-size: 20px;
        line-height: 24px;
    }

    .b-buy-mat-kapital__grey-wrap__title {
        font-size: 32px;
        line-height: 36px;
    }

    .rassrochk-option__title {
        font-size: 20px;
        line-height: 30px;
    }

    .b-buy-rassrochka__alert {
        margin-bottom: 64px;
    }

    .b-buy-ipoteka__legend {
        display: none;
    }

    .b-alert {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding: 20px 40px;
    }

    .b-alert__wrap {
        font-size: 20px;
        line-height: 30px;
    }

    .military-steps__title {
        font-size: 32px;
        line-height: 25px;
    }

    .advantages__text {
        font-size: 18px;
        line-height: 28px;
    }

    .advantages--step .advantages__text {
        font-size: 16px;
        line-height: 24px;
    }

    .b-excursions__info {
        max-width: 70%;
        margin-bottom: 12px;
    }

    .b-excursions__title {
        font-size: 48px;
        line-height: 55px;
    }

    .b-excursions__bottom {
        float: right;
    }

    .b-excursions__wrap {
        padding: 0 53px;
    }

    .b-mileage__title {
        font-size: 32px;
        line-height: 45px;
    }

    .b-mileage__list {
        margin-bottom: 32px;
    }

    .b-mileage__list li {
        font-size: 16px;
        line-height: 32px;
    }

    .b-mileage__list li {
        width: 87.5%;
        padding-left: 48px;
        padding-right: 0%;
    }

    .b-mileage__list ol li:before {
        width: 30px;
        height: 30px;
        padding-left: 11px;
        font-size: 16px;
        line-height: 32px;
    }

    .b-mileage__list ul li {
        padding-left: 26px;
    }

    .b-mileage__text .b-text__paragraph {
        font-size: 18px;
        line-height: 27px;
    }

    .b-mileage__text .b-text__paragraph {
        width: 87.5%;
    }

    .b-mileage__text .b-text__paragraph_size_medium {
        font-size: 24px;
        line-height: 40px;
    }

    .b-mileage__text .b-text__paragraph_size_medium {
        width: 100%;
    }

    .b-mileage__text .b-text__paragraph_size_big {
        font-size: 28px;
        line-height: 35px;
    }

    .b-mileage__text .b-text__paragraph_size_big {
        width: 100%;
    }

    .b-mileage-info .b-mortgage-info__infographic {
        margin-bottom: 48px;
    }

    .b-mileage-info .b-mortgage-info__infographic-text {
        min-width: 187px;
    }

    .b-mileage-info .b-mortgage-info__label {
        margin-bottom: 48px;
        width: 62.5%;
    }

    .b-buy-trade__img {
        margin-bottom: 40px;
    }

    .b-form-questions {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-form-questions__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .b-form-questions__left {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        padding-right: 30px;
        margin-bottom: 0px;
    }

    .b-form-questions__title {
        font-size: 30px;
        line-height: 44px;
    }

    .b-form-questions__text {
        font-size: 16px;
        line-height: 24px;
    }

    .b-form-questions__left {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
        padding-right: 30px;
    }

    .b-form-questions__right {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-left: 30px;
    }

    .b-feedback__form {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-left: 30px;
    }

    .b-feedback__friends .b-feedback__form-friends {
        padding-left: 0;
    }

    .b-socials__title {
        font-size: 24px;
        line-height: 30px;
    }

    .l-construction-progress {
        margin-bottom: 72px;
    }

    .b-construction-progress__title {
        margin-bottom: 24px;
    }

    .b-construction-progress__title {
        font-size: 48px;
    }

    .b-construction-progress__title {
        -ms-flex-preferred-size: 63.33333%;
        flex-basis: 63.33333%;
        max-width: 63.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__top-buttons {
        margin-bottom: 24px;
    }

    .b-construction-progress__top-buttons {
        -ms-flex-preferred-size: 36.66667%;
        flex-basis: 36.66667%;
        max-width: 36.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__top-buttons .b-btn {
        -ms-flex-preferred-size: 45.45455%;
        flex-basis: 45.45455%;
        max-width: 45.45455%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__albums {
        margin-top: 24px;
    }

    .b-construction-progress__bottom-buttons,.b-news__bottom-button {
        margin-top: 24px;
    }

    .l-news-progress {
        margin-bottom: 72px;
    }

    .b-news-progress__title {
        margin-bottom: 24px;
    }

    .b-news-progress__title {
        font-size: 48px;
    }

    .b-news-progress__title {
        -ms-flex-preferred-size: 63.33333%;
        flex-basis: 63.33333%;
        max-width: 63.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__top-buttons {
        margin-bottom: 24px;
    }

    .b-news-progress__top-buttons {
        -ms-flex-preferred-size: 36.66667%;
        flex-basis: 36.66667%;
        max-width: 36.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__top-buttons .b-btn {
        -ms-flex-preferred-size: 45.45455%;
        flex-basis: 45.45455%;
        max-width: 45.45455%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__albums {
        margin-top: 24px;
    }

    .b-news-progress__bottom-buttons {
        margin-top: 24px;
    }

    .l-construction-album {
        margin-bottom: 16px;
    }

    .b-construction-progress__link {
        max-height: 330px;
    }

    .b-construction-album__info {
        padding-top: 24px;
    }

    .b-construction-album__info {
        padding-bottom: 24px;
    }

    .b-construction-album__date {
        font-size: 18px;
    }

    .l-news-album {
        margin-bottom: 16px;
    }

    .b-news-progress__link {
        max-height: 330px;
    }

    .b-news-album__info {
        padding-top: 24px;
    }

    .b-news-album__info {
        padding-bottom: 24px;
    }

    .b-news-album__date {
        font-size: 18px;
    }

    .b-search-filter__top {
        padding-top: 40px;
    }

    .b-search-filter__top {
        padding-bottom: 32px;
    }

    .b-search-filter__top {
        margin-bottom: 24px;
    }

    .b-search-filter__bottom {
        margin-bottom: 24px;
    }

    .b-search-filter__range-slider {
        margin-bottom: 16px;
    }

    .b-search-filter__select {
        margin-bottom: 16px;
    }

    .b-search-more-parametrs {
        margin-bottom: 16px;
    }

    .b-search-filter_type_parking .b-search-filter__range-slider {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-building__cards tbody {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .b-building__mobile-view {
        -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
        max-width: 31.25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.125%;
        width: 31.25%;
    }

    .b-building__card-address {
        font-size: 16px;
        line-height: 24px;
    }

    .b-home-search {
        margin-top: 24px;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-home-search__title {
        display: none;
    }

    .b-home-search__logo {
        display: none;
    }

    .b-header__complex {
        -ms-flex-preferred-size: 19.44444%;
        flex-basis: 19.44444%;
        max-width: 19.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__rooms {
        -ms-flex-preferred-size: 13.88889%;
        flex-basis: 13.88889%;
        max-width: 13.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-order: 2;
        order: 2;
    }

    .b-header__price {
        -ms-flex-preferred-size: 27.77778%;
        flex-basis: 27.77778%;
        max-width: 27.77778%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__full-search {
        -ms-flex-preferred-size: 13.88889%;
        flex-basis: 13.88889%;
        max-width: 13.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__result {
        -ms-flex-preferred-size: 18.05556%;
        flex-basis: 18.05556%;
        max-width: 18.05556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        font-size: 15px;
    }

    .b-search__tab {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
        margin-top: 32px;
    }

    .l-new-search-filter {
        padding-left: 2.77778%;
        padding-right: 2.77778%;
    }

    .b-new-search-filter__select_type_object {
        -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
        max-width: 31.25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-new-search-filter__select_type_corpus {
        -ms-flex-preferred-size: 21.875%;
        flex-basis: 21.875%;
        max-width: 21.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-new-search-filter__select_type_section {
        -ms-flex-preferred-size: 21.875%;
        flex-basis: 21.875%;
        max-width: 21.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-new-search-filter__select_type_floor {
        -ms-flex-preferred-size: 15.625%;
        flex-basis: 15.625%;
        max-width: 15.625%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-parking {
        overflow: visible;
    }

    .b-parking__plan {
        width: 100%;
        height: auto;
    }

    .b-contacts {
        margin-bottom: 80px;
    }

    .b-menu__contacts {
        -ms-flex-preferred-size: 41.17647%;
        flex-basis: 41.17647%;
        max-width: 41.17647%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        height: 100%;
        display: block;
    }

    .b-menu__contacts-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__contacts-item:first-of-type {
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
        border-right: none;
    }

    .b-menu__contacts-item.b-menu__city {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__contacts-item.b-menu__office {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        position: relative;
    }

    .b-menu__contacts-item.b-menu__office .b-menu__header {
        display: none;
    }

    .b-menu__header {
        height: 72px;
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-menu__header span {
        font-size: 24px;
        line-height: 36px;
    }

    .b-menu__main {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__main.b-main__office {
        display: block;
    }

    .b-menu__list-item {
        padding-top: 29px;
        padding-bottom: 34px;
    }

    .b-contacts__map {
        -ms-flex-preferred-size: 58.82353%;
        flex-basis: 58.82353%;
        max-width: 58.82353%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        height: 100%;
    }

    .b-contacts__tooltip-wrapper {
        -ms-flex-preferred-size: 38.23529%;
        flex-basis: 38.23529%;
        max-width: 38.23529%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 17.64706%;
        top: 0;
        right: inherit;
        left: 0;
        height: 100%;
        z-index: -1;
    }

    .b-contacts__tooltip {
        width: 100%;
        border: none;
        border-radius: 0;
    }

    .b-contacts__tooltip-content-wrapper {
        height: 100%;
    }

    .b-objects__tooltip-img-wrapper {
        width: 100%;
        height: 0;
        padding-bottom: 64.15%;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .b-contacts__tooltip-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-left: 8.33333%;
        padding-right: 5.55556%;
        padding-top: 25px;
    }

    .b-contacts__tooltip-email {
        font-size: 18px;
        line-height: 27px;
        margin-top: 6px;
        display: block;
    }

    .b-contacts__tooltip-link {
        margin-top: 61px;
    }

    .b-contacts__comment {
        font-size: 16px;
        line-height: 24px;
    }

    .b-contacts__comment {
        margin-left: 5.14706%;
        margin-right: 5.14706%;
    }

    .b-contacts_type_flats {
        margin-bottom: 24px;
    }

    .b-contacts_with_comment {
        margin-bottom: 40px;
    }

    .l-flat {
        max-width: 960px;
    }

    .b-flat__mobile-title {
        display: none;
    }

    .b-flat__mobile-counter {
        display: none;
    }

    .b-flat__title {
        font-size: 28px;
        line-height: 42px;
    }

    .b-flat__title {
        display: block;
        margin-bottom: 0px;
        padding-top: 12px;
    }

    .b-flat__counter {
        margin-bottom: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 16px;
        font-family: "pfdin", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        color: #438cce;
        line-height: 16px;
        font-size: 12px;
    }

    .b-flat__counter_icon {
        width: 20px;
        height: 12px;
        fill: rgba(2, 33, 86, 0.5);
        margin-right: 12px;
    }

    .b-flat__tabs {
        margin-bottom: 56px;
    }

    .b-flat__left {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0;
        padding-right: 2.77778%;
    }

    .b-flat__right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-left: 2.77778%;
    }

    .b-flat__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 64px;
    }

    .b-flat .b-flat__planoplan-wiget {
        margin-bottom: 56px;
    }

    .b-flat__buy {
        margin-bottom: 40px;
    }

    .b-flat__price-wrap {
        width: 48%;
    }

    .b-flat__btn {
        width: 48%;
    }

    .b-flat__btn.b-flat__btn-anchor,.b-flat__btn.b-flat__price-wrap-second {
        width: 48%;
    }

    .b-flat__price {
        font-size: 36px;
    }

    .b-flat__bottom-tabs {
        margin-bottom: 32px;
    }

    .b-flat__filter-item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        margin-bottom: 60px;
        max-width: 33.33%;
    }

    .b-flat__results {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        margin-left: -27px;
        margin-right: -27px;
    }

    .b-flat__results-left {
        margin-bottom: 0px;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        padding-left: 27px;
        padding-right: 27px;
    }

    .b-flat__results-right {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 27px;
        padding-right: 27px;
    }

    .b-flat__result-block {
        padding: 32px;
    }

    .b-link.uptolike-buttons {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .b-flat__gallery-layout {
        margin-bottom: 16px;
    }

    .b-flat__gallery-wrapper {
        -ms-flex-preferred-size: 47.22222%;
        flex-basis: 47.22222%;
        max-width: 47.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .b-flat__gallery-title {
        font-size: 24px;
        line-height: 32px;
    }

    .b-params {
        margin-left: -48px;
    }

    .b-params__item {
        margin-left: 48px;
    }

    .b-params__value {
        font-size: 22px;
    }

    .b-params--vertical {
        margin-left: 0;
    }

    .b-params--vertical .b-params__item {
        margin-left: 0;
    }

    .l-flat-card__item {
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        margin-bottom: 40px;
    }

    .b-actions__header {
        margin-bottom: 56px;
    }

    .b-actions__header h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .b-actions__select {
        -ms-flex-preferred-size: 32.8125%;
        flex-basis: 32.8125%;
        max-width: 32.8125%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__form {
        -ms-flex-preferred-size: 88.88889%;
        flex-basis: 88.88889%;
        max-width: 88.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__form-wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__form-wrapper .b-form__checkbox_transparent_color label {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__start .b-action__item-new:nth-child(4) {
        display: none;
    }

    .b-action {
        margin-bottom: 120px;
    }

    .b-action__item-new {
        -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
        max-width: 31.25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-action__item-new:not(:nth-child(2n)) {
        margin-right: 0%;
    }

    .b-action__item-new:not(:nth-child(3n)) {
        margin-right: 3.125%;
    }

    .b-action__item-new--last {
        display: none;
    }

    .b-action__img-content {
        height: 16.66vw;
    }

    .b-action__content {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }

    .b-action__title-inner {
        margin-bottom: 16px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        font-size: 52px;
    }

    .b-action__labels-inner {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        margin-bottom: 24px;
    }

    .b-action__content-inner {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-action__subtitle-inner {
        margin-bottom: 32px;
        font-size: 28px;
        line-height: 1.35;
    }

    .b-action__text-inner {
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 1.5;
    }

    .b-action__text-inner li {
        padding-left: 48px;
        padding-right: 0%;
    }

    .b-action__text-inner ol li:before {
        width: 30px;
        height: 30px;
        padding-left: 11px;
        font-size: 16px;
        line-height: 32px;
        top: 0;
    }

    .b-action__text-inner ul li {
        padding-left: 26px;
    }

    .b-action__buttons-inner .b-btn:not(:last-child) {
        margin-right: 3.33333%;
    }

    .b-actions-inner__subtitle {
        margin-bottom: 40px;
        font-size: 36px;
    }

    .b-action__item_theme_large {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 80px;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .b-action__item_theme_large:not(:nth-child(3n)) {
        margin-right: 0%;
    }

    .b-action__item_theme_large .b-action__img-content {
        -ms-flex-preferred-size: 47.05882%;
        flex-basis: 47.05882%;
        max-width: 47.05882%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        height: 100%;
        border-radius: 4px 0 0 4px;
        border: 1px solid rgba(0, 49, 108, 0.2);
        border-right-color: transparent;
        padding-bottom: 0;
    }

    .b-action__item_theme_large .b-action__img-content .b-action__img {
        position: static;
        object-fit: cover;
        object-position: top left;
    }

    .b-action__item_theme_large .b-action__content {
        -ms-flex-preferred-size: 52.94118%;
        flex-basis: 52.94118%;
        max-width: 52.94118%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-top: 56px;
        padding-bottom: 48px;
        padding-left: 5.88235%;
        padding-right: 5.88235%;
        border-radius: 0 4px 4px 0;
        border-top-color: rgba(0, 49, 108, 0.2);
        border-left-color: transparent;
    }

    .b-action__item_theme_large .b-action__title {
        margin-bottom: 24px;
        font-size: 36px;
        line-height: 1;
    }

    .b-action__img-content_type_mini {
        height: 18.5vw;
    }

    .b-actions-form__wrap {
        margin-left: auto;
        margin-right: auto;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 36px;
        margin-bottom: 40px;
    }

    .b-actions-form__content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions-form__comment {
        width: 85.71429%;
    }

    .b-actions-form__input {
        margin-right: 3.57143%;
        width: 57.14286%;
    }

    .b-actions-form__input[type='submit'] {
        width: 39.28571%;
    }

    .l-corp-clients {
        margin-top: 72px;
    }

    .l-corp-clients h1, .l-main-new .l-corp-clients h1 {
        margin-bottom: 48px;
    }

    .l-corp-clients li {
        padding-left: 48px;
        padding-right: 0%;
    }

    .l-corp-clients ol li:before {
        width: 30px;
        height: 30px;
        padding-left: 11px;
        font-size: 16px;
        line-height: 32px;
        top: 0;
    }

    .l-corp-clients ul li {
        padding-left: 26px;
    }

    .b-corp-clients__list {
        margin-bottom: 56px;
        margin-left: -28px;
    }

    .b-corp-clients__list ul {
        -ms-flex-preferred-size: 45.58824%;
        flex-basis: 45.58824%;
        max-width: 45.58824%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__list ul:first-of-type {
        -ms-flex-preferred-size: 52.94118%;
        flex-basis: 52.94118%;
        max-width: 52.94118%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.47059%;
    }

    .b-corp-clients__list ul li {
        padding-left: 28px;
    }

    .b-corp-clients__list ul li:before {
        left: 7px;
    }

    .b-corp-clients__tab {
        font-size: 16px;
        letter-spacing: 1.7px;
        padding: 28px 68px;
    }

    .b-corp-clients__facts,.b-corp-clients__banks,.b-corp-clients__associate {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }

    .b-corp-clients__facts.b-flat_theme_rare,.b-corp-clients__banks.b-flat_theme_rare,.b-corp-clients__associate.b-flat_theme_rare {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__infographic-img,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__infographic-img,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__infographic-img {
        width: 136px;
        height: 136px;
    }

    .b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__fact-title,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__fact-title,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__fact-title {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 24px;
    }

    .b-corp-clients__fact-item {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__infographic-text {
        margin-right: 0%;
        margin-left: 0%;
    }

    .b-corp-clients__banks-img {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 32px;
    }

    .b-corp-clients__banks-img:not(:nth-child(3n)) {
        margin-right: 12.5%;
    }

    .b-corp-clients__form-wrap {
        margin-left: 6.25%;
        margin-right: 6.25%;
    }

    .b-corp-clients__form-content {
        -ms-flex-preferred-size: 32.14286%;
        flex-basis: 32.14286%;
        max-width: 32.14286%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 7.14286%;
    }

    .b-corp-clients__form-title {
        font-size: 26px;
    }

    .b-corp-clients__form-comment {
        margin-bottom: 0px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        font-size: 16px;
    }

    .b-corp-clients__form {
        width: 60.71429%;
    }

    .b-corp-clients__form input {
        margin-bottom: 16px;
    }

    .b-corp-clients__form input[type='submit'] {
        -ms-flex-preferred-size: 29.41176%;
        flex-basis: 29.41176%;
        max-width: 29.41176%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 8px;
        margin-right: 5.88235%;
    }

    .b-corp-clients__form .b-form__checkbox {
        margin-top: 24px;
        width: 64.70588%;
    }

    .b-corp-clients__form-column {
        -ms-flex-preferred-size: 47.05882%;
        flex-basis: 47.05882%;
        max-width: 47.05882%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__form-column:not(:nth-child(2n)) {
        margin-right: 5.88235%;
    }

    .b-corp-clients__associate-text {
        font-size: 20px;
    }

    .b-corp-clients__label {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 24px;
    }

    .b-friends .b-realtors-info__txt {
        text-align: center;
    }

    .b-realtors-info__wrap {
        margin-top: 56px;
        margin-bottom: 16px;
        margin-left: 22.22222%;
        margin-right: 22.22222%;
    }

    .b-realtors-info__wrap h1 {
        width: 100%;
    }

    .b-realtors-info__partner-button {
        margin-top: 48px;
    }

    .b-realtors-info__partner-button-footer {
        margin-bottom: 48px;
    }

    .b-realtors-info__infografic {
        margin-top: 48px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .b-realtors-info__infographic-item-wrapper {
        margin-bottom: 64px;
    }

    .b-realtors-info__wrap_short {
        margin-bottom: 64px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-realtors-info__wrap_short .b-realtors-info__txt {
        width: 77.77778%;
    }

    .b-realtors-info__wrap_short .b-realtors-info__infografic:after {
        content: '';
        border-top: 2px solid rgba(67, 140, 206, 0.1);
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -44px;
        z-index: 0;
    }

    .b-realtors-advantages {
        margin-top: 32px;
        margin-bottom: 32px;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-realtors-advantages__wrap {
        margin-left: 5.88235%;
        margin-right: 5.88235%;
    }

    .b-realtors-advantages__title {
        font-size: 48px;
        line-height: 46px;
        width: 66.66667%;
    }

    .b-realtors-contacts {
        margin-top: 64px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-realtors-contacts__term {
        -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
        max-width: 85%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-realtors-contacts__title {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 32px;
    }

    .b-realtors-contacts__item {
        margin-bottom: 56px;
    }

    .b-realtors-contacts__item-wrap {
        margin-top: 32px;
        margin-left: 7.84314%;
        margin-right: 7.84314%;
        width: 84.31373%;
    }

    .b-realtors-contacts__info {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 4.44444%;
        margin-top: 8px;
        margin-bottom: 64px;
    }

    .b-realtors-contacts__name {
        font-size: 28px;
        line-height: 36px;
    }

    .b-realtors-contacts__name {
        margin-bottom: 8px;
        width: 66.66667%;
    }

    .b-realtors-contacts__position {
        width: 80%;
        line-height: 24px;
    }

    .b-realtors-contacts__photo {
        width: 152px;
        height: 152px;
    }

    .b-realtors-contacts__phones {
        -ms-flex-preferred-size: 41.86047%;
        flex-basis: 41.86047%;
        max-width: 41.86047%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 4.65116%;
    }

    .b-realtors-contacts__phone {
        font-size: 18px;
        line-height: 27px;
    }

    .b-realtors-contacts__phone span {
        font-size: 16px;
        font-weight: 300;
    }

    .b-realtors-contacts__mail {
        font-size: 16px;
        line-height: 27px;
    }

    .b-realtors-contacts__comment {
        line-height: 24px;
    }

    .b-realtors-docs {
        margin-top: 0px;
        margin-bottom: 64px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-realtors-docs__title {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 34px;
    }

    .b-realtors-docs__link {
        font-size: 16px;
        line-height: 20px;
    }

    .b-realtors-docs__link span {
        display: inline-block;
        width: auto;
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
    }

    .b-realtors-docs__telegram {
        margin-top: 24px;
        padding-left: 45px;
        font-size: 18px;
        line-height: 22px;
    }

    .b-about__text h1 {
        font-size: 48px;
        line-height: 64px;
    }

    .b-about__text-normal {
        width: 93.33333%;
    }

    .b-about-timeline__item {
        padding-bottom: 80px;
    }

    .b-about-timeline__item:before {
        left: 10.83333%;
    }

    .b-about-timeline__year {
        width: 6.66667%;
    }

    .b-about-timeline__point {
        left: calc(10.8333% - 7px);
    }

    .b-about-timeline__text {
        margin-left: 10%;
        width: 73.33333%;
    }

    .l-main-new .contact_title {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .l-main-new .consultation_btn {
        padding-left: 42.3% !important;
    }

    .l-main-new .tower_text {
        margin-top: -40px !important;
    }

    .l-main-new .new-filter .new-roomcount .ckeckbox_line {
        width: 108px !important;
        margin-right: 0 !important;
    }

    .l-main-new .new-filter .new-mileage.new-subway {
        float: none;
        margin-top: 40px;
    }

    .l-main-new .tb_rent {
        width: 130px !important;
        left: 470px !important;
    }

    .l-main-new .tb_s {
        width: 118px !important;
        left: 160px !important;
    }

    .l-main-new .tb_floor {
        width: 83px !important;
        left: 278px !important;
    }

    .l-main-new .tb_price {
        width: 70% !important;
        left: 160px !important;
    }

    .l-main-new .tb_corps {
        left: 269px !important;
    }

    .l-guide h1 {
        margin-bottom: 48px;
    }

    .l-guide h2 {
        margin-bottom: 16px;
    }

    .b-guide {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
    .b-career .b-career-info__infografic-collection {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .b-career .b-career-info__infografic-collection:first-child,.b-career .b-career-info__infografic-collection:last-child {
        -ms-flex-preferred-size: 44.44444%;
        flex-basis: 44.44444%;
        max-width: 44.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-career .b-career-info__infografic-collection.career-text-content .b-career-info__infographic-item-wrapper {
        margin-bottom: 50px;
    }

    .b-info-block__logo {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 6.66667%;
    }

    .l-info-cards-margin__look-also {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .l-info-cards-margin__look-also .b-info-cards__arrows {
        margin-left: 8.82353%;
        margin-right: 8.82353%;
    }

    .l-object__white-plans .b-info-cards__slider_layout-left {
        left: -2%;
    }

    .b-howtobuy-best-offer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 4.16667%;
        padding-right: 4.16667%;
    }

    .b-howtobuy-best-offer .b-howtobuy-best-offer__request-btn {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-howtobuy-best-offer .b-howtobuy-best-offer__bank-offer {
        margin-bottom: 0;
        -ms-flex-preferred-size: 30.55556%;
        flex-basis: 30.55556%;
        max-width: 30.55556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-howtobuy-best-offer .l-howtobuy-best-offer__bank-logo {
        -ms-flex-preferred-size: 22.22222%;
        flex-basis: 22.22222%;
        max-width: 22.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 2.77778%;
        margin-bottom: 0;
    }

    .b-howtobuy-best-offer .b-howtobuy-best-offer__bank-logo {
        display: none;
    }

    .b-howtobuy-best-offer .b-howtobuy__text {
        margin-top: 15px;
        width: 100%;
    }

    .l-construction-album:nth-child(6n+3) {
        display: none;
    }

    .l-news-album:nth-child(6n+3) {
        display: none;
    }

    .b-building__mobile-view:nth-child(6n) {
        margin-right: 0%;
    }

    .l-main-new .new-filter .select_two_col {
        width: 54%;
        margin-right: 5px;
    }

    .l-main-new .new-filter .select_three_col {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 960px) and (min-width: 670px) {
    .b-feedback.b-subscribe__career .b-feedback__content {
        margin-bottom: 0;
    }

    .object-planoplan__wrapper > :last-child .flat__info-link {
        margin-bottom: 48px;
    }
}

@media only screen and (min-width: 960px) and (min-width: 960px) {
    .b-feedback.b-subscribe__career .b-feedback__content {
        margin-bottom: 0;
    }

    .object-planoplan__wrapper > :last-child .flat__info-link {
        margin-bottom: 48px;
    }
}

@media only screen and (min-width: 960px) and (min-width: 1280px) {
    .b-feedback.b-subscribe__career .b-feedback__content {
        margin-bottom: 0;
    }

    .object-planoplan__wrapper > :last-child .flat__info-link {
        margin-bottom: 48px;
    }
}

@media only screen and (min-width: 960px) and (min-width: 1440px) {
    .b-feedback.b-subscribe__career .b-feedback__content {
        margin-bottom: 0;
    }

    .object-planoplan__wrapper > :last-child .flat__info-link {
        margin-bottom: 48px;
    }
}

@media only screen and (min-width: 960px) and (min-width: 1920px) {
    .b-feedback.b-subscribe__career .b-feedback__content {
        margin-bottom: 0;
    }

    .object-planoplan__wrapper > :last-child .flat__info-link {
        margin-bottom: 48px;
    }
}

@media all and (min-width: 1200px) {
    .l-main-new .detail_price {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .l-main-new .detail_price span,.l-main-new .detail_price div {
        width: auto;
    }

    .l-main-new .new-filter .new-mileage.new-subway {
        margin-top: 74px;
    }
}

@media only screen and (min-width: 1280px) {
    h1, .l-main-new .l-corp-clients h1 {
        font-size: 48px;
        line-height: 50px;
    }

    .b-feedback h2,.b-realtors-info__wrap h1,h2 {
        font-size: 32px;
        line-height: 36px;
    }

    h3 {
        font-size: 36px;
        line-height: 40px;
    }

    h4 {
        font-size: 17px;
        line-height: 28px;
    }

    h5 {
        font-size: 15px;
        line-height: 24px;
    }

    h6 {
        font-size: 14px;
        line-height: 22px;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        color: #306baf;
    }

    .b-typo-reset ol li:before {
        font-size: 16px;
        line-height: 30px;
    }

    .l-object {
        margin-bottom: 72px;
    }

    .l-object {
        padding-left: 1.38889%;
        padding-right: 1.38889%;
    }

    .l-object-map {
        margin-bottom: 32px;
    }

    .l-object-map {
        padding-left: 1.38889%;
        padding-right: 1.38889%;
    }

    .l-about-text {
        margin-bottom: 104px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .l-about-timeline {
        margin-bottom: 56px;
        margin-left: 11.11111%;
        margin-right: 11.11111%;
    }

    .l-mileage {
        margin-bottom: 40px;
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .l-mileage_govsupp {
        margin-bottom: 0px;
    }

    .l-mileage-wrap {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .l-flats {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .l-flats h2 {
        margin-bottom: 16px;
    }

    .l-flats-palns {
        margin-bottom: 24px;
    }

    .l-text {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        margin-bottom: 32px;
    }

    .l-text h2 {
        margin-bottom: 16px;
    }

    .l-text_mb_small {
        margin-bottom: 16px;
    }

    .l-text_download_theme {
        margin-bottom: 32px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-rare__button {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .l-contacts {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .l-gallery {
        margin-bottom: 48px;
    }

    .b-icon__logo-symbol {
        width: 59px;
        height: 47px;
    }

    .b-icon__footer-logo {
        margin-bottom: 4px;
        width: 142px;
        height: 33px;
    }

    .b-icon__bedroom {
        width: 70px;
        height: 49px;
    }

    .b-icon__bathroom {
        width: 70px;
        height: 62px;
    }

    .b-icon__price {
        width: 66px;
        height: 62px;
    }

    .b-kelnik__img:hover {
        fill-opacity: 1;
        fill: #808080;
    }

    .b-career-page.b-objects {
        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__title {
        font-size: 40px;
        line-height: 40px;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__subtitle {
        font-size: 24px;
        line-height: 36px;
    }

    .b-career .b-career-info__wrap {
        margin-top: 64px;
        margin-bottom: 64px;
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .b-career .b-career-info__txt {
        font-size: 40px;
        line-height: 40px;
    }

    .b-career .b-career-info__txt {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }

    .b-career .b-career-info__infografic {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-career .b-career-info__infografic:after {
        width: 66%;
        left: 22%;
    }

    .b-career .b-career-info__infografic-collection {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .b-career .b-career-info__infografic-collection.collection-line:after {
        content: '';
        border-top: 2px solid rgba(67, 140, 206, 0.1);
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 66%;
        z-index: 0;
    }

    .b-career .b-career-info__infographic-item-wrapper {
        width: calc(100% / 3);
    }

    .b-carer-info__infographic-text .b-carer-info__infographic-text-title {
        font-size: 18px;
        line-height: 27px;
    }

    .b-carer-info__infographic-text .b-carer-info__infographic-text-title {
        margin-bottom: 16px;
        text-align: center;
    }

    .b-career-info__infographic-item-scheme img {
        height: 185px;
    }

    .career-images {
        margin-top: 70px;
        margin-bottom: 60px;
    }

    .collection-line {
        margin-bottom: 25px;
    }

    .l-career-advantages.l-mileage {
        margin-top: 64px;
        margin-bottom: 72px;
        font-size: 36px;
        line-height: 45px;
    }

    .l-career-title {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-career-vacancies__item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 40px;
        height: 275px;
    }

    .b-feedback.b-subscribe__career {
        margin-top: 48px;
    }

    .b-feedback.b-subscribe__career .b-feedback__content {
        margin-bottom: 32px;
    }

    .b-feedback__wrap.b-subscribe__wrap {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-btn:hover,.b-btn:focus,.b-btn:active {
        color: #ffffff;
        background-color: #4996dd;
        border-color: #4996dd;
        text-decoration: none;
    }

    .b-btn--white:hover {
        background-color: #e3eef8;
        border-color: #e3eef8;
    }

    .b-btn--white-with-border:hover,.b-btn--white-with-border:focus {
        background-color: #e3eef8;
        border-color: #e3eef8;
    }

    .b-btn--blue:hover,.b-btn--blue:focus {
        color: #ffffff;
    }

    .l-bnt-up {
        display: none;
    }

    .b-btn_theme_gray:hover {
        background-color: rgba(0, 47, 105, 0.1);
        border-color: transparent;
    }

    .b-btn_theme_all:hover {
        background-color: rgba(0, 49, 108, 0.03);
        border-color: rgba(0, 49, 108, 0.2);
    }

    .b-btn_theme_light-gray:hover {
        color: #ffffff;
    }

    .b-btn_theme_light-blue:hover,.b-btn_theme_light-blue:focus {
        color: #ffffff;
    }

    .b-btn_theme_blue:hover,.b-btn_theme_blue:focus {
        color: #ffffff;
    }

    .b-btn_theme_white:hover {
        color: #ffffff;
    }

    .b-btn_theme_download:hover:before,.b-btn_theme_download:focus:before {
        opacity: 0;
    }

    .b-btn_theme_download.b-btn_theme_back.hidden-desktop {
        display: none;
    }

    .b-btn_theme_download.b-btn_theme_back.hidden-mobile {
        display: inline-block;
        margin-left: 0;
    }

    .hidden-desktop {
        display: none;
    }

    .hidden-mobile {
        display: inline-block;
    }

    .b-form__checkbox.b-form__checkbox_transparent_color label {
        font-size: 16px;
    }

    .selectric-items li:hover {
        background-color: rgba(0, 49, 108, 0.03);
        color: #000000;
    }

    .b-popup {
        width: auto;
    }

    .b-popup__close:hover {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mfp-image-holder .mfp-content,.mfp-iframe-holder .mfp-content {
        max-width: 70%;
    }

    .b-popup_theme_common .b-popup__cnt {
        padding: 56px 72px;
    }

    .b-popup_theme_common .b-footer__social-title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-popup_theme_common.b-popup_theme_video {
        max-width: 960px;
    }

    .b-popup_theme_common.b-popup_theme_video iframe {
        min-height: 610px;
    }

    .b-popup_theme_common.b-popup_theme_video .b-popup__cnt {
        padding: 0;
    }

    .b-popup_theme__camera .b-popup__cnt {
        padding: 64px 80px;
    }

    .b-popup_theme_parking .b-popup__cnt {
        padding: 56px 72px;
    }

    .b-popup_theme_img .b-popup__cnt {
        padding: 56px 72px;
        max-height: 100vh;
    }

    .b-popup_theme_img img {
        max-height: calc(100vh - 112px);
    }

    .b-popup_theme_gallery .mfp-close:hover {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .b-popup_theme_gallery .mfp-arrow-left {
        left: 15%;
    }

    .b-popup_theme_gallery .mfp-arrow-right {
        right: 15%;
    }

    .fotorama__arr {
        opacity: .6 !important;
    }

    .b-gallery .fotorama__arr--prev {
        top: auto;
        left: auto;
        right: 11.42857%;
        bottom: 56px;
    }

    .b-gallery .fotorama__arr--prev:hover {
        opacity: 1 !important;
    }

    .b-gallery .fotorama__arr--next {
        bottom: 56px;
    }

    .b-gallery .fotorama__arr--next:hover {
        opacity: 1 !important;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__slide-number {
        margin-top: 56px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__start-ttl {
        font-size: 77px;
        line-height: 88px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__subttl {
        margin-top: 20px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__descr {
        top: 110px;
        left: 122%;
    }

    .b-gallery__info-wrap {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .b-gallery__info-wrap:hover .b-gallery__show-more:after,.b-gallery__info-wrap:hover .b-gallery__show-more:before {
        -ms-transform: scale(1.3) rotate(45deg);
        transform: scale(1.3) rotate(45deg);
    }

    .b-gallery__slide-number {
        margin-top: 56px;
    }

    .b-gallery__start-ttl {
        font-size: 96px;
        line-height: 88px;
    }

    .b-gallery__subttl {
        margin-top: 20px;
    }

    .b-gallery-slick__popup-slide {
        height: 375px;
        min-width: 375px;
        max-width: 375px;
    }

    .b-gallery-slick__plans {
        max-height: 375px;
    }

    .b-tabs__nav a {
        font-size: 16px;
    }

    .b-tabs__nav.b-flat__bottom-tabs a {
        font-size: 20px;
    }

    .b-tabs__nav--inline a {
        padding-bottom: 24px;
    }

    .b-tabs__nav--inline a {
        font-size: 18px;
    }

    .b-tabs__nav--inline a:hover {
        opacity: .5;
    }

    .b-tab-nav-more .selectric .label {
        font-size: 16px;
    }

    .b-flat__bottom-tabs {
        font-size: 22px;
    }

    .b-tabs__subtab {
        margin-left: 0%;
        margin-right: 0%;
    }

    .b-tabs__subtab a:not(:last-child) {
        margin-right: 3.33333%;
    }

    .fixed-pos .nav-arrow {
        display: none;
    }

    .b-flat__bottom-tabs {
        font-size: 22px;
    }

    .b-range-slider .irs-slider:hover {
        box-shadow: 1px 1px 2px rgba(25, 62, 95, 0.5);
    }

    .b-range-slider .irs-from,.b-range-slider .irs-single {
        top: -5px;
    }

    .b-form_color_blue input[type='submit']:hover {
        background-color: #e3eef8;
    }

    .b-text__paragraph {
        font-size: 16px;
        line-height: 24px;
    }

    .b-text__paragraph_size_big {
        font-size: 24px;
        line-height: 40px;
    }

    .b-text__paragraph_size_big {
        margin-bottom: 40px;
    }

    .b-text__paragraph_size_medium {
        font-size: 24px;
        line-height: 40px;
    }

    .b-text__paragraph_size_medium {
        margin-bottom: 16px;
    }

    .b-content__title {
        font-size: 24px;
        line-height: 30px;
    }

    .b-content__list .b-content__list__title {
        font-size: 24px;
        line-height: 40px;
    }

    .b-content__list li {
        font-size: 18px;
        line-height: 27px;
    }

    .b-content__list ol li:before {
        top: 0;
    }

    .b-content__list ul li:before {
        top: 4px;
    }

    .b-content__list--small ul li:before {
        top: 12px;
    }

    .b-content__list_theme_standart ol li:before {
        top: 5px;
    }

    .b-content__list_display_flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-content__list_display_flex ol {
        width: 50%;
    }

    .b-content__list_display_flex ol li {
        width: 100%;
    }

    .b-content__list_display_flex .b-content__list-video {
        width: 45%;
        height: 21vw;
    }

    .b-content__list-video {
        margin-top: 20px;
    }

    .b-content__text .b-text__paragraph {
        font-size: 24px;
        line-height: 40px;
    }

    .b-content__text .b-text__paragraph_size_medium {
        font-size: 24px;
        line-height: 40px;
    }

    .b-content__text .b-text__paragraph_size_big {
        font-size: 24px;
        line-height: 40px;
    }

    .b-content__text a:hover {
        opacity: .7;
    }

    .b-content__link-map,.b-content__link-parking {
        font-size: 18px;
        line-height: 27px;
    }

    .b-content__link-map:hover,.b-content__link-parking:hover {
        opacity: .7;
    }

    .b-accordion__link {
        font-size: 20px;
        line-height: 10px;
    }

    .b-accordion__link:hover {
        opacity: .7;
    }

    .b-advantages {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-advantages__wrap {
        margin-top: 64px;
        margin-bottom: 56px;
        margin-left: 5.71429%;
        margin-right: 5.71429%;
    }

    .b-advantages__title {
        margin-bottom: 64px;
        font-size: 48px;
        line-height: 46px;
        width: 46.77419%;
    }

    .b-advantages__subtitle {
        margin-top: -24px;
        font-size: 30px;
        line-height: 34px;
    }

    .b-advantages_mb_big {
        margin-bottom: 64px;
    }

    .b-contacts__item {
        padding-top: 32px;
        padding-bottom: 32px;
        margin-bottom: 24px;
        padding-left: 3.33333%;
        padding-right: 3.33333%;
        width: 49.19355%;
    }

    .b-contacts__item:not(:nth-child(2n)) {
        margin-right: 1.6129%;
    }

    .b-contacts__title {
        font-size: 28px;
        line-height: 36px;
    }

    .b-contacts__title {
        margin-bottom: 24px;
    }

    .b-contacts__row:not(:last-child) {
        margin-bottom: 16px;
    }

    .b-contacts__info {
        font-size: 14px;
        line-height: 18px;
    }

    .b-contacts__info {
        padding-right: 8%;
        width: 50%;
    }

    .b-contacts__address {
        font-size: 14px;
        line-height: 18px;
    }

    .l-info-block {
        -ms-flex-preferred-size: 27.14286%;
        flex-basis: 27.14286%;
        max-width: 27.14286%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-info-block {
        padding-top: 40px;
    }

    .b-info-block {
        padding-bottom: 40px;
    }

    .b-info-block {
        padding-left: 15.78947%;
        padding-right: 10.52632%;
        border-radius: 4px 0 0 4px;
    }

    .b-info-block__buttons {
        margin-bottom: 40px;
    }

    .b-info-block__buttons {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-info-block__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-info-block__button:first-child,.b-info-block__button:only-child {
        margin-bottom: 16px;
    }

    .b-info-block__item {
        margin-bottom: 24px;
    }

    .b-info-block__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 0%;
        margin-right: 0%;
    }

    .b-info-block__item:first-child,.b-info-block__item:nth-child(2),.b-info-block__item:nth-child(3),.b-info-block__item:last-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 0%;
        margin-right: 0%;
    }

    .b-info-block__item:last-child {
        -ms-flex-order: 1;
        order: 1;
    }

    .b-info-block__item:nth-last-child(2) {
        margin-bottom: 0px;
        -ms-flex-order: 2;
        order: 2;
    }

    .b-friends__image {
        margin: 96px auto;
        margin-left: 13.88889%;
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-friends__recommendation {
        padding-left: 13.88889%;
        padding-right: 13.88889%;
        display: -ms-flexbox;
        display: flex;
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .b-friends__recommendation .b-friends__recommendation-col:last-child {
        -ms-flex-preferred-size: 26.92308%;
        flex-basis: 26.92308%;
        max-width: 26.92308%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-right: 0%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .b-friends__recommendation .b-friends__recommendation-col {
        -ms-flex-preferred-size: 73.07692%;
        flex-basis: 73.07692%;
        max-width: 73.07692%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-right: 7.69231%;
    }

    .b-friends__recommendation .b-friends__recommendation-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .b-friends__recommendation .b-friends__recommendation-text {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 0;
    }

    .b-friends__information {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
        display: -ms-flexbox;
        display: flex;
        margin-top: 96px;
        margin-bottom: 96px;
    }

    .b-friends__information .b-friends__information-col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .b-friends__information .b-friends__information-title {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 35px;
    }

    .b-friends__information li {
        font-size: 16px;
        max-width: 510px;
    }

    .b-friends__moreinfirmation {
        padding-left: 13.88889%;
        padding-right: 13.88889%;
        padding-top: 56px;
        padding-bottom: 56px;
        margin-top: 96px;
    }

    .b-friends__moreinfirmation .b-friends__moreinformation-col {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .b-friends__moreinfirmation .b-friends__moreinfirmation-title {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 40px;
    }

    .b-friends__moreinfirmation h4 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 24px;
    }

    .j-btn-friend-form {
        font-size: 22px;
        margin: 10px 0 35px;
    }

    .l-text-block {
        -ms-flex-preferred-size: 77.77778%;
        flex-basis: 77.77778%;
        max-width: 77.77778%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 11.11111%;
        margin-right: 11.11111%;
    }

    .b-text-block {
        margin-bottom: 72px;
    }

    .b-text-block__title {
        margin-bottom: 32px;
    }

    .b-text-block__title {
        margin-left: 3.57143%;
        margin-right: 3.57143%;
    }

    .b-text-block__content {
        margin-bottom: 32px;
    }

    .b-text-block__content {
        margin-left: 3.57143%;
        margin-right: 3.57143%;
    }

    .b-text-block__col:first-child {
        -ms-flex-preferred-size: 46.42857%;
        flex-basis: 46.42857%;
        max-width: 46.42857%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.57143%;
    }

    .b-text-block__col:last-child {
        -ms-flex-preferred-size: 46.42857%;
        flex-basis: 46.42857%;
        max-width: 46.42857%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.57143%;
    }

    .b-text-block__button {
        -ms-flex-preferred-size: 28.57143%;
        flex-basis: 28.57143%;
        max-width: 28.57143%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.44828%;
        margin-right: 1.72414%;
    }

    .b-text-block__button:last-child {
        margin-left: 0%;
        margin-right: 0%;
    }

    .l-object-gallery_theme_main {
        -ms-flex-preferred-size: 72.85714%;
        flex-basis: 72.85714%;
        max-width: 72.85714%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-object-gallery {
        height: 100%;
    }

    .b-object-gallery_height_100 .slick-track,.b-object-gallery_height_100 .slick-slide > div,.b-object-gallery_height_100 .b-object-gallery__slide,.b-object-gallery_height_100 .slick-list {
        height: 100% !important;
    }

    .b-object-gallery__slide {
        border-radius: 0 4px 4px 0;
        height: 746px;
    }

    .b-object-gallery__info {
        padding-top: 56px;
        padding-bottom: 56px;
        padding-left: 3.92157%;
        padding-right: 3.92157%;
    }

    .b-object-gallery__arrows {
        right: 5.88235%;
        bottom: 56px;
    }

    .b-object-gallery__dots {
        top: 76px;
        right: 5.88235%;
    }

    .b-object-gallery__dots_position_bottom {
        top: auto;
        right: auto;
        left: 3.92157%;
        bottom: 56px;
    }

    .l-flat {
        padding-left: 0;
        padding-right: 0;
        max-width: 1180px;
    }

    .b-flat__title {
        font-size: 36px;
        line-height: 42px;
    }

    .b-flat__row {
        margin-bottom: 80px;
    }

    .b-flat__results-title {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 40px;
    }

    .b-flat__img img {
        max-height: 560px;
    }

    .b-slider-objects__base {
        padding: 0 10px;
    }

    .b-slider-objects__arrow-prev {
        left: -40px;
    }

    .b-slider-objects__arrow-next {
        right: -40px;
    }

    .b-flat__gallery-layout {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        margin-bottom: 24px;
    }

    .b-flat__gallery-wrapper {
        margin-bottom: 24px;
    }

    .b-flat__gallery-title {
        font-size: 28px;
        line-height: 30px;
    }

    .b-flat__gallery-title {
        margin-bottom: 32px;
    }

    .b-flat-gallery__arrow-prev {
        left: 0;
    }

    .b-flat-gallery__arrow-next {
        right: 0;
    }

    .object-planoplan__wrapper > :first-child .dark-plan__button.button__theme-full {
        margin-top: 48px;
    }

    .object-planoplan__wrapper > :first-child .object-planoplan__info {
        margin-bottom: 40px;
    }

    .object-planoplan__wrapper > :first-child .object-planoplan__info {
        padding-left: 25%;
    }

    .object-planoplan__wrapper > :last-child {
        padding-top: 24px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-content {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .object-planoplan__wrapper > :last-child .flat__info-title {
        margin-bottom: 32px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-list.b-action-flats__list {
        margin-bottom: 32px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-params {
        margin-bottom: 24px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-params .flat__info-leader {
        font-size: 32px;
        line-height: 40px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-params .flat__info-label {
        font-size: 14px;
        line-height: 20px;
    }

    .b-flat__bottom-tabs {
        font-size: 22px;
    }

    .look-also .b-info-cards__arrows {
        left: -98px;
        right: -98px;
    }

    .l-info-cards {
        margin-bottom: 72px;
    }

    .l-info-cards {
        -ms-flex-preferred-size: 97.22222%;
        flex-basis: 97.22222%;
        max-width: 97.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .l-info-cards-margin__look-also {
        margin-bottom: 72px;
    }

    .l-info-cards-margin__look-also .b-info-cards__arrows {
        margin-left: 13.23529%;
        margin-right: 13.23529%;
    }

    .l-info-cards.l-info-card-padding {
        padding-bottom: 50px;
    }

    .l-info-cards_theme_gray {
        padding-top: 40px;
    }

    .l-info-cards_theme_gray {
        padding-bottom: 40px;
    }

    .b-info-cards__title {
        margin-bottom: 32px;
    }

    .b-info-cards__title_center_state {
        margin-left: 13.88889%;
    }

    .b-info-cards__button {
        -ms-flex-preferred-size: 28.57143%;
        flex-basis: 28.57143%;
        max-width: 28.57143%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-info-cards__slider {
        margin-bottom: 32px;
    }

    .b-info-cards__arrows {
        left: -98px;
        right: -98px;
    }

    .b-info-cards__dots {
        right: 5.88235%;
    }

    .b-info-card__picture {
        height: 12.5vw;
    }

    .b-info-card__info {
        padding-top: 32px;
    }

    .b-info-card__info {
        padding-bottom: 32px;
    }

    .b-info-card__period {
        margin-bottom: 24px;
    }

    .b-info-card__title {
        margin-bottom: 24px;
    }

    .b-info-card__more {
        margin-top: 32px;
    }

    .b-info-card__more .b-btn:hover,.b-info-card__more .b-btn:active,.b-info-card__more .b-btn:focus {
        background-color: transparent;
        border: none;
        color: #002f69;
    }

    .l-info-carousel,.b-info-cards__title {
        margin-bottom: 72px;
    }

    .l-info-carousel,.b-info-cards__title {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 13.88889%;
    }

    .l-info-carousel {
        margin-left: 13.88889%;
    }

    .l-contacts-block {
        margin-bottom: 72px;
    }

    .l-contacts-block {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-contacts-block__picture {
        -ms-flex-preferred-size: 30.76923%;
        flex-basis: 30.76923%;
        max-width: 30.76923%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.84615%;
    }

    .b-contacts-block__info {
        -ms-flex-preferred-size: 34.61538%;
        flex-basis: 34.61538%;
        max-width: 34.61538%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.84615%;
    }

    .b-contacts-block__title {
        margin-bottom: 24px;
    }

    .b-contacts-block__address,.b-contacts-block__schedule {
        margin-bottom: 24px;
    }

    .b-contacts-block__phone {
        margin-bottom: 24px;
    }

    .b-contacts-block__bottom {
        -ms-flex-preferred-size: 23.07692%;
        flex-basis: 23.07692%;
        max-width: 23.07692%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.84615%;
    }

    .b-contacts-block__button {
        margin-bottom: 32px;
    }

    .b-contacts-block__link {
        margin-right: 20px;
    }

    .l-documents-block {
        margin-bottom: 72px;
    }

    .l-documents-block {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-documents-block__title {
        margin-bottom: 32px;
    }

    .b-documents-block__tabs {
        margin-bottom: 32px;
    }

    .b-documents-block__item {
        margin-bottom: 32px;
    }

    .b-documents-block__item:last-child {
        margin-bottom: 0;
    }

    .b-documents-block__item {
        -ms-flex-preferred-size: 46.15385%;
        flex-basis: 46.15385%;
        max-width: 46.15385%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-location {
        margin-bottom: 32px;
    }

    .l-location {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-location__title {
        margin-bottom: 32px;
    }

    .b-location__list {
        margin-bottom: 32px;
    }

    .b-location__item {
        margin-bottom: 32px;
    }

    .b-location__item:last-child {
        margin-bottom: 0;
    }

    .b-location__item {
        -ms-flex-preferred-size: 23.07692%;
        flex-basis: 23.07692%;
        max-width: 23.07692%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.84615%;
        margin-bottom: 0;
    }

    .b-location__item:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-location__item:last-child {
        margin-left: 0%;
    }

    .b-location__points {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-location__points .slick-list {
        width: 100%;
    }

    .b-location__points .slick-track {
        width: 100% !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-location__points.slick-initialized .slick-slide {
        display: -ms-flexbox;
        display: flex;
        width: calc(100% / 3) !important;
    }

    .b-location__points .b-location__point {
        width: calc(100% / 3);
        padding-right: 0;
        margin-bottom: 35px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 32px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-bottom: 40px;
    }

    .b-popup-gallery {
        margin-left: 25%;
        margin-right: 25%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 11.11111%;
        padding-right: 11.11111%;
    }

    .b-popup-gallery__ttl {
        margin-bottom: 32px;
    }

    .b-popup-gallery__ttl {
        font-size: 40px;
        line-height: 48px;
    }

    .b-popup-gallery__image {
        margin-bottom: 32px;
    }

    .b-popup-gallery__text {
        font-size: 18px;
        line-height: 27px;
    }

    .b-popup-gallery__close {
        right: 2.77778%;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 32px;
    }

    .b-popup-info .b-popup__cnt {
        padding-bottom: 40px;
    }

    .b-popup-info {
        margin-left: 25%;
        margin-right: 25%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 11.11111%;
        padding-right: 11.11111%;
    }

    .b-popup-info__ttl {
        margin-bottom: 32px;
    }

    .b-popup-info__ttl {
        font-size: 40px;
        line-height: 48px;
    }

    .b-popup-info__image {
        margin-bottom: 32px;
    }

    .b-popup-info__text {
        font-size: 18px;
        line-height: 27px;
    }

    .b-popup-info__close {
        right: 2.77778%;
    }

    .online-info {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .online-info__header {
        padding: 74px 0;
        margin-bottom: 50px;
    }

    .online-info__header div:first-child {
        font-size: 90px;
        line-height: 90px;
        letter-spacing: 5px;
    }

    .online-info__header div:last-child {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1px;
    }

    .online-info__subheader {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 95px;
    }

    .online-info__subheader .online-info__subheader-left {
        -ms-flex-preferred-size: 35.29412%;
        flex-basis: 35.29412%;
        max-width: 35.29412%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .online-info__subheader .online-info__subheader-right {
        padding: 3px 0 3px 40px;
        border-left: 1px solid #000000;
    }

    .online-info__subheader h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .online-info__subheader a {
        font-size: 24px;
        line-height: 36px;
    }

    .online-info__subheader h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .online-list__new .online-list__new-item:nth-child(4) ul {
        margin-left: 40px;
    }

    .online-list__new .online-list__new-item {
        margin-bottom: 96px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .online-list__new .online-list__new-count {
        font-size: 100px;
        line-height: 80px;
        -ms-flex-preferred-size: 8.82353%;
        flex-basis: 8.82353%;
        max-width: 8.82353%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        min-width: 8.82353%;
    }

    .online-list__new .online-list__new-count:after {
        width: 57px;
        height: 39px;
        bottom: 5px;
        left: 25px;
    }

    .online-list__new .online-list__new-content {
        padding-top: 35px;
        max-width: 760px;
    }

    .online-list__new .online-list__new-title {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 8px;
        margin-bottom: 32px;
        max-width: 670px;
    }

    .online-list__new li,.online-list__new p {
        font-size: 20px;
        line-height: 32px;
    }

    .online-list__new li:before {
        margin-top: 12px;
    }

    .online-list__new li ul {
        margin-left: 40px;
    }

    .online-btn-wrap {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .online-list {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .live {
        margin-top: 48px;
        margin-bottom: 64px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .live__header {
        font-size: 20px;
    }

    .live-title {
        margin-bottom: 32px;
    }

    .live-title {
        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .live-title .div-title,.live-title h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .b-info_theme_evolution .b-info__title {
        margin-bottom: 32px;
    }

    .evalution-wrap {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 0px;
        margin-bottom: 24px;
    }

    .evalution__plans {
        -ms-flex-preferred-size: 65.38462%;
        flex-basis: 65.38462%;
        max-width: 65.38462%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .evalution__nav-wrap {
        width: 65.38462%;
    }

    .b-map_with_overlay {
        height: 210px;
    }

    .b-map_with_overlay span {
        font-size: 40px;
        line-height: 40px;
    }

    .l-map-tab-objects {
        margin-bottom: 72px;
    }

    .l-map-tab-objects {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-btn-tabs__all {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-map-tabs-wrapper {
        top: auto;
        padding: 15px;
        bottom: 50px;
        left: 20px;
    }

    .b-map-tab-objects {
        height: 200px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        width: -webkit-max-content;
        width: max-content;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-y: initial;
    }

    .l-map-accordion {
        margin-bottom: 32px;
    }

    .l-map-accordion {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        position: relative;
    }

    .b-map-accordion .ui-accordion-header {
        padding-left: 8.33333%;
        padding-right: 8.33333%;
    }

    .b-map-accordion .ui-accordion-content {
        padding-bottom: 32px;
    }

    .b-map-accordion .ui-accordion-content {
        padding-left: 8.33333%;
        padding-right: 8.33333%;
    }

    .b-map-accordion {
        position: absolute;
        top: 50px;
        left: 50px;
        z-index: 1;
    }

    .b-header__burger {
        margin-right: 0%;
        margin-left: 0%;
    }

    .b-header__logo {
        width: 9.72222%;
        margin-right: 50px;
    }

    .b-header__menu {
        margin-right: 0.83333%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .b-header__menu a:not(.header-menu__sticker) {
        display: inline-block;
    }

    .b-header__menu a:not(.header-menu__sticker):hover {
        color: #3677c3;
    }

    .b-header__select {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0.83333%;
    }

    .b-header__btn {
        -ms-flex-preferred-size: 13.88889%;
        flex-basis: 13.88889%;
        max-width: 13.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.38889%;
    }

    .b-header__btn-menu {
        margin-right: 0.83333%;
    }

    .b-header__phone {
        margin-right: 1.38889%;
    }

    .b-header__phone a {
        margin-left: 20px;
    }

    .b-header__phone-call:hover {
        color: #3677c3;
        text-decoration: none;
    }

    .b-header__title {
        margin-right: 26.38889%;
    }

    .b-header_theme_parking .b-header__logo {
        -ms-flex-preferred-size: 13.88889%;
        flex-basis: 13.88889%;
        max-width: 13.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__lk {
        margin-left: 0.83333%;
        margin-right: 0.83333%;
    }

    .b-header__favorite {
        margin-left: 0.83333%;
        margin-right: 0.83333%;
    }

    .l-full-nav__top .b-header__burger {
        margin-right: 1.38889%;
    }

    .l-full-nav__top .b-header__logo {
        margin-left: -20px;
        width: 9.72222%;
    }

    .l-full-nav__content {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .l-full-nav_size_full {
        height: 100vh;
        min-height: 100vh;
        margin-top: -100vh;
    }

    .b-objects-nav__item {
        margin-right: 2.34375%;
        width: 14.0625%;
    }

    .b-objects-nav__item-full {
        margin-right: 3.125%;
        width: 31.25%;
    }

    .b-objects-nav__item-full .b-objects-nav__sub {
        margin-right: 2.5%;
        width: 47.5%;
        margin-bottom: 40px;
    }
    .b-objects-nav__item-full .sub-item-margbottom {
        margin-bottom: 40px;
    }

    .b-objects-nav__link-empty .b-objects-nav__name {
        line-height: 16px;
    }

    .b-objects-nav__link-empty_live:hover .b-objects-nav__name {
        background-color: #4996dd;
    }

    .b-objects-nav__name {
        font-size: 14px;
    }

    .b-objects-nav__sub-link:hover {
        opacity: .5;
        color: #425e91;
    }

    .b-footer__menu {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-footer__menu-list a:hover {
        opacity: .5;
        color: #425e91;
    }

    .b-footer__social {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
        margin-top: 28px;
    }

    .b-footer__social-form {
        -ms-flex-preferred-size: 57.69231%;
        flex-basis: 57.69231%;
        max-width: 57.69231%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.84615%;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-footer__social-form input {
        margin-right: 3.33333%;
        width: 36.66667%;
        height: 40px;
    }

    .b-footer__social-form input[type='submit'] {
        margin-right: 0%;
        width: 22.58065%;
    }

    .b-footer__social-form input[type='submit']:hover {
        background-color: #4996dd;
    }

    .b-footer__social .b-form__answer {
        -ms-flex-preferred-size: 57.69231%;
        flex-basis: 57.69231%;
        max-width: 57.69231%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.84615%;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-footer__social-title {
        -ms-flex-preferred-size: 36.66667%;
        flex-basis: 36.66667%;
        max-width: 36.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .b-footer__social-link {
        -ms-flex-preferred-size: 38.46154%;
        flex-basis: 38.46154%;
        max-width: 38.46154%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 0px;
    }

    .b-icon__social-gooleplay {
        margin-right: 16px;
    }

    .b-icon__social-appstore {
        margin-right: 16px;
    }

    .b-icon__social-youtube,.b-icon__social-linkedin,.b-icon__social-fb,.b-icon__social-vk {
        margin-right: 0px;
    }

    .b-icon__social-youtube:not(:last-child),.b-icon__social-linkedin:not(:last-child),.b-icon__social-fb:not(:last-child),.b-icon__social-vk:not(:last-child) {
        margin-right: 16px;
    }

    .b-footer__info {
        padding-right: 13.88889%;
        padding-left: 13.88889%;
    }

    .b-footer__info-logo {
        margin-left: 26.92308%;
        -ms-flex-preferred-size: 19.23077%;
        flex-basis: 19.23077%;
        max-width: 19.23077%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-footer__social-message {
        margin-left: 36.66667%;
    }

    .b-footer__menu-live a:hover {
        border: none;
    }

    .b-footer__info-content_type_element .b-footer__info-txt:last-of-type {
        margin-bottom: 0px;
    }

    .b-footer__info-content_type_element .b-footer__info-txt-container {
        -ms-flex-preferred-size: 42.30769%;
        flex-basis: 42.30769%;
        max-width: 42.30769%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-footer__info-content_type_element .b-kelnik {
        -ms-flex-preferred-size: 11.53846%;
        flex-basis: 11.53846%;
        max-width: 11.53846%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 8px;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .b-callback {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .b-callback__ttl {
        margin-bottom: 0px;
    }

    .b-callback__row {
        margin-bottom: 24px;
        margin-right: 1.38889%;
        width: 25%;
    }

    .b-callback__row:last-child {
        margin-right: 55.55556%;
    }

    .b-callback__row [type='submit'] {
        width: 75%;
    }

    .b-callback__row-full {
        width: 100%;
    }

    .b-bank__row {
        padding: 8px 20px;
    }

    .b-burger:hover,.b-burger:focus {
        cursor: pointer;
    }

    .b-burger:hover .line-1,.b-burger:focus .line-1 {
        -ms-transform: translateY(1.6px);
        transform: translateY(1.6px);
        background-color: #438cce;
    }

    .b-burger:hover .line-2,.b-burger:focus .line-2 {
        background-color: #438cce;
    }

    .b-burger:hover .line-3,.b-burger:focus .line-3 {
        -ms-transform: translateY(-1.6px);
        transform: translateY(-1.6px);
        background-color: #438cce;
    }

    .b-facts__item {
        margin-bottom: 0px;
        display: -ms-flexbox;
        display: flex;
    }

    .b-facts__item_hide_mobile {
        display: -ms-flexbox;
        display: flex;
    }

    .b-facts__item_width_1 {
        margin-right: 0%;
    }

    .b-facts__item_width_2 {
        margin-right: 0%;
    }

    .b-facts__item_width_3 {
        margin-right: 0%;
    }

    .b-facts__item_width_4 {
        margin-right: 0%;
    }

    .b-facts__item_width_5 {
        margin-right: 0%;
    }

    .b-facts__item_width_6 {
        margin-right: 0%;
    }

    .b-facts__item_width_7 {
        margin-right: 0%;
    }

    .b-facts__item_width_8 {
        margin-right: 0%;
    }

    .b-facts__text-hide {
        display: inline;
    }

    .b-info__wrap {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 72px;
    }

    .b-info__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 40px;
        -ms-flex-align: baseline;
        align-items: baseline;
        color: #000000;
        font-weight: 300;
    }

    .b-info__title svg {
        margin-right: 1.92308%;
    }

    .b-info__descr {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 36px;
    }

    .b-info__show-more {
        padding-right: 4.16667%;
    }

    .b-info__show-more:hover:after {
        -ms-transform: scale(1.3) translateY(-50%);
        transform: scale(1.3) translateY(-50%);
    }

    .b-info__show-more-full {
        padding-right: 4.16667%;
    }

    .b-info__show-more-full:hover:after {
        -ms-transform: scale(1.3) translateY(-50%);
        transform: scale(1.3) translateY(-50%);
    }

    .b-objects {
        margin-top: 48px;
        margin-bottom: 64px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-objects.b-objects-page-objects {
        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-objects__link-wrap {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-objects__map {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
        margin-bottom: 24px;
    }

    .b-objects__map .b-objects__title {
        margin-left: 11.80556%;
        margin-right: 11.80556%;
    }

    .b-objects__title {
        margin-bottom: 32px;
    }

    .b-objects__title.b-objects__title-page-objects {
        margin-left: 0%;
        margin-right: 0%;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__title {
        font-size: 40px;
        line-height: 40px;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__subtitle {
        font-size: 30px;
        line-height: 42px;
    }

    .b-objects__title.b-objects__title-page-objects .div-title,.b-objects__title.b-objects__title-page-objects h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .b-objects__title.b-objects_theme_bottom {
        margin-bottom: 0;
    }

    .b-objects__tabs a:hover {
        opacity: .7;
        color: #022156;
    }

    .b-objects__tabs.b-objects__tabs-full {
        margin-left: 0%;
        margin-right: 0%;
    }

    .b-objects__tabs.b-objects__tabs-full a:hover {
        opacity: .5;
    }

    .b-objects__tabs.b-objects__tabs-full a.is-active {
        opacity: 1;
    }

    .b-objects__wrap.b-objects__wrap-page-objects {
        margin-top: 48px;
    }

    .b-object__item_separate_width {
        width: 24.70588%;
    }

    .b-object__item_separate_width:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .b-object__item_separate_width:not(:nth-child(4n)) {
        margin-right: 0.39216%;
    }

    .b-objects__img-content {
        height: 15.5vw;
    }

    .b-objects__img-content:hover .b-objects__img,.b-objects__img-content:hover .b-objects__picture {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .b-objects__img-content:hover .b-objects__name:after {
        opacity: 1;
    }

    .b-objects__img-content:hover .b-objects__overlay {
        opacity: .5;
    }

    .b-objects__img-content:hover .b-objects__actions-desriptions {
        opacity: 1;
        top: 52px;
    }

    .b-tabs__content-release .b-objects__img-content:hover .b-objects__name:after {
        opacity: 0;
    }

    .b-objects__name {
        width: auto;
    }

    .b-objects__content-title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 32px;
    }

    .b-objects__address {
        width: 86.53846%;
    }

    .b-objects__link:hover:after {
        -ms-transform: scale(1.2) translateY(-50%);
        transform: scale(1.2) translateY(-50%);
    }

    .b-objects__tooltip {
        width: 29.16667%;
    }

    .b-objects__tooltip-img {
        height: 240px;
    }

    .b-objects__tooltip-label {
        top: 152px;
    }

    .b-objects__tooltip-content {
        height: 328px;
    }

    .b-objects__tooltip-link:hover:after {
        -ms-transform: scale(1.3) translateY(-50%);
        transform: scale(1.3) translateY(-50%);
    }

    .b-objects__tooltip-close {
        background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
        background-position: -151px -103px;
        width: 40px;
        height: 40px;
        top: 24px;
        opacity: .6;
    }

    .b-objects__tooltip-close:hover {
        opacity: .8;
    }

    .b-objects_type_exclusive {
        margin-bottom: 48px;
    }

    .b-objects_type_exclusive h2 {
        margin-bottom: 32px;
    }

    .b-objects__item_type_horizontal {
        width: 100%;
    }

    .b-objects__item_type_horizontal:not(:last-child) {
        margin-bottom: 32px;
    }

    .b-objects__item_type_horizontal .b-objects__content {
        padding-left: 0%;
        padding-right: 0%;
        min-height: 304px;
    }

    .b-objects__item_type_horizontal .b-objects__address {
        font-size: 18px;
        line-height: 18px;
    }

    .b-objects__item_type_horizontal .b-objects__info .b-btn {
        margin-top: 0px;
        width: auto;
        margin-left: auto;
    }

    .b-objects__timer-title {
        font-size: 22px;
    }

    .b-objects__timer-subtitle {
        font-size: 16px;
    }

    .b-objects__timer_label {
        font-size: 16px;
    }

    .b-objects__timer-num {
        padding: 12px 5px 16px;
        height: 65px;
    }

    .b-objects_separate_page {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .b-mortgage-info__wrap {
        margin-top: 64px;
    }

    .b-mortgage-info__title {
        margin-bottom: 16px;
    }

    .b-mortgage-info__link {
        top: 24px;
        right: 33.33333%;
    }

    .b-mortgage-info__infographic {
        margin-bottom: 36px;
        width: 66.66667%;
    }

    .b-mortgage-info__header-link:hover .b-mortgage-info__link:before {
        -ms-transform: scale(1.3) translateY(-50%);
        transform: scale(1.3) translateY(-50%);
    }

    .l-howtobuy__mortgage {
        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
    }

    .b-howtobuy__ttl {
        margin-bottom: 65px;
        font-size: 48px;
        line-height: 50px;
    }

    .b-purchase {
        margin-bottom: 72px;
    }

    .b-purchase__wrap {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-purchase__wrap h2 {
        margin-bottom: 32px;
    }

    .b-purchase__items {
        margin-bottom: 72px;
    }

    .b-purchase__item:hover .b-purchase__item-link:after {
        -ms-transform: scale(1.3) translateY(-50%);
        transform: scale(1.3) translateY(-50%);
    }

    .b-purchase__item:hover .b-purchase__item-content {
        border-color: rgba(0, 49, 108, 0.3);
    }

    .b-home-gallery {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-home-gallery .fotorama__stage {
        height: 560px;
    }

    .b-home-gallery .b-gallery__info {
        margin-left: 5.71429%;
    }

    .b-home-gallery .b-gallery__info-wrap {
        margin-top: 64px;
        width: 30%;
    }

    .b-home-gallery .fotorama__arr--prev {
        bottom: 64px;
    }

    .b-home-gallery .fotorama__arr--next {
        bottom: 64px;
    }

    .b-home-gallery-start {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-home-gallery-start .fotorama__stage {
        height: 536px;
    }

    .b-home-gallery-start .fotorama__arr--prev {
        bottom: 64px;
    }

    .b-home-gallery-start .fotorama__arr--next {
        bottom: 64px;
    }

    .b-innovations {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 72px;
        margin-bottom: 32px;
    }

    .b-news {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 56px;
    }

    .b-news__title {
        margin-bottom: 32px;
    }

    .b-news__item {
        -ms-flex-preferred-size: 32.05128%;
        flex-basis: 32.05128%;
        max-width: 32.05128%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news__item:hover .b-news__item-txt {
        color: #3677c3;
    }

    .b-news__item:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .b-news__item:not(:nth-child(3n)) {
        margin-right: 1.92308%;
    }

    .b-feedback {
        -ms-flex-preferred-size: 97.22222%;
        flex-basis: 97.22222%;
        max-width: 97.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback.b-feedback__mortage {
        margin-bottom: 70px;
    }

    .b-feedback__content-flat-text {
        display: block;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        max-width: 320px;
    }

    .b-feedback__mortage.b-feedback {
        -ms-flex-preferred-size: 93.05556%;
        flex-basis: 93.05556%;
        max-width: 93.05556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        max-width: 1180px;
    }

    .b-feedback__mortage .b-feedback__wrap {
        -ms-flex-preferred-size: 71.64179%;
        flex-basis: 71.64179%;
        max-width: 71.64179%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__content-block .b-btn {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
        margin-bottom: 10px;
    }

    .b-feedback__mortage .b-feedback__content-block .b-btn:last-child {
        margin-bottom: 0;
    }

    .b-feedback__mortage .b-feedback__content-block .b-feedback__mortage-result {
        position: static;
        margin-bottom: 0;
    }

    .b-feedback__mortage .b-feedback__content-wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__form {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        max-width: 360px;
    }

    .b-feedback__mortage .b-feedback__content-flat-card {
        display: block;
        width: 320px;
        background: #ffffff;
        border: 1px solid #CCD6E2;
        border-radius: 4px;
        padding: 40px;
        margin-bottom: 18px;
    }

    .b-feedback__mortage .b-howtobuy-slider-col__ttl {
        margin-bottom: 3px;
    }

    .b-feedback__flat-calc.mobile {
        display: none;
    }

    .b-feedback__flat-calc.desktop {
        display: block;
        margin-bottom: 8px;
    }

    .b-feedback__calc-offer {
        margin-bottom: 20px;
    }

    .b-feedback__input,.b-feedback__input-text {
        width: 35.29412%;
    }

    .b-feedback__input[type='submit'],.b-feedback__input-text[type='submit'] {
        width: 23.52941%;
    }

    .b-feedback__input[type='submit']:hover,.b-feedback__input-text[type='submit']:hover {
        background-color: #e3eef8;
    }

    .b-feedback__name {
        display: block;
        width: 35.29412%;
    }

    .b-feedback__mortage .b-feedback__form {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .b-feedback__mortage .b-feedback__form .b-feedback__wrap {
        margin: 30px;
    }

    .b-feedback__mortage .b-feedback__form .l-howtobuy-slider-col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .b-feedback__mortage .b-feedback__form .l-howtobuy-slider-col:first-child {
        display: none !important;
    }

    .b-feedback__mortage .b-feedback__form .l-howtobuy-slider-col:last-child {
        margin-right: 0%;
    }

    .b-feedback__mortage .b-feedback__form .b-feedback__input {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 15px;
    }

    .b-feedback__mortage .b-feedback__form .b-feedback__submit {
        margin-right: 0;
    }

    .b-feedback__mortage .b-feedback__form .b-form-questions__input-row {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__mortage .b-feedback__ttl {
        font-size: 40px;
        line-height: 50px;
        margin-top: 43px;
    }

    .b-help {
        max-width: 70%;
    }

    .b-help__text {
        font-size: 18px;
        line-height: 24px;
    }

    .b-help__subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .b-help__grafic {
        font-size: 19px;
        line-height: 24px;
    }

    .b-help__title {
        font-size: 20px;
        line-height: 24px;
    }

    .b-help__title img {
        margin-bottom: 40px;
    }

    .b-buy-regions__grey-wrap {
        margin-bottom: 64px;
        padding-top: 64px;
        padding-bottom: 120px;
    }

    .b-buy-regions__title {
        font-size: 32px;
        line-height: 36px;
    }

    .b-buy-regions__title {
        margin-bottom: 64px;
    }

    .b-buy-regions__advantages__item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        margin-bottom: 64px;
    }

    .b-buy-regions__form-questions {
        margin-bottom: 120px;
    }

    .b-buy-regions__sales__title {
        font-size: 32px;
        line-height: 40px;
    }

    .b-buy-regions__excursions {
        margin-bottom: 120px;
    }

    .b-buy-trade__grey-wrap {
        margin-bottom: 64px;
        padding-top: 64px;
        padding-bottom: 120px;
    }

    .b-buy-trade__title {
        font-size: 32px;
        line-height: 36px;
    }

    .b-buy-trade__title {
        margin-bottom: 64px;
    }

    .b-buy-trade__advantages {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: none;
    }

    .b-buy-trade__advantages__item {
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        -ms-flex-order: 0;
        order: 0;
    }

    .b-buy-trade__advantages__item:nth-of-type(2) {
        -ms-flex-order: 0;
        order: 0;
    }

    .b-buy-trade__advantages__item:nth-of-type(3) {
        -ms-flex-order: 0;
        order: 0;
    }

    .b-buy-trade__advantages__item:nth-of-type(3) .advantages--step:after {
        display: block;
    }

    .b-buy-trade__advantages__item:nth-of-type(4) {
        -ms-flex-order: 0;
        order: 0;
    }

    .b-buy-trade__advantages__item:nth-of-type(5) {
        -ms-flex-order: 0;
        order: 0;
    }

    .b-buy-trade__content {
        margin-bottom: 104px;
    }

    .b-buy-trade__form-questions {
        margin-bottom: 104px;
    }

    .b-buy-ipoteka__grey-wrap {
        margin-bottom: 64px;
        padding-top: 64px;
        padding-bottom: 120px;
    }

    .b-buy-ipoteka__title {
        font-size: 32px;
        line-height: 36px;
    }

    .b-buy-ipoteka__title {
        margin-bottom: 64px;
    }

    .b-buy-ipoteka__steps {
        margin-bottom: 104px;
    }

    .b-buy-ipoteka__head {
        margin-bottom: 64px;
    }

    .b-buy-ipoteka__options__list {
        margin-left: -14px;
        margin-right: -14px;
    }

    .b-buy-ipoteka__options__buttons {
        margin-top: 65px;
    }

    .b-buy-ipoteka__form-questions {
        margin-bottom: 120px;
    }

    .b-buy-ipoteka__options__item {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding: 0 14px;
    }

    .b-buy-military__title {
        font-size: 20px;
        line-height: 24px;
    }

    .b-buy-military__title {
        margin-bottom: 64px;
    }

    .b-buy-military__grey-wrap {
        margin-bottom: 64px;
    }

    .b-buy-military__steps-wrap {
        margin-bottom: 64px;
    }

    .b-buy-rassrochka__grey-wrap {
        margin-bottom: 64px;
    }

    .b-buy-rassrochka__options {
        margin-bottom: 64px;
    }

    .b-buy-rassrochka__options__title {
        font-size: 32px;
        line-height: 40px;
    }

    .b-buy-rassrochka__options__list {
        margin: 0 -25px;
    }

    .b-buy-mat-kapital__title {
        font-size: 20px;
        line-height: 24px;
    }

    .b-buy-mat-kapital__title {
        margin-bottom: 64px;
    }

    .b-buy-mat-kapital__grey-wrap {
        margin-bottom: 64px;
        padding-top: 64px;
        padding-bottom: 120px;
    }

    .b-buy-mat-kapital__grey-wrap__title {
        font-size: 32px;
        line-height: 36px;
    }

    .b-buy-mat-kapital__grey-wrap__title {
        margin-bottom: 64px;
    }

    .rassrochk-option__info {
        font-size: 32px;
        line-height: 38px;
        padding: 0 0 10px 38px;
    }

    .rassrochk-option__info span {
        font-size: 40px;
    }

    .rassrochk-option__title {
        font-size: 20px;
        line-height: 30px;
    }

    .b-buy-rassrochka__alert {
        margin-bottom: 120px;
    }

    .b-buy-rassrochka__options__item {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding: 0 25px;
    }

    .rassrochk-option__img:hover img {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .b-link-more {
        font-size: 16px;
    }

    .b-alert {
        -ms-flex-preferred-size: 97.22222%;
        flex-basis: 97.22222%;
        max-width: 97.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding: 40px 60px;
    }

    .b-alert__img {
        margin-right: 50px;
    }

    .b-alert__wrap {
        font-size: 20px;
        line-height: 30px;
    }

    .military-steps {
        padding: 107px 100px;
    }

    .military-steps__title {
        font-size: 40px;
        line-height: 46px;
    }

    .advantages__text {
        font-size: 20px;
        line-height: 30px;
    }

    .advantages--step {
        display: block;
        padding-bottom: 0;
        height: auto;
    }

    .advantages--step:after {
        top: calc(57px / 2);
        left: 68px;
        bottom: auto;
        width: auto;
        right: 11px;
        height: 2px;
    }

    .advantages--step .advantages__img {
        margin: 0 0 20px;
    }

    .advantages--step .advantages__text {
        font-size: 18px;
        line-height: 27px;
    }

    .b-excursions {
        padding-top: 120px;
        padding-bottom: 64px;
    }

    .b-excursions__info {
        max-width: 50%;
    }

    .b-excursions__title {
        font-size: 48px;
        line-height: 55px;
    }

    .b-excursions__title {
        margin-bottom: 120px;
    }

    .b-excursions__text {
        font-size: 22px;
        line-height: 34px;
    }

    .b-excursions__bottom {
        font-size: 30px;
        line-height: 42px;
    }

    .b-excursions__wrap {
        padding: 0 85px 0 110px;
    }

    .b-mileage__title {
        font-size: 24px;
        line-height: 45px;
    }

    .b-mileage__list li {
        font-size: 16px;
        line-height: 24px;
    }

    .b-mileage__text .b-text__paragraph {
        font-size: 24px;
        line-height: 40px;
    }

    .b-mileage__text .b-text__paragraph_size_medium {
        font-size: 24px;
        line-height: 40px;
    }

    .b-mileage__text .b-text__paragraph_size_big {
        font-size: 24px;
        line-height: 40px;
    }

    .b-buy-trade__advantages {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: none;
    }

    .b-buy-trade__advantages .b-buy-trade__item {
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        -ms-flex-order: 0;
        order: 0;
    }

    .b-buy-trade__advantages .b-buy-trade__item:nth-of-type(2) {
        -ms-flex-order: 0;
        order: 0;
    }

    .b-buy-trade__advantages .b-buy-trade__item:nth-of-type(3) {
        -ms-flex-order: 0;
        order: 0;
    }

    .b-buy-trade__advantages .b-buy-trade__item:nth-of-type(3) .advantages--step:after {
        display: block;
    }

    .b-buy-trade__advantages .b-buy-trade__item:nth-of-type(4) {
        -ms-flex-order: 0;
        order: 0;
    }

    .b-buy-trade__advantages .b-buy-trade__item:nth-of-type(5) {
        -ms-flex-order: 0;
        order: 0;
    }

    .b-form-questions {
        -ms-flex-preferred-size: 97.22222%;
        flex-basis: 97.22222%;
        max-width: 97.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-form-questions__title {
        font-size: 36px;
        line-height: 44px;
    }

    .b-form-questions__text {
        font-size: 18px;
        line-height: 24px;
    }

    .b-form-questions__theme-newquartal {
        margin-bottom: 52px !important;
    }

    .b-form-questions__input-col {
        -ms-flex-preferred-size: 30.55556%;
        flex-basis: 30.55556%;
        max-width: 30.55556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 4.16667%;
    }

    .b-form-questions__input-col:last-child {
        margin-right: 0%;
    }

    .b-feedback__form .b-form-questions__input-col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__friends .b-feedback__content {
        -ms-flex-preferred-size: 29.41176%;
        flex-basis: 29.41176%;
        max-width: 29.41176%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.55556%;
    }

    .b-feedback__friends .b-feedback__form-friends {
        -ms-flex-preferred-size: 64.70588%;
        flex-basis: 64.70588%;
        max-width: 64.70588%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .j-analysis__trade-in .b-form-questions__input-col,.j-analysis__mortgage-help .b-form-questions__input-col,.b-buy-regions__form-questions .b-form-questions__input-col {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 48%;
    }

    .b-wait__information-list li {
        font-size: 16px;
        margin-bottom: 24px;
        max-width: 510px;
    }

    .modal_content {
        height: auto;
        padding: 60px;
    }

    .modal_close {
        top: 20px;
        right: 20px;
    }

    .modal_close:hover {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .b-socials {
        padding-left: 13.88889%;
        padding-right: 13.88889%;
    }

    .b-socials__object-item {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding: 0 1.38889%;
    }

    .b-socials__title {
        font-size: 24px;
        line-height: 30px;
    }

    .l-construction-progress {
        margin-bottom: 72px;
    }

    .l-construction-progress {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-construction-progress__title {
        margin-bottom: 32px;
    }

    .b-construction-progress__title {
        -ms-flex-preferred-size: 69.23077%;
        flex-basis: 69.23077%;
        max-width: 69.23077%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__top-buttons {
        margin-bottom: 32px;
    }

    .b-construction-progress__top-buttons {
        -ms-flex-preferred-size: 30.76923%;
        flex-basis: 30.76923%;
        max-width: 30.76923%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__top-buttons .b-btn {
        -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
        max-width: 46.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__albums {
        margin-top: 32px;
    }

    .b-construction-progress__bottom-buttons,.b-news__bottom-button {
        margin-top: 32px;
    }

    .b-construction-progress__bottom-buttons,.b-news__bottom-button {
        -ms-flex-preferred-size: 30.76923%;
        flex-basis: 30.76923%;
        max-width: 30.76923%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__bottom-buttons.b-construction-progress__bottom-buttons-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__bottom-buttons.b-construction-progress__bottom-buttons-flex .b-btn {
        max-width: 300px;
    }

    .b-construction-progress__bottom-buttons .b-news-social {
        margin-top: 0;
    }

    .l-news-progress {
        margin-bottom: 72px;
    }

    .l-news-progress {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-news-progress__title {
        margin-bottom: 32px;
    }

    .b-news-progress__title {
        -ms-flex-preferred-size: 69.23077%;
        flex-basis: 69.23077%;
        max-width: 69.23077%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__top-buttons {
        margin-bottom: 32px;
    }

    .b-news-progress__top-buttons {
        -ms-flex-preferred-size: 30.76923%;
        flex-basis: 30.76923%;
        max-width: 30.76923%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__top-buttons .b-btn {
        -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
        max-width: 46.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__albums {
        margin-top: 32px;
    }

    .b-news-progress__bottom-buttons {
        margin-top: 32px;
    }

    .b-news-progress__bottom-buttons {
        -ms-flex-preferred-size: 30.76923%;
        flex-basis: 30.76923%;
        max-width: 30.76923%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-construction-album {
        margin-bottom: 24px;
    }

    .l-construction-album {
        -ms-flex-preferred-size: 30.76923%;
        flex-basis: 30.76923%;
        max-width: 30.76923%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.84615%;
    }

    .l-construction-album:nth-child(2n) {
        margin-right: 3.84615%;
    }

    .l-construction-album:nth-child(3n) {
        margin-right: 0;
    }

    .b-construction-progress__link {
        max-height: 210px;
    }

    .b-construction-album__info {
        padding-top: 32px;
    }

    .b-construction-album__info {
        padding-bottom: 32px;
    }

    .b-construction-album__info {
        padding-left: 6.25%;
        padding-right: 6.25%;
    }

    .l-news-album {
        margin-bottom: 24px;
    }

    .l-news-album {
        -ms-flex-preferred-size: 30.76923%;
        flex-basis: 30.76923%;
        max-width: 30.76923%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.84615%;
    }

    .l-news-album:nth-child(2n) {
        margin-right: 3.84615%;
    }

    .l-news-album:nth-child(3n) {
        margin-right: 0;
    }

    .b-news-progress__link {
        max-height: 210px;
    }

    .b-news-album__info {
        padding-top: 32px;
    }

    .b-news-album__info {
        padding-bottom: 32px;
    }

    .b-news-album__info {
        padding-left: 6.25%;
        padding-right: 6.25%;
    }

    .b-search-filter__top {
        padding-top: 40px;
    }

    .b-search-filter__top {
        padding-bottom: 32px;
    }

    .b-search-filter__top {
        margin-bottom: 32px;
    }

    .b-search-filter__bottom {
        margin-bottom: 32px;
    }

    .b-search-filter__group {
        -ms-flex-preferred-size: 21.875%;
        flex-basis: 21.875%;
        max-width: 21.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: auto;
    }

    .b-search-filter__view-switcher {
        -ms-flex-preferred-size: 9.375%;
        flex-basis: 9.375%;
        max-width: 9.375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .b-search-filter__label:hover {
        background-color: #cccccc;
    }

    .b-search-filter__sub-label:hover {
        background-color: #cccccc;
    }

    .b-search-filter__range-slider {
        margin-bottom: 24px;
    }

    .b-search-filter__range-slider {
        -ms-flex-preferred-size: 28.90625%;
        flex-basis: 28.90625%;
        max-width: 28.90625%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter__submit {
        -ms-flex-preferred-size: 18.75%;
        flex-basis: 18.75%;
        max-width: 18.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-order: 2;
        order: 2;
    }

    .b-search-filter__select {
        margin-bottom: 24px;
    }

    .b-search-more-parametrs__content {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .b-search-more-parametrs__content .b-search-filter__select:first-child,.b-search-more-parametrs__content .b-search-filter__range-slider {
        margin-right: 1.5%;
    }

    .b-search-more-parametrs {
        margin-bottom: 24px;
    }

    .b-search-more-parametrs {
        -ms-flex-preferred-size: 18.75%;
        flex-basis: 18.75%;
        max-width: 18.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        min-height: auto;
    }

    .b-search-more-parametrs:hover,.b-search-more-parametrs:focus {
        color: #002f69;
        background-color: rgba(0, 47, 105, 0.05);
        border-color: transparent;
    }

    .b-search-more-parametrs {
        -ms-flex-preferred-size: 18.75%;
        flex-basis: 18.75%;
        max-width: 18.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-order: 2;
        order: 2;
    }

    .b-search-more-parametrs__count {
        padding-top: 2px;
    }

    .b-search-filter__select-input label {
        height: 100%;
        min-height: 48px;
    }

    .b-search-filter__select-input label:hover {
        background-color: rgba(0, 49, 108, 0.03);
        color: #000000;
    }

    .b-search-filter__map {
        top: 110px;
    }

    .b-search-filter__input:checked + .b-search-filter__label:hover {
        background-color: #333333;
    }

    .b-search-filter__input:checked + .b-search-filter__sub-label:hover {
        background-color: #333333;
    }

    .b-search-filter__input:disabled + .b-search-filter__label:hover {
        background-color: #cccccc;
    }

    .b-search-filter__input:disabled + .b-search-filter__sub-label:hover {
        background-color: #cccccc;
    }

    .b-search-filter_type_commerce .b-search-filter__top,.b-search-filter_type_parking .b-search-filter__top {
        -ms-flex-pack: start;
        justify-content: start;
    }

    .b-search-filter_type_commerce .b-search-filter__select_type_last,.b-search-filter_type_parking .b-search-filter__select_type_last {
        -ms-flex-order: 1;
        order: 1;
    }

    .b-search-filter_type_commerce .b-search-filter__select_type_full,.b-search-filter_type_commerce .b-search-filter__select_type_half,.b-search-filter_type_commerce .b-search-filter__range-slider,.b-search-filter_type_commerce .b-search-filter__submit,.b-search-filter_type_parking .b-search-filter__select_type_full,.b-search-filter_type_parking .b-search-filter__select_type_half,.b-search-filter_type_parking .b-search-filter__range-slider,.b-search-filter_type_parking .b-search-filter__submit {
        -ms-flex-preferred-size: 23.4375%;
        flex-basis: 23.4375%;
        max-width: 23.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.5625%;
    }

    .b-search-filter_type_parking .b-search-filter__range-slider {
        -ms-flex-preferred-size: 48.4375%;
        flex-basis: 48.4375%;
        max-width: 48.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-search-filter_type_parking .b-search-filter__select_type_half:nth-child(1),.b-search-filter_type_parking .b-search-filter__select_type_half:nth-child(2) {
        -ms-flex-preferred-size: 18.75%;
        flex-basis: 18.75%;
        max-width: 18.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter_type_parking .b-search-filter__select_type_half:nth-child(3),.b-search-filter_type_parking .b-search-filter__select_type_half:nth-child(4),.b-search-filter_type_parking .b-search-filter__select_type_half:nth-child(5) {
        -ms-flex-preferred-size: 10.15625%;
        flex-basis: 10.15625%;
        max-width: 10.15625%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter_type_parking .b-search-filter__select_type_half:nth-child(6) {
        -ms-flex-preferred-size: 23.4375%;
        flex-basis: 23.4375%;
        max-width: 23.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter__select_type_full {
        -ms-flex-preferred-size: 18.75%;
        flex-basis: 18.75%;
        max-width: 18.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter__select_type_half {
        -ms-flex-preferred-size: 18.75%;
        flex-basis: 18.75%;
        max-width: 18.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-search-filter__select_type_last {
        -ms-flex-order: 0;
        order: 0;
    }

    .l-search-result {
        margin-bottom: 96px;
    }

    .l-search-result__video {
        margin-bottom: 48px;
        margin-top: 48px;
    }

    .b-search-result__building {
        margin-bottom: 48px;
    }

    .b-building__results {
        display: block;
    }

    .b-building__parking {
        margin-bottom: 56px;
        display: table;
    }

    .b-building__parking thead {
        display: table-header-group;
    }

    .b-building__parking tbody {
        display: table-row-group;
    }

    .b-building__parking .b-building__mobile-view {
        display: none;
        cursor: default;
    }

    .b-building__parking .b-building__desktop-view {
        display: table-row;
        cursor: default;
    }

    .b-building__mobile-view {
        -ms-flex-preferred-size: 23.4375%;
        flex-basis: 23.4375%;
        max-width: 23.4375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 2.0625%;
        width: 23.4375%;
    }

    .b-building__mobile-view:nth-child(8n) {
        margin-right: 0%;
    }

    .b-building__desktop-view td {
        padding-left: 1.5625%;
        padding-right: 1.5625%;
        display: table-cell;
        text-align: center;
    }

    .b-building__desktop-view td:first-child {
        padding-left: 3.125%;
        position: relative;
        width: 15.625%;
        vertical-align: middle;
    }

    .b-building__desktop-view td .b-building__vr-icon {
        right: 67%;
        top: 50%;
        -ms-transform: translateY(-75%);
        transform: translateY(-75%);
    }

    .b-building__desktop-view td.b-building__price-cell {
        padding-left: 3.125%;
        padding-right: 0%;
    }

    .b-building__desktop-view td.b-building__favorite-cell {
        text-align: right;
    }

    .b-building__desktop-view td:last-child:not(.b-building__price-cell) {
        padding-right: 3.125%;
    }

    .b-building__desktop-view td:last-child.b-building__price-cell {
        padding-left: 0%;
        padding-right: 0%;
    }

    .b-building__sort:hover {
        color: rgba(2, 33, 86, 0.7);
    }

    .b-building__sort:hover:after {
        opacity: 1;
    }

    .b-building__more-results {
        margin-bottom: 48px;
        width: auto;
        padding-left: 60px;
        padding-right: 60px;
    }

    .b-building__price-cell {
        text-align: center;
    }

    .b-building__favorite-cell {
        width: 14.0625%;
        text-align: center;
    }

    .b-building__number-cell {
        width: 6.25%;
    }

    .b-building__cell {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .b-building__type-cell {
        width: 25%;
    }

    .b-building__card .b-content__link-map,.b-building__card .b-content__link-parking {
        margin-bottom: 0px;
        width: auto;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .b-building__card .b-content__link-map .b-icon__link-pin,.b-building__card .b-content__link-map .b-icon__link-parking,.b-building__card .b-content__link-parking .b-icon__link-pin,.b-building__card .b-content__link-parking .b-icon__link-parking {
        right: -45px;
    }

    .b-building__card .b-content__link-map {
        -ms-flex-order: 3;
        order: 3;
    }

    .b-building__card .b-content__link-parking {
        margin-right: 9.72222%;
        -ms-flex-order: 2;
        order: 2;
    }

    .b-building__card .b-content__link-map_top_position {
        margin-bottom: 8px;
    }

    .b-building__card-img-content {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-building__card-img-content:hover .b-building__card-img,.b-building__card-img-content:hover .b-building__card-picture {
        transition-duration: .75s;
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .b-building__card-img-content:hover .b-objects__overlay {
        opacity: .5;
    }

    .b-building__card-img-content:hover .b-objects__actions-desriptions {
        opacity: 1;
        top: 56px;
    }

    .b-building__card-content {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-building__card-content .b-btn_theme_more {
        display: none;
    }

    .b-building__card-wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }

    .b-building__card-address {
        font-size: 16px;
        line-height: 24px;
    }

    .b-building__card-btn {
        margin-right: 5.55556%;
        padding-left: 40px;
        padding-right: 40px;
        width: auto;
        -ms-flex-order: 1;
        order: 1;
    }

    .b-parking-video .b-parking__video {
        width: 50%;
        height: 290px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-parking-video .b-building__card-content {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-parking-video .b-building__card-wrapper {
        border-left: none !important;
    }

    .b-building__table_type_parking td {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .b-building__table_type_parking td:not(.b-building__favorite-cell) {
        width: 20%;
    }

    .b-header__complex {
        -ms-flex-preferred-size: 14.58333%;
        flex-basis: 14.58333%;
        max-width: 14.58333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__district {
        -ms-flex-preferred-size: 10.41667%;
        flex-basis: 10.41667%;
        max-width: 10.41667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 16px;
        display: block;
        -ms-flex-order: 2;
        order: 2;
    }

    .b-header__rooms {
        -ms-flex-preferred-size: 11.80556%;
        flex-basis: 11.80556%;
        max-width: 11.80556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__price {
        -ms-flex-preferred-size: 19.44444%;
        flex-basis: 19.44444%;
        max-width: 19.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__price .b-header__price-wrapper input {
        padding-left: 5px;
    }

    .b-header__date {
        -ms-flex-preferred-size: 10.41667%;
        flex-basis: 10.41667%;
        max-width: 10.41667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 16px;
        display: block;
        -ms-flex-order: 3;
        order: 3;
    }

    .b-header__full-search {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__result {
        -ms-flex-preferred-size: 15.27778%;
        flex-basis: 15.27778%;
        max-width: 15.27778%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        font-size: 16px;
    }

    .b-search__tab {
        margin-top: 24px;
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .l-new-search-filter {
        padding-left: 13.88889%;
        padding-right: 13.88889%;
    }

    .b-new-search-filter__label:hover {
        background-color: #cccccc;
    }

    .b-new-search-filter__sub-label:hover {
        background-color: #cccccc;
    }

    .b-new-search-filter__range-slider {
        -ms-flex-preferred-size: 28.90625%;
        flex-basis: 28.90625%;
        max-width: 28.90625%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-new-search-filter__submit {
        -ms-flex-preferred-size: 18.75%;
        flex-basis: 18.75%;
        max-width: 18.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-order: 2;
        order: 2;
    }

    .b-new-search-filter__select-input label {
        height: 100%;
        min-height: 48px;
    }

    .b-new-search-filter__select-input label:hover {
        background-color: rgba(0, 49, 108, 0.03);
        color: #000000;
    }

    .b-new-search-filter__input:checked + .b-new-search-filter__label:hover {
        background-color: #333333;
    }

    .b-new-search-filter__input:checked + .b-new-search-filter__sub-label:hover {
        background-color: #333333;
    }

    .b-new-search-filter__input:disabled + .b-new-search-filter__label:hover {
        background-color: #cccccc;
    }

    .b-new-search-filter__input:disabled + .b-new-search-filter__sub-label:hover {
        background-color: #cccccc;
    }

    .b-parking__path:hover {
        opacity: .5;
    }

    .b-parking__links {
        margin: 30px 2.77778% 20px;
    }

    .b-parking__legend {
        margin-left: 2.77778%;
    }

    .l-parking-tooltip {
        display: block;
    }

    .b-contacts {
        margin-bottom: 125px;
        height: calc(100vh - 88px);
    }

    .b-menu__contacts {
        -ms-flex-preferred-size: 52.94118%;
        flex-basis: 52.94118%;
        max-width: 52.94118%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
    }

    .b-menu__contacts-item {
        height: 100%;
    }

    .b-menu__contacts-item:first-of-type {
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
        border-right: none;
    }

    .b-menu__contacts-item.b-menu__city {
        -ms-flex-preferred-size: 38.88889%;
        flex-basis: 38.88889%;
        max-width: 38.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__contacts-item.b-menu__city .b-menu__header {
        display: none;
    }

    .b-menu__contacts-item.b-menu__office {
        -ms-flex-preferred-size: 61.11111%;
        flex-basis: 61.11111%;
        max-width: 61.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        border-left: 1px solid rgba(255, 255, 255, 0.24);
        transition-property: margin-left;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        margin-left: 0;
        will-change: margin-left;
        transition-duration: .4s;
    }

    .b-menu__contacts-item.b-menu__office.is-moved {
        margin-left: -22.22222%;
        z-index: 10;
    }

    .b-menu__main {
        -ms-flex-preferred-size: 47.05882%;
        flex-basis: 47.05882%;
        max-width: 47.05882%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        height: 100%;
    }

    .b-menu__main.b-main__city {
        display: block;
        height: 100%;
        position: static;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__main.b-main__office {
        display: block;
        height: 100%;
        position: static;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__list-item {
        padding-left: 9.72222%;
        padding-right: 9.72222%;
    }

    .b-menu__list-item:hover {
        transition-property: background-color;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        background-color: rgba(255, 255, 255, 0.08);
    }

    .b-menu__list-item:hover p,.b-menu__list-item:hover span {
        opacity: 1;
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-timing-function: ease;
    }

    .b-contacts__map {
        -ms-flex-preferred-size: 47.05882%;
        flex-basis: 47.05882%;
        max-width: 47.05882%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-contacts__tooltip-wrapper {
        top: 0;
        height: 100%;
        z-index: -1;
        -ms-flex-preferred-size: 29.41176%;
        flex-basis: 29.41176%;
        max-width: 29.41176%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 26.47059%;
    }

    .b-contacts__tooltip {
        width: 100%;
        border: 1px solid rgba(0, 49, 108, 0.2);
        border-top: none;
        border-bottom: none;
    }

    .b-contacts__tooltip-link:hover:after {
        -ms-transform: scale(1.3) translateY(-50%);
        transform: scale(1.3) translateY(-50%);
    }

    .b-contacts__comment {
        font-size: 18px;
        line-height: 24px;
    }

    .b-contacts__tooltip-close {
        background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
        background-position: 0px -151px;
        width: 40px;
        height: 40px;
        top: 24px;
        opacity: 1;
    }

    .b-contacts__tooltip-close:hover {
        opacity: .8;
    }

    .b-contacts_type_flats {
        margin-bottom: 8px;
    }

    .b-contacts_with_comment {
        margin-bottom: 64px;
    }

    .l-flat {
        padding-left: 0;
        padding-right: 0;
        max-width: 1180px;
    }

    .b-flat__title {
        font-size: 36px;
        line-height: 42px;
    }

    .b-flat__row {
        margin-bottom: 80px;
    }

    .b-flat__results-title {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 40px;
    }

    .b-flat__img img {
        max-height: 560px;
    }

    .b-slider-objects__base {
        padding: 0 10px;
    }

    .b-slider-objects__arrow-prev {
        left: -40px;
    }

    .b-slider-objects__arrow-next {
        right: -40px;
    }

    .b-flat__gallery-layout {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        margin-bottom: 24px;
    }

    .b-flat__gallery-wrapper {
        margin-bottom: 24px;
    }

    .b-flat__gallery-title {
        font-size: 28px;
        line-height: 30px;
    }

    .b-flat__gallery-title {
        margin-bottom: 32px;
    }

    .b-flat-gallery__arrow-prev {
        left: 0;
    }

    .b-flat-gallery__arrow-next {
        right: 0;
    }

    .b-flat-card__header {
        padding-right: gutter(1.5);
        padding-left: gutter(1.5);
    }

    .b-flat-card__param {
        padding-right: gutter(1.5);
        padding-left: gutter(1.5);
    }

    .b-actions__header h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .b-actions__select {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__form {
        -ms-flex-preferred-size: 94.44444%;
        flex-basis: 94.44444%;
        max-width: 94.44444%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__form-wrapper {
        -ms-flex-preferred-size: 53.125%;
        flex-basis: 53.125%;
        max-width: 53.125%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__form-wrapper .b-form__checkbox_transparent_color label {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-action {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-action__item-new:hover .b-action__img {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .b-action__img-content {
        height: 18.75vw;
    }

    .b-action__title {
        font-size: 20px;
        line-height: 30px;
    }

    .b-action__description {
        margin-bottom: 32px;
    }

    .b-action__params {
        margin-bottom: 32px;
    }

    .b-actions__btn-container {
        display: -ms-flexbox;
        display: flex;
    }

    .b-actions__btn {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    .b-action__title-inner {
        margin-left: 17.64706%;
        margin-right: 17.64706%;
    }

    .b-action__labels-inner {
        margin-left: 17.64706%;
        margin-right: 17.64706%;
    }

    .b-action__image-inner-content {
        margin-bottom: 40px;
    }

    .b-action__content-inner {
        margin-left: 16.66667%;
        margin-right: 16.66667%;
    }

    .b-action__buttons-inner .b-btn:not(:last-child) {
        margin-right: 4.54545%;
    }

    .b-action__item_theme_large:not(:nth-child(3n)) {
        margin-right: 0%;
    }

    .b-action__item_theme_large:hover .b-action__img {
        -ms-transform: none;
        transform: none;
    }

    .b-action__item_theme_large .b-action__img-content {
        -ms-flex-preferred-size: 59.375%;
        flex-basis: 59.375%;
        max-width: 59.375%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        min-height: 40vw;
    }

    .b-action__item_theme_large .b-action__content {
        -ms-flex-preferred-size: 40.625%;
        flex-basis: 40.625%;
        max-width: 40.625%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-left: 4.41176%;
        padding-right: 4.41176%;
        padding-top: 80px;
    }

    .b-action__item_theme_large .b-action__title {
        margin-bottom: 16px;
    }

    .b-action__item_theme_large .b-action__description {
        margin-bottom: 16px;
    }

    .b-action__item_theme_large .b-action__info {
        margin-bottom: 8px;
    }

    .b-action__img-content_type_mini {
        height: 15.5vw;
    }

    .b-action__image-inner-content_type_mini {
        margin-bottom: 40px;
    }

    .b-actions-form__wrap {
        -ms-flex-preferred-size: 94.11765%;
        flex-basis: 94.11765%;
        max-width: 94.11765%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions-form__content {
        -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
        max-width: 46.875%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions-form__comment {
        width: 66.66667%;
    }

    .b-actions-form__input {
        margin-right: 2.94118%;
        width: 73.52941%;
    }

    .b-actions-form__input[type='submit'] {
        width: 23.52941%;
    }

    .b-actions-form__input[type='submit']:hover {
        background-color: #e3eef8;
    }

    .l-corp-clients ol li:before {
        top: 0;
    }

    .l-corp-clients ul li:before {
        top: 4px;
    }

    .b-corp-clients__list-text {
        font-size: 24px;
        line-height: 40px;
    }

    .b-corp-clients__list {
        margin-bottom: 48px;
    }

    .b-corp-clients__list ul {
        -ms-flex-preferred-size: 35.29412%;
        flex-basis: 35.29412%;
        max-width: 35.29412%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 19.11765%;
    }

    .b-corp-clients__list ul:first-of-type {
        -ms-flex-preferred-size: 39.70588%;
        flex-basis: 39.70588%;
        max-width: 39.70588%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.88235%;
    }

    .b-corp-clients__tabs-contents {
        padding-top: 72px;
    }

    .b-corp-clients__facts,.b-corp-clients__banks,.b-corp-clients__associate {
        margin-left: 6.25%;
        margin-right: 6.25%;
        margin-bottom: 64px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .b-corp-clients__facts.b-flat_theme_rare,.b-corp-clients__banks.b-flat_theme_rare,.b-corp-clients__associate.b-flat_theme_rare {
        margin-left: 6.25%;
        margin-right: 6.25%;
    }

    .b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__fact-item,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__fact-item,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__fact-item {
        -ms-flex-preferred-size: 18.75%;
        flex-basis: 18.75%;
        max-width: 18.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__infographic-img,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__infographic-img,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__infographic-img {
        width: 96px;
        height: 96px;
    }

    .b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__fact-title,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__fact-title,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__fact-title {
        margin-bottom: 0px;
    }

    .b-corp-clients__fact-item {
        -ms-flex-preferred-size: 18.75%;
        flex-basis: 18.75%;
        max-width: 18.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .b-corp-clients__infographic-img {
        margin-bottom: 24px;
    }

    .b-corp-clients__banks {
        margin-bottom: 40px;
    }

    .b-corp-clients__banks-img {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__banks-img:not(:nth-child(3n)) {
        margin-right: 0%;
    }

    .b-corp-clients__banks-img:not(:nth-child(5n)) {
        margin-right: 9.375%;
    }

    .b-corp-clients__form-content {
        -ms-flex-preferred-size: 30.35714%;
        flex-basis: 30.35714%;
        max-width: 30.35714%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.35714%;
    }

    .b-corp-clients__form-title {
        font-size: 24px;
    }

    .b-corp-clients__form {
        width: 64.28571%;
    }

    .b-corp-clients__form input {
        margin-bottom: 12px;
    }

    .b-corp-clients__form input[type='submit'] {
        -ms-flex-preferred-size: 22.22222%;
        flex-basis: 22.22222%;
        max-width: 22.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 0px;
        margin-left: 5.55556%;
        margin-right: 0%;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .b-corp-clients__form .b-form__checkbox {
        margin-top: 8px;
        width: 100%;
    }

    .b-corp-clients__form-column {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__form-column:not(:nth-child(2n)) {
        margin-right: 5.55556%;
    }

    .b-corp-clients__associate-text {
        font-size: 24px;
        line-height: 30px;
    }

    .b-corp-clients__label {
        margin-top: -8px;
        margin-bottom: 64px;
    }

    .b-corp-clients__banks-images_type_center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .b-corp-clients__banks-images_type_center .b-corp-clients__banks-img:last-child {
        margin-right: 0%;
    }

    .b-friends .b-realtors-info__txt {
        width: 100%;
        text-align: center;
        max-width: 800px;
    }

    .b-friends .b-realtors-info__infografic:after {
        width: 66%;
        left: 22%;
    }

    .b-realtors-info__wrap {
        margin-top: 64px;
        margin-bottom: 64px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-realtors-info__txt {
        width: 53.84615%;
    }

    .b-realtors-info__infografic {
        margin-top: 48px;
        margin-left: 0%;
        margin-right: 0%;
    }

    .b-realtors-info__infografic:after {
        content: '';
        border-top: 2px solid rgba(67, 140, 206, 0.1);
        position: absolute;
        top: calc(96px / 2);
        left: 0;
        width: 100%;
        /* margin-top: rhythm(-5.5); */
        z-index: 0;
    }

    .b-realtors-info__infographic-item-wrapper {
        margin-bottom: 0px;
        width: auto;
    }

    .b-realtors-info__infographic-item {
        width: 178px;
    }

    .b-realtors-info__wrap_short .b-realtors-info__txt {
        width: 52%;
    }

    .b-realtors-info__wrap_short .b-realtors-info__infografic {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }

    .b-realtors-advantages {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-realtors-advantages__wrap {
        margin-top: 64px;
        margin-bottom: 56px;
        margin-left: 5.71429%;
        margin-right: 5.71429%;
    }

    .b-realtors-advantages__title {
        margin-bottom: 64px;
        font-size: 48px;
        line-height: 46px;
        width: 46.77419%;
    }

    .b-realtors-contacts {
        margin-top: 96px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-realtors-contacts__term {
        -ms-flex-preferred-size: 48.14815%;
        flex-basis: 48.14815%;
        max-width: 48.14815%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        flex-grow: 1;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .b-realtors-contacts__term:not(:nth-child(2n)) {
        margin-right: 3.7037%;
    }

    .b-realtors-contacts__title {
        margin-bottom: 40px;
        width: 75%;
    }

    .b-realtors-contacts__item-wrap {
        margin-top: 24px;
        margin-bottom: 64px;
        margin-left: 11.53846%;
        margin-right: 11.53846%;
        width: 76.92308%;
    }

    .b-realtors-contacts__info {
        -ms-flex-preferred-size: 69.69697%;
        flex-basis: 69.69697%;
        max-width: 69.69697%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.0303%;
        margin-top: 8px;
        margin-bottom: 64px;
    }

    .b-realtors-contacts__name {
        font-size: 28px;
        line-height: 36px;
    }

    .b-realtors-contacts__term_msk {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .b-realtors-contacts__term_msk:not(:nth-child(2n)) {
        margin-right: 0%;
    }

    .b-realtors-contacts__term_msk .b-realtors-contacts__item {
        -ms-flex-preferred-size: 48.14815%;
        flex-basis: 48.14815%;
        max-width: 48.14815%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .b-realtors-contacts__term_msk .b-realtors-contacts__item:not(:nth-child(2n+1)) {
        margin-right: 3.7037%;
    }

    .b-realtors-contacts__term_msk .b-realtors-contacts__item .b-realtors-contacts__item-wrap {
        margin-bottom: 24px;
    }

    .b-realtors-docs {
        margin-top: 0px;
        margin-bottom: 88px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-realtors-docs__title {
        margin-bottom: 32px;
    }

    .b-realtors-docs__link {
        margin-bottom: 16px;
    }

    .b-realtors-docs__telegram {
        margin-top: 16px;
    }

    .b-about__text h1 {
        font-size: 48px;
        line-height: 64px;
    }

    .b-about__text-normal {
        width: 80.76923%;
    }

    .b-about-timeline__item:before {
        left: 7.14286%;
    }

    .b-about-timeline__year {
        width: 3.57143%;
    }

    .b-about-timeline__point {
        left: calc(7.14286% - 7px);
    }

    .b-about-timeline__text {
        margin-left: 7.14286%;
        width: 60.71429%;
    }

    .l-main-new .company_title {
        padding-left: 20px;
    }

    .l-main-new .company_banner_men_block {
        width: 1020px !important;
    }

    .l-main-new .contact_map {
        margin: auto !important;
    }

    .l-main-new .tower_text {
        margin-top: inherit !important;
    }

    .l-main-new .tb_rent {
        width: inherit !important;
        left: inherit !important;
    }

    .l-main-new .tb_s {
        width: inherit !important;
        left: inherit !important;
    }

    .l-main-new .tb_floor {
        width: inherit !important;
        left: inherit !important;
    }

    .l-main-new .tb_price {
        width: inherit !important;
        left: inherit !important;
    }

    .l-main-new .tb_corps {
        left: inherit !important;
    }

    .l-main-new .slider_full {
        max-width: 1020px !important;
    }

    .b-navigator__header .b-header__mobile-phone {
        display: none;
    }

    .b-navigator__header {
        max-width: 100%;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
        padding-bottom: 28px;
    }

    .b-navigator__logo {
        max-width: 200px;
    }

    .b-navigator__logo svg {
        height: 100px;
    }

    .b-navigator__block {
        -ms-flex-preferred-size: 77.77778%;
        flex-basis: 77.77778%;
        max-width: 77.77778%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        max-width: 1000px;
    }

    .b-navigator__info {
        margin-left: 6.94444%;
        padding-right: 11.11111%;
        padding-top: 36px;
    }

    .b-navigator__info-name {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 16px;
    }

    .b-navigator__info-label {
        margin-bottom: 4px;
    }

    .b-navigator__buttons {
        -ms-flex-preferred-size: 42.85714%;
        flex-basis: 42.85714%;
        max-width: 42.85714%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 48px;
    }

    .b-navigator__button {
        margin-bottom: 24px;
    }

    .b-navigator__button-icon {
        margin-right: 8.33333%;
    }

    .l-guide h1 {
        margin-bottom: 48px;
    }

    .l-guide h2 {
        margin-bottom: 24px;
    }

    .b-guide {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .l-object__white-plans .b-info-cards__slider_layout-left {
        left: -6%;
    }

    .b-howtobuy-best-offer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 4.16667%;
        padding-right: 4.16667%;
    }

    .b-howtobuy-best-offer .b-howtobuy-best-offer__request-btn {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: auto;
    }

    .b-howtobuy-best-offer .b-howtobuy-best-offer__bank-offer {
        margin-bottom: 0;
        -ms-flex-preferred-size: 30.55556%;
        flex-basis: 30.55556%;
        max-width: 30.55556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-howtobuy-best-offer .l-howtobuy-best-offer__bank-logo {
        -ms-flex-preferred-size: 22.22222%;
        flex-basis: 22.22222%;
        max-width: 22.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 2.77778%;
        margin-bottom: 0;
    }

    .b-howtobuy-best-offer .b-howtobuy__text {
        margin-top: 15px;
        width: 100%;
    }

    .b-realtors-contacts__info {
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        max-width: 90%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 24px;
    }

    .b-realtors-contacts__position {
        width: 100%;
    }

    .b-realtors-contacts__photo {
        -ms-flex-order: -9999;
        order: -9999;
        margin-bottom: 24px;
    }

    .b-realtors-contacts__phones {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-realtors-contacts__other {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: auto;
    }
}

@media only screen and (min-width: 1280px) and (min-width: 670px) {
    .b-location__item {
        margin-bottom: 0;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 48px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-bottom: 48px;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 48px;
    }

    .b-popup-info .b-popup__cnt {
        padding-bottom: 48px;
    }
}

@media only screen and (min-width: 1280px) and (min-width: 960px) {
    .b-location__item {
        margin-bottom: 0;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 48px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-bottom: 48px;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 48px;
    }

    .b-popup-info .b-popup__cnt {
        padding-bottom: 48px;
    }
}

@media only screen and (min-width: 1280px) and (min-width: 1280px) {
    .b-location__item {
        margin-bottom: 0;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 48px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-bottom: 48px;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 48px;
    }

    .b-popup-info .b-popup__cnt {
        padding-bottom: 48px;
    }
}

@media only screen and (min-width: 1280px) and (min-width: 1440px) {
    .b-location__item {
        margin-bottom: 0;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 48px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-bottom: 48px;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 48px;
    }

    .b-popup-info .b-popup__cnt {
        padding-bottom: 48px;
    }

    .b-realtors-info__infografic:after {
        top: calc(120px / 2);
    }
}

@media only screen and (min-width: 1280px) and (min-width: 1920px) {
    .b-location__item {
        margin-bottom: 0;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 48px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-bottom: 48px;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 48px;
    }

    .b-popup-info .b-popup__cnt {
        padding-bottom: 48px;
    }
}

@media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1280px) and (min-device-pixel-ratio: 1.5) {
    .b-objects__tooltip-close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-contacts__tooltip-close {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }
}

@media only screen and (min-width: 1440px) {
    h1, .l-main-new .l-corp-clients h1 {
        font-size: 52px;
        line-height: 54px;
    }

    .b-feedback h2,.b-realtors-info__wrap h1,h2 {
        font-size: 40px;
        line-height: 46px;
    }

    h3 {
        font-size: 36px;
        line-height: 40px;
    }

    h4 {
        font-size: 17px;
        line-height: 28px;
    }

    h5 {
        font-size: 15px;
        line-height: 24px;
    }

    h6 {
        font-size: 14px;
        line-height: 22px;
    }

    .b-typo-reset ol li:before {
        font-size: 16px;
        line-height: 30px;
    }

    .l-object {
        margin-bottom: 96px;
    }

    .l-object-map {
        margin-bottom: 32px;
    }

    .l-actions {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .l-actions-inner_theme_gray {
        border-radius: 4px;
    }

    .l-about-text {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }

    .l-about-timeline {
        margin-bottom: 32px;
        margin-left: 9.72222%;
        margin-right: 9.72222%;
    }

    .l-mileage {
        margin-bottom: 64px;
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .l-mileage_govsupp {
        margin-bottom: 0px;
    }

    .l-mileage-wrap {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .l-flats {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .l-text {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
        margin-bottom: 32px;
    }

    .l-text_mb_small {
        margin-bottom: 16px;
    }

    .l-text_download_theme {
        margin-bottom: 32px;
    }

    .l-rare {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .l-gallery {
        margin-bottom: 56px;
    }

    .b-icon__line {
        width: 16px;
        height: 16px;
    }

    .b-icon__logo-symbol {
        width: 71px;
        height: 57px;
    }

    .b-icon__moneybox,.b-icon__docs,.b-icon__timer {
        height: 56px;
    }
    .l-howtobuy-sliders {
        padding: 50px 105px 0 60px;
    }

    .b-icon__corp-hand {
        width: 72px;
        height: 43px;
    }

    .b-icon__corp-superman {
        width: 45px;
        height: 72px;
    }

    .b-icon__corp-speed {
        width: 56px;
        height: 39px;
        margin-right: 0;
    }

    .b-icon__corp-graphik {
        width: 62px;
        height: 36px;
    }

    .b-icon__agreement {
        height: 53px;
    }

    .b-icon__purse {
        height: 53px;
    }

    .b-icon__laptop {
        height: 53px;
    }

    .b-kelnik {
        margin-top: 0px;
    }

    .b-kelnik__img {
        width: 85px;
        height: 14px;
    }

    .b-career-page.b-objects {
        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__title {
        font-size: 52px;
        line-height: 65px;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__title {
        margin-bottom: 10px;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__subtitle {
        font-size: 24px;
        line-height: 36px;
    }

    .b-career .b-career-info__wrap {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .b-career .b-career-info__txt {
        font-size: 48px;
        line-height: 58px;
    }

    .b-carer-info__infographic-text .b-carer-info__infographic-text-title {
        font-size: 18px;
        line-height: 27px;
    }

    .l-career-title {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .b-feedback.b-subscribe__career {
        margin-top: 48px;
    }

    .b-feedback.b-subscribe__career .b-feedback__content {
        margin-bottom: 32px;
    }

    .b-feedback__wrap.b-subscribe__wrap {
        -ms-flex-preferred-size: 77.77778%;
        flex-basis: 77.77778%;
        max-width: 77.77778%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-btn_theme_all {
        padding: 24px 44px;
    }

    .b-btn_theme_blue {
        padding-left: 35px;
        padding-right: 35px;
    }

    .b-btn_theme_download {
        padding-left: 60px;
        padding-right: 60px;
    }

    .b-popup__cnt {
        padding: 24px 8.33333% 48px;
    }

    .b-popup__video {
        width: 60%;
    }

    .b-popup__video iframe {
        height: 520px;
    }

    .mfp-image-holder .mfp-content,.mfp-iframe-holder .mfp-content {
        max-width: 60%;
    }

    .b-popup_theme_common .b-footer__social-title {
        margin-right: 0%;
    }

    .b-popup_theme_common.b-popup_theme_video iframe {
        min-height: 615px;
    }

    .b-popup_theme_gallery .mfp-close {
        right: 12.5%;
    }

    .b-popup_theme_gallery .mfp-arrow-left {
        left: 20%;
    }

    .b-popup_theme_gallery .mfp-arrow-right {
        right: 20%;
    }

    .b-gallery .fotorama__arr--prev {
        top: auto;
        left: auto;
        right: 11.11111%;
        bottom: 64px;
    }

    .b-gallery .fotorama__arr--next {
        right: 5.55556%;
        bottom: 64px;
    }

    .b-gallery__info {
        margin-left: 5.71429%;
        width: 34.28571%;
    }

    .b-gallery__info {
        margin-left: 4.28571%;
    }

    .b-gallery__info.b-gallery__info-akcia {
        width: 68.57143%;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__slide-number {
        margin-top: 32px;
        margin-bottom: 48px;
        font-size: 20px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__start-ttl {
        font-size: 104px;
        line-height: 96px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__subttl {
        margin-top: 32px;
        font-size: 25px;
        line-height: 28px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__show-more {
        padding-right: 45px;
    }

    .b-gallery__info-wrap {
        margin-top: 80px;
        margin-bottom: 64px;
    }

    .b-gallery__slide-number {
        margin-top: 32px;
        margin-bottom: 48px;
        font-size: 20px;
    }

    .b-gallery__start-ttl {
        font-size: 104px;
        line-height: 96px;
    }

    .b-gallery__subttl {
        margin-top: 32px;
        font-size: 25px;
        line-height: 28px;
    }

    .b-gallery__show-more {
        font-size: 14px;
    }

    .b-gallery-slick__popup-slide {
        height: 415px;
        min-width: 415px;
        max-width: 415px;
    }

    .b-gallery-slick__plans {
        max-height: 415px;
        padding-left: 3.22581%;
        padding-right: 3.22581%;
    }

    .b-gallery-slick__plans {
        max-height: 470px;
        padding-left: 3.57143%;
        padding-right: 3.57143%;
    }

    .l-flats-palns__action .b-gallery-slick__popup-slide {
        height: 425px;
        min-width: 425px;
        max-width: 425px;
    }

    .l-flats-palns__action .b-gallery-slick__plans {
        max-height: 425px;
        padding-left: 0%;
        padding-right: 0%;
    }

    .b-tabs__nav--inline a {
        padding-bottom: 24px;
    }

    .b-tab-nav-more__nav {
        font-size: 16px;
    }

    .b-tabs__zoom {
        top: -40px;
    }

    .flat__plan {
        height: 640px;
    }

    .b-range-slider__input-value {
        right: 7px;
    }

    .b-text__paragraph {
        font-size: 16px;
        line-height: 24px;
    }

    .b-text__paragraph_size_big {
        font-size: 24px;
        line-height: 40px;
    }

    .b-text__paragraph_size_medium {
        font-size: 22px;
        line-height: 28px;
    }

    .b-content__title {
        font-size: 24px;
        line-height: 30px;
    }

    .b-content__list .b-content__list__title {
        font-size: 24px;
        line-height: 40px;
    }

    .b-content__list li {
        font-size: 18px;
        line-height: 27px;
    }

    .b-content__text .b-text__paragraph {
        font-size: 24px;
        line-height: 40px;
    }

    .b-content__text .b-text__paragraph_size_medium {
        font-size: 24px;
        line-height: 40px;
    }

    .b-content__text .b-text__paragraph_size_big {
        font-size: 24px;
        line-height: 40px;
    }

    .b-content__link-map,.b-content__link-parking {
        font-size: 18px;
        line-height: 27px;
    }

    .b-accordion__link {
        font-size: 20px;
        line-height: 10px;
    }

    .b-label {
        font-size: 14px;
    }

    .b-advantages__subtitle_single_content {
        margin-bottom: 200px;
    }

    .b-advantages_mb_big {
        margin-bottom: 96px;
    }

    .b-contacts__title {
        font-size: 28px;
        line-height: 36px;
    }

    .b-contacts__title {
        margin-bottom: 32px;
    }

    .b-contacts__row:not(:last-child) {
        margin-bottom: 20px;
    }

    .b-contacts__info {
        font-size: 14px;
        line-height: 18px;
    }

    .b-contacts__address {
        font-size: 14px;
        line-height: 18px;
    }

    .b-loader {
        bottom: -18px;
    }

    .b-info-block {
        padding-top: 40px;
    }

    .b-info-block {
        padding-bottom: 40px;
    }

    .b-info-block__buttons {
        margin-bottom: 40px;
    }

    .b-info-block__item {
        margin-bottom: 24px;
    }

    .b-text-block {
        margin-bottom: 96px;
    }

    .b-text-block__title {
        margin-bottom: 32px;
    }

    .b-text-block__content {
        margin-bottom: 32px;
    }

    .b-flat__title {
        font-size: 36px;
        line-height: 42px;
    }

    .b-flat__title {
        margin-bottom: 8px;
    }

    .b-flat__counter {
        font-size: 14px;
        min-height: 16px;
        margin-bottom: 16px;
    }

    .b-flat__tabs {
        margin-bottom: 64px;
    }

    .b-flat__adres {
        margin-bottom: 48px;
        font-size: 18px;
    }

    .b-flat__params {
        margin-bottom: 48px;
    }

    .b-flat__sizes {
        margin-bottom: 32px;
        padding: 25px 20px;
    }

    .b-flat .b-tooltip-icon {
        display: none;
    }

    .b-flat .b-flat__planoplan-wiget {
        margin-bottom: 64px;
        max-height: 650px;
    }

    .b-flat .b-tooltip-container:before {
        right: calc(50% - 7px);
    }

    .b-flat__price {
        font-size: 40px;
    }

    .b-flat__price-desc {
        font-size: 14px;
        line-height: 18px;
    }

    .b-flat__bottom-tabs {
        margin-bottom: 40px;
    }

    .b-sizes-info__label {
        font-size: 18px;
    }

    .b-sizes-info__value {
        font-size: 18px;
    }

    .b-flat__gallery-title {
        font-size: 30px;
        line-height: 32px;
    }

    .b-flat__gallery-title {
        margin-left: 3.0303%;
        margin-right: 3.0303%;
        padding-left: 9.375%;
        padding-right: 9.375%;
        margin-bottom: 24px;
    }

    .b-flat-gallery__arrow-prev {
        left: 30px;
    }

    .b-flat-gallery__arrow-next {
        right: 30px;
    }

    .object-planoplan__wrapper > :first-child .dark-plan__button.button__theme-full {
        margin-top: 48px;
    }

    .object-planoplan__wrapper > :first-child .object-planoplan__info {
        margin-bottom: 40px;
    }

    .object-planoplan__wrapper > :last-child {
        padding-top: 24px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-title {
        margin-bottom: 32px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-list.b-action-flats__list {
        margin-bottom: 32px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-params {
        margin-bottom: 24px;
    }

    .flat__plan {
        height: 640px;
    }

    .l-info-cards {
        margin-bottom: 96px;
    }

    .l-info-cards-margin__look-also {
        margin-bottom: 96px;
    }

    .l-info-cards_theme_gray {
        padding-top: 40px;
    }

    .l-info-cards_theme_gray {
        padding-bottom: 40px;
    }

    .b-info-cards__title {
        margin-bottom: 32px;
    }

    .b-info-cards__slider {
        margin-bottom: 32px;
    }

    .b-info-card__info {
        padding-top: 32px;
    }

    .b-info-card__info {
        padding-bottom: 32px;
    }

    .b-info-card__period {
        margin-bottom: 24px;
    }

    .b-info-card__title {
        margin-bottom: 24px;
    }

    .b-info-card__more {
        margin-top: 32px;
    }

    .l-info-carousel,.b-info-cards__title {
        margin-bottom: 96px;
    }

    .l-panorama {
        padding-left: 1.38889%;
        padding-right: 1.38889%;
    }

    .l-contacts-block {
        margin-bottom: 96px;
    }

    .b-contacts-block__title {
        margin-bottom: 24px;
    }

    .b-contacts-block__address,.b-contacts-block__schedule {
        margin-bottom: 24px;
    }

    .b-contacts-block__phone {
        margin-bottom: 24px;
    }

    .b-contacts-block__button {
        margin-bottom: 32px;
    }

    .l-documents-block {
        margin-bottom: 96px;
    }

    .b-documents-block__title {
        margin-bottom: 32px;
    }

    .b-documents-block__tabs {
        margin-bottom: 32px;
    }

    .b-documents-block__item {
        margin-bottom: 32px;
    }

    .b-documents-block__item:last-child {
        margin-bottom: 0;
    }

    .l-location {
        margin-bottom: 32px;
    }

    .b-location.b-location_theme_flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-location.b-location_theme_flex .b-location__title {
        width: 100%;
    }

    .b-location.b-location_theme_flex .b-location__list {
        width: 40%;
    }

    .b-location.b-location_theme_flex .b-location__points {
        width: 60%;
        margin-top: -8px;
    }

    .b-location.b-location_theme_flex .b-location__points.slick-initialized .slick-slide {
        width: calc(100% / 2) !important;
    }

    .b-location__title {
        margin-bottom: 32px;
    }

    .b-location__list {
        margin-bottom: 32px;
    }

    .b-location__list {
        margin-bottom: 0 !important;
    }

    .b-location__item {
        margin-bottom: 32px;
    }

    .b-location__item:last-child {
        margin-bottom: 0;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 32px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-bottom: 40px;
    }

    .b-popup-gallery__ttl {
        margin-bottom: 32px;
    }

    .b-popup-gallery__image {
        margin-bottom: 32px;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 32px;
    }

    .b-popup-info .b-popup__cnt {
        padding-bottom: 40px;
    }

    .b-popup-info__ttl {
        margin-bottom: 32px;
    }

    .b-popup-info__image {
        margin-bottom: 32px;
    }

    .online-info {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .online-btn-wrap {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .online-list {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .b-popup-construction-progress-gallery .fotorama {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .live {
        margin-bottom: 40px;
        margin-left: 11.11111%;
        margin-right: 11.11111%;
    }

    .live-title {
        margin-bottom: 32px;
    }

    .live-title {
        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 11.11111%;
        margin-right: 11.11111%;
    }

    .live-title .div-title,.live-title h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .evalution-wrap {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .evalution__plans {
        -ms-flex-preferred-size: 62.96296%;
        flex-basis: 62.96296%;
        max-width: 62.96296%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .evalution__nav-wrap {
        width: 62.96296%;
    }

    .b-map {
        height: 696px !important;
    }

    .b-map-tooltip__content {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 4.16667%;
        padding-left: 4.16667%;
    }

    .b-yandex-map__base {
        height: 696px;
    }

    .b-map_with_overlay span {
        font-size: 40px;
        line-height: 40px;
    }

    .l-map-tab-objects {
        margin-bottom: 96px;
    }

    .b-btn-tabs__all {
        -ms-flex-preferred-size: 17.64706%;
        flex-basis: 17.64706%;
        max-width: 17.64706%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-map-tabs-wrapper {
        padding: 30px;
    }

    .b-map-tab-objects {
        height: 140px;
    }

    .l-map-accordion {
        margin-bottom: 32px;
    }

    .b-map-accordion .ui-accordion-content {
        padding-bottom: 32px;
    }

    .b-header {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 22px;
        margin-bottom: 22px;
        height: 40px;
    }

    .b-header__burger {
        margin-left: 0%;
        margin-right: 0%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .b-header__logo {
        margin-left: 0.73529%;
        /*width: 9.55882%;*/
        width: 6.55882%;
    }

    .b-header__menu {
        margin-right: 1.47059%;
    }

    .b-header__select {
        -ms-flex-preferred-size: 13.88889%;
        flex-basis: 13.88889%;
        max-width: 13.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0.88235%;
    }

    .b-header__btn {
        -ms-flex-preferred-size: 14.70588%;
        flex-basis: 14.70588%;
        max-width: 14.70588%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding: 0 16px;
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        height: 40px;
    }

    .b-header__phone {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-header__phone-call {
        color: #000000;
        font-size: 12px;
    }

    .l-full-nav__top .b-header__burger {
        margin-left: 0%;
        margin-right: 1.38889%;
    }

    .l-full-nav__top .b-header__logo {
        margin-left: 1.38889%;
    }

    .l-full-nav__content {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .b-objects-nav__item {
        margin-right: 2.41935%;
        width: 14.51613%;
    }

    .b-objects-nav__item-full {
        margin-right: 3.22581%;
        width: 29.03226%;
    }

    .b-objects-nav__item-full .b-objects-nav__sub {
        margin-right: 2.77778%;
        width: 47.22222%;
    }

    .b-footer__menu {
        margin-left: 12.5%;
        margin-right: 12.5%;
        padding-top: 56px;
        padding-bottom: 24px;
    }

    .b-footer__menu-item {
        -ms-flex-preferred-size: 22.22222%;
        flex-basis: 22.22222%;
        max-width: 22.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-footer__menu-item-mini {
        -ms-flex-preferred-size: 14.81481%;
        flex-basis: 14.81481%;
        max-width: 14.81481%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-footer__menu-title {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .b-footer__menu-contacts {
        -ms-flex-preferred-size: 35.18519%;
        flex-basis: 35.18519%;
        max-width: 35.18519%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 1.85185%;
    }

    .b-footer__menu-address span {
        display: inline-block;
    }

    .b-footer__social {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 12.5%;
        margin-right: 12.5%;
        margin-top: 22px;
        margin-bottom: 20px;
    }

    .b-footer__social-form {
        -ms-flex-preferred-size: 55.55556%;
        flex-basis: 55.55556%;
        max-width: 55.55556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 8.33333%;
    }

    .b-footer__social-form input {
        margin-right: 3.33333%;
        width: 40%;
    }

    .b-footer__social .b-form__answer {
        -ms-flex-preferred-size: 55.55556%;
        flex-basis: 55.55556%;
        max-width: 55.55556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 8.33333%;
    }

    .b-footer__social-title {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.33333%;
    }

    .b-footer__social-link {
        -ms-flex-preferred-size: 35.18519%;
        flex-basis: 35.18519%;
        max-width: 35.18519%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-footer__info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-right: 12.5%;
        padding-left: 12.5%;
    }

    .b-footer__info-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .b-footer__info-txt {
        width: 36.53846%;
        margin-right: 19.23077%;
        margin-bottom: 24px;
    }

    .b-footer__info-logo {
        -ms-flex-preferred-size: 24.07407%;
        flex-basis: 24.07407%;
        max-width: 24.07407%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 0%;
        -ms-flex-order: -9999;
        order: -9999;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .b-footer__social-message {
        margin-left: 33.33333%;
    }

    .b-footer__info-content_type_element .b-footer__info-txt {
        margin-bottom: 0px;
    }

    .b-footer__info-content_type_element .b-footer__info-txt:nth-child(1) {
        -ms-flex-order: 9999;
        order: 9999;
    }

    .b-footer__info-content_type_element .b-footer__info-txt-container {
        -ms-flex-preferred-size: 55.55556%;
        flex-basis: 55.55556%;
        max-width: 55.55556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-footer__info-content_type_element .b-kelnik {
        -ms-flex-preferred-size: 20.37037%;
        flex-basis: 20.37037%;
        max-width: 20.37037%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .b-callback__row {
        width: 22.5%;
    }

    .b-callback__row-full {
        width: 100%;
    }

    .b-facts {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-facts__item {
        margin-right: 2.94118%;
    }

    .b-facts__item_width_1 {
        -ms-flex-preferred-size: 2.94118%;
        flex-basis: 2.94118%;
        max-width: 2.94118%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-facts__item_width_1 .b-facts__content {
        -ms-flex-preferred-size: -100%;
        flex-basis: -100%;
        max-width: -100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_1 .b-facts__line {
        margin-right: 100%;
    }

    .b-facts__item_width_1 .b-facts__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_2 {
        -ms-flex-preferred-size: 5.88235%;
        flex-basis: 5.88235%;
        max-width: 5.88235%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-facts__item_width_2 .b-facts__content {
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        max-width: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_2 .b-facts__line {
        margin-right: 50%;
    }

    .b-facts__item_width_2 .b-facts__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_3 {
        -ms-flex-preferred-size: 8.82353%;
        flex-basis: 8.82353%;
        max-width: 8.82353%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-facts__item_width_3 .b-facts__content {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_3 .b-facts__line {
        margin-right: 33.33333%;
    }

    .b-facts__item_width_3 .b-facts__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_4 {
        -ms-flex-preferred-size: 11.76471%;
        flex-basis: 11.76471%;
        max-width: 11.76471%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-facts__item_width_4 .b-facts__content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_4 .b-facts__line {
        margin-right: 25%;
    }

    .b-facts__item_width_4 .b-facts__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_5 {
        -ms-flex-preferred-size: 14.70588%;
        flex-basis: 14.70588%;
        max-width: 14.70588%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-facts__item_width_5 .b-facts__content {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_5 .b-facts__line {
        margin-right: 20%;
    }

    .b-facts__item_width_5 .b-facts__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_6 {
        -ms-flex-preferred-size: 17.64706%;
        flex-basis: 17.64706%;
        max-width: 17.64706%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-facts__item_width_6 .b-facts__content {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_6 .b-facts__line {
        margin-right: 16.66667%;
    }

    .b-facts__item_width_6 .b-facts__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_7 {
        -ms-flex-preferred-size: 20.58824%;
        flex-basis: 20.58824%;
        max-width: 20.58824%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-facts__item_width_7 .b-facts__content {
        -ms-flex-preferred-size: 71.42857%;
        flex-basis: 71.42857%;
        max-width: 71.42857%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_7 .b-facts__line {
        margin-right: 14.28571%;
    }

    .b-facts__item_width_7 .b-facts__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_8 {
        -ms-flex-preferred-size: 23.52941%;
        flex-basis: 23.52941%;
        max-width: 23.52941%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-facts__item_width_8 .b-facts__content {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__item_width_8 .b-facts__line {
        margin-right: 12.5%;
    }

    .b-facts__item_width_8 .b-facts__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts__title {
        margin-bottom: 16px;
        font-size: 38px;
        font-weight: 500;
        line-height: 32px;
    }

    .b-info__wrap {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .b-info__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 48px;
    }

    .b-info__title svg {
        margin-right: 3.7037%;
    }

    .b-info__descr {
        -ms-flex-preferred-size: 85.18519%;
        flex-basis: 85.18519%;
        max-width: 85.18519%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 40px;
        line-height: 40px;
    }

    .b-info__more {
        -ms-flex-preferred-size: 48.14815%;
        flex-basis: 48.14815%;
        max-width: 48.14815%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.85185%;
        margin-bottom: 56px;
        line-height: 28px;
    }

    .b-info__show-more {
        font-size: 14px;
        display: block;
    }

    .b-info__show-more:after {
        width: 30px;
        height: 30px;
    }

    .b-info__show-more-full {
        display: block;
        font-size: 14px;
        line-height: 14px;
    }

    .b-info__show-more-full:after {
        width: 30px;
        height: 30px;
    }

    .b-objects {
        margin-top: 96px;
        margin-bottom: 40px;
        margin-left: 12.5%;
        margin-right: 12.5%;
    }

    .b-objects.b-objects-page-objects {
        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .b-objects.b-objects-page-objects:not(.b-friends-page):after {
        display: none;
    }

    .b-objects__link-wrap {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .b-objects__map {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-objects__map .b-objects__title {
        margin-left: auto;
        margin-right: auto;
        width: 77.14286%;
    }

    .b-objects__title {
        margin-bottom: 32px;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__title {
        font-size: 48px;
        line-height: 48px;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__title {
        margin-bottom: 45px;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__subtitle {
        font-size: 30px;
        line-height: 42px;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__subtitle {
        margin-bottom: 25px;
    }

    .b-objects__title.b-objects__title-page-objects .div-title,.b-objects__title.b-objects__title-page-objects h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .b-objects__title.b-objects_theme_bottom {
        margin-bottom: 0;
    }

    .b-objects__tabs {
        margin-top: 0px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-objects__tabs a {
        font-size: 14px;
        line-height: 14px;
    }

    .b-objects__tabs span {
        font-size: 14px;
    }

    .b-objects__item {
        width: 32.09877%;
    }

    .b-objects__item:not(:nth-child(3n)) {
        margin-right: 1.85185%;
    }

    .b-object__item_separate_width {
        width: 24.07407%;
    }

    .b-object__item_separate_width:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .b-object__item_separate_width:not(:nth-child(4n)) {
        margin-right: 1.23457%;
    }

    .b-objects__labels-wrapper {
        top: 24px;
        left: 5.76923%;
    }

    .b-objects__label {
        font-size: 14px;
        top: 24px;
        left: 5.76923%;
    }

    .b-objects__actions {
        top: 0px;
    }

    .b-objects__name {
        font-size: 32px;
        left: 5.76923%;
        bottom: 32px;
    }

    .b-objects__name_separate_font {
        font-size: 20px;
    }

    .b-objects__content-title {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 36px;
    }

    .b-objects__info-item {
        margin-right: 5.76923%;
        width: 34.61538%;
    }

    .b-objects__address {
        margin-bottom: 32px;
        width: 69.23077%;
    }

    .b-object__address_separate_indent {
        margin-bottom: 8px;
    }

    .b-objects__info-title {
        margin-bottom: 8px;
    }

    .b-objects__link:after {
        width: 30px;
        height: 30px;
    }

    .b-objects__btn {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .b-objects__tooltip {
        bottom: initial;
        top: 0;
        right: 0;
        width: 23.61111%;
        height: 100%;
    }

    .b-objects__tooltip-img {
        height: 272px;
    }

    .b-objects__tooltip-label {
        top: 168px;
    }

    .b-objects__tooltip-content {
        padding-top: 20px;
        height: 424px;
    }

    .b-objects__tooltip-address {
        margin-left: 5.88235%;
        margin-right: 5.88235%;
        margin-bottom: 32px;
    }

    .b-objects__tooltip-info {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0, 47, 105, 0.05);
    }

    .b-objects__tooltip-info {
        font-size: 16px;
    }

    .b-objects__tooltip-info-item {
        margin-right: 11.76471%;
    }

    .b-objects__tooltip-table {
        margin-left: 5.88235%;
        margin-right: 5.88235%;
    }

    .b-objects__tooltip-link {
        margin-top: 24px;
        margin-bottom: 24px;
        padding-left: 5.88235%;
        padding-right: 5.88235%;
    }

    .b-objects__tooltip-link:after {
        width: 30px;
        height: 30px;
    }

    .b-objects_type_exclusive {
        margin-bottom: 64px;
    }

    .b-objects_type_exclusive h2 {
        margin-bottom: 40px;
    }

    .b-objects__item_type_horizontal {
        margin-right: 0%;
        width: 100%;
    }

    .b-objects__item_type_horizontal:not(:nth-child(3n)) {
        margin-right: 0%;
    }

    .b-objects__item_type_horizontal:not(:last-child) {
        margin-bottom: 40px;
    }

    .b-objects__item_type_horizontal .b-objects__content {
        padding-top: 40px;
        min-height: 336px;
    }

    .b-objects__item_type_horizontal .b-objects__address {
        font-size: 18px;
        line-height: 18px;
    }

    .b-objects__item_type_horizontal .b-objects__address {
        margin-bottom: 32px;
    }

    .b-objects__item_type_horizontal .b-objects__address p:not(:last-child) {
        margin-bottom: 16px;
    }

    .b-objects__item_type_horizontal .b-objects__info {
        margin-bottom: 40px;
    }

    .b-objects__timer-logo {
        top: 16px;
        width: 136px;
        height: 40px;
    }

    .b-objects__timer-days,.b-objects__timer-hours {
        margin-right: 20px;
    }

    .b-objects__timer-num {
        width: 42px;
    }

    .b-objects_separate_page {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .b-mortgage-info__wrap {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 80px;
        margin-bottom: 8px;
    }

    .b-mortgage-info__title {
        margin-bottom: 16px;
    }

    .b-mortgage-info__link {
        right: 28.47222%;
    }

    .b-mortgage-info__link:before {
        width: 30px;
        height: 30px;
    }

    .b-mortgage-info__rate {
        width: 16.66667%;
    }

    .b-mortgage-info__infographic {
        margin-top: 56px;
        margin-bottom: 56px;
        width: 100%;
    }

    .b-mortgage-info__infographic:after {
        content: '';
        border-top: 2px solid rgba(67, 140, 206, 0.1);
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -44px;
        z-index: 0;
    }

    .b-mortgage-info__infographic-item {
        -ms-flex-preferred-size: 18.51852%;
        flex-basis: 18.51852%;
        max-width: 18.51852%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-mortgage-info__infographic-number {
        left: 0;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .b-mortgage-info__infographic-img {
        margin-bottom: 24px;
        width: 120px;
        height: 120px;
    }

    .b-mortgage-info__infographic-text {
        font-size: 20px;
        width: 100%;
    }

    .b-friend-icon__computer:before {
        height: 58px;
        width: 100%;
    }

    .b-friend-icon__friend:before {
        height: 58px;
        width: 100%;
    }

    .b-friend-icon__money:before {
        height: 58px;
        width: 100%;
    }

    .b-mortgage-info__infographic-agreement:before {
        width: 120px;
        height: 53px;
    }

    .b-mortgage-info__infographic-docs:before {
        width: 120px;
        height: 56px;
    }

    .b-mortgage-info__infographic-laptop:before {
        width: 120px;
        height: 53px;
    }

    .b-mortgage-info__infographic-purse:before {
        height: 53px;
        width: 120px;
    }

    .b-mortgage-info__infographic-money:before {
        height: 50px;
        width: 100%;
    }

    .b-mortgage-info__infographic-reestr:before {
        height: 41px;
        width: 100%;
    }

    .b-mortgage-info__infographic-pasport:before {
        height: 58px;
        width: 100%;
    }

    .b-mortgage-info__infographic-list:before {
        height: 58px;
        width: 100%;
    }

    .b-mortgage-info__infographic-cash:before {
        height: 52px;
        width: 100%;
    }

    .b-mortgage-info__infographic-way:before {
        height: 65px;
        width: 100%;
    }

    .l-howtobuy__mortgage {
        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .l-howtobuy-sliders {
        margin-left: 0%;
        /*
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        */
        margin-bottom: 50px;
        position: relative;
    }

    .l-howtobuy-slider-col {
        -ms-flex-preferred-size: 19.4%;
        flex-basis: 19.4%;
        max-width: 19.4%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 0%;
        margin-right: 1.38889%;
    }

    .l-howtobuy-slider-col:last-child {
        -ms-flex-preferred-size: 15.38462%;
        flex-basis: 15.38462%;
        max-width: 15.38462%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 0%;
        margin-left: auto;
    }

    .l-howtobuy-slider-col.b-howtobuy-slider-col-row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .l-howtobuy-slider-col.b-howtobuy-slider-col-row .l-howtobuy-slider-col__credit-ttl {
        margin-right: 0%;
    }

    .b-howtobuy-slider-col__credit-summ {
        font-size: 32px;
        padding-bottom: 2px;
    }

    .b-howtobuy-mortgage-table {
        -ms-flex-preferred-size: 73.07692%;
        flex-basis: 73.07692%;
        max-width: 73.07692%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 2.77778%;
        -ms-flex-order: 1;
        order: 1;
    }

    .b-howtobuy-mortgage-table th,.b-howtobuy-mortgage-table td {
        padding: 15px 0;
        font-size: 18px;
        line-height: 27px;
    }

    .b-howtobuy-mortgage-table th:first-child,.b-howtobuy-mortgage-table td:first-child {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        width: 31.57%;
    }

    .b-howtobuy-mortgage-table th:nth-child(2),.b-howtobuy-mortgage-table th:nth-child(3),.b-howtobuy-mortgage-table td:nth-child(2),.b-howtobuy-mortgage-table td:nth-child(3) {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        width: 31.57%;
    }

    .b-howtobuy-mortgage-table th:last-child,.b-howtobuy-mortgage-table td:last-child {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        text-align: right;
        padding-right: 30px;
        width: 31.57%;
    }

    .b-howtobuy-loadmore {
        margin-top: 40px;
    }

    .b-howtobuy-loadmore a {
        font-size: 18px;
        line-height: 27px;
    }

    .l-howtobuy-credit-callback {
        -ms-flex-preferred-size: 23.07692%;
        flex-basis: 23.07692%;
        max-width: 23.07692%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
    }

    .b-howtobuy-best-offer {
        padding: 40px;
        margin-top: 55px;
    }

    .b-howtobuy-best-offer span {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
    }

    .b-howtobuy-best-offer .b-howtobuy-pdf {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-howtobuy-best-offer .b-howtobuy-pdf:before {
        content: '';
        display: block;
        width: 12px;
        height: 15px;
        background: url("https://etalongroup.ru/msk/img/svg/pdf.svg") no-repeat center;
        margin-right: 15px;
    }

    .b-howtobuy__text {
        display: none;
    }

    .b-howtobuy__text.xlarge {
        display: block;
        margin-top: 15px;
    }

    .b-purchase {
        margin-bottom: 96px;
    }

    .b-purchase__wrap {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 16px;
        margin-bottom: 80px;
    }

    .b-purchase__wrap h2 {
        margin-bottom: 48px;
    }

    .b-purchase__items {
        margin-bottom: 0px;
    }

    .b-purchase__item {
        -ms-flex-preferred-size: 23.61111%;
        flex-basis: 23.61111%;
        max-width: 23.61111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .b-purchase__item-content {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 7.84314%;
        padding-right: 7.84314%;
    }

    .b-purchase__item-ttl {
        margin-bottom: 16px;
        font-size: 20px;
        width: 100%;
    }

    .b-purchase__item-text {
        margin-bottom: 24px;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .b-purchase__item-link {
        width: 30px;
        height: 30px;
    }

    .b-home-gallery .fotorama__stage {
        height: 624px;
    }

    .b-home-gallery .b-gallery__info-wrap {
        margin-top: 74px;
        width: 35.71429%;
    }

    .b-home-gallery .b-gallery__ttl {
        font-size: 72px;
        line-height: 72px;
    }

    .b-home-gallery .b-gallery__txt {
        font-size: 20px;
        line-height: 32px;
    }

    .b-home-gallery .fotorama__nav {
        top: 88px;
    }

    .b-home-gallery-start {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-home-gallery-start .fotorama__stage {
        height: 600px;
    }

    .b-innovations {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 80px;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .b-innovations__title {
        margin-bottom: 48px;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-innovations__item {
        -ms-flex-preferred-size: 29.62963%;
        flex-basis: 29.62963%;
        max-width: 29.62963%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 3.7037%;
        margin-bottom: 0px;
    }

    .b-innovations__img-content {
        margin-bottom: 44px;
        height: 184px;
    }

    .b-innovations__img {
        height: 184px;
        width: 184px;
    }

    .b-innovations__item-ttl {
        margin-bottom: 24px;
        width: 70%;
        font-size: 24px;
        line-height: 24.8px;
    }

    .b-innovations__item-txt {
        width: 85%;
    }

    .b-innovations__img-video:after {
        left: 75px;
    }

    .b-news {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .b-news__title {
        margin-bottom: 48px;
    }

    .b-news__item {
        -ms-flex-preferred-size: 24.07407%;
        flex-basis: 24.07407%;
        max-width: 24.07407%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .b-news__item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .b-news__item:not(:nth-child(4n)) {
        margin-right: 1.23457%;
    }

    .b-news__img {
        margin-bottom: 24px;
    }

    .b-news__picture-wrapper {
        margin-bottom: 24px;
    }

    .b-news__item-date {
        margin-bottom: 16px;
    }

    .b-feedback__wrap {
        -ms-flex-preferred-size: 88.57143%;
        flex-basis: 88.57143%;
        max-width: 88.57143%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 48px;
        margin-bottom: 56px;
    }

    .b-feedback__ttl {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 40px;
    }

    .b-feedback__ttl span {
        margin-bottom: 16px;
        font-size: 35px;
        line-height: 48px;
    }

    .b-feedback__mortage.b-feedback {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        max-width: 1180px;
    }

    .b-feedback__flat-calc {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 40px;
    }

    .b-feedback__flat-calc span {
        margin-bottom: 8px;
        width: -webkit-min-content;
        width: min-content;
        font-size: 52px;
        line-height: 64px;
    }

    .b-feedback__flat-calc.b-feedback__mortage-result {
        margin-bottom: 24px;
    }

    .b-feedback__tooltip-content {
        right: -270px;
        left: 300px;
        top: -30px;
    }

    .b-feedback__comment {
        font-size: 16px;
        font-weight: 300;
        line-height: 16px;
    }

    .b-feedback__input,.b-feedback__input-text {
        width: 35.29412%;
    }

    .b-feedback__input[type='submit'],.b-feedback__input-text[type='submit'] {
        width: 23.52941%;
    }

    .b-feedback__mortage .b-feedback__form-sliders {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .b-feedback__mortage .b-feedback__submit {
        -ms-flex-order: 9;
        order: 9;
    }

    .b-feedback__mortage .b-form-questions__input-row {
        -ms-flex-order: 10;
        order: 10;
    }

    .b-feedback__mortage .b-feedback__mortage-pay {
        display: block;
    }

    .b-help__text {
        font-size: 18px;
        line-height: 24px;
    }

    .b-help__subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .b-help__grafic {
        font-size: 19px;
        line-height: 24px;
    }

    .b-help__title {
        font-size: 22px;
        line-height: 28px;
    }

    .b-buy-regions__title {
        font-size: 48px;
        line-height: 50px;
    }

    .b-buy-regions__sales__title {
        font-size: 36px;
        line-height: 44px;
    }

    .b-buy-trade__title {
        font-size: 48px;
        line-height: 50px;
    }

    .b-buy-ipoteka__title {
        font-size: 48px;
        line-height: 50px;
    }

    .b-buy-military__title {
        font-size: 22px;
        line-height: 28px;
    }

    .b-buy-rassrochka__options__title {
        font-size: 36px;
        line-height: 44px;
    }

    .b-buy-mat-kapital__title {
        font-size: 22px;
        line-height: 28px;
    }

    .b-buy-mat-kapital__grey-wrap__title {
        font-size: 48px;
        line-height: 50px;
    }

    .rassrochk-option__title {
        font-size: 24px;
        line-height: 36px;
    }

    .b-link-more:after {
        width: 30px;
        height: 30px;
    }

    .b-alert__wrap {
        font-size: 24px;
        line-height: 36px;
    }

    .military-steps {
        padding: 120px 108px;
    }

    .military-steps__title {
        font-size: 48px;
        line-height: 55px;
    }

    .advantages__text {
        font-size: 22px;
        line-height: 30px;
    }

    .advantages--step .advantages__text {
        font-size: 18px;
        line-height: 27px;
    }

    .advantages__img {
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
        max-width: 120px;
        margin-right: 40px;
    }

    .b-excursions__title {
        font-size: 52px;
        line-height: 65px;
    }

    .b-mileage__title {
        font-size: 24px;
        line-height: 45px;
    }

    .b-mileage__list li {
        font-size: 16px;
        line-height: 24px;
    }

    .b-mileage__text .b-text__paragraph {
        font-size: 24px;
        line-height: 40px;
    }

    .b-mileage__text .b-text__paragraph_size_medium {
        font-size: 24px;
        line-height: 40px;
    }

    .b-mileage__text .b-text__paragraph_size_big {
        font-size: 24px;
        line-height: 40px;
    }

    .b-form-questions__title {
        font-size: 36px;
        line-height: 44px;
    }

    .b-form-questions__text {
        font-size: 18px;
        line-height: 24px;
    }

    .b-feedback__friends .b-feedback__ttl {
        font-size: 36px;
        line-height: 45px;
    }

    .b-feedback__friends .b-feedback__comment {
        font-size: 18px;
        line-height: 27px;
        width: 50%;
    }

    .b-feedback__friends .b-feedback__content {
        -ms-flex-preferred-size: 35.29412%;
        flex-basis: 35.29412%;
        max-width: 35.29412%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 5.55556%;
    }

    .b-feedback__friends .b-feedback__form-friends {
        -ms-flex-preferred-size: 58.82353%;
        flex-basis: 58.82353%;
        max-width: 58.82353%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__friends .b-form-questions__input-col.b-form-questions__input-col-full {
        font-size: 32px;
        line-height: 40px;
    }

    .b-flip-clock__piece:nth-child(2n):not(:last-child) {
        margin-right: 12px;
    }

    .b-card {
        padding-bottom: .72em;
    }

    .b-card__top,.b-card__bottom,.b-card__back:before,.b-card__back:after {
        width: 42px;
        height: .72em;
        padding: .25em 5px;
    }

    .b-card__bottom:after {
        margin-top: -.72em;
    }

    .b-socials__title {
        font-size: 24px;
        line-height: 30px;
    }

    .l-construction-progress {
        margin-bottom: 96px;
    }

    .b-construction-progress__title {
        margin-bottom: 32px;
    }

    .b-construction-progress__top-buttons {
        margin-bottom: 32px;
    }

    .b-construction-progress__albums {
        margin-top: 32px;
    }

    .b-construction-progress__bottom-buttons,.b-news__bottom-button {
        margin-top: 32px;
    }

    .l-news-progress {
        margin-bottom: 96px;
    }

    .b-news-progress__title {
        margin-bottom: 32px;
    }

    .b-news-progress__top-buttons {
        margin-bottom: 32px;
    }

    .b-news-progress__albums {
        margin-top: 32px;
    }

    .b-news-progress__bottom-buttons {
        margin-top: 32px;
    }

    .l-construction-album {
        margin-bottom: 24px;
    }

    .b-construction-progress__link {
        max-height: 240px;
    }

    .b-construction-album__info {
        padding-top: 32px;
    }

    .b-construction-album__info {
        padding-bottom: 32px;
    }

    .l-news-album {
        margin-bottom: 24px;
    }

    .b-news-progress__link {
        max-height: 240px;
    }

    .b-news-album__info {
        padding-top: 32px;
    }

    .b-news-album__info {
        padding-bottom: 32px;
    }

    .b-search-filter__top {
        padding-top: 40px;
    }

    .b-search-filter__top {
        padding-bottom: 32px;
    }

    .b-search-filter__top {
        margin-bottom: 32px;
    }

    .b-search-filter__top {
        padding-right: 6.94444%;
    }

    .b-search-filter__bottom {
        margin-bottom: 32px;
    }

    .b-search-filter__bottom {
        padding-left: 6.94444%;
        padding-right: 6.94444%;
    }

    .b-search-filter__range-slider {
        margin-bottom: 24px;
    }

    .b-search-filter__select {
        margin-bottom: 24px;
    }

    .b-search-more-parametrs {
        margin-bottom: 24px;
    }

    .l-search-result {
        padding-left: 6.94444%;
        padding-right: 6.94444%;
    }

    .b-building__info-commerce {
        height: calc(100% - 365px);
    }

    .b-building__price:after {
        width: 30px;
        height: 30px;
    }

    .b-building__price .b-label--reserve {
        height: 30px;
        padding-top: 6px;
    }

    .b-building__card-address {
        font-size: 16px;
        line-height: 24px;
    }

    .b-home-search {
        margin-top: 32px;
        margin-bottom: 32px;
        margin-left: 2.77778%;
        margin-right: 2.77778%;
    }

    .b-home-search__logo {
        margin-bottom: 0px;
        margin-right: 2.94118%;
        display: block;
    }

    .b-header__complex {
        -ms-flex-preferred-size: 13.23529%;
        flex-basis: 13.23529%;
        max-width: 13.23529%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.47059%;
        margin-bottom: 0px;
    }

    .b-header__district {
        -ms-flex-preferred-size: 10.29412%;
        flex-basis: 10.29412%;
        max-width: 10.29412%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.47059%;
        margin-bottom: 0px;
    }

    .b-header__rooms {
        -ms-flex-preferred-size: 10.29412%;
        flex-basis: 10.29412%;
        max-width: 10.29412%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.47059%;
        margin-bottom: 0px;
    }

    .b-header__price {
        -ms-flex-preferred-size: 18.38235%;
        flex-basis: 18.38235%;
        max-width: 18.38235%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.47059%;
        margin-bottom: 0px;
    }

    .b-header__price .b-header__price-wrapper input {
        padding-left: 16px;
    }

    .b-header__date {
        -ms-flex-preferred-size: 9.55882%;
        flex-basis: 9.55882%;
        max-width: 9.55882%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.47059%;
        margin-bottom: 0px;
    }

    .b-header__full-search {
        -ms-flex-preferred-size: 11.02941%;
        flex-basis: 11.02941%;
        max-width: 11.02941%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1.47059%;
        margin-bottom: 0px;
    }

    .b-header__result {
        -ms-flex-preferred-size: 13.23529%;
        flex-basis: 13.23529%;
        max-width: 13.23529%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .b-search__tab {
        margin-left: 6.94444%;
        margin-right: 6.94444%;
    }

    .b-contacts__tooltip {
        width: 100%;
        border: 1px solid rgba(0, 49, 108, 0.2);
        border-top: none;
        border-bottom: none;
    }

    .b-contacts__tooltip-link:after {
        width: 30px;
        height: 30px;
    }

    .b-contacts__comment {
        font-size: 18px;
        line-height: 24px;
    }

    .b-contacts__comment {
        margin-left: 22.22222%;
    }

    .b-flat__title {
        font-size: 36px;
        line-height: 42px;
    }

    .b-flat__title {
        margin-bottom: 8px;
    }

    .b-flat__counter {
        font-size: 14px;
        min-height: 16px;
        margin-bottom: 16px;
    }

    .b-flat__tabs {
        margin-bottom: 64px;
    }

    .b-flat__adres {
        margin-bottom: 48px;
        font-size: 18px;
    }

    .b-flat__params {
        margin-bottom: 48px;
    }

    .b-flat__sizes {
        margin-bottom: 32px;
        padding: 25px 20px;
    }

    .b-flat .b-tooltip-icon {
        display: none;
    }

    .b-flat .b-flat__planoplan-wiget {
        margin-bottom: 64px;
        max-height: 650px;
    }

    .b-flat .b-tooltip-container:before {
        right: calc(50% - 7px);
    }

    .b-flat__price {
        font-size: 40px;
    }

    .b-flat__price-desc {
        font-size: 14px;
        line-height: 18px;
    }

    .b-flat__bottom-tabs {
        margin-bottom: 40px;
    }

    .b-sizes-info__label {
        font-size: 18px;
    }

    .b-sizes-info__value {
        font-size: 18px;
    }

    .b-flat__gallery-title {
        font-size: 30px;
        line-height: 32px;
    }

    .b-flat__gallery-title {
        margin-left: 3.0303%;
        margin-right: 3.0303%;
        padding-left: 9.375%;
        padding-right: 9.375%;
        margin-bottom: 24px;
    }

    .b-flat-gallery__arrow-prev {
        left: 30px;
    }

    .b-flat-gallery__arrow-next {
        right: 30px;
    }

    .l-flat-card__item {
        -ms-flex-preferred-size: calc(100% / 3 - 40px);
        flex-basis: calc(100% / 3 - 40px);
        margin-bottom: 60px;
    }

    .b-actions__header h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .b-actions__select {
        -ms-flex-preferred-size: 19.23077%;
        flex-basis: 19.23077%;
        max-width: 19.23077%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__form {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__form-wrapper {
        -ms-flex-preferred-size: 54.54545%;
        flex-basis: 54.54545%;
        max-width: 54.54545%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-action__img-content {
        height: 16.66vw;
    }

    .b-actions__btn {
        -ms-flex-preferred-size: 61.53846%;
        flex-basis: 61.53846%;
        max-width: 61.53846%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-action__item_theme_large .b-action__img-content {
        -ms-flex-preferred-size: 65.38462%;
        flex-basis: 65.38462%;
        max-width: 65.38462%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        min-height: inherit;
        max-height: 512px;
    }

    .b-action__item_theme_large .b-action__content {
        -ms-flex-preferred-size: 34.61538%;
        flex-basis: 34.61538%;
        max-width: 34.61538%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        padding-top: 64px;
        padding-left: 2.77778%;
        padding-right: 2.77778%;
    }

    .b-action__img-content_type_mini {
        height: 13.5vw;
    }

    .b-actions-form__wrap {
        -ms-flex-preferred-size: 84.61538%;
        flex-basis: 84.61538%;
        max-width: 84.61538%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 48px;
        margin-bottom: 56px;
    }

    .b-actions-form__content {
        -ms-flex-preferred-size: 45.45455%;
        flex-basis: 45.45455%;
        max-width: 45.45455%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions-form__ttl {
        margin-bottom: 16px;
        font-size: 36px;
        line-height: 45px;
    }

    .b-actions-form__comment {
        width: 94.73684%;
        font-size: 16px;
        line-height: 28px;
    }

    .b-actions-form__input {
        margin-right: 4.16667%;
        width: 70.83333%;
    }

    .b-actions-form__input[type='submit'] {
        width: 25%;
    }

    .l-corp-clients {
        margin-top: 56px;
        margin-right: 13.88889%;
        margin-left: 13.88889%;
    }

    .l-corp-clients h1, .l-main-new .l-corp-clients h1 {
        margin-bottom: 32px;
    }

    .b-corp-clients__list-text {
        font-size: 30px;
        line-height: 42px;
    }

    .b-corp-clients__list ul {
        -ms-flex-preferred-size: 42.30769%;
        flex-basis: 42.30769%;
        max-width: 42.30769%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-corp-clients__list ul:first-of-type {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 7.69231%;
        margin-right: 7.69231%;
    }

    .b-corp-clients__list ul li {
        font-size: 16px;
        line-height: 30px;
    }

    .b-corp-clients__list ul li:before {
        top: 8px;
    }

    .b-corp-clients__tabs-contents {
        padding-top: 96px;
    }

    .b-corp-clients__facts,.b-corp-clients__banks,.b-corp-clients__associate {
        margin-left: 11.53846%;
        margin-right: 11.53846%;
        margin-bottom: 96px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-corp-clients__facts h2,.b-corp-clients__banks h2,.b-corp-clients__associate h2 {
        margin-bottom: 56px;
    }

    .b-corp-clients__facts.b-flat_theme_rare,.b-corp-clients__banks.b-flat_theme_rare,.b-corp-clients__associate.b-flat_theme_rare {
        margin-left: 11.53846%;
        margin-right: 11.53846%;
    }

    .b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__fact-item,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__fact-item,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__fact-item {
        -ms-flex-preferred-size: 22.5%;
        flex-basis: 22.5%;
        max-width: 22.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__fact-title,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__fact-title,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__fact-title {
        font-size: 22px;
    }

    .b-corp-clients__fact-item {
        -ms-flex-preferred-size: 22.5%;
        flex-basis: 22.5%;
        max-width: 22.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__infographic-img {
        width: 120px;
        height: 120px;
    }

    .b-corp-clients__fact-title {
        font-size: 22px;
    }

    .b-corp-clients__banks {
        margin-bottom: 80px;
    }

    .b-corp-clients__banks-img {
        -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
        max-width: 16%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 48px;
    }

    .b-corp-clients__banks-img:not(:nth-child(5n)) {
        margin-right: 5%;
    }

    .b-corp-clients__form-wrap {
        margin-top: 56px;
        margin-bottom: 56px;
        margin-left: 7.69231%;
        margin-right: 7.69231%;
    }

    .b-corp-clients__form-content {
        -ms-flex-preferred-size: 34.09091%;
        flex-basis: 34.09091%;
        max-width: 34.09091%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 9.09091%;
    }

    .b-corp-clients__form-title {
        margin-bottom: 8px;
        font-size: 36px;
        line-height: 45px;
    }

    .b-corp-clients__form-comment {
        font-size: 18px;
        line-height: 28px;
    }

    .b-corp-clients__form {
        width: 56.81818%;
    }

    .b-corp-clients__form input[type='submit'] {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 4%;
    }

    .b-corp-clients__form-column {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
        max-width: 36%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__form-column:not(:nth-child(2n)) {
        margin-right: 4%;
    }

    .b-corp-clients__associate-text {
        font-size: 28px;
        line-height: 35px;
    }

    .b-corp-clients__label {
        margin-top: -32px;
        font-size: 22px;
        line-height: 32px;
    }

    .b-friends .b-realtors-info__txt {
        font-size: 22px;
        line-height: 34px;
    }

    .b-realtors-info__wrap {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }

    .b-realtors-info__txt {
        width: 51.85185%;
    }

    .b-realtors-info__infographic-item {
        width: 250px;
    }

    .b-realtors-info__infographic-number {
        left: 0;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 32px;
    }

    .b-realtors-info__infographic-text {
        font-size: 22px;
        line-height: 30px;
    }

    .b-realtors-info__wrap_short .b-realtors-info__txt {
        width: 55.55556%;
    }

    .b-realtors-contacts__title {
        width: 66.66667%;
    }

    .b-realtors-contacts__name {
        font-size: 28px;
        line-height: 36px;
    }

    .b-realtors-contacts__position {
        width: 75%;
    }

    .b-about__text h1 {
        font-size: 56px;
        line-height: 60px;
    }

    .b-about__text h1 {
        margin-bottom: 40px;
    }

    .b-about__text-normal {
        width: 68.51852%;
    }

    .b-about__text-big {
        width: 83.33333%;
    }

    .b-about-timeline__item:before {
        left: 6.03448%;
    }

    .b-about-timeline__year {
        width: 3.44828%;
    }

    .b-about-timeline__point {
        left: calc(6.03448% - 7px);
    }

    .b-about-timeline__text {
        margin-left: 6.03448%;
        width: 51.72414%;
    }

    .l-main-new .company_banner_men_block {
        margin-top: 24px;
    }

    .l-guide {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .l-guide h1 {
        margin-bottom: 48px;
    }

    .l-guide h2 {
        margin-bottom: 24px;
    }

    .b-guide {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .l-object__white-plans .b-info-cards__slider_layout-left {
        left: -5%;
    }

    .b-realtors-contacts__info {
        -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
        max-width: 85%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 24px;
    }

    .b-realtors-contacts__position {
        width: 100%;
    }

    .b-realtors-contacts__photo {
        -ms-flex-order: -9999;
        order: -9999;
        margin-bottom: 24px;
    }

    .b-realtors-contacts__phones {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-realtors-contacts__other {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }
}

@media (min-width: 1600px) {
    .b-animations-screen__number {
        width: 57px;
        height: 57px;
        font-size: 20px;
        line-height: 59px;
    }

    .b-animations-screen__title {
        font-size: 144px;
    }

    .b-animations-screen__text {
        font-size: 18px;
    }

    .b-animations-screen__text-2 {
        font-size: 14px;
    }

    .map-info {
        font-size: 18px;
    }

    .map-info__title {
        font-size: 56px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .city-object__img img {
        width: 112px;
        height: 112px;
        margin-right: 25px;
    }

    .city-object__title {
        font-size: 40px;
    }

    .city-object__count {
        font-size: 16pz;
        line-height: 26px;
    }
}

@media only screen and (min-width: 1920px) {
    h1, .l-main-new .l-corp-clients h1 {
        font-size: 64px;
        line-height: 70px;
    }

    .b-feedback h2,.b-realtors-info__wrap h1,h2 {
        font-size: 48px;
        line-height: 50px;
    }

    h3 {
        font-size: 36px;
        line-height: 40px;
    }

    h4 {
        font-size: 17px;
        line-height: 28px;
    }

    h5 {
        font-size: 15px;
        line-height: 24px;
    }

    h6 {
        font-size: 14px;
        line-height: 22px;
    }

    .b-typo-reset ol li:before {
        font-size: 16px;
        line-height: 30px;
    }

    .l-main {
        margin-top: 88px;
    }

    .l-object {
        margin-bottom: 96px;
    }

    .l-object-map {
        margin-bottom: 32px;
    }

    .l-actions-inner {
        margin-left: 2.77778%;
        margin-right: 2.77778%;
        margin-bottom: 88px;
    }

    .l-actoins-wrapper-inner {
        margin-left: 11.76471%;
        margin-right: 11.76471%;
    }

    .l-actions-inner_theme_gray {
        padding-top: 64px;
    }

    .l-about-text {
        margin-bottom: 112px;
        margin-left: 19.44444%;
        margin-right: 19.44444%;
    }

    .l-about-timeline {
        margin-bottom: 64px;
        margin-left: 19.44444%;
        margin-right: 19.44444%;
    }

    .l-mileage {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .l-mileage-wrap {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .l-flats {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .l-flats-palns {
        margin-bottom: 32px;
    }

    .l-text {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .l-text_mb_small {
        margin-bottom: 24px;
    }

    .l-text_download_theme {
        margin-bottom: 40px;
    }

    .l-contacts {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .l-rare {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .l-gallery {
        margin-bottom: 72px;
    }

    .b-icon__footer-logo {
        width: 153px;
        height: 36px;
    }

    .b-icon__manager {
        width: 51px;
        height: 68px;
    }

    .b-icon__stars {
        width: 58px;
        height: 58px;
    }

    .b-icon__list {
        width: 46px;
        height: 59px;
    }

    .b-icon__contract {
        width: 46px;
        height: 59px;
    }

    .b-icon__cashbox {
        width: 59px;
        height: 56px;
    }

    .b-icon__mansion {
        width: 78px;
        height: 68px;
    }

    .b-kelnik {
        height: 16px;
    }

    .b-career-page.b-objects {
        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__title {
        font-size: 52px;
        line-height: 65px;
    }

    .b-career-page .b-objects__title.b-objects__title-page-objects .b-career__subtitle {
        font-size: 24px;
        line-height: 36px;
    }

    .b-career .b-career-info {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        border-radius: 4px 4px 0 0;
    }

    .b-career .b-career-info__wrap {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }

    .b-career .b-career-info__txt {
        font-size: 48px;
        line-height: 58px;
    }

    .b-carer-info__infographic-text .b-carer-info__infographic-text-title {
        font-size: 18px;
        line-height: 27px;
    }

    .l-career-title {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-feedback.b-subscribe__career {
        margin-top: 48px;
    }

    .b-feedback.b-subscribe__career .b-feedback__content {
        margin-bottom: 32px;
    }

    .b-feedback__wrap.b-subscribe__wrap {
        -ms-flex-preferred-size: 61.11111%;
        flex-basis: 61.11111%;
        max-width: 61.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-btn {
        font-size: 18px;
        line-height: 28px;
    }

    .b-btn_theme_all {
        font-size: 14px;
    }

    .b-input:-ms-input-placeholder,textarea:-ms-input-placeholder,.b-form-questions__input-col_bg_blue .b-input:-ms-input-placeholder {
        font-size: 18px;
    }

    .b-input::placeholder,textarea::placeholder,.b-form-questions__input-col_bg_blue .b-input::placeholder {
        font-size: 18px;
    }

    .b-input {
        height: 56px;
    }

    .selectric {
        height: 56px;
    }

    .selectric .label {
        height: 56px;
        font-size: 16px;
        line-height: 56px;
    }

    .selectric .button {
        height: 56px;
    }

    .selectric-items li {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
    }

    .b-popup__video iframe {
        height: 520px;
    }

    .mfp-image-holder .mfp-content,.mfp-iframe-holder .mfp-content {
        max-width: 50%;
    }

    .b-gallery .fotorama__arr--prev {
        right: 8.57143%;
        bottom: 76px;
    }

    .b-gallery .fotorama__arr--next {
        right: 4.28571%;
        bottom: 76px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__slide-number {
        margin-top: 96px;
        margin-bottom: 56px;
        font-size: 24px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__start-ttl {
        font-size: 144px;
        line-height: 128px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__subttl {
        margin-top: 40px;
        font-size: 32px;
        line-height: 36px;
    }

    .b-gallery__info.b-gallery__info-akcia .b-gallery__descr {
        top: 175px;
        left: 128%;
    }

    .b-gallery__info-wrap {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .b-gallery__slide-number {
        margin-top: 96px;
        margin-bottom: 56px;
        font-size: 24px;
    }

    .b-gallery__start-ttl {
        font-size: 144px;
        line-height: 128px;
    }

    .b-gallery__subttl {
        margin-top: 40px;
        font-size: 32px;
        line-height: 36px;
    }

    .b-gallery__show-more {
        font-size: 16px;
        line-height: 16px;
        height: 30px;
    }

    .b-gallery-slick__popup-slide {
        height: 470px;
        min-width: 470px;
        max-width: 470px;
    }

    .b-tabs__nav.b-flat__bottom-tabs a {
        font-size: 22px;
    }

    .b-tabs__nav--inline a {
        padding-bottom: 24px;
    }

    .b-tabs__subtab a {
        font-size: 20px;
        line-height: 32px;
    }

    .b-form-questions__input-col_bg_blue .b-input {
        height: 56px;
    }

    .b-range-slider__input input {
        font-size: 16px;
    }

    .b-range-slider__input-lbl,.b-range-slider__input-value {
        font-size: 18px;
    }

    .b-range-slider__input-value {
        right: 17px;
    }

    .b-form__row:not(:last-of-type) {
        margin-bottom: 24px;
    }

    .b-text__paragraph {
        font-size: 18px;
        line-height: 26px;
    }

    .b-text__paragraph_size_big {
        font-size: 30px;
        line-height: 42px;
    }

    .b-text__paragraph_size_big {
        margin-bottom: 48px;
    }

    .b-text__paragraph_size_medium {
        font-size: 22px;
        line-height: 28px;
    }

    .b-text__paragraph_size_medium {
        margin-bottom: 16px;
    }

    .b-content__title {
        font-size: 24px;
        line-height: 36px;
    }

    .b-content__title {
        margin-bottom: 8px;
    }

    .b-content__list .b-content__list__title {
        font-size: 22px;
        line-height: 30px;
    }

    .b-content__list li {
        font-size: 18px;
        line-height: 27px;
    }

    .b-content__list li {
        width: 57.69231%;
    }

    .b-content__list_theme_standart ol li:before {
        top: 0;
        font-size: 18px;
    }

    .b-content__list_display_flex .b-content__list-video {
        height: 350px;
    }

    .b-content__text .b-text__paragraph {
        font-size: 22px;
        line-height: 30px;
    }

    .b-content__text .b-text__paragraph {
        width: 57.69231%;
    }

    .b-content__text .b-text__paragraph_size_medium {
        font-size: 22px;
        line-height: 30px;
    }

    .b-content__text .b-text__paragraph_size_medium {
        width: 61.53846%;
    }

    .b-content__text .b-text__paragraph_size_big {
        font-size: 30px;
        line-height: 42px;
    }

    .b-content__text .b-text__paragraph_size_big {
        width: 84.61538%;
    }

    .b-content__link-map,.b-content__link-parking {
        font-size: 18px;
        line-height: 27px;
    }

    .b-text__medium {
        width: 90%;
    }

    .b-accordion__item {
        margin-top: 32px;
        margin-bottom: 24px;
    }

    .b-accordion__link {
        font-size: 20px;
        line-height: 10px;
    }

    .b-accordion__content {
        margin-bottom: 40px;
    }

    .b-advantages:before {
        background-image: linear-gradient(204deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        opacity: .75;
    }

    .b-advantages__wrap {
        margin-top: 104px;
        margin-bottom: 64px;
    }

    .b-advantages__title {
        margin-bottom: 96px;
        font-size: 52px;
        line-height: 65px;
    }

    .b-advantages__subtitle {
        margin-top: -48px;
    }

    .b-advantages__list li {
        margin-bottom: 24px;
        padding-left: 46px;
    }

    .b-advantages__list li:before {
        font-size: 16px;
        line-height: 32px;
        width: 30px;
        height: 30px;
    }

    .b-advantages__btn {
        margin-top: 56px;
    }

    .b-advantages__subtitle_single_content {
        margin-bottom: 320px;
    }

    .b-advantages_mb_big {
        margin-bottom: 96px;
    }

    .b-contacts__item {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 5%;
        padding-right: 5%;
        width: 49.16667%;
    }

    .b-contacts__item:not(:nth-child(2n)) {
        margin-right: 1.66667%;
    }

    .b-contacts__title {
        font-size: 28px;
        line-height: 36px;
    }

    .b-contacts__title {
        margin-bottom: 32px;
    }

    .b-contacts__row:not(:last-child) {
        margin-bottom: 22px;
    }

    .b-contacts__info {
        font-size: 14px;
        line-height: 18px;
    }

    .b-contacts__address {
        font-size: 14px;
        line-height: 18px;
    }

    .b-info-block {
        padding-top: 40px;
    }

    .b-info-block {
        padding-bottom: 40px;
    }

    .b-info-block__buttons {
        margin-bottom: 40px;
    }

    .b-info-block__buttons {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-info-block__button:nth-child(2) {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }

    .b-info-block__button:first-child,.b-info-block__button:only-child {
        -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
        max-width: 58%;
    }

    .b-info-block__button .b-btn {
        font-size: 17px;
        padding: 11px 10px;
    }

    .b-info-block__item {
        margin-bottom: 24px;
    }

    .l-text-block {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 16.66667%;
        margin-right: 16.66667%;
    }

    .b-text-block {
        margin-bottom: 96px;
    }

    .b-text-block__title {
        margin-bottom: 32px;
    }

    .b-text-block__title {
        margin-left: 4.16667%;
        margin-right: 4.16667%;
    }

    .b-text-block__content {
        margin-bottom: 32px;
    }

    .b-text-block__content {
        margin-left: 4.16667%;
        margin-right: 4.16667%;
    }

    .b-text-block__col:first-child {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 4.16667%;
    }

    .b-text-block__col:last-child {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 4.16667%;
    }

    .b-text-block__button {
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 3.84615%;
        margin-right: 1.92308%;
    }

    .b-object-gallery__slide {
        height: 754px;
    }

    .b-flat__title {
        font-size: 40px;
        line-height: 42px;
    }

    .b-slider-objects__base {
        padding: 0 65px;
    }

    .b-slider-objects__arrow-prev {
        left: 0;
    }

    .b-slider-objects__arrow-next {
        right: 0;
    }

    .b-flat__gallery-layout {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 16.66667%;
        margin-right: 16.66667%;
    }

    .b-flat__gallery-title {
        font-size: 30px;
        line-height: 32px;
    }

    .b-flat__gallery-title {
        margin-left: 0%;
        margin-right: 0%;
        padding-left: 10.9375%;
        padding-right: 10.9375%;
    }

    .object-planoplan__wrapper > :first-child .dark-plan__button.button__theme-full {
        margin-top: 48px;
    }

    .object-planoplan__wrapper > :first-child .object-planoplan__info {
        margin-bottom: 40px;
    }

    .object-planoplan__wrapper > :last-child {
        padding-top: 24px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-title {
        margin-bottom: 32px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-list.b-action-flats__list {
        margin-bottom: 32px;
    }

    .object-planoplan__wrapper > :last-child .flat__info-params {
        margin-bottom: 24px;
    }

    .look-also .b-info-cards__arrows {
        left: -162px;
        right: -162px;
    }

    .l-info-cards {
        margin-bottom: 96px;
    }

    .l-info-cards {
        padding-left: 11.42857%;
        padding-right: 11.42857%;
    }

    .l-info-cards-margin__look-also {
        margin-bottom: 96px;
    }

    .l-info-cards_theme_gray {
        padding-top: 40px;
    }

    .l-info-cards_theme_gray {
        padding-bottom: 40px;
    }

    .b-info-cards__title {
        margin-bottom: 32px;
    }

    .b-info-cards__title {
        margin-left: 1.85185%;
    }

    .b-info-cards__title_center_state {
        margin-left: 19.44444%;
    }

    .b-info-cards__button {
        -ms-flex-preferred-size: 18.51852%;
        flex-basis: 18.51852%;
        max-width: 18.51852%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 1.85185%;
    }

    .b-info-cards__slider {
        margin-bottom: 32px;
    }

    .b-info-cards__arrows {
        left: -162px;
        right: -162px;
    }

    .l-object__white-plans .b-info-cards__slider_layout-left {
        left: -3.5%;
    }

    .l-info-card {
        padding-left: 5.55556%;
        padding-right: 5.55556%;
    }

    .l-info-card.l-look-also__item {
        padding-left: 0%;
        padding-right: 6.66667%;
    }

    .b-info-card__picture {
        height: 240px;
    }

    .b-info-card__info {
        padding-top: 32px;
    }

    .b-info-card__info {
        padding-bottom: 32px;
    }

    .b-info-card__info {
        padding-left: 12.5%;
        padding-right: 12.5%;
    }

    .b-info-card__period {
        margin-bottom: 24px;
    }

    .b-info-card__title {
        margin-bottom: 24px;
    }

    .b-info-card__more {
        margin-top: 32px;
    }

    .l-info-carousel,.b-info-cards__title {
        margin-bottom: 96px;
    }

    .l-info-carousel,.b-info-cards__title {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 19.44444%;
    }

    .l-info-carousel {
        margin-left: 19.44444%;
    }

    .l-contacts-block {
        margin-bottom: 96px;
    }

    .l-contacts-block {
        -ms-flex-preferred-size: 61.11111%;
        flex-basis: 61.11111%;
        max-width: 61.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 19.44444%;
        margin-right: 19.44444%;
    }

    .b-contacts-block__picture {
        -ms-flex-preferred-size: 36.36364%;
        flex-basis: 36.36364%;
        max-width: 36.36364%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 4.54545%;
    }

    .b-contacts-block__info {
        -ms-flex-preferred-size: 27.27273%;
        flex-basis: 27.27273%;
        max-width: 27.27273%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-contacts-block__title {
        margin-bottom: 24px;
    }

    .b-contacts-block__address,.b-contacts-block__schedule {
        margin-bottom: 24px;
    }

    .b-contacts-block__phone {
        margin-bottom: 24px;
    }

    .b-contacts-block__bottom {
        -ms-flex-preferred-size: 22.72727%;
        flex-basis: 22.72727%;
        max-width: 22.72727%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 4.54545%;
    }

    .b-contacts-block__button {
        margin-bottom: 32px;
    }

    .l-documents-block {
        margin-bottom: 96px;
    }

    .l-documents-block {
        -ms-flex-preferred-size: 61.11111%;
        flex-basis: 61.11111%;
        max-width: 61.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 19.44444%;
        margin-right: 19.44444%;
    }

    .b-documents-block__title {
        margin-bottom: 32px;
    }

    .b-documents-block__tabs {
        margin-bottom: 32px;
    }

    .b-documents-block__item {
        margin-bottom: 32px;
    }

    .b-documents-block__item:last-child {
        margin-bottom: 0;
    }

    .b-documents-block__item {
        -ms-flex-preferred-size: 45.45455%;
        flex-basis: 45.45455%;
        max-width: 45.45455%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-location {
        margin-bottom: 32px;
    }

    .l-location {
        -ms-flex-preferred-size: 61.11111%;
        flex-basis: 61.11111%;
        max-width: 61.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 19.44444%;
        margin-right: 19.44444%;
    }

    .b-location__title {
        margin-bottom: 32px;
    }

    .b-location__list {
        margin-bottom: 32px;
    }

    .b-location__item {
        margin-bottom: 32px;
    }

    .b-location__item:last-child {
        margin-bottom: 0;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-top: 32px;
    }

    .b-popup-gallery .b-popup__cnt {
        padding-bottom: 40px;
    }

    .b-popup-gallery__ttl {
        margin-bottom: 32px;
    }

    .b-popup-gallery__image {
        margin-bottom: 32px;
    }

    .b-popup-info .b-popup__cnt {
        padding-top: 32px;
    }

    .b-popup-info .b-popup__cnt {
        padding-bottom: 40px;
    }

    .b-popup-info__ttl {
        margin-bottom: 32px;
    }

    .b-popup-info__image {
        margin-bottom: 32px;
    }

    .online-info {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .online-btn-wrap {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .online-list {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-popup-construction-progress-gallery .fotorama {
        -ms-flex-preferred-size: 55.55556%;
        flex-basis: 55.55556%;
        max-width: 55.55556%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .live {
        margin-bottom: 80px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .live-title {
        margin-bottom: 32px;
    }

    .live-title {
        margin-top: 24px;
        margin-bottom: 48px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .live-title .div-title,.live-title h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .evalution-wrap {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .b-map_with_overlay span {
        font-size: 40px;
        line-height: 40px;
    }

    .l-map-tab-objects {
        margin-bottom: 96px;
    }

    .b-btn-tabs__all {
        -ms-flex-preferred-size: 14.70588%;
        flex-basis: 14.70588%;
        max-width: 14.70588%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-map-accordion {
        margin-bottom: 32px;
    }

    .b-map-accordion .ui-accordion-header {
        font-size: 18px;
    }

    .b-map-accordion .ui-accordion-content {
        padding-bottom: 32px;
    }

    .b-header__burger {
        margin-left: 1.38889%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .b-header__logo {
        margin-left: 0.73529%;
    }

    .b-header__menu {
        margin-right: 7.35294%;
    }

    .b-header__menu a:not(.header-menu__sticker) {
        font-size: 18px;
    }

    .b-header__btn {
        -ms-flex-preferred-size: 13.23529%;
        flex-basis: 13.23529%;
        max-width: 13.23529%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 48px;
        height: 48px;
    }

    .b-header__phone {
        width: 6.61765%;
    }

    .l-full-nav {
        left: 50%;
        max-width: 1920px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .l-full-nav__top .b-header__logo {
        margin-left: 0%;
    }

    .l-full-nav__content {
        margin-left: 5.55556%;
        margin-right: 5.55556%;
    }

    .l-full-nav__overlay {
        left: 50%;
        max-width: 1920px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .b-objects-nav__item {
        margin-right: 3.125%;
        width: 12.5%;
    }

    .b-objects-nav__item-full {
        margin-right: 3.125%;
        width: 25%;
    }

    .b-objects-nav__item-full .b-objects-nav__sub {
        margin-right: 6.25%;
        width: 43.75%;
    }

    .b-objects-nav__link {
        font-size: 14px;
        line-height: 16px;
    }

    .b-objects-nav__name {
        line-height: 16px;
    }

    .b-objects-nav__sub-link {
        font-size: 16px;
    }

    .b-footer__menu {
        margin-left: 19.44444%;
        margin-right: 19.44444%;
        padding-top: 72px;
        padding-bottom: 48px;
    }

    .b-footer__menu-list a {
        font-size: 16px;
    }

    .b-footer__menu-contacts {
        margin-left: 0%;
    }

    .b-footer__menu-phones a {
        font-size: 16px;
    }

    .b-footer__menu-address p {
        font-size: 16px;
    }

    .b-footer__menu-address span {
        font-size: 16px;
    }

    .b-footer__menu-link a {
        font-size: 16px;
    }

    .b-footer__social {
        margin-left: 19.44444%;
        margin-right: 19.44444%;
        margin-top: 40px;
    }

    .b-footer__social-form {
        -ms-flex-preferred-size: 56.81818%;
        flex-basis: 56.81818%;
        max-width: 56.81818%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 6.81818%;
    }

    .b-footer__social-form input {
        margin-right: 4%;
        width: 36%;
        height: 48px;
    }

    .b-footer__social-form input[type='submit'] {
        width: 24%;
    }

    .b-footer__social .b-form__answer {
        -ms-flex-preferred-size: 56.81818%;
        flex-basis: 56.81818%;
        max-width: 56.81818%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 6.81818%;
    }

    .b-footer__social-title {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        max-width: 32%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 4%;
        font-size: 18px;
    }

    .b-footer__social-link {
        -ms-flex-preferred-size: 36.36364%;
        flex-basis: 36.36364%;
        max-width: 36.36364%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-footer__info {
        padding-right: 19.44444%;
        padding-left: 19.44444%;
    }

    .b-footer__info-content {
        margin-top: 56px;
    }

    .b-footer__info-txt {
        margin-right: 0%;
        width: auto;
    }

    .b-footer__info-logo {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-footer__social-message {
        margin-left: 36%;
    }

    .b-footer__info-content_type_element .b-footer__info-txt-container {
        -ms-flex-preferred-size: 68.75%;
        flex-basis: 68.75%;
        max-width: 68.75%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-footer__info-content_type_element .b-kelnik {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-facts {
        margin-top: 52px;
        margin-bottom: 56px;
    }

    .b-facts__title {
        margin-bottom: 12px;
    }

    .b-facts_is_gray {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        border-radius: 4px;
    }

    .b-facts__text {
        font-size: 16px;
        line-height: 20px;
    }

    .b-info {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        border-radius: 4px;
    }

    .b-info__wrap {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 104px;
        margin-bottom: 104px;
    }

    .b-info__title {
        margin-bottom: 56px;
    }

    .b-info__title svg {
        margin-right: 2.22222%;
    }

    .b-info__descr {
        font-size: 28px;
        line-height: 40px;
    }

    .b-info__more {
        margin-bottom: 48px;
        font-size: 16px;
    }

    .b-info__show-more {
        font-size: 16px;
        line-height: 16px;
    }

    .b-info__show-more-full {
        font-size: 16px;
        line-height: 16px;
    }

    .b-objects {
        margin-top: 120px;
        margin-bottom: 80px;
        margin-left: 19.44444%;
        margin-right: 19.44444%;
    }

    .b-objects.b-objects-page-objects {
        margin-top: 24px;
        margin-bottom: 48px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-objects__link-wrap {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-objects__map {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
    }

    .b-objects__map .b-objects__title {
        width: 62.85714%;
    }

    .b-objects__title {
        margin-bottom: 32px;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__title {
        font-size: 48px;
        line-height: 48px;
    }

    .b-objects__title.b-objects__title-page-objects .b-friends__subtitle {
        font-size: 30px;
        line-height: 42px;
    }

    .b-objects__title.b-objects__title-page-objects .div-title,.b-objects__title.b-objects__title-page-objects h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .b-objects__title.b-objects_theme_bottom {
        margin-bottom: 0;
    }

    .b-objects__tabs a {
        font-size: 16px;
        line-height: 16px;
    }

    .b-objects__tabs span {
        font-size: 16px;
    }

    .b-objects__tabs.b-objects__tabs-full a {
        font-size: 20px;
        line-height: 20px;
    }

    .b-objects__item {
        margin-bottom: 32px;
        width: 31.81818%;
    }

    .b-object__item_separate_width {
        margin-bottom: 32px;
        width: 24.54545%;
    }

    .b-object__item_separate_width:not(:nth-child(4n)) {
        margin-right: 0.60606%;
    }

    .b-objects__download {
        font-size: 16px;
        line-height: 24px;
    }

    .b-objects__img-content {
        height: 240px;
    }

    .b-tabs__content-mileage {
        margin-bottom: 96px;
    }

    .b-objects__content {
        padding-top: 20px;
    }

    .b-objects__content-title {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 36px;
    }

    .b-objects__info-item {
        margin-right: 0%;
        width: 41.66667%;
    }

    .b-objects__address,.b-objects__info-content {
        padding-left: 0%;
        padding-right: 0%;
        font-size: 16px;
        line-height: 24px;
    }

    .b-objects__address {
        padding-left: 5.76923%;
        margin-bottom: 24px;
    }

    .b-objects__info-title {
        margin-bottom: 4px;
        letter-spacing: 1.5px;
    }

    .b-objects__tooltip-address {
        font-size: 16px;
    }

    .b-objects_type_exclusive {
        margin-bottom: 96px;
    }

    .b-objects_type_exclusive h2 {
        margin-bottom: 60px;
    }

    .b-objects__item_type_horizontal {
        width: 100%;
    }

    .b-objects__item_type_horizontal:not(:last-child) {
        margin-bottom: 52px;
    }

    .b-objects__item_type_horizontal .b-objects__content {
        padding-top: 54px;
        min-height: 352px;
    }

    .b-objects__item_type_horizontal .b-objects__address {
        font-size: 18px;
        line-height: 18px;
    }

    .b-objects__item_type_horizontal .b-objects__info {
        padding-left: 6.66667%;
        padding-right: 6.66667%;
    }

    .b-objects__timer-lines {
        bottom: 64px;
    }

    .b-objects__timer-labels {
        width: 100%;
    }

    .b-objects_separate_page {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .b-mortgage-info {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        border-radius: 4px 4px 0 0;
    }

    .b-mortgage-info__wrap {
        margin-bottom: 56px;
    }

    .b-mortgage-info__link {
        right: 30.55556%;
    }

    .b-mortgage-info__label {
        margin-bottom: 24px;
    }

    .b-mortgage-info__rate {
        font-size: 16px;
        width: 14.81481%;
    }

    .b-mortgage-info__infographic {
        margin-top: 72px;
        margin-bottom: 0px;
        width: 66.66667%;
    }

    .l-howtobuy__mortgage {
        margin-top: 24px;
        margin-bottom: 48px;
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .l-howtobuy-slider-col .selectric {
        height: 50px;
    }

    .l-howtobuy-slider-col .selectric .label {
        height: 50px;
        line-height: 50px;
    }

    .l-howtobuy-slider-col .selectric .button {
        height: 50px;
    }

    .b-purchase {
        margin-bottom: 96px;
    }

    .b-purchase {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        border-radius: 0 0 4px 4px;
    }

    .b-purchase__wrap {
        -ms-flex-preferred-size: 62.85714%;
        flex-basis: 62.85714%;
        max-width: 62.85714%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-bottom: 104px;
    }

    .b-purchase__item-ttl {
        font-size: 22px;
    }

    .b-purchase__item-text {
        margin-bottom: 32px;
    }

    .b-home-gallery .fotorama__stage {
        height: 840px;
    }

    .b-home-gallery .b-gallery__info {
        margin-left: 4.28571%;
    }

    .b-home-gallery .b-gallery__info-wrap {
        margin-top: 90px;
        width: 28.57143%;
    }

    .b-home-gallery .b-gallery__ttl {
        font-size: 80px;
        line-height: 80px;
    }

    .b-home-gallery .b-gallery__txt {
        font-size: 22px;
    }

    .b-home-gallery .fotorama__nav {
        right: 4.28571%;
    }

    .b-home-gallery-start .fotorama__stage {
        height: 800px;
    }

    .b-innovations {
        -ms-flex-preferred-size: 61.11111%;
        flex-basis: 61.11111%;
        max-width: 61.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 120px;
        margin-bottom: 96px;
    }

    .b-innovations__title {
        margin-bottom: 64px;
    }

    .b-innovations__item {
        -ms-flex-preferred-size: 27.27273%;
        flex-basis: 27.27273%;
        max-width: 27.27273%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 0%;
    }

    .b-innovations__item:not(:last-child) {
        margin-right: 6.81818%;
    }

    .b-innovations__img-content {
        margin-bottom: 52px;
    }

    .b-innovations__item-ttl {
        width: 80%;
        font-size: 26px;
    }

    .b-innovations__item-txt {
        font-size: 16px;
    }

    .b-news {
        -ms-flex-preferred-size: 61.11111%;
        flex-basis: 61.11111%;
        max-width: 61.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-top: 104px;
        margin-bottom: 104px;
    }

    .b-news__title {
        margin-bottom: 64px;
    }

    .b-news__item {
        -ms-flex-preferred-size: 23.29545%;
        flex-basis: 23.29545%;
        max-width: 23.29545%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news__item:not(:nth-child(4n)) {
        margin-right: 2.22222%;
    }

    .b-feedback {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__wrap {
        -ms-flex-preferred-size: 84.61538%;
        flex-basis: 84.61538%;
        max-width: 84.61538%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-feedback__ttl {
        font-size: 40px;
    }

    .b-feedback__ttl span {
        font-size: 45px;
    }

    .b-feedback__mortage.b-feedback {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        max-width: 1180px;
    }

    .b-feedback__tooltip-content {
        right: -270px;
        left: 300px;
        top: -40px;
    }

    .b-feedback__comment {
        font-size: 18px;
    }

    .b-feedback__input,.b-feedback__input-text {
        width: 32%;
    }

    .b-feedback__name {
        width: 36%;
    }

    .b-help__text {
        font-size: 18px;
        line-height: 26px;
    }

    .b-help__subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .b-help__grafic {
        font-size: 19px;
        line-height: 26px;
    }

    .b-help__title {
        font-size: 22px;
        line-height: 28px;
    }

    .b-buy-regions__grey-wrap {
        border-radius: 4px;
    }

    .b-buy-regions__title {
        font-size: 48px;
        line-height: 50px;
    }

    .b-buy-regions__sales__title {
        font-size: 36px;
        line-height: 44px;
    }

    .b-buy-trade__title {
        font-size: 48px;
        line-height: 50px;
    }

    .b-buy-trade__advantages {
        padding: 0 160px;
    }

    .b-buy-ipoteka__grey-wrap {
        border-radius: 4px;
    }

    .b-buy-ipoteka__title {
        font-size: 48px;
        line-height: 50px;
    }

    .b-buy-military__title {
        font-size: 22px;
        line-height: 28px;
    }

    .b-buy-military__steps-wrap:before {
        background-image: linear-gradient(204deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        opacity: .75;
    }

    .b-buy-rassrochka__options__title {
        font-size: 36px;
        line-height: 44px;
    }

    .b-buy-mat-kapital__title {
        font-size: 22px;
        line-height: 28px;
    }

    .b-buy-mat-kapital__grey-wrap {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        border-radius: 4px;
    }

    .b-buy-mat-kapital__grey-wrap__title {
        font-size: 48px;
        line-height: 50px;
    }

    .rassrochk-option__title {
        font-size: 24px;
        line-height: 36px;
    }

    .b-alert {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-alert__wrap {
        font-size: 24px;
        line-height: 36px;
    }

    .military-steps__title {
        font-size: 52px;
        line-height: 65px;
    }

    .advantages__text {
        font-size: 22px;
        line-height: 30px;
    }

    .advantages--step .advantages__text {
        font-size: 18px;
        line-height: 27px;
    }

    .b-excursions:before {
        background-image: linear-gradient(204deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        opacity: .75;
    }

    .b-excursions__title {
        font-size: 52px;
        line-height: 65px;
    }

    .b-mileage__title {
        font-size: 24px;
        line-height: 45px;
    }

    .b-mileage__list li {
        font-size: 16px;
        line-height: 32px;
    }

    .b-mileage__list li {
        width: 57.69231%;
    }

    .b-mileage__text .b-text__paragraph {
        font-size: 22px;
        line-height: 30px;
    }

    .b-mileage__text .b-text__paragraph {
        width: 57.69231%;
    }

    .b-mileage__text .b-text__paragraph_size_medium {
        font-size: 22px;
        line-height: 30px;
    }

    .b-mileage__text .b-text__paragraph_size_medium {
        width: 61.53846%;
    }

    .b-mileage__text .b-text__paragraph_size_big {
        font-size: 30px;
        line-height: 42px;
    }

    .b-mileage__text .b-text__paragraph_size_big {
        width: 84.61538%;
    }

    .b-mileage-info {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        margin-bottom: 72px;
        border-radius: 4px;
    }

    .b-mileage-info .b-mortgage-info__infographic {
        margin-bottom: 64px;
    }

    .b-mileage-info .b-mortgage-info__infographic-text {
        min-width: 267px;
    }

    .b-mileage-info .b-mortgage-info__label {
        width: 35.71429%;
    }

    .b-buy-trade__advantages {
        padding: 0 160px;
    }

    .b-buy-trade__advantages_site_lenspecsmu {
        padding-left: 4.16667%;
        padding-right: 4.16667%;
    }

    .b-buy-trade__advantages_site_lenspecsmu .advantages--step {
        max-width: 87.5%;
    }

    .b-buy-trade__advantages_site_lenspecsmu .advantages--step:after {
        left: calc(50% + 57px / 2 + 20px);
        width: calc(100% - 50px);
    }

    .b-buy-trade__advantages_site_lenspecsmu .advantages__text {
        max-width: 100%;
    }

    .b-buy-trade__advantages_site_lenspecsmu .advantages__img {
        margin: 0 auto 24px;
    }

    .b-form-questions {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-form-questions__title {
        font-size: 36px;
        line-height: 44px;
    }

    .b-form-questions__text {
        font-size: 18px;
        line-height: 26px;
    }

    .b-flip-clock__piece:nth-child(2n):not(:last-child) {
        margin-right: 20px;
    }

    .b-socials__title {
        font-size: 24px;
        line-height: 30px;
    }

    .l-construction-progress {
        margin-bottom: 96px;
    }

    .l-construction-progress {
        -ms-flex-preferred-size: 61.11111%;
        flex-basis: 61.11111%;
        max-width: 61.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 19.44444%;
        margin-right: 19.44444%;
    }

    .b-construction-progress__title {
        margin-bottom: 32px;
    }

    .b-construction-progress__title {
        -ms-flex-preferred-size: 72.72727%;
        flex-basis: 72.72727%;
        max-width: 72.72727%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__top-buttons {
        margin-bottom: 32px;
    }

    .b-construction-progress__top-buttons {
        -ms-flex-preferred-size: 27.27273%;
        flex-basis: 27.27273%;
        max-width: 27.27273%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__top-buttons .b-btn {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-construction-progress__albums {
        margin-top: 32px;
    }

    .b-construction-progress__bottom-buttons,.b-news__bottom-button {
        margin-top: 32px;
    }

    .b-construction-progress__bottom-buttons,.b-news__bottom-button {
        -ms-flex-preferred-size: 22.72727%;
        flex-basis: 22.72727%;
        max-width: 22.72727%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-news-progress {
        margin-bottom: 96px;
    }

    .l-news-progress {
        -ms-flex-preferred-size: 61.11111%;
        flex-basis: 61.11111%;
        max-width: 61.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 19.44444%;
        margin-right: 19.44444%;
    }

    .b-news-progress__title {
        margin-bottom: 32px;
    }

    .b-news-progress__title {
        -ms-flex-preferred-size: 72.72727%;
        flex-basis: 72.72727%;
        max-width: 72.72727%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__top-buttons {
        margin-bottom: 32px;
    }

    .b-news-progress__top-buttons {
        -ms-flex-preferred-size: 27.27273%;
        flex-basis: 27.27273%;
        max-width: 27.27273%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__top-buttons .b-btn {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-news-progress__albums {
        margin-top: 32px;
    }

    .b-news-progress__bottom-buttons {
        margin-top: 32px;
    }

    .b-news-progress__bottom-buttons {
        -ms-flex-preferred-size: 22.72727%;
        flex-basis: 22.72727%;
        max-width: 22.72727%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .l-construction-album {
        margin-bottom: 24px;
    }

    .l-construction-album {
        -ms-flex-preferred-size: 31.81818%;
        flex-basis: 31.81818%;
        max-width: 31.81818%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 2.27273%;
    }

    .l-construction-album:nth-child(2n) {
        margin-right: 2.27273%;
    }

    .l-construction-album:nth-child(3n) {
        margin-right: 0;
    }

    .b-construction-album__info {
        padding-top: 32px;
    }

    .b-construction-album__info {
        padding-bottom: 32px;
    }

    .b-construction-album__info {
        padding-left: 7.14286%;
        padding-right: 7.14286%;
    }

    .l-news-album {
        margin-bottom: 24px;
    }

    .l-news-album {
        -ms-flex-preferred-size: 31.81818%;
        flex-basis: 31.81818%;
        max-width: 31.81818%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 2.27273%;
    }

    .l-news-album:nth-child(2n) {
        margin-right: 2.27273%;
    }

    .l-news-album:nth-child(3n) {
        margin-right: 0;
    }

    .b-news-album__info {
        padding-top: 32px;
    }

    .b-news-album__info {
        padding-bottom: 32px;
    }

    .b-news-album__info {
        padding-left: 7.14286%;
        padding-right: 7.14286%;
    }

    .b-search-filter__top {
        padding-top: 40px;
    }

    .b-search-filter__top {
        padding-bottom: 32px;
    }

    .b-search-filter__top {
        margin-bottom: 32px;
    }

    .b-search-filter__top {
        padding-left: 13.88889%;
        padding-right: 13.88889%;
        border-radius: 4px;
    }

    .b-search-filter__bottom {
        margin-bottom: 32px;
    }

    .b-search-filter__bottom {
        padding-left: 13.88889%;
        padding-right: 13.88889%;
        border-radius: 4px;
    }

    .b-search-filter__range-slider {
        margin-bottom: 24px;
    }

    .b-search-filter__select {
        margin-bottom: 24px;
    }

    .b-search-filter__select .b-icon__pin-icon {
        top: 15px;
    }

    .b-search-more-parametrs {
        margin-bottom: 24px;
    }

    .b-search-filter__select-input label {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
    }

    .l-search-result {
        padding-left: 13.88889%;
        padding-right: 13.88889%;
    }

    .b-building__card-address {
        font-size: 16px;
        line-height: 24px;
    }

    .b-home-search {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 2.08333%;
        margin-right: 2.77778%;
    }

    .b-home-search__logo {
        margin-right: 2.18978%;
    }

    .b-header__complex {
        -ms-flex-preferred-size: 13.86861%;
        flex-basis: 13.86861%;
        max-width: 13.86861%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__district {
        -ms-flex-preferred-size: 13.86861%;
        flex-basis: 13.86861%;
        max-width: 13.86861%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__price {
        font-size: 18px;
    }

    .b-header__price input:-ms-input-placeholder {
        font-size: 18px;
    }

    .b-header__price input::placeholder {
        font-size: 18px;
    }

    .b-header__date {
        -ms-flex-preferred-size: 10.21898%;
        flex-basis: 10.21898%;
        max-width: 10.21898%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-header__full-search {
        -ms-flex-preferred-size: 8.75912%;
        flex-basis: 8.75912%;
        max-width: 8.75912%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        line-height: 40px;
    }

    .b-header__result {
        -ms-flex-preferred-size: 12.40876%;
        flex-basis: 12.40876%;
        max-width: 12.40876%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        line-height: 40px;
    }

    .b-search__tab {
        margin-left: 13.88889%;
        margin-right: 13.88889%;
    }

    .b-new-search-filter__select-input label {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
    }

    .b-menu__contacts {
        -ms-flex-preferred-size: 41.17647%;
        flex-basis: 41.17647%;
        max-width: 41.17647%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__contacts-item.b-menu__city {
        -ms-flex-preferred-size: 36.11111%;
        flex-basis: 36.11111%;
        max-width: 36.11111%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__contacts-item.b-menu__office {
        -ms-flex-preferred-size: 63.88889%;
        flex-basis: 63.88889%;
        max-width: 63.88889%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__contacts-item.b-menu__office.is-moved {
        margin-left: -13.88889%;
    }

    .b-menu__main {
        -ms-flex-preferred-size: 58.82353%;
        flex-basis: 58.82353%;
        max-width: 58.82353%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-menu__list-cities {
        padding-left: 11.76471%;
        padding-right: 11.76471%;
    }

    .b-menu__list-list .b-menu__list-city {
        padding-left: 11.76471%;
        padding-right: 11.76471%;
    }

    .b-contacts__map {
        -ms-flex-preferred-size: 58.82353%;
        flex-basis: 58.82353%;
        max-width: 58.82353%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-contacts__tooltip-wrapper {
        -ms-flex-preferred-size: 23.52941%;
        flex-basis: 23.52941%;
        max-width: 23.52941%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-contacts__tooltip-link {
        margin-top: 33px;
    }

    .b-contacts__comment {
        font-size: 18px;
        line-height: 26px;
    }

    .b-contacts__comment {
        margin-left: 16.66667%;
    }

    .b-contacts_type_flats {
        margin-bottom: 16px;
    }

    .b-flat__title {
        font-size: 40px;
        line-height: 42px;
    }

    .b-slider-objects__base {
        padding: 0 65px;
    }

    .b-slider-objects__arrow-prev {
        left: 0;
    }

    .b-slider-objects__arrow-next {
        right: 0;
    }

    .b-flat__gallery-layout {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: 16.66667%;
        margin-right: 16.66667%;
    }

    .b-flat__gallery-title {
        font-size: 30px;
        line-height: 32px;
    }

    .b-flat__gallery-title {
        margin-left: 0%;
        margin-right: 0%;
        padding-left: 10.9375%;
        padding-right: 10.9375%;
    }

    .b-actions__header h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .b-actions__form {
        -ms-flex-preferred-size: 72.22222%;
        flex-basis: 72.22222%;
        max-width: 72.22222%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions__form-wrapper {
        margin-top: 8px;
    }

    .b-action__img-content {
        height: 12.5vw;
        max-height: 240px;
    }

    .b-action__title-inner {
        margin-left: 26.47059%;
        margin-right: 26.47059%;
    }

    .b-action__labels-inner {
        margin-left: 26.47059%;
        margin-right: 26.47059%;
    }

    .b-action__image-inner-content {
        margin-left: 11.76471%;
        margin-right: 11.76471%;
    }

    .b-action__content-inner {
        margin-left: 25%;
        margin-right: 25%;
    }

    .b-action__buttons-inner .b-btn:not(:last-child) {
        margin-right: 6.25%;
    }

    .b-action__img-content_type_mini {
        height: 240px;
        max-height: inherit;
    }

    .b-action__image-inner-content_type_mini {
        margin-left: 11.76471%;
        margin-right: 11.76471%;
    }

    .b-actions-form__wrap {
        -ms-flex-preferred-size: 84.61538%;
        flex-basis: 84.61538%;
        max-width: 84.61538%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions-form__content {
        -ms-flex-preferred-size: 45.45455%;
        flex-basis: 45.45455%;
        max-width: 45.45455%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-actions-form__comment {
        font-size: 18px;
    }

    .l-corp-clients h1, .l-main-new .l-corp-clients h1 {
        margin-bottom: 48px;
    }

    .b-corp-clients__list-text {
        -ms-flex-preferred-size: 76.92308%;
        flex-basis: 76.92308%;
        max-width: 76.92308%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__list {
        margin-bottom: 64px;
    }

    .b-corp-clients__list ul {
        -ms-flex-preferred-size: 30.76923%;
        flex-basis: 30.76923%;
        max-width: 30.76923%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 25%;
    }

    .b-corp-clients__list ul:first-of-type {
        -ms-flex-preferred-size: 36.53846%;
        flex-basis: 36.53846%;
        max-width: 36.53846%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__facts.b-flat_theme_rare .b-corp-clients__fact-item,.b-corp-clients__banks.b-flat_theme_rare .b-corp-clients__fact-item,.b-corp-clients__associate.b-flat_theme_rare .b-corp-clients__fact-item {
        -ms-flex-preferred-size: 20.45455%;
        flex-basis: 20.45455%;
        max-width: 20.45455%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__fact-item {
        -ms-flex-preferred-size: 20.45455%;
        flex-basis: 20.45455%;
        max-width: 20.45455%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-corp-clients__form-content {
        -ms-flex-preferred-size: 31.81818%;
        flex-basis: 31.81818%;
        max-width: 31.81818%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 11.36364%;
    }

    .b-corp-clients__label {
        margin-top: -32px;
        font-size: 22px;
        line-height: 26px;
    }

    .b-realtors-info {
        margin-left: 1.38889%;
        margin-right: 1.38889%;
        border-radius: 4px 4px 0 0;
    }

    .b-realtors-info__wrap {
        margin-top: 80px;
        margin-bottom: 120px;
        margin-left: 15.27778%;
        margin-right: 15.27778%;
    }

    .b-realtors-info__txt {
        font-size: 16px;
        line-height: 24px;
        width: 42.85714%;
    }

    .b-realtors-info__partner-button {
        margin-top: 72px;
    }

    .b-realtors-info__partner-button-footer {
        margin-bottom: 72px;
    }

    .b-realtors-info__infografic {
        margin-top: 72px;
    }

    .b-realtors-info__infographic-number {
        left: 40px;
    }

    .b-realtors-info__wrap_short .b-realtors-info__txt {
        width: 42.85714%;
    }

    .b-realtors-advantages:before {
        background-image: linear-gradient(204deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        opacity: .75;
    }

    .b-realtors-advantages__wrap {
        margin-top: 104px;
        margin-bottom: 64px;
    }

    .b-realtors-advantages__title {
        margin-bottom: 96px;
        font-size: 52px;
        line-height: 65px;
    }

    .b-realtors-advantages__list li {
        margin-bottom: 24px;
        padding-left: 46px;
    }

    .b-realtors-advantages__list li:before {
        font-size: 16px;
        line-height: 32px;
        width: 30px;
        height: 30px;
    }

    .b-realtors-contacts {
        margin-bottom: 80px;
    }

    .b-realtors-contacts__term {
        -ms-flex-preferred-size: 49.03846%;
        flex-basis: 49.03846%;
        max-width: 49.03846%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-realtors-contacts__term:not(:nth-child(2n)) {
        margin-right: 1.92308%;
    }

    .b-realtors-contacts__title {
        margin-bottom: 32px;
        font-size: 36px;
        line-height: 45px;
    }

    .b-realtors-contacts__item-wrap {
        margin-left: 7.84314%;
        margin-right: 7.84314%;
        width: 84.31373%;
    }

    .b-realtors-contacts__info {
        -ms-flex-preferred-size: 69.76744%;
        flex-basis: 69.76744%;
        max-width: 69.76744%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 2.32558%;
        margin-top: 16px;
        margin-bottom: 48px;
    }

    .b-realtors-contacts__name {
        font-size: 28px;
        line-height: 36px;
    }

    .b-realtors-contacts__position {
        width: 100%;
    }

    .b-realtors-contacts__term_msk {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-realtors-contacts__term_msk:not(:last-child) {
        margin-bottom: 80px;
    }

    .b-realtors-contacts__term_msk:not(:nth-child(2n)) {
        margin-right: 0%;
    }

    .b-realtors-contacts__term_msk .b-realtors-contacts__item {
        -ms-flex-preferred-size: 49.03846%;
        flex-basis: 49.03846%;
        max-width: 49.03846%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .b-realtors-contacts__term_msk .b-realtors-contacts__item:not(:nth-child(2n+1)) {
        margin-right: 1.92308%;
    }

    .b-realtors-contacts__term_msk .b-realtors-contacts__item .b-realtors-contacts__item-wrap {
        margin-bottom: 0;
    }

    .b-realtors-contacts__term_msk .b-realtors-contacts__comment {
        margin-bottom: 24px;
    }

    .b-realtors-docs__title {
        margin-bottom: 40px;
        font-size: 48px;
        line-height: 52px;
    }

    .b-realtors-docs__link {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 24px;
    }

    .b-realtors-docs__link span {
        font-size: 16px;
    }

    .b-realtors-docs__telegram {
        margin-top: 40px;
        font-size: 18px;
    }

    .b-about__text h1 {
        font-size: 64px;
        line-height: 70px;
    }

    .b-about__text h1 {
        margin-bottom: 48px;
    }

    .b-about__text-normal {
        width: 72.72727%;
    }

    .b-about__text-big {
        width: 100%;
    }

    .b-about-timeline__item:before {
        left: 7.95455%;
    }

    .b-about-timeline__year {
        width: 4.54545%;
        font-size: 18px;
        line-height: 29.26px;
        letter-spacing: .77px;
    }

    .b-about-timeline__point {
        left: calc(7.95455% - 7px);
    }

    .b-about-timeline__text {
        margin-left: 9.09091%;
        width: 59.09091%;
        font-size: 22px;
        line-height: 29.26px;
    }

    .l-main-new {
        margin-top: 88px;
    }

    .star-block-new.is-fixed {
        top: 170px !important;
    }

    .star-block-new.fixed-favorite {
        top: 107px !important;
    }

    .l-guide h1 {
        margin-bottom: 48px;
    }

    .l-guide h2 {
        margin-bottom: 24px;
    }

    .b-guide {
        margin-bottom: 40px;
    }
}

@media (min-width: 1921px) {
    .l-about-animate {
        width: 100%;
        left: 50%;
        -ms-transform: translate(-50%, 80px);
        transform: translate(-50%, 80px);
        right: auto;
    }
}

@media (max-width: 1280px) {
    .b-animations-screen__title {
        font-size: 96px;
    }

    .b-animations-screen__map-2 {
        right: -20px;
        width: 60%;
    }
}

@media only screen and (max-width: 1279px) {
    .b-popup-construction-progress-gallery .fotorama__video iframe {
        height: 100%;
        width: 100%;
        min-width: -webkit-fit-content;
        min-width: fit-content;
    }
}

@media only screen and (max-width: 1200px) {
    .tabBox__tabs_five .tabBox__tab {
        width: 33%;
    }

    .tabBox__tab {
        width: 33%;
    }
}

@media only screen and (max-width: 1100px) {
    .contactsBlock {
        display: block;
    }

    .contactsBlock__left {
        padding: 0 0 30px;
    }

    .contactsBlock__right {
        min-width: 100%;
    }
}

@media (max-width: 1024px) {
    .b-animations-screen__title {
        font-size: 80px;
    }

    .b-animations-screen__map-5 {
        width: 50%;
    }

    .map-info-list {
        top: 30%;
    }
}

@media only screen and (max-width: 1000px) {
    #modal_info .modal_content {
        padding: 60px;
        width: 495px;
    }
}

@media (max-width: 992px) {
    #modal_banner .modal_content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 960px) {
    .b-tabs__nav.fixed-pos:after {
        content: '';
        display: block;
        min-width: 1px;
        height: 100%;
        min-height: 10px;
    }

    .l-object__white-plans .b-info-cards__arrows {
        display: none;
    }
}

@media all and (max-width: 959px) {
    .l-object__white-plans .dark-plans-slider {
        border-radius: 0;
        padding: 45px 18px 0;
    }
}

@media (max-width: 959px) {
    .b-animations-screen__info {
        max-width: none;
    }

    .b-animations-screen__title {
        font-size: 64px;
        margin-bottom: 20px;
    }

    .b-animations-screen__map-1 {
        width: auto;
        left: 0px;
        top: auto;
    }

    .b-animations-screen__map-1__img {
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    .b-animations-screen__map-2 {
        width: 85%;
        right: 8%;
        top: auto;
    }

    .b-animations-screen__map-3 {
        width: 90%;
        top: 50px;
    }

    .b-animations-screen__map-4 {
        width: 80%;
    }

    .b-animations-screen__map-5 {
        width: 69%;
        right: 6%;
    }

    .map-info-list {
        -ms-flex-pack: start;
        justify-content: flex-start;
        top: 47%;
    }

    .map-info-list__item {
        margin: 0 55px;
    }
}

@media only screen and (max-width: 900px) {
    .boughtBlock__title_big {
        font-size: 40px;
    }

    .boughtBlock__title {
        font-size: 28px;
    }

    .boughtList__item {
        width: 33.333%;
    }

    .boughtList__name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 670px) {
    .boughtBlock__title_big {
        font-size: 28px;
    }

    .boughtBlock__title {
        font-size: 22px;
    }

    .boughtBlock {
        padding-left: 5.55556%;
        padding-right: 5.55556%;
    }

    .boughtList__item {
        width: 50%;
        margin-bottom: 40px;
    }

    .boughtDetail__back:before {
        top: 1px;
    }

    .boughtDetail__back {
        font-size: 16px;
    }

    .boughtDetail__title {
        font-size: 30px;
    }

    .boughtDetail__content .requisite td:first-child {
        padding-bottom: 0;
    }

    .boughtDetail__content .requisite td {
        padding: 0 0 20px;
        display: block;
    }

    .boughtDetail__content .requisite {
        margin: 30px 0 10px;
    }

    .boughtDetail__content .info {
        padding: 30px;
    }

    .boughtDetail__content .full-table-wrap {
        max-height: 90vh;
    }

    .boughtDetail__content .full-table th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
        box-shadow: inset 0px -1px 0px 0px #f1f1f1;
    }

    .newsList {
        font-size: 16px;
    }

    .newsList__date {
        padding-left: 0;
    }

    .tabBox__tabs_five .tabBox__tab {
        width: 100%;
    }

    .tabBox__tab {
        width: 100%;
    }

    .docsList__link {
        padding-left: 35px;
    }

    .boughtInfo {
        padding: 43px 30px;
        font-size: 16px;
    }

    .boughtInfo__title {
        font-size: 30px;
        line-height: 1;
    }

    .boughtInfo__text {
        font-size: 16px;
    }

    #modal_info .modal_content {
        padding: 40px 24px;
        width: 90%;
    }
}

@media only screen and (max-width: 669px) {
    .hide-on-mobile {
        display: none;
    }

    .hide-on-medium {
        display: none;
    }

    .l-flats-palns__action .b-gallery-slick__base {
        height: auto;
    }

    .l-career-advantages.l-mileage .b-mileage__list li {
        font-size: 14px;
        line-height: 22px;
        padding-left: 40px;
    }

    .b-search-filter.b-search-filter_type_career .b-search-filter__top {
        margin-bottom: 0;
    }

    .b-form-questions__resume {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .b-popup_theme_top .b-popup__close {
        right: 16.66667%;
    }

    .b-info-block__logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .b-object-gallery__dots .slick-active {
        width: 15px;
        height: 15px;
        margin-right: -4px;
    }

    .b-flat .b-flat__planoplan-tabs {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-flat .b-flat__planoplan-tabs a {
        margin-top: 15px;
    }

    .b-flat__gallery {
        margin-top: 32px;
    }

    .l-object.only-desktop {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .l-object.only-desktop .object-planoplan__info {
        padding-left: 5.55556%;
        padding-right: 5.55556%;
    }

    .object-planoplan__wrapper > :last-child .flat__info.dark-second-slider__info .only-desctop {
        display: none;
    }

    .l-info-cards-margin__look-also {
        padding-left: 5.55556%;
        padding-right: 5.55556%;
    }

    .b-info-cards__dots .slick-active {
        width: 15px;
        height: 15px;
        margin-right: -4px;
    }

    .l-object__white-plans {
        padding: 0;
    }

    .b-info_theme_evolution {
        background-color: #f1f1f1;
        padding-top: 32px;
    }

    .b-tabs__nav-wrapper {
        position: relative;
        z-index: 5;
        width: 100%;
        height: 50px;
    }

    .b-tabs__nav_theme_evalution {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
        height: 50px;
        border: 1px solid #CCD6E2;
        border-radius: 4px;
        background-color: #ffffff;
        counter-reset: tabnav;
        box-shadow: 0 4px 15px rgba(0, 47, 105, 0.08);
    }

    .b-tabs__nav_theme_evalution.is-active {
        height: auto;
    }

    .b-tabs__nav_theme_evalution.is-active a {
        animation: tabnavmobile 0.25s linear;
        animation-fill-mode: forwards;
        animation-direction: normal;
    }

    .b-tabs__nav_theme_evalution a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 0;
        margin: 0;
        padding: 0 25px 0 56px;
        -ms-flex-order: 1;
        order: 1;
        line-height: 1em;
        overflow: hidden;
    }

    .b-tabs__nav_theme_evalution a.is-active {
        -ms-flex-order: 0;
        order: 0;
        pointer-events: none;
        height: 50px;
    }

    .b-tabs__nav_theme_evalution a:before {
        counter-increment: tabnav;
        content: counter(tabnav);
        position: absolute;
        top: 0;
        left: 16px;
        bottom: 0;
        margin: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 24px;
        height: 24px;
        background-color: #ffd349;
        border-radius: 50%;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        line-height: 1em;
        padding-top: 2px;
    }

    .b-tabs__nav_theme_evalution a:after {
        content: none;
    }

    .b-tabs__nav_theme_evalution a:hover {
        background-color: rgba(117, 147, 186, 0.1);
    }

    .b-tabs__nav_theme_evalution:after {
        transition-duration: 0.3s;
        transition-timing-function: ease;
        content: '';
        position: absolute;
        top: 18px;
        right: 20px;
        bottom: 0;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #438cce;
        border-right: 1px solid #438cce;
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .b-tabs__nav_theme_evalution.is-active:after {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .b-header__lk {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 3px;
    }

    .b-header__favorite {
        margin-bottom: 6px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .b-header__favorite_empty {
        visibility: hidden;
        pointer-events: none;
    }

    .b-icon__social-linkedin {
        display: none;
    }

    .b-home-gallery-start .fotorama__arr {
        display: none !important;
    }

    .b-home-gallery-start .fotorama__nav__frame--dot.fotorama__active {
        background: none;
        width: 18px;
        height: 30px;
        bottom: 0;
        margin-right: 15px;
    }

    .b-home-gallery-start .fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
        background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
        background-position: -172px -218px;
        width: 10px;
        height: 10px;
    }

    .b-home-gallery-start .fotorama__dot {
        background-image: url("https://etalongroup.ru/msk/img/sprites.png?v=8");
        background-position: -161px -218px;
        width: 10px;
        height: 10px;
    }

    .b-home-gallery_small_mobile .fotorama__stage {
        height: 408px;
    }

    .j-spb-main_gallery_mobile .fotorama__stage {
        height: 488px;
    }

    .b-feedback__calc-link {
        margin-bottom: 24px;
    }

    .b-buy-ipoteka__head .selectric-wrapper {
        width: 100%;
    }

    .advantages--mob {
        display: block;
        text-align: center;
    }

    .advantages--mob .advantages__num {
        display: none;
    }

    .advantages--mob .advantages__img {
        margin: 0 auto 18px;
        position: relative;
    }

    .advantages--mob .advantages__img .advantages__num {
        display: block;
        position: absolute;
        top: -12px;
        left: -24px;
    }

    #modal_info .modal_close:before,#modal_info .modal_close:after {
        background-color: #0056a0;
        width: 4px;
        height: 30px;
    }

    .b-socials__header {
        padding-left: 5.55556%;
        padding-right: 5.55556%;
    }

    .b-socials__text {
        padding-left: 5.55556%;
        padding-right: 5.55556%;
    }

    .b-socials__description {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 56.6vw;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        color: #ffffff;
    }

    .b-socials__title {
        width: 93%;
        color: #ffffff;
        font-weight: 500;
    }

    .b-socials__metro .icon-metro_color_blue {
        fill: currentColor;
    }

    .b-socials__metro .icon-metro_color_green {
        fill: currentColor;
    }

    .b-construction-progress__top-buttons .b-btn:only-child {
        max-width: 100%;
    }

    .l-construction-album {
        display: none;
    }

    .l-construction-album:first-child {
        display: block;
    }

    .b-map-filter__checkbox-label {
        white-space: unset;
    }

    .new-contacts-mobile .b-menu__office .b-main__office {
        height: auto;
        position: relative;
    }

    .new-contacts-mobile .b-main__city {
        border-bottom: 1px solid #ffffff;
    }

    .new-contacts-mobile .b-objects__tooltip-img-wrapper {
        width: 100%;
        display: inline-block;
        height: 0;
        padding-bottom: 64.15%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 20px;
    }

    .b-flat .b-flat__planoplan-tabs {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-flat .b-flat__planoplan-tabs a {
        margin-top: 15px;
    }

    .b-flat__gallery {
        margin-top: 32px;
    }

    .l-flat-card {
        margin-bottom: 20px;
    }

    .b-realtors-contacts__photo {
        -ms-flex-order: -9999;
        order: -9999;
    }

    .l-main-new .action_item_link {
        width: 235px !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 669px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 669px) and (min-device-pixel-ratio: 1.5) {
    .b-home-gallery-start .fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }

    .b-home-gallery-start .fotorama__dot {
        background-image: url("https://etalongroup.ru/msk/img/sprites@2x.png?v=8");
        background-size: 271px 258px;
    }
}

@media (max-width: 669px) {
    .b-scroll-animation {
        height: auto;
        margin-bottom: 30px;
        padding-left: 1.38889%;
        padding-right: 1.38889%;
    }

    .l-about-animate {
        position: relative;
        top: 0;
        height: auto;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        left: auto;
        right: auto;
    }

    .b-animations-screen {
        position: relative;
        left: 0;
        right: 0;
        height: auto;
        min-height: calc(100vh - 80px - 15px);
    }

    .b-animations-screen__number {
        width: 33px;
        height: 33px;
        line-height: 35px;
        font-size: 14px;
        left: auto;
        right: 0px;
    }

    .b-animations-screen__info {
        margin-left: 0;
    }

    .b-animations-screen__title {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 15px;
    }

    .b-animations-screen__text {
        font-size: 14px;
    }

    .b-animations-screen__map-1 {
        bottom: 20px;
        height: 73%;
        left: -25px;
    }

    .b-animations-screen__map-1__img {
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .b-animations-screen__map-2 {
        opacity: 1;
        right: -25px;
        left: -25px;
        width: auto;
        top: auto;
        bottom: 9%;
    }

    .b-animations-screen__map-3 {
        opacity: 1;
        top: 140px;
        left: -25px;
        width: auto;
    }

    .b-animations-screen__map-4 {
        opacity: 1;
        width: auto;
        left: 0;
    }

    .b-animations-screen__map-5 {
        opacity: 1;
        right: 0;
        width: 100%;
    }

    .b-animations-screen--slide-2 .b-animations-screen__number {
        opacity: 1;
    }

    .b-animations-screen--slide-2 .b-animations-screen__info {
        opacity: 1;
    }

    .b-animations-screen--slide-3 {
        margin-bottom: 50px;
    }

    .b-animations-screen--slide-3 .b-animations-screen__number {
        opacity: 1;
    }

    .b-animations-screen--slide-3 .b-animations-screen__info {
        opacity: 1;
    }

    .b-animations-screen--slide-4 {
        margin-bottom: 50px;
    }

    .b-animations-screen--slide-4 .b-animations-screen__number {
        opacity: 1;
    }

    .b-animations-screen--slide-4 .b-animations-screen__info {
        opacity: 1;
    }

    .b-animations-screen--slide-4 .b-animations-screen__text-2 {
        opacity: 1;
        position: static;
        margin-top: 25px;
    }

    .b-animations-screen--slide-5 .b-animations-screen__number {
        opacity: 1;
    }

    .b-animations-screen--slide-5 .b-animations-screen__info {
        opacity: 1;
    }

    .map-info-list {
        left: 5px;
        top: 40%;
    }

    .map-info-list__item {
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .map-info {
        font-size: 14px;
        line-height: 1.5;
    }

    .map-info .map-info__text br {
        display: none;
    }

    .map-info__title {
        font-size: 24px;
        line-height: 1.17;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .city-object__img img {
        width: 48px;
        height: 48px;
        margin-right: 15px;
    }

    .city-object__title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .city-object__count {
        font-size: 10px;
        line-height: 16px;
    }

    .map-dotted__item {
        opacity: 1;
    }
}

@media only screen and (max-width: 450px) {
    .boughtList__item {
        width: 100%;
    }

    .newsList__item > div {
        display: block;
    }

    .newsList__item {
        margin-bottom: 30px;
    }
}

.cookies-alert {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(0,0,0,.8);
}
.cookies-alert.is-hidden {
    display: none;
}
.cookies-alert__text {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 16px;
}
@media only screen and (min-width:  960px) {
    .cookies-alert {
        -ms-flex-direction: row;
        flex-direction: row;
        bottom: 32px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        padding: 26px 48px;
        border-radius: 4px;
    }
    .cookies-alert__text {
        margin-bottom: 0;
        margin-right: 65px;
        max-width: 360px;
    }
}

@keyframes bounce {
    0%,20%,53%,80%,100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes shake {
    0%,100% {
        transform: translate3d(0, 0, 0);
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%,20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,60%,80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes wobble {
    0% {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        transform: none;
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }

    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    0% {
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        transform: translateY(100%);
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        transform: translateX(-100%);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        transform: translateX(100%);
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        transform: translateY(-100%);
    }
}

@keyframes flipTop {
    0% {
        z-index: 2;
        transform: rotateX(90deg);
    }

    0%,99% {
        opacity: .99;
    }

    100% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
}

@keyframes flipBottom {
    0%,50% {
        z-index: -1;
        opacity: 0;
        transform: rotateX(90deg);
    }

    51% {
        opacity: .99;
    }

    100% {
        opacity: .99;
        z-index: 5;
        transform: rotateX(0deg);
    }
}

@keyframes sk-three-bounce {
    0%,80%,100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

@keyframes slideFromTop {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes tabnavmobile {
    0% {
        height: 0;
    }

    100% {
        height: 50px;
    }
}

@keyframes flipTop {
    0% {
        transform: rotateX(90deg);
        z-index: 2;
    }

    0%,99% {
        opacity: .99;
    }

    100% {
        transform: rotateX(-90deg);
        opacity: 0;
    }
}

@keyframes flipBottom {
    0%,50% {
        z-index: -1;
        transform: rotateX(90deg);
        opacity: 0;
    }

    51% {
        opacity: .99;
    }

    100% {
        opacity: .99;
        transform: rotateX(0deg);
        z-index: 5;
    }
}

.j-evalution-toggle-wrap {
    width: 100%;
    margin-bottom: 30px;
}

@media only screen and (min-width: 670px) {
    .j-evalution-toggle-wrap {
        margin-top: -38px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 960px) {
    .j-evalution-toggle-wrap {
        margin-top: -54px;
    }
}
@media only screen and (min-width: 1140px) {
    .j-evalution-toggle-wrap {
        margin-top: -64px;
    }
}

.b-gallery__winner {
    background: url(/msk/img/winner2021.png) 50% 100% no-repeat;
    background-size: contain;
    width: 98px;
    height: 39px;
    position: absolute;
    bottom: 6px;
    left: 130px;
}

@media only screen and (min-width: 1280px) {
    .b-gallery__winner {
        width: 195px;
        height: 78px;
        left: 150px;
    }
}
@media only screen and (min-width: 1440px) {
    .b-gallery__winner {
        left: 170px;
    }
}


.l-partners {
    font-family: "pfdin", sans-serif;

}

.l-partners__text {
    font-size: 22px;
    line-height: 1.2;
    max-width: 960px;
}

.l-partners__text small {
    font-size: 18px;
}

.p-blocks {
    display: -webkit-flex;
    display: flex;
    margin: 64px 0 100px 0;
    width: calc(100% + 20px);
}
.p-blocks__in {
    display: -webkit-flex;
    display: flex;
}
.p-blocks__right {
    width: 66.6667%;
}
.p-item {
    position: relative;
    height: 330px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    background: #F2F4F7;
    width: 430px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}
.p-blocks__in .p-item {
    width: calc(50% - 20px);
}
.p-item.p-blocks__high {
    height: 680px;
    width: calc(33.3333% - 20px);
}
.p-item__img {
    height: calc(100% - 90px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.3s;
}
.p-item:hover .p-item__img {
    transform: scale(1.1);
}
.p-item__text {
    display: -webkit-flex;
    display: flex;
    height: 90px;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 25px;
    background: #F2F4F7;
    position: relative;
    z-index: 1;

}
.p-item__text span {
    border-bottom: solid 1px transparent;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.p-item__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.p-item:hover .p-item__text span {
    border-color: rgba(0,0,0,0.7);
}

@media only screen and (max-width: 1000px) {
    .l-partners__text {
        font-size: 18px;
    }
    .p-blocks {
        display: block;
        margin: 47px 0 0 0;
        width: auto;
    }
    .p-item.p-blocks__high {
        height: 330px;
        width: 530px;
        max-width: 100%;
    }
    .p-item {
        width: 530px;
        max-width: 100%;
        margin: 0 auto 20px auto;
    }
    .p-blocks__in .p-item {
        width: 530px;
        max-width: 100%;
    }
    .p-blocks__in {
        display: block;
    }
    .p-blocks__right {
        width: auto;
    }
    .l-partners__title {
        font-size: 22px;
    }

}


.l-partners-in {
    display: -webkit-flex;
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;

}
.l-p__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    border: 1px solid #CCD5E1;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 200;
    overflow: hidden;
    min-height: 295px;

}

.l-p__item__top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;

    height: calc(100% - 90px);
    padding: 30px;
    background-color: #fff;
}
.l-p__item__img {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 180px;
    min-width: 180px;
    height: 146px;
    margin-right: 30px;
}
.l-p__item__img img {
    max-width: 100%;
    max-height: 100%;
}
.l-p__item__title {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: normal;

}

.l-p__item__bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;

    color: #438CCE;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    padding: 15px 30px;
    background: #F2F4F7;
    height: 90px;
}

.p-but {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 853px;
    margin: 0 auto 100px auto;
    background: #DFE6ED;
    border: 1px solid #B0CBE5;
    box-sizing: border-box;
    border-radius: 3px;
    white-space: nowrap;
    height: 53px;
    transition: background-color 0.3s;
    font-size: 18px;
    line-height: 1.2;
    color: #438CCE;
    text-decoration: none;
}
.p-but:hover {
    background-color: transparent;
}



.b-howtobuy-slider-col__credit-summ {
    white-space: nowrap;
}
.j-howtobuy-mortgage {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 0 0;
}

.l-howtobuy-tabs {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;

}
.l-howtobuy-tabs__item {
    padding: 11px 45px;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    background: rgba(235,239,243,0.5);
    color: rgba(0,0,0,0.5);
    border-left: solid 1px #EBEFF3;
}
.l-howtobuy-tabs__item.active {
    pointer-events: none;
    color: #000;
    background: #EBEFF3;

}
.no-touch .l-howtobuy-tabs__item:hover {
    color: #000;
    background: #EBEFF3;
}

@media only screen and (max-width: 1600px) {
    .b-howtobuy-slider-col__ttl {
        font-size: 16px;
    }
    .b-howtobuy-slider-col__credit-summ {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1200px) {
    .l-p__item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .l-partners-in {
        width: auto;
        margin-left: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 959px) {
    .boughtDetail__content .text_short {
        margin-bottom: 30px;
    }
    .boughtDetail__content .block-flex {
        display: block;
        margin-left: 0;
        width: auto;
        margin-bottom: 30px;
    }
    .boughtDetail__content .block-flex.block-flex__three>div {
        width: auto;
        padding: 0;
        margin-bottom: 30px;
    }
    .boughtDetail__content .block-flex.block-flex__three>div.d_wide {
        width: auto;
        padding: 0;
    }
    .b-howtobuy-slider-col__credit-summ {
        margin-left: 0;
    }
    .b-howtobuy-slider-col__ttl {
        margin-right: 20px;
    }

    .l-howtobuy-slider-col.b-howtobuy-slider-col-row {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}
@media only screen and (max-width: 700px) {
    .l-p__item__top {
        height: auto;
        padding: 30px 20px 20px 20px;
        background-color: #fff;
        display: block;
    }
    .l-p__item__img {
        width: 180px;
        min-width: 180px;
        height: auto;
        margin-right: 0;
        display: block;
        margin-bottom: 20px;
    }
    .p-but {
        margin: 0 auto 50px auto;
    }
}
@media only screen and (max-width: 650px) {
    .l-howtobuy-tabs {
        flex-direction: column;
        align-items: flex-start;
    }
    .l-howtobuy-tabs__item {
        padding: 13px 20px;
        width: 100%;
        text-align: center;
    }
}
.b-partners-page {

}

.b-objects.b-objects-page-objects.b-partners-page:after {
    display: none;
}







/* End */


/* Start:/local/templates/mainspecsmu_2016/styles.css?1617897445304*/
.complex_list_block table thead .table_sort.table_asc {
    transform: rotate(180deg);
}
.add_to_fav.active, .detail_add_to_fav.active {
    background: url(/local/templates/mainspecsmu_2016/./images/fav_yeallow.png) no-repeat;
}
.required.wrong {
    border-bottom: solid 1px red;
}

h1.b-flat__title {
    font-weight: 400 !important;
}
/* End */
/* /scripts/lib/jquery-selectric/public/selectric.css?15264750004299 */
/* /scripts/lib/magnific-popup/dist/magnific-popup.css?15791725206951 */
/* /scripts/lib/fotorama/fotorama.css?152647470015141 */
/* /scripts/lib/ion.rangeSlider/css/ion.rangeSlider.css?15264747603428 */
/* /local/templates/mainspecsmu_2016/css/unified.css?1636634069328712 */
/* /local/templates/mainspecsmu_2016/css/content-styles.css?1636633881922 */
/* /local/templates/mainspecsmu_2016/css/custom.css?16333399064764 */
/* /styles/app.css?16511535261003055 */
/* /local/templates/mainspecsmu_2016/styles.css?1617897445304 */
