/*цветовая схема*/
.bg1 {
	background: #263080;
}

/*ведущий темный (синий)*/
.bg2 {
	background: #E96C26;
}

/*ведущий светлый (оранжевый)*/
.heading,
.info_feedback .info_elem:hover,
.c_caption,
.c_heading,
.dark_text,
.h_icon a,
.h_text_mark .txttohtmllink {
	color: #050131;
}

/*цвета заголовков*/
.text,
.text .txttohtmllink {
	color: #243463 !important;
}

/*цвет текста*/
.bg {
	background: #E1E6E9;
}

/*фоновый цвет (нежно-голубой)*/
.main_btn {
	color: #fff;
	background: #E96C26;
	border: none !important;
}

.main_btn:hover {
	color: #fff;
	background: #263080;
	border: none !important;
}

.sec_btn {
	border-color: #E96C26;
	color: #E96C26;
}

.sec_btn:hover {
	color: #fff;
	background: #E96C26 !important;
	border-color: #E96C26 !important;
	text-decoration: none;
}

.opac_bg1 {
	background: #26308099;
}

/*ведущий темный (синий) c прозрачностью*/
.text_footer,
.txttohtmllink {
	color: #c4c8d1;
}

.border_bg2 {
	border-color: #E96C26 !important;
	padding-left: 15px;
	border-left: 5px solid;
}

/*для caption*/
.border-box-bg2 {
	border-color: #E96C26 !important;
}

/*обводка, граница, цвет*/
.text-bg2 {
	color: #E96C26;
}

.h_information .h_icon:hover,
.h_information .h_icon a:hover {
	color: #E96C26;
}

.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,
.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a,
.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a {
	background: #384399;
	border-bottom: none;
}

.center {
	margin: 0 auto;
}

.padding-25px-sides {
	padding: 0 25px;
}

