

/* Start:/local/templates/dleki/components/bitrix/news/promotions/bitrix/news.detail/.default/style.css?17340786003647*/
.page-title {
	margin-bottom: 20px;
	display: none;
}

.promotion .title {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 600;
}

.promotion {
	display: flex;
	align-items: flex-start;
	gap: 0 80px;
}

.promotion-content {
	flex-grow: 1;
}

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

.promotion-map {
	margin-top: 50px;
}

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

.promotion-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%);
}

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

.promotion-related {
	width: 350px;
	flex-shrink: 0;
}

.promotion-content .dates {
	margin-bottom: 30px;
	color: #848D94;
	line-height: 1.1;
}

.promotion-content .image {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.promotion-content .image img {
	display: block;
	width: 100%;
}

.promotion-content .description {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
}

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

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

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

.promotion-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;
}

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

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

.promotion-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;
}

.promotion-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>');
}

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

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

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

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


@media (max-width: 1200px) {

	.promotion .title {
		font-size: 32px;
	}

	.promotion-related {
		width: 300px;
	}

	.promotion-content .description {
		font-size: 16px;
	}

	.promotion-content .faq-item .title {
		font-size: 16px;
		line-height: 1.4;
		align-items: center;
	}

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

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

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

}

@media (max-width: 992px) {

	.promotion .title {
		font-size: 26px;
	}

	.promotion-related {
		width: 220px;
	}

	.promotion {
		gap: 0 50px;
	}

	.promotion-content .description {
		font-size: 14px;
	}

}

@media (max-width: 768px) {

	.promotion {
		flex-wrap: wrap;
		gap: 50px 0;
	}

	.promotion .title {
		font-size: 20px;
	}

	.promotion-related {
		display: none;
	}

}
/* End */


/* Start:/local/components/narisuemvse/promotion.list/templates/.default/style.css?1732015609603*/
.promotion-list li + li {
    margin-top: 30px;
}

.promotion-list .card {
    display: block;
    width: 100%;
    text-decoration: none;
}

.promotion-list .card:hover .title {
    color: #FF5431;
}

.promotion-list .card .img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.promotion-list .card img {
    display: block;
    width: 100%;
}

.promotion-list .card .dates {
    font-size: 14px;
    color: #848D94;
    line-height: 1.1;
    margin-bottom: 15px;
}

.promotion-list .card .title {
    font-size: 24px;
    line-height: 1.1;
    transition: color .3s ease;
}
/* 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/promotions/bitrix/news.detail/.default/style.css?17340786003647 */
/* /local/components/narisuemvse/promotion.list/templates/.default/style.css?1732015609603 */
/* /local/components/narisuemvse/content.map/templates/.default/style.css?17403780177554 */
