
#house-modal-container-21.open, #house-modal-container-21.open {
  z-index: 10;
}

#house-modal-19 {
  position: absolute;
  z-index: 999;
  top: calc(88px + 1em);
  left: calc(10% + 1em);
  padding: 70px;
  background: rgba(26, 32, 45, 0.95);
  overflow: hidden;
  font-size: 40px;
  opacity: 0;
  color: #fff;
  box-shadow: 5px 5px 30px 5px rgba(26, 32, 45, 0.95);

}

.trigger-80 {
  cursor: pointer;
}

#house-modal-19 .position-plan-picture-19 {
  position: absolute;
  float: right;
  left: 35%;
  height: 230px;
  text-align: center;
  margin: -35px 0 35px 0;
  display: inline-flex;
  cursor: pointer;
}

#house-modal-19.no-overflow {
  overflow: hidden;
  overflow-y: hidden;
}

#house-modal-19 .close-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  padding: 5px;
  padding: 1vh;
  margin: 5px;
  margin: 0.5vh;
  font-size: 0;
  cursor: pointer;
}

#house-modal-19 .close-button svg {
  width: 32px;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#house-modal-19 .close-button:hover svg {
  opacity: 0.6;
}

#house-modal-19 .back-button {
  position: absolute;
  z-index: 99;
  top: -40px;
  right: 0;
  cursor: pointer;
}

#house-modal-19 .back-button .svg-back {
  width: 0.5em;
  height: 0.5em;
  margin: 0 5px -5px 0;
  margin: 0 0 -0.05em 0;
  background: url(/wp-content/themes/karikakra/img/back.svg);
  background-size: 32px 32px;
  background-size: 0.5em 0.5em;
  background-position: left center;
  background-repeat: no-repeat;
}

#house-modal-19 .back-button .svg-back,
#house-modal-19 .back-button .button-text {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#house-modal-19 .back-button .button-text {
  font-size: 0.5em;
  font-weight: 800;
  text-transform: uppercase;
}

#house-modal-19 .back-button:hover .svg-back,
#house-modal-19 .back-button:hover .button-text {
  opacity: 0.6;
}

#house-modal-19 a.regularBtnSmall {
  color: #1a202d !important;
  background: #eaeaeb !important;
  text-indent: -20px;
  border: 1px solid transparent;
}

#house-modal-19 .modal-tab-container {
  position: relative;
  height: 100%;
  max-width: 900px;
  max-width: 60vw;
  max-width: 1100px;
  min-height: 830px;
}

#house-modal-19 .modal-tab {
  opacity: 0;
}

#house-modal-19 .modal-tab:not(.initial-modal-tab) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#house-modal-19 .modal-tab.active {
  opacity: 1;
  z-index: 99;
}

#house-modal-19 .modal-tab.position-plan-tab-19 .position-plan {
  position: relative;
}

#house-modal-19 .modal-tab.position-plan-tab-19 .position-plan img {
  width: 100%;
  height: auto;
}

#house-modal-19 .modal-tab.position-plan-tab-19 .position-plan svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#house-modal-19 .modal-tab.position-plan-tab-19 .position-plan svg .box-marker {
  fill: #337ab7;
  fill-rule: evenodd;
  opacity: 0.1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#house-modal-19 .modal-tab.position-plan-tab-19 .position-plan svg .box-marker:hover {
  opacity: 0.7;
}

#house-modal-19 .house-selection {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 120%;
  text-align: center;
  margin: 0;
}

#house-modal-19 .house-selection .houses {
  top: 55%;
  transform: translateY(-50%);
  text-align: center;
}

#house-modal-19 .house-selection a {
  display: block;
}

#house-modal-19 .house-selection a.house-1,
#house-modal-19 .house-selection a.house-2 {
  font-size: 42px;
  background: rgba(255, 255, 255, 0.4);
  padding: 0.2em 2.5em;
  color: #1a202d;
  text-transform: uppercase;
  font-family: 'Fira Sans', sans-serif;
  margin-bottom: 15px;
}

#house-modal-19 .house-selection a.house-1.active,
#house-modal-19 .house-selection a.house-2.active {
  background: #ffffff;
}

#house-modal-19 .house-selection a.house-2 {
  margin-right: 0;
}

#house-modal-19 .house-selection .houses:hover a,
#house-modal-19 .house-selection .houses:hover a.active {
  background: rgba(255, 255, 255, 0.4);
}

#house-modal-19 .house-selection .houses:hover a:hover,
#house-modal-19 .house-selection .houses:hover a.active:hover {
  background: #ffffff;
}

#house-modal-19 h2 {
  color: #fff;
  font-size: 0.9em;
  padding: 0;
  margin: 0 0 15px;
}

#house-modal-19 .swiper-container {
  margin: 0 -40px;
  padding-bottom: 40px;
}

