@font-face {
    font-family: "Arm Hmk's Bebas Neue";
    src: url("../../fonts/Arm Hmk's Bebas Neue.TTF");
}

@font-face {
    font-family: "GHEA Grapalat";
    src: url("../../fonts/GHEAGrapalat/gheagrapalat.otf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family:  "GHEA Grapalat";
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #104BA0;
}



.img {
    width: 100%;
}
.d-none {
    display: none !important;
}
a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

/*.editor {*/
/*    line-height: 1.5;*/
/*}*/

.container {
    max-width: 1440px;
    margin: auto;
}

main {
    min-height: calc(100vh - 700px);
}

.header-top {
    display: flex;
    padding: 19px 0;
    justify-content: space-between;
}

.header-logo {
    display: flex;
    max-width: 500px;
}

.header-logo p{
    font-family: "Arm Hmk's Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    margin-left: 10px;
    max-width: 250px;

}

.header-logo img{
    max-width: 143px;
    height: fit-content;
}

.header-links {
    display: flex;
    align-items: center;
}

.header-link {
    display: flex;
}

.header-links-mob {
    display: none;
}

.header-link__item,
.header-links-mob__item {
    display: flex;
    align-items: center;
    font-weight: normal;
    margin-left: 20px;
    font-size: 18px;
    text-align: left;
    color: #1e2044;
}

.header-link__item>svg {
    margin-right: 8px;
}

.burger-cross{
    display: none;
}

.burger-cross svg path{
    fill: #fff;
}

.burger-cross svg{
    width: 25px;
    height: 25px;
}

.burger-burger{
    display: block;
}

.burger-burger,
.burger-cross {
    display: none;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: transparent;
    margin-left: 21px;
}

.burger-burger svg,
.burger-cross svg {
    margin-top: 3px;
}


.burger-cross {
    position: relative;
    background: #33D3B7;
    border: 1px solid #33D3B7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.burger-cross::after {
    content: "";
    position: absolute;
    inset: -6px; /* space between borders */
    border: 1px solid #33D3B7; /* outer border */
    border-radius: 100px;
    pointer-events: none;
}


.languages {
    display: flex;
    align-items: center;
    padding: 0 13px 0 15px;
}


nav {
    background: #104ba0;
    box-shadow: 0px 6px 16px rgba(127, 127, 127, 0.16);
}

nav .languages {
    display: flex;
}

nav>.container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu {
    display: flex;
    overflow-x: auto;
}

.menu-title{
    width: 100%;
    display: flex;
    font-weight: bold;
    flex-direction: column;
    font-size: 30px;
    line-height: 100%;
    color: #0C3274;


}

.menu-title svg{
    margin-top: 10px;
}

.departament-menu{
    width:60%;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}


.editor p{
    margin-bottom: 1rem;
    line-height: 1.5;
}


.menu-department-item{
    width: 50%;
    padding: 9px 30px 9px 0;

}

.menu-info{
    display: flex;
    justify-content: space-between;
    margin-top: 63px;
    height: -webkit-fill-available;
}

.menu-department-item a{
    display: flex;
    align-items: center;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 18px 20px;

}

.menu-department-item .dep-foto-block{
    margin-right: 15px;
    width: 72px;
    height: 72px;
    padding: 21px;
}

.menu-department-item .dep-foto-block img{
    height: 40px;
    width: 40px;
}

.menu-department-item .departments-block__title{
    margin-top: 0;
}

.menu::-webkit-scrollbar {
    display: none;
}

.menu__item {
    list-style-type: none;
}

.menu__link {
    white-space: nowrap;
    padding: 8px 0;
    display: inline-block;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #fff;
}
/*
.menu__link_active,
.menu__link:hover {
     background: #0C3274;
     color: #fff;
} */

.menu-tel-geo-block{
    width: 38%;
    display: flex;
    flex-direction: column;
}

.menu-tel-geo-block .footer-info{
    box-shadow: 0px 4px 54px 0px #1B31560F;
    padding: 26px 34px 31px 26px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.menu-tel-geo-block  .footer-info__text>span{
    color: #33D3B7;

}


.menu-tel-geo-block .footer-info__text{
    color: #153580;
}

.menu-tel-geo-block .footer-info__link{
    width: 100%;
    margin-bottom: 15px;
}

.sub_menu {
    display: none;
    z-index: 99;
    padding: 2px 18px;
    position: absolute;
    max-width: 233px;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 7px 13px rgba(30, 28, 28, 0.16);
}

.menu__item:hover .sub_menu {
    display: block;
}

.sub_menu__item {
    list-style-type: none;
    padding: 14px 0
}

.sub_menu__item:not(:last-child) {
    border-bottom: 1px solid #ECECEC;
}

.sub_menu__link {
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #1e2044;
}



header {
    background: #0C3274;
    box-shadow: 0px 6px 16px rgba(127, 127, 127, 0.16);
}

.header-link__item:nth-child(1),
.header-link__item:nth-child(2),
nav,
.languages {
    display: flex;
}
.header-link__item:nth-child(1) {
    position: relative;
    background: #33D3B7;
    font-family: GHEA Grapalat;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    padding: 12px 34px;
    border-radius: 100px;
    color: #fff;
    border: 2px solid #33D3B7;
}
.header-link__item:nth-child(1)::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid #33D3B7;
    border-radius: 100px;
    pointer-events: none;
}
.language-select-wrapper {
    position: relative;
    display: inline-block;
}

.language-select {
    /*appearance: none;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    padding: 12px 34px;
    border-radius: 100px;
    font-size: 16px;
    color: #0C3274;
    border: none;
    background: #fff;
    cursor: pointer;
}

/* DOUBLE BORDER */
.language-select-wrapper::after {
    content: "";
    position: absolute;
    inset: -3px;
    border: 1px solid #fff;
    border-radius: 100px;
    pointer-events: none;
}

.custom-select {
    position: relative;
}

.select-btn {
    background: #f1f1f1;
    padding: 10px 40px 10px 38px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 100px;
}

.custom-select::after {
    content: "";
    position: absolute;
    inset: -3px;
    border: 1px solid #fff;
    border-radius: 100px;
    pointer-events: none;
}

.select-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 5;
}

.select-dropdown a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

.select-dropdown a:hover {
    background: #eee;
}

.select-btn::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url("../../image/dropdown.png") no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
}

.show {
    display: block;
}


/* dropdown opened */
.languages.is-open .languages__link {
    display: block;
    margin-top: 8px;
}

/* active item when opened */
.languages.is-open .languages__link_active {
    background: #33D3B7;
    color: #fff;
}


.burger-burger {
    display: block;
}

nav {
    background:#fff;
    width: 100vw;
    height: 100%;
    display: none;
}

.menu {
    padding: 45px 0 90px;
    height: calc(100vh - 88px);
    width: 100%;
    overflow-y: auto;
    background: #fff;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.menu__item {
    width: 100%;
    text-align: left;
}

.menu__link {
    font-size: 17px;
    color: #000;
}

/* .menu__link_active {
     color: #fff;
} */

.pages-menu-foto{
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 54px 0px #1B31560F;
    background: #F4F6FA;
    height: fit-content;
    padding: 16px 19px 16px 27px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
}

/*.pages-menu-foto img{*/
/*    height: 100%;*/
/*}*/


.sub_menu {
    display: none;
    padding: 0;
    position: unset;
    margin-left: auto;
    max-width: 100%;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
}

nav .languages {
    display: flex;
}

.header-links-mob {
    display: flex;
    margin: 21px 0 91px;
}




.languages.is-open .languages__link {
    padding-left: 44px; /* 34px + 10px */
}

/* keep active item normal */
.languages.is-open .languages__link_active {
    padding-left: 34px;
}

.mobile-phone{
    display: none;
}

footer{
    clear: both;
}

.footer-top {
    background: #153580;
    padding: 30px 0 34px;
}

.footer-logo {
    display: block;
    max-width: 282px;
    margin-right: 36px;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 46px 0 20px;
}

.footer-info__link {
    padding: 7px 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    width: 50%;
}

.footer-info__link>img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;


}

.footer-info__text {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #33D3B7;

}

.footer-info__text>span {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;

}

.footer-social-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-social-media__link {
    margin: 0 8px 8px 0;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    /*background: #fff;*/
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    border: 1px solid #fff;
    border-radius: 50%;
}

/*.footer-social-media__link svg{*/
/*    border: 1px solid #fff;*/
/*    border-radius: 50%;*/
/*}*/