body {
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-size: cover !important;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

/*ведущее стилевое оформление основных компонентов*/
.main_btn {
	text-decoration: none;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-shadow: none;
	transition: all .3s;
	z-index: 1;
	font-size: 1.25em;
	letter-spacing: 0.2em;
}

.main_btn:hover {
	text-decoration: none;
}

.sec_btn {
	border: 2px solid;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

.heading {
	text-align: center;
	text-transform: uppercase;
	background: #E1E6E9;
	width: auto;
	display: inline-block;
	position: relative;
	z-index: 7;
	font-size: 1.9em;
}

.heading_group {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
}

.heading_group:after {
	content: "";
	height: 3px;
	width: 100%;
	background: #050131;
	position: absolute;
	top: 50%;
	/* left: 7vw; */
	z-index: 0;
}

.h_info_elem {
	display: flex;
	align-items: center;
	margin: 0;
}

.c_card {
	background: #FFFFFF;
	box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	width: auto;
}

.footer_caption {
	border-left: 5px solid;
	background: none;
	display: block;
	letter-spacing: 1px;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	padding-left: 10px;
	margin-left: -30px;
}

.c_caption,
.c_heading {
	text-transform: none;
	font-weight: 500;
	text-align: left;
	font-size: 1.5em;
	margin-bottom: .5em;
}

/*шапка*/
header {
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.h_logo {
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.h_text_mark {
	font-size: 1.1em;
}

.h_info_elem.map-marker-alt {
	max-width: 22vw;
}

.h_mark {
	font-size: 1.25em;
}

.h_icon {
	border-radius: 30px;
	padding: 3.4px 3.2px;
	border: 1.5px solid;
	text-align: center;
	font-size: 1.1em;
}

.h_icon>a {
	background: none !important;
	display: inherit;
}

.btn_block {
	display: block;
}

/*главное меню*/
nav.main_menu {
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
}

/*контент-блок*/
main .text {
	text-align: justify;
}

.adv_card {
	border-radius: 5px 0px 5px 5px !important;
}

/* .main-container.container .row{    justify-content: space-between;} */

/*карта на контактах*/
.map_complex {
	display: flex;
	position: relative;
	align-items: center;
}

.map_info {
	position: absolute;
	z-index: 100;
	text-align: left !important;
	border-top-right-radius: 0px;
}

.map {
	border-radius: 5px;
	box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.25);
	border: none;
	overflow: hidden;
}

.map_info .title {
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	font-size: 1.25em;
}

/*блок с формой обратной связи*/
.info_feedback {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.info_feedback .info.c_card {
	height: auto;
	/* float: right; */
}

.info_feedback .photo {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 5px 5px 0 0;
}

.info_feedback .text {
	font-size: 1.1em;
}

h3 small {
	font-size: 75%;
}

/*форма заявки для арендаторов*/
.form_arenda {
	overflow: hidden;
}

.form_title {
	color: #fff;
	text-align: center;
	font-size: 1.25em;
}

.form_arenda .feedback_field {
	margin: 10px 0;
}

.form_arenda .feedback_field input,
.form_arenda .feedback_field textarea {
	background: #fff;
	color: #323057;
	border-radius: 5px;
	border: 1.5px solid #ccc;
}

.form_arenda .feedback_field input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 20px;
}

.form_arenda .arenda_caption {
	display: block;
}

.form_arenda input.sec_btn,
.form_arenda input.main_btn {
	font-size: 0.9em;
}

.form_arenda input.sec_btn {
	border: 2px solid;
	background: #fff;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-shadow: none;
	z-index: 1;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.form_arenda .form_errors {
	width: 100%;
	margin: 15px 0;
	background: #ffdfdf;
	padding: 20px;
	border: 2px solid #f38383;
	border-radius: 5px;
	color: #9c1616 !important;
	margin: 15px auto 0;
}

.form_arenda .greentext {
	background: #c8f494;
	padding: 10px;
	border: 2px solid #86ae57;
	border-radius: 5px;
	color: #1f7b07 !important;
	width: 95%;
	margin: 15px auto 0;
}

.form_arenda .greentext>p {
	margin: 0;
}

.feedback_field.pers_data {
	position: relative;
	padding: 0 6px;
	text-align: justify;
}

.feedback_field.pers_data label,
.feedback_field.pers_data span {
	display: inline;
}

#form_checkbox_pers_data_77 {
	position: absolute !important;
	top: 4px;
	right: 0;
	left: 0;
	margin: 0 1px -2px;
}

.feedback_field>img {
	margin: 11px 0;
}

/* .arenda_info_card{  border-radius: 5px;} */
.form_arenda .btn_right_group {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

/*раздел покупателям*/
/*карточка с инфой*/
.card_image.c_card.row {
	padding: 0;
	height: auto;
	margin: 15px 0 30px;
	overflow: hidden;
}

.image_in_card {
	height: inherit;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.info_in_card {
	padding: 15px 25px;
}

.nav_image {
	margin: 10px 0;
	transition: all .3s;
	border-radius: 5px;
}

.nav_image:hover {
	background-color: #26308099 !important;
	text-decoration: none;
}

.nav_image:hover p.text {
	color: #fff !important;
}

.nav_image div {
	background-blend-mode: soft-light;
	height: 6vw;
	background-size: cover;
}

.nav_image p.text {
	text-align: center;
	padding: 3px;
	margin: 0;
}

/*карты этажей*/
.map_row.row {
	margin: 10px 0;
	width: 100%;
}

.map_floor>div {
	margin-bottom: 0 !important;
}

.map_floor {
	padding: 0;
	border-radius: 5px !important;
	overflow: hidden;
	margin: 0 0 30px 0;
	box-shadow: 2px 2px 9px #37383a73;
}

.legcolor {
	width: 40px;
	height: 40px;
	border: 1px solid #aaa;
	border-radius: 5px;
	margin: 0 8px 0 0;
}

.legenda {
	display: flex;
	margin: 0 8px;
	text-align: left !important;
}

.map_legend {
	display: flex;
	width: 100%;
}

/*оформление карт навигация*/
.map,
.map_complex #BX_YMAP_map_contact.bx-yandex-map,
ymaps.ymaps-map.ymaps-i-ua_js_yes {
	width: 100% !important;
}

.map_complex #BX_YMAP_map_contact .ymaps-controls-lefttop>ymaps {
	top: 0% !important;
	left: 0 !important;
	right: 0;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 10px;
	top: 50%;
	transform: translateY(280%);
}

/*подвал*/
footer {
	max-width: 100vw !important;
	width: 100vw;
	height: auto;
	position: relative;
	font-size: 1.1em;
}

footer:before {
	content: "";
	height: 10px;
	width: 100vw;
	background: #ffffff;
	position: absolute;
	top: -10px;
	left: 0;
}

footer:after {
	content: "";
	height: 14px;
	width: 100vw;
	background: #e96c26;
	position: absolute;
	top: -23px;
	left: 0;
}

.info_elem {
	margin: 0 0 15px 0;
	transition: all .3s;
	display: grid;
	grid-template-columns: 0.3fr 2.5fr;
	align-items: center;
}

.info_elem.question .text_mark {
	padding-left: 2px;
}

.info_elem:hover {
	color: #fff;
}

.info_elem:last-child {
	margin: 10px 0 0;
}

.footer_flex {}

.f_mark {
	align-self: flex-start;
	font-size: 1.8em;
}

.f_copyright {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	font-size: 0.9em;
}

.h4_footer {
	color: #fff;
}

.count_elem {
	display: inline;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
	border-radius: 100px;
	padding: 0 0.5em 0.1em;
}

.ridht-sidebar-news-line .photo {
	width: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
}

.ridht-sidebar-news-line .photo-mess {
	width: auto;
	background-size: contain;
}

.ridht-sidebar-news-line .name {
	text-align: center;
	width: 100%;
	color: #fff;
	position: absolute;
	bottom: 0;
	margin: 0;
	font-size: 1.1em;
}

.catalog-section-list-right-sidebar ul,
.catalog-section-list-right-sidebar {
	list-style: none;
	font-size: 1.02em;
}

.caption-general {
	font-weight: 600;
}

.news-line.rigth_sidebar_nav {
	padding-left: 20px;
	font-size: 1.1em;
}

.news-line.rigth_sidebar_nav .text {
	display: block;
	margin: 8px;
}

.caption-general.sct_right_caption {
	padding-left: 40px;
}

.sct_right_caption.caption-twolvl {
	padding-left: 60px;
}

.sct_right_caption {
	display: block;
}

.caption-twolvl {
	padding-left: 20px;
}

.nav-selected,
.caption_location {
	color: #e96c26;
	font-weight: 600;
}

.nav-selected:hover {
	color: #243463;
}
.bx-newsdetail-title.bg2 {
	color: #fff;
    margin: 0;
    font-weight: 600;
    padding: 15px;
    border-bottom: none;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 5px 5px 0 0;
    z-index: 0;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 0px;
    text-shadow: none;
}
.c_card.arenda_info_card.text.arenda-form {padding: 0 !important;}

div[id^="wait_"] {
	display: none !important;
	background: none !important;
	border: 0 !important;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal;
	letter-spacing: normal !important;
	line-height: normal;
	padding: 0 !important;
	position: absolute;
	text-align: center !important;
	text-indent: 0 !important;
	width: 0px !important;
	height: 0px !important;
	word-spacing: normal !important;
	z-index: 0;
	content: "";
}

@media only screen and (min-width: 1223px) {

	/*шапка*/
	header {
		width: 100vw;
		height: auto;
		margin: 0;
		padding: 20px;
	}

	.h_logo {
		height: 110px;
		width: 18vw;
	}

	.h_mark {
		margin-right: 30px;
	}

	.h_information {
		width: 100vw;
		display: flex;
		justify-content: space-between;
		padding: 0 40px 0 20px;
		align-items: center;
	}

	.h_icon {
		margin: 0 5px;
		min-width: 17px;
	}

	/******контент-блок******/
	.heading {
		letter-spacing: 2px;
		padding: 0 15px;
		margin: 8px;
	}

	/* .heading_group{margin: 10px auto 0;} */
	.c_card {
		padding: 15px;
	}

	.footer_caption,
	.c_caption {
		padding-left: 10px;
		margin-left: -25px;
	}

	.c_caption {
		letter-spacing: 1.2px;
		margin: 0 0 20px -25px;
	}

	/******карта на контактах******/
	.map_complex {
		margin: 20px 0;
	}

	.map_info .title {
		letter-spacing: 2px;
	}

	.map_info b {
		padding: 0 10px;
	}

	.map_info.c_card:after {
		top: -15px;
		left: -31px;
		bottom: 2px;
		right: -16px;
	}

	/*блок с формой обратной связи*/
	.info_feedback {
		margin: 50px 0;
	}

	.info_feedback .info.c_card {
		width: 47%;
		padding: 0;
	}

	/*форма заявки для арендаторов*/
	.form_arenda {
		width: 100%;
		margin: 30px 0 25px;
		padding: 0;
	}

	.form_arenda .feedback_field {
		margin: 10px 0;
	}

	.form_arenda .container {
		padding: 10px 30px;
	}

	/******подвал******/
	.f_mark {
		margin-right: 20px;
	}

	.count_elem {
		margin: 0 10px;
	}

	nav.f_catalog_menu {
		margin-bottom: 35px;
	}

	.c_card.ridht-sidebar-news-line,
	.c_card.ridht-sidebar-nav {
		margin: 0 0 30px 0;
	}

	.ridht-sidebar-news-line>div {
		margin: 0 0 15px 0;
	}

	.ridht-sidebar-news-line .name {
		padding: 10px;
	}

	.catalog-section-list-right-sidebar ul,
	.nav-right-sidebar {
		padding-left: 20px;
	}

	.catalog-section-list-right-sidebar li {
		margin: 5px 0;
	}

	.count_elem {
		margin: 0 10px;
	}

	.main-container.container {
		min-width: 1140px;
		max-width: 85vw;
		margin: 50px auto;
		padding: 15px;
	}

	.right_sidebar.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-top: 10px;
	}

}

@media only screen and (min-width : 2024px) {
	body {
		font-size: 19px;
	}

	/*ведущие кнопки*/
	.main_btn {
		padding: 12px;
	}

	.sec_btn {
		padding: 10px;
	}

	/*шапка*/
	header {
		margin: 0;
	}

	/******контент-блок******/
	.heading {
		letter-spacing: 2px;
		padding: 0 20px;
		margin: 10px;
	}

	.h_info_elem {
		margin: 0;
	}

	/* .heading_group{margin: 12px auto 0;} */
	.c_card {
		padding: 17px;
	}

	.main_caption {
		padding-left: 10px;
		margin-left: -25px;
	}

	/******карта на контактах******/
	.map_complex {
		margin: 22px 0;
	}

	.map_info {
		width: 366px;
	}

	.map {
		margin: 0 0 0 100px;
	}

	.map_info b {
		padding: 0 20px;
	}

	.map_complex #BX_YMAP_map_contact.bx-yandex-map {
		height: 600px !important;
	}

	/*блок с формой обратной связи*/
	.info_feedback .photo {
		width: 100%;
		height: 380px;
	}

	.info_feedback .text {
		padding: 15px 20px;
	}

	.info_feedback .info_elem b {
		margin: 0 25px 0 0;
		max-width: 45%;
	}

	/*форма заявки для арендаторов*/
	.form_title {
		width: 100%;
		padding: 20px;
	}

	.form_arenda .feedback_field input,
	.form_arenda .feedback_field textarea {
		width: 100%;
		padding: 15px;
	}

	.form_arenda input.sec_btn {
		padding: 6.2px 10px;
	}

	.arenda_info_card {
		margin: 30px auto;
		width: 100%;
		padding: 20px;
	}

	.form_arenda .btn_right_group {
		margin: 15px 0;
	}

	/*товарные и акционные карточки*/
	.bx-newslist-name-img {
		height: 280px;
	}

	.bx-newslist-img,
	.bx-newslist-img-action {
		height: 250px;
	}

	/******подвал******/
	footer {
		padding: 15px;
		margin: 65px 0 0 !important;
	}

	.footer_flex {
		padding: 20px 250px;
	}

	/* .f_information {   width: 28vw;} */
	.info_elem {
		margin: 0 0 15px 0;
	}

	.info_elem:last-child {
		margin: 10px 0 0;
	}

	.footer_caption {
		margin: 0 0 20px -35px;
	}

	.ridht-sidebar-news-line,
	.ridht-sidebar-nav {
		margin: 0 0 35px 0;
	}

	.ridht-sidebar-news-line .photo {
		height: 17vh;
	}

	.ridht-sidebar-news-line .photo-mess {
		height: 12vh;
		margin: 25px 0;
	}

	.catalog-section-list-right-sidebar li {
		margin: 10px 0;
	}
}

@media only screen and (max-width : 2023px) and (min-width: 1740px) {
	body {
		font-size: 17px;
	}

	/*ведущие кнопки*/
	.main_btn {
		letter-spacing: 1.5px;
		padding: 10px;
	}

	.sec_btn {
		letter-spacing: 1px;
		padding: 9px;
	}

	/******контент-блок******/
	.c_card {
		padding: 18px;
	}

	.c_caption {
		letter-spacing: 1.2px;
		margin: 0 0 20px -25px;
	}

	/******карта на контактах******/
	.map_info {
		width: 331px;
	}

	.map {
		margin: 0 0 0 100px;
	}

	.map_complex #BX_YMAP_map_contact.bx-yandex-map {
		/*width: 58vw !important; */
		height: 550px !important;
	}

	/*блок с формой обратной связи*/
	.info_feedback .photo {
		width: 100%;
		height: 310px;
	}

	.info_feedback .text {
		padding: 15px 20px;
	}

	.info_feedback .info_elem b {
		margin: 0 20px 0 0;
		max-width: 45%;
	}

	/*форма заявки для арендаторов*/
	.form_title {
		width: 100%;
		padding: 15px;
	}

	.form_arenda .feedback_field input,
	.form_arenda .feedback_field textarea {
		width: 100%;
		padding: 10px;
	}

	.form_arenda input.sec_btn {
		padding: 7px 10px;
	}

	.arenda_info_card {
		margin: 30px auto;
		width: 100%;
		padding: 20px;
	}

	.form_arenda .btn_right_group {
		margin: 15px 0;
	}

	/*товарные и акционные карточки*/
	.bx-newslist-name-img {
		height: 260px;
	}

	.bx-newslist-img,
	.bx-newslist-img-action {
		height: 230px;
	}

	/*правый сайдбар*/
	.ridht-sidebar-news-line .photo {
		height: 26em;
	}

	.ridht-sidebar-news-line .photo-mess {
		height: 16em;
		margin: 30px 0;
	}

	/******подвал******/
	footer {
		padding: 15px;
		margin: 65px 0 0 !important;
	}

	.footer_flex {
		padding: 10px 100px;
	}

	.info_elem {
		margin: 0 0 15px 0;
	}

	.info_elem:last-child {
		margin: 10px 0 0;
	}

	/* .ridht-sidebar-news-line .photo{	height: 17vh; } */
	/* .ridht-sidebar-news-line .photo-mess{height: 16vh;     margin: 15px 0;} */
}

@media only screen and (max-width : 1739px) and (min-width: 1223px) {
	body {
		font-size: 14px;
	}

	/*ведущие кнопки*/
	.main_btn {
		letter-spacing: 1.5px;
		padding: 8px 10px;
	}

	.sec_btn {
		letter-spacing: 1px;
		padding: 8px;
	}

	/******карта на контактах******/
	.map_info {
		width: 278px;
	}

	.map {
		margin: 0 0 0 100px;
	}

	.map_complex #BX_YMAP_map_contact.bx-yandex-map {
		/*width: 61vw !important;*/
		height: 470px !important;
	}

	/*блок с формой обратной связи*/
	.info_feedback .photo {
		width: 100%;
		height: 280px;
	}

	.info_feedback .text {
		padding: 15px 20px;
	}

	.info_feedback .info_elem b {
		margin: 0 20px 0 0;
		max-width: 45%;
	}

	/*форма заявки для арендаторов*/
	.form_title {
		width: 100%;
		padding: 15px;
	}

	.form_arenda .feedback_field input,
	.form_arenda .feedback_field textarea {
		width: 100%;
		padding: 10px;
	}

	.form_arenda input.sec_btn {
		padding: 6.3px 10px;
	}

	.arenda_info_card {
		margin: 30px auto;
		width: 100%;
		padding: 20px;
	}

	.form_arenda .btn_right_group {
		margin: 15px 0;
	}

	/*товарные и акционные карточки*/
	.bx-newslist-name-img {
		height: 260px;
	}

	.bx-newslist-img,
	.bx-newslist-img-action {
		height: 230px;
	}

	/*правый сайдбар*/
	.ridht-sidebar-news-line .photo {
		height: 19em;
	}

	.ridht-sidebar-news-line .photo-mess {
		height: 15em;
		margin: 15px 0;
	}

	/******подвал******/
	footer {
		padding: 15px;
		margin: 65px 0 0 !important;
	}

	.footer_flex {
		padding: 10px 100px;
	}

	/* .f_information {   width: 28vw;} */
	.info_elem {
		margin: 0 0 15px 0;
	}

	.info_elem:last-child {
		margin: 10px 0 0;
	}
}

