@charset "UTF-8";
#tjs_3dfullhdhouse_cont {
  position: fixed;
  background: #FFF;
  z-index: 2;
  top: 130px;
  width: 100vw;
  left: 79px;
  /* right: 0; */
  padding: 25px; }
#tjs_3dfullhdhouse_cont .ts_housecon_cont {
  margin-left: 0 !important;
  margin-right: 0 !important; }
#tjs_3dfullhdhouse_cont .ts_housecon_cont .ts_tabs_contents, #tjs_3dfullhdhouse_cont .ts_housecon_cont .ts_canvas_cont {
  height: calc(100vh - 238px); }
#tjs_3dfullhdhouse_cont .ts_tabs_lblheader {
  margin: 0;
  font-size: 35px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }

body {
  overflow-y: hidden; }

.ts_3dh_preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center; }
.ts_3dh_preloader .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
.ts_3dh_preloader .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px; }
.ts_3dh_preloader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px; }
.ts_3dh_preloader .lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }
.ts_3dh_preloader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }
.ts_3dh_preloader .lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }
.ts_3dh_preloader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }
.ts_3dh_preloader .lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }
.ts_3dh_preloader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }
.ts_3dh_preloader .lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }
.ts_3dh_preloader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }
.ts_3dh_preloader .lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }
.ts_3dh_preloader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }
.ts_3dh_preloader .lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }
.ts_3dh_preloader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }
.ts_3dh_preloader .lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }
.ts_3dh_preloader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }
.ts_3dh_preloader .lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }
.ts_3dh_preloader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }
@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.ts_housecon_cont {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-areas: "a a" "b c"; }
@media screen and (max-width: 771px) {
  .ts_housecon_cont {
    flex-direction: column-reverse; } }
.ts_housecon_cont .ts_tabs_headers {
  display: flex;
  margin-bottom: 16px;
  grid-area: a;
  /*overflow-x: scroll;*/
  overflow-x: auto; }
.ts_housecon_cont .ts_tabs_headers .ts_tabs_ctb {
  background: #FFF;
  color: #3b447d;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3b447d;
  border-radius: 7px;
  padding: 4px 8px;
  margin-right: 16px;
  /*padding: 16px 32px;*/
  /*@media screen and (max-width: 771px) {
  	width: 122px;
  	justify-content: flex-start;
  	padding: 4px;
  	svg {
  		width: 24px;
  		height: 24px;
  	}
  }*/ }
.ts_housecon_cont .ts_tabs_headers .ts_tabs_ctb svg {
  width: 32px;
  height: 32px; }
.ts_housecon_cont .ts_tabs_headers .ts_tabs_ctb svg path[d="M0 5C0 2.23858 2.23858 0 5 0H75C77.7614 0 80 2.23858 80 5V75C80 77.7614 77.7614 80 75 80H5C2.23858 80 0 77.7614 0 75V5Z"] {
  fill: transparent !important; }
.ts_housecon_cont .ts_tabs_headers .ts_tabs_ctb span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  width: 85px;
  margin-left: 16px; }
@media screen and (max-width: 771px) {
  .ts_housecon_cont .ts_tabs_headers .ts_tabs_ctb span {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; } }
.ts_housecon_cont .ts_tabs_headers .ts_tabs_ctb.ts_active {
  background: #f8843c;
  border: 1px solid #f8843c; }
.ts_housecon_cont .ts_tabs_contents {
  grid-area: b;
  background: #FFF;
  min-height: 450px;
  width: 489px;
  padding: 16px 0px;
  max-width: 626px;
  height: calc($canWidth - 32px);
  overflow-y: scroll;
  /*.ts_tabscloser {
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 40px;
  	height: 40px;
  	cursor: pointer;
  	color: #3b447d;
  	
  	&:hover {
  		background: #3b447d;
  		color: white;
  	}
  	
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-weight: bold;
  	font-size: 19px;
  }*/ }
.ts_housecon_cont .ts_tabs_contents .ts_ctab_section > span {
  color: #000;
  /* с,ж параметры */
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }
.ts_housecon_cont .ts_tabs_contents .ts_ctab_section .ts_ctab_selimg {
  width: 150px;
  height: 100px;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative; }
.ts_housecon_cont .ts_tabs_contents .ts_ctab_section .ts_ctab_selimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid transparent;
  border-radius: 5px; }
.ts_housecon_cont .ts_tabs_contents .ts_ctab_section .ts_ctab_selimg.ts_selected:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 2;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_21_1075)'%3E%3Ccircle cx='16' cy='16' r='16' fill='white'/%3E%3Cpath d='M16 0C7.1635 0 0 7.1635 0 16C0 24.837 7.1635 32 16 32C24.837 32 32 24.837 32 16C32 7.1635 24.837 0 16 0ZM16 30.0315C8.2805 30.0315 2 23.7195 2 15.9999C2 8.28044 8.2805 1.99994 16 1.99994C23.7195 1.99994 30 8.28047 30 15.9999C30 23.7194 23.7195 30.0315 16 30.0315ZM22.3855 10.1455L12.998 19.592L8.77047 15.3645C8.37997 14.974 7.74697 14.974 7.35597 15.3645C6.96547 15.755 6.96547 16.388 7.35597 16.7785L12.3055 21.7285C12.696 22.1185 13.329 22.1185 13.72 21.7285C13.765 21.6835 13.8035 21.6345 13.8385 21.5835L23.8005 11.56C24.1905 11.1695 24.1905 10.5365 23.8005 10.1455C23.4095 9.755 22.7765 9.755 22.3855 10.1455Z' fill='%23F8843C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_21_1075'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  top: 4px;
  right: 4px; }