#house-modal-19 .swiper-container .swiper-button-prev,
#house-modal-19 .swiper-container .swiper-button-next {
  top: 50%;
  transform: translateY(-75%);
  width: 20px;
  height: 20px;
  margin: 0;
  background: none;
  padding: 0 25px 70px;
  background: url(/wp-content/themes/karikakra/img/next.svg);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

#house-modal-19 .swiper-container .swiper-button-prev {
  left: -10px;
  transform: rotate(180deg) translateY(75%);
}

#house-modal-19 .swiper-container .swiper-button-next {
  right: -10px;
}

#house-modal-19 .swiper-container .swiper-pagination {
  bottom: 0;
}

#house-modal-19 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

#house-modal-19 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 0.9;
}

#house-modal-19 .images {
  margin: -0.35em 0 0.5em;
}

#house-modal-19 .picture-slide {
  padding: 0 40px;
  text-align: center;
}

#house-modal-19 .picture {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
}


#house-modal-19 .picture.one-picture {
  float: none;
  width: 100%;
}

#house-modal-19 .picture.picture-left {
  padding-right: 20px;
}

#house-modal-19 .picture.picture-right {
  padding-left: 20px;
}

#house-modal-19 .picture.picture-right svg {
  left: 20px;
}

#house-modal-19 .picture img {
  width: 100%;
  height: auto;
}

#house-modal-19 .picture svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
}

#house-modal-19 .picture svg .box-marker {
  fill: #fff;
  fill-rule: evenodd;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#house-modal-19 .picture svg .box-marker[data-visible="true"] {
  opacity: 0.7;
}

#house-modal-19 .picture svg .box-marker:hover {
  opacity: 0.7;
}

#house-modal-19 .modal-house-wrapper {
  color: #fff;
}

#house-modal-19 .modal-house-wrapper h2,
#house-modal-19 .modal-house-wrapper h3 {
  color: #fff;
}

#house-modal-19 .modal-house-wrapper h3 {
  margin-top: 30px;
  padding-top: 0;
}

#house-modal-19 .modal-house-wrapper .wsre_table {
  width: 100%;
}

#house-modal-19 .modal-house-wrapper .wsre_table .desktop-theme {
  display: inline;
}

#house-modal-19 .modal-house-wrapper .wsre_table tr td:first-of-type {
  padding-left: 10px;
}

#house-modal-19 .modal-house-wrapper .wsre_table tbody tr:hover td,
#house-modal-19 .modal-house-wrapper .wsre_table tbody tr[data-visible="true"] td {
  background-color: #f3f3f3;
  color: #2a3447;
}

#house-modal-19 .modal-house-wrapper .wsre_table tbody tr:hover td a.regularBtnSmall,
#house-modal-19 .modal-house-wrapper .wsre_table tbody tr[data-visible="true"] td a.regularBtnSmall {
  border: 1px solid #1a202d;
}

#house-modal-19 .modal-house-wrapper .wsre_table tbody tr,
#house-modal-19 .modal-house-wrapper .wsre_table tbody td {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#house-modal-19 .modal-house-wrapper .wsre_table a.regularBtnSmall {
  color: #1a202d !important;
  background: #eaeaeb !important;
  text-indent: 0;
  border: 1px solid transparent;
  width: auto;
  float: left;
  padding: 5px 30px;
}

#house-modal-19 .detail-title {
  top: -70px;
  left: -70px;
}


#house-modal-19 .detail-title h1 {
  position: relative;
  display: inline-block;
  font-weight: 300;
  margin: 0;
  padding: 0.2em 0.2em;
  background: #fff;
  color: #2a3447;
  font-size: 3.8em;
  line-height: 0.95em;
  font-family: 'Fira Sans', sans-serif;
  text-align: left;
}

#house-modal-19 .detail-title h1 span {
  display: block;
  font-size: 0.2em;
  line-height: 1;
  font-weight: 300;
}


#house-modal-19 .position-plan-link-19 {
  transform: none;
  bottom: 0;
  vertical-align: bottom;
  font-size: 0.5em;
  line-height: 2.2;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#house-modal-19 .position-plan-link-19 .position-plan-icon {
  background: url(/wp-content/themes/karikakra/img/house-plan-ico.svg);
  width: 2em;
  height: 2em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

#house-modal-19 .position-plan-link-19:hover {
  opacity: 0.6;
}

#house-modal-19 .position-plan-link-19.mobile-theme {
  position: relative;
  font-size: 0.75em;
  margin-bottom: 0.5vw;
}


#house-modal-19 .position-plan-picture-19:hover {
  opacity: 0.6;
}

#house-modal-19 .house-tab .detail-title,
#house-modal-19 .position-plan-tab-19 .detail-title {
  display: inline-block;
}