.footer-menu-row {
    padding: 37px 0 16px;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu {
    width: 25%;
}

.footer-menu:last-child {
    padding: 0;
}

.footer-menu__item {
    list-style-type: none;
}

.footer-menu__link {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #212121;
}

.footer-menu__link_active,
.footer-menu__link:hover {
    color: #153580;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.footer-copyright {
    padding: 20px 0 15px;
    border-top: 1px solid #EAEAE8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-copyright__text {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #000;
}

.footer-copyright:hover a {
    color: #ef344e;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.footer-map-info{
    display: flex;
    justify-content: space-between;
}

.footer-first-block{
    width: 50%;
}

.map-block{
    width: 50%;
}

.map-block iframe{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.transparent-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);


}

.home-slide__info-bg {
    position: absolute;
    left: 0;
    bottom: 100px;
    max-width: 1134px;
    width: 100%;
    background: transparent;
    padding: 30px 30px 40px;
}
.home-slide__info-bg .header-link__item{
    margin-left: 0;
}
.slider-text{
    font-weight: 400;
    font-size: 37px;
    line-height: 100%;
    font-size: 37px;
    color: #33D3B7;
    margin-bottom: 16px;
}
.slider-number{
    margin-top: 98px;
    display: flex;
}

.number-item {
    width: 33.333%;
}

.number-item span{
    font-weight: 700;
    font-style: Bold;
    font-size: 37px;
    line-height: 100%;
    color: #33D3B7;
    margin-bottom: 4px;
}

.number-item p{
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 25px;
    color: #FFF;
    max-width: 160px;

}
.home-slide-info {
    max-width: 864px;
    margin-left: auto;
}

.home-slide-info__title {
    font-weight: 700;
    font-size: 47px;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.33);
    margin-bottom: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-slide-info__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    width: fit-content;
    border-radius: 7px;
    background: #104BA0;
    border: 1px solid #104ba0;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #fff;
}

.home-slide-info__btn>svg {
    margin-right: 13px;
}



.Departments-section {
    padding: 60px 0;
}

.about-us-section{
    padding: 80px 0 300px;
}

.about-us-row,
.benefactors-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-us-img {
    width: 42%;
}

.about-us-info,
.benefactors-info {
    margin-left: -45px;
    width: 60%;
    padding: 39px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 9px 22px rgba(19, 21, 58, 0.12);
}

.about-us-info__title a,
.benefactorsinfo__title a{
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    color: #0C3274;
}


/*.benefactors-info>.page-title,*/
/*.benefactorsinfo__title {*/
/*    text-align: right;*/
/*}*/

.about-us-info__text,
.benefactors-info__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #000;
    margin-top: 37px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.benefactors-section {
    padding: 75px 0;
    background: url('../img/ezgif.com.png') no-repeat center;
    background-size: cover;
}

.benefactors-info__text {
    margin-top: 21px;
}

.benefactors-img {
    width: 45%;
    filter: drop-shadow(0px 7px 14px rgba(42, 42, 42, 0.38));
}

.benefactors-info {
    position: relative;
    z-index: 20;
    width: 58%;
    margin: 0 -45px 0 0;
}

.departments-section {
    padding: 60px 0 0;
    /* background: url('../img/departments.png') no-repeat left; */
    background-size: contain;
}

.title-block {
    text-align: center;
}

.title-block__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #0C3274;

}

.departments-row .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 75px -7px 0;
}

.department-page .departments-row__item {
    padding: 7px;
    width: 25%;
}

.departments-row__item {
    padding: 7px;
    width: 25%;
}

.departments-block {
    display: block;
    height: 100%;
    padding: 23px 14px 25px 19px;
    text-align: left;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.award-block-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
}




.dep-foto-block{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #858484;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 15px;


}


.menu-department-item .departments-block__title {
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
    color: #0C3274 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}

.departments-block__title {
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #0C3274 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.departments-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;

}

.departments-block:hover,
.departments-block:hover .dep-foto-block {
    transition: .4s ease;
    border: 1px solid #104aa0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;

}

.departments-block:hover .departments-block__title {
    color: #104aa0;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}




/* Second block: single text */
.second-block {
    background: transparent;
    border: none;
    padding: 10px 0;
}

.departments-slide-text{
    font-weight: 700;
    font-size: 47px;
    line-height: 70px;
    color: #0C3274;
    max-width: 700px;
    position: absolute;
    top: 100px;
}

.departments-row__item:nth-child(1) .departments-block,
.departments-row__item:nth-child(2) .departments-block {
    display: none;
}

.all-services-page .departments-row__item:nth-child(1) .departments-block,
.all-services-page .departments-row__item:nth-child(2) .departments-block,
.department-page .departments-row__item:nth-child(1) .departments-block,
.department-page .departments-row__item:nth-child(2) .departments-block {
    display: block;
}

.video-block{
    padding: 60px 0 70px;
    background-size: cover;
}

.video-block iframe{
    height: 450px;
}

.video-block video{
    width: 100%;
    border-radius: 10px;
}
.video-info-block{
    display: flex;
    justify-content: flex-start;
    margin: -250px 0 140px;
}

.video-item{
    box-shadow: 0px 4px 54px 0px #1B31560F;
    border-radius: 20px;
    padding: 40px 20px 30px;
    background: #fff;
    width: 32.33%;
    margin: 10px;
    position: relative;

}

.video-item-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #0C3274;
    margin-bottom: 24px;

}

.video-item img{
    position: absolute;
    top: 30px;
    width: auto;
    right: 30px;
}

.queuing-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.queuing-row__img {
    width: 90%;
    border-radius: 9px;
    margin: 0 auto -250px;
}

.queuing-row__form {
    padding: 25px 59px 25px;
    margin: 0 0 0 -30px;
    width: 57%;
    height: fit-content;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0px 7px 14px rgba(42, 42, 42, 0.38);
}

.queuing-row__form .title-block,
.queuing-row__form .title-block__title,
.price-list-modal .title-block,
.price-list-modal .title-block__title,
.information-section .title-block,
.information-section .title-block__title,
.patents-section .title-block,
.patents-section .title-block__title,
.story-section .title-block,
.story-section .title-block__title,
.queuing-page-section .title-block,
.queuing-page-section .title-block__title,
.service-page .title-block,
.service-page .title-block__title,
.questions-section .title-block,
.questions-section .title-block__title,
.about-doctors-section .title-block,
.about-doctors-section .title-block__title {
    text-align: left;
}

.price-list option{
    width: 100%;
}

.queuing-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px -10px 0 0;
}

.queuing-form__item:not(:last-child) {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border: 1px solid #E4E7EF;
    padding: 5px;
}

.queuing-form__item>label {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #2E2F3099;
    position: absolute;
    margin-top: -20px;
    background: #fff;
    padding: 2px 10px;
}

.queuing-form__item>input,
.queuing-form__item>select,
.queuing-form__item>textarea {
    padding: 10px 5px;
    resize: none;
    outline: none;
    border: none;
    /* border-bottom: 1px solid #EAEAEA; */
}


.queuing-form__item>.required::after {
    content: '*';
    color: #ef344f;
}

.queuing-form__item>textarea {
    height: 130px;
}

.queuing-form__item:last-child {
    margin: 0;
}

.queuing-form__btn {
    padding: 15px 34px;
    background: #fff;
    color: #0C3274;
    border: 1px solid #0C3274;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 200px;
    margin: 0 0 0 auto;

}

.queuing-form__btn>svg {
    margin-right: 12px;
}

.all-doctors-page{
    padding-bottom: 30px !important;
}

.all-doctors-page .doctors-row {
    margin: 23px -4px 0 !important;
}

.doctors-section {
    padding: 270px 0 26px;
}

.doctors-row {
    display: flex;
    flex-wrap: wrap;
    margin: 56px -4px 0;
}

.doctors-row__item {
    padding: 7px;
    width: 16.666%;
}
.doctors-row__item a {
    display: block;
    padding: 10px 8px 23px;
    border: 1px solid #E9E9E9;
    height: 100%;
}


.doctors-block__title {
    padding: 15px 0 0;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: #0C3274;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
}

.doctors-block__line {
    display: block;
    margin-top: 5px;
    border-bottom: 1px solid #BBBCC6;
    width: 36px;
}