.ts_housecon_cont .ts_tabs_contents .ts_ctab_section .ts_ctab_batons {
  display: flex;
  flex-wrap: wrap; }
.ts_housecon_cont .ts_tabs_contents .ts_ctab_section .ts_ctab_batons .ts_ctab_btn {
  width: 150px;
  height: 67px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  position: relative; }
.ts_housecon_cont .ts_tabs_contents .ts_ctab_section .ts_ctab_batons .ts_ctab_btn.ts_selected {
  border: 2px solid #F8843C; }
.ts_housecon_cont .ts_tabs_contents .ts_ctab_section .ts_ctab_batons .ts_ctab_btn.ts_selected:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTZfMTAzMikiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEyIiBmaWxsPSJ3aGl0ZSIvPjxwYXRoIGQ9Ik0xMiAwQzUuMzcyNjIgMCAwIDUuMzcyNjIgMCAxMkMwIDE4LjYyNzggNS4zNzI2MiAyNCAxMiAyNEMxOC42Mjc4IDI0IDI0IDE4LjYyNzggMjQgMTJDMjQgNS4zNzI2MiAxOC42Mjc4IDAgMTIgMFpNMTIgMjIuNTIzNkM2LjIxMDM3IDIyLjUyMzYgMS41IDE3Ljc4OTYgMS41IDEyQzEuNSA2LjIxMDMzIDYuMjEwMzcgMS40OTk5NSAxMiAxLjQ5OTk1QzE3Ljc4OTYgMS40OTk5NSAyMi41IDYuMjEwMzUgMjIuNSAxMkMyMi41IDE3Ljc4OTYgMTcuNzg5NiAyMi41MjM2IDEyIDIyLjUyMzZaTTE2Ljc4OTEgNy42MDkxM0w5Ljc0ODQ4IDE0LjY5NEw2LjU3Nzg1IDExLjUyMzRDNi4yODQ5OCAxMS4yMzA1IDUuODEwMjMgMTEuMjMwNSA1LjUxNjk4IDExLjUyMzRDNS4yMjQxIDExLjgxNjIgNS4yMjQxIDEyLjI5MSA1LjUxNjk4IDEyLjU4MzlMOS4yMjkxIDE2LjI5NjRDOS41MjE5OCAxNi41ODg5IDkuOTk2NzMgMTYuNTg4OSAxMC4yOSAxNi4yOTY0QzEwLjMyMzcgMTYuMjYyNiAxMC4zNTI2IDE2LjIyNTkgMTAuMzc4OSAxNi4xODc2TDE3Ljg1MDQgOC42Njk5OEMxOC4xNDI5IDguMzc3MSAxOC4xNDI5IDcuOTAyMzUgMTcuODUwNCA3LjYwOTEzQzE3LjU1NzEgNy4zMTYyNSAxNy4wODI0IDcuMzE2MjUgMTYuNzg5MSA3LjYwOTEzWiIgZmlsbD0iI0Y4ODQzQyIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE2XzEwMzIiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4K") no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  z-index: 2; }
.ts_housecon_cont .ts_tabs_contents .ts_ctab_section .ts_ctab_batons .ts_ctab_btn img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.ts_housecon_cont .ts_tabs_contents .ts_tabc {
  cursor: pointer;
  width: 250px; }
.ts_housecon_cont .ts_tabs_contents .ts_tabc.ts_selected .ts_name {
  color: #f8843c; }
.ts_housecon_cont .ts_tabs_contents .ts_tabc .ts_imag {
  width: 250px;
  height: 250px; }
.ts_housecon_cont .ts_tabs_contents .ts_tabc .ts_imag img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.ts_housecon_cont .ts_tabs_contents .ts_tabc .ts_name {
  font-weight: bold;
  line-height: 1;
  padding: 2px 4px;
  text-align: center; }
.ts_housecon_cont .ts_tabs_contents .ts_tabc .tc_price {
  padding: 0 4px; }
.ts_housecon_cont .ts_canvas_cont {
  grid-area: c;
  position: relative;
  height: 791px; }
@media screen and (max-width: 771px) {
  .ts_housecon_cont .ts_canvas_cont {
    width: 100%;
    height: 360px; } }
.ts_housecon_cont .ts_canvas_cont .ts_gaming_popup {
  position: absolute;
  background: #3b447d;
  width: 220px;
  color: #FFF;
  top: 15px;
  left: 15px;
  border: 1px solid #3b447d;
  border-radius: 12px;
  padding: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px; }
.ts_housecon_cont .ts_canvas_cont .ts_gaming_popup__close {
  position: relative;
  top: -3px;
  right: -96%;
  width: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer; }
.ts_housecon_cont .ts_canvas_cont .ts_gaming_popup__text {
  position: relative;
  top: -6px;
  left: 6px;
  right: 0;
  line-height: 15px; }
.ts_housecon_cont .ts_canvas_cont .ts_hswitch_btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 4;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 15px; }
.ts_housecon_cont .ts_canvas_cont .ts_hswitch_btn .ts_hswitch_btn_elm {
  border-radius: 5px;
  cursor: pointer;
  width: 72px;
  height: 72px;
  background-size: contain !important; }
.ts_housecon_cont .ts_canvas_cont .ts_hswitch_btn .ts_hswitch_btn_elm.selected {
  border: 3px solid #f8843c; }
.ts_housecon_cont .ts_canvas_cont .ts_canvasvw {
  width: 100% !important;
  height: 100% !important;
  background: #ccc; }

.header-middle-block {
  display: none; }

/*# sourceMappingURL=styles.min.css.map */