@media only screen and (max-width : 1222px) and (min-width: 768px) {
	body {
		font-size: 12px;
	}

	/*ведущие кнопки*/
	.main_btn {
		letter-spacing: 1.5px;
		padding: 9px;
	}

	.sec_btn {
		letter-spacing: 1px;
		padding: 10px;
	}

	/*шапка*/
	header {
		width: 100vw;
		height: auto;
		margin: 0;
		padding: 20px;
	}

	.h_mark {
		margin-right: 15px;
	}

	.h_information {
		width: 100vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.h_info_elem {
		margin: 0 2px;
	}

	.h_icon {
		margin: 0 5px;
		min-width: 17px;
	}

	/******контент-блок******/
	.main-container.container .container {
		max-width: 100%;
		padding: 0 20px;
	}

	.heading {
		letter-spacing: 2px;
		padding: 0 15px;
		margin: 12px;
	}

	/* .heading_group{margin: 10px auto 0;} */
	.c_card {
		padding: 15px;
	}

	.main_caption {
		padding-left: 10px;
		margin-left: -25px;
	}

	.c_caption {
		letter-spacing: 1.2px;
		margin: 0 0 20px -25px;
	}

	/*контакты*/
	.text .info_elem {
		display: block !important;
	}

	/******карта на контактах******/
	.map_complex #BX_YMAP_map_contact.bx-yandex-map {
		height: 450px !important;
	}

	.map_complex {
		margin: 20px 0;
	}

	.map_info {
		width: 250px;
	}

	.map {
		margin: 0 0 0 100px;
	}

	.map_info .title {
		letter-spacing: 2px;
	}

	.map_info b {
		padding: 0 15px;
	}

	/*блок с формой обратной связи*/
	.info_feedback {
		margin: 50px 0;
	}

	.info_feedback .info.c_card {
		width: 47%;
		padding: 0;
	}

	.info_feedback .photo {
		width: 100%;
		height: 260px;
	}

	.info_feedback .text {
		padding: 15px 20px;
	}

	/*форма заявки для арендаторов*/
	.form_arenda {
		width: 100%;
		margin: 50px 0 65px;
		padding: 0;
	}

	.form_title {
		width: 100%;
		padding: 15px;
	}

	.form_arenda .feedback_field {
		margin: 10px 0;
	}

	.form_arenda .container {
		padding: 10px 30px;
	}

	.form_arenda .feedback_field input,
	.form_arenda .feedback_field textarea {
		width: 100%;
		padding: 10px;
	}

	.form_arenda input.sec_btn {
		padding: 7px 10px;
	}

	.arenda_info_card {
		margin: 30px auto;
		width: 100%;
		padding: 20px;
	}

	.form_arenda .btn_right_group {
		margin: 15px 0;
	}

	/*товарные и акционные карточки, раздел товары*/
	.bx-newslist-name-img {
		height: 185px;
	}

	.bx-newslist-img {
		height: 155px;
	}

	.bx-newslist-img-action {
		background-size: 90%;
		height: 200px;
		background-position: top;
	}

	div.t-page-navigation a,
	span.t-page-current,
	span.t-page-dots {
		padding: .4em .95em;
	}

	.bx-newsdetail-title h3 {
		font-size: 1.3em;
		margin: 0;
	}

	.photo.col-md-6.col-sm-6 {
		height: 300px !important;
	}

	/*раздел покупателям*/
	/*.row.justify-content-around.catalog-section-list {width: 100%;display: flex; margin: 0;flex-direction: column; margin-bottom: 15px;}*/
	.menu_element {
		width: 45%;
		height: 220px;
		margin: 10px 0;
		padding: 10px;
		background-position: center;
	}

	.photo-item-cont .photo-item-inner {
		width: 13vw !important;
		height: 10vw !important;
		min-width: 165px;
		min-height: 165px;
	}

	/* .photo-item-cont .photo-item-inner img{    min-width: 150%; min-height: 125px;} */
	.photo-items-list .c_heading.border_bg2 {
		margin: 0 0 25px 0 !important;
	}

	.photo-items-list.photo-photo-list {
		width: 100% !important;
	}

	.map_info.c_card:after {
		width: 120%;
		height: 101%;
		top: -14px;
		right: -15px;
		bottom: 0;
	}

	.nav_image {
		width: 50%;
		height: 13vw;
	}

	.nav_image div {
		height: 9vw;
	}

	/*правый сайдбар*/
	.c_card.ridht-sidebar-news-line,
	.c_card.ridht-sidebar-nav {
		margin: 0 0 30px 0;
	}

	/******подвал******/
	footer {
		padding: 15px;
		margin: 65px 0 0 !important;
	}

	.footer_flex {
		padding: 10px 100px;
	}

	.info_elem {
		margin: 0 0 15px 0;
	}

	.info_elem:last-child {
		margin: 10px 0 0;
	}

	.f_mark {
		margin-right: 20px;
	}

	nav.f_catalog_menu {
		margin-bottom: 35px;
	}

	.count_elem {
		margin: 0 10px;
	}

	.catalog-section-list-right-sidebar ul,
	.catalog-section-list-right-sidebar {
		padding-left: 20px;
	}

	.catalog-section-list-right-sidebar li {
		margin: 5px 0;
	}

}

