.main_gallery .fotorama__wrap {margin: 0px auto;}

.blog-page .period-wrapper {display: none;}

.top-description-wrapper {
	float: left;
}
.logo-row .top-description {
	width: 130px;
	padding: 0 30px;
}
.yandex-vidget {
	width: 150px;
	padding: 25px 0;
}
.yandex-vidget._footer {
	padding: 0;
}
.yandex-vidget iframe {
	width: 100%;
	display: block;
}
.logo_and_menu-row .phone-block .inner-table-block {
	padding-left: 0;
}
.bottom-title {
	color: #fff;
	font-weight: bold;
	margin-bottom: 17px;
}
.form .form-group {
	margin-bottom: 15px;
}
.form-spambot {
	display: none;
}
.form .form-header .title {
	margin-bottom: 0;
}


#formUserName{
	display: none;
}

.catList {
	display: flex;
	margin: 20px -28px 0;
	width: calc(100% + 56px);
	flex-wrap: wrap;
	align-items: stretch;
}
.catList_item {
	margin: 0 28px 20px;
	width: calc(25% - 56px);
	display: flex;
	align-items: center;
}
.catList_link {
	font-weight: bold;
	color: #333;
}
.catList_link:hover {
	color: #0088cc;
}
.catList_img {
	margin-right: 20px;
	width: 60px;
	text-align: center;
}



.properties-groups {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 60px;
}

.properties-group__items {
	display: flex;
	flex-direction: column;
}

.properties-group__title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 18px;
}

.properties-group__item-row {
	display: flex;
	align-items: flex-start;
	column-gap: 10px;
	position: relative;
}

.properties-group__item-row:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0.85em;
	border-bottom: 1px dotted black;
}

.properties-group__item-title {

}

.properties-group__item-title > span {
	padding-right: 5px;
}

.properties-group__item-value {
	order: 2;
	text-align: right;
	margin-left: auto;
}

.properties-group__item-value > span {
	padding-left: 5px;
}

.properties-group__item-title > span,
.properties-group__item-value > span {
	display: block;
	position: relative;
	background: white;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}



@media (max-width: 991px) {
	.catList_item {
		width: calc(33.3333% - 56px);
	}
}



@media (max-width: 767px) {
	.catList {
		width: 100%;
		margin: 0;
	}
	.catList_item {
		width: 100%;
		margin: 0 0 20px;
	}
	#mobileheader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#mobileheader .wrap_icon {
		line-height: 42px;
	}
	.mobileheader-v1 {
		padding: 10px 0;
		box-sizing: border-box;
	}
	.logo {
		height: 100%;
	}
	.logo img {
		display: block;
		max-height: 100%;
	}
	body {
		padding-top: 63px;
	}
	.bx-yandex-map img {
		width: 100%;
		height: 100%;
	}

	.yandex-vidget {
		margin: 0 auto;
	}

	.properties-groups {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media(max-width: 380px) {
	.properties-group__item-row {font-size: 12px;}
}