#house-modal-19 .house-tab .detail-title h1,
#house-modal-19 .position-plan-tab-19 .detail-title h1 {
  position: relative;
  float: left;
  padding: 0.2em 0.2em;
  text-align: center;
}

#house-modal-19 .house-tab .detail-title h1 span,
#house-modal-19 .position-plan-tab-19 .detail-title h1 span {
  margin: 0;
  margin-top: 15px;
}

#house-modal-19 .detail-details {
  display: inline-block;
  position: relative;
  z-index: 999;
  margin-top: -1.5vh;
}

#house-modal-19 .detail-details ul,
#house-modal-19 .detail-details li {
  font-size: 0.7em;
  margin: 0;
  padding: 0;
  color: #fff;
}

#house-modal-19 .detail-details ul {
  display: table;
}

#house-modal-19 .detail-details li {
  display: table-row;
}

#house-modal-19 .detail-details li div {
  display: table-cell;
}

#house-modal-19 .detail-details li div:first-child {
  padding-right: 15%;
  padding-right: 4vh;
}

#house-modal-19 .detail-details li .title strong {
  text-transform: uppercase;
}

#house-modal-19 .detail-details li .title strong br {
  display: none;
}

#house-modal-19 .detail-details .buttons {
  position: absolute;
  top: 0;
  left: 270px;
}

#house-modal-19 .detail-details a.regularBtnSmall {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 2% 7%;
  font-size: 0.4em;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  color: #1a202d !important;
  background: #fff !important;
  text-indent: 0 !important;
  white-space: nowrap;
}

#house-modal-19 .detail-details a.regularBtnSmall:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  right: auto;
  top: 0.25em;
  margin-left: 0.625em;
  background: url(/wp-content/themes/karikakra/img/download.svg);
  background-repeat: no-repeat;
}

#house-modal-19 .detail-details a.regularBtnSmall.no-icon {
  text-indent: 0;
}

#house-modal-19 .detail-details a.regularBtnSmall.no-icon:after {
  display: none;
}

#house-modal-19 .detail-details a.regularBtnSmall:hover {
  background: rgba(255, 255, 255, 0.6) !important;
}

#house-modal-19 .floor-plan .title {
  position: absolute;
  bottom: 5px;
  color: #2a3447;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.5em;
  font-family: 'Fira Sans', sans-serif;
}

#house-modal-19 .floor-plan.floor-2 {
  position: absolute;
  left: 0;
  bottom: 15px;
  height: 45%;
  right: 0;
  background: white;
  cursor: pointer;
}

#house-modal-19 .floor-plan.floor-2 .img-container {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 3% 3% 4.2% 7.2%;
  background: #fff;
  box-sizing: border-box;
}

#house-modal-19 .floor-plan.floor-2 img {
  height: 100%;
  width: auto;
}

#house-modal-19 .floor-plan.floor-1 {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 15px;
  left: 0;
  text-align: right;
  cursor: pointer;
}

#house-modal-19 .floor-plan.floor-1 .bg-img-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
}

#house-modal-19 .floor-plan.floor-1 .bg-img-container .floor-image {
  position: absolute;
  top: 3.75%;
  left: 0;
  right: 0;
  bottom: 5.3%;
  z-index: 999;
  background: url(/wp-content/themes/karikakra/img/modal/house20/plan-20-1-floor-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#house-modal-19 .img-container {
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 1482px) {
  #house-modal-19 {
    top: calc(88px + 2.69905vw);
    right: 2.69905vw;
    left: calc(10% + 2.69905vw);
    max-width: 100%;
    padding: 4.72335vw;
  }

  #house-modal-19 .house-selection {
    left: calc(7.5em + 0.72335vw);
  }
}


