

/* Start:/local/templates/new100del/components/bitrix/system.pagenavigation/.default/style.css?176612859586*/
ul.pager {
    display: flex;
    justify-content: center;
	margin-bottom: 50px;
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/news.list/contacts/style.css?17446094206538*/
.contacts {
	.contacts__back {
		display: flex !important;
		align-items: center;
		gap: 5px;
		text-decoration: none;
		font-weight: 600;
		font-size: 12px;
		line-height: 140%;
		color: #4A4A49;
		margin-bottom: 24px;
		margin-top: 10px;
		position: absolute;
		opacity: 0;
		z-index: -10;
	}

	.contacts__title {
		margin-bottom: 40px;
		font-weight: 600;
		font-size: 40px;
		line-height: 130%;
		color: #4A4A49;
	}

	.contacts__map {
		width: 100%;
		max-width: 1440px;
		height: 814px;
		margin-bottom: 60px;
		position: relative;
		z-index: 10;

		.contacts__map-info {
			max-width: 447px;
			/* width: 100%; */
			height: 734px;
			position: absolute;
			top: 40px;
			left: 40px;
			background-color: #fff;
			z-index: 12;
			padding: 20px;

			@media(max-width: 1400px) {
				height: 40vw;
				padding: 15px;
				top: 20px;
				left: 20px;
			}

			.contacts__map-info__stores {}
		}
	}
}

.contacts__map-info__stores-item {
	position: absolute;
	opacity: 0;
	z-index: -100;
}

.contacts__map-info__stores-item.active {
	position: initial;
	opacity: 1;
	z-index: 10;
}

/* позиция контейнера должна быть относительной */
.custom-select {
	position: relative;
	font-family: Arial;
	width: 100%;
	margin-bottom: 20px;
}

.select-selected.active {
	border: 1px solid #4A4A49;
}

.custom-select select {
	display: none;
	/* скрываем оригинальный элемент SELECT */
}

.select-selected {
	border: 1px solid #EBEBEB;
	background-color: #fff;
	height: 65px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-family: 'Stolzl';
	font-style: normal;
	letter-spacing: normal;
}

/* стили стрелочки внутри элемента выбора */
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

/* стрелочка указывает вверх, когда выпадающий список открыт (активен) */
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/* стили пунктов выбора (опций), включая выбранный пункт */
.select-items div,
.select-selected {
	color: #4A4A49;
	padding: 8px 16px;
	cursor: pointer;
	user-select: none;
}

/* стили пунктов выбора (опций) */
.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border-bottom: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
	height: 630px;
}

.select-items>div {
	padding-left: 50px;
	position: relative;
}

.select-svg {
	position: absolute;
	top: 12px;
	left: 22px;
	opacity: 0;
}

.select-svg.active {
	opacity: 1;
}

/* скрываем пункты выбора, когда выпадающий список закрыт */
.select-hide {
	display: none;
}

.select-p.active {
	color: #EA5B0C;
}

/* .select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
} */

.contacts__map-info__stores {
	overflow-y: auto;
	height: 610px;
}

.contacts__map-info__stores::-webkit-scrollbar {
	width: 0 !important
}

.contacts__map-info__stores-item__content {
	border: 1px solid #EBEBEB;
	padding: 20px;
	cursor: pointer;
}

.contacts__map-info__stores-item__content.active {
	border: 1px solid #4A4A49;
}

.contacts__map-info__stores-item>.contacts__map-info__stores-item__content:last-child {
	margin-bottom: 1px;
}

.contacts__map-info__stores-item__content+.contacts__map-info__stores-item__content {
	margin-top: 20px;
}



.contacts__map-info__stores-item__content-visible {
	font-family: 'Stolzl';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #4A4A49;
}

.contacts__map-info__stores-item__content-pretext {
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #4A4A49;
	margin-bottom: 8px;
}

.contacts__map-info__stores-item__content-hidden {
	display: none;
}

.contacts__map-info__stores-item__content-hidden.active {
	display: block;
}

.contacts__map-info__stores-item__content-text.postactive {
	margin-bottom: 16px;
	font-weight: 600;
}

.contacts-yellow {
	color: #EA5B0C;
}

.contacts-days {
	width: 194px;
}

.custom-arrow {
	position: absolute;
	right: 16px;
	top: 30px;
	transition: .2s;
}

.custom-arrow.active {
	transform: rotate(180deg);
}

.custom-arrow__path.active {
	stroke: #4A4A49;
}

@media(max-width: 1400px) {
	#map {
		height: 50vw !important;
	}

	.contacts__map {
		height: initial !important;
	}

	.contacts__map-info__stores {
		height: calc(40vw - 115px);
	}

	.select-items {
		height: calc(40vw - 90px);
	}
}

@media(max-width: 1000px) {
	.select-selected {
		height: 50px;
	}

	.custom-arrow {
		top: 22px;
	}

	.contacts__map-info__stores-item__content-visible {
		font-size: 14px;
	}

	.contacts__map-info__stores-item__content {
		padding: 10px;
	}

	.select-items div,
	.select-selected {
		padding: 6px 10px;
		font-size: 14px;
	}

	.select-items>div {
		padding-left: 45px;
	}

	.select-svg {
		top: 9px;
		left: 18px;
	}

	.contacts__map-info__stores-item__content-text.postactive {
		margin-bottom: 12px;
		font-weight: 600;
		font-size: 12px;
	}

	.contacts__map-info__stores-item__content-hidden.active {
		font-size: 10px;
	}
}

@media(max-width: 768px) {
	#map {
		height: 80vh !important;
	}

	.contacts__title {
		font-size: 32px !important;
	}

	.contacts__map {
		margin-bottom: 20px !important;
	}

	.contacts__map-info {
		width: 42%;
		height: 55vw !important;
	}

	.contacts__map-info__stores {
		height: calc(57vw - 115px);
	}

	.select-items {
		height: calc(57vw - 90px);
	}

	.contacts__map-info__stores-item__content-visible,
	.select-selected,
	.select-p {
		font-size: 12px;
	}

	.contacts-days {
		width: 120px;
	}
}

@media(max-width: 575px) {
	.contacts__back {
		position: initial !important;
		opacity: 1 !important;
		z-index: 10 !important;
	}

	#map {
		height: 30vh !important;
		margin-top: 20px;
	}

	.contacts__title {
        font-size: 20px !important;
		margin-bottom: 24px !important;
    }

	.contacts__map-info {
		width: 100%;
		position: initial !important;
		max-width: initial !important;
		padding: 0px !important;
		height: 100% !important;
	}

	.contacts__map-info__stores {
		height: initial !important;
	}

	.select-items {
		height: initial !important;
	}
}


/* End */
/* /local/templates/new100del/components/bitrix/system.pagenavigation/.default/style.css?176612859586 */
/* /local/templates/new100del/components/bitrix/news.list/contacts/style.css?17446094206538 */
