

/* Start:/local/templates/dleki/components/bitrix/news/pages/bitrix/news.detail/.default/style.css?17340784964871*/
.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: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 {
	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;
	}

	.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/templates/dleki/components/bitrix/form.result.new/job_form/style.css?17522217076593*/
.job-form-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(51, 51, 51, 0.60);
	align-items: center;
	justify-content: center;
}

.job-form {
	display: flex;
	align-items: stretch;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.job-form-img {
	position: relative;
	width: 410px;
	flex-shrink: 0;
	padding: 40px 55px;
}

.job-form-img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: cover;
	z-index: 1;
}

.job-form-img .title {
	position: relative;
	z-index: 2;
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
}

.job-form-img .text {
	position: relative;
	z-index: 2;
	margin-top: 25px;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.8;
}

.job-form-body {
	background: #F7F8F8;
	padding: 40px 60px;
}

.job-form-body .form-row {
	margin: 0 -15px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.job-form-body .form-row > .form-group {
	width: 50%;
	padding: 0 15px;
}

.job-form-body .form-group label {
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
	margin-bottom: 10px;
}

.job-form-body .form-group label span {
	color: #FF5431;
}

.job-form-body .error-msg {
	margin-top: 15px;
	font-size: 12px;
	font-weight: 400;
	color: #e01e1f;
}

.job-form-body .form-group input {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 100px;
	padding: 0 15px;
	background: #FFFFFF;
	transition: border-color .3s ease 0s;
}

.job-form-body .form-group textarea {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 16px;
	padding: 10px 15px;
	background: #FFFFFF;
	transition: border-color .3s ease 0s;
	resize: none;
}

.job-form-body .inputfile {
	display: none !important;
}

.job-form-body .file-upload-wrapper {
	display: flex;
	align-items: center;
	overflow: hidden
}

.job-form-body .file-upload-input {
	flex: 1 1 auto;
	border: none;
	outline: none;
	border-radius: 100px 0 0 100px !important;
	cursor: pointer
}

.job-form-body .file-upload-btn {
	flex: 0 0 auto;
	border: none;
	background: #08B173;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 0 24px 24px 0;
	cursor: pointer;
	transition: background .3s
}

.job-form-body .file-upload-btn:hover {
	background: #068053;
}

.job-form-body .form-group input:focus,
.job-form-body .form-group textarea:focus {
	border-color: #FF5431;
}

.job-form-body .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.job-form-body .inputs {
	margin-top: 30px;
}

.job-form-body .inputs li + li {
	margin-top: 20px;
}

.job-form-body .inputs label {
	display: block;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 10px;
}

.job-form-body .inputs label span {
	color: #FF5431;
}

.job-form-body .inputs 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;
}

.job-form-body .inputs input:focus {
	border-color: #FF5431;
}

.job-form-body .inputs textarea {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 16px;
	background: #F7F8F8;
	resize: none;
	padding: 15px;
	font-weight: 300;
	transition: border-color 0.3s ease 0s;
}

.job-form-body .inputs textarea:focus {
	border-color: #FF5431;
}

.job-form-body .form-checkbox {
	margin-top: 20px;
}

.job-form-body .form-checkbox .checkbox {
	position: absolute;
	opacity: 0;
}

.job-form-body .form-checkbox .checkbox + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	font-size: 12px;
}

.job-form-body .form-checkbox .checkbox + label::before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	content: "";
	background: transparent;
	width: 22px;
	height: 22px;

	box-shadow: inset 0 0 0 1px #BBBBBE;
	border-radius: 4px;
	transition: 200ms ease-in-out all;
}

.job-form-body .form-checkbox .checkbox + label::after {
	position: absolute;
	display: block;
	top: 5px;
	left: 9px;
	content: "";
	width: 3px;
	height: 7px;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	transform: rotate(45deg);

	transition: 200ms ease-in-out all;
}

.job-form-body .form-checkbox .checkbox + label:hover {
	color: #333;
}

.job-form-body .form-checkbox .checkbox + label:focus {
	outline: none;
}

.job-form-body .form-checkbox .checkbox:checked + label::before {
	background: #08B173;
	box-shadow: none;
}

.job-form-body .form-checkbox .checkbox:checked + label::after {
	border-color: white;
}

.job-form-body .btn {
	margin-top: 30px;
}

.job-form-body .form-checkbox a {
	text-decoration: none;
	color: #08B173;
	transition: color .3s ease;
}

.job-form-body .form-checkbox a:hover {
	color: #056e4b;
}

.job-form-body .close {
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
}

.job-form-body .close svg {
	width: 18px;
	height: 18px;
}

.job-form-thanks {
	display: none;
	background: #FFFFFF;
	padding: 50px;
	position: relative;
	border-radius: 20px;
}

.job-form-thanks .text {
	font-size: 18px;
	font-weight: 600;
}

.job-form-thanks .close {
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
}

.job-form-thanks .close svg {
	width: 18px;
	height: 18px;
}

@media (max-width: 1200px) {
	.job-form-body .form-row > .form-group {
		width: 100%;
	}
}

@media (max-width: 992px) {

	.job-form-img {
		width: 300px;
		padding: 30px;
	}

	.job-form-img .title {
		font-size: 24px;
	}

	.job-form-img .text {
		font-size: 14px;
	}

	.job-form-body {
		padding: 30px 40px;
	}
}

@media (max-width: 768px) {

	.job-form {
		flex-direction: column;
	}

	.job-form-img {
		width: 100%;
	}

	.job-form-body {
		padding: 25px 30px;
	}

	.job-form-body .form-group {
		margin-bottom: 10px;
	}

	.job-form-body .notes {
		margin-top: 10px;
	}

}


/* 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?17340784964871 */
/* /local/templates/dleki/components/bitrix/form.result.new/job_form/style.css?17522217076593 */
/* /local/components/narisuemvse/content.map/templates/.default/style.css?17403780177554 */