@media only screen and (max-width: 1222px) and (min-width: 1024px) {
	.mn_logo {
		width: 160px;
		margin: 0 20px;
	}

	.mn_logo:before {
		width: 160px;
		height: 60px;
	}

}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.mn_logo {
		width: 140px;
		margin: 0 20px;
	}

	.mn_logo:before {
		width: 140px;
		height: 50px;
		top: -10px;
	}

	.photo-items-list.photo-photo-list {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1222px) and (min-width: 992px) {
	.main-container.container {
		max-width: 95%;
		/*padding: 0;*/
		margin: 50px auto;
	}

	/*раздел покупателям*/
	.nav_image {
		width: 50%;
		height: 8.5vw;
	}

	.nav_image div {
		height: 6vw;
	}

	/*правый сайдбар*/
	.ridht-sidebar-news-line .photo {
		height: 16em;
	}

	.ridht-sidebar-news-line .photo-mess {
		height: 11em;
		margin: 10px 0;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) and (min-height: 30em) {

	/*главный блок*/
	.main-container.container {
		max-width: 98%;
		margin: 50px auto;
	}

	/*раздел покупателям*/
	.nav_image {
		width: 50%;
		height: 13vw;
		padding: 0 3px;
	}

	.nav_image div {
		height: 10vw;
	}

	.legenda {
		margin: 10px;
	}

	.map_legend {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 5px 15px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 240px) {
	.main-container.container>.row {
		flex-direction: column-reverse;
	}

	.c_card.ridht-sidebar-news-line {
		display: none;
	}
}

@media only screen and (max-width : 765px) and (min-width: 240px) {
	body {
		font-size: 12px;
	}

	/*шапка*/
	nav.main_menu {
		height: 43px;
		padding: 3px;
		position: fixed;
	}

	.mn_mobile_logo {
		margin: 0px auto;
	}

	/*ведущие кнопки*/
	.main_btn {
		letter-spacing: 1.5px;
		padding: 9px;
	}

	.sec_btn {
		letter-spacing: 1px;
		padding: 10px;
	}

	/*шапка*/
	header {
		display: none;
	}

	.h_information {
		display: none;
	}

	/******контент-блок******/
	.territory-for-mnmenu {
		padding-top: 40px;
	}

	.main-container.container .container {
		max-width: 100%;
		padding: 0 20px;
	}

	.main-container.container {
		max-width: 98% !important;
		margin: 10px auto;
	}

	.bx-newslist-block.c_card {
		padding: 15px;
	}

	main.col-xl-9.col-lg-9.col-md-12.col-sm-12.col-12 {
		padding: 0;
		margin-top: 20px;
	}

	main.col-xl-9.col-lg-9.col-md-12.col-sm-12.col-12>div {
		margin: 0;
	}

	.heading {
		letter-spacing: 2px;
		padding: 0 8px;
		margin: 12px;
		font-size: 1.7em;
	}

	/* .heading_group{margin: 10px auto 0;} */
	.c_card {
		padding: 15px;
	}

	.main_caption {
		padding-left: 10px;
		margin-left: -25px;
	}

	.main-container.container>.row {
		flex-direction: column-reverse;
	}

	.c_caption {
		letter-spacing: 1.2px;
		margin: 0 0 20px -25px;
	}

	/******карта на контактах******/
	.map_complex>div {
		margin: 0;
	}

	.map_complex #BX_YMAP_map_contact.bx-yandex-map {
		height: 350px !important;
	}

	.map_info {
		position: absolute;
		width: 100% !important;
		padding: 10px 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		border-radius: 5px;
		top: 99%;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
	}

	.map_complex {
		display: flex;
		flex-direction: column-reverse;
	}

	.map_info .title {
		width: 100%;
	}

	.map_complex {
		margin: 20px 0;
	}

	.map_info {
		width: 250px;
	}

	.map {
		margin: 0 0 0 100px;
	}

	.map_info .title {
		letter-spacing: 2px;
	}

	.map_info b {
		padding: 0 15px;
	}

	/*блок с формой обратной связи*/
	.info_feedback {
		flex-direction: column;
	}

	.text .info_elem {
		display: block !important;
	}

	.info_feedback .info.c_card,
	div.mfeedback {
		width: 100%;
		padding: 0;
	}

	div.mfeedback {
		padding-top: 25px;
	}

	.info_feedback .photo {
		width: 100%;
		height: 260px;
	}

	.info_feedback .text {
		padding: 15px 20px;
	}

	.info_feedback .info_elem b {
		margin: 0 20px 0 0;
		max-width: 50%;
	}

	/*форма заявки для арендаторов*/
	.c_card.arenda_info_card.text {
		margin-bottom: 20px !important;
	}

	.form_arenda {
		width: 100%;
		margin: 50px 0 65px;
		padding: 0;
	}

	.form_title {
		width: 100%;
		padding: 15px;
	}

	.form_arenda .feedback_field {
		margin: 10px 0;
	}

	.form_arenda .container {
		padding: 10px 30px;
	}

	.form_arenda .feedback_field input,
	.form_arenda .feedback_field textarea {
		width: 100%;
		padding: 10px;
	}

	.form_arenda input.sec_btn {
		padding: 7px 10px;
	}

	.arenda_info_card {
		margin: 30px auto;
		width: 100%;
		padding: 20px;
	}

	.form_arenda .btn_right_group {
		margin: 15px 0;
	}

	/*раздел товары*/
	.bx-newslist-more .sec_btn {
		padding: 10px 3px;
	}

	.small_date_act>a {
		font-size: inherit !important;
		word-break: break-word;
	}

	/*раздел акции*/
	.col-md-12.col-sm-12.prew-text img {
		max-width: 100%;
	}

	/*товарные и акционные карточки раздел товары*/
	.bx-newslist-name-img,
	.bx-newslist-img,
	.bx-newslist-img-action {
		height: 185px;
		margin: 0;
	}

	.bx-newslist-img-action {
		height: 185px;
		background-size: contain;
		background-position: top;
	}

	.small_date_act {
		margin: 10px 0;
	}

	.bx-newslist-container {
		padding: 0;
		margin-bottom: 20px;
	}

	.bx-newslist .row {
		width: 100%;
		margin: 0;
	}

	/*раздел покупателям*/
	.row.justify-content-around.catalog-section-list {
		width: 100%;
		display: flex;
		margin: 0;
		flex-direction: column;
		margin-bottom: 15px;
	}

	.menu_element {
		height: 120px;
		margin: 10px 0;
		padding: 10px;
		background-position: center;
	}

	.photo-item-cont .photo-item-inner {
		width: auto !important;
		height: 10vw !important;
		min-width: 110px;
		min-height: 100px;
	}

	.photo-item-cont .photo-item-inner img {
		min-width: 150%;
		min-height: 125px;
	}

	.photo-items-list .c_heading.border_bg2 {
		margin: 0 0 25px 0 !important;
	}

	.photo-items-list.photo-photo-list {
		width: 100% !important;
	}

	.map_info.c_card:after {
		display: none;
	}

	.map_info.text.c_card>p {
		min-width: 45%;
	}

	.card_image {
		margin: 10px 0 25px !important;
	}

	.image_in_card {
		height: 240px;
		background-position: center;
	}

	.nav_image {
		width: 50%;
	}

	.news-line.text.rigth_sidebar_nav {
		padding: 0;
	}

	.nav_image div {
		height: 25vw;
	}

	.map_floor.col-xl-12 div {
		height: 360px !important;
	}

	.map_floor.col-xl-12 ymaps.ymaps-map.ymaps-i-ua_js_yes {
		height: 100% !important;
	}

	.legenda {
		margin: 10px;
		min-width: 10%;
		width: 42%;
	}

	.legcolor {
		min-width: 40px;
	}

	.legcolor {
		min-width: 40px;
	}

	.map_legend {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 5px 15px;
	}


	/*навигация правого сайдбара*/
	.right_sidebar.col-xl-3.col-lg-3.col-md-12.col-sm-12.col-12 {
		padding: 0;
		margin-top: 0px;
	}

	.ridht-sidebar-nav {
		margin-top: 10px;
	}

	.ridht-sidebar-news-line {
		display: none;
	}

	/******подвал******/
	footer {
		padding: 15px;
		margin-top: 70px;
	}

	.footer_flex {
		padding: 10px 20px 10px 50px;
	}

	.info_elem {
		grid-template-columns: 0.4fr 2fr;
	}

	.f_information,
	.f_helpful_menu,
	.f_catalog_menu {
		padding: 0;
		margin-bottom: 10px;
	}

	/* .info_elem {margin: 0 0 15px 0;} */
	/* .info_elem:last-child {  margin: 10px 0 0;} */
	.f_mark {
		font-size: 2em;
	}

	nav.f_catalog_menu {
		margin-bottom: 35px;
	}

	.count_elem {
		margin: 0 10px;
		padding: 0 0.5em 0.1em;
	}

	.catalog-section-list-right-sidebar ul,
	.catalog-section-list-right-sidebar {
		padding-left: 20px;
	}

	.catalog-section-list-right-sidebar li {
		margin: 5px 0;
	}
}

@media only screen and (max-width : 765px) and (min-width: 500px) {
	.map_complex {
		margin-bottom: 150px !important;
	}
}

@media only screen and (max-width : 491px) and (min-width: 280px) {
	.map_complex {
		margin-bottom: 215px !important;
	}
}

@media only screen and (max-width : 279px) {
	.map_complex {
		margin-bottom: 275px !important;
	}
}

@media (max-width: 1223px) and (min-width: 768px) {
	.main-container.container {
		max-width: 95%;
		margin: 50px auto;
	}
}

@media (min-width: 450px) and (max-width: 650px) {
	.footer_flex {
		padding: 10px 40px;
		font-size: 1.3em;
	}
}