.doctors-block__position {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #33D3B7;
    margin: 17px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doctors-block__department {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #1e2044;
}

.flex-break {
    flex-basis: 100%;
    width: 0;
    height: 0;
}

.blog-section {
    padding: 26px 0 78px;
}

.blog-row {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -10px 0;
}

.blog-row__item {
    padding: 10px;
    width: 25%;
}

.blog-row__item a{
    display: block;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 14px 12px 15px;
    height: 100%;
}


.blog-img {
    overflow: hidden;
}

.blog-img,
.blog-img>img {
    border-radius: 10px;
    position: relative;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
}

.blog-row__item:hover img {
    transform: scale(1.06);
}

.blog-img__date {
    /* position: absolute;
    bottom: 9px;
    left: 9px; */
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    border-radius: 2px;
    text-align: center;
    color: #33D3B7;
    padding: 9px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.blog-title {
    margin: 18px 0 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #0C3274 ;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-title-line {
    display: block;
    margin-top: 10px;
    border-bottom: 3px solid #1e2044;
    width: 36px;
}

.bread-crumbs {
    padding: 10px 0 7px;
    display: flex;
    overflow-x: auto;
}

.bread-crumbs::-webkit-scrollbar {
    display: none;
}

.bread-crumbs__item {
    list-style-type: none;
}

.bread-crumbs__link {
    white-space: nowrap;
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    color: #000;
}

.bread-crumbs__item:not(:last-child) .bread-crumbs__link::after {
    content: '-';
    padding: 0 5px;
}

.bread-crumbs__link_active {
    color: #535353;
}

.price-list-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.price-list-top>div {
    display: flex;

}

.price-list-top .title-block,
.price-list-top .title-block__title {
    text-align: left;
}

.price-list-top .title-block__title {
    margin-right: 47px;

}

.price-type {
    display: flex;
    flex-direction: column;
    width: 410px;
}

.price-type>label {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #33D3B7;
    margin-bottom: 4px;
}

.price-type>select {
    outline: none;
    border: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #0C3274;
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 15px;
}

.selected-services-btn {
    margin-left: auto;
    display: flex;
    align-items: center;
    height: fit-content;
    padding: 15px 17px;
    border-radius: 7px;
    background: #275CA9;
    border: 1px solid #104ba0;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #fff;
}

.selected-services-btn>svg {
    margin-right: 13px;
}

.price-list {
    margin-top: 25px;
}

.price-list-title-block {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #0C3274;
}


.price-list-title-block div{
    width: 50%;
}
.two-price-block{
    width: 50%;
    display: flex;
    justify-content: space-around;
}


.price-list {
    width: 100%;
    overflow-x: auto;
}

.price-list__item {
    min-width: 1024px; /* content wider than container */
}


.price-list-name__title{
    width: 50%;
}

.price-list-title-block__title {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #fff;
    background: #0C3274;
    padding: 31px 38px;
    border-radius: 10px 10px 0 0;
}

/*.price-list__item {*/
/*    background: #fff;*/
/*    border: 1px solid #e6e6e6;*/
/*    border-radius: 10px;*/
/*}*/

.price-list-items-block{
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.price-list-names {
    display: flex;
    padding: 18px 23px;
    /*border-bottom: 1px dashed #E7E7E7;*/
}

.price-list-names:hover {
    background: #F8F8F8;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.price-list-name {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.price-list-name__title {
    word-break: break-word;
}

.price-list-name__title,
.price-list-name__price {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #000;
}

.price-list-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #33D3B7;
    margin-bottom: 19px;

}

.national-block{
    display: flex;
    align-items: center;
}

.national-block p{
    color: #fff;
    padding-right: 38px;
}

.about-price-list{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #000;
    margin: 18px 0 63px;

}

.about-video-block{
    background: #153580;
    padding: 31px 180px 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
}

.about-video-section-title{
    max-width: 1080px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto 34px;

}

.about-video-block .editor{
    color: #fff;
}

.price-list-name__price {
    white-space: nowrap;
    margin: 0 23px 0 10px;
}

.price-list-show-all {
    cursor: pointer;
    font-weight: normal;
    text-decoration: underline;
    font-size: 14px;
    text-align: left;
    color: #7ea5df;
    padding: 18px 0 0 23px;
    display: none;
}

.price-list-show-all>a:active {
    color: #7ea5df;
}

.price-list-names-plus,
.price-list-names-checked {
    margin-left: 10px;
    height: fit-content;
    background: transparent;
    border: none;
}

.price-list-names-checked {
    display: none;
}

.price-list-modal-bg,
.online-book-modal-bg {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 153px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 50;
}

.price-list-name span{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #000;

}

.price-list-modal-bg::-webkit-scrollbar,
.online-book-modal-bg::-webkit-scrollbar {
    width: 8px;
}

.price-list-modal-bg::-webkit-scrollbar-track,
.online-book-modal-bg::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.price-list-modal-bg::-webkit-scrollbar-thumb,
.online-book-modal-bg::-webkit-scrollbar-thumb {
    background: #2459a6;
}

.notification-modal-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 50;
}

.price-list-modal {
    max-width: 900px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 40px auto;
    padding: 29px 40px;
}

.notification-modal {
    max-width: 400px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 40px auto;
    padding: 29px 40px;
    text-align: center;
}

.price-list-modal .queuing-form {
    margin: 37px -10px 0 0;
}

/*.price-list-modal .queuing-form__btn {*/
/*    margin: 0 0 0 auto;*/
/*}*/

.queued-text {
    word-break: break-word;
    margin-top: 8px;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #010101;
}

.queued-text-total {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #45504f;
    margin-top: 26px;
}

.department-section {
    padding: 0 0 50px 0;
}

.department-section .title-block,
.department-section .title-block__title,
.department-page-section .title-block,
.department-page-section .title-block__title,
.services-page-section .title-block,
.services-page-section .title-block__title,
.structure-section .title-block,
.structure-section .title-block__title,
.news-section .title-block,
.news-section .title-block__title,
.jobs-section .title-block,
.jobs-section .title-block__title,
.news-page-section .title-block,
.news-page-section .title-block__title,
.contacts-section .title-block,
.contacts-section .title-block__title,
.award-section .title-block__title,
.award-section .title-block,
.comment-section .title-block__title,
.comment-section .title-block {
    text-align: left;
}

.department-section .departments-row {
    margin: 40px -7px 33px;
}

.department-page .departments-row{
    display: flex;
    flex-wrap: wrap;
}

.department-doctor{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #33D3B7;
    margin-top: 22px;


}

.department-page-section {
    padding-bottom: 40px;
}

.departments-info {
    margin-top: 25px;
}

.department-page__img {
    /* margin: 26px 0 22px; */
    position: relative;
}


.department-page-info {
    margin-top: -200px;   /* move UP */
    margin-bottom: 68px;
    background: #fff;
    box-shadow: 0px 4px 54px 0px #1B31560F;
    border-radius: 20px;
    padding: 52px 62px;
    max-width: 1440px;
    z-index: 5;
    position: relative;  /* only for z-index */

}

.department-page-section .doctors-row{
    margin-top: 33px;
}


.horizontal-scroll {
    display: none;
    position: absolute;
    top: 12px;
    right: 0;
    background: #f4f5f9;
}

.department-page-filter::-webkit-scrollbar {
    display: none;
}

.department-page-filter__item {
    white-space: nowrap;
    border: none;
    outline: none;
    padding: 23px 35px;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #45504f;
    background: transparent;
}

.department-page-filter__item_active {
    border-bottom: 4px solid #104ba0;
    color: #104ba0;
}

.department-page-content {
    margin-top: 41px;
}

.media-filter {
    display: flex;
    margin-top: 11px;
}

.media-filter__item {
    border: none;
    outline: none;
    background: transparent;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    text-align: left;
    color: #9D9D9D;
}

.media-filter__item:not(:last-child)::after {
    content: "/";
    padding: 0 8px;
}

.media-filter__item-active {
    color: #1E55A6;
}

.gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: 17px -6px;
}

.gallery-row__item {
    cursor: pointer;
    padding: 6px;
    width: 16.666%;
}

.gallery-video>a {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    padding-top: 74%;
}

.iframe-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.media-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 12;
    margin: auto auto;
}

.gallery-row__item iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.queuing-form-block {
    margin-top: 33px;
    padding: 41px 38px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 5px 14px rgba(122, 122, 122, 0.1);
}

.queuing-form-block .queuing-form {
    margin: 0 -10px;
}

.queuing-form-block .queuing-form .queuing-form__item {
    width: 33.333%;
}

.queuing-form-block .queuing-form .queuing-form__btn {
    margin-top: 0;
}