@media only screen and (max-width: 600px) {
  #house-modal-19 .house-selection {
    text-align: center;
    width: 20vw;
    left: 50vw;
  }

  #house-modal-19 .house-selection a.house-1,
  #house-modal-19 .house-selection a.house-2 {
    font-size: 0.9em;
    text-align: center;
    display: block;
    float: none;
    margin: 0;
  }

  #house-modal-19 .detail-title h1 {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 767px) {
  #house-modal-container-19 {
    position: absolute;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }

  #house-modal-container-19.open {
    z-index: 99;
    max-height: 100%;
    max-width: 100%;
  }

  #house-modal-19 {
    font-size: 4.4vw;
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: #1a202d;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
  }

  #house-modal-19 .close-button {
    margin: 0;
    padding: 12px;
    -webkit-transform: translate3d(0, 0, 0);
  }

  #house-modal-19 .back-button {
    position: absolute;
    top: 17px;
    right: 55px;
    line-height: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }

  #house-modal-19 .back-button .svg-back {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 2px;
    margin-bottom: -1px;
  }

  #house-modal-19 .back-button .button-text {
    font-size: 20px;
    line-height: 20px;
  }

  #house-modal-19 .swiper-container .swiper-button-prev {
    left: 24px;
  }

  #house-modal-19 .swiper-container .swiper-button-next {
    right: 24px;
  }

  #house-modal-19 .house-selection {
    width: auto;
    left: 40vw;
  }

  #house-modal-19 .house-selection a.house-1,
  #house-modal-19 .house-selection a.house-2 {
    font-size: 0.9em;
    text-align: center;
    display: block;
    float: none;
    margin: 0;
  }

  #house-modal-19 .detail-title h1 {
    font-size: 4.5em;
  }

  #house-modal-19 .detail-title {
    top: -15px;
    left: -15px;
  }

  #house-modal-19 .detail-tab .detail-title {
    top: -21px;
    left: -15px;
  }

  #house-modal-19 .swiper-container {
    position: relative;
    z-index: 1;
    margin-top: 6vw;
  }

  #house-modal-19 .modal-house-wrapper .wsre_table .desktop-theme {
    display: none;
  }

  #house-modal-19 .modal-house-wrapper .table_container {
    margin-bottom: 24px;
    z-index: 2;
    position: relative;
  }

  #house-modal-19 .modal-house-wrapper .wsre_table {
    font-size: 1.7em;
  }

  #house-modal-19 .modal-house-wrapper .wsre_table .dollar-sign {
    display: none;
  }

  #house-modal-19 .modal-house-wrapper .wsre_table th {
    height: 35vw;
    white-space: nowrap;
    padding: 0;
  }

  #house-modal-19 .modal-house-wrapper .wsre_table th > div {
    transform: translate(0vw, 12vw) rotate(270.4deg);
    width: 8vw;
  }

  #house-modal-19 .modal-house-wrapper .wsre_table th > div > span {
    padding: 1vw 0.8vw;
  }

  #house-modal-19 .detail-details {
    display: block;
    margin-top: 0;
  }

  #house-modal-19 .detail-details ul,
  #house-modal-19 .detail-details li {
    font-size: 4.2vw;
  }

  #house-modal-19 .detail-details a.regularBtnSmall {
    margin-top: 5vw;
    font-size: 3.5vw;
  }

  #house-modal-19 .floor-plan.floor-1,
  #house-modal-19 .floor-plan.floor-2 {
    position: relative;
    width: auto;
    height: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: -1vw;
    -webkit-transform: translate3d(0, 0, 0);

  }

  #house-modal-19 .floor-plan.floor-1 .img-container,
  #house-modal-19 .floor-plan.floor-2 .img-container {
    position: relative;
    height: auto;
    padding: 4% 4% 10%;
    background: #fff;
    box-sizing: border-box;
  }

  #house-modal-19 .floor-plan.floor-1 .img-container img,
  #house-modal-19 .floor-plan.floor-2 .img-container img {
    height: auto;
    width: 100%;
  }

  #house-modal-19 .floor-plan.floor-1 .title,
  #house-modal-19 .floor-plan.floor-2 .title {
    font-size: 1em;
  }

  #house-modal-19 .floor-plan.floor-1 {
    top: 10vw;
  }

  #house-modal-19 .floor-plan.floor-2 {
    margin-top: 20vw;
    margin-bottom: 55vw;
  }

  #house-modal-container-19 .desktop-theme, #house-modal-container-19 .desktop-theme {
    display: none;
  }

  #house-modal-container-19 .mobile-theme {
    display: block;
  }

  #house-modal-19 .modal-tab:not(.initial-modal-tab) {
    top: 30px !important;
  }

  #house-modal-19 .modal-tab {
    -webkit-transform: translate3d(0, 0, 0);
  }

  #house-modal-19 .modal-tab.active,
  #house-modal-19 .modal-tab.next-active-tab {
    display: block;
  }


  #house-modal-19 .picture {
    width: 85%;
  }

  #house-modal-19 .position-plan-picture-19 {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  html[lang="ru-RU"] #house-modal-19 .modal-house-wrapper .wsre_table th {
    font-size: 0.92em;
  }

  #house-modal-container-19 .desktop-theme {
    display: block;
  }

  #house-modal-container-19 .mobile-theme {
    display: none;
  }

  #house-modal-19 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .6s ease;
  }
}

@media only screen and (max-width: 1100px) {
  #house-modal-19 {
    font-size: 3.6364vw;
  }
}

@media only screen and (max-width: 1250px) {
  #house-modal-19 .modal-house-wrapper .wsre_table a.regularBtnSmall {
    padding: 0.35vw 2.4vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1482px) {
  #house-modal-19 .back-button {
    top: -5vw;
    right: 24px;
  }

}

@media only screen and (min-width: 1000px) and (max-width: 1482px) {
  #house-modal-19 .position-plan-picture-19 {
    height: 220px;
    margin: -15px 0 35px 35px;
  }

}



.dev-tool {
  left: 20%;
}