

/* Start:/local/templates/mfc/components/bitrix/system.pagenavigation/.default/style.css?17181929441501*/
.modern-page-navigation {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--grey7D);
    font-weight: 700;
    font-size: 16px;
    font-family: var(--font-family);
}

.modern-page-navigation a, .modern-page-current {
    transition: .4s;
    color: var(--grey7D);
    text-decoration: none;
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.modern-page-navigation a:hover {
    color: white !important;
    background: #F06736;
}

.modern-page-current {
    background: #F06736;
    color: white;
}

.modern-page-previous svg, .modern-page-next svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 15px;
    fill: #f06736;
    transition: .4s;
}

.modern-page-next svg {
    left: calc(50% + 1px);
}

.modern-page-previous svg {
    left: calc(50% - 1px);
}

.modern-page-previous, .modern-page-next {
    position: relative;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.modern-page-previous, .modern-page-next {
    transition: .4s;

    &:hover {
         background: #F06736;

        svg {
            fill: white;
        }
     }
}

.modern-page-previous_mod:not(.modern-page-previous_mod_off) {
    display: none !important;
}

.modern-page-previous_mod_off svg {
    fill: #f06736;
}

@media (max-width: 575px) {
    .modern-page-navigation {
        width: 100%;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/mfc/components/bitrix/news.list/interactive_map/style.css?17182107252046*/
a {
	cursor: pointer;
}

#map {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600 !important;
	margin: 0 auto;
	position: relative;
}

svg {
	max-width: 600px;
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0 auto;
	position: relative;
}

#map path, polygon {
	fill: #E9D8C7;
	stroke: #C99C6B;
	stroke-width: 1;
	stroke-linejoin: round;
	stroke-linecap: round;
}

#map path:hover, polygon:hover {
	fill: #D0AD83;
	transition: 700ms;
}

#map .main {
	fill: #EF9585;
}

#map .main:hover {
	fill: #D0AD83;
	transition: 700ms;
}

.change {
	fill: #E44F34;
	stroke: #E44F34;
}

.circle {
	fill: #AB8570;
	stroke: #C99C6B;
	stroke-width: 1;
}

.mapPoint text {
	fill: #69331F;
	font-size: 1em;
	display: none;
}

.regionTitle span {
	position: absolute;
	color: #69331F;
	backdrop-filter: blur(10px);
	font-size: 1em;
	display: none;
}

.mfc_list_container {
	min-height: 250px;
	max-width: 752px;
}

.mfc_list__result_wr {
	position: relative;
	z-index: 1;

	&:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 120px;
		background: linear-gradient(180deg, rgba(253, 252, 252, 0) 0%, #fdfcfc 81.25%, #fdfcfc 89.91%);
		z-index: 2;
		pointer-events: none;
	}

	&._no_shadow:after {
		display: none;
	}
}

.mfc_list__result {
	max-height: 668px;
	overflow-y: auto;
	padding-right: 16px;
	padding-bottom: 40px;
}

.mfc_list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 728px;
	gap: clamp(10px, 2.7vw, 24px);
	border-radius: 10px;
	padding: clamp(10px, 2.7vw, 24px);
	background: #f4ebe0;
	transition: var(--tr25);
	position: relative;

	&:not(:last-child) {
		margin-bottom: 16px;
	}

	&:hover {
		background: rgba(205, 167, 130, 0.6);

		a {
			color: var(--black2F);
		}
	}

	& .link_arrow {
		width: 22px;
		height: 22px;
	}

	a {
		font-size: clamp(15px, 2.7vw, 18px);
		line-height: 140%;
		letter-spacing: -0.02em;
		color: #000;
	}
}

@media (max-width: 1199px) {
	/* .map_row {
		flex-direction: column-reverse;
		gap: 30px;
	} */
}
/* End */


/* Start:/local/components/bannikon/search.title/templates/mfc_departments/style.css?1716554886644*/
div.title-search-result {
	width: calc(100% - 16px);
	display: none;
	overflow: hidden;
	z-index: 205;
	transform: translateY(5px);
}

/* custom */
.title_search_result {
	padding: 18px 8px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid var(--greyD0);
	transition: var(--tr15);
}

.title_search_item {
	padding: 4px 10px;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	transition: var(--tr25);

	a {
		color: #000;
	}

	a:hover {
		color: var(--secondary);
	}

	b,
	&:hover {
		color: var(--secondary);
	}
}

.title_search_item:has(a:hover) {
	background: #F2F2F2;
}

.title-search-selected {
	background: #F2F2F2;
}
/* End */
/* /local/templates/mfc/components/bitrix/system.pagenavigation/.default/style.css?17181929441501 */
/* /local/templates/mfc/components/bitrix/news.list/interactive_map/style.css?17182107252046 */
/* /local/components/bannikon/search.title/templates/mfc_departments/style.css?1716554886644 */