.department-services {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.department-services__item {
    width: 25%;
    padding: 7px;
}

.department-services-block {
    position: relative;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 5px 14px rgba(122, 122, 122, 0.1);
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.department-services-block>img {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.department-services-info {
    padding: 14px 10px;
    position: absolute;
    left: 26px;
    right: 26px;
    background: rgba(0, 0, 0, .5);
}

.department-services-title {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.services-page-section {
    padding-bottom: 25px;
}

.services-page__img {
    /* margin: 30px 0 50px; */
}

.services-page__info {
    margin-bottom: 29px;
}

.service-info{
    box-shadow: 0px 4px 54px 0px #1B31560F;
    background: #fff;
    padding: 52px 86px 23px 63px;
    border-radius: 20px;
    position: relative;
    margin-top: -50px;
    z-index: 5;
    margin-bottom: 54px;

}

.service-text{
    margin-top: 40px;
}

.department-page-content .price-list {
    margin: 0;
}

.department-page-content .price-list__item {
    padding: 0;
    border: none;
}

.department-page-content .doctors-row {
    margin: 0 -4px;
}

.doctor-section {
    padding-bottom: 69px;
}

.doctor-section .price-list-top>div {
    width: 100%;
    justify-content: space-between;
}

.doctor-section .doctors-row {
    margin: 28px -4px 0;
}

.doctors-page-row {
    margin: 30px 0 40px;
}

.doctors-page-row__img {
    margin: 0 30px 10px 0;
    width: 38%;
    float: left;
}

.doctors-page-row__form {
    margin-bottom: 20px;
    padding: 22px 37px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.doctors-page-row__form .title-block,
.doctors-page-row__form .title-block__title {
    text-align: left;
}

.doctors-page-row__form .queuing-form {
    margin: 40px -10px 0 0;
}

.doctors-page-info {
    margin: 23px 0;
}

.doctors-about-page .doctors-block__position{
    margin-bottom: 23px;
}

.doctors-page-queued {
    display: none;
}

.information-row {
    margin: 25px 0 0 0;
}

.information-img {
    margin: 0 53px 20px 0;
    float: left;
    width: 43%;
    background: url('../img/bg-dotted.png') no-repeat left bottom;
    padding: 0 0 57px 20px;
}

.information-section .department-services {
    display: flex;
    flex-wrap: wrap;
    margin: 32px -7px;
}

.report-row {
    margin: 30px 0;
}

.report-row__item {
    display: flex;
    align-items: center;
    padding: 15px 24px;
    background: #fff;
    filter: drop-shadow(0px 2px 18px rgba(148, 148, 148, 0.16));
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
}

.report-row__item:not(:last-child) {
    margin-bottom: 23px;
}

.report-row__title {
    margin-left: 42px;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    text-align: left;
    color: #3a3a3a;
}

.patents-section {
    padding-bottom: 25px;
}

.patents-img {
    margin: 33px 0 43px;
}

.patents-row {
    display: flex;
    flex-wrap: wrap;
    margin: 12px -10px;
}

.patents-row__item {
    padding: 10px;
    width: 33.333%;
}

.patents-row__item>a {
    padding: 12px;
    display: block;
    background: #fff;
    filter: drop-shadow(0px 5px 14px rgba(122, 122, 122, 0.1));
}

.story-section {
    padding-bottom: 37px;
}

.story-section .about-us-row{
    margin: 87px 0 64px;
}

.about-four-block{
    margin-bottom: 68px;
}

.story-about-block{
    margin-top: 52px;
    display: flex;

}

.about-item{
    width: 25%;
    padding: 0 10px;

}

.about-item .editor{
    background: #0C3274;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    padding: 30px 35px;
    height: 100%;
    width: 100%;
}

.story-section .about-us-row:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.story-section .about-us-info{
    padding: 51px 54px;
}

.story-section .about-us-row:nth-child(even) .about-us-info{
    margin-right: -45px;
    z-index: 5;

}
.story-img,
.structure-img,
.queuing-page-img {
    margin: 30px 0;
}

.story-text {
    padding-bottom: 25px;
}

.structure-section {
    margin-bottom: 10px;
}

.structure-scheme-img {
    width: 68%;
    padding: 27px;
    border-radius: 9px;
    background: #fff;
}

.queuing-page-section {
    padding-bottom: 59px;
}

.queuing-page-text {
    padding-bottom: 68px;
}

.queuing-page-form {
    margin-top: 10px;
    padding: 44px 48px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 5px 14px rgba(122, 122, 122, 0.1);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.queuing-page-form .queuing-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.queuing-page-form .queuing-form .queuing-form__btn {
    margin-top: 0;
}

.service-page {
    padding-bottom: 50px;
}

.subsections-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}

.subsections-row__item {
    display: block;
    padding: 10px;
    width: 25%;
}

.subsections-text {
    margin-top: 16px;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #1e2044;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.questions-section {
    padding-bottom: 25px;
}

.questions-block {
    margin: 30px 0;
}
.questions-btn {
    border-bottom: 1px solid #E8DDDD;
}

.questions-btn.no-border {
    border-bottom: none;
}

.questions-info {
    display: none;
}

.questions-info.with-border {
    border-bottom: 1px solid #E8DDDD;
    margin-bottom: 30px;
}

.questions-btn {
    padding: 12px 0;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #E8DDDD;
    padding-bottom: 23px;
}

.questions-info {
    padding: 0 0 30px 0;
    display: none;
}

.questions-btn-active {
    font-size: 16px;
    color: #0C3274;
    font-weight: 700;
}

.news-section {
    padding-bottom: 40px;
}

.jobs-block {
    padding-top: 26px;
}

.jobs-block__item {
    padding: 15px 23px 30px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ecedf2;
    box-shadow: 0px 2px 14px rgba(194, 194, 194, 0.37);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 35px;
}

.jobs-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 13px;
    border-bottom: 1px dashed #DDDDDD;
}

.jobs-title {
    font-weight: normal;
    font-size: 23px;
    text-align: left;
    color: #104ba0;
}

.apply-btn {
    display: flex;
    align-items: center;
    outline: none;
    border-radius: 6px;
    background: #275CA9;
    border: 1px solid #275CA9;
    padding: 10px 31px;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.apply-btn>svg {
    margin-right: 13px;
}

.jobs-data {
    display: flex;
    padding: 20px 0 35px;
}

.jobs-data__item {
    padding: 0 32px 0 23px;
}

.jobs-data__item:first-child {
    padding: 0 32px 0 0;
}

.jobs-data__item:not(:last-child) {
    border-right: 1px dashed #DDDDDD;
}

.jobs-data__title {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #979696;

}

.jobs-data__info {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #000;

}

.jobs-modal-bg {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 154px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.jobs-modal-bg::-webkit-scrollbar {
    width: 8px;
}

.jobs-modal-bg::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.jobs-modal-bg::-webkit-scrollbar-thumb {
    background: #2459a6;
}

.jobs-modal {
    max-width: 627px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 40px auto;
    padding: 29px 40px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.jobs-modal .queuing-form {
    margin: 25px -10px 0 0;
}

.jobs-modal .queuing-form__item,
.jobs-modal .queuing-form__btn {
    width: 100%;
}

.jobs-modal .queuing-form__btn {
    justify-content: center;
    margin: 0;
}

.jobs-modal-file {
    height: 84px;
    background: #fff;
    border: 1px dashed #d1d1d1;
    position: relative;
    justify-content: center;
    align-items: center;

}

.jobs-modal-file>input {
    opacity: 0;
}

.jobs-modal-file>label {
    position: absolute;
    cursor: pointer;
}

.news-page-section {
    padding-bottom: 20px;
}

.news-page-date {
    margin-top: 14px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #33D3B7;
}

.news-page-row {
    padding-top: 36px;
}

.news-page-img {
    margin: 0 34px 20px 0;
    float: left;
    width: 50%;
}

.news-page-img img{
    border-radius: 10px;
}

.news-page-text {
    padding-bottom: 25px;
}

.reactions-block {
    margin-top: 30px;
}

.reactions-block__item {
    display: flex;
    align-items: flex-start;
    padding: 25px 15px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0px 3px 21px rgba(87, 87, 87, 0.1);
    margin-bottom: 45px;
}

.reactions-img {
    width: 108px;
    height: 108px;
    border-radius: 3px;
    margin-right: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.contacts-section {
    padding-bottom: 35px;
}

.contact-block{
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
}


.contacts-row {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts-map {
    width: 50%;
    height: 770px;
    padding-right: 18px;
}

.contact-icons .footer-info__text>span{
    color: #153580;
}

.contact-icons .footer-info__link{
    width: 100%;
    margin-top: 10px;
}

.contact-text-info {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #707070;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.contact-icons {
    width: 100%;
}

.contact-icons .footer-info{
    margin: 28px 0 30px;
}

.contact-icons__link {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.contact-icon {
    margin-right: 14px;
}

.contact-text {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #414141;
}

.contact-title {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #104aa0;
}

.contact-social-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
}

.contact-social-media__link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #fff;
    margin: 0 6px 6px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: 1px solid #153580;
    border-radius: 50%;
}

.contact-social-media__link>img {
    width: 21px;
}

.contact-form {
    padding: 36px 27px 25px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0px 5px 14px rgba(122, 122, 122, 0.1);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.contact-form .queuing-form {
    margin: 0 -10px;
}

.contact-form .queuing-form__btn {
    margin-top: 0;
}

.contact-form .queuing-form__item {
    width: 48%;
}

.contact-form .queuing-form__item:nth-last-child(-n+2) {
    width: 100%;
}

.contact-address-row {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -9px 0;
}

.contact-address-row__item {
    width: 16.6666%;
    padding: 9px;
}

.contact-address-block {
    height: 100%;
    padding: 15px 14px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 5px 14px rgba(122, 122, 122, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.contact-address__title {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #104aa0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.contact-address__link {
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #414141;
}

.back-to-top {
    cursor: pointer;
    padding: 12px;
    position: fixed;
    bottom: 38px;
    right: 20px;
    display: none;
    z-index: 999999;
    background: #104aa0;
    color: #fff;
    width: 40px;
    height: 40px;
}

.queuing-form__item .text-danger {
    border-top: 1px solid red;
    padding-top: 3px;
    margin-top: -1px;
    color: red;
    font-size: 12px;
}

.text-danger strong {
    font-weight: 400;
}

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

.director-position__title {
    font-weight: normal;
    font-size: 18px;
    color: #1e2044;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shares-block {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 28px;
}

.share>span {
    margin: 2px;
}

.share_title {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #1e2044;
}

.share-button {
    min-width: 20px;
    width: 90px;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #151511;
    color: #151511;
    outline: 0;
    padding: 8px 0;
    margin-right: 1px;
    border-radius: 4px;
    -webkit-transition: background-color .5s linear, color .5s linear, border .5s linear;
    -moz-transition: background-color .5s linear, color .5s linear, border .5s linear;
    -o-transition: background-color .5s linear, color .5s linear, border .5s linear;
    -ms-transition: background-color .5s linear, color .5s linear, border .5s linear;
    transition: background-color .5s linear, color .5s linear, border .5s linear;
}

.wa-button:hover {
    background-color: #26d466;
    color: #fff;
    border-color: #26d466;
}

.fb-button:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.in-button:hover {
    background-color: #0172b1;
    border-color: #0172b1;
    color: #fff;
}

.vk-button:hover {
    background-color: #0077ff;
    border-color: #0077ff;
    color: #fff;
}

.tw-button:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}



.error__btn {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 7px;
    background: #104ba0;
    border: 1px solid #104ba0;
    opacity: 0.9;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #fff;
}


.error__btn>svg {
    margin-right: 13px;
}

.error {
    max-width: 780px;
    margin: 50px auto;
}

.error-position {
    position: relative;
}

.error__title {
    font-family: system-ui;
    text-transform: uppercase;
    font-size: 42px;
    color: #EF344E;
    text-align: center;
}

.error-text {
    background: #fff;
    max-width: 600px;
    margin: auto;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #000;
}

.error__btn {
    position: absolute;
    bottom: 11%;
    right: 0;
    left: 0;
    margin: auto;
}

.server-error .error__btn {
    margin-top: 30px;
    position: static;
}

.button:hover {
    background: transparent;
    color: #104BA0;
}

.queuing-form__btn[disabled] {
    cursor: unset;
}

.clear-both {
    clear: both;
}

.button:hover path {
    fill: #104BA0;
}

.button:hover path {
    fill: #104BA0;
}

.wth {
    width: 100% !important;
}

.editor ul {
    padding: revert;
}

.overflow-hidden {
    overflow: hidden;
}

.g-recaptcha {
    height: 58px;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    -o-transform: scale(0.77);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.all-services-page .departments-row{
    display: flex;
    flex-wrap: wrap;
}

.all-services-page .departments-row__item{
    width: 33.333%;
}

.all-services-page .departments-block:hover{
    background: #0C3274;
}

.all-services-page .departments-block:hover .departments-block__title {
 color: #33D3B7 !important; ;
}


.all-services-page .departments-block:hover .departments-block__img{
    border: 2px solid #33D3B7;
}

.all-services-page .departments-block:hover .departments-desc{
    color: #fff;
}

.about-us-page .about-us-row{
    margin: 67px 0 60px;
}

.award-block{
    margin: 50px -8px 72px;
    display: flex;
    flex-wrap: wrap;
}

.award-child{
    background: #0C3274;
    padding: 27px 20px 39px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%;
}

.awards-block__title{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #33D3B7;
    margin-top: 24px;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.award-item{
    width: 33.333%;
    padding: 10px 8px;
}

.comment-section{
    margin-top: 64px;
}

.comment-block{
    margin: 47px -8px 44px;
    display: flex;
    flex-wrap: wrap;
}

.comment-item{
    width: 33.333%;
    padding: 8px;
}

.comment-info{
    border-radius: 10px;
    background: #0C3274;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 21px 25px 15px;
    height: 100%;
}

.comment-info h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #33D3B7;
    margin-bottom: 28px;
}

.comment-info p{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
}

.two-price-block{
    display: flex;
}


.page-not-founf-info{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


.page-not-found{
    margin-top: 150px;
    width: 40%;

}

.eyes-block{
    position: relative;
    width: 60%;

}

.page-not-found h1{
    color: #fff;
    font-size: 150px;
    text-align: center;
}

.page-not-found p{
    font-size: 50px;
    color: #fff;
}

.not-found-page-btn{
    border: none;
    background: #fff;
    padding: 15px 50px;
    z-index: 99999;

}

.not-found-page-btn a{
    color: #000;
    font-size: 18px;

}

.page-not-found-page {
    background-color: #0C3274;
    cursor: none;
    padding: 100px 0;
}

.stage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-clip: padding-box;
    margin: 0 0 0 auto;

}

.eye {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fffffc;
    perspective: 340px;
    transform: translateZ(0px);
    border: 1px solid black;
    box-shadow: inset 0 0 0 1px black, inset 0 -20px 100px 20px black;
    background-image: radial-gradient(center, #fffffc, rgba(220, 20, 60, 0.1));
    border-radius: 50%;
    background-clip: padding-box;
}

.iris {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 10%;
    border-radius: 50%;
    background-color: black;
    background-image: radial-gradient(ellipse, #ed365b 0%, rgba(220, 20, 60, 0.6) 40%, black 100%), url("http://pixelia.me/__/images/cp/evileye-iris.png");
    background-size: 100% 100%;
    background-position: 50% 50%;
    transform: translate3d(150px, 150px, 0);
    animation: iris 3000ms ease 0s infinite alternate;
}

.iris:before, .iris:after {
    border-radius: 50%;
}

.iris:before {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 10px 5px black, 0 0 20px 5px crimson;
    transform: scale(0.95);
    animation: pupil 3000ms ease 0s infinite alternate;
}

.iris:after {
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(ellipse, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%), radial-gradient(ellipse, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
    background-size: 40% 40%, 20% 20%;
    background-position: 10% 10%, 35% 35%;
    background-repeat: no-repeat;
}

@keyframes iris {
    50%, 100% {
        background-size: 100% 100%, 110% 110%;
    }
}

@keyframes pupil {
    0% {
        opacity: .85; }
    50%, 100% {
        opacity: 1;
        transform: scale(1.1);
    }
}


.doctor-btn{
    display: none;
}

.doctors-position{
    color: #33D3B7;

}

.about-us-info__title,
.benefactors-info>.page-title,
.benefactorsinfo__title{
    color: #0C3274;
}

.award-section .departments-block__img{
    background: transparent;
}

.award-section .departments-block__img{

}

.red{
    color: red;
}

.video-mobile {
  display: none;
}

.video-desktop {
    display: block;
}






/* ////////////////////////////////////////////  Responsive  ///////////////////////////////////////////////*/

@media all and (max-width: 1500px) {
    .container {
        max-width: 100%;
        padding: 0 30px !important;
    }

    .home-slide__info-bg {
        width: 1000px;
    }

    .home-slide-info {
        max-width: 100%;
    }
    .home-slide__info-bg{
        bottom: 50px;
    }

    .departments-slide-text {
        max-width: 600px;
        top: 45px;
        font-size: 42px;
    }
}

@media all and (max-width: 1280px) {

    .header-link__item,
    .footer-info__text {
        font-size: 14px;
    }

    .footer-info {
        margin: 10px 0;
    }

    .home-slide__info-bg {
        max-width: 800px;
    }

    .home-slide__info-bg {
        padding: 27px 30px 19px;
    }

    .home-slide-info__title {
        margin-bottom: 18px;
        font-size: 27px;
    }

    .queuing-row__form {
        padding: 35px 23px 15px;
    }

    .queuing-form {
        margin: 50px -10px 0;
    }

    .doctors-row__item,
    .gallery-row__item {
        width: 20%;
    }

    .contact-icons {
        justify-content: flex-start;
    }

    .contact-social-media {
        justify-content: flex-start;
    }

    .contact-address-row__item {
        width: 25%;
    }
}

@media all and (max-width: 1199px) {

    .footer-info__link {
        width: 100%;
    }
    .header-logo p {
        font-size: 18px;
        max-width: 150px;
    }

    .menu-info{
        flex-direction: column;
    }
    .departament-menu {
        width: 100%;
    }

    .department-page-info {
        margin-top: -100px;
        padding: 25px 30px;
        margin-bottom: 40px;
    }

    .menu-tel-geo-block {
        width: 100%;
        margin: 20px 0;
    }

    .pages-menu{
        margin-right: 70px;
    }

    .pages-menu-foto{
        justify-content: unset;
    }







    /* header {
         box-shadow: 0px 6px 16px rgba(127, 127, 127, 0.16);
    }

    .header-link__item:nth-child(1),
    .header-link__item:nth-child(2),
    nav,
    .languages {
         display: none;
    }

    .burger-burger {
         display: block;
    }

    nav {
         background: rgba(0, 0, 0, .5);
         position: relative;
         width: 100vw;
         height: 100%;
    }

    .menu {
         padding: 45px 26px 90px;
         height: calc(100vh - 88px);
         width: 100%;
         overflow-y: auto;
         background: #fff;
         flex-direction: column;
         align-items: flex-end;
         justify-content: flex-start;
    }

    .menu__item {
         border-bottom: 1px solid #EBEBEB;
         width: 100%;
         text-align: right;
    }

    .menu__link {
         font-size: 17px;
         color: #000;
    }

    .menu__link_active {
         color: #fff;
    }


    nav>.container {
         padding: 0 !important;
    }

    .sub_menu {
         display: none;
         padding: 0;
         position: unset;
         margin-left: auto;
         max-width: 100%;
         border-radius: 2px;
         background: #fff;
         box-shadow: none;
    }

    nav .languages {
         display: flex;
    }

    .header-links-mob {
         display: flex;
         margin: 21px 0 91px;
    } */

    .departments-row__item {
        width: 25%;
    }

    .price-list-modal-bg,
    .jobs-modal-bg,
    .online-book-modal-bg {
        top: 89px;
    }
}

@media all and (max-width: 1024px) {
    .header-top .language-select,
    .header-top .header-link{
        display: none;
    }
    burger-burger,
    .burger-cross {
        width: 50px;
    }

    .custom-select{
        display: none;
    }

    .mobile-phone{
        display: flex;
        align-items: center;
        margin: 25px auto 0 0;
    }


    .mobile-phone .language-select {
        padding: 12px 20px;
        border: 4px double #eeeeee;
        background: #F9F9F9;
        outline: none;
    }


    .menu-info{
        margin-top: 34px;
    }

    /*.header-link__item:nth-child(1){*/
    /*    border: 4px double #0C3274;*/
    /*}*/


    .footer-menu {
        width: 50%;
        margin-bottom: 30px;
    }

    .home-slide__info-bg {
        max-width: 600px;
    }

    .slider-text {
        font-size: 25px;
    }
    .home-slide-info__title {
        margin-bottom: 0;
        font-size: 25px;
    }
    .number-item span {
        font-size: 25px;
    }
    .number-item p {
        font-size: 16px;
    }
    .slider-number {
        margin-top: 50px;
    }

    .about-us-info,
    .benefactors-info {
        margin: -90px 0 0 0;
        width: 100%;
        padding: 24px;
    }

    .about-us-info__title,
    .benefactorsinfo__title {
        font-size: 17px;
    }

    .about-us-info__text,
    .benefactors-info__text {
        margin-top: 10px;
    }

    .benefactors-row {
        flex-direction: column-reverse;
    }

    .about-us-img,
    .benefactors-img {
        width: 70%;
        margin: auto;
    }


    .Departments-section {
        padding: 56px 0;
    }

    .about-us-section {
        padding: 56px 0 256px;
    }

    .about-video-block {
        padding: 31px 20px 50px;
    }


    .department-page .departments-row__item,
    .departments-row__item {
        width: 33.3333%;
    }

    .departments-block__title {
        margin-top: 28px;
        font-size: 15px;
    }

    /*.departments-block__img {*/
    /*    width: 90px;*/
    /*    height: 90px;*/
    /*}*/

    .departments-row {
        display: flex;
        flex-wrap: wrap;
        margin: 48px -7px 0;
    }

    .queuing-row__form {
        margin: -150px 0 0 0;
        width: 100%;
    }

    .queuing-form {
        margin: 18px -10px 0;
    }


    .doctors-row__item {
        width: 33.3333%;
    }

    .contact-block{
        flex-direction: column;
    }

    .service-info {
        padding: 35px 30px 23px 30px;
    }

    .title-block__title {
        font-size: 20px;
        font-weight: bold;
    }

    .blog-row__item {
        width: 50%;
    }

    .price-list-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-list-top>div {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .selected-services-btn {
        margin-top: 20px;
    }

    .price-type {
        width: 330px;
        margin-left: auto;
    }

    .price-list__item {
        padding: 25px 20px;
    }

    .price-list-page-section .price-list-top {
        flex-direction: row;
        justify-content: space-between;
    }

    .price-list-page-section .price-list-top>div {
        width: fit-content;
    }

    .price-list-page-section .selected-services-btn {
        margin: 0 0 0 auto;
    }

    .price-list-modal {
        max-width: 700px;
    }

    .price-list-modal .queuing-form__btn {
        width: 100%;
        justify-content: center;
    }

    .department-section .departments-row {
        margin: 40px -7px 25px;
    }

    .department-section {
        padding: 0 0 30px 0;
    }


    .gallery-row__item {
        width: 25%;
    }

    .queuing-form-block {
        padding: 29px 30px;
    }

    .queuing-form-block .queuing-form .queuing-form__item {
        width: 50%;
    }

    .department-img-icon {
        left: 5px;
        width: 45px;
        height: 45px;
    }

    .department-services {
        margin: 0 -4px;
    }

    .department-services__item {
        padding: 4px;
        width: 33.333%;
    }

    .department-services-block {
        padding: 5px;
    }

    .department-services-info {
        padding: 9px;
    }

    .department-services-title {
        font-size: 10px;
    }

    .doctor-section {
        padding-bottom: 34px;
    }

    .doctor-section .doctors-row {
        margin: 8px -4px 0;
    }

    .doctors-page-row {
        margin: 20px 0;
    }

    .doctors-page-row__form {
        padding: 18px 19px;
    }

    .doctors-page-row__img {
        margin: 0 35px 10px 0;
    }

    .information-img {
        margin: 0 20px 10px 0;
    }

    .information-img {
        padding: 0 0 30px 20px;
    }

    .story-section .about-us-row:nth-child(even) .about-us-info{
        margin: -38px auto 0;
    }
    .story-section .about-us-row {
        margin: 35px 0 0;
    }

    .about-four-block {
        margin: 30px 0;
    }

    .story-about-block{
        flex-wrap: wrap;

    }

    .about-item{
        width: 50%;
        margin-bottom: 25px;
    }

    .report-row__item:not(:last-child) {
        margin-bottom: 18px;
    }

    .report-row__item>img {
        width: 20px;
        height: 20px;
    }

    .report-row__title {
        margin-left: 24px;
    }

    .patents-img {
        margin: 15px 0 29px;
    }

    .patents-row {
        margin: 12px -8px;
    }

    .patents-row__item {
        padding: 8px;
    }

    .story-img,
    .structure-img,
    .queuing-page-img {
        margin: 25px 0;
    }

    .structure-scheme-img {
        width: 90%;
        padding: 16px;
    }

    .queuing-page-text {
        padding-bottom: 40px;
    }

    .queuing-page-section {
        padding-bottom: 40px;
    }

    .queuing-page-form {
        padding: 39px 30px;
    }

    .subsections-row {
        margin: 20px -7px 0;
    }

    .subsections-row__item {
        padding: 7px;
        width: 33.3333%;
    }

    .subsections-text {
        margin-top: 6px;
        font-size: 14px;
    }

    .service-page {
        padding-bottom: 37px;
    }

    .questions-btn {
        padding: 10px 0;
        font-size: 16px;
    }

    .award-item{
        width: 50%;
    }

    .news-section .blog-row {
        margin: 20px -10px 0;
    }

    .jobs-data {
        padding: 16px 0 25px;
    }

    .jobs-block__item {
        margin-bottom: 30px;
    }

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

    .jobs-modal {
        padding: 20px 35px;
    }

    .news-page-date {
        margin-top: 10px;
    }

    .news-page-row {
        padding-top: 20px;
    }

    .news-page-img {
        width: 50%;
        margin: 0 20px 10px 0;
    }

    .reactions-block__item {
        padding: 17px 16px;
        flex-direction: column;
        margin-bottom: 27px;
    }

    .reactions-img {
        margin: 0 0 19px 0;
    }

    .reactions-block {
        margin-top: 26px;
    }

    .contacts-row {
        margin: 25px 0 35px;
    }

    .contacts-map {
        width: 100%;
        height: 500px;
        margin-bottom: 24px;
    }

    .contact-text-info {
        margin: 27px 0;
    }

    .contact-icons {
        width: 100%;
    }

    .contact-address-row__item {
        width: 33.3333%;
    }

    .contact-form .queuing-form__item {
        width: 50%;
    }

    .contact-form {
        padding: 35px;
    }

    .directorate-section {
        padding-bottom: 40px;
    }

    .horizontal-scroll {
        display: block;
    }


    .error__title {
        text-transform: uppercase;
        font-size: 38px;
    }

    .error-text {
        font-size: 18px;
        line-height: 30px;
    }

    .server-error .error__btn {
        margin-top: 20px;
    }

    .hide-form__item {
        display: none;
    }

    .g-recaptcha {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }

    .all-services-page .departments-row__item{
        width: 50%;
    }

    .comment-item{
        width: 50%;
    }
    .stage{
        display: none;
    }
    .page-not-found {
        position: unset;
        margin-top: 0;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media all and (max-width: 767px) {
    .swiper{
        width: 100%;
    }

    .header-link {
        margin: 20px 0;
    }
    .footer-map-info{
        flex-direction: column;
    }
    .map-block {
        margin-top: 23px;
        width: 100%;
        height: 310px;
    }

    .departments-block__title{
        padding: 9px 10px 0px 0;
        overflow: hidden;
        display: -moz-box;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 70px;

    }
    .menu-department-item{
        width: 100%;
    }

    .footer-first-block {
        width: 100%;
    }

    .home-slide__info-bg {
        max-width: 470px;
    }
    .slider-text {
        font-size: 20px;
        margin-bottom: 10px;
    }


    .slider-number {
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .home-slide__info-bg {
        bottom: 43px;
    }
    .number-item {
        width: 100%;
        margin-bottom: 32px;
    }

    .queuing-row__img {
        margin: 0 auto -200px;
    }

    .doctors-section {
        padding: 220px 0 26px;
    }
    .video-desktop {
      display: none;
    }

    .video-mobile {
        display: block;
    }


    .footer-info__link>img {
        width: 35px;
        height: 35px;
    }

    .home-slide-block {
        display: flex;
        min-height: 280px;
    }

    .home-slide__item>img {
        height: 100vh;
        object-fit: cover;
    }

    .about-us-info__text,
    .benefactors-info__text {
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
    }

    .price-list-modal {
        margin: 26px 30px;
    }

    .doctors-page-queued {
        display: block;
    }

    .doctors-page-queued .queuing-form-block {
        margin-top: 24px;
    }

    .video-info-block{
        flex-direction: column;
    }

    .video-item {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .jobs-modal {
        max-width: 627px
    }

    .jobs-modal {
        max-width: 500px;
    }

    .contact-icons {
        flex-direction: column;
    }

    .contact-icons__link:last-child {
        align-items: flex-start;
        padding: 6px 0;

    }

    .contact-icon {
        margin-right: 10px;
    }

    .contact-social-media__link {
        width: 46px;
        height: 46px;
    }

    .contact-address-row {
        margin: 20px -9px 0;
    }

    .contact-address-row__item {
        width: 50%;
    }
    .departments-slide-text {
        max-width: 400px;
        top: 100px;
        font-size: 31px;
        line-height: 45px;
    }


}

@media all and (max-width: 575px) {
    .container {
        max-width: 100%;
        padding: 0 15px !important;
    }

    .header-logo {
        max-width: 300px;
        align-items: center;
    }

    .header-logo img {
        max-width: 120px;
    }

    .header-logo p {
        font-size: 14px;
        line-height: 15px;
    }

    .header-link__item:nth-child(1){
        padding: 12px 20px;
    }
    .mobile-phone .language-select {
        padding: 12px 20px;
    }


    .mobile-phone {
        margin: 5px auto 0 0;
    }

    .burger-cross svg{
        width: 18px !important;
    }


    .burger-burger,
    .burger-cross {
        width: 50px;
        height: 50px;
        margin-left: 15px;
    }

    .menu {
        width: 100%;
    }

    .menu-info {
        margin-top: 14px;
    }

    .menu-department-item {
        width: 100%;
        padding: 0 0 14px 0;
    }

    .pages-menu-foto {
        flex-direction: column;
    }


    .burger-burger svg,
    .burger-cross svg {
        width: 30px;
    }

    .header-links-mob {
        flex-direction: column;
        align-items: flex-end;
    }

    .header-links-mob {
        margin: 40px 0;
    }

    .menu__link {
        padding: 8px 0;
    }

    .header-link__item,
    .header-links-mob__item {
        font-size: 16px;
    }

    .menu {
        padding: 32px 0 180px;
        height: calc(100vh - 56px);
    }


    .online-book {
        margin-left: 0;
    }

    .footer-logo {
        max-width: 250px;
    }

    .footer-menu-row {
        padding: 31px 0 0;
    }

    .footer-menu {
        width: 100%;
    }

    .footer-copyright {
        padding: 12px 0;
    }

    .home-slide__info-bg {
        padding: 15px 15px 12px;
        max-width: 350px;
    }


    .home-slide-info__title {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .home-slide-block {
        min-height: 220px;
    }

    .home-slide-info__btn {
        padding: 12px 8px;
    }

    .doctors-about-page .doctors-block__position {
        width: 100%;
    }

    .departments-block {
        padding: 23px 12px 34px;
    }


    .benefactors-section,
    .Departments-section {
        padding: 35px 0;
    }

    .video-info-block {
        margin: -680px 0 20px;
    }

    .about-us-section {
        padding: 35px 0 660px;
    }

    .about-us-img,
    .benefactors-img {
        width: 100%;
    }

    .about-us-info,
    .benefactors-info {
        padding: 23px 16px;
        width: 96%;
        margin: -38px auto 0;
    }

    .department-page-info {
        margin: -35px 0 23px;
        padding: 19px 18px;
    }

    .department-page-content {
        margin-top: 16px;
    }

    .departments-section {
        padding: 47px 0 45px;
    }

    .departments-row {
        margin: 0;
    }

    .departments-row .swiper-wrapper {
        margin-top: 25px;
    }

    .department-page .departments-row__item {
        padding: 4px;
        width: 50%;
    }

    .departments-block__img {
        padding: 8px;
        width: 60px;
        height: 60px;
    }

    .departments-block__title {
        margin-top: 18px;
    }

    .departments-row .swiper-wrapper {
        flex-wrap: nowrap;
    }

    .departments-row .swiper-wrapper .departments-row {
        display: flex;
        gap: 16px;
        padding-bottom: 10px;
    }

    .departments-row .swiper-wrapper .departments-row__item {
        min-width: 85%;
        scroll-snap-align: start;
    }

    .doctors-block__title {
        height: 55px;
    }

    .queuing-section {
        padding: 47px 0 50px;
    }

    .about-item {
        width: 100%;
        margin-bottom: 17px;
        padding: 0;
    }

    .story-section .about-us-info {
        padding: 23px 19px;
    }

    .queuing-row__form {
        padding: 22px 22px 8px;
    }

    .queuing-form__item {
        width: 100%;
    }


    .queuing-form__btn {
        padding: 10px 18px;
        font-size: 12px;
    }

    .doctors-section {
        padding: 144px 0 26px;
    }

    .doctors-row {
        margin: 20px -4px 0
    }

    .doctors-row__item {
        width: 50%;
    }

    .doctors-block__title {
        padding: 10px 0 0;
        font-size: 16px;
    }

    .doctors-block__position {
        margin: 5px 0 0;
        font-size: 13px;
    }

    .doctors-page-row__img {
        margin: 0 0 20px;
        width: 100%;
    }

    .blog-section {
        padding: 16px 0 30px;
    }

    .blog-row {
        display: flex;
        flex-wrap: wrap;
        margin: 35px -5px 0;
    }

    .blog-row__item {
        padding: 5px;
    }

    .blog-img__date {
        font-size: 16px;
        padding: 4px 6px;
    }

    .blog-title {
        margin: 17px 0 8px;
        font-size: 18px;
        line-height: 25px;
    }

    .price-list-top .title-block__title {
        font-size: 18px;
    }

    .price-type > label {
        font-size: 9px;
    }

    .price-type > select {
        font-size: 13px;
        padding: 5px;
    }

    .price-type {
        width: 258px;
    }

    .selected-services-btn {
        margin-top: 16px;
        font-size: 13px;
        padding: 11px;
    }

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

    .price-list-name__title,
    .price-list-name__price,
    .price-list-title-block__title {
        font-size: 16px;
    }

    .price-list__item {
        padding: 20px 19px;
    }

    .price-list-names {
        padding: 18px 5px;
    }


    .price-list-show-all {
        padding: 18px 0 0 0;
    }

    .price-list-modal-bg,
    .jobs-modal-bg,
    .online-book-modal-bg {
        top: 57px;
    }

    .price-list-modal {
        padding: 20px;
        margin: 26px 15px;
        height: 461px;
        overflow-y: auto;
    }

    .queuing-form__item > label {
        font-size: 12px;
    }

    .price-list-modal::-webkit-scrollbar {
        width: 3px;
    }

    .price-list-modal::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .price-list-modal::-webkit-scrollbar-thumb {
        background: #2459a6;
    }

    .queued-text,
    .queued-text-total {
        font-size: 13px;
    }

    .queued-text-total {
        margin-top: 15px;
    }

    .department-section .departments-row {
        margin: 17px -7px 20px;
    }

    .department-img-icon {
        display: none;
    }

    .departments-info {
        margin-top: 18px;
    }

    .department-page-filter {
        padding: 0 40px 0 0;
    }

    .horizontal-scroll {
        top: 0;
    }

    .department-page-filter__item {
        padding: 13px 18px;
        font-size: 13px;
    }

    .gallery-row {
        margin: 17px -4px 14px;
    }

    .gallery-row__item {
        padding: 4px;
        width: 50%;
    }

    .queuing-form-block {
        margin-top: 19px;
    }

    .queuing-form-block {
        padding: 22px 18px;
    }

    .queuing-form-block .queuing-form .queuing-form__item {
        width: 100%;
    }

    .department-services__item {
        width: 50%;
    }

    .department-services-info {
        left: 6px;
        right: 6px;
    }

    .doctors-page-info {
        margin: 25px 0;
    }

    .information-img {
        width: 100%;
        margin: 0 0 21px 0;
    }

    .report-row {
        margin: 25px 0;
    }

    .report-row__item {
        padding: 10px 18px;
    }

    .report-row__title {
        font-size: 16px;
        margin-left: 18px;
    }

    .patents-row__item > a {
        padding: 6px;
    }

    .patents-img {
        margin: 15px 0;
    }

    .patents-row__item {
        width: 50%;
    }

    .service-page {
        padding-bottom: 20px;
    }

    .story-img,
    .structure-img,
    .queuing-page-img {
        margin: 18px 0;
    }

    .story-text,
    .story-section {
        padding-bottom: 18px;
    }

    .structure-scheme-img {
        width: 100%;
        padding: 8px;
    }

    .queuing-page-section {
        padding-bottom: 30px;
    }

    .queuing-page-form {
        padding: 22px 18px;
    }

    .subsections-row {
        margin: 11px -7px 0;
    }

    .subsections-row__item {
        width: 50%;
    }

    .subsections-text {
        font-size: 12px;
    }

    .questions-btn {
        padding: 7px 0 22px 0;
    }


    .jobs-block {
        padding-top: 20px;
    }

    .jobs-block__item {
        padding: 12px 19px 20px;
    }

    .jobs-block__item {
        margin-bottom: 25px;
    }

    .jobs-title {
        font-size: 16px;
    }

    .apply-btn {
        padding: 8px 16px;
    }

    .jobs-data {
        flex-direction: column;
    }

    .jobs-data__item {
        padding: 4px 0;
    }

    .jobs-data {
        padding: 10px 0;
    }

    .jobs-data__item:not(:last-child) {
        border: none
    }

    .jobs-modal {
        padding: 19px 20px;
        margin: 40px 15px;
        max-width: 100%;
    }

    .jobs-modal-file {
        height: 60px;
    }

    .news-page-row {
        padding-top: 6px;
    }

    .news-page-img {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .news-page-date {
        font-size: 16px;
        margin: 13px 0;
    }

    .news-page-text {
        padding-bottom: 20px;
    }

    .reactions-img {
        margin: 0 0 12px 0;
    }

    .contact-form .queuing-form__item,
    .contact-address-row__item {
        width: 100%;
    }

    .contact-text {
        font-size: 12px;
    }

    .contacts-row {
        margin: 18px 0 30px;
    }

    .contact-text-info {
        margin: 23px 0 15px;
    }

    .back-to-top {
        padding: 9px;
        bottom: 30px;
        right: 10px;
        width: 35px;
        height: 35px;
    }

    .share-button {
        width: 67px;
    }


    .error {
        max-width: 780px;
        margin: 30px auto;
    }

    .error__title {
        font-size: 30px;
    }

    .error-text {
        max-width: 250px;
        font-size: 13px;
        line-height: 20px;
    }

    .error__btn {
        bottom: 3%;
    }

    .service-text {
        margin-top: 30px;
    }

    .service-info {
        padding: 19px 24px 23px;
        margin-bottom: 40px;
    }

    .all-services-page .departments-row__item {
        width: 100%;
    }

    .award-item {
        width: 100%;
        padding: 10px 0;
    }

    .award-block {
        margin: 19px 0;
    }

    .comment-item {
        width: 100%;
        padding: 8px 0;
    }

    .departments-slide-text {
        position: unset;
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        line-height: 30px;
    }

    .departments-row__item:nth-child(1) .departments-block,
    .departments-row__item:nth-child(2) .departments-block {
        display: block;
    }

    .first_department {
        display: none;
    }

    .about-us-info__title a,
    .benefactorsinfo__title a {
        font-size: 25px;
        font-weight: bold;
    }

    .doctor-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 27px auto 0;
    }

    .doctor-btn a {
        padding: 12px 30px;
        background: #33D3B7;
        border-radius: 100px;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;
    }

    .doctors-section .doctors-row__item:nth-child(n+5) {
        display: none;
    }

    .blog-row__item {
        width: 100%;
        padding: 5px 0;
    }

    .departments-block__title {
        height: 52px;
    }

    .pages-menu {
        margin: 0 0 30px 0;
    }

    .about-us-page .about-us-row {
        margin: 23px 0;
    }

    .about-video-section-title {
        font-size: 18px;
        line-height: 32px;
    }

    .about-video-block {
        padding: 21px 12px;
    }

    .benefactors-info > .page-title, .benefactorsinfo__title {
        text-align: left;

    }

    .comment-block {
        margin: 24px 0 20px;
    }

    .contacts-map {
        padding-right: 0;
    }

    .questions-btn {
        margin-bottom: 5px;
    }

    .home-slide-info__title{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }
    .queuing-row__img{
        width: 96%;
        margin: 0 auto -150px;
    }
    .video-block {
        padding: 60px 0 40px;
    }
    .menu-tel-geo-block .footer-info__link{
        margin-bottom: 5px;
    }
    .menu-department-item .departments-block__img{
        width: 64px;
        height: 64px;
    }
    .menu-department-item .departments-block__title {
        margin-top: 0;
    }
    .menu-department-item a{
        padding: 14px 9px;
    }



}

@media all and (max-width: 420px) {
    .department-page .departments-row__item{
        width: 100%;
    }
}
