

/* Start:/local/templates/dleki/components/bitrix/news/pages/bitrix/news.detail/.default/style.css?17618075335457*/
.page-title {
	margin-bottom: 30px;
}

.info-page-content a {
	text-decoration: none;
	color: #08B173;
	transition: color .3s ease;
}

.info-page-content a:hover {
	color: #06714a;
}

.info-page-content img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.info-page-content .highlight {
	padding: 25px;
	border-left: 6px solid #08B173;
	background: #F5F7F9;
}

.info-page-content .faq-item {
	margin-top: 40px;
}

.info-page-content .faq-item + .faq-item {
	margin-top: 30px;
}

.info-page-content .faq-item .title {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 0 15px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: #2A3136;
	border-radius: 100px;
	background: #F5F7F9;
	padding: 15px 15px 15px 25px;
	transition: all .3s ease;
}

.info-page-content .faq-item .title::after {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background:
			#08B173
			center center / 12px 8px
			no-repeat
			url("data:image/svg+xml,%3Csvg viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L17 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	position: absolute;
	right: 15px;
	transition: all 0.3s ease;
}

.info-page-content .faq-item .title:hover {
	color: #08B173;
}

.info-page-content .faq-item .title .label {
	display: block;
	flex-grow: 1;
	align-self: center;
	padding: 5px 0;
}

.info-page-content .faq-item .title .toggle {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background: #08B173;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
	position: relative;
}

.info-page-content .faq-item .title .toggle::before {
	display: block;
	width: 18px;
	height: 28px;
	content: url('data:image/svg+xml,<svg viewBox="0 0 18 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L9 9L17 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.info-page-content .faq-item .title .toggle svg {
	width: 16px;
	height: 8px;
}

.info-page-content .faq-item .text {
	display: none;
	margin-top: 25px;
	padding: 0 25px;
}

.info-page-content .faq-item.open .title {
	color: #08B173;
}

.info-page-content .faq-item.open .title .toggle {
	transform: rotate(180deg);
}

.info-page-content .faq-item.open .title::after {
	transform: rotate(180deg);
}

.info-page {
	font-weight: 300;
	line-height: 1.4;
}

.info-page p + p {
	margin-top: 10px;
}

.info-page-content ul li {
	padding-left: 50px;
	position: relative;
}

.info-page-content ul li::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #08B173;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

.info-page-content ul li + li {
	margin-top: 10px;
}

.info-page-pros {
	margin: 80px -15px 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 30px 0;
	flex-wrap: wrap;
}

.info-page-pros > li {
	width: 25%;
	padding: 0 15px;
}

.info-page-pros > li::before {
	content: initial;
}

.info-page-pros .card .img {
	max-width: 90px;
	height: 80px;
}

.info-page-pros .card img {
	display: block;
	height: 100%;
}

.info-page-pros .card .title {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
}

.info-page-pros .card .text {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
}

.info-page-banner {
	display: block;
	margin-top: 80px;
	border-radius: 20px;
	overflow: hidden;
}

.info-page-banner img {
	display: block;
	width: 100%;
}

.info-page-posts-list {
	margin: 80px -15px 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px 0;
}

.info-page-posts-list > li {
	width: 33.33%;
	padding: 0 15px;
}

.info-page-posts-list .card {
	display: block;
	text-decoration: none;
}

.info-page-posts-list .card .img {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.info-page-posts-list .card img {
	display: block;
	width: 100%;
}

.info-page-posts-list .card .dates {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	color: #848D94;
	margin-bottom: 10px;
}

.info-page-posts-list .card .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
	transition: all .3s ease;
}

.info-page-posts-list .card .text {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
}

.info-page-posts-list .card:hover .title {
	color: #FF5431;
}

.info-page-map {
	margin-top: 80px;
}


@media (max-width: 1200px) {

	.info-page-content .faq-item .title {
		font-size: 16px;
		line-height: 1.4;
		align-items: center;
		padding-right: 40px;
	}

	.info-page-content .faq-item .text {
		margin-top: 15px;
	}

	.info-page-content .faq-item .text-editor {
		font-size: 14px;
	}

	.info-page-content .faq-item .title .toggle::before {
		height: 20px;
	}

}

@media (max-width: 992px) {

	.info-page-map {
		margin-top: 60px;
	}

	.info-page-pros > li {
		width: 50%;
	}

	.info-page-posts-list > li {
		width: 50%;
	}

}

@media (max-width: 768px) {

	.info-page-map {
		margin-top: 40px;
	}

	.info-page-content .highlight {
		font-size: 14px;
	}

	.info-page-pros > li {
		width: 100%;
	}

	.info-page-pros {
		margin: 40px -15px 0;
	}

	.info-page-banner {
		margin-top: 40px;
	}

	.info-page-posts-list > li {
		width: 100%;
	}

}
/* End */


/* Start:/local/components/narisuemvse/content.map/templates/.default/style.css?17403780177554*/
.home-pharmacies {
    margin-top: 80px;
}

.pharmacies {

}

.pharmacies-title {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1;
    color: #08B173;
    margin-bottom: 45px;
}

.pharmacies-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 30px;
}

.pharmacies-container-left {
    flex-grow: 1;
}

.pharmacies-container-right {
    position: relative;
    width: 390px;
    flex-shrink: 0;
}

.pharmacies-map {
    height: 560px;
    background: #f3f3f3;
    border-radius: 20px;
    overflow: hidden;
}

.pharmacies-items {
    position: absolute;
    left: 0;
    top: 120px;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-right: 20px;

    scrollbar-color: #08B173 #F7F8F8;
    scrollbar-width: thin;
}

.pharmacies-item {
    padding: 15px 0;
    font-size: 13px;
}

.pharmacies-item + .pharmacies-item {
    border-top: 1px solid #E4E6E8;
}

.pharmacies-item.hidden {
    display: none;
}

.pharmacies-item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.pharmacies-item .text {
    font-size: 14px;
    line-height: normal;
    margin-top: 5px;
}

.pharmacies-item .link {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.pharmacies-item .link a {
    color: #08B173;
    text-decoration: none;
}

.pharmacies-item .link a:hover {
    text-decoration: underline;
}


.pharmacies-items-title {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.pharmacies-items-search {
    margin-bottom: 20px;
}

.pharmacies-items-search input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 100px;
    background: #F7F8F8;
    padding: 0 15px;
    font-weight: 300;
    transition: border-color 0.3s ease 0s;
}

.pharmacies-items-search input::placeholder {
    color: #2A3136;
}

.pharmacies-items-search input:focus {
    border-color: #FF5431;
}

.pharmacies-filter {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 20px;
    margin-bottom: 20px;
}

.pharmacies-filter-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 20px;

}

.pharmacies-filter-label {
    font-weight: 300;
}

.pharmacies-filter-dropdown {
    position: relative;
    width: 240px;
    overflow: hidden;
}

.pharmacies-filter-dropdown.disabled {
    pointer-events: none;
}

.pharmacies-filter-dropdown .label {
    display: block;
    height: 40px;
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
    padding: 0 50px 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 40px;
    background-color: #F7F8F8;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 19 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L9.5 9L18 1" stroke="%238E8F8F" stroke-width="1.5"/></svg>');
    background-position: right .90rem center;
    background-repeat: no-repeat;
    background-size: .90em .90em;
}

.pharmacies-filter-dropdown .list {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 100%;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    max-height: 250px;
    overflow: auto;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
    opacity: 0;

    scrollbar-color: #08B173 #F7F8F8;
    scrollbar-width: thin;
}

.pharmacies-filter-dropdown .list-search {
    border-bottom: 1px solid #E4E6E8;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.pharmacies-filter-dropdown .list-input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #E4E6E8;
    outline: none;
}

.pharmacies-filter-dropdown .list-item {
    display: block;
    padding: 8px 15px;
    font-weight: 300;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.pharmacies-filter-dropdown .list-item:hover {
    background: #08B173;
    color: #fff;
}

.pharmacies-filter-dropdown .list-item.hidden {
    display: none;
}


.pharmacies-filter-dropdown.open {
    overflow: visible;
}

.pharmacies-filter-dropdown.open .list {
    margin-top: 0;
    opacity: 1;
}






.pharmacies-balloon {
    width: 250px;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Inter', sans-serif;
    font-feature-settings: "lnum" on;
}

.pharmacies-balloon .top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 10px;
}

.pharmacies-balloon .title {
    flex-grow: 1;
    align-self: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.pharmacies-balloon .address {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}


.pharmacies-balloon .info {
    margin-top: 15px;
}

.pharmacies-balloon .info-title {
    font-size: 14px;
    font-weight: 700;
}

.pharmacies-balloon .info-text {
    margin-top: 5px;
    font-size: 12px;
    color: #2A3136;
}

.pharmacies-balloon .info-schedule > div + div {
    margin-top: 4px;
}

.ymaps-2-1-79-balloon__content {
    padding: 20px 0 30px 20px !important;
}

.pharmacies-mobile-controls {
    display: none;
}


@media (max-width: 1200px) {

    .pharmacies-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .pharmacies-container-right {
        width: 340px;
    }

}

@media (max-width: 992px) {

    .pharmacies-container-right {
        width: 290px;
    }

}

@media (max-width: 768px) {

    .home-pharmacies {
        margin-top: 35px;
    }

    .pharmacies-title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .pharmacies-container-right {
        display: none;
    }

    .pharmacies-container {
        display: block;
    }

    .pharmacies-container-left {
        width: auto;
    }

    .pharmacies-container-right {
        width: auto;
        margin-top: 20px;
    }

    .pharmacies-items-title {
        display: block;
        min-height: auto;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pharmacies-items {
        position: static;
        min-height: auto;
        max-height: 500px;
    }

    .pharmacies-map {
        height: 400px;
    }


    .pharmacies-tab .item {
        font-size: 14px;
        padding: 10px 12px;
    }

    .pharmacies-mobile-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .pharmacies-mobile-controls .control {
        display: inline-flex;
        align-items: center;
        gap: 0 5px;
        border-radius: 10px;
        border: 1px solid #BFC6CB;
        color: #BFC6CB;
        height: 46px;
        text-decoration: none;
        padding: 0 30px;
    }

    .pharmacies-mobile-controls .control svg {
        width: 18px;
        height: 18px;
    }

    .pharmacies-mobile-controls .control svg path {
        fill: #BFC6CB;
    }

    .pharmacies-mobile-controls .control.active {
        border-color: #08B173;
        background: #08B173;
        color: #FFFFFF;
    }

    .pharmacies-mobile-controls .control.active svg path {
        fill: #FFFFFF;
    }

}
/* End */
/* /local/templates/dleki/components/bitrix/news/pages/bitrix/news.detail/.default/style.css?17618075335457 */
/* /local/components/narisuemvse/content.map/templates/.default/style.css?17403780177554 */
