﻿.img-it {
/*	border: 9px solid #692c2b;*/
}

.item-bl {
    padding: 119px 20px 12px 20px;
    min-height: 223px;
	color: #692c2b;
	font-size: 14px;
    text-transform: uppercase;
/*
    background: #692c2b;
	color: #fff;
*/
}
.flex-block-items {
    margin-top: 240px;
}


.more {
/*  height: 0px;*/
  overflow: hidden;
  order: 0;
  opacity: 0;
  display:none;
  transition: opacity 1s ease-out;
}
.more-button {
  order: 1;
}
input[type="checkbox"] {
 display: none;
}
input[type="checkbox"]:checked + .more {
  height: auto;
  display:block;
  opacity: 1;
}
label {
  order: 1;
  color: black;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
}

.kvartira .shema-apartment-img-layer, .kvartira .shema-apartment-layer-block {
	height: 100%; 
}
.kvartira .shema-apartment-layer-block img {
	max-height: 100%;
}

img.flat { max-height: 476px; }
div.flat {background-size: cover!important;}

.item-text-content img {
    float: none!important;
}
#handle1 span, #handle3 span {
	margin-left: -50px;
}
#handle2 span, #handle4 span {
	right: -50px;
}
.slider-range {
	margin: 35px 50px 0 50px;; 
}