

/* Start:/local/templates/malinka/components/bitrix/news.list/map_search_category/style.css?1688718748788*/
.schemeSidebarList__item.disabled,
.schemeDropdownList__item.disabled,
.schemeDropdownList__hiddenItem.disabled {
    display: none!important;
}
.schemePopup {
    z-index: 1;
}

.floor_shop.active path {
    fill: #FFEBEE;
}


.shcemeFloor__button.have_shops:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #FF3B61;
    border-radius: 50%;
}

.shcemeFloor__button.have_shops.active:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #fff;
    border-radius: 50%;
}
.schemeSidebarList li {
    display: none;
}
.schemePopup .schemePopup__row:nth-child(n+2) {
    margin-top: 10px
}
/* End */


/* Start:/local/templates/malinka/assets/css/pages/scheme/scheme.css?16887187485180*/
/****тест******/

.schemeContainer {
	padding-top: 80px;
}
.scheme {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.schemeFloorsButtons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shcemeFloor__button {
	position: relative;
	border: none;
	background: transparent;
	outline: none;
	font-family: 'HelveticaNeueCyr-Medium', sans-serif;
	font-weight: 550;
	font-size: 24px;
	line-height: 24px;
	color: #A8A8A8;
	cursor: pointer;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.shcemeFloor__button::after{
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background: #C4122F;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.shcemeFloor__button:not(:last-child) {
	margin-right: 42px;
}
.shcemeFloor__button.active{
	color: #000;
}
.shcemeFloor__button.active::after {
	width: 100%;
}
.shcemeFloor__button:hover{
	color: #000;
}
.shcemeFloor__button:hover::after {
	width: 100%;
}
.schemeScaleButtons {
	display: none;
}

.draggable_scheme {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.schemeFloors_svg {
	max-width: 950px;
	height: auto;
}

.floor_shop {
	cursor: pointer;
}
.floor_shop path,
.floor_shop rect {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.floor_shop path:hover,
.floor_shop rect:hover {
	fill: #FFEBEE;
}
.floor {
	display: none;
}
.floor.active {
	display: block;
}

.schemeFloors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding-top: 80px;
	padding-bottom: 120px;
}

.schemePopup {
	display: none;
	background: #FFFFFF;
	-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
	padding: 24px;
	position: absolute;
	text-align: left;
	min-width: 254px;
	cursor: default;
}

.schemePopup__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
}

.schemePopup__title span{
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	margin-right: 10px;
	max-width: 200px;
}
.schemePopup__title svg{
	position: static;
	width: 10px;
	height: 16px;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.schemePopup__category {
	font-size: 14px;
	line-height: 14px;
	color: #A8A8A8;
	margin-bottom: 16px;
}

.schemePopup____area {
	font-size: 14px;
	line-height: 14px;
	color: #C4122F;
}

@media screen and (max-width: 992px) {
	.schemeFloors_svg {
		max-width: 550px;
	}
	.schemeFloors {
		padding-bottom: 0;
	}
	.schemePopup {
		padding: 15px;
		min-width: 200px;
	}
	.schemeScaleButtons {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.schemeScaleButtons__wrapper{
		position: relative;
		margin-top: 30px;
		margin-bottom: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100px;
		height: 43px;
	}
	.schemeScaleButtons__wrapper::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1px;
		background: #BCBCBC;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: calc(100% - 12px);
	}
	.shcemeScale__button {
		width: 50%;
		height: 100%;
		border: none;
		background: #F2F2F2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.shcemeScale__button_minus {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.shcemeScale__button_plus {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
}
@media screen and (max-width: 768px) {
	.schemePopup {
		left: 50% !important;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50% !important;
	}
}
@media screen and (max-width: 576px) {
	.shcemeFloor__button {
		font-size: 20px;
		line-height: 20px;
	}
	.schemeFloors_svg {
		max-width: 100%;
	}
}

@media screen and (max-width: 390px) {
	.shcemeFloor__button:not(:last-child) {
		margin-right: 20px;
	}
}
/* End */
/* /local/templates/malinka/components/bitrix/news.list/map_search_category/style.css?1688718748788 */
/* /local/templates/malinka/assets/css/pages/scheme/scheme.css?16887187485180 */
