

/* Start:/local/templates/hepato/components/bitrix/search.form/ad_search/style.css?16709099825153*/
.search-section {
    display: block;
    width: 100%;
    position: relative;
}

.search-container {
    width: 100%;
    max-width: 1115px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
}

.search-container-inner {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: rgba(225, 90, 90, 1);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    margin-left: 0px;
    min-height: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.search-form-container {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.search-form {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5px;
}

.search-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.search-input {
    width: 100%;
    padding-left: 20px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline-width: 0px;
    height: 45px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: auto;
    background-attachment: scroll;
}

.search-form-param-icon {
    background: url(/local/templates/hepato/components/bitrix/search.form/ad_search/images/param.svg);
    width: 29px;
    height: 29px;
    margin: 0 18px 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.search-button {
    cursor: pointer;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: rgba(225, 90, 90, 1);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    outline-width: 0px;
    height: 40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.search-button-image {
    position: relative;
    display: none;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 15px;
    width: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: rgba(209, 205, 205, 1);
}

.search-button-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    position: relative;
}

/* Версия для слабовидящих */

.bvi-body .search-container-inner {
    border-radius: 0;
}

@media (max-width: 991px) {
    .search-container-inner {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .search-container {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 479px) {
    .search-container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .search-container-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        margin-right: 0px;
        justify-content: center;
    }

    .search-input {
        padding-left: 40px;
        padding-right: 40px;
        background-image: url(/local/templates/hepato/components/bitrix/search.form/ad_search/images/lupe.svg);
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: auto;
        background-attachment: scroll;
    }

    .search-button {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* End */


/* Start:/local/templates/hepato/components/bitrix/catalog.section.list/top_menu/style.css?17752050813045*/
/* Left menu*/

.base-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	position: relative;
	color: #cd3e26;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}

.menu-item,
.drop-down-menu-item
{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu-item-link,
.drop-down-menu-item-link {
	color: #000;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
.base-menu .menu-item>.menu-item-link{
	/*padding: 8.5px 30px;*/
	padding: 7.5px 16px 8.5px;
	display:inline-block;
	background:rgba(225, 90, 90, 0.05);
	border-radius:5px;
}
@media (max-width:1270px) {
	.menu-item>.menu-item-link{font-size:14px;padding: 8.5px 15px;}
}
.menu-item-link:hover,
.drop-down-menu-item-link:hover {
	text-decoration: none;
}
.menu-item>.menu-item-link:hover{
	color:black;
	background:rgba(225, 90, 90, 0.25);
}
.menu-item+.menu-item {
	/*margin-left: 1em;*/
	margin-left: auto;
}

.menu-item {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
	margin: 0;
	display: inline-block;
	list-style-type: none;
	vertical-align: baseline;
}

.drop-down-menu {
	position: absolute;
	text-align: left;
	z-index: 999;
	min-width: 200px;
	border: 1px solid #c4c4c4;
	background-color: rgba(255,255,255,.9);
	padding: 15px;
	margin-top: 5px;
	max-width: 250px;
	font-size: 1em;
	color: #e15a5a;
	font-weight: normal;
}

.drop-down-menu .menu-item-link {
	text-transform: none;
}

.drop-down-menu .drop-down-menu-item {
	position: relative;
}
.drop-down-menu .drop-down-menu-item .drop-down-menu.sub-level {
	display: none;
}
.drop-down-menu .drop-down-menu-item:hover .drop-down-menu.sub-level {
	display: block;
  	left: unset;
  	top: 0;
  	right: -255px;
  	background-color: white;
}

.base-menu > li:first-child .drop-down-menu .menu-item-link {
	position: relative;
}

.base-menu > li:first-child .drop-down-menu-item.hasChildren > a::before {
	right: -18px;
	top: 5px;
}

.base-menu > li:first-child .drop-down-menu {
	position: absolute;
	text-align: left;
	z-index: 999;
	border: 1px solid #c4c4c4;
	background-color: rgba(255,255,255,.9);
	padding: 15px;
	margin-top: 5px;
	/*min-width: 200px;*/
	/*max-width: 250px;*/
	column-count: 3;
  	min-width: 800px;
	font-size: 1em;
	color: #e15a5a;
	font-weight: normal;
}

.base-menu > li:first-child .drop-down-menu .drop-down-menu-item:hover .drop-down-menu.sub-level {
	/*display: block;
  	left: unset;
  	top: 0;
  	right: -255px;*/
	display: block;
  	top: -80px;
  	right: -210px;
  	width: 100%;
  	column-count: 1;
  	max-width: 250px;
  	left: unset;
  	min-width: 250px;
}

.drop-down-menu-item.hasChildren > a::before {
	content: " ";
	transform: rotate(-90deg);
	transition: ease all .3s;
	background-image: url(/local/templates/hepato/images/barrow_menu.svg);
	content: " ";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	right: 3px;
	left: unset;
	position: absolute;
	top: 20px;
}
/* End */


/* Start:/local/templates/hepato/components/bitrix/news.list/ad_slider/style.css?17349464185690*/
.slider-section {
	display: block;
	width: 100%;
	position: relative;
}

.slider-container {
	width: 100%;
	max-width: 1280px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    padding: 0;
	position: relative;
}

.slider-direction {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	max-height: 100%;
}

.slider {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: auto;
	min-height: 390px;
	max-width: 100%;
	background-color: rgba(204, 204, 204, 1);
	margin-left: 0px;
	margin-right: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.slider-items-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.slider-item {
	height: 100%;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.slider-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.slider-image-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.slider-image-overlay {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: linear-gradient(to right, rgba(11, 44, 86, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
	background-position: left 0px top 0px;
	background-size: auto;
	background-attachment: scroll;
}

.slider-image-zoom {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
	background-color: rgba(56, 163, 204, 1);
}

.slider-container-text-wrapper {
	width: 100%;
	max-width: 1204px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.slider-container-heading {
	font-size: 45px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	max-width: 620px;
}

.slider-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: top;
	position: relative;
	color: rgba(255, 255, 255, 1);
	max-width: 560px;
}

.slider-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	vertical-align: top;
    padding: 5px 20px;
    position: relative;
	text-decoration-line: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-top-color: rgba(189, 0, 0, 1);
	border-right-color: rgba(189, 0, 0, 1);
	border-bottom-color: rgba(189, 0, 0, 1);
	border-left-color: rgba(189, 0, 0, 1);
	flex-shrink: 0;
	margin-top: 20px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(225, 90, 90, 1);
}

.slider-link:hover{
    text-decoration: none;
    color: inherit;
}

.slider-link-text {
	text-align: center;
}

.carousel-pagination-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	pointer-events: none;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 225px;
    pointer-events: auto;
    margin-top: auto;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 65px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.carousel-indicators-item {
	flex-shrink: 0;
	cursor: pointer;
	min-width: 50px;
	min-height: 3px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators-item:active, .carousel-indicators-item.is-active {
	background-color: rgba(255, 255, 255, 1);
}

.active {
	background-color: rgba(255, 255, 255, 1);
}

.carousel .carousel-inner {
    height: inherit;
}

@media (max-width: 991px) {
    .slider {
        min-height: 500px;
    }

    .carousel-indicators {
        margin: 0 0 30px 30px;
    }

    .carousel-indicators {
        margin: 0 0 30px 20px;
    }
}

@media (max-width: 767px) {
    .slider {
        min-height: 400px;
    }
}

@media (max-width: 479px) {
    .slider {
        min-height: 350px;
    }
}

/* End */


/* Start:/local/templates/hepato/components/bitrix/menu/menu_footer/style.css?17313471741258*/
/* Left menu*/

.footer-menu-heading-wrapper {
	font-size: 20px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
/*    font-family: Ubuntu, sans-serif;*/
}

.text-block-wrap-div {
	flex-grow: 1;
	max-width: 100%;
}

.footer-menu-list-wrapper {
	position: relative;
	width: auto;
	display: block;
	max-width: 220px;
	min-width: 100px;
}

.footer-menu-list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

.footer-menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.footer-menu-item-link:hover, .footer-menu-item-link.is-hover {
	color: rgba(255, 90, 90, 1);
}

.footer-menu-item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	text-decoration-line: none;
    padding: 5px 10px 5px 0;
	color: #000;
}

@media (max-width: 991px) {

}

/* End */


/* Start:/local/templates/hepato/components/bitrix/catalog.section.list/top_menu_mobile/style.css?177452188916640*/
/* Left menu*/

.side-panel-content.active {
    margin-right: 0;
    transition-property: margin-right;
    transition-duration: 1s;
}

.burger-item-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.burger-drop-down-menu-item-link {
    text-decoration: none;
    color: #333;
}

.burger-menu-sub {
    height: 0;
    transition-property: height;
    transition-duration: 1s;
    overflow: hidden;
    margin: 0;
}

.burger-menu-sub.show {
	height: auto;
}

.burger-menu-list-item .burger-drop-down-button {
	transition: ease all .3s;
}

.burger-menu-list-item.active .burger-drop-down-button {
	transform: rotate(180deg);
	transition: ease all .3s;
}

.burger-drop-down-button {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}



@media (max-width: 479px) {
	.side-panel--u-ihranjraj {
		display: block;
	}
}

@media (max-width: 767px) {
	.side-panel--u-ihranjraj {
		display: block;
	}
}

@media (max-width: 991px) {
	.side-panel--u-ihranjraj {
		display: block;
	}
	.ver-menu--u-iw6hbc0pv .ver-menu__link {
		font-family: Roboto, sans-serif;
		font-size: 15px;
	}
}

.side-panel--u-ihranjraj {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	pointer-events: none;
	display: none;
}

.side-panel__button-open--u-i6a2p2xht {
	width: 40px;
	min-height: 40px;
	background-color: rgba(var(--color-it4sqib71), 1);
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: auto;
	pointer-events: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}

.svg_image--u-iq3yyppta {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	overflow-x: hidden;
	overflow-y: hidden;
}

svg:not(:root) {
	overflow: hidden;
}

.svg_image--u-iq3yyppta .path-iupzgz5w8 {
	fill: rgba(var(--color-imnqhoy3a), 1);
}

:root {
	--color-it4sqib71: 225, 90, 90;
	--color-i1fkb423c: 255, 255, 255;
	--color-i0di7apn7: 0, 0, 0;
	--color-i9uuico8v: 238, 238, 238;
	--color-idk5hrwrv: 0, 0, 0;
	--color-imnqhoy3a: 255, 255, 255;
	--color-i872lgsun: 12, 12, 12;
	--color-il2ny8gu0: 0, 0, 0;
	--color-id3x061jw: 209, 205, 205;
	--color-i9rze7pqw: 0, 0, 0;
	--color-i78fcdb5i: 0, 0, 0;
	--color-i1j0fuq0y: 56, 126, 255;
	--color-ixz3v093l: 225, 90, 90;
	--color-ig8zv7ni3: 0, 0, 0;
	--color-ibezqboio: 0, 0, 0;
	--color-ix861hfp3: 0, 0, 0;
	--color-iq9htb9tm: 0, 0, 0;
	--color-i4pq8l98f: 225, 90, 90;
	--color-i4gp72fkz: 238, 238, 238;
	--color-iny93edx1: 0, 0, 0;
	--color-i79uztwae: 51, 51, 51;
	--color-i2irvohdj: 221, 221, 221;
	--color-irifdb7yx: 255, 255, 255;
	--color-iu6rukkuj: 51, 51, 51;
	--color-iayenzhrb: 0, 0, 0;
	--color-iloem54vz: 225, 90, 90;
	--color-id6wxea70: 7, 7, 7;
	--color-ij0c0v2q8: 221, 221, 221;
	--color-ickfohk0s: 0, 0, 0;
	--color-iy3wmlaam: 7, 7, 7;
	--color-ie11kz8ro: 0, 0, 0;
	--color-ie260pdm3: 209, 205, 205;
	--color-ifq33y9r3: 0, 0, 0;
	--color-i8hvx5smz: 0, 0, 0;
	--color-igcacy4do: 56, 126, 255;
	--color-iv65tt9pe: 225, 90, 90;
	--color-i8eeicfi5: 0, 0, 0;
	--color-ikm3ruhce: 0, 0, 0;
	--color-iq45jv2js: 0, 0, 0;
	--color-i7mtrjmho: 0, 0, 0;
	--color-iucd47irr: 225, 90, 90;
}

.side-panel__mask--u-iuloo2nb7 {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(var(--color-idk5hrwrv), 0.5);
	transform: none;
	pointer-events: auto;
}

.side-panel__content--u-is7v661wc {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 265px;
	background-color: rgba(var(--color-i1fkb423c), 1);
	box-shadow: 0px 0px 15px 0px rgba(var(--color-i0di7apn7), 0.5);
	transform: none;
	pointer-events: auto;
}

.side-panel__button-close--u-i4hq6orw8 {
	position: absolute;
	z-index: 1;
	right: 100%;
	top: 0px;
	font-size: 0px;
	width: 29px;
	min-height: 29px;
	background-color: rgba(var(--color-i9uuico8v), 1);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.svg_image--u-igmao2527 {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 15px;
	height: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.svg_image--u-igmao2527 .path-ia65y6829 {
	fill: rgba(var(--color-i872lgsun), 1);
}

.side-panel__content-inner--u-iz3kzafef {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	z-index: 0;
}

.mosaic-shop2-folders--u-i4865qr86 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__list {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Ubuntu, sans-serif;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-x: unset;
    overflow-y: unset;
    list-style-type: none;
    height: auto;
}

.burger-menu-list-item {
	width: 100%;
	flex-shrink: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__link {
    padding: 12px 50px 12px 15px;
    color: rgba(var(--color-iayenzhrb), 1);
    font-weight: 500;
    font-size: 16px;
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__link, .mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__sub-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	text-decoration-line: none;
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__icon {
	margin-left: 10px;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	right: 0px;
	position: absolute;
}

.mosaic-shop2-folders--u-i4865qr86 .svg_image--u-iw58k6bdm {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 40px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.svg_image--u-iw58k6bdm svg {
	width: auto;
	height: auto;
}

.svg_image--u-iw58k6bdm .path-ifge9drd3 {
	fill: rgba(var(--color-id6wxea70), 1);
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__sub-list {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 100%;
	z-index: 10;
	display: none;
	position: static;
	list-style-type: none;
	flex-wrap: nowrap;
	top: 0;
	left: 100%;
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__sub-list > .mosaic-shop2-folders__sub-item {
	width: 100%;
	position: relative;
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__sub-list > .mosaic-shop2-folders__sub-item > .mosaic-shop2-folders__sub-link {
	background-color: rgba(var(--color-ij0c0v2q8), 0);
	font-size: 15px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__sub-link {
	color: rgba(var(--color-i79uztwae), 1);
	background-color: rgba(var(--color-i2irvohdj), 1);
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__sub-list > .mosaic-shop2-folders__sub-item > .mosaic-shop2-folders__sub-link > .mosaic-shop2-folders__sub-icon {
	width: auto;
	height: auto;
	background-color: rgba(var(--color-ickfohk0s), 0);
	position: absolute;
	right: 0px;
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__sub-list .svg_image--u-ix3yf2o8b {
	width: 30px;
	height: 30px;
}

.mosaic-shop2-folders--u-i4865qr86 .svg_image--u-ix3yf2o8b, .mosaic-shop2-folders--u-i4865qr86 .svg_image--u-iy6o2wifk {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 10px;
	width: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.svg_image--u-ix3yf2o8b svg {
	width: auto;
	height: auto;
}

.svg_image--u-ix3yf2o8b .path-imfqkx1b0 {
	fill: rgba(var(--color-iy3wmlaam), 1);
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__sub-list .mosaic-shop2-folders__sub-list {
	top: 0px;
	left: 100%;
	width: 100%;
	position: static;
}

.mosaic-shop2-folders--u-i4865qr86 .mosaic-shop2-folders__sub-list .mosaic-shop2-folders__sub-list > .mosaic-shop2-folders__sub-item {
	width: 100%;
}

.ver-menu--u-iw6hbc0pv {
	position: relative;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.ver-menu--u-iw6hbc0pv .ver-menu__list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

.ver-menu--u-iw6hbc0pv .ver-menu__link {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 15px;
	justify-content: flex-start;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.ver-menu--u-iw6hbc0pv .ver-menu__link, .ver-menu--u-iw6hbc0pv .ver-menu__sub_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	text-decoration-line: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: rgba(var(--color-il2ny8gu0), 1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.text-block-wrap-div {
	flex-grow: 1;
	max-width: 100%;
}

.mosaic-popup--u-i9cz4ian4 {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 11;
}

.mosaic-popup__inner-bg--u-iwe09i7s3 {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(var(--color-iksv9995m), 0.5);
	display: none;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
	transition-duration: 500ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	transition-property: all;
	overflow-y: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

:root {
	--color-iksv9995m: 0, 0, 0;
	--color-i30f7ly9f: 255, 255, 255;
	--color-imp5k5udt: 12, 12, 12;
	--color-inj1w2r2l: 0, 0, 0;
	--color-i3opwn54l: 0, 0, 0;
	--color-if87avxo5: 0, 0, 0;
	--color-ib1me25ic: 0, 0, 0;
	--color-io34stjvl: 255, 255, 255;
	--color-iadwywbli: 0, 0, 0;
	--color-ii171tpbf: 0, 0, 0;
	--color-ivd1mdi3z: 0, 0, 0;
	--color-iv9fnkxae: 0, 0, 0;
	--color-ixvdt72km: 255, 255, 255;
	--color-ivac3dvk7: 0, 0, 0;
	--color-i5gus5kzk: 0, 0, 0;
	--color-il3tdxj4h: 0, 0, 0;
	--color-ip03tif1j: 0, 0, 0;
	--color-i7cqh6pwt: 255, 255, 255;
	--color-iqk2hcvwc: 0, 0, 0;
	--color-idkq55zj0: 0, 0, 0;
	--color-ihmlfxk7g: 0, 0, 0;
	--color-ikqdl41vf: 0, 0, 0;
	--color-idxscdxnr: 255, 255, 255;
	--color-is0mdz2wg: 0, 0, 0;
	--color-ioquidwr8: 0, 0, 0;
	--color-i7s7ngw9c: 0, 0, 0;
	--color-ilhe0vw09: 0, 0, 0;
	--color-itozyvtfi: 248, 248, 248;
	--color-imml3vybt: 0, 0, 0;
	--color-i3pii8ryd: 0, 0, 0;
	--color-idj53u8d0: 0, 0, 0;
	--color-it3enys41: 0, 0, 0;
	--color-i5bhr0p9t: 248, 248, 248;
	--color-i3qq9q6a8: 51, 51, 51;
	--color-imtsyksmw: 255, 0, 0;
	--color-io5c3jqqj: 255, 0, 0;
	--color-iing3l0nw: 128, 128, 128;
	--color-iqcmyrm1p: 128, 128, 128;
	--color-irsypj7aj: 128, 128, 128;
	--color-i3b1goqvq: 128, 128, 128;
	--color-ik7xcwk4a: 128, 128, 128;
	--color-i8rgs1zxy: 0, 0, 0;
	--color-i8p1owdhe: 0, 0, 0;
	--color-ia0bvk3av: 128, 128, 128;
	--color-i4rt1elx3: 128, 128, 128;
	--color-irlxnl8fu: 128, 128, 128;
	--color-ilocwz02y: 128, 128, 128;
	--color-is9ohw2fs: 0, 0, 0;
	--color-ibs650tll: 0, 0, 0;
	--color-id010oogh: 225, 90, 90;
	--color-igphux2pe: 255, 255, 255;
	--color-iq3ys38pp: 197, 197, 197;
	--color-ih7kx00v8: 197, 197, 197;
	--color-i67l40d0r: 197, 197, 197;
	--color-itt730yk7: 197, 197, 197;
	--color-ijm3g7m3r: 197, 197, 197;
	--color-iz276ioy1: 255, 0, 0;
	--color-ixtv9w8ii: 85, 85, 85;
	--color-ikt99c0ku: 0, 0, 255;
	--color-iw9hxwa5e: 0, 0, 255;
	--color-iebqnkufj: 155, 155, 155;
}

.mosaic-popup__inner-data--u-ij23ibd5b {
	position: relative;
	width: 300px;
	min-height: 300px;
	max-width: 100vw;
	background-color: rgba(var(--color-i30f7ly9f), 1);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

.mosaic-popup__close--u-ing11hvxf {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	min-width: 32px;
	min-height: 32px;
	text-align: center;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.svg_image--u-i5czsidvc {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 15px;
	height: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.svg_image--u-i5czsidvc .path-izumpjuws {
	fill: rgba(var(--color-imp5k5udt), 1);
}

.burger-menu-search-section {
    width: 100%;
}

.drop-down-menu-item.has-children {
	position: relative;
}

.drop-down-menu-item.has-children .burger-menu-sub-level {
	display: none;
	padding-left: 11px;
}

.burger-drop-down-button-mb {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.has-children-mb-open {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.has-children-mb-open.active + .burger-menu-sub-level {
	display: block;
}

.burger-menu-list-item.active .has-children-mb-open:not(.active) .burger-drop-down-button {
  transform: rotate(0deg);
  transition: ease all .3s;
}

.has-children-mb-open.active .burger-drop-down-button-mb {
  transform: rotate(180deg);
  transition: ease all .3s;
}

/*
.has-children-mb-open {
	content: " ";
	transform: rotate(-90deg);
	transition: ease all .3s;
	background-image: url(/local/templates/hepato/images/barrow_menu.svg);
	content: " ";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	right: 3px;
	left: unset;
	position: absolute;
	top: 20px;
}*/

.burger-search-section {
    display: block;
    border: solid 1px #e15a5a;
    border-radius: 50px;
    padding: 4px;
    width: 100%;
    position: relative;
}

.burger-menu-search-section {
    width: 100%;
}

.burger-search-form {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}

.burger-search-label {
    margin: 0px 0px 0px 5px;
}

.burger-search-input {
    width: 189px;
    border: none;
}

.burger-search-button {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px -5px;
    background: url(/local/templates/hepato/components/bitrix/catalog.section.list/top_menu_mobile/images/lupe.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.burger-search-button-wrapper {
    width: 30px;
}

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17053904092729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/hepato/styles.css?177684278633848*/
@font-face {
  font-weight: bold;
  font-family: Ubuntu-Bold;
  src: url("/local/templates/hepato/fonts/Ubuntu-Bold.ttf");
}

@font-face {
  font-weight: bold;
  font-style: italic;
  font-family: Ubuntu-BoldItalic;
  src: url("/local/templates/hepato/fonts/Ubuntu-BoldItalic.ttf");
}

@font-face {
  font-style: italic;
  font-family: Ubuntu-Italic;
  src: url("/local/templates/hepato/fonts/Ubuntu-Italic.ttf");
}

@font-face {
  font-weight: lighter;
  font-family: Ubuntu-Light;
  src: url("/local/templates/hepato/fonts/Ubuntu-Light.ttf");
}

@font-face {
  font-weight: lighter;
  font-style: italic;
  font-family: Ubuntu-LightItalic;
  src: url("/local/templates/hepato/fonts/Ubuntu-LightItalic.ttf");
}

@font-face {
  font-weight: 500;
  font-family: Ubuntu-Medium;
  src: url("/local/templates/hepato/fonts/Ubuntu-Medium.ttf");
}


@font-face {
  font-style: italic;
  font-weight: normal;
  font-family: Ubuntu-MediumItalic;
  src: url("/local/templates/hepato/fonts/Ubuntu-MediumItalic.ttf");
}


@font-face {
  font-weight: normal;
  font-family: Ubuntu-Regular;
  src: url("/local/templates/hepato/fonts/Ubuntu-Regular.ttf");
}


h1 {
  font-weight: 700;
  font-size: 35px;
  margin: 0 0 25px 0;
}

h2 {
  font-size: 35px;
  margin: 0 0 30px 0;
  font-weight: 700;
}

h6 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 22px 0;
  font-size: 20px;
}

h1,
h2 {
  font-family: Ubuntu, sans-sarif;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.15em 0 !important;
}

.header-link {
  color: #8c8c8c;
  text-decoration: none;
}

.header-phone-link-text {
  font-weight: 500;
}

.list-unstyled {
  list-style: none;
  padding: 0;
}

.work-time-item {
  display: flex;
  width: 100%;
}

.work-time-col-1 {
  flex: 0 0 50%;
}

.strong {
  color: #000;
  font-size: 13px;
}

/* Часы работы */

.work-time-container {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #e15a5a;
}

.work-time-heading {
  text-align: center;
  margin: 7px 0;
  color: #555;
}

.work-time-text {
  text-align: center;
}

.work-time-table {
  min-width: 340px;
}

.work-time-table-heading {
  color: #555;
}

.services-button-container {
  width: 125px;
}

.call-button,
.button {
  text-align: center;
  margin: 8px 0px;
  padding: 6px;
  border-radius: 50px;
  font-weight: 700;
  background: #e15a5a;
}

.call-button:hover,
.button:hover {
  background: #fd6d6d;
}

.call-button-link,
.button-link {
  color: #fff;
  padding: 0px;
  text-decoration: none;
}

.call-button-link:hover,
.button-link:hover {
  color: #fff;
  padding: 0px;
  text-decoration: none;
}

.work-time-short {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 400;
}

.mx-auto {
  margin: auto;
  display: block;
}

span.inst-text {
  margin: 0px 0px 0px 6px;
}

.footer-contacts-socials-item-link {
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 400;
}

/* Map */

.map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.map {
  display: inline-flex;
  width: 100%;
  align-items: center;
  height: 370px;
  justify-content: center;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}

.map-container-photo {
  width: 100%;
  position: relative;
  display: block;
  margin-left: 30px;
  background-image: url(/local/templates/hepato/images/clinic.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}

/* Copyright */

.copyright-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}

.copyright-inner-row-1 {
  text-align: center;
}

.copyright-inner-row-2 {
  display: flex;
}

.copyright-inner-row-2-row-1 {
  width: 50%;
}

.copyright-inner-row-2-row-2 {
  text-align: right;
  width: 50%;
}

.work-time-container .row {
  font-size: 16px;
}

@media (max-width: 991px) {
  .map-container {
    flex-direction: column;
  }

  .map-container-photo {
    margin-left: 0px;
    margin-top: 30px;
    height: 300px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  .doctors-carusel-blocklist-item>a {
    display: inline-block;
  }

  .footer-contacts-item-container {
    max-width: 95%;
  }
}

.rnova-widget .v-application--wrap {
  min-height: initial !important;
}

.feedback-section {
  background-color: rgba(250, 250, 250, 1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#comp_6b53a45807a2cc6ef4bc6a800d8cef4e {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.color-black {
  color: black;
}

.footer-gline {
  border-top: 1px solid #E3E3E3;
}

.footer-warning-text {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  color: #CED8D3;
}


.rekvizity-table-title {
  background: #e15a5a;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 12px;
  text-align: center;
}

.rekvizity-table {
  margin-bottom: 20px;
  max-width: 900px;
}

.rekvizity-table * {
  box-sizing: border-box;
}

.rekvizity-table-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.rekvizity-table-row:nth-child(odd) {
  background: #F5F5F5;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #E8E8E8;
}

.rekvizity-table-row .rekvizity-table-row-td:first-child {
  min-width: 200px;
  border-right: 1px solid #E8E8E8;
  font-weight: bold;
}

.rekvizity-table-row .rekvizity-table-row-td:last-child {
  min-width: calc(100% - 200px);
}

.rekvizity-table-row-td-double>* {
  width: 50%;
}

.rekvizity-table-row-td {
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  /*  justify-content: center;*/
  justify-content: flex-start;
}

.feedback-section {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.feedback-section .footer-info-container {
  background: linear-gradient(to right, white 65%, transparent),
    url('/local/templates/hepato/images/bg-footer-form.png') no-repeat right center;
  border: 1px solid #B2B2B2;
  border-radius: 13px;
  max-width: 1280px;
  padding: 55px 80px 20px;
}

.feedback-section form[id^="feedback-form"] input[type="text"],
.feedback-section form[id^="feedback-form"] input[type="email"] {
  width: 202px;
  height: 54px;
  background: white;
  border: 1px solid #CFCFCF;
  border-radius: 3px;
}

.feedback-section form[id^="feedback-form"] textarea {
  width: 636px;
  max-width: 100%;
  min-height: 54px;
}

.feedback-section form[id^="feedback-form"] .flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.feedback-section form[id^="feedback-form"] [type="submit"] {
  width: 202px;
  height: 54px;
  border: none;
  background: #F54646;
  border-radius: 3px;
  text-align: center;
  color: white;
  font-size: 16px;
}

.feedback-section form[id^="feedback-form"] .flex-row .form-group {
  margin-right: 15px;
  margin-bottom: 0;
}

.feedback-section .footer-contacts-heading {
  text-transform: none;
  font-size: 32px;
  font-weight: 500;
}

.politika a {
  color: #1976D2;
}

.rekvesits-title {
  /*    font-family: Ubuntu;*/
  font-size: 32px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}

.rekvesits-row {
  margin: 24px 0;
}

.rekvesits-row-title {
  /*    font-family: Roboto;*/
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 18px;
}

.rekvesits-row-description {
  /*font-family: Roboto;*/
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #4C4C4C;
}

.list-preview-wrap {
  margin-top: 8px;
  margin-right: -17px;
}

.list-preview-wrap ul {
  padding: 0;
  padding-left: 17px;
  margin: 0;
  list-style: url('/local/templates/hepato/images/check.svg');
  color: rgba(255, 255, 255, 0.75);
  font-size: 14.4px;
  line-height: 1.172;
}


.services-blocklist-item-link .list-preview-wrap,
.services-blocklist-item-link .list-preview-wrap * {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14.4px;
  line-height: 1.172;
}


.blocklist-item-title {
  font-size: 16px;
}

.services-blocklist-item {
  min-width: 196px;
}

.services-blocklist-item * {
  overflow-wrap: anywhere;
}

.list-preview-wrap ul li {
  margin-bottom: 4px;
}

.list-preview-wrap ul li:last-child {
  margin-bottom: 0;
}

.services-blocklist-item-link:hover {
  text-decoration: none;
}

.services-blocklist-item-link:hover .list-preview-wrap ul {
  color: rgba(255, 255, 255, 0.75);
}

.services-blocklist-item {
  background-position: right bottom !important;
}

#bx_1847241719_328 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/1.svg'),
    linear-gradient(rgba(0, 169, 191, 1) 0%, rgba(0, 169, 191, 1) 100%);
  /* голубой */
}

#bx_1847241719_330 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/2.svg'),
    linear-gradient(rgba(247, 148, 64, 1) 0%, rgba(247, 148, 64, 1) 100%);
  /* оранжевый */
}

#bx_1847241719_339 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/3.svg'),
    linear-gradient(rgba(139, 192, 67, 1) 0%, rgba(139, 192, 67, 1) 100%);
  /* зеленый */
}

#bx_1847241719_338 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/4.svg'),
    linear-gradient(rgba(240, 78, 92, 1) 0%, rgba(240, 78, 92, 1) 100%);
  /* розовый */
}

#bx_1847241719_346 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/5.svg'),
    linear-gradient(rgba(195, 62, 141, 1) 0%, rgba(195, 62, 141, 1) 100%);
  /* фиолетовый */
}

#bx_1847241719_336 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/6.svg'),
    linear-gradient(rgba(0, 169, 191, 1) 0%, rgba(0, 169, 191, 1) 100%);
  /* голубой */
}

#bx_1847241719_335 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/7.svg'),
    linear-gradient(rgba(92, 125, 136, 1) 0%, rgba(92, 125, 136, 1) 100%);
  /* серый */
}

#bx_1847241719_341 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/8.svg'),
    linear-gradient(rgba(247, 148, 64, 1) 0%, rgba(247, 148, 64, 1) 100%);
  /* оранжевый */
  ;
}

#bx_1847241719_337 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/9.svg'),
    linear-gradient(rgba(92, 125, 136, 1) 0%, rgba(92, 125, 136, 1) 100%);
  /* серый */
}

#bx_1847241719_340 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/10.svg'),
    linear-gradient(rgba(139, 192, 67, 1) 0%, rgba(139, 192, 67, 1) 100%);
  /* зеленый */
}

#bx_1847241719_329 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/11.svg'),
    linear-gradient(rgba(0, 169, 191, 1) 0%, rgba(0, 169, 191, 1) 100%);
  /* голубой */
}

#bx_1847241719_333 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/12.svg'),
    linear-gradient(rgba(240, 78, 92, 1) 0%, rgba(240, 78, 92, 1) 100%);
  /* розовый */
}

#bx_1847241719_332 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/13.svg'),
    linear-gradient(rgba(92, 125, 136, 1) 0%, rgba(92, 125, 136, 1) 100%);
  /* серый */
}

#bx_1847241719_334 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/14.svg'),
    linear-gradient(rgba(195, 62, 141, 1) 0%, rgba(195, 62, 141, 1) 100%);
  /* фиолетовый */
}

#bx_1847241719_331 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/15.svg'),
    linear-gradient(rgba(92, 125, 136, 1) 0%, rgba(92, 125, 136, 1) 100%);
  /* серый */
}

#bx_1847241719_343 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/16.svg'),
    linear-gradient(rgba(0, 169, 191, 1) 0%, rgba(0, 169, 191, 1) 100%);
  /* голубой */
}

#bx_1847241719_344 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/17.svg'),
    linear-gradient(rgba(139, 192, 67, 1) 0%, rgba(139, 192, 67, 1) 100%);
  /* зеленый */
}

#bx_1847241719_342 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/18.svg'),
    linear-gradient(rgba(92, 125, 136, 1) 0%, rgba(92, 125, 136, 1) 100%);
  /* серый */
}

#bx_1847241719_348 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/19.svg'),
    linear-gradient(rgba(92, 125, 136, 1) 0%, rgba(92, 125, 136, 1) 100%);
  /* серый */
}

#bx_1847241719_359 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/20.svg'),
    linear-gradient(rgba(240, 78, 92, 1) 0%, rgba(240, 78, 92, 1) 100%);
  /* розовый */
}

#bx_1847241719_356 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/21.svg'),
    linear-gradient(rgba(0, 169, 191, 1) 0%, rgba(0, 169, 191, 1) 100%);
  /* голубой */
}

#bx_1847241719_354 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/22.svg'),
    linear-gradient(rgba(92, 125, 136, 1) 0%, rgba(92, 125, 136, 1) 100%);
  /* серый */
}

#bx_1847241719_355 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/23.svg'),
    linear-gradient(rgba(195, 62, 141, 1) 0%, rgba(195, 62, 141, 1) 100%);
  /* фиолетовый */
}

#bx_1847241719_353 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/24.svg'),
    linear-gradient(rgba(139, 192, 67, 1) 0%, rgba(139, 192, 67, 1) 100%);
  /* зеленый */
}

#bx_1847241719_358 .services-blocklist-item {
  background-image: url('/local/templates/hepato/images/services/25.svg'),
    linear-gradient(rgba(92, 125, 136, 1) 0%, rgba(92, 125, 136, 1) 100%);
  /* серый */
}


.oprosnik {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 10px 0;
  flex-wrap: wrap;
}

.oprosnik-item {
  width: 19%;
  border: 1px solid black;
  min-height: 120px;
}

.oprosnik-item-q {
  min-height: 80px;
  padding: 10px;
  border-bottom: 1px solid black;
}

.oprosnik-item-a {
  padding: 10px;
}

.partners-section-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partners-section-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: left;
}

.partners-section {
  margin: 30px 0;
}

.partners-section-title {
  margin-bottom: 30px;
}

.about-us-benefits-element {
  margin-bottom: 18px;
  padding: 30px 40px;
  width: 32%;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  background: #FAFAFA;
}

.about-us-benefits-element-title {
  font-family: Ubuntu-Regular;
  position: relative;
  font-size: 16px;
  /*    padding-left: 60px;*/
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-us-benefits-element-description {
  font-family: Ubuntu-Regular;
}

.about-us-benefits-element-title::before {
  content: " ";
  display: block;
  min-width: 45px;
  min-height: 45px;
  position: static;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 12px;
}

.bi-1::before {
  background-image: url(/local/templates/hepato/images/icon1.svg);
}

.bi-2::before {
  background-image: url(/local/templates/hepato/images/icon2.svg);
}

.bi-3::before {
  background-image: url(/local/templates/hepato/images/icon3.svg);
}

.bi-4::before {
  background-image: url(/local/templates/hepato/images/icon4.svg);
}

.bi-5::before {
  background-image: url(/local/templates/hepato/images/icon5.svg);
}

.bi-6::before {
  background-image: url(/local/templates/hepato/images/icon6.svg);
}

.about-us-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.about-us-benefits-element-description {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #666666;
  margin: 14px 0px;
}

.header-search .btn {
  min-width: 42px;
}

@media screen and (max-width:991px) {

  .about-us-benefits {
    display: block;
  }

  .about-us-benefits-element {
    width: 100%;
  }

  .partners-section-title {
    font-size: 24px;
  }

  .oprosnik-item {
    width: 100%;
    margin: 10px 0;
  }

  .partners-section-items {
    flex-wrap: wrap;
  }

  .partners-section-items-element {
    width: 31%;
  }

  .footer-warning-text {
    font-size: 16px;
    line-height: 18.05px;
  }

  .feedback-section .footer-info-container {
    background: linear-gradient(to right, white 65%, transparent),
      url('/local/templates/hepato/images/bg-footer-form-768.png') no-repeat right center;
    padding: 55px 30px 20px;
  }

  .feedback-section form[id^="feedback-form"] input[type="text"],
  .feedback-section form[id^="feedback-form"] input[type="email"],
  .feedback-section form[id^="feedback-form"] textarea,
  .feedback-section form[id^="feedback-form"] [type="submit"] {
    max-width: 100%;
    width: 400px;
  }

  .feedback-section form[id^="feedback-form"] .flex-row .form-group {
    margin-bottom: 28px;
    margin-right: 0;
  }

  .feedback-section form[id^="feedback-form"] .flex-row {
    margin-bottom: 28px;
  }

  .feedback-section form[id^="feedback-form"] .flex-row .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {

  .partners-section-items-element {
    width: 48%;
  }


  .feedback-section .footer-info-container {
    background: url('/local/templates/hepato/images/bg-footer-form-320.png') no-repeat top center / contain;
    padding: 45px 10px 10px;
    background-size: cover;
  }

  .feedback-section form[id^="feedback-form"] input[type="text"],
  .feedback-section form[id^="feedback-form"] input[type="email"],
  .feedback-section form[id^="feedback-form"] textarea,
  .feedback-section form[id^="feedback-form"] [type="submit"] {
    width: 100%;
  }

  .feedback-section .form-group {
    width: 100%;
  }

  .feedback-section .flex-row {
    display: block;
  }

  .feedback-section form[id^="feedback-form"] .form-group {
    max-width: 100%;
  }

  .feedback-section .footer-contacts-heading {
    font-size: 20px;
    text-align: center;
    display: block;
  }

  .feedback-section form[id^="feedback-form"] .flex-row .form-group {
    margin-bottom: 30px;
  }

  .feedback-section form[id^="feedback-form"] .flex-row {
    margin-bottom: 30px;
  }
}

.side-panel-content .burger-search-button-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
}

.doctor-quote-title {
  font-family: Ubuntu-Regular;
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: left;

}

.doctor-quote-block-card {
  max-width: 300px;
}

.doctor-quote-block {
  box-shadow: 0px 2px 15px 0px #00000033;
  padding: 30px;
  margin: 36px 0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.doctor-quote-block-title,
.doctor-quote-red-text {
  color: #E15A5A;
}

.doctor-quote-block-card-data {
  padding: 15px 20px;
  background: #FDF7F7;
}

.doctor-quote-block-card-data-btn {
  background: #E15A5A;
  text-align: center;
  color: white;
  border-radius: 18px;
  padding: 10px 0;
  margin-top: 16px;
  max-width: 170px;
}

.doctor-quote-block-card-data-btn a:hover,
.doctor-quote-block-card-data-btn a {
  color: white;
  font-size: 13px;
}

.doctor-quote-block-card-data-title {
  font-family: Roboto;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  /*    margin-top: 14px;*/
  margin-bottom: 6px;
}

.doctor-quote-block-card-data-desc {
  color: #00000099;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 4px;
}

.doctor-quote-block-descr p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}

.doctor-quote-block-descr {
  margin-bottom: 40px;
}

.doctor-quote-block-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Ubuntu-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.doctor-quote-block-card-image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.doctor-quote-block-left {
  width: 26%;
}

.doctor-quote-block-right {
  width: 72%;
}

.doctor-quote-block-descr ul {
  font-family: Roboto;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.doctor-quote-block-descr ul li {
  list-style: none;
  padding: 8px 0 8px 12px;
  position: relative;
}

.doctor-quote-block-descr ul li::before {
  content: " ";
  width: 4px;
  display: block;
  left: 0;
  top: 14px;
  line-height: 4px;
  background: #F54646;
  border-radius: 50%;
  position: absolute;
  height: 4px;
}

.doctor-quote {
  margin: 40px 0;
}

@media screen and (max-width: 991px) {
  .doctor-quote-block-left {
    width: 40%;
  }

  .doctor-quote-block-right {
    width: 56%;
  }
}

@media screen and (max-width: 767px) {
  .doctor-quote-block-left {
    margin-bottom: 30px;
    width: 100%;
  }

  .doctor-quote-block-right {
    width: 100%;
  }

  .doctor-quote-block {
    display: block;
  }

  .doctor-quote-block-card {
    margin-left: auto;
    margin-right: auto;
  }
}

.content-container .row.justify-content-center {
  width: 100%;
}


.section-cards-row-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.section-cards-row-item-data-title {
  font-family: Ubuntu-Regular;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 14px;
}

.section-cards-row-item-data-descr p {
  /*    margin-bottom: 6px;*/
}

.section-cards-row-item-data-descr {
  /*
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;    */
}

.section-cards-row-item-image {
  width: 35%;
}

.section-cards-row-item-data {
  width: 60%;
}

.section-cards-row-item-data-button {
  color: white;
  background: #E15A5A;
  border-radius: 50px;
  display: block;
  max-width: 170px;
  text-align: center;
  margin-top: 28px;
  padding: 10px 0;
  cursor: pointer;
}

.section-cards-row-item-data-button:hover,
a.section-cards-row-item-data-button:hover {
  text-decoration: none;
  color: white;
  opacity: .8;
}

@media screen and (max-width: 991px) {
  .section-cards-row-item .more-text * {
    display: none;
  }

  .section-cards-row-item .more-text.active * {
    display: block;
  }

  .section-cards-row-item .more-text.active a,
  .section-cards-row-item .more-text.active span {
    display: inline-block;
  }

  .section-cards-row-item .more-text::before {
    content: "Читать полностью";
    display: block;
    text-decoration: underline;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
  }

  .section-cards-row-item .more-text.active::before {
    display: none;
  }

  .section-cards-row-item-image {
    width: 50%;
  }

  .section-cards-row-item-data {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {

  .section .row,
  .section-doctors .row {
    margin: 0;
  }

  .row .action-card-wrapper {
    padding: 0 !important;
  }

  .services-section .h2 {
    margin-right: 10px ! !important;
    margin-left: 10px !important;
  }


  .section-cards-row-item {
    display: block;
  }

  .section-cards-row-item-image,
  .section-cards-row-item-data {
    width: 100%;
  }

  .section-cards-row-item-data {
    margin-top: 30px;
  }

  .section-cards-row-item-data-button {
    margin-top: 48px;
  }

  .section-cards-row-item {
    max-width: 440px;
    margin: 0 auto 30px auto;
  }
}

.faq-item .answer {
  transition: ease all .1s;
}

.faq-item.active .answer {
  transition: ease all .1s;
  /*display: block!important;*/
  height: 100% !important;
}

.faq-item.active .btn {
  transform: rotate(180deg);
  color: #fff;
  background-color: #e15a5a;
  border-color: #e15a5a;
}

a.news-section-area-items-element:hover {
  text-decoration: none;
}

.faq-list {
  margin-bottom: 50px;
}

.footer-section.feedback-section {
  padding-bottom: 40px;
}

.services-doctors .services-doctors-items-wrapper {
  /*max-width: 960px;*/
  width: 100%;
}

.services-doctors .doctors-carusel-blocklist-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
}

.services-doctors .doctors-carusel-blocklist-arrow-prev {
  flex-shrink: 0;
  pointer-events: auto;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-image: url("/local/templates/hepato/components/bitrix/news.list/ad-doctors-list-main-page/images/doctors-blocklist-arrow-prev.svg");
  background-repeat: no-repeat;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  border-bottom-left-radius: 250px;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-top-color: rgba(225, 90, 90, 1);
  border-right-color: rgba(225, 90, 90, 1);
  border-bottom-color: rgba(225, 90, 90, 1);
  border-left-color: rgba(225, 90, 90, 1);
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
  background-color: #fff;
}

.owl-carousel-doctors .services-doctors-item-outer {
  margin: 0 auto;
}

.services-doctors .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.services-doctors .doctors-carusel-blocklist-arrow-next {
  pointer-events: auto;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-image: url("/local/templates/hepato/components/bitrix/news.list/ad-doctors-list-main-page/images/doctors-blocklist-arrow-next.svg");
  background-repeat: no-repeat;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  border-bottom-left-radius: 250px;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-top-color: rgba(225, 90, 90, 1);
  border-right-color: rgba(225, 90, 90, 1);
  border-bottom-color: rgba(225, 90, 90, 1);
  border-left-color: rgba(225, 90, 90, 1);
  background-color: #fff;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
}

@media (max-width: 991px) {
  .services-blocklist-item-wrapper .text-block-wrap-div {
    text-align: left;
  }
}

#btn-back-to-top,
.scrollup {
  border-radius: 0 !important;
  border: 0 !important;
  display: none;
  position: fixed;
  right: 5% !important;
  bottom: 55px;
  height: 90px;
  width: 48px;
  background: url('/local/templates/hepato/images/up.svg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


@media (max-width: 1499px) {

  #btn-back-to-top,
  .scrollup {
    right: 5% !important;
  }
}

@media screen and (max-width: 767px) {
  .root.wrapper-container {
    overflow: hidden;
  }

  .services-doctors {
    width: 100%;
  }
}

.service-detail-picture {
  margin-bottom: 20px;
}

.news-detail {
  overflow: hidden;
}


@media (max-width: 991px) {
  .side-panel-container {
    left: 15px !important;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

#form_doctors_list .select-custom {
  border: 1px solid #ACACAC;
  padding: 18px;
  border-radius: 10px;
}

#form_doctors_list .select-custom-title {
  color: #000000;
}

#form_doctors_list select:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#form_doctors_list option {
  padding-left: 0;
}

#form_doctors_list *:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#form_doctors_list select {
  font-weight: bold;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url(/local/templates/hepato/images/select-arrow.svg);
  background-position: right center;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-position: right top;
  padding-left: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper select::-ms-expand {
  display: none;
  /* remove arrow IE     */
}
/* Страницы вопрос-ответ */
.faq-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  font-family: 'Ubuntu', sans-sarif;
  line-height: 1.15;
}

.faq-tabs {
  width: 64.375%;
}

.faq-sidebar {
  background: #FAFAFA;
  border-radius: 5px;
  padding: 40px;
  width: 33.75%;
}

.faq-sidebar__h {
  font-size: 24px;
  margin-bottom: 29px;
}

.faq-tabs .faq {
  display: none;
}

.faq-tabs .faq.open {
  display: block;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.tags__item {
  border: 1px solid #E15A5A;
  border-radius: 18px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 15px;
}

.tags__item:hover,
.tags__item.active {
  background: #E15A5A;
  color: white;
  text-decoration: none;
}

.section.pb-80 {
  padding-bottom: 80px;
}

.faq__item {
  margin-bottom: 20px;
}

.faq__item:last-child,
.faq__body p:last-child {
  margin-bottom: 0;
}

.faq__head {
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 18px 20px;
  padding-left: 62px;
  position: relative;
}

.faq__head::before {
  background: #E15A5A url('/local/templates/hepato/images/plus.svg') no-repeat center;
  border-radius: 24px;
  content: '';
  height: 24px;
  width: 24px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: calc(50% - 12px);
}

.faq__head.open::before {
  background-image: url('/local/templates/hepato/images/minus.svg');
}

.open + .faq__body {
  display: block;
}

.faq__body {
  display: none;
  padding-top: 20px;
}

.faq__body,
.faq__body p {
  color: #666;
}

.bold {
  font-weight: bold;
}

.black {
  color: black;
}

.A-overlay > .A-modal.A-modal-faq {
  padding: 47px 34px 48px;
}

.A-overlay > .A-modal.A-modal-faq > .A-close {
  top: 20px;
  right: 20px;
}

.ajax-form-faq {
  width: 285px;
}

.ajax-form-faq .politika {
  font-size: 16px;
  line-height: 1.25;
}

.A-modal-faq .ajax-form-faq .form-title {
  color: black;
  font-size: 32px;
  font-family: 'Ubuntu-Medium', sans-sarif;
  font-weight: 500;
  text-align: center;
}

.A-modal-faq .ajax-form-faq [type="submit"],
.A-modal-faq .btn-close {
  background: #F54646;
  border-radius: 3px;
  color: white;
  border: none;
  display: inline-block;
  height: auto;
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  padding: 17px 15px;
  margin-bottom: 25px;
  text-align: center;
}

.A-modal-faq .btn-close:last-child {
  margin-bottom: 0;
}

.A-modal-faq .ajax-form-faq [type="submit"]:hover,
.A-modal-faq .ajax-form-faq [type="submit"]:focus,
.A-modal-faq .btn-close:hover {
  background: #e98585;
  text-decoration: none;
}

.A-modal-faq .ajax-form-faq .error:not(:empty) {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
}

.A-modal-faq .ajax-form-faq input[type="text"],
.A-modal-faq .ajax-form-faq textarea {
  background-repeat: no-repeat;
  background-position: 13px 17px;
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  height: 54px;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 15px;
  padding-left: 46px;
}

.A-modal-faq .ajax-form-faq textarea[name="quest"] {
  background-image: url('/forms/faq/img/pl-quest.svg');
  min-height: 133px;
  resize: none;
}

.ajax-form-faq input[name="name"] {
  background-image: url('/forms/faq/img/pl-name.svg');
}

.ajax-form-faq input[name="phone"] {
  background-image: url('/forms/faq/img/pl-phone.svg');
}

.faq-success {
  color: #666;
  line-height: 1.25;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 0 15px;
  text-align: center;
}

.blocklist-item-title .text-block-wrap-div {
  font-size: 15px;
}

@media (max-width: 991px) {
  .faq-wrap {
    flex-direction: column;
  }
  .faq-sidebar {
    order: 0;
    margin-bottom: 40px;
    padding: 30px;
    width: 100%;
  }
  .faq-tabs {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .faq-sidebar {
    padding: 20px;
  }
}

@media (max-width: 479px) {
  .A-overlay > .A-modal.A-modal-faq {
    padding: 35px 20px;
  }
  .ajax-form-faq {
    width: 100%;
  }
  .faq-success {
    padding: 0;
  }
}

/* End */


/* Start:/local/templates/hepato/template_styles.css?1774507598120827*/
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: white;
    overflow-anchor: none;
    overflow-wrap: break-word;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color: #000;
}

a:hover {
    text-decoration: initial;
    color: initial;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

html, body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h6 {
    font-size: 1rem;
}

img {max-width:100%;}

.wrapper {
    color: #000000;
}

.wrapper-container {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto, sans-serif;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.doc-link {
    text-align: right;
    margin: 24px 0px 36px;
}

.doctors-section-wrapper {
    width: 100%;
}

.wrapper-container::before, .wrapper-container::after {
    content: "";
    display: table;
    clear: both;
}

.header-icons-cart-link {
    text-decoration: none;
}

.header {
    display: block;
    width: 100%;
    position: relative;
    cursor: auto;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    overflow-wrap: break-word;
    text-align: left;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
}

/* Header */

.logo-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.logo-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-shrink: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.header-container {
    width: 100%;
    position: relative;
    display: block;
    background-color: rgba(250, 250, 250, 1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.header-wrapper {
    width: 100%;
    max-width: 1340px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.logo-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 0;
}

.logo-wrapper {
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50px;
    cursor: pointer;
    text-decoration-line: none;
    margin-right: 5px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    flex-shrink: 0;
}

a {
    text-decoration: underline;
    color: #e13439;
}

a {
    background-color: transparent;
}

.logo-text-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo-link-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
    font-size: 24px;
}

.logo-link-heading:hover {
    text-decoration: none;
}

.logo-heading {
    display: block;
    font-weight: 700;
    color: rgba(189, 0, 0, 1);
    font-size: 35px;
    line-height: 34px;
}

.text-block-wrap-div {
    flex-grow: 1;
    max-width: 100%;
}

.logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13.5px;
    line-height: normal;
    vertical-align: top;
    position: relative;
    color: rgba(189, 0, 0, 1);
}

.header-contacts-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    flex-wrap: nowrap;
}

.header-menu-container {
    width: 100%;
    position: relative;
    display: block;
}

.header-contacts-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: wrap;
}

.header-contacts-phone-wrapper {
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.header-phone-svg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 21px;
    width: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(17, 175, 129, 1);
    margin-right: 10px;
    flex-shrink: 0;
}

.header-phone-svg svg {
    width: auto;
    height: auto;
}

.header-phone-svg > svg {
    flex-shrink: 0;
}

.header-phone-number-wrapper {
    display: inline-block;
}

.header-phone-number {
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.header-contacts-address-wrapper {
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 1;
    padding-top: 2px;
    padding-bottom: 2px;
}

.header-address-svg .header-address-svg-path {
    fill: rgba(225, 90, 90, 1);
}

.header-address-svg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 21px;
    width: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(17, 175, 129, 1);
    margin-right: 10px;
    flex-shrink: 0;
}

.header-address-text-wrapper {
    display: inline-block;
}

.header-address-text {
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    color: rgba(119, 119, 119, 1);
}

.header-socials-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.header-socials-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    flex-shrink: 1;
}

.header-socials-item {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: 5px;
    width: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-around;
    background-color: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}

.header-socials-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}

.header-socials-item-svg-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: none;
}

.header-socials-item-svg {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.header-socials-item-svg-path,
.footer-contacts-socials-item-svg-path-vk,
.footer-contacts-socials-item-svg-path-facebook,
.footer-contacts-socials-item-svg-path-instagram,
footer-contacts-socials-item-svg-path-telegram,
footer-contacts-socials-item-svg-path-youtube {
    fill: rgba(189, 0, 0, 1);
}

.header-phone-svg-path {
    fill: rgba(225, 90, 90, 1);
}

@media (max-width:1200px) {
	.header-search {display:none !important;}
}
.header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-decoration-line: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    font-size: 15px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-color: rgba(189, 0, 0, 1);
    flex-shrink: 0;
}

.header-button-text-wrapper {
    text-align: center;
    color: rgba(225, 90, 90, 1);
}

.header-icons-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
}

.header-icons-personal-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.header-icons-personal-area-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-icons-personal-area-button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    line-height: normal;
    cursor: pointer;
    outline-style: none;
    padding-top: 0px;
    padding-right: 0px;
    background-color: rgba(239, 239, 239, 0);
}

.header-icons-personal-area-button-svg-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
    width: 22px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.header-icons-cart-image {
    vertical-align: baseline;
    width: 22px;
    height: 22px;
}

.header-icons-cart-image-wrapper {
    display: flex;
    height: 25px;
    align-items: center;
}

.header-icons-personal-area-button-svg-path {
    fill: rgba(160, 160, 160, 1);
}

.header-menu-container {
    width: 100%;
    position: relative;
    display: block;
}

.header-menu-wrapper {
    width: 100%;
    max-width: 1340px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    padding: 14px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.header-menu-wrapper .base-menu {
    width: 100%;
    justify-content: space-between;
}

.mode-icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
    text-decoration-line: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mode-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 25px;
    height: 25px;
}

.mode-icon-image {
    object-fit: contain;
    width: 100%;
}

.mobile-icons-container {
    display: none;
}

/* Wrapper */

.top-container {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 0;
}

[type=submit], button, label, .mosaic-accordion__title, .cursor-pointer {
    cursor: pointer;
}

/* Container */

.content-container {
    width: 100%;
    min-height: 600px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
}

.section {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    letter-spacing: normal;
    line-height: normal;
}

/* Footer */

.footer-section {
    display: block;
    width: 100%;
    position: relative;
    outline-width: 0px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
    background-size: auto;
    background-attachment: scroll;
    color: #000;
    cursor: auto;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    overflow-wrap: break-word;
    text-align: left;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
   /* margin-bottom: 40px;*/
}

.photos-container {
    width: 100%;
    position: relative;
}

.photos {
    width: 100%;
    max-width: 1340px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.map {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 370px;
    background-color: rgba(151, 151, 151, 1);
    justify-content: center;
    background-position: center center;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}

.photo {
    width: 100%;
    position: relative;
    display: block;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.footer-info-container {
    width: 100%;
    max-width: 1340px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-logo-container {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -15px;
}

.logo-wrapper {
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.footer-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
    max-width: 45px;
    margin-right: 4px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    flex-shrink: 0;
}

.footer-logo-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-shrink: 0;
    max-width: 100%;
    max-height: 100%;
}

.footer-logo {
    width: 45px;
}

.footer-logo-text-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-logo-title-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
    font-size: 33px;
}

.footer-logo-title-wrapper {
    display: block;
    font-weight: 700;
    color: rgba(189, 0, 0, 1);
    line-height: 33px;
}

.footer-logo-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: normal;
    vertical-align: top;
    position: relative;
    color: rgba(189, 0, 0, 1);
    font-weight: 300;
}

.footer-contacts-container {
    width: 100%;
    max-width:400px;
    position: relative;
    display: block;
    padding-right: 70px;
    padding-left: 15px;
    color: #000;
}

.footer-contacts-heading {
    font-size: 20px;
    line-height: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-famaly: Ubuntu, sans-serif;
}

.footer-contacts-phone-container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-contacts-phone-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 21px;
    width: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(17, 175, 129, 1);
    margin-right: 10px;
    flex-shrink: 0;
}

.footer-contacts-phone-image {
    width: auto;
    height: auto;
    flex-shrink: 0;
}

.footer-contacts-phone-svg-path {
    fill: rgba(225, 90, 90, 1);
}

.footer-contacts-phone-text-container {
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-contacts-phone-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;
    font-size: 13px;
    margin-bottom: 3px;
}

.footer-contacts-phone-section {
    display: inline-block;
}

.footer-contacts-phone-list {
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-contacts-phone-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
}

.footer-contacts-phone-list-number {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    font-weight: 400;
}

.footer-contacts-item-container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.footer-contacts-item-svg-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 21px;
    width: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(17, 175, 129, 1);
    margin-right: 10px;
    flex-shrink: 0;
}

.footer-contacts-item-svg {
    width: auto;
    height: auto;
    flex-shrink: 0;
}

.footer-contacts-item-svg-path {
    fill: rgba(225, 90, 90, 1);
}

.footer-contacts-item-wrapper {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-contacts-item-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;
    font-size: 13px;
    margin-bottom: 3px;
}

.footer-contacts-item-list {
    display: inline-block;
}

.footer-contacts-item-list-wrapper {
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-contacts-item-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
}

.footer-contacts-item-list-text-wrapper {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 400;
}

.footer-contacts-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    flex-shrink: 1;
/*    margin-top: 20px;*/
}

.footer-contacts-socials-item {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: 5px;
    width: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-around;
    box-shadow: none;
}

.footer-contacts-socials-item-svg-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: none;
}

.footer-contacts-socials-item-svg {
    width: 100%;
    height: 100%;
}

.footer-contacts-socials-item-svg {
    flex-shrink: 0;
}

.footer-contacts-socials-item-svg-path-vk,
.footer-contacts-socials-item-svg-path-facebook,
.footer-contacts-socials-item-svg-path-instagram,
.footer-contacts-socials-item-svg-path-telegram,
.footer-contacts-socials-item-svg-path-youtube {
    fill: rgba(225, 90, 90, 1);
}

.copyright-selection {
    width: 100%;
    position: relative;
    display: block;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.15);
}

.copyright-container {
    width: 100%;
    max-width: 1340px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.copyright {
    line-height: normal;
    display: inline-block;
    position: relative;
}

.heading {
    font-size: 35px;
    line-height: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    display: block;
    position: relative;
    text-align: left;
    font-family: Ubuntu, sans-sarif;
}


.side-panel-container {
    display: none;
    position: fixed;
    padding: 0;
    top: 15px;
    z-index: 100;
    left: 15;
}


/* Main page */

.main-heading {
    text-align: center;
    margin: 50px 0px 10px 0px;
}

.main-text-container {
    display: flex;
    flex-wrap: wrap;
}

.main-text-container-col-1 {
    margin-right: 50px;
    max-width: 50%;
    flex: 0 0 50%;
}

.main-text-container-col-2 {
    margin: auto;
}

.side-panel-button-open-svg {
    fill: #e15a5a
}

/* Новости */

.news-wrap-list {
    display: flex;
    overflow: hidden;
    margin: 0 -20px;
    padding: 0 10px;
}

.news-note {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 20px;
    font-weight: 300;
}


.news-title a {
    text-decoration: none;
    color: #555;
}

.news-body-in {
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.news-wrap {
    position: relative;
}

.news-wrap .slick-track, .news-wrap .slick-list {
    display: flex;
}

.section-news {
    width: 1340px;
    margin: 0 auto;
    max-width: 100%;
    padding: 50px 30px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
}

.news-body.news-all {
    display: flex;
    align-items: center;
    background: #e15a5a;
    height: 82px;
}

.news-link {
    color: #fff;
    text-decoration: none;
}

.news-link:hover {
    text-decoration: underline;
}

.news-button-link {
    color: #fff;
    text-decoration: none;
}

.news-button-link.news-title {
    margin: 0;
}

.news-wrap .slick-slide > div .news-body.news-all a {
    display: flex;
    height: 100%;
    background: #e15a5a;
    padding: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    align-items: center;
}

.news-wrap .slick-slide > div .news-body.news-all {
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.news-wrap .slick-slide {
    height: auto;
}

.slick-initialized .slick-slide {
    display: block;
    width: 325px;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.news-wrap .slick-slide > div {
    width: 100%;
}

.news-wrap .slick-slide > div .news-body {
    height: 100%;
}

.news-body {
    margin-right: 15px;
    margin-left: 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e15a5a;
    padding: 30px;
    width: calc(100% - 30px);
}


.news-more a {
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background: #e15a5a;
}

.news-prev-button,
.news-next-button {
    display: none;
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #e15a5a;
    font-size: 0;
    padding: 0;
    margin-top: -24px;
    z-index: 2;
}

.news-prev-button {
    background: url(/local/templates/hepato/images/chevron_left.svg) 50% no-repeat #fff;
}

.news-next-button {
    right: 0;
    background: url(/local/templates/hepato/images/chevron_right.svg) 50% no-repeat #fff;
}

.footer-menu-section {
    width: 100%;
    max-width:300px;
    position: relative;
    padding-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 15px;
    color: #000;
/*    font-family: Ubuntu, sans-sarif;*/
}

.section-page {
    display: flex;
}

.map-container-photo {
    height: 370px;
}

/* Версия для слабовидящих */

.bvi-body .map-container-photo {
    background-size: contain;
}


/* Врачи */

.doctors-container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top-style: none;
    border-top-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-left-style: none;
    border-left-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.doctors-blocklist {
    position: relative;
    width: 100%;
    display: block;
    line-height: normal;
    margin-right: -10px;
    margin-left: -10px;
}

.doctors-blocklist-items-wrapper {
    width: 100%;
    height: 100%;
    will-change: transform;
}

.doctors-blocklist-items-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
}

.doctors-blocklist-item-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    flex-shrink: 0;
    max-width: 100%;
    height: auto;
}

.doctors-blocklist-item-inner {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
}

.doctors-blocklist-item-description {
    display: flex;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.doctors-blocklist-item-text-position-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 0 0 1px 0;
    display: flex;
    vertical-align: top;
    position: relative;
    font-family: Roboto, sans-sarif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
}

.text-block-wrap-div {
    flex-grow: 1;
    max-width: 100%;
}

.doctors-blocklist-item-text-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    width: 100%;
}

.doctors-blocklist-item-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
}

.blocklist-item-title *:hover,
.blocklist-item-title * {
    color: white;
    text-decoration: none;
}

.doctors-blocklist-item-text-heading {
    min-height: 74px;
}

.doctors-blocklist-item-info-container {
    width: 100%;
    position: relative;
    display: block;
    min-height: 74px;
    margin-bottom: auto;
}

.doctors-blocklist-item-info-inner {
    position: relative;
	margin-bottom:10px;
}

.doctors-blocklist-item-info-inner:last-child {
	margin-bottom:0px;
}

.doctors-blocklist-item-info-value-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;
    font-weight: 400;
}

.doctors-blocklist-item-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.doctors-blocklist-item-svg {
    object-fit: none;
    background: #EDEDED;
}

.doctors-blocklist-item-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.doctors-blocklist-item-button-wrapper {
    display: none;
    cursor: pointer;
    vertical-align: top;
    margin: 20px auto 0 auto;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-color: rgba(225, 90, 90, 1);
    color: #fff;
    position: relative;
    text-decoration-line: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.doctors-blocklist-item-button-text-wrapper {
    font-size: 15px;
    font-weight: 700;
}

.doctors-blocklist-item-infobutton-wrapper {
    display: none;
    cursor: pointer;
    vertical-align: top;
    /*margin: 20px auto 0 auto;*/
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-decoration-line: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    font-size: 15px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-color: rgba(189, 0, 0, 1);
    flex-shrink: 0;
}

.doctors-blocklist-item-infobutton-text-wrapper {
    text-align: center;
    color: rgba(225, 90, 90, 1);
}


@media (max-width: 991px) {
    .header__search.active {
        display: block;
    }
    
    .header__search {
        position: absolute;
        left: 0;
        right: 0;
        width: 92%;
        box-sizing: border-box;
        margin: 0 auto;
        z-index: 2;
        top: 64px;        
    }
    
    .form-search__input {
        width: 100%;
    }

    .header-menu-container {
        display: none;
    }

    .header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo-container {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .logo-wrapper {
        max-width: none;
        margin-right: 0px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        flex-shrink: 1;
    }

    .link {
        max-height: 140px;
    }

    .header-contacts-phone-wrapper {
        margin-right: 20px;
    }

    .header-contacts-address-wrapper {
        margin-right: 0px;
    }

    .header-address-svg {
        display: none;
    }

    .header-socials-container {
        margin-left: 20px;
    }

    .header-icons-container {
        display: none;
    }

    .header-icons-cart {
        flex-shrink: 0;
    }

    .heading {
        font-size: 35px;
    }

    .side-panel-container {
        display: block;
    }

    .side-panel-button-open {
        width: 40px;
        min-height: 40px;
        background-color: #fff;
        border: solid 1px #e15a5a;
        cursor: pointer;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        flex-shrink: 0;
        margin-left: auto;
        pointer-events: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        padding: 0;
        margin: 0;
    }

    .side-panel-button-open-svg-wrapper {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: top;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 20px;
        height: 20px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .side-panel-mask {
        display: none;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        transform: none;
        pointer-events: auto;
    }

    .side-panel-content {
        margin-right: -305px;
        transition-property: margin-left;
        transition-duration: 1s;
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: -300px;
        width: 265px;
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
        transform: none;
        pointer-events: auto;
    }

    .side-panel-button-close {
        position: absolute;
        z-index: 1;
        right: 100%;
        border: solid 1px #e15a5a;
        border-radius: 50%;
        top: 5px;
        left: 271px;
        font-size: 0px;
        width: 29px;
        min-height: 29px;
        background-color: rgb(255 255 255);
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
    }

    .side-panel-button-close-svg-wrapper {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: top;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 15px;
        height: 15px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .side-panel-button-close-svg-path {
        fill: #e15a5a;
    }

    .side-panel-content-inner {
        background: #fff;
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        position: relative;
        z-index: 0;
    }

    .footer-logo-wrapper {
        max-width: none;
        margin-right: 0px;
    }

    .footer-logo-link {
        max-height: 140px;
        max-width: 140px;
    }

    .footer-contacts-phone-text-container {
        margin-right: 0px;
    }

    .footer-contacts-item-wrapper {
        margin-right: 0px;
    }

    .map {
        height: 300px;
    }

    .photos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-text-container-col-1 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-menu-section {
        display: none;
    }

    .mobile-icons-container {
        display: flex;
        justify-content: flex-end;
        padding: 5px 0px 5px 0;
    }

    .news-body {
        margin: 0 10px;
        width: calc(100% / 3 - 19px);
        flex-shrink: 0;
    }

    .section-news h2 {
        margin-left: 19px;
    }

    .news-wrap-list {
        margin: 0;
    }

    .news-prev-button,
    .news-next-button {
        display: flex;
    }

    .mobile-mode-icon-link {
        padding: 0;
    }

    .section-news {
        padding: 50px 10px;
    }

    /* Врачи */
    .doctors-blocklist-item-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-block-wrap-div {
        flex-grow: 1;
        max-width: 100%;
        text-align: center;
    }

    .doctors-blocklist-item-image-outer {
        margin: auto;
    }

    .doctors-blocklist-item-info-container {
        margin: auto;
        width: auto;
    }

    .doctors-blocklist-item-text-heading {
        width: 100%;
    }

    .doctors-blocklist-item-title-wrapper {
        display: block;
        text-align: center;
    }

    .doctors-blocklist-item-text-position-wrapper {
        display: block;
        text-align: center;
    }

    .doctors-blocklist-item-text-link {
        display: block;
        text-align: center;
    }

    .logo-wrapper {
        width: auto;
        min-width: 186px;
    }

    .logo-container-col-1,
    .mobile-icons-container {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .header-wrapper {
        padding-left: 20px;
    }

    .link {
        margin-left: 0px;
        margin-right: 4px;
    }

    .header-contacts-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-contacts-address-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-socials-container {
        margin-left: 0px;
        margin-top: 10px;
    }

    .header-socials-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-icons-cart {
        flex-shrink: 0;
        margin: 0 0 0 10px;
    }

    .header-icons-cart-link {
        padding-right: 0px;
    }

    .header-icons-cart-link {
        flex-shrink: 0;
    }

    .heading {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .side-panel-container {
        display: block;
    }

    .section {
        padding: 0 20px;
    }

    .footer-logo-container {
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .footer-logo-wrapper {
        margin-bottom: 0px;
    }

    .footer-contacts-container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .footer-info-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .photos {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 0px;
    }

    .news-body {
        width: calc(50% - 20px);
        padding: 20px;
        margin: 0 10px;
    }

    .mobile-mode-icon-link {
        padding: 0;
    }

    .section-news {
        padding: 0 0 20px 0;
    }

    .section-news h2 {
        margin-left: 23px;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .copyright-inner-row-2 {
        display: flex;
        flex-wrap: wrap;
    }

    .copyright-inner-row-2-row-2 {
        text-align: left;
        width: 100%;
    }

    .logo-wrapper {
        width: auto;
        min-width: 185px;
    }

    /* Врачи */
	.doctors-blocklist {margin:auto;}

    .doctors-blocklist-items-inner {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
    }

    .doctors-blocklist-item-outer {
        width: 100%;
        height: auto;
    }

    .doctors-blocklist-item {
        min-width: auto;
    }

    .doctors-blocklist-item-image-outer {
        width: 100%;
    }

    .doctors-blocklist-item-buttons {
        flex-direction: row;
    }
}

@media (max-width: 479px) {
    .header-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .link {
        margin-left: 0px;
        margin-right: 4px;
        max-width: 40px;
    }

    .logo-container {
        margin-bottom: 10px;
    }

    .logo-wrapper {
        justify-content: flex-start;
        min-width: 140px;
    }

    .logo-image {
        object-fit: contain;
    }

    .logo-text-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 5px;
    }

    .logo-heading {
        text-align: left;
        font-size: 25px;
    }

    .logo-text {
        text-align: left;
        font-size: 10px;
    }

    .header-socials-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-socials-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-button {
        margin: 10px 0px 0px 0;
    }

    .heading {
        font-size: 25px;
    }

    .side-panel-container {
        display: block;
    }

    .footer-logo-wrapper {
        justify-content: flex-start;
    }

    .footer-logo-title-wrapper {
        text-align: left;
    }

    .footer-logo-text-wrapper {
        text-align: left;
        font-size: 13px;
    }

    .news-body {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .header-icons-cart {
        margin-left: 2px;
    }

    .section-news h2 {
        font-size: 25px;
    }

    .header-contacts-container {
        padding: 0px 10px;
    }

    /* Врачи */
    .doctors-blocklist-item-text-heading {
        margin-bottom: 9px;
    }
}

.side-panel-content.active {
    transition-property: margin-left;
    transition-duration: 1s;
    margin-left: 300px;
}

.side-panel-mask.show {
    display: block;
    position: fixed;
}
.doctors-container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top-style: none;
    border-top-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-left-style: none;
    border-left-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.services-doctors {
    position: relative;
    display: block;
    line-height: normal;
	margin:auto;
}

.services-doctors-items-wrapper {
    width: 100%;
    height: 100%;
    will-change: transform;
}

.services-doctors-items-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
	justify-content: center;
}

.services-doctors-item-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    max-width: 100%;
	width:400px;
    height: auto;
}

.services-doctors-item {
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	overflow:hidden;
	transition: all 0.3s ease;
}
.services-doctors-item:hover {
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
	transform: scale(1.01);
}
.services-doctors-item-inner {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
}

.services-doctors-item-description {
    display: flex;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.services-doctors-item-text-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
	padding:20px;
	color:black;
}

.services-doctors-item-text-wrapper .position {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: black;
}

.services-doctors-item-text-wrapper h5 {
	font-family: Ubuntu;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	color: #E15A5A;
	text-transform:uppercase;
}

.services-doctors-item-text-position-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 0 0 1px 0;
    display: flex;
    vertical-align: top;
    position: relative;
    font-family: Roboto, sans-sarif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
}

.text-block-wrap-div {
    flex-grow: 1;
    max-width: 100%;
}

.services-doctors-item-text-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    width: 100%;
}

.services-doctors-item-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
}

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

.services-doctors-item-text-heading {
    min-height: 74px;
}

.services-doctors-item-info-container {
    width: 100%;
    position: relative;
    display: block;
    min-height: 74px;
    margin-bottom: auto;
}

.services-doctors-item-info-inner {
    position: relative;
	margitn-bottom: 25px;
}

.services-doctors-item-info-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 0 0 0px 0px;
    display: flex;
    vertical-align: top;
    position: relative;
    font-size: 14px;
	line-height: 16px;
    font-weight: 400;
    color: black;
	opacity: 0.7;
}

.services-doctors-item-info-value-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    font-weight: 400;
	color:#E15A5A;
}

.services-doctors-item-image-outer {
    position: relative;
    display: block;
    flex-shrink: 0;
    margin-left: 0px;
    flex: 0 0 200px;
    width: 200px;
}

.services-doctors-item-image-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 200px;
    height: 300px;
	margin:0;
}

.services-doctors-item-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
	border-radius:5px;
}

.services-doctors-item-svg {
    object-fit: none;
    background: #EDEDED;
}

.services-doctors-item-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.services-doctors-item-button-wrapper {
    display: none;
    cursor: pointer;
    vertical-align: top;
    margin: 20px auto 0 auto;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-color: rgba(225, 90, 90, 1);
    color: #fff;
    position: relative;
    text-decoration-line: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.services-doctors-item-button-text-wrapper {
    font-size: 15px;
    font-weight: 700;
}

.services-doctors-item-infobutton-wrapper {
    display: none;
    cursor: pointer;
    vertical-align: top;
    /*margin: 20px auto 0 auto;*/
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-decoration-line: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    font-size: 15px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-color: rgba(189, 0, 0, 1);
    flex-shrink: 0;
}

.services-doctors-item-infobutton-text-wrapper {
    text-align: center;
    color: rgba(225, 90, 90, 1);
}

.burger-menu- {
    display: none;
}

@media (max-width: 991px) {
    .burger-menu- {
        display: flex;
    }

    .services-doctors-item-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-block-wrap-div {
        flex-grow: 1;
        max-width: 100%;
        text-align: center;
    }

    .services-doctors-item-image-outer {
        margin: auto;
    }

    .services-doctors-item-image-wrapper {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
		height:auto;
    }

    .services-doctors-item-info-container {
        margin: 0;
    }

}

@media (max-width: 767px) {
    .services-doctors-items-inner {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
    }

    .services-doctors-item-outer {
        width: 100%;
        height: auto;
    }

    .services-doctors-item {
        min-width: auto;
    }

    .services-doctors-item-image-outer {
        width: 100%;
    }

    .services-doctors-item-image {
        margin: auto;
        display: block;
        object-fit: cover;
		width:300px;
    }

    .services-doctors-item-buttons {
        flex-direction: row;
    }
}

.services-doctors-item-link:hover {color:initial !important;text-decoration:none !important;}
.services-doctors-item-link:hover .services-doctors-item-title-wrapper {color:#ca2525;text-decoration:underline;}
#nca-cookiesaccept-line-accept-btn {
	color: #fff;
    background-color: #d92f2f;
    border-color: #d52727;
    cursor: pointer;
	padding: 7px 15px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 50px;
}
#nca-cookiesaccept-line {
    background-color: #d5ebfe;
}

.footer-menu-item {
    list-style: none;
}

.footer-menu-section .footer-menu-list {
    padding-left: 0;
}

.bold {
    font-weight: bold;
}

@media screen and (max-width: 991px){
    .footer-info-container .politika {
        text-align: center;
    }
}

.faq_new-header {
    font-family: Ubuntu;
    font-size: 32px;
    font-weight: 400;
    line-height: 36.77px;
    text-align: left;
}

.faq_new-item-question {
    margin: 20px 0;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 8px 0px #0000000D;
    padding: 20px;
    padding-left: 61px;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.24px;
    text-align: left;   
}

.faq_new-item-question-name {
    position: relative;
}
.faq_new-item-question-answer {
    display: none;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.24px;
    text-align: left;

}


.active .faq_new-item-question-answer {
    display: block;
}

.faq_new-item-question-name::before {
    position: absolute;
    content: " ";
    left: -44px;
    top:-2px;
    background-image: url(/local/templates/hepato/components/bitrix/news.list/ad_faq_new/imgs/plus.svg);
    height: 24px;
    width:24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.active .faq_new-item-question-name::before {
    background-repeat: no-repeat;
    background-image: url(/local/templates/hepato/components/bitrix/news.list/ad_faq_new/imgs/minus.svg);
}

.faq_new-item-question-answer {
    padding-left: 62px;
    color: #666666;
}

.faq_new-item {
    cursor: pointer;
}

.faq_new-list {
    margin: 30px 0;
}

.doctor-info-outer {
    overflow: hidden;
}

.doctor-block-skills li {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width:1024px){
    .doctor-block-skills ul {
        columns: 1;
    }
}

@media screen and (max-width:991px){
    .faq_new-item-question-answer {
        padding-left: 0;
    }
}

.content-container .row.justify-content-center.m-0-auto {
    margin: 0 auto;
}
.header__logo-img {
  display: block;
  width: 254px;
  height: 75px;
}
.header__logo {
  display: inline-block;
  flex-shrink: 0;
}
.header__cont {
  display: flex;
  flex-direction: column;
}
.header__phone {
  background: url('/local/templates/hepato/images/phone.svg') no-repeat 0 center;
  color: #666;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  padding-left: 37px;
}
.soc {
  display: flex;
  flex-wrap: wrap;
  min-width: 82px;
}
.soc__item {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 36px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 0;
  height: 36px;
  width: 36px;
  margin-right: 10px;
}
.soc__item_vk {
  background-image: url('/local/templates/hepato/images/vk.svg');
}
.soc__item_wt {
  background-image: url('/local/templates/hepato/images/wt.svg');
}
.soc__item_max {
  background-image: url('/local/templates/hepato/images/max.svg');
  background-size: 20px;
}
.soc__item:last-child {
  margin-right: 0;
}
.form-search {
  position: relative;
}
.form-search__label {
  margin-bottom: 0;
}
.form-search__input {
  background: white;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 14px;
  box-sizing: border-box;
  height: 37px;
  padding: 0 20px;
  width: 286px;
}
.form-search__label:focus,
.form-search__label:focus-visible,
.form-search__input:focus,
.form-search__input:focus-visible {
  border-width: 1px;
}
.form-search__submit {
  background: none;
  border: none;
  height: 37px;
  width: 37px;
  display: flex;
  position: absolute;
  padding: 0;
  right: 10px;
  top: 0;
}
.form-search__submit > img {
  display: block;
  margin: auto;
}
.header__btns {
  display: flex;
  flex-wrap: wrap;
}
.header__btns .btn-1 {
  margin-right: 32px;
}
.btn-1 {
  background: #E15A5A;
  border-radius: 50px;
  color: white;
  display: inline-block;
  text-align: center;
  padding: 9px;
  min-width: 143px;
  text-decoration: none;
}
.btn-1:hover {
  color: white;
}
.btn-login {
  background: url('/local/templates/hepato/images/login.svg') no-repeat 0 center;
  color: #666;
  padding: 9px 0 9px 32px;
}
.btn-login:hover {
  color: #666;
}
.header-menu-container {
  background: #E15A5A;
}
.header-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
}
.header-menu-wrapper {
  padding: 0;
}
ul.base-menu > li {
  margin-left: 0;
}
.menu-item > .menu-item-link {
  color: white;
  text-transform: none;
  line-height: 1.5;
  padding: 7.5px 20px 8.5px;
}
.header-menu-wrapper {
  /*max-width: 1100px;*/
  max-width: 1280px;
}
.header {
  margin-bottom: 30px;
}
.burger-menu {
  background: url('/local/templates/hepato/images/burger.svg') no-repeat center;
  height: 30px;
  width: 30px;
  display: none;
  min-height: auto;
  border: none;
  margin: 0;
}
.btn-search-mobile {
  background: url('/local/templates/hepato/images/search.svg') no-repeat center;
  height: 30px;
  width: 30px;
  display: none;
}
.header__logo-img.mobile {
  display: none !important;
}
.menu-item > .menu-item-link:hover {
  background: #e98585;
  border-radius: 0;
  color: white;
}
.fixed-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.header.fixed-header {
  margin-bottom: 0;
}
body {
  padding-top: 149px;
}
html body .bvi-panel {
  top: -20px;
}
html body #bvi-panel-show.bvi-link.bvi-link-top {
  top: 0 !important;
  right: 0 !important;
}
html body .bvi-body[data-bvi-size="16"] .btn-search-mobile,
html body .bvi-body[data-bvi-size="16"] .burger-menu,
html body .bvi-body[data-bvi-size="16"] .soc__item {
  font-size: 0 !important;
}
html body .bvi-body[data-bvi-images="false"] .bvi-background-image.soc__item {
  background: none !important;
  font-size: 16px !important;
  width: auto;
}
@media (max-width: 1239px) {
  .header__btns .btn-1 {
    margin-right: 0;
  }
  .form-search__input {
    width: 230px;
  }
  .header__btns {
    flex-direction: column;
    min-width: 170px;
    margin-left: 15px;
  }
  .header__cont,
  .header__search {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  html body .bvi-body .header-wrapper {
    flex-wrap: wrap;
  }
  html body .bvi-body .header__btns {
    flex-direction: row;
    margin-left: 0;
  }
  .bvi-body {
    padding-top: 30px;
  }
  html body .bvi-panel {
    top: 14px;
  }
  .bvi-body .btn-login {
    padding-top: 9px;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .header-wrapper {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  html body .bvi-body .bvi-background-image.burger-menu {
    background: none !important;
    font-size: 16px !important;
    width: 50px;
  }
  html body .bvi-body .bvi-background-image.btn-search-mobile {
    background: none !important;
    font-size: 16px !important;
    width: 50px;
    height: 23px;
  }
  html body .bvi-body .bvi-background-image.soc__item {
    background: none !important;
    font-size: 16px !important;
  }
  html body .bvi-body .bvi-background-image.soc__item_wt {
    background: none !important;
    width: 70px;
  }
  .bvi-panel {
    z-index: 999;
  }
  html body .bvi-body .header__phone,
  html body .bvi-body .btn-login {
    background: none;
    height: auto;
    width: auto;
  }
  body {
    padding-top: 104px;
  }
  .burger-menu {
    display: inline-block;
  }
  .header-wrapper {
    flex-direction: row;
  }
  .header__phone,
  .btn-login {
    font-size: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    background-position: center;
  }
  .header-wrapper {
    padding: 10px 20px;
  }
  .header__btns {
    flex-direction: row;
  }
  .header__search {
    display: none;
  }
  .header__logo-img {
    height: 53px;
    width: 179px;
  }
  .btn-search-mobile {
    display: inline-block;
  }
  .soc__item {
    margin-right: 16px;
  }
  .header__btns .btn-1 {
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  .header__logo-img {
    display: none !important;
  }
  .header__logo-img.mobile {
    width: 41px;
    height: 36px;
    display: block;
  }
  .header__btns .btn-1,
  .header__cont,
  .header__btns {
    margin: 0;
  }
  .header {
    margin-bottom: 0;
  }
  .header-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 568px) {
  .visible-xss {
    display: none !important;
  }
}
@media (max-width: 567px) {
  html body .bvi-panel {
    top: 2px;
  }
  body {
    padding-top: 152px;
  }
  .header__btns {
    order: 6;
  }
  .header-wrapper .soc {
    order: 7;
    margin-top: 12px;
  }
  .header__btns {
    margin-top: 12px;
  }
  .hidden-xss {
    display: none !important;
  }
  .header__logo {
    margin-left: 30px;
    margin-right: auto;
  }
  .mode-icon-link.bvi-open,
  .btn-search-mobile {
    height: 36px;
    width: 36px;
  }
  .header__cont,
  .mode-icon-link.bvi-open {
    margin-right: 10px;
  }
  .btn-search-mobile {
    margin-right: 8px;
  }
  .header-wrapper {
    padding-top: 12px;
    padding-bottom: 24px;
  }
}

.btn-search-mobile {
    font-size: 0;
}


.glav-vrach-section {
/*    margin-top: -12px;*/
    margin: 30px auto;
    padding: 76px 0;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(225, 225, 225, 1);
    background-color: rgba(250, 250, 250, 1);
}
.glav-vrach-block-mb {
    display: none;
}
.glav-vrach-description {

    position: relative;
    margin-top: 36px;
    padding: 54px 82px 54px 458px;
    border-radius: 12px;
/*    border: 1px solid rgba(222, 226, 230, 1);*/
    background: rgba(229, 232, 238, 1.0);
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(30deg, rgba(229, 232, 238, 1.0), rgba(255, 255, 255, 1.0));
    background-image: url(/local/templates/hepato/images/gvbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.glav-vrach-description-text p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.41px;
    text-align: left;
}



.glav-vrach-description-about {
    margin-top: 50px;
    text-align: right;    
}

.glav-vrach-description-title {
    font-family: Roboto;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    letter-spacing: -0.015em;
    text-align: left;

}

.glav-vrach-title {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
    line-height: 37.5px;
    letter-spacing: -0.015em;
    text-align: left;    
}

.border-table {
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.border-table td {
    padding: 10px;
    border: 1px solid black;

}

.border-table thead td {
    text-align: center;
}

.rating-section-title {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
    line-height: 37.5px;
    text-align: left;
}

.rating-section-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-section-items-element {
    max-width: 415px;
    width: 32%;
    margin: 10px;
    transition: ease all .3s;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.rating-section-items-element:hover {
    transition: ease all .3s;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.50);
}

.rating-section-items-element img {
    width: 100%;
}

.rating-section {
    margin: 54px 0;
}

.rating-section-title {
    margin-bottom: 44px;
}

@media screen and (max-width: 991px){
    .rating-section-title {
        font-size: 24px;
    }

    .glav-vrach-section {
/*        margin-top: -26px;*/
        padding: 38px 0 44px 0;
    }

    .glav-vrach-title {
        font-family: Roboto;
        font-size: 24px;
        font-weight: 400;
        line-height: 28.13px;
        letter-spacing: -0.015em;
        text-align: left;
        max-width: 550px;
    }

    .glav-vrach-description {
        background-image: url(/local/templates/hepato/images/gvbg768.png);
    }
    .glav-vrach-description-text p {
        font-size: 12px;
        line-height: 14.06px;
    }
    .glav-vrach-description-about {
        font-size: 14px;
    }
    .glav-vrach-block {
        max-width: 708px;
        margin: 0 auto;
    }
    .glav-vrach-description {
        padding: 36px 36px 36px 254px;
    }
}

@media screen and (max-width: 767px){
    .border-table * {
        display: block;
        width: 100%;
    }
    .rating-section-items {
        flex-wrap: wrap;
        display:block;
    }

    .rating-section-items-element {
        width: 100%;
        margin: 20px auto;
    }

    .border-table thead {
        display: none;
    }
    
    .border-table  td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
/*    float: left;*/
    font-weight: bold;
    text-transform: uppercase;
  }

    .glav-vrach-description {
        padding: 50px 26px 26px 26px;
        max-width: 286px;
        background-size: contain;
        margin-top: 6px;
        margin-bottom: -8px;
        background-image: url(/local/templates/hepato/images/gvbg320.png);
    }
    .glav-vrach-block {
        max-width: 286px;
    }
    .glav-vrach-block-mb {
        margin-top: 34px;
        display: block;
        text-align: center;
        margin-bottom: 0px;
    }

    .glav-vrach-description-about {
        margin-top: 24px;
    }

    .glav-vrach-section {
        padding: 30px 20px 33px 20px;
/*        margin-top: -20px;*/
    }

    .glav-vrach-wrap.section {
        padding: 0;
    }
    
}

.service-detail-item {
    display: flex;
    justify-content: center;
    align-items: center;    
}

.service-detail-item-RESULT_READY_PERIOD,
.service-detail-item-separator {
    color: rgba(0, 0, 0, 0.25);
}

.service-detail-item-separator {
    margin: 0 40px;
}

.service-detail-item-price {
    color: rgba(189, 0, 0, 1);
    font-weight: 500;
}

.doctor-service .service-name {
    font-size: 14px;
}

@media screen and (max-width:991px){
    .service-detail-item-separator {
        margin: 0 10px;
    }
}

@media screen and (max-width:399px){
    .col-price.col-6 {
        padding-right: 0;
    }

}


@media screen and (max-width:359px){

    .col-sm-custom.col-6.text-right {
        text-align: center!important;
    }
    
    .col-sm-custom.col-6 {
        width: 100%;
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.news-detail-new {
    position: relative;
/*    font-family: Ubuntu;*/
/*    line-height: 16.09px;*/
}

.news-detail-new-share,
.news-detail-new-controls,
.news-detail-new-description,
.news-detail-new-information,
.news-detail-new-image {
    max-width: 900px;
}

.news-detail-new-image {
    border-radius: 10px;
    overflow: hidden;
}

.news-detail-new-annotation-author {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; 
    text-decoration: none;
}

.news-detail-new-annotation-author:hover {
    text-decoration: none;
}

.news-detail-new-annotation-author-img {
    border-radius: 6px;
    overflow: hidden;
}

.news-detail-new-annotation-author-text-about {
    color: #ca2525;
}

.news-detail-new-annotation-author-text {
    color: #00000080;
}

.news-detail-new-annotation-author-text {
    display: flex;
    flex-direction: column;
    gap: 7px;    
}

.news-detail-new-annotation {
    border-radius: 10px;
    padding: 30px;
    background: #FAFAFA;
    max-width: 328px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.news-detail-new-annotation.news-detail-new-annotation-anchors-len-0 {
    padding: 0;
}

.news-detail-new-annotation-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 18.38px;
    color: #000000;
}

.services-page-section li p {
    margin: 0;
}

.services-page-section ul:not(.footer-menu-list) li,
.news-detail-new ul:not(.numbered-list) li,
.blog-detail ul:not(.numbered-list) li,
.red-dots-list li,
.news-detail-new-annotation-list li {
    margin: 10px 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.services-page-section ul,
.news-detail-new ul:not(.numbered-list),
.blog-detail ul:not(.numbered-list),
.red-dots-list {
    margin-bottom: 30px;
}
.services-page-section ul,
.news-detail-new ul:not(.numbered-list),
.blog-detail ul:not(.numbered-list),
.red-dots-list,
.news-detail-new-annotation-list {
    padding-left: 16px;
}

.news-detail-new-annotation-list {
    margin: 0;
}
.services-page-section ul:not(.footer-menu-list) li::before,
.news-detail-new ul:not(.numbered-list) li::before,
.blog-detail ul:not(.numbered-list) li::before,
.red-dots-list li::before,
.news-detail-new-annotation-list li::before {
    content: " ";
    position: relative;
    display: inline-block;
    min-width: 8px;
    left: -16px;
    min-height: 8px;
    background: #E15A5A;
    border-radius: 50%;
}

ol.upper-roman {
    list-style: upper-roman;
}

.targets-list li::before {display: none!important;}

.card > a  {
    overflow-y: hidden;
    height: 295px;
}

.news-detail-new-annotation-list a {
/*    font-size: 14px;*/
/*    font-weight: 400;*/
    text-align: left;
    /*    color: #00000080;*/
/*    color: rgba(0, 0, 0, 0.8)*/
    color: rgb(0, 0, 0);
}
.news-detail-new-information > div {
    position: relative;
    margin-right: 42px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #00000080;

}

.news-detail-new-information > div.news-detail-new-information-author {
    color: #000000CC;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;

    text-align: left;

}


.news-detail-new-information-views::before {
    margin-right: 10px;
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/local/templates/hepato/images/views-icon.svg);
}

.news-detail-new-information-likes::before {
    margin-right: 8px;
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/local/templates/hepato/images/like-icon.svg);
}

.news-detail-new-information-author::before {
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
    background-image: url(/local/templates/hepato/images/author-icon.svg);
}

.news-detail-new-information {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;    
    flex-wrap: wrap;
}

.news-detail-new-description {
/*    color: #000C;*/
    line-height: normal;
    margin-top: 30px;
}
.checked-block {
    background-image: url(/local/templates/hepato/images/checked.svg);
    background-repeat: no-repeat;
    background-color: #FEF6F6;
    border-radius: 10px;
/*    font-size: 14px;*/
/*    font-weight: 400;*/
    text-align: left;
    margin: 24px 0;
    background-position: 30px center;
    padding: 10px 20px 10px 80px;
    box-sizing: border-box;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checked-block a:hover {
    text-decoration: none;
}

.checked-block a {
    text-decoration: underline;
    color: #000000CC;
}

.lborder-block {
    padding-left: 28px;
    border-left: 2px solid #E15A5A;
}

.mt-40 {
    margin-top: 40px!important;
}

.news-detail-new-description .h3,
.news-detail-new-description .h2,
.news-detail-new-description h3,
.news-detail-new-description h2 {
    margin: 38px 0 !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 27.58px;
    text-align: left;
}

.news-detail-new-description p {
    /*font-size: 14px;*/
    /*margin-bottom: 28px;*/
}

.numbered-list-txt > * {
    display: block;
}


.numbered-list-txt > *:first-child {
    margin-bottom: 10px;
}

.numbered-list {
    margin-bottom: 33px;
    padding-left: 0px;
    list-style: none;
}

.numbered-list {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.numbered-list li {
    margin-bottom: 18px;
    display: flex;
  align-items: center;
  justify-content: flex-start;
  counter-increment: my-awesome-counter;
}
.numbered-list li::before {
    min-width: 62px;
    margin-right: 20px;
    min-height: 62px;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    content: "0"counter(my-awesome-counter);
    color: #E15A5A;
    background-color: #FEF6F6;
    font-weight: bold;
    font-size: 24px;
    font-weight: 400;
    line-height: 27.58px;
    text-align: left;
}

.targets-list {
    margin: 20px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
}

.targets-list li {
    list-style: none;
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-top: 80px;
    margin: 10px;
    font-size: 14px;
    width: 24%;
}

.targets-list li:nth-child(1) {
    background-image: url(/local/templates/hepato/images/ci1.svg);
}

.targets-list li:nth-child(2) {
    background-image: url(/local/templates/hepato/images/ci2.svg);
}

.targets-list li:nth-child(3) {
    background-image: url(/local/templates/hepato/images/ci3.svg);
}

.targets-list li:nth-child(4) {
    background-image: url(/local/templates/hepato/images/ci4.svg);
}

.news-detail-new-controls {
    border-top: 1px solid #E2E2E2;
    margin: 40px 0;
    padding-top: 40px;
}    

.news-detail-new-controls a {
    margin-right: 18px;
    background: #E15A5A;
    border-radius: 18px;
    color: white;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    padding: 10px 15px 10px 15px;
    display: inline-block;
}

.news-detail-new-controls a:hover {
    text-decoration: none;
    color: white;
    opacity: 0.8;
}

.news-detail-new-share-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;
    background-image: url(/local/templates/hepato/images/share/share-icon.svg);
    background-repeat: no-repeat;
    padding-left: 24px;
    background-position: left center;
    margin-right: 16px;
}

.news-detail-new-share-icon {
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 0 10px;
}

.news-detail-new-share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.share-icon-vk  {
    background-image: url(/local/templates/hepato/images/share/vk-icon.svg);
}
.share-icon-ok  {
    background-image: url(/local/templates/hepato/images/share/ok-icon.svg);
}

.share-icon-viber  {
    background-image: url(/local/templates/hepato/images/share/wa-icon.svg);
}

.share-icon-wa  {
    background-image: url(/local/templates/hepato/images/share/waa-icon.svg);
}

.share-icon-tg  {
    background-image: url(/local/templates/hepato/images/share/t-cion.svg);
}

.news-detail-new-image {
    width: 100%;
}

.news-detail-new .services-carusel-heading,
.news-detail-new .doctors-carusel-heading {
    font-size: 40px;
}

.new-doctors-carusel .owl-item {
    padding: 10px;
}
.new-services-carusel.owl-theme .owl-dots,
.new-doctors-carusel.owl-theme .owl-dots {
    align-items: center;
    display: flex;
    justify-content: center;    
}

.new-services-carusel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.news-detail-new #doctors {
    margin: 56px 0;
}
.new-services-carusel.owl-theme .owl-dots .owl-dot span,
.new-doctors-carusel.owl-theme .owl-dots .owl-dot span {
    height: 5px;
    width: 5px;
    color: rgba(217, 217, 217, 1);
    background-color: rgba(217, 217, 217, 1);
}

.new-services-carusel.owl-theme .owl-dots .owl-dot.active span,
.new-doctors-carusel.owl-theme .owl-dots .owl-dot.active span {
    height: 10px;
    width: 10px;
    background-color: rgba(225, 90, 90, 1);
    color:rgba(225, 90, 90, 1);
}

.new-doctors-carusel-item {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 30px;
    margin: 10px auto;
    max-width: 400px;
}
.new-doctors-carusel-item-img {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.new-doctors-carusel-item-txt-button {
    background-color: rgba(225, 90, 90, 1);
    border-radius: 18px;
    display:inline-block;
    padding: 10px 15px 10px 15px;
}

.new-doctors-carusel-item-txt-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 23.4px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.new-doctors-carusel-item-txt-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    margin-bottom: 6px;
}

.new-doctors-carusel-item-txt-stage {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 14px;
}

.new-doctors-carusel-item-txt-stage-number {
    color: rgba(225, 90, 90, 1);
}
.new-doctors-carusel-item-txt-button {
    color: white;
    font-size: 14px;
}
.new-doctors-carusel-item-txt-button:hover {
    text-decoration: none;
    opacity: 0.8;
}

.new-doctors-carusel-item-txt {
    padding: 20px;
    background: rgba(254, 246, 246, 1);
}

.new-doctors-carusel-item-inner {
    max-width: 352px;
    margin: 0 auto;
}

.new-services-carusel .services-blocklist-item {
    border-radius: 6px;
    min-width: 196px;
    min-height: 196px;
/*    padding: 25px;*/
    height: 196px;
    width: 196px;
    background-repeat: no-repeat;
}

.news-detail-new + .detail-blog-service .new-services-carusel .services-blocklist-item {
    height: auto;
}

@media screen and (max-width:1299px){

    .news-detail-new-share, .news-detail-new-controls, .news-detail-new-description, .news-detail-new-information, .news-detail-new-image,
    .news-detail-new-annotation {
        position: static;
        max-width: 100%;
    }
    .news-detail-new-annotation {
        margin-top: 34px;
    }

    .news-detail-new-annotation-author {
        position: static;
    }
}

@media screen and (max-width:767px){
    .news-detail-new .services-blocklist-item-wrapper {
        margin: 0 auto;
    }
    .targets-list {
        flex-wrap: wrap;
    }
    .targets-list li {
        width: 45%;
    }
    .checked-block {
        text-align: center;
        background-position: center 30px;
        padding: 30px;
        padding-top: 80px;
    }
    .targets-list li {
        margin: 2%;
    }
    .numbered-list li {
        align-items: flex-start;
    }
    .news-detail-new-information > div {
        margin: auto;
        margin-left: 0;
        justify-content: center;
    }

    .news-detail-new-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;        
    }
    .news-detail-new-controls a {
        margin: 0;
    }
}

@media screen and (max-width:399px){
    .news-detail-new-information > div.news-detail-new-information-author {
        margin-top: 10px;
    }
    .news-detail-new-controls a {
        font-size: 12px;
    }
    .new-doctors-carusel-item-txt-name {
        font-size: 16px;
    }

    .news-detail-new .services-carusel-heading,
    .news-detail-new .doctors-carusel-heading {
        font-size: 24px;
    }

}

@media screen and (max-width:359px){
    .news-detail-new-share-icon {
        margin: 0 4px;
    }
    .news-detail-new-controls a {
        font-size: 11px;
    }
    .new-doctors-carusel-item-txt-button {
        font-size: 12px;
    }
}


.single-document-block-text-link::before {
    position: absolute;
    content: " ";
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/hepato/components/bitrix/news.detail/document_single_link/images/doc-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.single-document-block {
    background-image: url(/local/templates/hepato/images/lback-1920.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 210px;
    min-height: 296px;
    position: relative;
    margin: 70px 0;
}

.single-document-block-text-title {
    color: #515151;
    font-size: 32px;
    font-weight: 500;
    line-height: 36.77px;
    text-align: left;
    margin-bottom: 22px;
}



.single-document-block-text {
    max-width: 590px;
    position: absolute;
    bottom: 36px;
    left: 27%;
}

.single-document-block-text-link {
    position: relative;
    padding-left: 33px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    text-align: left;
    color: #F55555;
}

.single-document-block-text-link::before {
    position: absolute;
    left:0;
    top:-2px;
    background-image: url(/local/templates/hepato/images/doc-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:1399px){
    .single-document-block {
        background-size: contain;
    }
}
@media screen and (max-width:1199px){
    .single-document-block-text-title {
        font-size: 25px;
        font-weight: 500;
        line-height: 28.73px;
        text-align: left;
    }
    .single-document-block-text {
        bottom: 55px;
    }
    .single-document-block-text-link {
        font-size: 16px;
    }


}


@media screen and (max-width:991px){
    .single-document-block {
        background-image: url(/local/templates/hepato/images/lback-768.png);
        margin-left: auto;
        max-width: 768px;
        width: 100%;
        background-size: cover;
        margin-right: auto;
        min-height: 382px;
    }
    .single-document-block-text {
        bottom: 26px;
        left: 22px;
    }
    .single-document-block-text-title {
        margin-bottom: 12px;
    }
}

@media screen and (max-width:830px){
    .single-document-block {
        background-size: contain;
        min-height: 380px;
    }
    .single-document-block-text {
        bottom: 26px;
        left: 22px;
    }
    .single-document-block-text-title {
        margin-bottom: 12px;
    }
}

@media screen and (max-width:790px){
    .single-document-block {
        min-height: 360px;
    }
}

@media screen and (max-width:767px){
    .single-document-block {
        border-radius: 30px;
        background-size: cover;
        min-height: 550px;
        max-width: 360px;
        background-image: url(/local/templates/hepato/images/lback-320.png);
    }
    .single-document-block-text {
        bottom: unset;
        left: 30px;
        top: 50px;        
    }
}

.section-about-us p:not(.bold) {
    /*color: rgba(99, 99, 99, 1);
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;*/
}
.benefiter-wrapper {
    margin: 100px 0;
}

.section-about-us h2,
.section-about-us .h2 {
    font-family: Ubuntu;
    font-size: 32px;
    font-weight: 500;
    line-height: 36.77px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.dl-doc-btn {
    position: relative;
    padding-left: 34px;
}

.dl-doc-btn.dnl-link::before {
    background-image: url(/local/templates/hepato/images/ph_link.svg);
}

.dl-doc-btn::before {
    content: " ";
    top:-4px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/hepato/images/basil_document-outline.svg);
}

.regular-section-block .documents-list-new-item {
    width: 32%;
    padding: 18px;
    border: 1px solid rgba(225, 90, 90, 1);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}



.documents-list-new-name {
    margin-bottom: 30px !important;
    color: rgba(0, 0, 0, 1);
    font-size: 30px;
    font-weight: 400;
    line-height: 34.47px;
    text-align: left;

}
.documents-list-new-item a:hover {
    text-decoration: none;
}

.regular-section-block .documents-list-new-item:hover {
    background: rgba(225, 90, 90, 0.05);
}

.documents-list-new-item > * {
    width: 100%;
}

.regular-section-block .documents-list-new-item-title {
    order: 1;
    margin-bottom: 22px;
}

.regular-section-block .documents-list-new-item-text {
    order: 2;
}

.documents-list-new-item-btn-wrapper + .documents-list-new-item-text {
    margin-bottom: 33px;
}

.documents-list-new-item-text.not-link {
    color: rgba(225, 90, 90, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;
    margin-top: 10px;
}

.full-size-section * {
    font-family: Ubuntu;
}

.documents-list-new-item-btn-wrapper {
    order: 3;
}

.documents-list-new-item-title {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 18.38px;
    text-align: left;
    text-transform: uppercase;
}

.documents-list-new-item-text {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;
}

.documents-list-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
    align-items: stretch;   
}

.full-size-section .documents-list-new-item {
    width: 100%;
    margin-bottom: 20px;
}

.half-size-section .documents-list-new-item {
    margin: 5px;
}

.half-size-section .documents-list-new {
    margin-right: -5px;
    margin-left: -5px;
}

.documents-list-new-item-title + .documents-list-new-item-btn-wrapper {
/*    margin-top: 30px;*/
}

.picture-section-block .documents-list-new-item-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 27.58px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.picture-section-block .documents-list-new-item-title {
/*    max-width: 410px;*/
    margin-bottom: 26px;
}

.picture-section-block .documents-list-new-item {
    position: relative;
}

.picture-section-block .documents-list-new-item-pic-doc {
    position: absolute;
    right: 200px;
    top: -120px;
    width: auto;    
}
.picture-section-block .documents-list-new-item-title,
.picture-section-block .documents-list-new-item-text {
    max-width: 480px;
}

.picture-section-block .documents-list-new-item-btn-wrapper + .documents-list-new-item-text {
    margin-top: 42px;
}

.picture-section-block .documents-list-new {
    margin: 100px 0 !important;
}

.doc-annot-page ,
.doc-annot-page a {
    color: #666;
}

.doc-annot-page a {
    text-decoration: underline;
}

.doc-annot-page {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;    
}



@media screen and (max-width:1199px){
    .only-lg {
        display: none;
    }
    .picture-section-block .documents-list-new-item-pic-doc {
        right: 0;
    }
    .regular-section-block.full-size-section .documents-list-new-item {
        width: 100%;
    }
    .regular-section-block .documents-list-new-item {
        width: 31%;
    }
    .picture-section-block .documents-list-new-item-title {
        font-size: 20px;
    }

    .documents-list-new-item-title {
        font-size: 14px;
    }

    .picture-section-block .documents-list-new-item-text,
    .documents-list-new-item-text {
        font-size: 14px;
    }
    .picture-section-block .dl-doc-btn,
    .dl-doc-btn {
        font-size: 14px;
    }

    .picture-section-block .documents-list-new-item-title,
    .picture-section-block .documents-list-new-item-text {
        max-width: 340px;
    }

}


@media screen and (max-width:991px){
    .picture-section-block .documents-list-new-item-pic-doc {
        max-width: 280px;
    }

    .documents-list-new-name {
        font-size: 24px;
    }

}



@media screen and (max-width:767px){
    .regular-section-block .documents-list-new-item {
        width: 100%;
    }
    .picture-section-block .documents-list-new {
        margin: 0!important;
    }
    .picture-section-block .documents-list-new-item-pic-doc {
        position: static;
        margin: 0 auto;
        width: 280px;
        display: block;
    }

    .picture-section-block .documents-list-new-item {
        display: flex;
        flex-wrap: wrap;
    }

    .picture-section-block .documents-list-new-item-title {
        width: 100%;
        order: 1;
        max-width: 100%;
    }
    .picture-section-block .documents-list-new-item-btn-wrapper {
        width: 100%;
        order: 2;
        max-width: 100%;
    }

    .picture-section-block .documents-list-new-item-text  {
        width: 100%;
        order: 3;
        max-width: 100%;
    }

    .picture-section-block .documents-list-new-item-pic-doc {
        order: 4;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
}
.content-container .news-detail .row.doctor-service-row,
.news-detail .doctor-service,
.doctor-service-row.doctor-service,
.doctor-info-outer .doctor-block-text .doctor-service {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;    
}

.doctor-info-outer {
    margin-bottom: 30px;
}

.page-podgotovka-k-visitu {

}

.page-podgotovka-k-visitu h1 {
    padding-top: 74px;
    padding-left: 70px;
    background-image: url(/local/templates/hepato/images/podgotovra-pc.jpg);
    background-repeat: no-repeat;
    min-height: 252px;
    background-size: cover;
    margin-bottom: 40px;
    background-position: center;
}

@media screen and (max-width: 991px){
    .page-podgotovka-k-visitu h1 {
        background-image: url(/local/templates/hepato/images/podgotovra-768.jpg);
    }
}

@media screen and (max-width: 767px){
    .page-podgotovka-k-visitu h1 {
        padding-left: 30px;
        font-size: 24px;
        background-image: url(/local/templates/hepato/images/podgotovra-320.jpg);
    }
    .card > a  {
        overflow-y: hidden;
        height: auto;
    }
}

.l1.menu-item-link {
    position: relative;
}
.l1.menu-item-link::before {
    transition: ease all .3s;
    background-image: url(/local/templates/hepato/images/arrow_menu.svg);
    content: " ";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 3px;
    left: unset;
    position: absolute;
    top: 14px;
}

.l1.menu-item-link:hover::before {
    transform: rotate(180deg);
    transition: ease all .3s;
}

.reviews-presentation {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.reviews-presentation-item {
    margin: 10px;
    width: 31%;
}
.reviews-presentation-item-doctor-img {
    width: auto;
    height: 120px;
}

.reviews-presentation-item-doctor-img img {
    height: 100%;
}

.reviews-presentation-item-doctor {
    height: 160px;
    background: #e5e0df;
    padding: 20px;
    border-radius: 10px;    
    display: flex;
    align-items: center;
    justify-content: center;
}

a.reviews-presentation-item-doctor-name,
.reviews-presentation-item-doctor-name {
    background: white;
    color: #27144c;
    margin-left: 10px;
    height: 120px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-presentation-item-pacie-data {
    margin-top: 10px;
}

.reviews-presentation-item-pacie {
    margin-top: 20px;
}

.reviews-presentation-item-pacie-name {
    font-weight: bold;
}


@media screen and (max-width:991px){
    .reviews-presentation {
        display: block;
    }
    .reviews-presentation-item {
        width: 100%;
    }
    .reviews-presentation-item-doctor {
        justify-content: flex-start;
        max-width: 315px;
    }
    .reviews-presentation-item-doctor-name {
        width: 70%;
    }
    .reviews-presentation-item-doctor-img {
        width: 30%;
    }
    .reviews-presentation-item {
        margin: 10px auto;
    }
}

.about-us-slider-item-year {
/*    font-family: Ubuntu;*/
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 27.58px;
    text-align: left;
}

.about-us-slider-item-description * {
    color: #000000CC;
/*    font-family: Ubuntu;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;
}

.about-us-slider-item-year {
/*    font-family: Ubuntu;*/
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 27.58px;
    text-align: left;
}
.about-us-slider {
    border-radius: 20px;
}
.about-us-slider-area {
    padding: 10px 0 36px 0;
/*    background: #F6F6F7;*/
/*    border-radius: 20px;*/
}

.about-us-slider-item-description * {
    color: #000000CC;
/*    font-family: Ubuntu;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;
}    
.about-us-slider-item-description {
/*    max-width: 77%;*/
    max-width: calc(100% - 300px);
    border-bottom: 1px solid #CFCFCF;
}

.about-us-slider-item-description-quote {
    position: relative;
    padding-left: 30px;    
}

.about-us-slider-item-description-quote::before {
    position: absolute;
    left:0;
    top: 0px;
    width: 2px;
    height: 100%;
    background-color: #E15A5A;
    content: " ";
}

.about-us-slider-item-description-check {
    background: #FEF6F6;
    border-radius: 10px;
    margin-top: 18px;
    padding: 14px;
    border-radius: 10px;
    background-image: url(/local/templates/hepato/images/checked2.svg);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 80px;
}


.about-us-slider-item {
    padding: 80px 40px  30px 40px;
    position: relative;
    background: #F6F6F7;
    border-radius: 20px;
}

.about-us-slider-item-year {
    margin-bottom: 30px;
}

.about-us-slider-item-description-right {
    position: absolute;
    display: block;
    top: 86px;
    right: 40px;
}

.about-us-slider-item-description-right-img-sm {
    display: none;
}

.arrows-about-us-container {
    position: relative;
    min-height: 26px;
    max-width: 66px;
    left: 42px;
    top: 50px;
    z-index: 1;
}

.arrows-about-us-container .slick-arrow::before {
    display: none;
}

.arrows-about-us-container .slick-arrow {
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
.arrows-about-us-container .slick-prev:focus,
.arrows-about-us-container .slick-prev:hover,
.arrows-about-us-container .slick-prev {
    background-color: transparent;
    background-image: url(/local/templates/hepato/images/lsla.svg);
    left: 0;    
}
.arrows-about-us-container .slick-next:focus,
.arrows-about-us-container .slick-next:hover,
.arrows-about-us-container .slick-next {
    background-color: transparent;
    background-image: url(/local/templates/hepato/images/rsla.svg);
    right: 0;    
}

@media screen and (max-width: 991px){
    .about-us-slider-item-description-right {
        position: static;
    }
    .about-us-slider-item-description {
        max-width: 100%;
    }
    .about-us-slider-item-description-right-img-pc {
        display: none;
    }
    .about-us-slider-item-description-right-img-sm {
        display: block;
        margin: 18px 0;
    }
    .about-us-slider-item-description-quote::before {
        height: 100%;
    }
}

@media screen and (max-width: 767px){
    .about-us-slider-item-description-check {
        padding: 60px 20px 20px 20px;
        background-position: center 15px;        
        text-align: center;
    }
}

.btn-footer-onl {
    margin: 10px auto;
    max-width: 250px;
}


.text-block-wrap-div {
    font-size: 16px;
}

.footer-social-area {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.new-doctors-carusel-item-txt-name {
    display: block;
}

#prices.section {
    margin-top: 40px;
}

.new-doctors-carusel-item-img {
    max-height: 356px;
    display: block;
}

@media screen and (max-width:991px){
    .news-detail {
        padding: 0 10px;
    }
}

.faq-item.active .answer {
    padding-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.plitka-zoom {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.plitka-zoom__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(50% - 5px);
    text-decoration: none;
    color: black;
}

.plitka-zoom__item:hover {
    color: black;
    text-decoration: none;
}

.plitka-zoom__img {
    border: 1px solid #AFAFAF;
    border-radius: 20px;
    margin-bottom: 10px;
}

.plitka-zoom__text {
    background: url('/local/templates/hepato/images/zoom.svg') no-repeat 0 center;
    padding-left: 31px;
    font-size: 14px;
    opacity: 0.6;
    line-height: 1.5;
}

.doctor-info-header-text .doctor-text-heading *{
    font-size: 18px;
}

@media (max-height: 767px) {
    .plitka-zoom__item {
        width: 100%;
    }
    .plitka-zoom {
        gap: 20px 0;
    }
}

.map-level-0-name {
    color: rgba(225, 90, 90, 1);
    font-weight: 400;
    font-size: 20px;
    line-height: 21.6px;
    letter-spacing: 0%;
    margin: 15px 0;
    display: block;

}
.map-level-1 {
    list-style: none;
}
.map-flex-inner,
.map-flex,
.map-level-0 {
    list-style: none;
    padding: 0;
}

.map-level-1 > li {
    margin-bottom: 4px;

}

.map-level-1.half-li li {
    max-width: 144px;
}

.map-flex .map-flex-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
}

.map-level-1 li {
    position: relative;
    color: rgba(225, 90, 90, 1);
}

.map-level-1 li::before {
    position: absolute;
    content: " ";
    width: 3px;
    height: 3px;
    background-color: rgba(225, 90, 90, 1);
    border-radius: 50%;
    left: -11px;
    top: 6px;
}

.map-two-colums {
    padding-left: 34px;
    column-count: 2;
}

@media screen and (max-width:767px){
    .map-flex .map-flex-inner {
        gap: 0;
        flex-wrap: wrap;
    }
}

    
.section-about-us-in-numbers-elements-item {
    border-radius: 10px;
    margin-top: 18px;
    font-size: 16px;
    padding: 14px;
    padding-left: 14px;
    border-radius: 10px;
    background-image: url(/local/templates/hepato/images/checked2.svg);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 80px;
    width: 48%;
}

.section-about-us-in-numbers-elements {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.section-about-us-in-numbers h2 {
    margin-top: 0!important;
    margin-bottom: 12px!important;
}
.section-about-us-in-numbers {
    padding: 40px 40px;
    position: relative;
    background: #F6F6F7;
    border-radius: 20px;
}    



@media screen and (max-width:991px){
    .section-about-us-in-numbers-elements-item {
        width: 100%;
    }
}



  
.pilsing {

    position: fixed;
    z-index: 100;
    width: 40px;
    height: 40px;
    left: 10%;
    top: 80%;
    margin: -20px 0 0 -20px;
    cursor: pointer;

}
.pilsing div:nth-child(1) {

    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;

}
.pilsing div:nth-child(2) {

    animation: pulse 2s infinite .3s;
    -webkit-animation: pulse 2s infinite .3s;
    -moz-animation: pulse 2s infinite .3s;
    -o-animation: pulse 2s infinite .3s;

}
.pilsing div {

    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: 2px solid #E15A5A;

}@keyframes pulse{
    0%{
        transform:scale(.1);
        -moz-transform:scale(.1);
        -webkit-transform:scale(.1);
        -o-transform:scale(.1);
        -ms-transform:scale(.1);
        opacity:0
    }
    50%{
        opacity:.4
    }
    100%{
        transform:scale(1.6);
        -moz-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        -o-transform:scale(1.6);
        -ms-transform:scale(1.6);
        opacity:0
    }
}
@-webkit-keyframes pulse{
    0%{
        transform:scale(.1);
        -moz-transform:scale(.1);
        -webkit-transform:scale(.1);
        -o-transform:scale(.1);
        -ms-transform:scale(.1);
        opacity:0
    }
    50%{
        opacity:.4
    }
    100%{
        transform:scale(1.6);
        -moz-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        -o-transform:scale(1.6);
        -ms-transform:scale(1.6);
        opacity:0
    }
}
@-moz-keyframes pulse{
    0%{
        transform:scale(.1);
        -moz-transform:scale(.1);
        -webkit-transform:scale(.1);
        -o-transform:scale(.1);
        -ms-transform:scale(.1);
        opacity:0
    }
    50%{
        opacity:.4
    }
    100%{
        transform:scale(1.6);
        -moz-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        -o-transform:scale(1.6);
        -ms-transform:scale(1.6);
        opacity:0
    }
}
@-o-keyframes pulse{
    0%{
        transform:scale(.1);
        -moz-transform:scale(.1);
        -webkit-transform:scale(.1);
        -o-transform:scale(.1);
        -ms-transform:scale(.1);
        opacity:0
    }
    50%{
        opacity:.4
    }
    100%{
        transform:scale(1.6);
        -moz-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        -o-transform:scale(1.6);
        -ms-transform:scale(1.6);
        opacity:0
    }
}

.dspopup-modal {
    width: 353px;
}

.ds-form form input[type="submit"] {
    width: 100%;
    border: 1px solid #F54646;
    background: #F54646;
    border-color: #F54646;
}

input[type="text"] {
    height: 53px;
    box-shadow: #F54646;
    padding: 14px 18px;
    border-radius: 3px;
}

.form-head {
    text-align: center;
    font-weight: bold;
}

.ds-form form .form-head {
    margin: 20px -15px 15px;
    font-size: 32px;
    line-height: 38px;
    border-bottom: 0;
}

#d-faq-form .field-6 {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    margin-top: 10px;

}
#d-faq-form {
 padding: 20px 34px 20px;
}

/*

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; 
}*/

textarea { resize: none; }

input[type="checkbox"] {
    accent-color: #F54646;
}

.repeatform {
    color: #FFFFFF!important;
    background: #F54646;
    padding: 19px 85px;
    border-radius: 3px;
}

.report-message--descr p {
    width: 288px;
    padding: 25px;
}



.ds-form form textarea {
    height: 143px;
    border-radius: 3px;
}


.close-dspopup-modal.dsclose-button:before {
    background: #555;
}

.close-dspopup-modal.dsclose-button:after {
    background: #555;
}
.report-message--title {
    font-size: 32px;
}

@media(max-width: 430px) {
    .pilsing {
        left: 80%!important;
    }
}

.alphabet-rubricator-list-more {
    margin: 50px 0;
}

.alphabet-rubricator-list-more-btn {
    margin: 20px 0;
    color: rgba(225, 90, 90, 1);
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}
.alphabet-rubricator-list-more-btn:hover {
    text-decoration: none;
}

.alphabet-rubricator-list {
    margin: 20px 0;

}

.alphabet-rubricator-list-item-btn {
    color: white;
    background: rgba(225, 90, 90, 1);
    border-radius: 1000px;
    padding: 16px;
    min-width: 184px;
    display: block;
    text-align: center;
    border: 1px solid rgba(225, 90, 90, 1);

}

.alphabet-rubricator-list-item-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #4d4d4d;
    vertical-align: middle;
}

a.alphabet-rubricator-list-item-btn:hover {
    background: white;
    text-decoration: none;
}
.alphabet-rubricator-list-item:first-child {
    border-top: 1px solid rgb(233, 233, 233);
}
.alphabet-rubricator-list-item {
    padding: 40px 0;    
    border-bottom: 1px solid rgb(233, 233, 233);
    display: flex;
    gap:20px;
    justify-content: space-between;
    align-items: center;    
}

.alphabet-rubricator-list-item-title {
    color: rgba(0, 0, 0, 1);
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.alphabet-rubricator {
    background: rgba(233, 233, 233, 1); 
    border-radius: 100px;
    padding: 5px;
}
.alphabet-rubricator-title {
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 8px 24px;
}

.alphabet-rubricator-letters-item {
    color: #808080;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 7px;
    cursor: pointer;
}
.alphabet-rubricator-letters {
    background: white;
    border-radius: 100px;
    display: flex;
    padding: 8px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-transform: uppercase;  
}
.alphabet-rubricator {
    display: flex;
    padding: 8px;
    justify-content: space-between;
    align-items: center;    
}

.alphabet-rubricator-letters-item.active {
    color: #e15a5a;
}

@media screen and (max-width:1299px){
    .alphabet-rubricator-list-item-l {
        max-width: 500px;
    }
    .alphabet-rubricator {
        display: block;
        background: transparent;
    }
    .alphabet-rubricator-title {
        text-align: left;
        padding: 24px 0;
    }
    .alphabet-rubricator-letters-item {
        font-size: 14px;
    }
    .alphabet-rubricator-letters {
        gap:0;
        border: 1px solid rgba(224, 224, 224, 1);
    }
}

@media screen and (max-width:767px){ 
    .alphabet-rubricator-list-item-title {
        font-size: 18px;
    }
    .alphabet-rubricator-letters {
        padding: 7px;
        border-radius: 7px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .alphabet-rubricator-letters-item {
        min-width: 26px;
        font-size: 16px;
    }
    .alphabet-rubricator-list-item-btn {
        max-width: 183px;
        min-width: 180px;
        width: 100%;
        margin: 22px 0 0 0;     
    }
    .alphabet-rubricator-list-item {
        display: block;
    }
}

.alphabet-rubricator-detail-text ul,
.alphabet-rubricator-detail-text ol {
    padding-left: 20px;
}

.alphabet-rubricator-detail-text h6,
.alphabet-rubricator-detail-text h5,
.alphabet-rubricator-detail-text h4,
.alphabet-rubricator-detail-text h3,
.alphabet-rubricator-detail-text h2 {
    font-size: 26px;
    margin: 20px 0!important;
}


.alphabet-rubricator-detail-text-item {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin: 46px 0;
}
.alphabet-rubricator-detail-text-item:first-child {
    border-top: 0;
}

.alphabet-rubricator-detail-text span,
.alphabet-rubricator-detail-text li,
.alphabet-rubricator-detail-text p {
    color: #4d4d4d;
}
.alphabet-rubricator-detail-top {
    display: flex;
    padding: 20px;
    padding-right: 85px;
    justify-content: space-between;
    align-items: center;    
    border: 1px solid rgba(225, 90, 90, 1);
    border-radius: 30px;
}
.alphabet-rubricator-detail-top-author {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;    
}
.alphabet-rubricator-detail-top-author-img {
    margin-right: 36px;
    width:107px;
    height: 107px;
    overflow: hidden;
    border-radius: 10px;
}
.alphabet-rubricator-detail-top-author-data-title {
    color: #808080;
}
.alphabet-rubricator-detail-top-author-data-name {
    font-weight: 400;
    font-size: 24px;
    leading-trim: Cap height;
    line-height: 48px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.alphabet-rubricator-detail-top-author-data-prof-item {
    font-size: 14px;
    color: rgba(225, 90, 90, 1);
    border-radius: 100px;
    border: 1px solid rgb(225, 90, 90);
    text-align: center;
    padding: 8px 22px;
    display: inline-block;
    margin: 10px 0;
}
.alphabet-rubricator-detail-top-author-data-prof {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;  
}
.alphabet-rubricator-detail-top-info-pub-title {
    color: #808080;
}
.alphabet-rubricator-detail-top-info-pub {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: flex-start;
    margin-bottom: 16px;
    gap: 7px;   
}

@media screen and (max-width:1299px){
    .alphabet-rubricator-detail-top-author-data-name {
        font-weight: 400;
        font-size: 20px;
        leading-trim: Cap height;
        line-height: 48px;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    .alphabet-rubricator-detail-text-item {
        padding-top: 8px;
        margin: 28px 0;
    }
    .alphabet-rubricator-detail-text h6,
    .alphabet-rubricator-detail-text h5,
    .alphabet-rubricator-detail-text h4,
    .alphabet-rubricator-detail-text h3,
    .alphabet-rubricator-detail-text h2 {
        font-size: 20px;
        margin-bottom: 10px!important;
    }

    .alphabet-rubricator-detail-top-author-data-title {
        font-size: 14px;
    }
    .alphabet-rubricator-detail-top-info-pub {
        font-size: 14px;
    }
    .alphabet-rubricator-detail-top {
        padding-right: 20px;
    }

}


@media screen and (max-width:991px){
    .doctors-blocklist-item-description {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:767px){
    .alphabet-rubricator-detail-top-author,
    .alphabet-rubricator-detail-top {
        display: block;
    }
    .alphabet-rubricator-detail-top-author-data-name {
        line-height: 1.3em;
        margin: 14px 0;
    }
    .alphabet-rubricator-detail-top-author-img {
        margin-bottom: 24px;
        margin-right: 0;
    }
    .alphabet-rubricator-detail-top-author-data-prof {
        margin: 14px 0 20px 0px;
    }
}


@media screen and (min-width: 992px){
    .menu-item-link[href="/documents/"] + .drop-down-menu{
        min-width: 720px;
    }
    
}
/* End */
/* /local/templates/hepato/components/bitrix/search.form/ad_search/style.css?16709099825153 */
/* /local/templates/hepato/components/bitrix/catalog.section.list/top_menu/style.css?17752050813045 */
/* /local/templates/hepato/components/bitrix/news.list/ad_slider/style.css?17349464185690 */
/* /local/templates/hepato/components/bitrix/menu/menu_footer/style.css?17313471741258 */
/* /local/templates/hepato/components/bitrix/catalog.section.list/top_menu_mobile/style.css?177452188916640 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17053904092729 */
/* /local/templates/hepato/styles.css?177684278633848 */
/* /local/templates/hepato/template_styles.css?1774507598120827 */
