/* .dealer-info__tags {
	margin-bottom: 1.5rem
} */
.dealer-info__tag {
	display: inline-block;
	padding: .375rem .75rem;
	background-color: #efeff2;
	margin: .25rem
}
.dealer-info__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 1rem
}
.dealer-info__contact .icon {
	margin-right: 1rem;
	color: #b3b9bd;
	width: 1.25rem;
	min-width: 1.25rem;
	height: 1.25rem
}
.dealer-info__mail,
.dealer-info__phone,
.dealer-info__site {
	display: inline-block
}
.dealer-info__mail:not(:first-child),
.dealer-info__phone:not(:first-child),
.dealer-info__site:not(:first-child) {
	margin-top: .5rem
}
.dealer-info__route-button {
	margin-top: 2rem
}
.dealer-map__head {
	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: 3.5rem
}
@media (max-width: 639.98px) {
	.dealer-map__head {
		margin-bottom: 2rem
	}
}
@media (max-width: 989.98px) {
	.dealer-map__head .dealer-map__link {
		display: none
	}
}
.dealer-map__link-bottom-wrap {
	display: none;
	padding-top: 3rem;
	padding-bottom: 5rem;
	padding-left: 2rem
}
@media (max-width: 989.98px) {
	.dealer-map__link-bottom-wrap {
		display: block;
		background-color: #efefef
	}
}
@media (max-width: 639.98px) {
	.dealer-map__link-bottom-wrap {
		padding-top: 2rem;
		padding-bottom: 2.5rem;
		padding-left: 1rem
	}
}
.dealer-map__content {
	position: relative
}
.dealer-map__content.wait-for-load {
	height: 42.5rem;
	background-color: #efeff2
}
@media (max-width: 989.98px) {
	.dealer-map .dealer-info {
		margin-bottom: 2rem
	}
}
/**/
.ymaps3x0--marker-layer {
	width: 100% !important;
	height: 100% !important;
}
.icon-marker {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 32px;
	left: 50%;
	transform: translate(-100%, -100%);
	cursor: pointer;
	z-index: 1001;
}
.icon-marker--1 {
	width: 72px;
	height: 56px;
}
.icon-marker--2 {
	width: 56px;
	height: 40px;
}

.icon-marker img {
	width: 100%;
	max-height: 100%;
}
.icon-marker__number {
	position: absolute;
	top: 14px;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 1002;
}
.m-red {
	display: none;
}
.icon-marker:hover .m-def {
	display: none;
}
.icon-marker:hover .m-red {
	display: block;
}
.icon-marker__description {
	min-width: 300px;
	position: relative;
	z-index: 1004;
	display: none;
	padding: 0.3rem 0.8rem;
	background-color: #fff;
	font-size: 16px;
}
.icon-marker__close-button {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1005;
	width: 20px;
	height: 20px;
	margin: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+PHBhdGggZD0iTTUuMyA2TDAgLjcuNyAwIDYgNS4zIDExLjMgMGwuNy43TDYuNyA2bDUuMyA1LjMtLjcuN0w2IDYuNy43IDEybC0uNy0uN0w1LjMgNnoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	opacity: 0.3;
}
.icon-marker__close-button:hover {
	opacity: 1;
}
.icon-marker.active .m-def,
.icon-marker.active .m-red,
.icon-marker.active .icon-marker__number {
	display: none;
}
.icon-marker.active .icon-marker__description {
	display: block;
}
.ymaps3x0--marker.active {
	z-index: 1 !important;
}
.hero {
	padding-bottom: 3.5rem !important;
}
/*dealers-map-adaptive*/
.dealers-map-adaptive .RT_form__field {
	position: relative;
	width: 100%;
	margin-right: 0;
}
.dealers-map-adaptive .map-dealers-list {
	overflow-y: auto;
}
.dealers-map-adaptive .RT_field--white .RT_input__field {
	margin-right: 3rem;
}
@media (max-width: 991px) {
	.dealers-map-adaptive .RT_field--white .RT_input__field {
		margin-right: 0rem;
	}
	.dealers-map-adaptive .pb-md-80.pb-40 {
		padding-bottom: 0 !important;
	}
	.dealers-map-adaptive .RT_input {
		display: flex;
		flex-wrap: wrap;
	}
	.dealers-map-adaptive .RT_location-input__icon {
		top: 20px;
		bottom: auto;
	}
	.dealers-map-adaptive .RT_field--white .RT_input__field {
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	.dealers-map-adaptive .wrap-pl-1.wrap-pr-1 {
		order: -1;
		position: static !important;
	}
	.dealers-map-adaptive .RT_input > button {
		margin-left: 0;
		width: 100%;
		margin-top: 15px;
	}
	.dealers-map-adaptive .map-dealers-list {
		width: 100% !important;
		position: static !important;
		order: 3;
		padding-right: 1rem;
	}
	.dealers-map-adaptive .map-dealers-list-item {
		padding: 1.2rem 1.5rem;
		margin-bottom: 2px;
		border-bottom: 1px solid rgba(16, 16, 16, .4);
	}
	.dealers-map-adaptive .map-wrap {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 639.98px) {
	.dealers-map-adaptive .RT_location-input__icon {
		top: 20px;
		bottom: auto;
	}
}
@media (max-width: 576px) {
	.dealers-map-adaptive .dealer-map__content.wait-for-load {
		height: 80vw;
	}
	.map-container__item,
	.dealer-map__content,
	#rt-yandex-map {
		max-height: 93vw;
		height: 93vw !important;
	}
}
/**/
.map-dealers-list {
	display: none;
	z-index: 10;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 7px;
}
.map-dealers-list-item {
	background: white;
	width: 100%;
	padding: 2.5rem;
	margin-bottom: 2px;
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);*/
}
.map-dealers-list-item-title {
	margin-right: 50px;
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 500;
}
.map-dealers-list-item-num {
	float: right;
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 500;
}
.map-dealers-list-back-btn {
	display: block;
}
/**/
.map-dealers-list-item-info {
	display: block;
}
.map-dealers-list .dealer-info__tag {
	font-size: 16px;
}
.map-dealers-list .n-map-title {
	display: block;
	margin-bottom: 14px;
}
.map-dealers-list .dealer-info__text {
	font-size: 14px;
}
/**/
.map-dealers-list:not(.active) .dealer-info__contacts,
.map-dealers-list-item:not(.active) .dealer-info__contacts,
.map-dealers-list.active .map-dealers-list-item:not(.active),
.map-dealers-list:not(.active) .map-dealers-list-back-btn {
	display: none;
}
.map-dealers-list.active .map-dealers-list-item.active .dealer-info__contacts {
	display: block;
}
.map-dealers-list.active .map-dealers-list-back-btn {
	display: flex !important;
}
.map-dealers-list-item.active .dealer-info__tags {
	margin-bottom: 1.5rem
}
.map-dealers-list-back-btn {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1.5rem 2.5rem;
}
.map-dealers-list-back-btn svg {
	position: relative;
	top: 1px;
}

.map-dealers-list:not(.active) .dealer-info__tag:not(.tag--intitle) {
	display: none;
}

.map-dealers-list:not(.active) .dealer-info__tag.tag--intitle {
    background-color: #efeff2 !important;
	color: #101010 !important;
}


.dealer-map__head {
    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: 3.5rem;
}

@media(max-width: 639px) {
	.dealer-info__contacts {
		display: block!important;
	}
}