header {
  right: 0 !important;
}
.slider-controls.house-home-nav {
  display: none;
}
.page-wrapper {
  margin-right: 0 !important;
}
.house-home {
  line-height: 0;
}
house-fixed.house-fixed {
  min-width: 408px;
}
h1.catalog-data-title {
  font: normal 700 30px/45px var(--title-font);
  color: var(--text-color);
}
div.catalog-data-title {
  display: block;
  font-family: var(--title-font);
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
}
.catalog-archive-text {
  font: normal 600 14px/21px var(--text-font);
  text-transform: uppercase;
  color: var(--main-color);
  margin: 0 0 0 4px;
}
div.catalog-detail_promo-in-menu {
  margin-top: 18px;
}
.house-home-nav.slider-controls button.next .b {
  -webkit-transform-origin: 94% 50%;
  -ms-transform-origin: 94% 50%;
  transform-origin: 94% 50%;
}
.house-home-nav.slider-controls button.prev .b {
  -webkit-transform-origin: 6% 50%;
  -ms-transform-origin: 6% 50%;
  transform-origin: 6% 50%;
}
@media (max-width: 480px) {
  h1.catalog-data-title {
    font-size: 22px;
  }
  div.catalog-data-title {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 370px) {
  h1.catalog-data-title {
    width: unset;
  }
}
.all-replaceable {
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0.2s,
    -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0.2s,
    -webkit-transform 0.5s ease 0s;
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
.all-replaceable.hide {
  -webkit-transform: translateY(-25px) translateZ(0);
  transform: translateY(-25px) translateZ(0);
  opacity: 0;
}
.house-home {
  padding: 0;
  position: relative;
}
.house-home.hide {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
.house-home .bg {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .house-home {
    height: initial;
  }
  .house-home.calc_active,
  .house-home.calc_active_ {
    z-index: 80;
  }
}
.house-short .container {
  position: relative;
}
.house-short-link-wrap {
  margin-top: 42px;
}
.house-short-links {
  margin-top: 10px;
  font-family: var(--title-font);
  line-height: 1.25;
}
.house-short-links-title {
  font-size: 16px;
  color: var(--dark-grey-color);
  display: block;
}
.house-short-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: var(--dark-grey-color);
  margin-right: 25px;
  position: relative;
  float: left;
  margin-bottom: 15px;
}
.house-short-link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--main-color);
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.house-short-link:hover:after {
  height: 0;
}
.house-short-icon {
  padding: 20px 0;
}
.all-replaceable_promo-in-menu {
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0s ease 0s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0s ease 0s;
  -o-transition: transform 0s ease 0s, opacity 0.5s ease 0.2s;
  transition: transform 0s ease 0s, opacity 0.5s ease 0.2s;
  transition: transform 0s ease 0s, opacity 0.5s ease 0.2s,
    -webkit-transform 0s ease 0s;
  transition: transform 0s ease 0s, opacity 0.5s ease 0.2s,
    -webkit-transform 0s ease 0s;
}
.all-replaceable_promo-in-menu.hide {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
.all-replaceable_promo-on-render {
  display: none;
}

/* new menu-popup */

.redbanner-show .house-fixed {
  margin-top: 170px;
}
.house-fixed {
  margin-top: 110px;
}
.house-fixed .inner {
  padding: 0 130px 10px 20px;
}
.house-fixed .inner button {
  display: block;
}
.house-fixed-plus {
  top: 59px;
  width: unset;
  white-space: nowrap;
}
.house-fixed-plus-new-btn {
  position: relative;
  background: #ebebe4;
  width: 140px;
  padding: 9px 0 11px 0;
}
.house-fixed-plus-new-btn .title {
  font: 700 14px/24px var(--text-font);
  text-transform: uppercase;
  color: var(--text-color);
}
.house-fixed .arrow {
  position: absolute;
  display: block;
  width: 13px;
  height: 10px;
  background: url(/assets/resources/images/catalog-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.house-type {
  padding-left: 6px;
  margin-bottom: 3px;
}
.type-arrow {
  position: relative;
  margin-right: 7px;
}
.type-arrow::after,
.type-arrow::before {
  content: "";
  position: absolute;
  right: 0;
  width: 5px;
  height: 1px;
  background: var(--dark-grey-color);
}
.type-arrow::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}
.type-arrow::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 8.7px;
}
.house-fixed-plus-new-btn:first-child .arrow {
  top: 17px;
  right: 32px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.house-fixed-plus-new-btn:last-child {
  padding-right: 22px;
}
.house-fixed-plus-new-btn:first-child {
  padding-right: 22px;
}
.house-fixed-plus-new-btn:last-child .arrow {
  top: 17px;
  right: 15px;
}
.house-fixed-plus-new-btn.active .arrow {
  top: 14px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.house-fixed-plus-new-btn.active {
  background: var(--block-background);
}
.house-menu-item {
  padding: 28px 0 24px 0;
  position: relative;
}
.house-menu-link {
  position: relative;
}
.house-menu-link:after {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 1px solid #ebebe5;
}
.house-menu-link {
  display: block;
  font: 700 16px var(--title-font);
  color: var(--text-color);
  margin: 0 55px 0 45px;
  padding-left: 20px;
}
.popup-house {
  padding-top: 25px;
}
.popup-house.popup-content.menu {
  padding: 8px 0 0 0;
}
.house-menu-item:hover .house-menu-link:after {
  display: none;
}
.house-menu-item:hover {
  background: #ebebe5;
}
.inner.overflow.l-fixed {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.menu-list-title {
  font: 400 14px/24px var(--title-font);
  color: var(--grey-color);
  margin: 0 55px 0 65px;
}
.side-price,
.side-price .num,
.side-price .roub {
  font-size: 22px;
  color: var(--main-color);
  font-weight: 600;
}
.side-price .num {
  letter-spacing: 0;
}
.long-name-style h1.catalog-data-title {
    font-size: 21px;
    text-align: start;
    white-space: nowrap;
}
@media (min-width: 1000px) {
  .house-fixed-plus {
    top: 94px;
  }
  house-fixed.house-fixed,
  house-fixed.house-fixed.hidden,
  house-fixed.house-fixed.hidden_ {
    opacity: 1 !important;
    z-index: 100;
    right: 0 !important;
  }
  .popup.side-popup {
    -webkit-transition: opacity 0.3s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    transition: opacity 0.3s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.6s ease 0s,
      bottom 0s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    transition: opacity 0.3s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.6s ease 0s,
      bottom 0s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.6s ease 0s, bottom 0s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.6s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.6s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
  }
  .popup.side-popup.active {
    -webkit-transition: opacity 0.3s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    transition: opacity 0.3s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.6s ease 0s,
      bottom 0s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    transition: opacity 0.3s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.6s ease 0s,
      bottom 0s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.6s ease 0s, bottom 0s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.6s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.6s ease 0s, bottom 0s ease 0s,
      -webkit-transform 0.6s ease 0s;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .popup.active .popup-house .house-calculator {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .popup-house .catalog-data-title,
  .popup-house .type {
    display: none;
  }
  .house-fixed .inner {
    height: 138px;
  }
  .menu-list-title {
    display: none;
  }
  .house-short .item.right {
    position: relative;
    display: block;
    width: calc(32.3% - 40px);
    margin-top: 10px;
  }
  .side-price .roub {
    margin-left: 0;
  }
  .side-popup.s-house {
    max-width: 500px;
  }
  .house-fixed {
    max-width: 500px;
  }
  house-popup.side-popup {
    max-width: 500px;
  }
  .house-fixed ._heading {
    -webkit-transform: translateY(0) translateZ(0) !important;
    transform: translateY(0) translateZ(0) !important;
    padding: 20px 10px 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  .house-fixed ._heading .catalog-data-title {
    margin-right: 0;
    letter-spacing: 0;
    margin-bottom: 7px;
    margin-left: 4px;
  }
  .all-replaceable_promo-on-render {
    display: block;
    -webkit-transition: 0.3s opacity 0.75s !important;
    -o-transition: 0.3s opacity 0.75s !important;
    transition: 0.3s opacity 0.75s !important;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
  }
  .all-replaceable_promo-on-render.hide {
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    opacity: 0 !important;
    -webkit-transition: 0s opacity !important;
    -o-transition: 0s opacity !important;
    transition: 0s opacity !important;
  }

  /*preload default height to popup slider*/

  .fancybox-slider-wrapper .slider {
    min-height: 492px;
    max-height: 650px;
  }
}
@media screen and (max-width: 999px) {
    .long-name-style h1.catalog-data-title {
        font-size: 30px;
      }
}
@media (max-width: 768px) {
  .house-menu-item {
    padding: 14px 0 14px 0;
  }
  .house-menu-link:after {
    top: 37px;
  }
  .house-menu-item:after {
    position: absolute;
    left: 0;
    top: 46px;
    width: 96%;
    margin-left: 2%;
    content: "";
    border-bottom: 1px solid #ebebe5;
  }
  .house-menu-link:after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
    .long-name-style h1.catalog-data-title {
        font-size: 18px;
        white-space: normal;
    }
}
@media (max-width: 640px) {
  .house-fixed .inner {
    padding: 0 0 10px 20px;
  }
  .burger {
    display: block;
    position: absolute;
    left: 11px;
    top: 17px;
  }
  .house-fixed-plus {
    top: 56.4px;
  }
  .house-fixed-plus-new-btn {
    padding: 10px 0 10px 0;
    width: 120px;
  }
  .house-fixed-plus-new-btn:last-child {
    padding-right: 0;
    padding-left: 18px;
  }
  .burger span {
    width: 11px;
    height: 2px;
    background: var(--text-color);
    display: block;
    margin-bottom: 2px;
  }
  .house-fixed-plus-new-btn:last-child .arrow {
    display: none;
  }
  .house-fixed-plus-new-btn:first-child {
    width: 44px;
    height: 44px;
  }
  .house-fixed-plus-new-btn:first-child .title {
    visibility: hidden;
  }
  .house-fixed-plus-new-btn:first-child .arrow {
    width: 15px;
    right: 15px;
    top: 18px;
  }
  .house-type {
    margin-bottom: 4px;
  }
  h1.catalog-data-title {
    letter-spacing: 0;
  }
  .long-name-style h1.catalog-data-title {
    line-height: 130%;
}
}
@media screen and (max-width: 480px) {
    .long-name-style h1.catalog-data-title {
        width: 60%;
    }
}
@media (max-width: 350px) {
  .house-fixed-plus {
    top: 57px;
  }
  .house-fixed .inner {
    padding: 0 0 10px 10px;
  }
  .side-price,
  .side-price .num,
  .side-price .roub {
    font-size: 18px;
  }
  .long-name-style h1.catalog-data-title {
    font-size: 16px;
}
  .side-price {
    margin-top: 2px;
    margin-bottom: 7px;
  }
}

/*preload default width to highlight button*/
.switch .highlight {
  width: 140px;
}
.planning .furniture-overlay {
  position: relative;
}
.house-gallery {
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.house-gallery .wrapper {
  display: table;
  padding-top: 145px;
  padding-bottom: 145px;
}
.house-gallery-title {
  line-height: 1;
}
.house-gallery-title-wrap {
  margin-bottom: 43px;
}
.gallery-line {
  display: inline-block;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-image-wrapper {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.gallery-image {
  display: inline-block;
  width: 98%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
  margin: auto;
}
.gallery-item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: inherit;
}
._big {
  margin-top: 5px;
}
._big .gallery-image-wrapper {
  height: 474px;
}
._big ._one {
  width: 25%;
}
._big ._one._two .gallery-image-wrapper {
  height: 229px;
  margin-bottom: 15px;
}
._big ._four {
  width: 50%;
}
._mini {
  margin-top: -2px;
}
._mini .gallery-image-wrapper {
  height: 228px;
  display: inline-block;
}
._mini ._one {
  width: 50%;
}
._mini ._two .gallery-image-wrapper {
  width: 50%;
  float: left;
  overflow: hidden;
}
.fancybox-section .gallery-inner {
  padding: 0 !important;
}
.fancybox-section .close {
  width: 40px;
  height: 40px;
  background-color: var(--background);
  border-radius: 50px;
  z-index: 6;
}
.fancybox-wrapper .slider-controls.s-fancybox {
  z-index: 5;
}
.house-home-nav-button,
.slider-controls.s-fancybox button {
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider-controls.s-fancybox button {
  max-height: 75px;
  max-width: 75px;
}
.house-home-nav-button {
  max-height: 64px;
  max-width: 148px;
}
button.house-home-nav-button {
  background-color: var(--tab-color);
}
button.house-home-nav-button:hover {
  background-color: #ebebe5;
}
button.house-home-nav-button:hover .btn-text {
  color: var(--text-color);
}
button.house-home-nav-button .btn-text {
  font: 600 12px/16px var(--text-font);
  text-transform: uppercase;
  color: var(--background);
  max-width: 87px;
  text-align: start;
  -webkit-transition: color 0.45s;
  -o-transition: color 0.45s;
  transition: color 0.45s;
}
button.house-home-nav-button.next .btn-text {
  padding-left: 19px;
}
button.house-home-nav-button.prev .btn-text {
  padding-left: 41px;
}
.slider-controls.house-home-nav button.prev .b {
  left: 14px;
  top: 30px;
  margin: 0;
}
.slider-controls.house-home-nav button.next .b {
  left: 115px;
  top: 30px;
  margin: 0;
}
button.house-home-nav-button .b {
  width: 20px;
  background-color: var(--background);
  -webkit-transition: background-color 0.45s;
  -o-transition: background-color 0.45s;
  transition: background-color 0.45s;
}
button.house-home-nav-button:hover .b {
  background-color: var(--text-color) !important;
}
@media screen and (min-width: 1200px) {
    .gallery-line {
        margin-left: -15px;
    }
}
@media (min-width: 1000px) {
  .house-home-nav {
    position: absolute;
    width: 100%;
    -webkit-transition: width 0.35s ease 0.3s, background-color 0.6s ease 0s;
    -o-transition: width 0.35s ease 0.3s, background-color 0.6s ease 0s;
    transition: width 0.35s ease 0.3s, background-color 0.6s ease 0s;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 999px) {
  .house-gallery .wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .house-gallery-title-wrap {
    margin-bottom: 20px;
  }
  .gallery-line {
    width: 101%;
  }
  ._mini {
    margin-top: -5px;
  }
  ._mini .gallery-image-wrapper {
    height: 157px;
  }
  ._big .gallery-image-wrapper {
    height: 334px;
  }
  ._big ._one._two .gallery-image-wrapper {
    height: 159px;
    margin-bottom: 15px;
  }
  .slider-controls.s-fancybox button {
    max-width: 50px;
  }
  .slider-controls.s-fancybox button {
    max-height: 50px;
  }
  .slider-controls.s-fancybox .next .b {
    -webkit-transform-origin: 100% 80%;
    -ms-transform-origin: 100% 80%;
    transform-origin: 100% 80%;
    right: 2px;
  }
  .slider-controls.s-fancybox .prev .b {
    -webkit-transform-origin: 5% 75%;
    -ms-transform-origin: 5% 75%;
    transform-origin: 5% 75%;
    left: 1px;
  }
  .house-home-nav-button {
    max-height: 52px;
    max-width: 114px;
  }
  button.house-home-nav-button .btn-text {
    font: 600 10px/13px var(--text-font);
    padding-left: 14px;
  }
  .slider-controls.house-home-nav button.prev .b {
    left: 13px;
    top: 26px;
  }
  .slider-controls.house-home-nav button.next .b {
    left: 13px;
    top: 26px;
  }
  button.house-home-nav-button .btn-text {
    display: none;
  }
  .house-home-nav-button.next,
  .house-home-nav-button.prev {
    max-height: 52px;
    max-width: 40px;
  }
  .house-home-nav button.house-home-nav-button .b {
    width: 15px;
  }
  .house-home-nav .prev.house-home-nav-button .b {
    left: 0;
  }
  .house-home-nav .next.house-home-nav-button .b {
    right: 0;
  }
  .house-fixed{
    margin-top: 0 !important; 
  }
}
@media (max-width: 640px) {
  .gallery-image {
    left: 10px;
  }
  ._mini {
    margin-top: -4px;
  }
  ._mini .gallery-image-wrapper {
    height: 105px;
  }
  ._big {
    margin-top: -4px;
  }
  ._big .gallery-image-wrapper {
    height: 217px;
  }
  ._big ._one._two .gallery-image-wrapper {
    height: 105px;
    margin-bottom: 7.5px;
  }
}
@media (max-width: 425px) {
  .gallery-line {
    width: 103%;
  }
  ._mini .gallery-image-wrapper {
    height: 80px;
  }
  ._big .gallery-image-wrapper {
    height: 165.5px;
  }
  ._big ._one._two .gallery-image-wrapper {
    height: 79px;
  }
}
.gallery-area .slider {
  width: 100%;
}

.gallery-area .slider {
  padding-top: 57%;
}
.scroll-down:before {
  left: 0;
  top: 6px;
  width: 13px;
  height: 8px;
  background-repeat: no-repeat;
}
