/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
:root {
    --theme-color-1: #87BF17;
    --theme-color-2: #267B57;
    --theme-color-3: #FF5700;
    --theme-color-4: #676666;
}
body {
background: #F4FFE3;
}
/* header start */
body:not(.front_page) .header--white,
body.front_page .header:not(.header--fon) {
    background: white;
}
.nomargin-left {
    margin-left: 0 !important;
}
.phones__phones-wrapper .icon-block__icon svg {
    width: 9px;
    height: 18px;
    transform: rotate(-45deg);
}
.phones__phones-wrapper .icon-block__icon svg path {
    fill: var(--theme-color-3);
}
.header__main-inner svg:not(:hover) * {
    fill: var(--theme-more-color) !important;
}
.header__main-inner .cabinet-dropdown__item--last svg * {
    fill: inherit !important;
}
.linear-bg.active,
.linear-bg:active,
.linear-bg {
    background: linear-gradient(180deg, var(--theme-base-color) 0%, var(--theme-more-color) 100%);
}
.phones__callback_custom {
    padding-top: 4px;
    padding-bottom: 4px;
}
/* header end */
/* banners-big start */
.banners-big .banners-big__item--custom .banners-big__title {
    color: var(--theme-color-1);
}
.banners-big .banners-big__item--custom .banners-big__text-block {
    color: var(--theme-color-4);
    font-weight: 700;
}
.banners-big .banners-big__item--custom .banners-big__buttons-item .btn.btn-warning.btn-transparent-bg:not(:hover) {
    color: var(--theme-color-4);
}
.banners-big .banners-big__buttons-item .btn {
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.banners-big .owl-carousel--button-bottom-right .owl-nav {
    position: static;
}
.banners-big .owl-carousel--button-bottom-right .owl-nav .swiper-button-next,
.banners-big .owl-carousel--button-bottom-right .owl-nav .swiper-button-prev {
    position: absolute !important;
    bottom: 50%;
    transform: translate(0px, 50%);
    z-index: 1;
    border: 1px solid var(--theme-base-color);
    border-radius: 8px;
}
body .banners-big .owl-carousel__dots.owl-carousel__dots--right {
    bottom: 16px;
    right: auto;
    left: 80px;
}
body .banners-big .owl-carousel__dots.owl-carousel__dots--right .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}
body .banners-big .owl-carousel__dots.owl-carousel__dots--right .swiper-pagination-bullet .swiper-pagination-bullet::before {
    width: 8px;
    height: 8px;
}
body .banners-big .owl-carousel__dots.owl-carousel__dots--right .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before,
body .banners-big .owl-carousel__dots.owl-carousel__dots--right .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #29292933;
    border-color: #29292933;
}
/* banners-big end */
/* custom_text start */
.custom_text_container {
    display: grid;
    max-width: 758px;
    gap: 24px;
}
.custom_title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: var(--theme-base-color);
}
.custom_text {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--white_text_black);
    text-align: center;
}
/* custom_text end */
/* staff-list start */
.staff-list .index-block__part--right .btn.btn-warning.btn-transparent-bg {
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}
.staff-list .index-block__part--right .btn.btn-warning.btn-transparent-bg:not(:hover) {
    color: var(--theme-color-4);
}
.staff-list .index-block__part--left {
    display: flex;
    gap: 12px;
    align-items: center;
}
.staff-list .index-block__part--left h3 {
    color: var(--theme-color-2);
}
.staff-list .staff-carousel {
    margin-top: 24px;
}
.staff-list.staff-list--view1 .staff-list__item .staff-list__item-additional-text-wrapper {
    opacity: 1 !important;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 11px 13px 18px;
    background: white;
    //border: 1px solid var(--theme-color-2);
    border-radius: 0 0 8px 8px;
}
.staff-list.staff-list--view1 .staff-list__item::before {
    opacity: 0 !important;
}
.staff-list.staff-list--view1 .staff-list__item-image-wrapper {
    border-radius: 8px 8px 0 0;
    //border: 1px solid var(--theme-color-2);
}
.staff_btn_nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.staff_btn_nav_prev,
.staff_btn_nav_next {
    cursor: pointer;
    height: 39px;
}
.staff-list .owl-nav {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.staff-list .index-block__part--right {
    display: flex;
    gap: 20px;
    align-items: center;
}
@media (max-width: 767px) {
.staff-list .index-block__part--right {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
}
.staff-list.staff-list--view1 .staff-list__item-title {
    color: var(--theme-color-2);
    line-height: 24.2px;
    height: 50px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    flex-shrink: 0;
}
.staff-list.staff-list--view1 .staff-list__item-company {
    color: var(--theme-color-4);
    opacity: 1;
    margin-bottom: 0;
    flex-shrink: 0;
    display: flex;
    align-items: end;
}
/* staff-list end */
/* company_text start */
.front_company_custom-template .index-block__part--left {
    display: flex;
    gap: 12px;
    align-items: center;
}
.front_company_custom-template .index-block__part--left h3 {
    color: var(--theme-color-2);
}
.front_company_custom-template .switcher-title {
    color: #292929;
}
/* company_text end */
/* map-list start */
.map-list .index-block__part--left {
    display: flex;
    gap: 12px;
    align-items: center;
}
.map-list .index-block__part--left h3 {
    color: var(--theme-color-2);
}
.map-list .map-detail-items__item .map-detail-items__item-svg {
    background: url('/images/arrow-left-sm.svg') no-repeat 50% 50%;
    right: auto;
    left: 12px;
    width: 46px;
}
.map-list .map-detail-items__item .map-detail-items__item-svg svg {
    display: none;
}
.map-list .index-block__title-wrapper {
    margin-bottom: 20px;
}
/* map-list end */
/*custom*/
.reviews-list__item.bordered {
    border-radius: 8px;
    border: 1px solid #267B57 !important;
}
.reviews-list__item.bordered:hover {
    border: 1px solid #267B57 !important;
    margin-right: 0 !important;
    box-shadow: none !important;
}
.reviews-list .owl-carousel--button-wide .owl-carousel__button {
    border: 1px solid #267b57;
    border-radius: 100%;
}
.reviews-list .owl-carousel--light .owl-carousel__button svg * {
    stroke: #267b57;
}
.reviews-list .owl-carousel--light .owl-carousel__button:hover svg * {
    stroke: #fff;
}
.reviews-list .reviews-list__item-company {
    color: #267B57;
    font-size: 16px;
    font-weight: 500;
}
.reviews-list .reviews-list__item-title {
    color: #676666;
    font-size: 22px;
    font-weight: 700;
}
.reviews-list .reviews-list__item-preview {
    color: #676666;
    font-size: 18px;
    font-weight: 500;
}
.reviews-list .reviews-list__item-more .btn {
    border-radius: 12px;
    border: 1px solid #FF5700;
    color: #676666;
    font-size: 16px;
    font-weight: 600;
}
.reviews-list .reviews-list__item-more .btn:hover {
    background: #FF5700;
    color: #fff;
}
.reviews-list .reviews-list__item-image {
    display: none;
}
/*custom*/
/*c-tabs*/
.c-tabs {
    border-radius: 34px;
    border: 1px solid #87BF17;
    background: #FFF;
    display: flex;
    width: fit-content;
}
.c-tabs__item {
    background: transparent;
    color: #676666;
    font-size: 18px;
    font-weight: 700;
    padding: 13px 66px;
    border: 1px solid transparent;
    border-radius: 34px;
    transition: all 0.2s ease;
}
.c-tabs__item.active,
.c-tabs__item:hover {
    border-color: #87BF17;
    color: #FFF;
    background: linear-gradient(180deg, #87BF17 0%, #267B57 100%);
}
@media (max-width: 991px) {
    .c-tabs__item {
        padding: 10px 15px;
    }
}
@media (max-width: 768px) {
    .c-tabs__item {
        font-size: 16px;
        padding: 10px 5px;
    }
}
/*c-tabs*/
/*search-block*/
.search-block {
    position: relative;
}
.search-block form {
    margin: 0;
    padding: 0;
    display: block;
}
.search-block__input {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 34px;
    border: 1px solid #BEBEBE;
    background: #FFF;
    padding: 12px 18px 12px 60px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease;
}
.search-block__input:focus {
    border-color: #267B57;
}
.search-block__button {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    outline: none;
    z-index: 2;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
    padding: 0;
    margin: 0;
}
.search-block__button * {
    transition: all 0.2s ease;
}
.search-block__button:hover svg path {
    stroke: #000;
}
@media (max-width: 991px) {
}
@media (max-width: 768px) {
}
/*search-block*/
/*cfooter*/
.cfooter {
    padding: 25px 0 15px 0;
    background: #F8F8F8;
}
.cfooter__logo {
    text-align: center;
    margin-bottom: 38px;
}
.cfooter__warning {
    margin-top: 38px;
    text-align: center;
    color: #CCC;
    font-size: 16px;
    font-weight: 600;
}
.cfooter__blocks {
    display: flex;
    gap: 0 20px;
}
.cfooter__block {
    flex: 0 0 calc(25% - 20px);
}
.cfooter__block.cfooter__block-small {
    flex: 0 0 calc(12.5% - 20px);
}
.cfooter__menu {
    margin: 0;
    padding: 0;
}
.cfooter__menu-item {
    margin: 0 0 22px 0;
    padding: 0;
}
.cfooter__menu-item:last-child {
    margin-bottom: 0;
}
.cfooter__menu-item:before {
    content: none;
}
.cfooter__menu-url {
    color: #676666;
    font-size: 14px;
    font-weight: 500;
}
.cfooter__menu-url:hover {
    color: #87bf17;
}
.cfooter__ds {
    margin-bottom: 20px;
    color: #267B57;
    font-size: 14px;
    font-weight: 500;
}
.cfooter__ds a {
    color: #267B57;
    font-size: 14px;
    font-weight: 500;
}
.cfooter__ds a:hover {
    color: #87bf17;
}
.cfooter__ds-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cfooter__dsi {
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.cfooter__dsi:last-child {
    margin-right: 0;
}
.cfooter__dsi svg {
    margin-right: 4px;
}
/*cfooter*/
/*c__soc*/
.c__soc {
    display: flex;
    align-items: center;
}
.c__soc-item {
    margin-right: 12px;
    transition: all 0.2s ease;
}
.c__soc-item:last-child {
    margin-right: 0;
}
.c__soc-item:hover {
    opacity: .7;
}
@media (max-width: 991px) {
    .cfooter__blocks {
        flex-wrap: wrap;
    }
    .cfooter__block {
        margin-bottom: 20px;
    }
    .cfooter__block:nth-child(1),
    .cfooter__block:nth-child(2),
    .cfooter__block:nth-child(3) {
        flex: 0 0 calc(33% - 20px);
    }
    .cfooter__block:nth-child(4),
    .cfooter__block:nth-child(5) {
        flex: 0 0 calc(50% - 20px);
    }
    .cfooter__menu-item {
        margin-bottom: 12px;
    }
    .cfooter__warning {
        margin-top: 0;
        margin-bottom: 80px;
    }
}
@media (max-width: 768px) {
    .cfooter__block {
        flex: 0 0 100% !important;
        text-align: center;
    }
    .cfooter__ds-flex {
        justify-content: center;
    }
}
/*c__soc*/
/*custom pa*/
.cabinte-page .top-form.bordered_block,
.cabinte-page .form .bottom-form {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.cabinte-page .form .bottom-form {
    margin-top: 50px;
}
.cabinte-page .form .form-group {
    margin-bottom: 12px;
}
.cabinte-page .form .form-group label {
    color: #383B46;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}
.cabinte-page .form .form-group label .required-star {
    color: #F00;
    font-size: 14px;
    font-weight: 500;
}
.cabinte-page .form .form-group .input .form-control {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #51545D;
    background: #fff;
}
.cabinte-page .form .form-group .input .form-control:focus,
.cabinte-page .form .form-group .input .form-control:hover {
    border-color: #87bf17;
}
.cabinte-page .btn {
    border-radius: 8px;
    background: linear-gradient(180deg, #87BF17 0%, #267B57 100%), #FF5700;
}
.cabinte-page .sidebar {
    border-radius: 8px;
    background: #F8F8F8;
    padding: 14px;
}
.cabinte-page .opened .link-with-flag:before {
    content: '';
    opacity: 0;
}
.cabinte-page .side-menu &gt; li .top-level-link {
    padding: 21px 24px;
    color: #676666;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    background: #EEE;
    border: 0;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}
.cabinte-page .side-menu &gt; li .top-level-link:hover,
.cabinte-page .side-menu &gt; li .top-level-link.link--active {
    background: #267B57;
    color: #fff;
}
.cabinte-page .side-menu &gt; li .top-level-link:hover * {
    transition: all 0.2s ease;
}
.cabinte-page .side-menu &gt; li .top-level-link:hover svg path,
.cabinte-page .side-menu &gt; li .top-level-link.link--active svg path {
    stroke: #fff;
}
.cabinte-page .side-menu &gt; li:last-child .top-level-link {
    margin-bottom: 0;
}
.cabinte-page .bordered {
    border: 0;
}
.cabinte-page .side-menu &gt; li:not(:first-of-type) {
    border: 0;
}
.pa__tabs {
    margin-bottom: 23px;
}
.pa__table {
}
.button {
    color: #1E0072;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #928EA2;
    background: #FFF;
    display: flex;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
}
.button * {
    transition: all 0.2s ease;
}
.button svg {
    margin-left: 6px;
}
.button:hover {
    background: #928EA2;
    color: #fff;
}
.button-dark-light {
    color: #928EA2;
    border-color: #928EA2;
}
.button-dark-light:hover {
    color: #fff;
    background: #1E0072;
    border-color: #1E0072;
}
.button-red-light {
    color: #FFB9B9;
    border-color: #ffb9b9;
}
.button-red-light:hover {
    color: #fff;
    background: #ff5700;
    border-color: #ff5700;
}
.button:hover svg path {
    stroke: #fff;
}
.button-green {
    background: #267B57;
    border-color: #267B57;
    color: #fff;
}
.button-green:hover {
    background: #fff;
    color: #267B57;
}
/*custom pa*/
/*pa__table*/
.pa__ctable {
    margin-bottom: 22px;
    padding-bottom: 20px;
    overflow-x: auto;
}
.pa__ctable table {
    min-width: 900px;
    width: 100%;
}
.pa__ctable td,
.pa__ctable th {
    padding: 17px 12px;
    color: #267B57;
    font-size: 16px;
    font-weight: 600;
    margin: 0 12px;
    height: fit-content;
    background: #F8F8F8;
    border-bottom: 12px solid #fff;
}
.pa__ctable tr:last-child td,
.pa__ctable tr:last-child th {
    border-bottom: 0;
}
.pa__ctable td:first-child,
.pa__ctable th:first-child {
    border-radius: 6px 0 0 6px;
    padding-left: 24px;
}
.pa__ctable td:last-child,
.pa__ctable th:last-child {
    border-radius: 0 6px 6px 0;
    padding-right: 24px;
}
.pa__ctable-color {
    border-radius: 8px;
    background: #FFF;
    color: #1E0072;
    display: block;
    padding: 10px;
}
.pa__ctable td.right,
.pa__ctable th.right {
    text-align: right;
}
.pa__ctable .button {
    white-space: nowrap;
}
/*pa__table*/
/*banner-caption*/
.banner-caption {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    /*background: #E9F2F9;*/
    background: #fff;
    border: 1px solid var(--theme-color-2);
    height: 425px;
    margin-bottom: 32px;

}
.banner-caption__small {
    height: 213px;
}
.banner-caption__title {
    color: #267B57;
    font-size: 42px;
    font-weight: 700;
    padding: 32px 66px;
    line-height: normal;
    margin-right: 20px;
}
.banner-caption__img {
}
.banner-caption__img img {
    height: 100%;
    border-radius: 0 8px 8px 0;
    float: right;
}
.banner-caption__cd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 50px 50px;
}
.banner-caption__profession {
    display: flex;
    flex-wrap: wrap;
}
.banner-caption__profession-item {
    color: #1E0072;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: #FFF;
    padding: 10px;
    margin: 12px 12px 0 0;
    border: 1px solid transparent;
}
.banner-caption__doctor{
    margin-top: 10px;
    background: #fff;
    border: 1px solid #267B57 !important;
}

.banner-caption__cd .banner-caption__title {
    padding: 30px 0 0 0;
    margin: 0;
}
@media (max-width: 1200px) {
    .banner-caption {
        height: 335px;
    }
    .banner-caption__small {
        height: 210px;
    }
}
@media (max-width: 991px) {
    .banner-caption {
        height: 250px;
    }
    .banner-caption__title {
        font-size: 25px;
    }
    .banner-caption__small {
        height: 200px;
    }
}
@media (max-width: 768px) {
    .banner-caption {
        flex-wrap: wrap;
        height: initial;
    }
    .banner-caption__img {
        display: none;
    }
	#banner-doctor{
        display: flex;
    }
.banner-caption__img img {
    height: 100%;
    width: 100%;
    border-radius: 0 0 8px 8px;
}
    .banner-caption__title {
        padding: 15px;
    }
}
/*banner-caption*/
/*reviews-form*/
.reviews-form {
    padding: 37px 37px 18px 37px;
    background: #F8F8F8;
}
.reviews-form__wrapper {
}
.reviews-form__caption {
    color: #267B57;
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 12px;
}
.reviews-form__text {
    color: #949494;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 44px;
}
.reviews-form__body {
    max-width: 957px;
    margin-left: auto;
    margin-right: auto;
}
.reviews-form__input {
    margin-bottom: 20px;
}
.reviews-form__input input,
.reviews-form__input textarea {
    border-radius: 4px;
    border: 1px solid #EEE;
    background: #FFF;
}
.reviews-form__input textarea {
    height: 150px;
}
.reviews-form__input input:focus,
.reviews-form__input textarea:focus,
.reviews-form__input input:hover,
.reviews-form__input textarea:hover {
    border-color: #87bf17;
}
.reviews-form__input .captcha-row{
	display: flex;
}
.reviews-form__input .captcha-row .captcha_input,
.reviews-form__input .captcha-row .captcha_input input[name="captcha_word"]{
	position: unset;
}
.reviews-form__input .captcha-row .captcha_input{
	margin-left: 15px;
}
@media (max-width: 575.98px){
	.reviews-form__input .captcha-row{
		flex-direction: column;
	}

	.reviews-form__input .captcha-row .captcha_image .captcha_img{
		width: 100%;
		height: auto;
	}

	.reviews-form__input .captcha-row .captcha_input {
		margin-left: 0;
		margin-top: 15px;
	}
}
.reviews-form__button {
    margin-top: 32px;
}
.reviews-form__button .button {
    width: 100%;
}
.reviews-form__serc {
    color: #267B57;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 16px;
}
.reviews-form__serc a {
}
@media (max-width: 768px) {
    .reviews-form__caption {
        font-size: 27px;
    }
    .reviews-form__text {
        font-size: 18px;
    }
}
/*reviews-form*/
/*stars-block*/
.stars-block {
    display: flex;
    align-items: center;
}
.stars-block__title {
    color: #C0C0C0;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    min-width: 270px;
    margin-right: 20px;
}
.stars-block__body {
    display: flex;
    align-items: center;
}
.stars-block__star {
    width: 39px;
    height: 39px;
    background-image: url('data:image/svg+xml,');
    background-size: 39px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
    cursor: pointer;
}
.stars-block__star.active {
    background-image: url('data:image/svg+xml,');
}
@media (max-width: 768px) {
    .stars-block {
        flex-wrap: wrap;
    }
    .stars-block__title {
        min-width: initial;
        width: 100%;
        margin-bottom: 7px;
    }
    .stars-block__body {
    }
}
/*stars-block*/
.form-control.error {
    border-color: red !important;
}
/*serv-items*/
.serv-items {
    margin-top: 40px;
    display: flex;
    gap: 24px 20px;
    flex-wrap: wrap;
}
.serv-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #EEE;
    background: #F8F8F8;
    height: 158px;
    padding: 0 30px 0 20px;
    position: relative;
    transition: all 0.2s ease;
    flex: 0 0 calc(50% - 10px);
}
.serv-item svg path {
    transition: all 0.2s ease;
}
.serv-item:hover {
    /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);*/
    border-color: #267B57;
}
.serv-item:hover .serv-item__ico svg path {
    fill: #267B57;
}
.serv-item__ico {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.serv-item__name {
    color: #267B57;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}
.serv-item__img,
.serv-item__img img,
.serv-item__img svg {
    height: 100%;
    width: auto;
}
@media (max-width: 1280px) {
    .serv-item__name {
        font-size: 18px;
    }
    .serv-item {
        height: 120px;
    }
}
@media (max-width: 991px) {
    .serv-item {
        flex: 0 0 100%;
    }
}
@media (max-width: 768px) {
    .serv-item {
        height: initial;
        padding: 20px;
        align-items: center;
        justify-content: flex-start;
    }
    .serv-item__ico {
        position: static;
        margin-right: 10px;
    }
    .serv-item__img {
        display: none;
    }
    .serv-item__name {
        padding: 0;
    }
}
/*serv-items*/
/*cmodal*/
.cmodal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999990;
    width: 100%;
    height: 100%;
}
.cmodal__shadow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999991;
    width: 100%;
    height: 100%;
    background: rgba(38, 123, 87, 0.20);
    backdrop-filter: blur(3px);
}
.cmodal__body {
    border-radius: 8px;
    border: 1px solid #267B57;
    padding: 32px 25px 28px 25px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999999992;
    background: #fff;
    max-width: 90%;
    max-height: 90vh;
    width: 1035px;
    overflow-y: auto;
    transform: translate(-50%, -50%);
}
.cmodal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.cmodal__close svg path {
    transition: all 0.2s ease;
}
.cmodal__close:hover svg path {
    stroke: #0c4128;
}
.cmodal__caption {
    color: #267B57;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 28px;
}
body.overflow {
    overflow: hidden;
}
@media (max-width: 768px) {
    .cmodal__caption {
        font-size: 24px;
    }
}
/*cmodal*/
/*ul-stars*/
ul.ul-stars {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ul-stars li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 0;
    margin-bottom: 16px;
    color: #676666;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
ul.ul-stars li:last-child {
    margin-bottom: 0;
}
ul.ul-stars li:before {
    content: '';
    background-color: transparent;
    background-image: url('data:image/svg+xml,');
    background-repeat: no-repeat;
    background-size: 12px 13px;
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 13px;
}
/*ul-stars*/
/*doctors*/
#staffs{
    margin-top: 10px;
    background: #fff;
    border: 1px solid var(--theme-color-2);
}

#staffs img{
filter: brightness(0) saturate(100%) invert(84%) sepia(4%) saturate(1%) hue-rotate(200deg) brightness(115%) contrast(100%);
}
.doctors {
    margin-bottom: 34px;
}
.doctor-item {
    border-radius: 8px;
    background: #fff;
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.doctor-item:last-child {
    margin-bottom: 0;
}
.doctor-item__body {
    flex: 1 1 auto;
    margin-right: 20px;
    padding: 42px 0 42px 50px;
}
.doctor-item__img {
    /*flex: 0 0 400px;*/
}
.doctor-item__img img {
    /*height: 100%;*/
    /*max-width: 100%;*/
    max-height: 337px;
    max-width: 400px;
}
.doctor-item__text {
    color: #1E0072;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}
.doctor-item__profession {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
}
.doctor-item__profession-item {
    color: #1E0072;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: #FFF;
    padding: 10px;
    margin: 16px 16px 0 0;
}
.doctor-item__profession-item:last-child {
    margin-right: 0;
}
.doctor-item__name {
    color: #267B57;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-top: 32px;
}
@media (max-width: 991px) {
    .doctor-item__img {
        flex: 0 0 250px;
    }
}
@media (max-width: 768px) {
    .doctor-item__body {
        flex: 1 1 100%;
        margin-right: 0;
        padding: 20px;
    }
    .doctor-item__img {
        display: none;
    }
    .doctor-item__text {
        font-size: 20px;
    }
    .doctor-item__name {
        font-size: 24px;
    }
}
/*doctors*/
/*two-blocks*/
.two-blocks {
    margin-bottom: 34px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    gap: 20px;
}
.two-block {
    /*flex: 0 0 calc(50% - 10px);*/
    /*color: #267B57;*/
    /*font-size: 16px;*/
    /*font-weight: 500;*/
    /*line-height: 150%;*/
    /*border-radius: 8px;*/
    /*background: #F8F8F8;*/
    /*padding: 22px 19px;*/
    /*background: #F8F8F8;*/
    /*color: #267B57;*/
    /*font-size: 16px;*/
    /*font-weight: 500;*/
    /*line-height: 150%;*/
    /*border-radius: 8px;*/
    /*padding: 22px 19px;*/
    /*width: calc(50% - 10px); !* Две колонки *!*/
    background: #F8F8F8;
    color: #267B57;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 8px;
    padding: 22px 19px;
    margin-bottom: 20px; /* Отступ снизу для Masonry */
    width: calc(50% - 10px); /* Ширина блока для двух колонок */
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}
.two-block:nth-child(odd):last-child {
    /*flex: 0 0 100%;*/
    width: 100%
}
@media (max-width: 991px) {
    .two-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .two-block:last-child {
        margin-bottom: 0;
    }
}
/*two-blocks*/
/*price-block*/
.price-block {
    margin-bottom: 34px;
}
.price-block__caption {
    margin-bottom: 28px;
    color: #267B57;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
}
.price-block__body li {
    display: flex;
    justify-content: space-between;
}
.price-block__title {
    padding-right: 20px;
    color: #676666;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.price-block__value {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    background: #87BF17;
    padding: 5px 10px;
    white-space: nowrap;
    height: fit-content;
}
@media (max-width: 768px) {
    .price-block__body li {
        flex-wrap: wrap;
    }
    .price-block__title {
        padding-right: 0;
        flex: 0 0 100%;
    }
    .price-block__value {
        flex: 0 0 100%;
        text-align: center;
        margin-top: 3px;
    }
}
/*price-block*/
/*slider-centered*/
.slider-centered {
    margin-top: 96px;
    margin-bottom: 61px;
    position: relative;
}
.slider-centered .owl-carousel {
    height: 395px;
}
.slider-centered__item {
    height: 178px;
    border-radius: 8px;
    filter: blur(5px);
    transition: all 0.2s ease;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-centered__item img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
}
.slider-centered .center .slider-centered__item {
    border-radius: 8px;
    height: 395px;
    filter: blur(0);
}
.owl-custom-arrow .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.owl-custom-arrow .owl-nav button {
    outline: none !important;
    border: 0 !important;
    cursor: pointer !important;
    background: url('data:image/svg+xml,') no-repeat center center !important;
    display: block !important;
    width: 52px !important;
    height: 52px !important;
    transition: all 0.2s ease;
}
.owl-custom-arrow .owl-nav button span {
    display: none;
}
.owl-custom-arrow .owl-nav button:hover {
    opacity: .7;
}
.owl-custom-arrow .owl-nav button.owl-next {
    transform: rotate(180deg);
}
@media (max-width: 991px) {
    .slider-centered__item {
        height: 150px;
    }
    .slider-centered .center .slider-centered__item,
    .slider-centered .owl-carousel {
        height: 300px;
    }
}
@media (max-width: 768px) {
    .slider-centered__item {
        height: 100px;
    }
    .slider-centered .center .slider-centered__item,
    .slider-centered .owl-carousel {
        height: 150px;
    }
}
/*slider-centered*/
/*doctors-blocks*/
.doctors-blocks {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}
.doctors-block {
    width: calc(25% - 15px);
    border-radius: 8px;
    border: 1px solid var(--theme-color-2);
    /*background: #E9F2F9;*/
    background: #fff;
    margin-bottom: 52px;
    margin-right: 20px;
    display: block;
}
.doctors-block:nth-child(4n + 4) {
    margin-right: 0;
}
.doctors-block__img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 350px;
    overflow: hidden;
}
.doctors-block__img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
    //min-width: 100%;
    //min-height: 100%;
    //object-position: center;
    //object-fit: cover;
    transition: all 0.5s ease;
}
.doctors-block__body {
    //background: #E9F2F9;
    padding: 12px 12px 17px 12px;
}
.doctors-block__name {
    color: #267B57;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}
.doctors-block__profession {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 12px;
}
.doctors-block__profession-item {
    color: #1E0072;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: #FFF;
    padding: 5px 0 0 0;
    margin: 0;
    border: 1px solid transparent;
}
.doctors-block__profession-item:last-child {
    margin-right: 0;
}
.doctors-block:hover .doctors-block__img img {
    //transform: scale(1.2);
}
@media (max-width: 991px) {
    .doctors-block {
        width: calc(33.3333% - 14px);
    }
    .doctors-block:nth-child(4n + 4) {
        margin-right: 20px;
    }
    .doctors-block:nth-child(3n + 3) {
        margin-right: 0;
    }
    .doctors-block__name {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .doctors-block {
        width: calc(50% - 10px);
    }
    .doctors-block:nth-child(3n + 3) {
        margin-right: 20px;
    }
    .doctors-block:nth-child(2n + 2) {
        margin-right: 0;
    }
    .doctors-block__name {
        font-size: 18px;
    }
    .doctors-block__profession-item {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .doctors-block {
        width: 100%;
        margin-right: 0 !important;
    }
}
/*doctors-blocks*/
/*search-blocks*/
.search-blocks {
    margin-top: 24px;
}
.search-blocks form {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.search-blocks__wrapper {
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--theme-color-2);
    display: flex;
    padding: 12px;
}
.search-block {
    margin-right: 20px;
    width: calc(33.33333% - 14px);
    position: relative;
}
.search-block:last-child {
    margin-right: 0;
}
.search-block input,
.search-block select,
.search-block button {
    width: 100%;
    height: 58px;
}
.search-block select,
.search-block input[type="text"] {
    padding: 20px 21px;
    color: #949494;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #EEE;
    background: #FFF;
    position: relative;
    z-index: 1;
border: 1px solid var(--theme-color-2);
}
.search-block input[type="text"] {
    padding: 20px 45px 20px 21px;
    background: #fff url('data:image/svg+xml,') right 17px center no-repeat;
border: 1px solid var(--theme-color-2);
}
.search-block .button {
    border-radius: 3px;
    background: linear-gradient(180deg, #87BF17 0%, #267B57 100%), #FF5700;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1279px) {
    .search-blocks__wrapper {
        flex-wrap: wrap;
    }
    .search-block {
        width: calc(50% - 10px);
    }
    .search-block:nth-child(2) {
        margin-right: 0;
    }
    .search-block:last-child {
        margin-right: 0;
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 1279px) {
    .search-block {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .search-block:nth-child(1) {
        margin-top: 0;
    }
}
/*search-blocks*/
/*text-block*/
.text-block {
    margin-top: 44px;
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    padding: 21px 30px;
    border-radius: 8px;
    /*background: #E9F2F9;*/
    border: 1px solid #267B57 !important;
    background: #fff;
}
/*text-block*/
/*make-block*/
.make-block {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 21px 30px;
    border-radius: 8px;
   /* background: #E9F2F9;*/
    background: #fff;
    border: 1px solid #267B57 !important;
}
.make-block__caption {
    color: #267B57;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    padding-right: 20px;
}
.make-block__butt {
}
.make-block__butt .button {
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(180deg, #87BF17 0%, #267B57 100%), #FF5700;
    min-width: 457px;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1279px) {
    .make-block__caption {
        flex: 0 0 100%;
        text-align: center;
    }
    .make-block__butt {
        flex: 0 0 100%;
        margin-top: 20px;
    }
    .make-block__butt .button {
        min-width: initial;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .make-block__caption {
        font-size: 22px;
    }
}
/*make-block*/
/*three-blocks*/
.three-blocks {
    margin-top: 21px;
    display: flex;
    flex-wrap: wrap;
}
.three-block {
    margin-right: 21px;
    flex: 0 0 calc(33% - 17px);
    padding: 29px;
    border-radius: 8px;
   /* background: #E9F2F9;*/
    background: #fff;
    border: 1px solid #267B57 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.three-block__text-big {
    color: #267B57;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    width: 100%;
}
.three-block__caption {
    color: #928EA2;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    width: 100%;
    margin-bottom: 13px;
}
.three-block__text-center {
    text-align: center;
}
.three-block__text {
    color: #267B57;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1279px) {
    .three-block {
        margin-right: 0;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .three-block:last-child {
        margin-bottom: 0;
    }
    .three-block__caption {
        text-align: center;
    }
    .three-block__text-big {
        text-align: center;
    }
    .three-block__text {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .three-block__text-big {
        font-size: 24px;
    }
    .three-block__text {
        font-size: 16px;
    }
    .three-block__caption {
        font-size: 16px;
    }
}
.block-filter__search-block{
    position: relative;
}
/*three-blocks*/
.fill-white svg *,
.fill-white-use-svg svg,
.fill-white-svg {
    fill: white;
}
.fill-white svg .no-fill {
    fill: none;
}
.fill-white-hover:hover *,
.fill-white-use-svg-hover:hover *,
.fill-white-parent:hover &gt; .fill-white-target *,
.fill-white-parent-all:hover .fill-white-target * {
    fill: #9e9e9e;
}

.header-cabinet__link:before{
    content: "Личный кабинет";
    position: relative;
    right: 5px;
}

.mega-fixed-menu .mega-fixed-menu__row:nth-child(1) {
    display: none;
}

.mega-fixed-menu{
    border-top: 1px solid #e5e5e5;
    max-width: 400px;
}

.mobilemenu__menu--cabinet .mobilemenu__menu-dropdown{
    display: block;
    position: relative;
    left: 0;
    top: 0;
    background-color: white;
    margin-top: -30px;
    padding: 0;
}
.mobilemenu__menu--cabinet .mobilemenu__menu-item--back{
    display: none;
}

.mobilemenu__menu--cabinet .mobilemenu__menu-item--title{
    margin-top: 0;
}

.mobilemenu__menu--cabinet .mobilemenu__menu-item--title a{
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.mobilemenu__inner .mobilemenu__item:nth-child(2){
    display: flex;
    flex-direction: column;
}

.mobilemenu__item:nth-child(2)> .mobilemenu__button{
    margin-bottom: 0;
    padding-bottom: 0;
}

header.fixed, #headerfixed.fixed,
#mobileheader,
.bottom-icons-panel{
    z-index: 1051;
}

.header__main-inner .line-block {
    margin-right: 0;
}

.header__top-item .phones__callback{
    display: none;
}

.custom_text_container .custom_title:nth-child(2){
    text-align: right;
    padding-right: 9px;
}

.custom_text_container .custom_title:nth-child(1){
    padding-left: 10px;
}

.mobilemenu__button.loadings .btn.btn-default{
    border-color: #9e9e9e!important;
    background-color: #9e9e9e!important;
    background: linear-gradient(180deg, var(--theme-base-color) 0%, var(--theme-more-color) 100%)!important;
    border-color: var(--theme-base-color)!important;
    color: #ffffff!important;
    visibility: visible;
}

@media (max-width: 1200px) {
    .mega-fixed-menu {
        padding: 32px 32px 16px;
    }
}

@media (min-width: 992px){
    #map-container{
        display:none
    }
    .contacts__map-wrapper #map-container{
        display: block;
    }
}

@media (max-width:991px) {
    .container.company-page .content-md{
        display: flex!important;
        flex-direction: column!important;
    }

    .container.company-page .right_block{
        order: 2;
    }

    .container.company-page .left_block{
        display: block;
        order: 1;
        padding-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .container.company-page > .row > .maxwidth-theme > .content-md > .left_block > div{
        display: block!important;
    }

    .documents-list-toolbar.adm-toolbar-panel-container{
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .documents-list-toolbar.adm-toolbar-panel-container>.adm-toolbar-panel-flexible-space,
    .adm-toolbar-panel-container .main-ui-filter-search{
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    } 

    .documents-list-toolbar .adm-toolbar-panel-align-right{
        margin-top: 10px;
    }

    .main-ui-filter-sidebar,
    .main-ui-filter-add-container{
        display: none;
    }

    .main-ui-filter-field-preset-button-container{
        width: 100%;
        right: 0;
    }

    .main-ui-filter-inner-container{
        max-width: 780px;
        width: 100%;
    } 
}

@media (max-width: 800px) {
    .custom_text_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .custom_text_container .custom_title{
        padding: 0!important;
    }

    .custom_text_container  .custom_text,
    .custom_text_container .custom_title:nth-child(2){
        text-align: left;
    } 
}

@media (max-width: 768px) {
    .staff-list .index-block__title-wrapper{
        position: static;
    }

    .staff-list {
        position: relative;
        padding-bottom: 80px!important;
    }

    .staff-list .index-block__title-wrapper .btn{
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    .header-cabinet a::before{
        display: none;
    }

    .main-ui-filter-search{
        min-width: 100%;
    }

    .documents-list-toolbar .adm-toolbar-panel-align-right{
        /*margin-bottom: 20px;*/
    }

    .cabinte-page .form .form-group label.error{
        position: unset;
    }

    .search-block select, 
    .search-block input[type="text"]{
        line-height: 1;
        padding: 10px;
        box-sizing: border-box;
        font-size: 13px;
    }

    .search-block select{
        white-space: break-spaces;
        line-height: 1;
    }

    .main-grid-panel-table tr{
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .main-ui-filter-field-add{
        display: flex;
        flex-direction: column;
    }

    .main-ui-filter-field-restore-items{
        margin-left: 0;
        margin-top: 10px;
        width: fit-content;
    }
    #cabinet_appointment_grid_search_container.popup-window,
    #cabinet_checklist_grid_search_container.popup-window{
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width: 430px) {
    #cabinet_appointment_grid_search_container.popup-window,
    #cabinet_checklist_grid_search_container.popup-window{
        max-width: 340px;
    }
}

@media (max-width: 370px) {
    #cabinet_appointment_grid_search_container.popup-window,
    #cabinet_checklist_grid_search_container.popup-window{
        max-width: 310px;
    }
}

.mobilemenu__menu--cabinet .mobilemenu__menu-item--with-icon > .link-wrapper a {
    padding-left: 38px !important;
    padding-right: 32px !important;
    white-space: nowrap;
}

.mobilemenu__menu--cabinet .mobilemenu__menu-item--with-icon > .link-wrapper a span,
.mobilemenu__menu--cabinet .cabinet-mobile-item-entry a span {
    font-size: 14px;
}

.mobilemenu__menu--cabinet .cabinet-mobile-item-entry i {
    display: none;
}

.mobilemenu__menu-dropdown .mobilemenu__menu-item > .link-wrapper a {
    padding: 10px 39px 10px 40px;
}

.mobilemenu__menu--cabinet .mobilemenu__menu-item--with-icon > .link-wrapper a i {
    left: 165px;
    top: 11px;
}

#mobilemenu .mobilemenu__button {
    padding: 0;
    margin: 0;
    max-width: fit-content;
}

#mobilemenu .mobilemenu__button .btn {
    padding: 9px 14px 10px;
}

.mobile-inline-block {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobilemenu__item {
    padding: 16px 0 0;
}

.mobile-phones-block .mobilemenu__menu-list > li > div.link-wrapper {
    display: none;
}

.mobile-phones-block .mobilemenu__menu-dropdown {
    position: unset !important;
    display: block !important;
    padding: 16px 0 0 0 !important;
}

.mobile-phones-block .mobilemenu__menu-dropdown li:first-child,
.mobile-phones-block .mobilemenu__menu-dropdown li:last-child {
    display: none;
}

.mobile-phones-block .mobilemenu__menu-dropdown li:nth-child(2) {
    margin: 0 !important;
}