

/* Start:/local/components/profitbase/widget/templates/.default/style.css?177513773494477*/
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.app_widget {
  --color_system_0: #ffffff;
  --color_system_1: #000000;
  --color1: #ffba50;
  --color2: #4b3620;
  --color3: #006e90;
  --color4: #adcad6;
  --color5: #41bbd9;
  --btn_color_backgroud: var(--color3);
  --btn_hover_color_backgroud: var(--color5);
}
.app_widget .transition_linear {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.app_widget .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  transition: all 0.2s ease;
  background-color: var(--color3);
  border: 1px solid var(--color_system_0);
  color: var(--color_system_0);
}
.app_widget .btn .text_hover {
  display: none;
}
.app_widget .btn.active,
.app_widget .btn:hover {
  background-color: var(--color1);
  border: 1px solid var(--color2);
  color: var(--color2);
}
.app_widget .btn.active .text,
.app_widget .btn:hover .text {
  display: none;
}
.app_widget .btn.active .text_hover,
.app_widget .btn:hover .text_hover {
  display: block;
}
.app_widget .btn.btn-grey {
  background-color: #f7f7f7;
  color: grey;
  white-space: nowrap;
  text-decoration: none;
  margin: auto auto auto 0;
  padding: 6px 12px 5px 12px;
  border: 1px solid #d4d6da;
  border-radius: 5px;
}
.app_widget .btn.btn-grey svg {
  width: 25px;
  height: 21px;
  fill: grey;
  margin: auto;
}
.app_widget .btn.btn-grey:hover {
  background-color: #f1f1f1;
  border-color: #d4d6da;
}
.app_widget .btn.btn-grey:hover svg {
  fill: #000;
}
.app_widget .btn.view_form {
  width: 100%;
  margin-right: 20px;
}
.app_widget .btn.btn-optional-filter span {
  margin: auto;
  margin-left: 10px;
}
.app_widget .btn.btn-optional-filter svg {
  fill: var(--color_system_0);
  width: 16px;
}
.app_widget .btn.btn-optional-filter:hover svg {
  fill: var(--color2);
}
.app_widget .btn.btn-search {
  text-transform: uppercase;
}
.app_widget .widget_header {
  position: relative;
  display: flex;
  background: var(--color4);
  height: 50px;
  z-index: 5;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.37);
}
@media (min-width: 768px) {
  .app_widget .widget_header {
    background: var(--color_system_0);
  }
}
.app_widget .widget_header .logo {
  position: relative;
  display: flex;
  padding: 5px;
}
.app_widget .widget_header .logo svg {
  height: 100%;
  margin: auto 0;
}
.app_widget .widget_header .back {
  width: 50px;
  position: relative;
  display: flex;
  cursor: pointer;
  background-color: var(--btn_color_backgroud);
}
.app_widget .widget_header .back:after {
  content: '';
  border-color: #FFF;
  z-index: 2;
  border: solid #FFF;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 9px);
}
.app_widget .widget_header .back:hover {
  background-color: var(--btn_hover_color_backgroud);
}
.app_widget .widget_header .svg_block {
  width: 50px;
  position: relative;
  cursor: pointer;
  margin-left: 15px;
}
.app_widget .widget_header .svg_block svg {
  margin: auto;
  fill: var(--btn_color_backgroud);
}
.app_widget .widget_header .svg_block:hover svg {
  fill: var(--btn_hover_color_backgroud);
}
.app_widget .widget_header .comparison_num {
  position: absolute;
  background: var(--btn_color_backgroud);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  color: #FFF;
  text-align: center;
  line-height: 15px;
  bottom: 2px;
  right: 3px;
  font-size: 12px;
  font-weight: 600;
}
.app_widget .widget_header .home_list {
  width: auto;
  min-width: 375px;
  position: relative;
}
.app_widget .widget_header .home_list .select_object {
  width: 100%;
  font-size: 16px;
  padding: 15px 0;
  line-height: 18px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  z-index: 12;
}
.app_widget .widget_header .home_list .select_object .photo {
  width: 50px;
  height: 50px;
  background-color: #ccc;
}
.app_widget .widget_header .home_list .select_object .info {
  width: 100%;
  margin-left: 10px;
}
.app_widget .widget_header .home_list .select_object .info .title {
  font-size: 19px;
  margin-right: 20px;
}
.app_widget .widget_header .home_list .select_object .info .adress {
  margin-right: 20px;
}
.app_widget .widget_header .home_list .select_object .info .deadline {
  margin-right: 50px;
}
.app_widget .widget_header .home_list .select_object:hover {
  border: 1px solid #d1d1d1;
}
.app_widget .widget_header .home_list .list_home {
  position: absolute;
  background: #FFF;
  width: 100%;
  z-index: 12;
  padding: 0;
  margin: 0;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.app_widget .widget_header .home_list .list_home.active {
  display: block;
}
.app_widget .widget_header .home_list .list_home li {
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 16px;
  padding: 2px;
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.app_widget .widget_header .home_list .list_home li:nth-last-child(1) {
  border-bottom: 1px solid #f1f1f1;
}
.app_widget .widget_header .home_list .list_home li .photo {
  width: 50px;
  height: 50px;
  background-color: #ccc;
}
.app_widget .widget_header .home_list .list_home li .info {
  width: 100%;
  margin: 0 10px;
  padding: 5px 0;
}
.app_widget .widget_header .home_list .list_home li .info .object {
  width: auto;
}
.app_widget .widget_header .home_list .list_home li .info .object .title {
  font-size: 19px;
}
.app_widget .widget_header .home_list .list_home li .info .pricing {
  margin-left: auto;
}
.app_widget .widget_header .home_list .list_home li.active,
.app_widget .widget_header .home_list .list_home li:hover {
  border: 1px solid #d1d1d1;
  background: #f1f1f1;
}
.app_widget .widget_header .view_list {
  width: 20%;
  position: relative;
}
.app_widget .widget_header .view_list select {
  background: 0 0!important;
  color: var(--color3);
  border-color: var(--color3);
  padding: 5px;
  border-radius: 0;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.app_widget .widget_header .view_list select option {
  background: var(--color3);
  border-color: #fff;
  outline: none;
  color: #FFF;
  font-weight: 600;
  padding: 5px;
}
.app_widget .widget_header .phone {
  margin-left: auto;
}
.app_widget .widget_header .phone a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  padding: 10px;
  display: block;
  margin: auto 20px;
}
.app_widget .widget_header .phone a svg {
  width: 18px;
  height: 18px;
  margin: auto 10px;
}
.app_widget .widget_header .phone a:hover {
  color: var(--color3);
}
.app_widget .widget_header .phone a:hover svg path {
  fill: var(--color3);
}
.app_widget .widget_header .close_iframe {
  position: relative;
  display: flex;
  cursor: pointer;
  background-size: 20px;
  font-weight: 600;
}
.app_widget .widget_header .close_iframe span {
  margin: auto;
  margin-right: 25px;
}
.app_widget .widget_header .close_iframe svg {
  content: '';
  height: 50px;
  width: 50px;
  margin-left: 15px;
  background-size: 50%;
  stroke: var(--btn_color_text);
  background-color: var(--btn_color_backgroud);
}
.app_widget .widget_header .close_iframe:hover svg {
  background-color: var(--btn_hover_color_backgroud);
}
.app_widget .top_block {
  background: var(--color5);
  z-index: 1;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.37);
  position: relative;
  padding-top: 25px;
}
.app_widget .top_block .parametric-filter {
  padding: 0 15px 15px 15px;
}
.app_widget .top_block .parametric-filter .optional-filter {
  margin-top: 15px;
}
.app_widget .top_block .parametric-filter .item {
  margin: 0 10px 0 0;
  background: #FFF;
  color: #000;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #d4d6da;
  position: relative;
  min-width: 125px;
  display: flex;
  align-content: center;
  align-items: center;
}
.app_widget .top_block .parametric-filter .item label {
  border-right: 1px solid #d4d6da;
  padding: 5px;
  line-height: 24px;
}
.app_widget .top_block .parametric-filter .item label.rouble {
  font-size: 18px;
  padding: 5px 10px 5px 0;
}
.app_widget .top_block .parametric-filter .item label:nth-last-child(1) {
  border-right: none;
}
.app_widget .top_block .parametric-filter .item input {
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  background: transparent;
  margin: 0 5px 0 0;
  outline: none;
}
.app_widget .top_block .parametric-filter .item.price input {
  max-width: 75px;
}
.app_widget .top_block .parametric-filter .item.area input {
  max-width: 35px;
}
.app_widget .top_block .parametric-filter .item .title {
  font-size: 16px;
  font-weight: 600;
  margin: 5px;
}
.app_widget .top_block .parametric-filter .option_list label {
  border-right: none;
  padding: 5px;
  line-height: 24px;
  cursor: pointer;
}
.app_widget .top_block .parametric-filter .option_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% - 2px);
  width: 100%;
  background: #fff;
  left: -1px;
  z-index: 5;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  border: 1px solid #d4d6da;
}
.app_widget .top_block .parametric-filter .option_list ul li {
  line-height: 24px;
  padding: 5px 0 5px 35px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #d1d1d1;
}
.app_widget .top_block .parametric-filter .option_list ul li:nth-last-child(1) {
  border-bottom: none;
  border-radius: 0 0 15px 15px;
}
.app_widget .top_block .parametric-filter .option_list ul li:hover {
  background: #f1f1f1;
}
.app_widget .top_block .parametric-filter .option_list ul li:after {
  content: '';
  position: absolute;
  left: 11px;
  top: 9px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #ddd;
}
.app_widget .top_block .parametric-filter .option_list ul li.active {
  background: #f1f1f1;
}
.app_widget .top_block .parametric-filter .option_list ul li.active:after {
  border-color: var(--color3);
  background-color: var(--color3);
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/check-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  box-shadow: none;
}
.app_widget .top_block .parametric-filter .option_list ul li.active span {
  font-weight: 600;
}
.app_widget .top_block .result {
  padding: 0 15px 15px 15px;
}
.app_widget .top_block .result .clear_home {
  text-decoration: none;
  color: #000000;
  background-repeat: no-repeat;
  padding: 0 0px 0 25px;
  margin-left: 5px;
}
.app_widget .top_block .result .clear_home span {
  border-bottom: 1px solid #000000;
}
.app_widget .top_block .result .clear_home:hover span {
  border-bottom: 1px solid transparent;
}
.app_widget .top_block .result .clear_filter {
  text-decoration: none;
  color: #000000;
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/ico_clear_black.svg);
  background-repeat: no-repeat;
  padding: 0 0px 0 25px;
  margin-left: 5px;
}
.app_widget .top_block .result .clear_filter span {
  border-bottom: 1px solid #000000;
}
.app_widget .top_block .result .clear_filter:hover span {
  border-bottom: 1px solid transparent;
}
.app_widget .top_block .param-view {
  padding: 0 15px 15px 15px;
}
.app_widget .top_block .param-view .btn {
  margin-right: 10px;
}
.app_widget .top_block .legend {
  padding: 15px;
  font-size: 16px;
  border-top: 1px solid #d4d6da;
}
.app_widget .top_block .legend .item {
  margin-right: 10px;
  line-height: 20px;
}
.app_widget .top_block .legend .item small {
  color: var(--color3);
  line-height: 16px;
  font-size: 16px;
}
.app_widget .top_block .legend span {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #eee;
}
.app_widget .top_block .legend .color_free {
  background-color: #63cba5;
}
.app_widget .top_block .legend .color_reserved {
  background-color: #ffb400;
}
.app_widget .top_block .legend .color_sold {
  background-color: #a6a6a6;
}
.app_widget .top_block .legend .color_disabled {
  background-color: #eaeaea;
}
.app_widget .top_block .block_sort {
  padding: 15px 15px 15px 15px;
  border-top: 1px solid #d1d1d1;
  position: relative;
}
.app_widget .top_block .block_sort .prop_view .list_prop_view {
  position: absolute;
  top: 40px;
  left: 0;
  max-width: 50%;
  background-color: #fff;
  border: 1px solid #d4d6da;
  box-shadow: 0 0 20px 3px #f1f1f1;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px;
  justify-content: space-between;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 12;
}
.app_widget .top_block .block_sort .prop_view .list_prop_view .close {
  width: 15px;
  height: 15px;
  background: url(/local/components/profitbase/widget/templates/.default/../images/ico_close_blue.svg) center center no-repeat;
  margin-bottom: 10px;
  cursor: pointer;
}
.app_widget .top_block .block_sort .prop_view .list_prop_view .item {
  color: var(--color3);
  border-radius: 5px;
  width: 28%;
  padding: 10px 20px 10px 20px;
  position: relative;
  cursor: pointer;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  margin: 0 0 6px 0;
}
.app_widget .top_block .block_sort .prop_view .list_prop_view .item.active {
  color: #fff;
  background-color: var(--color3);
}
.app_widget .top_block .block_sort .prop_view .list_prop_view .item.active:after {
  content: "✓";
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
}
.app_widget .top_block .block_sort span {
  margin: auto 5px;
}
.app_widget .top_block .block_sort select {
  display: inline-block;
  color: grey;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  outline: 0;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
  padding: 8px 0 7px 10px;
}
.app_widget .top_block.visual_filter {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
  box-shadow: unset;
  position: absolute;
  width: 100%;
}
.app_widget .top_block.visual_filter .btn-optional-filter {
  border: 0;
}
.app_widget .top_block.visual_filter .btn-optional-filter:hover {
  border: 0;
  box-shadow: 0 0px 5px 1px #ffffff;
}
.app_widget .top_block.visual_filter .result {
  color: #FFFFFF;
}
.app_widget .top_block.visual_filter .result .clear_home {
  text-decoration: none;
  color: #FFF;
  background-repeat: no-repeat;
  padding: 0 0px 0 25px;
  margin-left: 5px;
}
.app_widget .top_block.visual_filter .result .clear_home span {
  border-bottom: 1px solid #FFF;
}
.app_widget .top_block.visual_filter .result .clear_home:hover span {
  border-bottom: 1px solid transparent;
}
.app_widget .top_block.visual_filter .result .clear_filter {
  text-decoration: none;
  color: #FFF;
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/ico_clear_white.svg);
  background-repeat: no-repeat;
  padding: 0 0px 0 25px;
  margin-left: 5px;
}
.app_widget .top_block.visual_filter .result .clear_filter span {
  border-bottom: 1px solid #FFF;
}
.app_widget .top_block.visual_filter .result .clear_filter:hover span {
  border-bottom: 1px solid transparent;
}
.app_widget .plancode_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding: 1em;
}
@media (min-width: 540px) {
  .app_widget .plancode_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .app_widget .plancode_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 980px) {
  .app_widget .plancode_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .app_widget .plancode_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .app_widget .plancode_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1620px) {
  .app_widget .plancode_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1920px) {
  .app_widget .plancode_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .app_widget .plancode_list.short {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .app_widget .plancode_list.short {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1620px) {
  .app_widget .plancode_list.short {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1920px) {
  .app_widget .plancode_list.short {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 2100px) {
  .app_widget .plancode_list.short {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.app_widget .plancode_list .item {
  position: relative;
  cursor: pointer;
  padding: 1.2em 2.2em;
  border: 1px solid var(--color2);
  border-radius: 5px;
}
.app_widget .plancode_list .item .room {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f1f1f1;
  text-align: center;
  border-radius: 0 0 0 5px;
  border: 1px solid #d4d6da;
  border-width: 0 0 1px 1px;
  font-weight: 600;
  color: grey;
  background-color: #f7f7f7;
}
.app_widget .plancode_list .item .plan {
  margin-top: 10px;
  height: 250px;
  margin: 0 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.app_widget .plancode_list .item .plan img {
  margin: auto;
  max-height: 100%;
}
.app_widget .plancode_list .item .desc {
  font-size: 18px;
  font-weight: 700;
  margin: 0 5px 10px;
  line-height: 28px;
}
.app_widget .plancode_list .item .desc .price {
  line-height: 28px;
}
.app_widget .plancode_list .item .desc .price .rouble {
  position: relative;
}
.app_widget .plancode_list .item .desc .area {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  margin-left: auto;
}
.app_widget .plancode_list .item.active,
.app_widget .plancode_list .item:hover {
  box-shadow: 0 0 20px 3px var(--color3);
}
.app_widget .popup_modal .popup-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.app_widget .mobile_menu {
  position: fixed;
  background: #FFF;
  padding: 15px 0;
  width: calc(100% - 50px);
  max-width: 100vw;
  height: 100vh;
  z-index: 1220;
}
.app_widget .mobile_menu .home_list {
  width: 100%;
}
.app_widget .mobile_menu .home_list .select_object {
  position: relative;
  min-height: 161px;
}
.app_widget .mobile_menu .home_list .select_object .info {
  width: 100%;
  text-align: center;
  color: #333;
}
.app_widget .mobile_menu .home_list .select_object .info .picture {
  height: 100px;
  width: 100%;
  margin-bottom: 5px;
}
.app_widget .mobile_menu .home_list .select_object .info .picture img {
  width: 175px;
  margin: auto;
}
.app_widget .mobile_menu .home_list .select_object .info .title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}
.app_widget .mobile_menu .home_list .select_object .info .address {
  font-size: 13px;
  margin-bottom: 5px;
}
.app_widget .mobile_menu .home_list .select_object .info .deadline {
  font-size: 13px;
  margin-bottom: 5px;
}
.app_widget .mobile_menu .home_list .list_home {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 175px;
  height: calc(100vh - 170px);
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: #f1f1f1;
  z-index: 2;
}
.app_widget .mobile_menu .home_list .list_home .info.active {
  background: aliceblue;
}
.app_widget .mobile_menu .home_list .list_home .info .object {
  width: 100%;
  padding: 10px;
}
.app_widget .mobile_menu .home_list .list_home .info .object .title {
  margin-bottom: 5px;
}
.app_widget .mobile_menu .home_list .list_home .info .object .address {
  font-size: 13px;
}
.app_widget .mobile_menu.mobile_list_home > .title {
  margin: 0 0 10px 20px;
  font-size: 18px;
  font-weight: bold;
}
.app_widget .mobile_menu.mobile_list_home .list_home {
  list-style: none;
  padding: 0 0;
  font-size: 16px;
}
.app_widget .mobile_menu.mobile_list_home .list_home li {
  padding: 10px 25px;
  border-bottom: 1px solid #e1e1e1;
}
.app_widget .mobile_menu .param_view_list {
  width: 100%;
  margin: 15px 0;
}
.app_widget .mobile_menu .param_view_list .item {
  background-color: transparent;
  fill: var(--color3);
  margin: 0;
  border: 0;
  padding: 5px 0;
  line-height: normal;
  max-width: none;
  border-left: 5px solid transparent;
  border-radius: none;
}
.app_widget .mobile_menu .param_view_list .item svg {
  width: 25px;
  height: 25px;
  fill: var(--color2);
  margin: 0 5px;
}
.app_widget .mobile_menu .param_view_list .item span {
  font-size: 18px;
  margin: 0 10px;
}
.app_widget .mobile_menu .param_view_list .item.hover,
.app_widget .mobile_menu .param_view_list .item.active {
  border-left: 5px solid var(--color2);
  position: relative;
  color: var(--color2);
  background-color: #FFF;
}
.app_widget .mobile_menu .param_view_list .item.hover svg,
.app_widget .mobile_menu .param_view_list .item.active svg {
  fill: var(--color2);
}
@font-face {
  font-family: 'rouble';
  src: url('/local/components/profitbase/widget/templates/.default/font/rouble-webfont.eot');
  src: url('/local/components/profitbase/widget/templates/.default/font/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('/local/components/profitbase/widget/templates/.default/font/rouble-webfont.woff') format('woff'), url('/local/components/profitbase/widget/templates/.default/font/rouble-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.rouble {
  font-family: 'rouble';
  text-transform: lowercase;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse !important;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
::-webkit-scrollbar {
  width: 1px;
  padding: 2px;
  background-color: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: var(--color3);
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.fade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.fade.black {
  position: fixed;
  z-index: 1215;
  background: rgba(0, 0, 0, 0.5);
}
.fade.black:before {
  content: '';
  width: 50px;
  height: 50px;
  margin-left: 30px;
  cursor: pointer;
  display: block;
  background: url(/local/components/profitbase/widget/templates/.default/../images/ico_close_w.svg) center center no-repeat;
  background-size: 20px;
  font-size: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
main {
  background: #f1f1f1;
  max-height: calc(100vh - 50px);
  overflow: hidden;
}
.view_block {
  background: #FFFFFF;
  height: 100vh;
  flex: 1 1 auto;
  position: relative;
  z-index: 0;
  overflow: auto;
}
.view_block .render {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.view_block .render.visual {
  position: fixed;
}
.view_block .render.floor {
  background: #FFF;
}
.view_block .render .floor_list {
  position: absolute;
  z-index: 2;
  height: calc(100% - 30px);
  border-right: 1px solid #d4d6da;
  background: #fff;
  padding-top: 30px;
  left: 0;
  top: 0;
}
.view_block .render .floor_list a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #d4d6da;
  padding: 5px 15px;
  color: grey;
}
.view_block .render .floor_list a .num {
  width: 25px;
  display: inline-block;
  text-align: center;
}
.view_block .render .floor_list a .name {
  display: none;
}
.view_block .render .floor_list a:hover {
  color: var(--color3);
}
.view_block .render .floor_list a:hover .name {
  display: inline-block;
}
.view_block .render .floor_list a.active {
  background-color: var(--color3);
  color: #FFF;
}
.view_block .render .floor_list a.active .name {
  display: inline-block;
}
.view_block .render .full_page {
  max-width: 100%;
  overflow: hidden;
  height: 100%;
}
.view_block .render .render_nav {
  position: fixed;
  left: 170px;
  bottom: calc(50% - 93px);
  flex-direction: column;
}
@media (max-width: 767px) {
  .view_block .render .render_nav {
    bottom: 20px;
    left: calc(50% - 93px);
    flex-direction: row-reverse;
  }
}
.view_block .render .genplan svg {
  max-width: 100%;
  max-height: 100%;
}
.view_block .render .genplan svg path {
  cursor: pointer;
  opacity: 0;
  fill: #000;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
.view_block .render .genplan svg path:hover {
  opacity: 0.5;
}
.view_block .render .genplan svg path.find {
  fill: var(--color3);
  opacity: 0.5;
}
.view_block .apartaments_list {
  padding: 15px;
}
.view_block .apartaments_list .view_col {
  margin: 0 10px;
  font-size: 15px;
  line-height: 1.4;
}
.view_block .apartaments_list .view_col span {
  margin: auto 5px;
}
.view_block .apartaments_list .view_col select {
  display: inline-block;
  padding: 6px 6px;
  color: var(--color3);
  background-color: #fff;
  border: 1px solid var(--color3);
  border-radius: 5px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  height: 40px;
  outline: 0;
}
.view_block .apartaments_list .table {
  border: 0;
  margin-bottom: 60px;
}
.view_block .apartaments_list .table td.sorter-button {
  background: transparent;
  padding: 10px 10px 10px 18px;
  font-weight: 400;
  color: grey;
  border: none;
  white-space: nowrap;
  border: 1px solid #d4d6da;
  border-left: none;
  border-right: none;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.view_block .apartaments_list .table td.sorter-button:nth-child(1) {
  border-left: 1px solid #d4d6da;
}
.view_block .apartaments_list .table td.sorter-button:nth-last-child(1) {
  border-right: 1px solid #d4d6da;
}
.view_block .apartaments_list .table td.sorter-button.active {
  background: #f1f1f1;
  color: #000;
}
.view_block .apartaments_list .table td.sorter-button.active.asc:after {
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/caret-top.svg);
  background-position: 0 6px;
  opacity: 1;
}
.view_block .apartaments_list .table td.sorter-button.active.desc:after {
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/caret-down.svg);
  background-position: 0 14px;
  opacity: 1;
}
.view_block .apartaments_list .table td.sorter-button:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  height: 20px;
  width: 10px;
  opacity: 1;
  background-repeat: no-repeat;
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/caret-top.svg), url(/local/components/profitbase/widget/templates/.default/../images/caret-down.svg);
  background-position: 0 6px,0 14px;
  opacity: 0.5;
}
.view_block .apartaments_list .table td.sorter-button sup {
  font-size: 10px;
}
.view_block .apartaments_list .pagination {
  background: #f1f1f1;
  border-top: 1px solid #d1d1d1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.view_block .apartaments_list .pagination span {
  color: #333333;
  cursor: pointer;
  margin: 0 0 5px 5px;
  background: #FFFFFF;
  border: none;
  border-radius: 5px;
  width: 33px;
  display: inline-block;
  line-height: 33px;
  text-align: center;
}
.view_block .apartaments_list .pagination span:hover {
  color: var(--color_system_0);
  background: var(--color5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.view_block .apartaments_list .pagination span.active {
  color: var(--color_system_0);
  font-weight: bold;
  background: var(--color3);
}
.view_block .apartaments_list .apartaments_item {
  cursor: pointer;
}
.view_block .apartaments_list .apartaments_item sup {
  font-size: 10px;
}
.view_block .apartaments_list .apartaments_item.active {
  color: var(--color_system_0);
  background: var(--color3);
}
.view_block .apartaments_list_mobile .parametric-filter {
  margin: 15px 10px;
}
.view_block .apartaments_list_mobile .parametric-filter .option_list label {
  border-right: none;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  line-height: 24px;
  cursor: pointer;
  border: 1px solid var(--color3);
  border-radius: 5px;
  background: rgba(81, 158, 243, 0.1);
}
.view_block .apartaments_list_mobile .parametric-filter .option_list ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
  position: absolute;
  top: 50px;
  width: calc(100% - 20px);
  background: #fff;
  left: -1px;
  z-index: 5;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  border: 1px solid #d4d6da;
}
.view_block .apartaments_list_mobile .parametric-filter .option_list ul li {
  line-height: 24px;
  padding: 5px 0 5px 35px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #d1d1d1;
}
.view_block .apartaments_list_mobile .parametric-filter .option_list ul li:nth-last-child(1) {
  border-bottom: none;
  border-radius: 0 0 15px 15px;
}
.view_block .apartaments_list_mobile .parametric-filter .option_list ul li:hover {
  background: #f1f1f1;
}
.view_block .apartaments_list_mobile .parametric-filter .option_list ul li:after {
  content: '';
  position: absolute;
  left: 11px;
  top: 9px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #ddd;
}
.view_block .apartaments_list_mobile .parametric-filter .option_list ul li.active {
  background: #f1f1f1;
}
.view_block .apartaments_list_mobile .parametric-filter .option_list ul li.active:after {
  border-color: var(--color3);
  background-color: var(--color3);
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/check-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  box-shadow: none;
}
.view_block .apartaments_list_mobile .parametric-filter .option_list ul li.active span {
  font-weight: 600;
}
.view_block .apartaments_list_mobile .parametric-filter .result {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.view_block .apartaments_list_mobile .flat_info_block {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  margin: 0 15px 20px 15px;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
.view_block .apartaments_list_mobile .flat_info_block .picture {
  width: 100px;
}
.view_block .apartaments_list_mobile .flat_info_block .picture .floor {
  font-size: 20px;
  margin-bottom: 10px;
}
.view_block .apartaments_list_mobile .flat_info_block .picture .area {
  font-size: 14px;
}
.view_block .apartaments_list_mobile .flat_info_block .type {
  margin: auto 10px;
}
.view_block .apartaments_list_mobile .flat_info_block .type .room span {
  width: 30px;
  height: 30px;
  margin: 10px auto;
  line-height: 30px;
  color: #FFF;
  background: #63cba5;
  display: block;
  text-align: center;
}
.view_block .apartaments_list_mobile .flat_info_block .type .num {
  margin: 10px 0;
  text-align: center;
}
.view_block .apartaments_list_mobile .flat_info_block .detail {
  margin: auto 0;
}
.view_block .apartaments_list_mobile .flat_info_block .detail .price {
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 390px) {
  .view_block .apartaments_list_mobile .flat_info_block .detail .price {
    line-height: 18px;
  }
}
@media (min-width: 415px) {
  .view_block .apartaments_list_mobile .flat_info_block .detail .price {
    line-height: 20px;
  }
}
.view_block .apartaments_list_mobile .flat_info_block .detail .price .rouble {
  position: relative;
}
.view_block .apartaments_list_mobile .flat_info_block .detail .price_meter {
  position: relative;
  font-size: 14px;
}
.view_block .apartaments_list_mobile .flat_info_block:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}
.view_block .apartaments_list_mobile .flat_info_block .action_block {
  position: absolute;
  top: 5px;
  right: 5px;
}
.view_block .apartaments_list_mobile .flat_info_block .action_block .action_item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.view_block .apartaments_plans {
  justify-content: center;
  margin-top: 20px;
}
.view_block .apartaments_plans .parametric-filter {
  margin: 15px 10px;
}
.view_block .apartaments_plans .parametric-filter select {
  border-right: none;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  line-height: 24px;
  cursor: pointer;
  border: 1px solid var(--color3);
  border-radius: 5px;
  background: rgba(81, 158, 243, 0.1);
  width: 100%;
}
.view_block .apartaments_plans .parametric-filter .result {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.view_block .comparison_list .flat_detail {
  width: 320px;
  margin: 0 5px;
  position: relative;
  border: 1px solid #d1d1d1;
  padding: 15px;
}
.view_block .comparison_list .flat_detail .comparison_btn {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 0;
}
.view_block .comparison_list .flat_detail .comparison_btn svg {
  height: 25px;
  margin: auto;
}
.view_block .comparison_list .flat_detail .comparison_btn .comparison_add,
.view_block .comparison_list .flat_detail .comparison_btn .comparison_del {
  position: absolute;
  background: var(--color3);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  color: #FFF;
  text-align: center;
  line-height: 15px;
  bottom: 2px;
  right: 3px;
  font-size: 15px;
  font-weight: 600;
}
.view_block .comparison_list .flat_detail .comparison_btn .comparison_add {
  background: #63cba5;
}
.view_block .comparison_list .flat_detail .comparison_btn .comparison_del {
  background: #413f87;
  line-height: 12px;
}
.view_block .comparison_list .flat_detail .comparison_btn:hover svg {
  fill: var(--color3);
}
.view_block .comparison_list .flat_detail .status {
  position: absolute;
  right: 0px;
  top: 20px;
  color: #FFF;
  background-color: var(--color3);
  padding: 5px 30px 5px 20px;
  border-radius: 5px 0 0 5px;
}
.view_block .comparison_list .flat_detail .status.AVAILABLE {
  background-color: #63cba5;
}
.view_block .comparison_list .flat_detail .status.BOOKED {
  background-color: #ffb400;
}
.view_block .comparison_list .flat_detail .status.SOLD {
  background-color: #a6a6a6;
}
.view_block .comparison_list .flat_detail .status.UNAVAILABLE {
  background-color: #ffb400;
}
.view_block .comparison_list .flat_detail .picture {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 40px;
  position: relative;
  height: 200px;
}
.view_block .comparison_list .flat_detail .picture .photo {
  position: relative;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
}
.view_block .comparison_list .flat_detail .picture .photo:hover:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.view_block .comparison_list .flat_detail .picture .photo:hover i {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.view_block .comparison_list .flat_detail .picture .photo i {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  line-height: 40px;
  fill: #333;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 2;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  transition: all 0.2s ease-out;
}
.view_block .comparison_list .flat_detail .picture .photo img {
  max-height: 200px;
  margin: auto;
}
.view_block .comparison_list .flat_detail .view_to {
  text-align: center;
  margin-bottom: 15px;
  justify-content: center;
}
.view_block .comparison_list .flat_detail .view_to a {
  color: #333;
  margin: 0 7px;
  text-decoration: underline;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.view_block .comparison_list .flat_detail .view_to a.active {
  cursor: default;
  color: grey;
  text-decoration: none;
}
.view_block .comparison_list .flat_detail .view_to a:hover {
  color: var(--color3);
  text-decoration: none;
}
.view_block .comparison_list .flat_detail .text_rooms_amount {
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  line-height: 20px;
  position: relative;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #d4d6da;
  margin: 15px 0;
  padding: 10px 0;
  text-align: center;
}
.view_block .comparison_list .flat_detail .text_rooms_amount .text_area {
  font-size: 16px;
  color: grey;
}
.view_block .comparison_list .flat_detail .text_rooms_amount .text_area sup {
  font-size: 10px;
}
.view_block .comparison_list .flat_detail .price-block {
  position: relative;
  border-width: 1px 1px 1px 3px;
  border-style: solid;
  border-color: #d4d6da #d4d6da #d4d6da var(--color3);
  margin: 15px 0;
  padding: 10px 0 10px 13px;
}
.view_block .comparison_list .flat_detail .price-block .price {
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  line-height: 20px;
}
.view_block .comparison_list .flat_detail .price-block .price_meter {
  color: grey;
  line-height: 18px;
  font-size: 15px;
}
.view_block .comparison_list .flat_detail .flat_action_item {
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 0.33rem;
}
.view_block .comparison_list .flat_detail .flat_action_item:before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.view_block .comparison_list .flat_detail .flat_action_item.star:before {
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/ico/star.svg);
}
.view_block .comparison_list .flat_detail .flat_action_item.gift:before {
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/ico/gift.svg);
}
.view_block .comparison_list .flat_detail .parameters-container .item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.view_block .comparison_list .flat_detail .parameters-container .item .text-left {
  flex: 1 0 auto;
}
.view_block .comparison_list .flat_detail .parameters-container .item .text-right {
  text-align: right;
}
.view_block .comparison_list .flat_detail .parameters-container .item:nth-last-child(1) {
  border-bottom: none;
}
.right_block {
  min-width: 375px;
  max-width: 375px;
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  z-index: 2;
  position: relative;
  background: #FFFFFF;
}
.right_block .body {
  padding: 20px;
  height: calc(100vh - 80px);
  overflow: scroll;
  display: flex;
  flex-direction: column;
}
.right_block .close {
  width: 30px;
  height: 50px;
  background: var(--color3);
  display: block;
  position: absolute;
  position: fixed;
  top: 120px;
  right: 375px;
  z-index: 3;
  text-align: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  text-decoration: none;
  font-size: 0;
}
.right_block .close:before {
  content: '';
  z-index: 2;
  border: solid var(--color_system_0);
  border-width: 0 5px 5px 0;
  border-color: var(--color_system_0);
  display: inline-block;
  padding: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 18px);
}
.right_block .close:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: var(--color_system_0);
}
.right_block .close:hover:before {
  border-color: var(--color3);
}
.right_block .flat_detail .comparison_btn {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 0;
}
.right_block .flat_detail .comparison_btn svg {
  height: 25px;
  margin: auto;
}
.right_block .flat_detail .comparison_btn .comparison_add,
.right_block .flat_detail .comparison_btn .comparison_del {
  position: absolute;
  background: var(--color3);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  color: #FFF;
  text-align: center;
  line-height: 15px;
  bottom: 2px;
  right: 3px;
  font-size: 15px;
  font-weight: 600;
}
.right_block .flat_detail .comparison_btn .comparison_add {
  background: #63cba5;
}
.right_block .flat_detail .comparison_btn .comparison_del {
  background: #413f87;
  line-height: 12px;
}
.right_block .flat_detail .comparison_btn:hover svg {
  fill: var(--color3);
}
@media (max-width: 767px) {
  .right_block .flat_detail .comparison_btn {
    display: none !important;
  }
}
.right_block .flat_detail .status {
  position: absolute;
  right: 0px;
  top: 20px;
  color: #FFF;
  background-color: var(--color3);
  padding: 5px 30px 5px 20px;
  border-radius: 5px 0 0 5px;
}
.right_block .flat_detail .status.AVAILABLE {
  background-color: #63cba5;
}
.right_block .flat_detail .status.BOOKED {
  background-color: #ffb400;
}
.right_block .flat_detail .status.SOLD {
  background-color: #a6a6a6;
}
.right_block .flat_detail .status.UNAVAILABLE {
  background-color: #ffb400;
}
.right_block .flat_detail .picture {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 40px;
  position: relative;
}
.right_block .flat_detail .picture .photo {
  position: relative;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
}
.right_block .flat_detail .picture .photo:hover:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
.right_block .flat_detail .picture .photo:hover i {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.right_block .flat_detail .picture .photo i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  line-height: 40px;
  fill: #333;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 2;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  transition: all 0.2s ease-out;
}
.right_block .flat_detail .picture .photo img {
  max-height: 200px;
  margin: auto;
}
.right_block .flat_detail .share_block {
  position: absolute;
  top: 0;
  left: 5%;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #d4d6da;
  margin: 0;
  padding: 15px;
  background: #FFF;
  width: 80%;
  z-index: 2000;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.25);
}
.right_block .flat_detail .share_block.active {
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.5);
}
.right_block .flat_detail .share_block .group_btn {
  width: 175px;
  margin-bottom: 15px;
}
.right_block .flat_detail .share_block .share_form_email {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d1d1d1;
}
.right_block .flat_detail .view_to {
  text-align: center;
  margin-bottom: 15px;
  justify-content: center;
}
.right_block .flat_detail .view_to a {
  color: #333;
  margin: 0 7px;
  text-decoration: underline;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.right_block .flat_detail .view_to a.active {
  cursor: default;
  color: grey;
  text-decoration: none;
}
.right_block .flat_detail .view_to a:hover {
  color: var(--color3);
  text-decoration: none;
}
.right_block .flat_detail .btn_booking {
  position: relative;
  margin-top: 15px;
}
.right_block .flat_detail .text_rooms_amount {
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  line-height: 20px;
  position: relative;
  border-right: 1px solid #d4d6da;
  text-align: center;
}
.right_block .flat_detail .text_rooms_amount .text_area {
  font-size: 16px;
  color: grey;
}
.right_block .flat_detail .text_rooms_amount .text_area sup {
  font-size: 10px;
}
.right_block .flat_detail .price-block {
  position: relative;
  border-width: 1px 1px 1px 3px;
  border-style: solid;
  border-color: #d4d6da #d4d6da #d4d6da var(--color3);
  margin: 15px 0;
  padding: 10px 0 10px 13px;
  gap: 10px;
}
.right_block .flat_detail .price-block.two_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.right_block .flat_detail .price-block .price {
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  line-height: 20px;
}
.right_block .flat_detail .price-block .price_meter {
  color: grey;
  line-height: 18px;
  font-size: 15px;
}
.right_block .flat_detail .view_old_price {
  position: relative;
}
.right_block .flat_detail .view_old_price .text_rooms_amount,
.right_block .flat_detail .view_old_price .price-block {
  position: relative;
  padding: 10px;
}
.right_block .flat_detail .view_old_price .old_price {
  font-weight: 500;
  position: relative;
}
.right_block .flat_detail .view_old_price .old_price:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ff0000;
  transform: rotate(-7deg);
  top: 10px;
}
.right_block .flat_detail .flat_action_item {
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 0.33rem;
}
.right_block .flat_detail .flat_action_item:before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.right_block .flat_detail .flat_action_item.star:before {
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/ico/star.svg);
}
.right_block .flat_detail .flat_action_item.gift:before {
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/ico/gift.svg);
}
.right_block .flat_detail .parameters-container .item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.right_block .flat_detail .parameters-container .item .text-left {
  flex: 1 0 auto;
}
.right_block .flat_detail .parameters-container .item .text-right {
  text-align: right;
}
.right_block .flat_detail .parameters-container .item:nth-last-child(1) {
  border-bottom: none;
}
.right_block .form {
  font-size: 16px;
}
.right_block .form .title {
  font-size: 20px;
  margin: 0 0 10px;
}
.right_block .form .body {
  padding: 20px 20px 20px 30px;
  position: fixed;
  height: calc(100% - 100px);
  overflow: scroll;
  width: calc(25% - 60px);
}
.right_block .form .flat_info_block {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  margin: 15px 0;
  font-size: 14px;
}
.right_block .form .flat_info_block .picture {
  width: 70px;
  text-align: center;
  padding: 10px;
}
.right_block .form .flat_info_block .picture img {
  max-height: 100px;
}
.right_block .form .flat_info_block .type {
  margin: auto 10px;
}
.right_block .form .flat_info_block .type .room span {
  width: 30px;
  height: 30px;
  margin: 10px auto;
  line-height: 30px;
  color: #FFF;
  background: #63cba5;
  display: block;
  text-align: center;
}
.right_block .form .flat_info_block .type .num {
  margin: 10px 0;
  text-align: center;
}
.right_block .form .flat_info_block .detail {
  margin: auto 0;
}
.right_block .form .flat_info_block .detail .price {
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  line-height: 20px;
  margin: 10px 0;
}
.right_block .form .flat_info_block .detail .price .rouble {
  position: relative;
}
.right_block .form .flat_info_block .detail .price_meter {
  position: relative;
}
.right_block .form .form_group {
  position: relative;
  margin-bottom: 25px;
}
.right_block .form .form_group.two {
  margin-left: 30px;
}
.right_block .form .form_group label {
  display: inline-block;
  color: #141414;
  line-height: 15px;
  min-height: 15px;
  font-weight: 400;
  margin-bottom: 7px;
  margin-right: 6px;
  position: relative;
  transition: color ease-in-out 0.15s;
}
.right_block .form .form_group input:not([type=submit]) {
  display: block;
  width: calc(100% - 20px);
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  background-image: none;
  border: 1px solid #d4d6da;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.right_block .form .form_group textarea {
  box-shadow: none;
  resize: none;
  text-overflow: ellipsis;
  padding: 5px 10px;
  border: 1px solid #d4d6da;
  border-radius: 3px;
  width: calc(100% - 20px);
}
.right_block .form .form_group .checkbox {
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}
.right_block .form .form_group .checkbox label {
  padding-left: 30px;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}
.right_block .form .form_group .checkbox label a {
  border-bottom: 1px dashed;
  text-decoration: none;
  color: var(--color3);
}
.right_block .form .form_group .checkbox label a:hover {
  color: var(--color3);
}
.right_block .form .form_group .checkbox label:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #ddd;
}
.right_block .form .form_group .checkbox input[type=checkbox] {
  display: none;
}
.right_block .form .form_group .checkbox input[type=checkbox]:checked + label:after {
  border-color: var(--color3);
  background-color: var(--color3);
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/check-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  box-shadow: none;
  content: "✓";
  color: #FFF;
  text-align: center;
}
.right_block .form .form_group .checkbox.checkbox_agree label {
  padding-left: 0px;
}
.right_block .form .form_group .checkbox.checkbox_agree label:after {
  display: none;
}
.right_block .plans_info .view_render {
  position: relative;
  display: block;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  color: var(--color3);
}
.right_block .plans_info .view_render img {
  max-height: 250px;
}
.right_block .plans_info .view_render span {
  margin: 15px;
  display: block;
}
.right_block .plans_info .flat_info_block {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  margin-bottom: 15px;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
}
.right_block .plans_info .flat_info_block .picture {
  width: 65px;
  margin: auto 0;
}
.right_block .plans_info .flat_info_block .picture .floor {
  font-size: 20px;
}
.right_block .plans_info .flat_info_block .picture .area {
  font-size: 14px;
}
.right_block .plans_info .flat_info_block .type {
  margin: auto 10px;
}
.right_block .plans_info .flat_info_block .type .room span {
  width: 30px;
  height: 30px;
  margin: 10px auto;
  line-height: 30px;
  color: #FFF;
  background: #63cba5;
  display: block;
  text-align: center;
}
.right_block .plans_info .flat_info_block .type .num {
  margin: 10px 0;
  text-align: center;
}
.right_block .plans_info .flat_info_block .detail {
  margin: auto 0;
}
.right_block .plans_info .flat_info_block .detail .price {
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  line-height: 20px;
  margin-bottom: 10px;
}
.right_block .plans_info .flat_info_block .detail .price .rouble {
  position: relative;
}
.right_block .plans_info .flat_info_block .detail .price_meter {
  position: relative;
  font-size: 14px;
}
.right_block .plans_info .flat_info_block:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}
.right_block .plans_info .flat_info_block .action_block {
  position: absolute;
  top: 5px;
  right: 5px;
}
.right_block .plans_info .flat_info_block .action_block .action_item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.right_block .floor_info {
  font-size: 14px;
}
.right_block .floor_info .view_render {
  position: relative;
  display: block;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  color: var(--color3);
}
.right_block .floor_info .view_render img {
  max-height: 250px;
}
.right_block .floor_info .view_render span {
  margin: 15px;
  display: block;
}
.right_block .floor_info .flat_info_block {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  margin: 15px 0;
  padding: 10px;
  cursor: pointer;
}
.right_block .floor_info .flat_info_block .picture {
  width: 70px;
  text-align: center;
  padding: 10px;
}
.right_block .floor_info .flat_info_block .picture img {
  max-height: 100px;
}
.right_block .floor_info .flat_info_block .type {
  margin: auto 10px;
}
.right_block .floor_info .flat_info_block .type .room span {
  width: 30px;
  height: 30px;
  margin: 10px auto;
  line-height: 30px;
  color: #FFF;
  background: #63cba5;
  display: block;
  text-align: center;
}
.right_block .floor_info .flat_info_block .type .num {
  margin: 10px 0;
  text-align: center;
}
.right_block .floor_info .flat_info_block .detail {
  margin: auto 0;
}
.right_block .floor_info .flat_info_block .detail .price {
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  line-height: 20px;
  margin: 10px 0;
}
.right_block .floor_info .flat_info_block .detail .price .rouble {
  position: relative;
}
.right_block .floor_info .flat_info_block .detail .price_meter {
  position: relative;
}
.right_block .floor_info .flat_info_block:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}
.right_block .floor_info .form_group {
  position: relative;
  margin-bottom: 25px;
}
.right_block .floor_info .form_group label {
  display: inline-block;
  color: #141414;
  line-height: 15px;
  min-height: 15px;
  font-weight: 400;
  margin-bottom: 7px;
  margin-right: 6px;
  position: relative;
  transition: color ease-in-out 0.15s;
}
.right_block .floor_info .form_group select {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  background-image: none;
  border: 1px solid #d4d6da;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.right_block .action_info {
  color: #FFF;
  padding: 15px 0;
}
.right_block .action_info > div {
  padding: 0 15px;
}
.right_block .action_info .title {
  font-size: 22px;
}
.right_block .action_info .text {
  font-size: 18px;
  padding: 15px;
}
.right_block .action_info .read_more {
  cursor: pointer;
  font-size: 16px;
  text-align: right;
}
.right_block .action_info .full_text {
  font-size: 16px;
}
.right_block .disclaimer_text {
  position: relative;
  padding: 5px;
  margin: 10px 0;
  font-size: 12px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.right_block .disclaimer_text p {
  padding: 0;
  margin: 0 0 5px 0;
}
.right_block .disclaimer_text a {
  color: var(--btn_color_backgroud);
}
.content_block {
  overflow: hidden;
  overflow-x: auto;
  height: calc(100% - 280px);
  overflow-y: auto;
  z-index: 0;
  background-color: #FFF;
  position: relative;
}
.content_block.visual_active {
  height: calc(100%) !important;
}
.chess_choice {
  margin-top: 20px;
  position: relative;
}
.chess_choice .action_block {
  position: absolute;
  top: 0;
  right: 0;
}
.chess_choice .action_item {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #FFF;
}
.chess_choice .chess_choice_view {
  width: 100%;
}
.chess_choice .floor_list .floor_title {
  width: 30px;
  order: 0;
  list-style: none;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  height: 30px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  margin-left: 5px;
}
.chess_choice .floor_list .floor_title span {
  margin: auto;
}
.chess_choice .floor_list_title {
  width: 30px;
}
.chess_choice .floor_list_title .floor_title {
  margin: auto;
  transform: rotate(-90deg);
  height: auto;
  width: auto;
}
.chess_choice .floor_list_plan {
  width: auto;
  padding-right: 30px;
}
.chess_choice .floor_list_plan .floor_title {
  cursor: pointer;
  margin: auto;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  height: auto;
  width: auto;
  height: 30px;
}
.chess_choice .floor_list_plan .floor_title span {
  margin: auto;
}
.chess_choice .floor_list_plan .floor_title:before {
  content: '';
  position: absolute;
  width: calc(100% - 4px);
  background: transparent;
  height: 32px;
  z-index: -1;
  left: 0;
}
.chess_choice .floor_list_plan .floor_title:hover,
.chess_choice .floor_list_plan .floor_title.active {
  color: var(--color3);
}
.chess_choice .floor_list_plan .floor_title:hover:before,
.chess_choice .floor_list_plan .floor_title.active:before {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
}
.chess_choice .floor_list_plan .floor_title:hover .text,
.chess_choice .floor_list_plan .floor_title.active .text {
  visibility: visible;
}
.chess_choice .floor_list_plan .floor_title .text {
  visibility: hidden;
}
.chess_choice .floor_list_plan .floor_title .num {
  width: 30px;
  text-align: center;
}
.chess_choice .sections {
  order: 1;
  margin-left: 15px;
}
.chess_choice .sections .section_name {
  height: 30px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  margin-left: 15px;
}
.chess_choice .sections .section_name span {
  margin: auto 0;
}
.chess_choice .sections .floor {
  height: 30px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  margin-left: 5px;
}
.chess_choice .sections .floor .flat_item {
  width: 31px;
  height: 31px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chess_choice .sections .floor .flat_item.opacity_hidden .flat.AVAILABLE {
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  opacity: 0.5;
}
.chess_choice .sections .floor .flat_item.opacity_hidden .flat.AVAILABLE:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.chess_choice .sections .floor .flat {
  width: 25px;
  height: 25px;
  border: 2px solid #FFF;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  margin: 2.5px;
  position: relative;
}
.chess_choice .sections .floor .flat .info {
  margin: 5px;
  width: 100%;
}
.chess_choice .sections .floor .flat .info .room {
  text-align: center;
  position: relative;
  font-weight: 700;
}
.chess_choice .sections .floor .flat.active {
  outline: 2px solid #000000;
}
.chess_choice .sections .floor .flat:hover {
  outline: 2px solid #F44336;
}
.chess_choice .sections .floor .flat.SOLD {
  background-color: #a6a6a6;
}
.chess_choice .sections .floor .flat.AVAILABLE {
  background-color: #63cba5;
}
.chess_choice .sections .floor .flat.AVAILABLE:hover {
  background-color: var(--color3);
}
.chess_choice .sections .floor .flat.UNAVAILABLE,
.chess_choice .sections .floor .flat.SOLD,
.chess_choice .sections .floor .flat.BOOKED {
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  opacity: 0.5;
}
.chess_choice .sections .floor .flat.UNAVAILABLE:hover,
.chess_choice .sections .floor .flat.SOLD:hover,
.chess_choice .sections .floor .flat.BOOKED:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.chess_choice .sections .floor .flat.UNAVAILABLE {
  background-color: #ffb400;
}
.chess_choice .sections .floor .flat.BOOKED {
  background-color: #ffb400;
}
.chess_choice_full {
  overflow: hidden;
  margin-top: 20px;
}
.chess_choice_full .action_block {
  position: absolute;
  bottom: 3px;
  right: 0;
}
.chess_choice_full .action_item {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 3px;
  border: 1px solid #FFF;
}
.chess_choice_full .action_item:nth-child(n+1) {
  margin-top: -3px;
}
.chess_choice_full .chess_choice_view {
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
}
.chess_choice_full .floor_list_title {
  width: 50px;
}
.chess_choice_full .floor_list_title .floor_title {
  margin: auto;
  transform: rotate(-90deg);
  height: auto;
  width: auto;
}
.chess_choice_full .floor_title {
  width: 75px;
  height: 52px;
  order: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}
.chess_choice_full .sections {
  order: 1;
}
.chess_choice_full .sections .section_name {
  height: 52px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.chess_choice_full .sections .section_name span {
  margin: auto 0;
}
.chess_choice_full .sections .floor {
  height: 52px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.chess_choice_full .sections .floor .flat_item {
  opacity: 1;
  color: #000;
  margin-left: 2.5px;
}
.chess_choice_full .sections .floor .flat_item.opacity_hidden {
  opacity: 0.5;
  color: #FFF;
}
.chess_choice_full .sections .floor .flat {
  width: 84px;
  height: 50px;
  border: 1px solid #FFF;
  border-right: none;
  font-size: 10px;
  position: relative;
}
.chess_choice_full .sections .floor .flat .info {
  margin: 5px;
  width: 100%;
}
.chess_choice_full .sections .floor .flat .info .number {
  position: relative;
}
.chess_choice_full .sections .floor .flat .info .area {
  margin-left: auto;
  font-weight: 700;
}
.chess_choice_full .sections .floor .flat .info .area sup {
  font-size: 5px;
}
.chess_choice_full .sections .floor .flat .info .room {
  margin: 2px 0;
  position: relative;
  font-weight: 700;
}
.chess_choice_full .sections .floor .flat .info .price {
  position: relative;
  font-weight: 700;
}
.chess_choice_full .sections .floor .flat .info .price.old_price {
  position: relative;
  font-weight: 500;
  text-decoration: line-through;
}
.chess_choice_full .sections .floor .flat .info .price.new_price {
  position: relative;
  text-align: right;
}
.chess_choice_full .sections .floor .flat.active {
  outline: 2px solid #000000;
}
.chess_choice_full .sections .floor .flat.BOOKED:hover,
.chess_choice_full .sections .floor .flat.AVAILABLE:hover {
  outline: 2px solid #F44336;
}
.chess_choice_full .sections .floor .flat.SOLD {
  background-color: #a6a6a6;
}
.chess_choice_full .sections .floor .flat.AVAILABLE {
  background-color: #63cba5;
  cursor: pointer;
}
.chess_choice_full .sections .floor .flat.AVAILABLE:hover {
  color: #ffffff;
  background-color: var(--color3);
}
.chess_choice_full .sections .floor .flat.UNAVAILABLE,
.chess_choice_full .sections .floor .flat.SOLD,
.chess_choice_full .sections .floor .flat.BOOKED {
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  opacity: 0.5;
}
.chess_choice_full .sections .floor .flat.UNAVAILABLE:hover,
.chess_choice_full .sections .floor .flat.SOLD:hover,
.chess_choice_full .sections .floor .flat.BOOKED:hover {
  color: #ffffff;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.chess_choice_full .sections .floor .flat.UNAVAILABLE {
  background-color: #ffb400;
}
.chess_choice_full .sections .floor .flat.BOOKED {
  background-color: #ffb400;
}
.big_photo {
  z-index: 5;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.big_photo .close {
  width: auto;
  max-width: 65px;
  margin: 20px auto;
  padding: 10px 20px;
  border: 1px solid #d1d1d1;
  position: relative;
  cursor: pointer;
  border-radius: 25px;
  color: var(--color3);
}
.big_photo .close:before,
.big_photo .close:after {
  content: '';
  height: 20px;
  width: 2px;
  display: block;
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  transition: all 0.2s ease-out;
  background-color: var(--color3);
}
.big_photo .close:before {
  transform: rotate(45deg);
}
.big_photo .close:after {
  transform: rotate(-45deg);
}
.big_photo .close span {
  margin-left: 15px;
}
.big_photo .close:hover {
  background-color: var(--color3);
  color: #FFF;
}
.big_photo .close:hover:before,
.big_photo .close:hover:after {
  background-color: #FFF;
}
.big_photo .close:hover:before {
  transform: rotate(-45deg);
}
.big_photo .close:hover:after {
  transform: rotate(45deg);
}
.big_photo .view {
  height: calc(100% - 75px);
  position: relative;
}
.big_photo .view img {
  margin: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .big_photo .view img {
    margin-top: 0;
    height: auto;
  }
}
.big_photo .view .dot-list {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  header {
    background-color: var(--color3);
    position: fixed;
    width: 100%;
  }
  header .btn_toggle {
    height: 25px;
    width: 25px;
    margin: auto 10px;
  }
  header .btn_toggle span {
    height: 2px;
    width: 100%;
    margin: auto 0;
    background-color: #FFFFFF;
  }
  header .back svg {
    fill: #FFFFFF;
  }
  header .searth {
    position: relative;
    cursor: pointer;
    margin-left: 15px;
  }
  header .searth svg {
    height: 25px;
    margin: auto;
    fill: #FFFFFF;
  }
  header .searth span {
    margin: auto 10px;
    font-size: 20px;
    color: #FFF;
  }
  header .setting {
    cursor: pointer;
    padding: 5px;
    margin-left: auto;
  }
  header .setting:before {
    content: '';
    display: block;
    margin: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(/local/components/profitbase/widget/templates/.default/../images/ico/settings_white.svg?v2);
    width: 35px;
    height: 35px;
  }
  header .setting span {
    margin: auto 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }
  header .phone {
    cursor: pointer;
    margin: auto;
  }
  header .phone svg {
    height: 25px;
    width: 25px;
  }
  header .close_iframe {
    margin-left: auto;
    background-size: 35px 35px;
    padding: 0;
  }
  header .close {
    width: 50px;
    background: url(/local/components/profitbase/widget/templates/.default/../images/ico_close_w.svg) center center no-repeat;
    background-size: 25px 25px;
  }
  header .prev {
    background: url(/local/components/profitbase/widget/templates/.default/../images/arrow_prev.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 50px;
    height: 50px;
    margin-left: auto;
    font-size: 0;
  }
  .filter-block-mobile {
    z-index: 1240;
    position: fixed;
    max-width: 100%;
    background: #f1f1f1;
  }
  .filter-block-mobile .header {
    background-color: var(--color3);
  }
  .filter-block-mobile .header .back {
    width: 50px;
    position: relative;
    cursor: pointer;
  }
  .filter-block-mobile .header .back svg {
    height: 25px;
    margin: auto;
    fill: #FFFFFF;
  }
  .filter-block-mobile .header .setting {
    position: relative;
    cursor: pointer;
    padding: 5px;
  }
  .filter-block-mobile .header .setting span {
    margin: auto 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }
  .filter-block-mobile .header .close {
    background: url(/local/components/profitbase/widget/templates/.default/../images/arrow_prev.svg) center center no-repeat;
    background-size: 25px 25px;
    width: 50px;
    height: 50px;
    margin-left: auto;
    font-size: 0;
  }
  .filter-block-mobile .parametric-filter {
    padding: 15px 5px;
    height: 100vh;
  }
  .filter-block-mobile .parametric-filter button {
    margin: 0;
  }
  .filter-block-mobile .parametric-filter .item {
    margin: 0 0 10px 0;
    background: #FFF;
    color: #000;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #d4d6da;
    position: relative;
    min-width: 100px;
  }
  .filter-block-mobile .parametric-filter .item label {
    border-right: 1px solid #d4d6da;
    padding: 5px;
    line-height: 24px;
  }
  .filter-block-mobile .parametric-filter .item label.rouble {
    font-size: 18px;
    padding: 5px 10px 5px 0;
  }
  .filter-block-mobile .parametric-filter .item label:nth-last-child(1) {
    border-right: none;
  }
  .filter-block-mobile .parametric-filter .item input {
    border: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    background: transparent;
    margin: 0 5px 0 0;
    outline: none;
  }
  .filter-block-mobile .parametric-filter .item.price input {
    max-width: 65px;
  }
  .filter-block-mobile .parametric-filter .item.area input {
    max-width: 35px;
  }
  .filter-block-mobile .parametric-filter .item .title {
    font-size: 16px;
    font-weight: 600;
    margin: 5px;
  }
  .filter-block-mobile .parametric-filter .btn-search {
    margin: 0 10px 0 0;
    background: var(--color3);
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #d4d6da;
    position: relative;
    min-width: 100px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .filter-block-mobile .parametric-filter .btn-search:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .filter-block-mobile .parametric-filter .option_list label {
    border-right: none;
    padding: 5px;
    line-height: 24px;
    cursor: pointer;
  }
  .filter-block-mobile .parametric-filter .option_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(100% - 2px);
    width: 100%;
    background: #fff;
    left: -1px;
    z-index: 5;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
    border: 1px solid #d4d6da;
  }
  .filter-block-mobile .parametric-filter .option_list ul li {
    line-height: 24px;
    padding: 5px 0 5px 35px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #d1d1d1;
  }
  .filter-block-mobile .parametric-filter .option_list ul li:nth-last-child(1) {
    border-bottom: none;
    border-radius: 0 0 15px 15px;
  }
  .filter-block-mobile .parametric-filter .option_list ul li:hover {
    background: #f1f1f1;
  }
  .filter-block-mobile .parametric-filter .option_list ul li:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 9px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #ddd;
  }
  .filter-block-mobile .parametric-filter .option_list ul li.active {
    background: #f1f1f1;
  }
  .filter-block-mobile .parametric-filter .option_list ul li.active:after {
    border-color: var(--color3);
    background-color: var(--color3);
    background-image: url(/local/components/profitbase/widget/templates/.default/../images/check-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    box-shadow: none;
  }
  .filter-block-mobile .parametric-filter .option_list ul li.active span {
    font-weight: 600;
  }
  .filter-block-mobile .parametric-filter .result {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
  }
  .filter-block-mobile .parametric-filter .result .clear_filter {
    text-decoration: none;
    color: #000;
    background-image: url(/local/components/profitbase/widget/templates/.default/../images/ico_close_black.svg);
    background-repeat: no-repeat;
    padding: 0 0px 0 25px;
    margin: 10px auto;
  }
  .filter-block-mobile .parametric-filter .result .clear_filter span {
    border-bottom: 1px solid #000;
  }
  .filter-block-mobile .parametric-filter .result .clear_filter:hover span {
    border-bottom: 1px solid transparent;
  }
  main {
    max-width: 100vw;
    max-height: 100vh;
    padding-top: 50px;
  }
  main .content_block {
    height: 100vh;
  }
  .right_block {
    max-width: unset;
    min-width: unset;
    position: fixed;
    background: #FFF;
    height: 100%;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .right_block .body {
    max-width: unset;
    min-width: unset;
    width: calc(100% - 40px);
  }
  .view_block .apartaments_plans .plancode_list .item {
    margin: 0 0 15px 0;
  }
}
.print_flat {
  height: 100vh;
  overflow: hidden;
  background-color: grey;
}
.print_flat .close {
  margin: 20px auto;
  padding: 10px 20px;
  border: 1px solid var(--color2);
  position: absolute;
  background-color: var(--color_system_0);
  width: 60px;
  left: calc(50% - 50px);
  cursor: pointer;
  border-radius: 25px;
  color: var(--color2);
  display: none;
}
.print_flat .close:before,
.print_flat .close:after {
  content: '';
  height: 20px;
  width: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  transition: all 0.2s ease-out;
  background-color: var(--color2);
}
.print_flat .close:before {
  transform: rotate(45deg);
}
.print_flat .close:after {
  transform: rotate(-45deg);
}
.print_flat .close span {
  margin-left: 15px;
}
.print_flat .close:hover {
  background-color: var(--color2);
  color: var(--color1);
}
.print_flat .close:hover:before,
.print_flat .close:hover:after {
  background-color: var(--color1);
}
.print_flat .close:hover:before {
  transform: rotate(-45deg);
}
.print_flat .close:hover:after {
  transform: rotate(45deg);
}
.print_flat .content {
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 25px;
  max-width: calc(20000px / 25.4);
  margin: 0 auto;
}
.print_flat .content:hover .close {
  display: -ms-flexbox !important;
  display: flex !important;
}
.print_flat .content .top_pdf {
  margin-right: 50px;
}
.print_flat .content .top_pdf .logo {
  height: 103px;
  width: 275px;
  position: relative;
}
.print_flat .content .top_pdf .phone {
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color2);
  text-align: right;
  padding: 0 15px;
}
.print_flat .content .top_pdf .email {
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.print_flat .content .top_pdf .email span {
  font-size: 20px;
  padding: 0 15px;
  color: var(--color2);
}
.print_flat .content .top_pdf .title {
  border-bottom: 1px solid var(--color2);
}
.print_flat .content .footer_pdf {
  border-top: 1px solid var(--color2);
  padding-top: 15px;
}
.print_flat .content .footer_pdf .office_info .title {
  color: var(--color2);
  padding: 0 0 10px 0;
  text-align: left;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.print_flat .content .footer_pdf .office_info p {
  margin: 0 0 10px 0;
}
.print_flat .content .footer_pdf .office_info p.small {
  font-size: 14px;
}
.print_flat .content .footer_pdf .timework_info .title {
  padding: 0 0 10px 0;
  text-align: left;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.print_flat .content .footer_pdf .timework_info p {
  margin: 0 0 10px 0;
}
.print_flat .content .footer_pdf .timework_info p.small {
  font-size: 14px;
}
.print_flat .content .flat_info_pdf .content_flat {
  margin: 50px 0;
}
.print_flat .content .flat_info_pdf .title_flat {
  line-height: 40px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid var(--color2);
  padding: 15px 0;
  color: var(--color2);
}
.print_flat .content .flat_info_pdf .cards {
  font-size: 0;
  text-align: center;
  margin: 20px 0;
}
.print_flat .content .flat_info_pdf .cards .card {
  width: 33%;
  display: inline-block;
  border-right: 1px solid var(--color2);
}
.print_flat .content .flat_info_pdf .cards .card:last-child {
  border-right: none;
}
.print_flat .content .flat_info_pdf .cards .card .desc {
  font-weight: 400;
  font-size: 17px;
  text-transform: none;
}
.print_flat .content .flat_info_pdf .cards .card .num {
  font-weight: 700;
  font-size: 24px;
  margin-top: 4px;
}
.print_flat .content .flat_info_pdf table {
  width: 94%;
  margin: 20px auto;
}
.print_flat .content .flat_info_pdf table td {
  font-size: 16px;
  line-height: 25px;
}
.print_flat .content .flat_info_pdf table td:first-child {
  width: 60%;
  font-weight: 300;
}
.print_flat .content .flat_info_pdf table td:last-child {
  width: 40%;
  font-weight: 600;
}
.print_flat .content .flat_info_pdf .price {
  border-top: 1px solid var(--color2);
  border-bottom: 1px solid var(--color2);
  font-weight: 500;
  line-height: 48px;
  height: 50px;
  overflow: hidden;
  font-size: 31px;
  padding: 0 15px;
}
.print_flat .content.floor {
  max-height: calc(21000px / 25.4);
  max-width: calc(29700px / 25.4);
}
.print_flat .content .plan_img {
  position: relative;
}
.print_flat .content .plan_img img {
  max-height: 500px;
}
@media print {
  header,
  .pagination,
  .top_block {
    display: none!important;
  }
  .content_block {
    max-height: unset!important;
    height: 100%!important;
  }
  .print_flat .close {
    display: none!important;
  }
}
.modal_info {
  position: absolute;
  width: 320px;
  height: 160px;
  background: #FFF;
  top: calc(50% - 80px);
  left: calc(50% - 160px);
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.75);
  font-size: 24px;
  border-radius: 10px;
  text-align: center;
}
.modal_info:before {
  content: '';
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: var(--color3);
  cursor: pointer;
  background-image: url(/local/components/profitbase/widget/templates/.default/../images/ico_close_w.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.use_filter_col {
  position: absolute;
  right: -5px;
  top: 5px;
  background: #FFF;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  color: var(--color3);
  text-align: center;
  border-radius: 50%;
}
.genplan_block_info {
  width: 410px;
  z-index: 1050;
  position: fixed;
  color: #FFF;
  font-size: 18px;
  pointer-events: none;
}
.genplan_block_info .home_num {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  border-radius: 50%;
  z-index: 2;
}
.genplan_block_info .home_num .num {
  margin: auto;
  margin-bottom: 0px;
  font-size: 40px;
  width: 100%;
}
.genplan_block_info .home_num .text {
  margin: auto;
  font-size: 18px;
  margin-top: 0;
}
.genplan_block_info .home_info {
  transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  margin: auto 0 auto -50px;
  padding: 2px 10px 10px 60px;
  background: #537400;
  width: calc(100% - 150px);
}
.genplan_block_info .home_info span {
  font-size: 12px;
  line-height: normal;
}
.genplan_block_info .home_info.message_text {
  height: 60px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  padding-top: 10px;
}
.genplan_block_info .home_info .free_flat {
  width: 100%;
  border-bottom: 1px solid #FFF;
  line-height: 30px;
}
.genplan_block_info .home_info .price_m {
  width: 120px;
  padding-right: 10px;
  line-height: 22px;
}
.genplan_block_info .home_info .deadline {
  width: 150px;
  line-height: 22px;
  border-left: 1px solid #fff;
  padding-left: 10px;
  font-size: 17px;
}
.genplan_block_info.left .home_info {
  margin: auto 0 auto -375px;
  padding: 2px 60px 10px 10px;
}
a.arrow {
  width: 25px;
  height: 200px;
  display: block;
  background: url(/local/components/profitbase/widget/templates/.default/../images/arrow_next_blue.svg) center no-repeat;
  background-size: 15px 15px;
  z-index: 2;
}
a.arrow:hover {
  background-size: 25px 25px;
}
a.arrow.big {
  height: 100%;
  width: 50px;
  background-size: 40px 40px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  a.arrow.big {
    height: 75px;
    bottom: 0;
    top: auto;
  }
}
a.arrow.big:hover {
  background-size: 50px 50px;
}
a.arrow.prev {
  left: 0;
  transform: rotate(-180deg);
}
a.arrow.next {
  right: 0;
}
.dot-list {
  position: absolute;
  bottom: 0;
  height: 25px;
  justify-content: center;
  right: 0;
  left: 0;
}
.dot-list i {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 5px auto 0;
  border: 2px solid var(--color3);
  border-radius: 50%;
}
.dot-list i.active {
  background: var(--color3);
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal .modal-dialog {
  background: #FFF;
  padding: 25px;
  position: fixed;
  height: 100%;
  font-size: 16px;
  overflow: auto;
}
.modal .popup-close {
  content: '';
  display: inline-block;
  background: url(/local/components/profitbase/widget/templates/.default/../images/cross.png) center center no-repeat;
  background-color: var(--color3);
  height: 50px;
  width: 50px;
  margin-left: auto;
  background-size: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.modal.small {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.small.show {
  display: flex;
}
.modal.small .modal-dialog {
  max-width: 320px;
  height: auto;
  margin: auto;
  position: relative;
}
.modal.small .popup-close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
}
.full_block {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  top: 0;
  bottom: 0;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 992px) {
  .full_block.program_list_view .center_block {
    max-width: 550px;
    left: calc(50% - 275px);
  }
}
.full_block .center_block {
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  background-color: #FFF;
}
@media (min-width: 992px) {
  .full_block .center_block {
    max-width: 845px;
    left: calc(50% - 422.5px);
    border-radius: 5px;
    top: 20px;
    height: auto;
    overflow: hidden;
    overflow-Y: auto;
    max-height: calc(100% - 40px);
  }
}
.full_block .center_block .close_block {
  position: relative;
  padding: 10px;
}
.full_block .center_block .close_block .close {
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid var(--color3);
  background: var(--color3);
  font-size: 14px;
  color: #FFF;
}
.full_block .center_block a {
  font-size: 12px;
  color: var(--color3);
}
.full_block .center_block a:hover {
  color: var(--color3);
}
.full_block .center_block .block_setting {
  position: relative;
  padding: 10px;
}
@media (min-width: 992px) {
  .full_block .center_block .block_setting {
    width: calc(46% - 40px);
    padding: 20px;
  }
}
.full_block .center_block .block_setting .info {
  position: relative;
  margin-bottom: 10px;
}
.full_block .center_block .block_setting .info .rooms_amount {
  position: relative;
  font-size: 18px;
  margin-right: auto;
  line-height: 1.4;
  word-wrap: break-word;
}
.full_block .center_block .block_setting .info .price_block {
  position: relative;
  text-align: right;
  line-height: 1.4;
  word-wrap: break-word;
}
.full_block .center_block .block_setting .info .price_block .price {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color3);
}
.full_block .center_block .block_setting .info .price_block .price_meter {
  font-size: 16px;
  position: relative;
  opacity: 0.75;
}
.full_block .center_block .block_setting .program_name {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--color3);
  margin-bottom: 10px;
}
.full_block .center_block .block_setting .accent_text {
  position: relative;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 4px 5px;
  border-radius: 2px;
  background-color: rgba(81, 156, 243, 0.25);
  color: #333;
  border-radius: 5px;
  margin-bottom: 10px;
}
.full_block .center_block .block_setting .stavka_block {
  position: relative;
  margin-top: 5px;
  margin-bottom: 20px;
}
.full_block .center_block .block_setting .stavka_block .title {
  font-weight: normal;
  opacity: 0.8;
  margin-bottom: 6px;
  font-size: 12px;
  word-wrap: break-word;
}
.full_block .center_block .block_setting .stavka_block .button_block {
  margin-bottom: 5px;
}
.full_block .center_block .block_setting .stavka_block .button_block button {
  font-size: 14px;
  display: inline-block;
  padding: 8px 28px;
  background: #f7f7f7;
  color: #000000;
  border: 1px solid #dbdbdb;
  font-weight: normal;
  cursor: pointer;
  line-height: 1.42857143;
}
.full_block .center_block .block_setting .stavka_block .button_block button:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
.full_block .center_block .block_setting .stavka_block .button_block button:nth-last-child(1) {
  border-radius: 0 5px 5px 0;
}
.full_block .center_block .block_setting .stavka_block .button_block button.active {
  background-color: var(--color3);
  color: #ffffff;
}
.full_block .center_block .block_setting .range_block {
  position: relative;
  margin-bottom: 20px;
}
.full_block .center_block .block_setting .range_block .title {
  font-weight: normal;
  opacity: 0.8;
  margin-bottom: 6px;
  font-size: 12px;
  word-wrap: break-word;
  margin: auto 0;
  width: 25%;
}
.full_block .center_block .block_setting .range_block .range {
  width: 75%;
}
.full_block .center_block .block_setting .range_block .range .irs {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.full_block .center_block .block_setting .range_block .range .irs.irs--round .irs-bar {
  top: 30px;
  height: 1px;
  background-color: var(--color3);
}
.full_block .center_block .block_setting .range_block .range .irs.irs--round .irs-line {
  height: 1px;
  top: 30px;
}
.full_block .center_block .block_setting .range_block .range .irs.irs--round .irs-handle {
  top: 22px;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  border: 1px solid var(--color3);
}
.full_block .center_block .block_setting .range_block .range .irs.irs--round .irs-single {
  background: var(--color3);
}
.full_block .center_block .block_setting .range_block .range .irs.irs--round .irs-single:before {
  border-top-color: var(--color3);
}
.full_block .center_block .block_calculation {
  position: relative;
  padding: 10px;
}
@media (min-width: 992px) {
  .full_block .center_block .block_calculation {
    width: calc(54% - 40px);
    padding: 20px;
  }
}
.full_block .center_block .block_calculation .title {
  color: var(--color3);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.full_block .center_block .block_calculation .calculation_table {
  position: relative;
  color: #333;
  padding: 5px;
}
.full_block .center_block .block_calculation .calculation_table.gradient {
  background-image: linear-gradient(to right, rgba(81, 156, 243, 0.24) 0%, rgba(81, 156, 243, 0.08) 100%);
  border-radius: 8px;
}
.full_block .center_block .block_calculation .calculation_table .th,
.full_block .center_block .block_calculation .calculation_table .tr {
  display: flex;
}
.full_block .center_block .block_calculation .calculation_table .th .td,
.full_block .center_block .block_calculation .calculation_table .tr .td {
  position: relative;
  width: calc(100%/3);
  padding: 5px 5px 15px 5px;
}
.full_block .center_block .block_calculation .calculation_table .th {
  position: relative;
}
.full_block .center_block .block_calculation .calculation_table .th .td {
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.full_block .center_block .block_calculation .calculation_table .th .td2 {
  width: calc(100%/3 * 2);
  padding: 5px 5px 15px 5px;
}
.full_block .center_block .block_calculation .calculation_table .tr {
  position: relative;
}
.full_block .center_block .block_calculation .calculation_table .tr .td {
  position: relative;
  font-size: 12px;
}
.full_block .center_block .block_calculation .calculation_table .tr .td:nth-child(n+2) {
  font-size: 16px;
  text-align: right;
}
.full_block .center_block .block_calculation .calculation_table .tr .td2 {
  width: calc(100%/3 * 2);
  padding: 5px 5px 15px 5px;
}
.full_block .center_block .block_calculation .calculation_table .tr .td3 {
  width: calc(100%-10px);
  padding: 5px 5px 15px 5px;
}
.full_block .center_block .block_calculation button {
  margin-top: 20px;
  width: 100%;
  background-color: var(--color3);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: var(--color3);
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.full_block .center_block .block_calculation button:hover {
  background-color: #413f87;
  border-color: #413f87;
  color: #FFFFFF;
}
.full_block .center_block .block_calculation .bottom_text {
  margin-top: 40px;
}
.program_list {
  font-family: 'Montserrat', sans-serif;
  padding: 20px;
}
.payment_block {
  font-family: 'Montserrat', sans-serif;
  border: 1px dotted #519cf3;
  position: relative;
  margin: 0 auto 15px auto;
  padding: 5px;
  cursor: pointer;
  background-color: rgba(200, 200, 200, 0.15);
  border-radius: 5px;
}
.payment_block .payment_block_header {
  padding: 5px 0 10px 0;
}
.payment_block .payment_block_header .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #519ef3;
  padding: 0 5px;
}
.payment_block .payment_block_header .text {
  margin-left: auto;
}
.payment_block .accent_text {
  position: relative;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 4px 5px;
  border-radius: 2px;
  background-color: rgba(81, 156, 243, 0.25);
  color: #333;
  border-radius: 5px;
  margin-bottom: 10px;
}
.payment_block .info {
  width: 100%;
}
.payment_block .info .text {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  padding: 0px 5px 5px 5px;
  font-weight: 700;
}
.payment_block .info .small_text {
  padding: 0px 5px;
  color: #333;
  font-size: 12px;
  line-height: 1;
}
.payment_block:nth-last-child(1) {
  margin-bottom: 0;
}
.app_widget .popup_modal .popup-title {
  font-weight: 600;
  margin-bottom: 20px;
}

/* End */


/* Start:/local/js_libs/rangeSlider/style.min.css?172919327111084*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.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;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.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}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* End */
/* /local/components/profitbase/widget/templates/.default/style.css?177513773494477 */
/* /local/js_libs/rangeSlider/style.min.css?172919327111084 */
