﻿* {
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
	color: #000000;
	font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; /* Arial,sans-serif; */
	font-size: 15px;
	line-height: 100%;
}
input {
	font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; /* Arial,sans-serif; */
}
button {
	font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; /* Arial,sans-serif; */
}
a {
	text-decoration: underline;
	color: #4b6a88; /* #287db8 http://colorsafe.co */
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
sup {
	position: relative;
	top: -0.1em;
	font-size: 75%;
}

.container {
	background-color: white;
	width: 1240px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.header {
	background-color: #e0e0e0;
	width: 100%;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 0px 4px #2524290a, 0px 4px 16px #25242914; /* 0px 0px 4px #f6f6f6, 0px 4px 16px #eeedee */
	display: flex;
	flex-direction: column;
	/*
	position: sticky;
	z-index: 3;
	top: 0px;
	*/
}

.header .header-up {
	display: flex;
	justify-content: space-between;
	margin: 0 11px 0 12px;
}

.logo {
	
}

.menu {
	line-height: 25px;
	margin: 45px 0 0 0;
}
.menu a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.menu ul {
	margin: 0;
	list-style: outside none none;
	padding: 0;
}
.menu li {
	float: left;
	margin-left: 18px;
}
.menu li .up {
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-left: 3px;
	line-height: 18px;
}
.menu .menu-search {
	display: none;
}
.menu .menu-burger {
	display: none;
}
.menu .menu-links {

}
.menu .menu-links.open {

}

.search {
	background-color: white;
	border-radius: 0 0 8px 8px;
	margin: 0 1px 1px 1px;
	height: auto;
	width: auto;
}
.search .search-bar {
	width: auto;
	height: auto; /* 40px */
	padding: 12px 10px 12px 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.search .search-bar .box {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-sizing: border-box;
	display: inline-flex;
	height: 35px;
	/* margin: 0 5px 0 0; */
}
.search .search-bar .box.last {
	/* margin: 0 0 0 0; */
}

.search .search-bar .box.search-box {
	flex-grow: 1; /* занимаем всё пустое место */
	font-size: 16px;
	align-items: center;
	padding: 0 0 0 0;
}
.search .search-bar .box.search-box input {
	font-size: 16px;
	width: 100%;
	margin: 0 5px 0 5px;
	border: none;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}
.search .search-bar .box.search-box input:focus {
	outline: none;
}
.search .search-bar .box.search-box:focus-within {
	outline: 2px solid #e0e0e0;
}

.search .search-bar .box.type-house input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.search .search-bar .box.type-house label {
	background-color: white;
	border: none;
	border-radius: 7px;
	color: black;
	padding: 0 10px 0 10px;
	text-align: center;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	user-select: none;
}
.search .search-bar .box.type-house label:hover {
	outline: 3px solid #e0e0e0;
	opacity: 0.8;
	cursor: pointer;
	color: black;
}
.search .search-bar .box.type-house input[type="checkbox"]:checked + label {  
	background-color: #e0e0e0;
	color: black;
}
.search .search-bar .box.type-house .no-brder-radius {
	border-radius: 0;
}
.search .search-bar .box.type-house .no-brder-radius-right {
	border-radius: 7px 0 0 7px;
}
.search .search-bar .box.type-house .no-brder-radius-left {
	border-radius: 0 7px 7px 0;
}
.search .search-bar .box.type-house .tab {
	background-color: #e0e0e0;
	content: "";
	width: 1px;
}

.search .search-bar .box.price {
	font-size: 16px;
	align-items: center;
	padding: 0 5px 0 5px;
}
.search .search-bar .box.price input {
	font-size: 16px;
	width: 80px;
	margin: 0 5px 0 5px;
	border: none;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}
.search .search-bar .box.price input:focus {
	outline: none;
}
.search .search-bar .box.price:focus-within {
	outline: 2px solid #e0e0e0;
}

.search .search-bar .box.square {
	font-size: 16px;
	align-items: center;
	padding: 0 5px 0 5px;
}
.search .search-bar .box.square input {
	font-size: 16px;
	width: 27px;
	margin: 0 5px 0 5px;
	border: none;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}
.search .search-bar .box.square input:focus {
	outline: none;
}
.search .search-bar .box.square:focus-within {
	outline: 2px solid #e0e0e0;
}
.search .search-bar .box input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.search .search-bar .box input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	display: none;
}

.search .search-bar .box span {
	font-size: 16px;
	margin: auto 5px auto 5px;
}
/*
.search .search-bar .box.years select {
	height: 24px;
	width: 100px;
	font-size: 13px;
	padding: 0 0 0 3px;
	margin: auto 5px auto 0;
	border-radius: 4px;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}
*/
.search .search-bar .box.years:focus-within {
	outline: 2px solid #e0e0e0;
}
.search .search-bar .box.years select:focus {
	outline: none;
}
.search .search-bar .box.district:focus-within {
	outline: 2px solid #e0e0e0;
}
.search .search-bar .box.district select:focus {
	outline: none;
}
.search .search-bar .box.type-house label:focus {
	outline: 3px solid #e0e0e0;
	z-index: 2;
}

.search .search-bar .box.button {

}
.search .search-bar .box.button:hover {
	outline: 2px solid #e0e0e0;
}
.search .search-bar .box.button:active {
	outline: none;
}
.search .search-bar .box.button button {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	border-radius: 8px;
	width: auto;
	height: 33px;
	cursor: pointer;
	display: flex;
}
.search .search-bar .box.button button:focus {
	outline: 3px solid #e0e0e0;
}
.search .search-bar .box.button span {
	font-size: 16px;
	margin: auto 5px auto 33px;
}

.search .search-bar .box.button.params button {
	background-image: url("../images/search-params.png");
	width: 33px;
}
/*
.search .search-bar .box.button.params button::before {
	content: "🛠";
	font-size: 28px;
	line-height: 28px;
	padding: 0 5px 0 3px;
}
*/
.search .search-bar .box.button.search button {
	background-image: url("../images/search-button.png");
	background-position: 2px center;
	background-size: 27px;
}
/*
.search .search-bar .box.button.search button::before {
	content: "🔍︎";
	font-size: 28px;
	padding: 0 0 0 5px;
	color: black;
	display: flex;
	align-items: center;
	height: 100%;
}
*/
.search .search-bar .box.button.maps button {
	background-image: url("../images/search-maps.png");
	width: 33px; /* когда иконка без текста, надо добавить ширину кнопки в пикселях */
}

.search .box.search-box {
	display: none;
}
.search .box.type-house {
	/*display: none;*/
}
.search .box.price {
	/*display: none;*/
}
.search .box.square {
	/*display: none;*/
}
.search .box.params {
	/*display: none;*/
}

.modal-box {
	position: fixed;
	margin-inline: auto;
	inset-inline: 0;
	inset-block-start: 310px;
	transform: translateY(-55%);
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	padding: 15px 10px 15px 10px;
	/*min-width: 300px;*/
}
.modal-box .modal-content {

}
.modal-box .modal-content h2 {
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 10px 0;
}
.modal-box .modal-content p {
	margin: 10px 0 5px 0;
	font-style: italic;
}

.box-check {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-sizing: border-box;
	display: inline-flex;
	height: 35px;
	margin: 0 0 0 0;
}
.box-check input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.box-check label {
	background-color: white;
	border: none;
	border-radius: 7px;
	color: black; /* #4b6a88 */
	padding: 0 10px 0 10px;
	text-align: center;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	user-select: none;
}
/*	https://snipp.ru/html-css/style-checkbox	фокус по TAB	*/
.box-check label:hover {
	outline: 3px solid #e0e0e0; /* background-color: #e0e0e0; */
	opacity: 0.8;
	cursor: pointer;
	color: black;
}
.box-check input[type="checkbox"]:checked + label {  
	background-color: #e0e0e0;
	color: black;
}
.box-check .no-brder-radius {
	border-radius: 0;
}
.box-check .no-brder-radius-right {
	border-radius: 7px 0 0 7px;
}
.box-check .no-brder-radius-left {
	border-radius: 0 7px 7px 0;
}
.box-check .tab {
	background-color: #e0e0e0;
	content: "";
	width: 1px;
}
.box-input {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	padding: 0 5px 1px 5px;
	border-radius: 8px;
}
.box-input input {
	font-size: 16px;
	width: 22px;
	margin: 0 5px 0 5px;
	border: none;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}
.box-input input:focus {
	outline: none;
}
.box-input:focus-within {
	outline: 2px solid #e0e0e0;
}
.box-input input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.box-input input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	display: none;
}

.modal-box .modal-close {
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-box .modal-close:hover {
	outline: 2px solid #e0e0e0;
	opacity: 0.8;
	cursor: pointer;
}
.modal-box .modal-close:focus {
	outline: 2px solid #e0e0e0;
}
.modal-box .modal-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 0 0;
}
.modal-box .modal-nav .modal-nav-button {
	background-color: white;
	border: 1px solid #e0e0e0;
	background-repeat: no-repeat;
	border-radius: 8px;
	height: 33px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-box .modal-nav .modal-nav-button:hover {
	outline: 2px solid #e0e0e0;
	opacity: 0.8;
	cursor: pointer;
}
.modal-box .modal-nav .modal-nav-button:focus {
	outline: 2px solid #e0e0e0;
}
.modal-box .modal-nav .modal-nav-button span {
	font-size: 16px;
	margin: auto 6px auto 33px;
}
.modal-box .modal-nav .modal-nav-button.cancel {
	background-image: url("../images/search-button-close.png");
	background-size: 20px;
	background-position: 4px center;
}
.modal-box .modal-nav .modal-nav-button.ok {
	margin: 0 0 0 20px;
	background-image: url("../images/search-button.png");
	background-position: 3px center;
	background-size: 26px;
}
.modal-box .modal-nav .modal-nav-button.ok span {
	margin: auto 6px auto 35px;
}
/*

.modal-box .modal-nav .modal-nav-button.ok span {
	margin: auto 6px auto 33px;
}

.modal-box .modal-nav .modal-nav-button.ok span::before {
	content: "✓";
	font-size: 20px;
	font-weight: bold;
	color: green;
	margin: 0 10px 0 0;
	
}
.modal-box .modal-nav .modal-nav-button.cancel span::before {
	content: "✕";
	font-size: 20px;
	font-weight: bold;
	color: red;
	margin: 0 10px 0 0;
}
*/

.catalog-main {
	width: 100%;
	/*margin: 15px 0 0 0;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catalog-main .info {
	padding: 0 0 10px 0;
	margin: 15px 0 0 0;
	width: calc(32.5%);
	border: 1px solid #e0e0e0;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 4px #2524290a, 0px 4px 16px #25242914;
}
.catalog-main .info .img {
	position: relative;
}
.catalog-main .info img {
	border-radius: 6px 6px 0 0;
	width: 100%;
}
.catalog-main .info .img .price {
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	position: absolute;
	top: 10px;
	right: 8px;
	padding: 0 4px 0 4px;
	border-radius: 6px;
	background-color: #f5f5f5;
}
.catalog-main .info .img .type {
	font-size: 12px;
	line-height: 135%;
	position: absolute;
	top: 10px;
	left: 8px;
	padding: 0 4px 0 4px;
	border-radius: 6px;
	background-color: #f5f5f5;
}
.catalog-main .info .img .type.klass {
	top: 30px;
}
.catalog-main .info .img .type.korpus {
	top: 50px;
}
.catalog-main .info .info-data {
	margin: 0 25px 0px 25px;
}
.catalog-main .info .date {
	font-size: 13px;
	font-style: italic;
	color: #00000061;
	margin: 5px 0 5px 0;
}
.catalog-main .info .name {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 0 0;
	line-height: 26px;
}
.catalog-main .info .address {
	font-size: 13px;
	margin: 5px 0 10px 0;
}
.catalog-main .info .table-price {
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	align-items: center;
	line-height: 20px;
	margin: 0 0 0 0;
}
.catalog-main .info .table-price .data {
	box-sizing: border-box;
	flex-basis: 40%;
}
.catalog-main .info .table-price .data.first {
	flex-basis: 20%;
}
.catalog-main .info .table-price .data.last {
	flex-basis: 40%;
	text-align: right;
}
.catalog-main .info .builder {
	font-size: 13px;
	font-style: italic;
	color: #00000061;
	margin: 10px 0 0 0;
	text-align: right;
}

.catalog-search {
	width: 100%;
	/*margin: 15px 0 0 0;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catalog-search .logo-zastr {
	max-width: 66%;
	margin: 0 0 5px 0;
}
.catalog-search .space-zastr {
	width: 100%;
	height: 10px;
}
.catalog-search .info {
	display: flex;
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
	height: 205px;
	border: 1px solid #e0e0e0;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 4px #2524290a, 0px 4px 16px #25242914;
}
.catalog-search .info .img {
	position: relative;
}
.catalog-search .info img {
	border-radius: 6px 0 0 6px;
}
.catalog-search .info .img .price {
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	position: absolute;
	top: 10px;
	right: 8px;
	padding: 0 4px 0 4px;
	border-radius: 6px;
	background-color: #f5f5f5;
}
.catalog-search .info .img .type {
	font-size: 12px;
	line-height: 135%;
	position: absolute;
	top: 10px;
	left: 8px;
	padding: 0 4px 0 4px;
	border-radius: 6px;
	background-color: #f5f5f5;
}
.catalog-search .info .img .type.klass {
	top: 30px;
}
.catalog-search .info .img .type.korpus {
	top: 50px;
}
.catalog-search .info .info-data {
	margin: 0 25px 0px 25px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.catalog-search .info .date {
	font-size: 13px;
	font-style: italic;
	color: #00000061;
	margin: 5px 0 0 0;
}
.catalog-search .info .name {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 0 0;
	line-height: 26px;
}
.catalog-search .info .address {
	font-size: 13px;
	margin: 5px 0 5px 0;
}
.catalog-search .info .table-price {
	display: flex;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 0;
}
.catalog-search .info .table-price .data {
	box-sizing: border-box;
	width: 120px;
}
.catalog-search .info .table-price .data.first {
	width: 80px;
}
.catalog-search .info .table-price .data.last {
	width: 130px;
	text-align: right;
}
.catalog-search .info .builder {
	font-size: 13px;
	font-style: italic;
	color: #00000061;
	margin: 0 0 5px 0;
	text-align: right;
}

.main {
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 8px 8px 0 0;
	padding: 15px 0px 15px 0px;
	margin: 15px 0 0 0;
	box-shadow: 0px 0px 4px #2524290a, 0px 4px 16px #25242914;
	display: flex;
	flex-direction: row; /* column */
}

.main.search {
	border-radius: 8px 8px 8px 8px;
	margin: 15px 0 15px 0;
}
.main.search.map {
	padding: 0;
}
.main.search.map .content {
	margin: 0;
}
.main.search .content .map #map > ymaps { /* скругление уголков у яндекс карты */
	border-radius: 7px;
	overflow: hidden;
}
.main .content .map {
	margin: 0;
}
.main.search .content{
	width: 100%;
}
.main.search .content .search-result{
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 0 0;
	line-height: 135%;
}

.main .content {
	display: flex;
	flex-direction: column;
	margin: 0 35px 0 35px;
	width: 100%; /* auto calc(100% - 335px);*/
}

.tlt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.favorites {
	font-size: 30px;
}
.favorites .icon-love-empty {
	width: 20px;
    height: 20px;
	cursor: pointer;
	background-image: url("../images/love.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border: 0;
}
.favorites .icon-love-full {
	width: 20px;
    height: 20px;
	cursor: pointer;
	background-image: url("../images/love-black.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border: 0;
}
/*
.favorites .icon-love-empty::after {
	content: "♡";
}
.favorites .icon-love-full::after {
	content: "♥";
}
*/
.main .content .favorites-count {
	font-style: italic;
	font-weight: 600;
	color: #94a5b9;
	margin: 0 0 10px;
}
.main .content .del-all-favorites {
	width: 100%;
	display: flex;
	justify-content: end;
}
.main .content .del-all-favorites button {
	display: flex;
	padding: 5px;
	background-color: white;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	font-size: 15px;
	box-shadow: 0px 0px 4px #2524290a, 0px 4px 16px #25242914;
}
.main .content .del-all-favorites button:hover {
	outline: 2px solid #e0e0e0;
}
.main .content .del-all-favorites button::before {
	content: "✕︎";
	padding: 0 5px 0 0;
	color: black;
	display: flex;
	align-items: center;
	height: 100%;
}

.main .content h1 {
	font-size: 20px;
	margin: 0 0 5px 0;
	/*text-indent: 20px;*/
	line-height: 135%;
}
.main .content h2 {
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 10px 0;
	/*text-indent: 20px;*/
	line-height: 135%;
}
.main .content h3 {
	font-size: 17px;
	font-style: italic;
	font-weight: 600;
	margin: 5px 0 10px 20px;
	color: #94a5b9;
}
.main .content h4 {
	font-size: 17px;
	font-style: italic;
	font-weight: 600;
	margin: 5px 0 10px 20px;
	color: #94a5b9;
}
.main .content .spisok-zastr {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.main .content .spisok-zastr a {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.main .content .spisok-zastr img {
	max-width: 66%;
}
.main .content .dom-adres {
	font-size: 14px;
	margin: 0 0 10px 0;
	line-height: 20px;
}
.main .content .dom-photo {
	width: 900px;
	margin: 0 auto 10px;
}

.resp-tab {
	margin: 0 0 0 20px;
    border: none;
    border-collapse: collapse;
	font-size: 16px;
	line-height: 135%;
}
.resp-tab th {
    padding: 0 0 10px 0;
    border: none;
	color: #94a5b9;
    font-weight: 600;
    text-align: left;  
	width: 20%;
}
.resp-tab tr {
	display: flex;
	flex-direction: row;
}
.resp-tab td {
    padding: 5px 0 5px 0;
    border: none;
	display: flex;
	flex-basis: 20%;
	align-items: center;
}
.resp-tab td span {
    display: none;
}

.resp-tab.ipoteka th { 
	width: 25%;
}
.resp-tab.ipoteka td { 
	flex-basis: 25%;
	border-top: 1px solid black;
}
.resp-tab.ipoteka .bank-name {
	font-weight: 600;
}
.resp-tab.ipoteka .bank-name span {
    width: 44px;
	height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border: 0;
	padding: 0;
    display: block;
    position: relative;
}
.resp-tab.ipoteka .bank-name .sber {
	background-image: url("../images/bank/sber.png");
}
.resp-tab.ipoteka .bank-name .vtb {
	background-image: url("../images/bank/vtb.png");
}
.resp-tab.ipoteka .bank-name .alfa {
	background-image: url("../images/bank/alfa.png");
}
.resp-tab.ipoteka .bank-name .sovcombank {
	background-image: url("../images/bank/sovcombank.png");
}
.resp-tab.ipoteka .bank-name .uralsib {
	background-image: url("../images/bank/uralsib.png");
}
.resp-tab.ipoteka .bank-name .psb {
	background-image: url("../images/bank/psb.png");
}
.resp-tab.ipoteka .bank-name .gazprom {
	background-image: url("../images/bank/gazprom.png");
}
.resp-tab.ipoteka .bank-name .t-bank {
	background-image: url("../images/bank/t-bank.png");
}
.resp-tab.ipoteka .bank-name .domrfbank {
	background-image: url("../images/bank/domrfbank.png");
}
.resp-tab.ipoteka .bank-name .rossiya {
	background-image: url("../images/bank/rossiya.png");
}
.resp-tab.ipoteka .bank-name .vbrr {
	background-image: url("../images/bank/vbrr.png");
}
.resp-tab.ipoteka .bank-name .raiffeisen {
	background-image: url("../images/bank/raiffeisen.png");
}
.resp-tab.ipoteka .bank-name .rosselhoz {
	background-image: url("../images/bank/rosselhoz.png");
}

.ipoteka-update {
	text-align: right;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 10px 0;
}
.ipoteka-update span {
	font-weight: bold;
	font-size: 11px;
}

.main .content .graph {
	width: 100%;
	height: 24px;
	display: flex;
	font-weight: 600;
	opacity: 0.8;
	margin: 0 0 10px 0;
}
.main .content .kv-s {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #EAE8DC;
	min-width: 25px;
}
.main .content .kv-s:hover {
	outline: 3px solid #EAE8DC;
	z-index: 1;
}
.main .content .kv-s-box {
	width: 12px;
	height: 12px;
	margin: 6px 5px 0 0;
	background-color: #EAE8DC;
}
.main .content .kv-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #D7C2A2;
	min-width: 25px;
}
.main .content .kv-1:hover {
	outline: 3px solid #D7C2A2;
	z-index: 1;
}
.main .content .kv-1-box {
	width: 12px;
	height: 12px;
	margin: 6px 5px 0 0;
	background-color: #D7C2A2;
}
.main .content .kv-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #8E8D89;
	min-width: 25px;
}
.main .content .kv-2:hover {
	outline: 3px solid #8E8D89;
	z-index: 1;
}
.main .content .kv-2-box {
	width: 12px;
	height: 12px;
	margin: 6px 5px 0 0;
	background-color: #8E8D89;
}
.main .content .kv-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #E88073;
	min-width: 25px;
}
.main .content .kv-3:hover {
	outline: 3px solid #E88073;
	z-index: 1;
}
.main .content .kv-3-box {
	width: 12px;
	height: 12px;
	margin: 6px 5px 0 0;
	background-color: #E88073;
}
.main .content .kv-4 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #E75A4F;
	min-width: 25px;
}
.main .content .kv-4:hover {
	outline: 3px solid #E75A4F;
	z-index: 1;
}
.main .content .kv-4-box {
	width: 12px;
	height: 12px;
	margin: 6px 5px 0 0;
	background-color: #E75A4F;
}

.main .content .table-param {
	margin: 0 0 10px 20px;
	font-size: 16px;
	line-height: 135%;
	display: flex;
}
.main .content .table-param .table-name {
	font-weight: 600;
	margin: 0 6px 0 0;
	color: #94a5b9;
	flex-basis: 40%;
}
.main .content .table-param .table-data {
	display: flex;
	flex-basis: 60%;
}

.main .content .map {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
}
.main .content .map-map {
	width: 100%; /*calc(100% - 200px)*/
	height: 400px;
}
.ymaps-2-1-79-balloon__close-button {
	width: 25px;
	height: 25px;
}
.main .content .map-nav {
	display: flex; /*none*/
	flex-direction: column;
	/*width: 100%; /*200px*/
}
.main .content .map-nav .map-filter {
	padding: 8px 0 0 0;
}
.main .content .map-nav .map-filter.circle {
	display: flex;
	align-items: center;
}
.main .content .map-nav .box-check {
	
}
.main .content .map-nav p {
	text-indent: 0;
	font-style: italic;
	font-weight: 600;
	float: left;
	margin: 5px 0 0 0;
	width: 150px;
	color: #94a5b9;
}
.main .content .map-nav .circle p {
	margin: 1px 0 0 0;
}

.main .content .photo-str {
	width: 100%;
	margin: 0 auto 10px 0;
}
.main .content .photo-text {
	font-size: 16px;
	margin: 0 0 10px 0;
	line-height: 135%;
	color: #94a5b9;
	text-indent: 0;
}
.main .content .photo-gal {
	display: flex;
	flex-wrap: wrap;
}
.main .content .photo-gal .photo-one {
	display: flex;
	padding: 0 5px 5px 0;
}
.main .content .photo-gal .photo-one img {
	max-height: 145px;
	max-width: 258px;
}
.main .content .link-show-more {
	text-decoration: none;
	border-bottom: 2px dashed;
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
	line-height: 135%;
}
.main .content .show-more {
	margin: 15px 0 0 0;
	display: none;
	flex-wrap: wrap;
}
.main .content .show-more-photo {
	position: relative;
	display: inline-block;
	padding: 0 5px 5px 0;
}
.main .content .show-more-photo a {
	color: white;
	font-weight: 600;
	text-shadow: -1px -1px #000, -1px 1px #000, 1px -1px #000, 1px 1px #000;
	font-size: 14px;
}
.main .content .show-more-photo img {
	filter: blur(3px);
}
.main .content .show-more-photo-text {
	position: absolute;
    top: 0;
    width: 100%;    
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	/*text-shadow: 0 2px 3px #0000004d;*/
}
.main .content .all-photo {
	display: none;
}

.main .content p {
	text-indent: 20px;
	text-align: justify;
	font-size: 16px;
	line-height: 135%;
	margin: 0 0 5px 0;
}
.main .content ul {
	text-align: justify;
	font-size: 16px;
	line-height: 135%;
	margin: 0 0 5px 15px;
	list-style-type: disc;
}
.main .content li {
	margin: 0 0 0 20px;
}
.main .content ul ::marker {
	color: #94a5b9;
}
.main .sidebar {
	display: flex;
	flex-direction: column;
	margin: 0 25px 0 0;
}
.main .sidebar .share {
	margin: 20px 0 18px 0;
	text-align: right;
}


.main .sidebar .related-posts {
	padding: 7px 4px 0px 4px;
	border: 1px solid #e0e0e0;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 4px #2524290a, 0px 4px 16px #25242914;
	width: auto;
	position: sticky;
	z-index: 1;
	top: 15px;
}
.main .sidebar .related-posts .title {
	font-size: 16px;
	font-weight: 600;
	padding: 3px 0 10px 0;
	text-align: center;
}
.main .sidebar .related-info {
	margin: 0 0 15px 0;
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 4px #2524290a, 0px 4px 16px #25242914;
	box-sizing: border-box;
}
.main .sidebar .related-info .img {
	position: relative;
	width: 240px; /* auto 240px */
	height: 135px; /* auto 135px */
}
.main .sidebar .related-info img {
	border-radius: 6px 6px 0 0;
	width: 100%;
}
.main .sidebar .related-info .img .price {
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	position: absolute;
	top: 10px;
	right: 8px;
	padding: 0 4px 0 4px;
	border-radius: 6px;
	background-color: #f5f5f5;
}
.main .sidebar .related-info .info-data {
	margin: 0 5px 0px 5px;
}
.main .sidebar .related-info .name {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 0 0;
	line-height: 26px;
}





.footer {
	background-color: #e0e0e0;
	padding: 15px 0 15px 35px;
	box-shadow: 0px 0px 4px #2524290a, 0px 4px 16px #25242914;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.footer .stolbec {
	font-size: 13px;
	line-height: 150%;
	width: 25%;
}
.footer .stolbec span {
	font-style: italic;
	font-weight: bold;
}
.footer .stolbec a {
	display: inline-block;
	width: 100%;
}
.footer .oferta {
	font-size: 10px;
	margin: 15px 0 0 0;
}

.kurs {
	display: none;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}
.kurs .dollar {
	float: left;
	margin: 0 10px 0 0;
}
.kurs .evro {
	float: left;
}
.kurs .metr {
	
}

.banner-up-main {
	background-color: #e0e0e0;
	margin: 15px auto 0;
	width: 1200px;
	height: 110px;
	display: none; /* block */
}
.banner-down-content {
	margin: 15px auto 0px;
	display: none;
}
.banner-sidebar {
	height: 100%;
	display: none;
}
.banner-in-sidebar {
	background-color: #e0e0e0;
	width: 240px;
	height: 480px;
	/*
	position: sticky;
	z-index: 2;
	top: 150px;
	*/
}
.banner-in-content {
	background-color: #e0e0e0;
	width: 880px;
	height: 110px;
	margin: 0 auto;
}

.checkbox-google {
	display: inline-block;    
	height: 28px;    
	line-height: 28px;      
	margin-right: 10px;       
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;	
}
.checkbox-google .checkbox-google-switch {
	display: inline-block;	
	width: 36px;
	height: 14px;	
	border-radius: 20px;
	position: relative;
	top: 6px;			
	vertical-align: top;
	background: #9f9f9f;
	transition: .2s;
}
.checkbox-google .checkbox-google-switch:before {
	content: '';
	display: inline-block;	
	width: 20px;	
	height: 20px;
	position: absolute;
	top: -3px;
	left: -1px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
	transition: .15s;		
}
.checkbox-google input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch {
	background: #9ABEF7;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch:before {
	background: #1a73e8;
	transform:translateX(18px);
}
/* Hover */
.checkbox-google input[type="checkbox"]:not(:disabled) + .checkbox-google-switch {
	cursor: pointer;
	border-color: rgba(0, 0, 0, .3);
}
/* Active/Focus */
.checkbox-google input[type="checkbox"]:not(:disabled):active + .checkbox-google-switch:before, 
.checkbox-google input[type="checkbox"]:not(:disabled):focus + .checkbox-google-switch:before {
	animation: checkbox-active-on 0.5s forwards linear;
}
@keyframes checkbox-active-on {
	0% {
		box-shadow: 0 0 0 0 rgba(212,212,212, 0);
	}
	99% {
		box-shadow: 0 0 0 10px rgba(212,212,212, 0.5);
	}
}
.checkbox-google input[type="checkbox"]:not(:disabled):checked:active + .checkbox-google-switch:before, 
.checkbox-google input[type="checkbox"]:not(:disabled):checked:focus + .checkbox-google-switch:before {
	animation: checkbox-active-off 0.5s forwards linear;
}
@keyframes checkbox-active-off {
	0% {
		box-shadow: 0 0 0 0 rgba(154,190,247, 0);
	}
	99% {
		box-shadow: 0 0 0 10px rgba(154,190,247, 0.5);
	}
}
/* Disabled */
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch {
	filter: grayscale(60%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch:before {
	background: #eee;
}





.checkselect {
	position: relative;
	display: inline-block;
	width: 130px;
	text-align: left;
	height: 24px;
	font-size: 13px;
	padding: 0 0 0 0; /* 0 0 0 3px */
	margin: auto 5px auto 0;
}
.checkselect.developer {
	width: 200px;
}
.checkselect-control {
	position: relative;
	padding: 0 !important;
}
.checkselect-control select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	height: 24px;
}
.checkselect-control select:focus {
	outline: 2px solid #e0e0e0;
}
.checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 			
	cursor: pointer;
}
.checkselect-popup {
	display: none;
	box-sizing: border-box;
	padding: 5px 0 0 0;
	width: auto;
	min-width: 130px;
	height: auto;
	max-height: 200px;
	position: absolute;
	top: 20px;
	border: 1px solid #e5e5e5;
	border-top: none;
	background: #f5f5f5;
	z-index: 9999;
	overflow: auto;
	user-select: none;
}
.checkselect.developer .checkselect-popup {
	min-width: 200px;
	max-height: 250px;
}
.checkselect label {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 6px 6px 25px;
	font-weight: normal;
	cursor: pointer;
	font-size: 15px;
}	
.checkselect-popup input {
	position: absolute;
	top: 10px; 
	left: 5px;
	margin: 0 !important;
	padding: 0;
	accent-color: black;
	width: 15px;
	height: 15px;
}
.checkselect-popup label:hover {
	background: #e0e0e0;
	color: #000000;
}
.checkselect-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.checkselect-popup fieldset input {
	left: 15px;
}	
.checkselect-popup fieldset label {
	padding-left: 32px;
}
.checkselect-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}