@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic-ext);
/** font-family: 'Ubuntu Condensed', sans-serif; **/


@font-face {
    font-family: "ArialNarrow";
    src: url('../fonts/arialn-webfont.eot');
    src: url('../fonts/arialn-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/arialn-webfont.woff') format('woff'), url('../fonts/arialn-webfont.ttf') format('truetype'), url('../fonts/arialn-webfont.svg#arialnarrow') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'als_rublregular';
    src: url('../fonts/rouble-webfont.eot');
    src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype'), url('../fonts/rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Template Styles */
html,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    font-family: 'Montserrat';
    color: #333333;
    font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    margin: 10px;
}

h1,
h2,
h3 {
    text-align: center;
}

h1 {
    font-size: 2.2em;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: 400;
    color: #000000;
}

h2 {
    font-size: 1.8em;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
}

h4 {
    font-size: 1.2em;
}

.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

a:active,
a:hover {
    outline: 0;
}

img {
    width: 100%;
    height: auto;
}

.img-width-auto {
    width: auto;
}

button {
    cursor: pointer;
    border: 0;
}

address {
    font-style: normal;
}

/* Header Top Menu Begin */

.header-wrapper__top-block .container,
.header-wrapper__top-block .top-header-menu ul,
.header-wrapper__top-block .top-header-menu {
    height: 100%;
}

.header-wrapper__top-block {
    /* border-bottom: 1px solid #d5d5d5; */
    height: 45px;
    max-height: 45px;
}

.top-header-menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: fit-content;
}

.top-header-menu ul li a {
    color: #000;
    padding: 5px 10px;
    font-size: 20px;
}

.top-header-menu ul li a:hover,
.top-header-menu ul li.active a {
    -webkit-box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* .top-header-menu ul li a:hover {
    background-color: #eeeeee;
} */

/* .top-header-menu ul li.active a {
    background-color: #c7c6ff;
} */

/* Header Top Menu End */

/* Header Top Info Begin */
.header-wrapper__info-block {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}

.header-wrapper__info-block-logo {
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
}

.logo-wrapper {
    width: 45px;
}

.logo-text {
    color: #3d3db1;
    font-size: 1.3em;
}

.header-wrapper__info-block-adress {
    width: fit-content;
}

.header-wrapper__info-block-adress>div {
    margin-bottom: 5px;
}

.header-wrapper__info-block-adress>div:last-child {
    margin-bottom: 0;
}

.header-wrapper__info-block-adress-text {
    color: #656565;
}

.header-wrapper__info-block-adress-phone {
    color: #656565;
    font-size: 1.5em;
    text-align: center;
}

.header-wrapper__info-block-adress-text-all {
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    gap: 10px;
    font-size: 1.3em;
}

.header-wrapper__info-block-adress-text-all .fa-phone {
    color: #7c7ce9;
    font-size: 1.5em;
    line-height: 1px;
}

/* Header Top Info End */

/* Top Menu Begin */
.top-menu-section {
    /* border-top: 1px solid #d5d5d5; */
    height: 45px;
    display: flex;
    align-items: center;
}

.top-menu {
    position: relative;
}

.top-menu ul li[data-folder="isfolder"] .top-menu-link {
    /* padding-right: 25px; */
    position: relative;
}

.top-menu ul {
    list-style: none;
    padding: 0;
    width: fit-content;
    color: #000;
}

.top-menu>ul {
    margin: 0 auto;
}

.top-menu>ul,
.top-submenu-inner-wrapper>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.top-submenu-inner-wrapper>ul>li {
    width: 31%;
}

.top-menu>ul>li>a,
.top-submenu-inner-wrapper>ul>li>a {
    /* font-weight: 700; */
}

.top-menu>ul>li>a {
    padding: 5px 10px;
    display: block;
    color: #000;
    font-size: 20px;
}

/* .top-menu ul li[data-folder="isfolder"]:hover>a,
.top-menu ul li[data-folder="isfolder"] a.open { */
.top-menu ul li.active>a,
.top-menu ul li:hover>a,
.top-menu ul li a.open {
    -webkit-box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.top-submenu-wrapper ul li a {
    background-color: transparent;
    box-shadow: none;
    padding: 3px 5px;
    display: inline-block;
}

.menu-item-has-children {
    color: #a9a9a9;
    display: inline-block;
    font-size: .8em;
    position: absolute;
    right: 9px;
    top: 18px;
}

.top-menu ul li.open .menu-item-has-children {
    transform: rotate(90deg);
}

.top-submenu-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}

.top-submenu-inner-wrapper {
    width: 100%;
    background-color: #fff;
    box-shadow: 5px 3px 5px rgb(0 0 0 / 25%);
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page-content-wrapper .top-submenu-inner-wrapper {
    background-color: transparent;
    box-shadow: none;
}

.page-content-wrapper a {
    color: #333399;
    text-decoration: underline;
}

.top-submenu-wrapper .top-submenu-wrapper ul {
    display: block;
    margin: 0;
}

.top-menu ul li[data-folder="isfolder"]>.top-submenu-wrapper.hide-this {
    display: none;
}

.top-menu ul li[data-folder="isfolder"]>.top-submenu-wrapper {
    opacity: 0;
    filter: alpha(opacity=0);
}

.top-menu ul li[data-folder="isfolder"]:hover>.top-submenu-wrapper {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.top-menu ul li[data-folder="isfolder"]:hover .menu-item-has-children {
    transform: rotate(90deg);
}

.top-menu ul li[data-folder="isfolder"]>.top-submenu-wrapper.visible-this {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/* Top Menu End */

/* pdoCrumbs_Breadcrumbs Begin */
#breadcrumbs {
    background-color: transparent;
    font-size: 0.8em;
    background: url(../images/bread-bg.jpg);
    padding: 12px 0;
    /* margin: 0 0 12px; */
    list-style: none;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    color: #fff;
}

.breadcrumb a {
    color: #bdbdf7;
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb li {
    display: inline-block;
}

/* pdoCrumbs_Breadcrumbs End */

/* Top Ban Begin */
.top-ban-section {
    height: 400px;
    background-image: url(../images//top-ban.webp);
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
}

.top-ban-section .container {
    position: relative;
}

.top-ban-text {
    position: absolute;
    top: 63px;
    left: 0;
    max-width: 400px;
}

.top-ban-text__title {
    font-size: 2.8em;
    margin-bottom: 20px;
}

/* Top Ban End */

.h1-section {
    margin: 40px 0 50px;
}

/* Services Begin */
.sevices-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.sevices-wrapper-item {
    width: 20%;
}

.sevices-wrapper-item__img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    /* outline: 1px solid #3939b6; */
    margin: 0 auto;
    border: 6px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sevices-wrapper-item__img img {
    width: auto;
    height: 100%;
}

.sevices-wrapper-item__text {
    margin-top: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 20px;
}

.sevices-wrapper-item:hover .sevices-wrapper-item__img {
    /* outline: 4px solid #3939b6; */
    border: 4px solid #3939b6;
    -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}

.sevices-wrapper-item:hover .sevices-wrapper-item__text {
    color: #3939b6;
}

/* Services End */

.common-section {
    margin-top: 50px;
}

/* Price Table Begin */
.price-title {
    font-size: 1.8em;
    text-align: center;
    margin: 30px 0 20px;
}

.price-list-table {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
    box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
}

.price-list-table h4 {
    color: #000;
    font-weight: 400;
    font-size: 1.4em;
}

.price-list-table th {
    padding: 10px 5px 10px 15px;
}

.price-list-table td {
    padding: 5px 5px 5px 15px;
}

.price-list-table tr td:nth-child(2) {
    font-size: 1.2em;
}

.price-list-table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.price-list-table th {
    background-color: #cbcbcb;
    color: #fff;
}

/* Price Table End */

/* Наши врачи наркологи Begin */
.nashi-vrachi-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-top: 30px;
}

.nashi-vrachi-wrapper__item {
    width: 45%;
    display: flex;
}

.nashi-vrachi-wrapper__item p {
    margin: 5px 0;
}

.nashi-vrachi-wrapper__item-photo {
    /* max-width: 210px; */
    font-style: italic;
    text-align: center;
}

.nashi-vrachi-title {
    font-size: 1.2em;
}

.nashi-vrachi-wrapper__item-link {
    color: #216DB4;
    padding-left: 40px;
}

.nashi-vrachi-section {
    /* background-image: url(../images/spec-bg.webp);
    background-size: cover;
    background-position: center top; */
    padding: 40px 0;
}

.new-year {
    background-image: url(../images/new-year.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nashi-vrachi-text {
    color: #9b9b9b;
}

/* Наши врачи наркологи End */

/* Статьи Begin */
.articles-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
}

.articles-wrapper.main-page-articles-wrapper {
    justify-content: center;
}

.articles-wrapper__articles-main-page {
    display: flex;
    flex-wrap: wrap;
}

.articles-wrapper__articles-main-page>div {
    width: 30%;
}

.articles-wrapper.articles-parent-wrapper {
    display: block;
}

.services-wrapper .articles-wrapper.articles-parent-wrapper {
    width: 100%;
}

.articles-wrapper.articles-parent-wrapper .articles-wrapper__item {
    margin-bottom: 30px;
    /* padding: 15px; */
    max-width: none;
}

.articles-wrapper.articles-parent-wrapper .articles-wrapper__item-img img {
    width: auto;
}

.articles-wrapper__articles-main-page {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.articles-wrapper__articles-main-page>div {
    max-height: 400px;
}

.articles-wrapper.articles-parent-wrapper .articles-wrapper__articles-main-page .articles-wrapper__item-img img {
    width: 100%;
    border-radius: 10px;
}

.articles-wrapper.articles-parent-wrapper .articles-wrapper__articles-main-page .articles-wrapper__item-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.articles-wrapper.articles-parent-wrapper .articles-wrapper__articles-main-page .articles-wrapper__item {
    height: 420px;
    position: relative;
    margin-bottom: 0;
}

.articles-wrapper.articles-parent-wrapper .articles-wrapper__articles-main-page .articles-wrapper__item-block {
    /* height: 200px; */
    width: 100%;
    overflow: hidden;
    /* top: 220px;
    left: 0;
    position: absolute; */
    padding: 0 10px 10px;
    box-sizing: border-box;
    background-color: #ffffff;
}

/* .articles-wrapper__articles-main-page .articles-wrapper__item-block .more-link-wrapper {
    display: none;
} */
.articles-wrapper__articles-main-page .articles-wrapper__item {
    overflow: hidden;
}

.articles-wrapper__articles-main-page .articles-wrapper__item:hover {
    overflow: visible;
    z-index: 10;
}

.articles-wrapper__articles-main-page .articles-wrapper__item::after {
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.articles-wrapper__articles-main-page .articles-wrapper__item:hover::after {
    content: none;
}

.articles-wrapper__articles-main-page .articles-wrapper__item:hover .articles-wrapper__item-inner {
    /* height: 100%; */
    -webkit-box-shadow: 4px 4px 14px 5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 14px 5px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 14px 5px rgba(34, 60, 80, 0.2);
    height: fit-content;
    z-index: 10;
}

.articles-wrapper__articles-main-page .articles-wrapper__item:hover .articles-wrapper__item-img {
    z-index: 2;
}

.articles-wrapper__articles-main-page .articles-wrapper__item:hover .articles-wrapper__item-block::after {
    display: none;
}

.articles-wrapper.another-articles-wrapper {
    justify-content: flex-start;
}

.articles-wrapper__item {
    max-width: 23%;
    /* -webkit-box-shadow: 2px 2px 8px 4px rgb(34 60 80 / 15%);
    -moz-box-shadow: 2px 2px 8px 4px rgb(34 60 80 / 15%);
    box-shadow: 2px 2px 8px 4px rgb(34 60 80 / 15%); */
}

.articles-wrapper__item-block {
    padding: 0 10px 20px;
    position: relative;
    background-color: #fff;
}

.articles-wrapper__item-info {
    padding-top: 1px;
    margin-top: -4px;
}

.articles-wrapper.articles-parent-wrapper .articles-wrapper__item-block {
    padding: 0;
}

.articles-wrapper__item-title {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.articles-wrapper__item-info p {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #9b9b9b;
    font-size: 0.8em;
}

.articles-wrapper__block img,
.articles-wrapper__item-info img {
    width: auto;
}

.articles-wrapper__img-wrapper {
    display: block;
    width: 320px;
    height: 240px;
    overflow: hidden;
    margin: 0 0 23px;
}

.articles-wrapper__title {
    font-size: 1.4em;
    display: block;
    margin: 0 0 20px;
}

.more-link {
    color: #3e3eb1;
    text-decoration: underline;
    display: block;
    margin: 10px 0;
}

.more-link:after {
    content: '';
    background: url(../images/page_img/btn-arrows.png) 0 -7px;
    width: 12px;
    height: 7px;
    display: inline-block;
    margin: 0 0 0 5px;
}

.article-info-block-wrapper {
    color: #adadad;
}

.article-info-block-wrapper__date .articles-wrapper__date {
    margin: 10px 0;
}

.article-info-block-wrapper__date .fa.articles-wrapper__date:before {
    margin-right: 5px;
}

.fa.articles-wrapper__date:before {
    color: #adadad;
}

.articles-wrapper__info span:before {
    margin-right: 5px;
}

.another-articles-title {
    margin: 30px 0;
}

.articles-parent-outer-wrapper {
    display: flex;
    gap: 30px;
}

.articles-parent-outer-wrapper ul {
    list-style-type: none;
    padding: 0;
}

.articles-parent-outer-wrapper ul li {
    margin: 20px 0;
}

/* Статьи End */

/* .o-klinike-section .container {
    background-color: #fafbff;
    padding-top: 20px;
} */

/* Отзывы Begin */
.feedback-section {
    padding: 20px 0 30px;
    background-color: #f1efef;
    /* background-image: url(../images/reviews-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}

/* Отзывы End */

/* Наши преимущества Begin */
.about-section-text {
    text-align: center;
}

.features-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.features-wrapper__item {
    width: 30%;
    position: relative;
}

.features-wrapper__item:nth-child(2),
.features-wrapper__item:nth-child(5) {
    padding-top: 80px;
}

.features-wrapper__item-img {
    width: 170px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}

.features-wrapper__item-text {
    text-align: center;
    font-size: 1.3em;
}

.features-wrapper__item-line {
    position: absolute;
    top: 95px;
    right: -185px;
    transform: rotate(20deg);
}

.features-wrapper__item-line.even {
    position: absolute;
    top: 95px;
    right: -275px;
    transform: rotate(-20deg);
}

/* Наши преимущества End */

/* Page Content Begin */
.page-content-wrapper .nashi-vrachi-section {
    background-image: none;
}

.page-content-wrapper img {
    width: auto;
    border-radius: 10px;
}

.page-content-wrapper .nashi-vrachi-wrapper img {
    width: 100%;
    border-radius: 10px;
}

.services-wrapper .articles-wrapper__item-img img,
.articles-wrapper__item-img img {
    width: 100%;
    border-radius: 10px;
}

.about-img-wrapper_img-item img {
    width: 100%;
    border-radius: 10px;
}

/* Page Content End */

/* Footer Begin */
footer {
    background-color: #f1efef;
    padding: 30px 0 0;
    margin-top: 100px;
}

.copiright-wrapper {
    padding: 10px 0 20px;
    background-color: #7170e5;
    color: #fff;
}

.plus-18 {
    padding: 10px 0 60px;
    text-align: center;
    background-color: #a3a2a2;
    color: #fff;
    font-size: 1.2em;
}

.footer-wrapper {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 30px;
    color: #000;
}

.footer-wrapper__item {
    /* width: 30%; */
    width: calc((100% - 60px) / 3);

}

.footer-logo-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo {
    width: 68px;
}

.footer-logo-text {
    font-size: 1.5em;
}

.footer-adress-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.footer-adress-wrapper .fa {
    color: #7c7ce9;
    font-size: 1.5em;
    line-height: 1px;
}

.footer-phone {
    font-size: 1.5em;
    font-weight: 700;
}

.footer-wrapper__item-nav nav {
    margin-bottom: 5px;
}

.footer-wrapper__item-title {
    font-size: 1.5em;
    font-weight: 700;
    margin: 15px 0 0;
}

.footer-bottom-wrapper {
    display: flex;
    gap: 30px;
}

.page-bottom {
    width: 100%;
    height: 51px;
    line-height: 51px;
    position: fixed;
    bottom: 0;
    background: rgba(117, 117, 117, 0.8);
    box-shadow: 0 2px 2px rgb(6 6 6 / 30%);
    cursor: default;
    color: #ffffff;
    text-align: center;
    z-index: 10;
}

.search-form {
    display: flex;
    gap: 10px;
}

.search-form input[type=text] {
    padding: 0 10px;
    width: 231px;
    height: 38px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    color: #339;
    font-family: inherit;
    font-size: 14px;
    clear: left;
}

.search-form__button {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px;
    padding: 0 25px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    position: relative;
    height: 38px;
    border: 1px solid #5c5cd6;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #5858ce;
    -moz-box-shadow: 1px 2px 0 #3939b6;
    -webkit-box-shadow: 1px 2px 0 #3939b6;
    box-shadow: 1px 2px 0 #3939b6;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4NCA0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDI0MmMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2Q3ZGVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxODQiIGhlaWdodD0iNDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #4242c0 0%, #7d7dec 100%);
    background-image: -o-linear-gradient(bottom, #4242c0 0%, #7d7dec 100%);
    background-image: -webkit-linear-gradient(bottom, #4242c0 0%, #7d7dec 100%);
    background-image: linear-gradient(bottom, #4242c0 0%, #7d7dec 100%);
    /* -webkit-transition: all 1s; */
    /* -moz-transition: all 1s; */
    /* -ms-transition: all 1s; */
    /* -o-transition: all 1s; */
    /* transition: all 1s; */
}

/* Footer End */

/* About Begin */
.about-img-wrapper {
    display: flex;
    gap: 20px;
}

.about-img-wrapper_img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.about-img-wrapper_img-item {
    height: 290px;
    overflow: hidden;
}

.about-img-wrapper_mission {
    width: 300px;
    padding: 14px 35px 20px 35px;
    background-color: #fafbff;
    margin: 85px 0 0 20px;
    height: fit-content;
}

.about-img-wrapper_mission a {
    text-decoration: underline;
}

/* About End */

/* Contacts Begin */
.contacts-title {
    font-size: 1.4em;
    width: 200px;
    margin-bottom: 30px;
}

.contacts-phone {
    font-size: 1.4em;
    margin: 30px 0;
}

/* Contacts End */

/* Article Begin */
.article-info-block-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px;
}

.article-info-block-wrapper__parent-title img {
    margin-right: 5px;
    display: inline-block;
    width: auto;
}

/* Article End */

/* specialists Begin */
.specialist-info {
    display: flex;
    gap: 30px;
}

.specialist-info img {
    border-radius: 50%;
    overflow: hidden;
}

.details-head {
    font-size: 1.5em;
}

.specialist-info img {
    border: 1px solid #e3e3e3;
}

/* specialists End */

/* Whatsapp button Begin */
/* #whatsapp_widget {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: fixed;
    right: 20px;
    bottom: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid green;
    border-radius: 50px;
    box-shadow: 0 -100px 70px -120px #442e3f inset;
    width: unset;
    padding: 0 0 0 15px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
} */

.whatsapp-telegram-block {
    display: flex;
    gap:10px;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: fixed;
    right: 20px;
    bottom: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid green;
    border-radius: 50px;
    box-shadow: 0 -100px 70px -120px #442e3f inset;
    width: unset;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 15px;
}

.telegram-widget,
.whatsapp-wrapper {
    display: flex;
    gap:10px;
    align-items: center;
}

.whatsapp-side-icon {
    width: 54px;
    height: 54px;
    margin-right: 3px;
    -webkit-animation: swing 0.6s infinite alternate;
    animation: swing 0.6s infinite alternate;
}

#whatsapp_widget svg {
    margin: 2px 1px 0 0;
    transition: height 0.4s;
    /* height: 90%; */
    height: auto;
    width: 40px;
    fill: #27D246;
    /*-webkit-animation: swing 0.6s infinite alternate;
    animation: swing 0.6s infinite alternate;*/
}

#whatsapp_widget:hover svg {
    height: 95%;
}

/* #whatsapp_widget:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 300px;
    animation: radial-pulse 2s infinite alternate;
} */

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }

    50% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes background {
    50% {
        background: #110c10;
        box-shadow: 0 -140px 70px -120px #747474 inset, 0 -210px 70px -120px #442e3f inset, 0 -280px 70px -120px #3f51b5 inset;
    }
}

@keyframes swing {

    0%,
    50%,
    100% {
        transform: rotate(0deg);
    }

    10%,
    30% {
        transform: rotate(-10deg);
    }

    20%,
    40% {
        transform: rotate(10deg);
    }
}

.grecaptcha-badge {
    display: none !important;
}

/* Whatsapp button End */

/* Swiper Begin */
.swiper {
    width: 800px;
    height: 400px;
    padding: 0 20px;
}


.swiper-wrapper {
    display: flex;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 25px;
}

.swiper-pagination-bullet-active {
    background-color: #3939b6;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
}

.swiper-button-next-articles:after,
.swiper-rtl .swiper-button-prev-articles:after {
    content: 'next';
}

.swiper-button-prev-articles:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next-articles:after,
.swiper-button-prev-articles:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next-articles,
.swiper-button-prev-articles {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next,
.swiper-button-next-articles,
.swiper-button-prev-articles,
.swiper-button-prev {
    color: #000;
}

.swiper-button-next,
.swiper-button-next-articles,
.swiper-rtl .swiper-button-prev-articles,
.swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    opacity: 0.15;
    top: 42%;
}

.swiper-button-prev,
.swiper-button-prev-articles,
.swiper-rtl .swiper-button-next,
.swiper-rtl .swiper-button-next-articles {
    left: 0;
    right: auto;
    opacity: 0.15;
    top: 42%;
}

.swiper-button-next:hover,
.swiper-button-next-articles:hover,
.swiper-button-prev-articles:hover,
.swiper-button-prev:hover {
    opacity: 0.3;
}

.feedback-block {
    background-color: #fff;
    height: 85%;
    border-radius: 10px;
    margin: 20px;
    padding: 15px;
    -webkit-box-shadow: 4px 4px 10px 5px rgb(34 60 80 / 10%);
    -moz-box-shadow: 4px 4px 10px 5px rgba(34, 60, 80, 0.1);
    box-shadow: 4px 4px 10px 5px rgb(34 60 80 / 10%);
}

.feedback-text {
    margin-bottom: 20px;
}

.feedback-name {
    font-weight: 700;
}

.feedback-status {
    font-style: italic;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

/* Swiper End */

/* Licenses Begin */
.licenses-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.licenses-item-img {
    width: 140px;
    height: 140px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 20px 0 0;
    position: relative;
}

.licenses-item-img img {
    width: 100%;
}

/* Licenses End */

/* Modal Single Vewer Begin */

body.modal-global-open {
    height: 100vh;
    overflow-y: hidden;
}

.modal_link {
    cursor: pointer;
}

.modal-single-vewer-wrapper {
    display: none;
    position: fixed;
    will-change: transform;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
    background-color: #000000aa;
    padding: 15px;
}

.modal-single-vewer-wrapper.active {
    display: block;
}

.modal-single-vewer {
    width: fit-content;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.modal-single-vewer.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.modal-single-vewer-close {
    position: absolute;
    right: -20px;
    top: 15px;
    padding: 5px 7px;
    cursor: pointer;
    line-height: 14px;
    border: 1px solid;
    border-radius: 20px;
    color: #fff;
    background: #00000088;
    -webkit-box-shadow: 4px 4px 17px -3px rgb(0 0 0 / 44%);
    -moz-box-shadow: 4px 4px 17px -3px rgba(0, 0, 0, 0.44);
    box-shadow: 4px 4px 17px -3px rgb(0 0 0 / 44%);
}

.modal-content-wrapper {
    width: fit-content;
    margin: 0 auto;
}

/* Modal Single Vewer End */

.reviews .img {
    width: 80px;
    height: 80px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 18px 0 0;
    background: url(../images/page_img/review-stub.jpg) no-repeat;
}

.person {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 30px 0 10px;
}

.question-answer .text {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.question-answer .name {
    font-style: italic;
}

.question-answer .date {
    font-size: 0.8em;
}

.question-answer .answer {
    background: url(../images/page_img/answer-ico.png) no-repeat 2px 4px;
    padding: 0 0 30px 42px;
    color: #656565;
}

.question-answer .item {
    margin-bottom: 10px;
}

.site-map-wrapper li {
    margin-bottom: 10px;
}

.site-map-wrapper a {
    text-decoration: underline;
}

.service-page-img {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 500px;
    border-radius: 10px;
}

.literature-title {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 15px;
}

/* FAQ Begin */
.task-body {
    display: none;
}

.task-body.active {
    display: block;
}

.task-title {
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 10px;
    background: #5e5ed5;
    color: #fff;
}

/* FAQ End */

/* Modal Window Begin */
.call-modal {
    cursor: pointer;
}

body.modal-global-open {
    height: 100vh;
    overflow-y: hidden;
}

.modal-window__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000cc;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    overflow: auto;
    z-index: 20000;
}

.modal-window__text-wrapper {
    display: none;
    position: fixed;
    will-change: transform;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
    background-color: #000000aa;
    padding: 15px;
    box-sizing: border-box;
}

.modal-window__text {
    font-size: 14px;
    background-color: #f7faff;
    color: #333;
    padding: 15px 15px 30px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.modal-window__text.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.modal-window__text p {
    margin: 0;
}

.modal-window__text h3 {
    text-align: center;
}

.modal-window__close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.3em;
    padding: 12px 9px 14px;
    cursor: pointer;
    line-height: 1px;
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: 4px 4px 13px 7px rgb(34 60 80 / 33%);
    -moz-box-shadow: 4px 4px 13px 7px rgba(34, 60, 80, 0.33);
    box-shadow: 4px 4px 13px 7px rgb(34 60 80 / 33%);
    background-color: #00000088;
    z-index: 1;
}

.agree-accept-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.callagreement {
    color: #5259a4;
    cursor: pointer;
}

.agree-accept-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

button.agree_accept {
    background: #5259a4;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

button.agree_accept label {
    cursor: pointer;
}

/* Modal Window End */

/* Gallery Begin */
img.picts-gallary__item {
    cursor: pointer;
    display: block;
}

.gallary-big-img {
    /* max-width: 99%; */
    width: auto;
    height: 99%;
    display: flex;
    align-items: center;
    position: relative;
}

.gallary-big-img img {
    max-width: 100%;
    max-height: 100%;
}

.loader-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.loder-crcil {
    box-shadow: 3px 0 0px #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: loader 1s linear infinite;
}

.loader-wrapper.hide {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    0% {
        transform: rotate(360deg);
    }
}

.completed-projects-slider__control-wrapper {
    position: absolute;
    width: 100%;
}

.completed-projects-slider__control-wrapper>div {
    position: absolute;
    width: 50px;
    cursor: pointer;
    opacity: 0.5;
}

.completed-projects-slider__control-wrapper>div:hover {
    opacity: 0.9;
}

.completed-projects-slider__control-left {
    left: -10px;
}

.completed-projects-slider__control-right {
    right: -10px;
    transform: rotate(180deg);
}

/* Gallery End */

/* Media Queries */

@media (max-width: 1199px) {
    .container {
        width: auto;
    }

    .articles-wrapper.articles-parent-wrapper .articles-wrapper__articles-main-page .articles-wrapper__item-img img {
        width: auto;
        height: 100%;
    }

    .top-ban-text {
        padding-left: 15px;
    }

    .about-img-wrapper_img-item {
        height: 200px;
    }
}

.articles-wrapper__item-img {
    overflow: hidden;
}

@media (min-width: 992px) {
    .articles-wrapper__item-img {
        height: 170px;
    }
}

@media (max-width: 992px) {
    .articles-wrapper__item-img {
        width: 270px;
    }

    .service-page-img {
        max-width: 300px;
    }

    .articles-wrapper__articles-main-page>div {
        width: 47%;
    }

    .articles-wrapper.articles-parent-wrapper .articles-wrapper__articles-main-page .articles-wrapper__item-img img {
        width: 100%;
        height: auto;
    }

    .articles-wrapper__item {
        max-width: 100%;
    }

    .swiper {
        width: auto;
    }

    .features-wrapper__item-line {
        display: none;
    }

    .features-wrapper__item:nth-child(2),
    .features-wrapper__item:nth-child(5) {
        padding-top: 0;
    }

    .sevices-wrapper-item {
        width: 30%;
    }

    .footer-wrapper__item {
        width: auto;
    }
}

@media (min-width: 768px) {

    .main-navbar-toggle-wrapper,
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 768px) {
    .articles-wrapper__articles-main-page>div {
        max-height: max-content;
    }

    .header-wrapper__top-block {
        border-bottom: 0;
    }

    .header-wrapper__info-block-logo {
        margin: 0 auto;
    }

    .top-menu-section {
        height: auto;
        border-top: 0;
    }

    .top-menu-section .container {
        margin-left: unset;
    }

    .top-header-menu ul {
        margin: 0;
    }

    .specialist-info {
        display: block;
    }

    .specialist-info .img {
        margin-bottom: 30px;
    }

    .top-menu-section {
        background-color: transparent;
    }

    .top-submenu-inner-wrapper {
        background-color: transparent;
        box-shadow: none;
    }

    .top-submenu-inner-wrapper>ul>li {
        width: 100%;
    }

    .main-navbar-toggle-wrapper,
    .navbar-toggle {
        display: block;
    }

    .navbar-toggle {
        background: #757591;
        padding: 10px;
        border-radius: 5px;
        margin-top: 3px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 32px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        margin-top: 5px;
    }

    .navbar-toggle .icon-bar:first-child {
        margin-top: 0;
    }

    .top-header-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 2.5s;
        -moz-transition: max-height 2.5s;
        -ms-transition: max-height 2.5s;
        -o-transition: max-height 2.5s;
        transition: max-height 2.5s;
    }

    .top-header-menu.inview {
        max-height: 1000px;
        -webkit-transition: max-height 2.5s;
        -moz-transition: max-height 2.5s;
        -ms-transition: max-height 2.5s;
        -o-transition: max-height 2.5s;
        transition: max-height 2.5s;
    }

    .top-menu {
        /* display: none; */
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
        -ms-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }

    .top-menu.inview {
        /* display: block; */
        max-height: 300px;
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
        -ms-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }

    .main-navbar-toggle-wrapper {
        padding: 5px 0;
    }

    .main-navbar-toggle-wrapper .navbar-toggle {
        background-color: #757591;
        border-radius: 5px;
    }

    .header-wrapper__top-block {
        height: auto;
        overflow: hidden;
        -webkit-transition: max-height ease-out 1.1s;
        -moz-transition: max-height ease-out 1.1s;
        -ms-transition: max-height ease-out 1.1s;
        -o-transition: max-height ease-out 1.1s;
        transition: max-height ease-out 1.1s;
    }

    .header-wrapper__top-block.inview {
        height: auto;
        max-height: 1000px;
        -webkit-transition: max-height 2.5s;
        -moz-transition: max-height 2.5s;
        -ms-transition: max-height 2.5s;
        -o-transition: max-height 2.5s;
        transition: max-height 2.5s;
    }

    .top-header-menu ul {
        display: block;
        padding-bottom: 10px;
    }

    .top-header-menu ul li {
        margin: 10px 0;
    }

    .top-menu>ul {
        display: block;
        margin: 0;
    }

    .top-menu ul li[data-folder="isfolder"]>.top-submenu-wrapper.hide-this {
        /* display: block; */
        display: none;
        opacity: 1;
        position: static;
    }

    .top-menu ul li[data-folder="isfolder"] .menu-item-has-children {
        transform: rotate(90deg);
        display: none;
    }

    .top-menu ul li[data-folder="isfolder"]:hover>a {
        background-color: transparent;
        box-shadow: none;
    }

    .header-wrapper__info-block {
        display: block;
    }

    .header-wrapper__info-block-adress {
        width: auto;
        text-align: center;
        margin-top: 10px;
    }

    .header-wrapper__info-block-adress-phone {
        text-align: center;
    }

    .header-wrapper__info-block-adress-text-all {
        width: fit-content;
        margin: 5px auto;
    }

    .appointment-button {
        width: fit-content;
        margin: 5px auto;
    }

    .nashi-vrachi-wrapper {
        display: block;
    }

    .nashi-vrachi-wrapper__item {
        width: 100%;
    }

    .articles-wrapper__articles-main-page {
        display: block;
    }

    .articles-wrapper__articles-main-page>div {
        width: 100%;
        margin-bottom: 40px;
    }

    .articles-wrapper.articles-parent-wrapper .articles-wrapper__articles-main-page .articles-wrapper__item {
        height: auto;
        margin-bottom: 20px;
    }

    .articles-wrapper.articles-parent-wrapper .articles-wrapper__articles-main-page .articles-wrapper__item-img {
        height: auto;
    }

    .articles-wrapper.articles-parent-wrapper .articles-wrapper__articles-main-page .articles-wrapper__item-block {
        position: static;
        height: auto;
        padding: 0;
    }

    .articles-wrapper__item-img img,
    .articles-wrapper.articles-parent-wrapper .articles-wrapper__articles-main-page .articles-wrapper__item-img img {
        width: auto;
        height: auto;
    }

    .articles-wrapper__articles-main-page .articles-wrapper__item-block::after {
        display: none;
    }

    .articles-wrapper__articles-main-page .articles-wrapper__item:hover .articles-wrapper__item-block {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .footer-logo-text {
        font-size: 1.2em;
    }

    .about-img-wrapper {
        display: block;
    }

    .about-img-wrapper_mission {
        padding: 0;
        margin: 0;
    }

    .page-content-wrapper .img-width-auto {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .articles-wrapper img {
        width: 100% !important;
    }

    .articles-wrapper__item-info img,
    .article-info-block-wrapper__parent-title img {
        width: auto !important;
    }

    .service-page-img {
        float: none;
        max-width: 100%;
        margin: 0 0 30px;
    }

    .sevices-wrapper-item {
        width: 100%;
    }

    .features-wrapper {
        display: block;
    }

    .features-wrapper__item {
        width: fit-content;
        margin: 20px auto 40px;
    }

    .page-bottom {
        font-size: 0.7em;
    }

    .footer-logo-text {
        font-size: 1.1em;
    }

    .about-img-wrapper_img {
        display: block;
    }

    .about-img-wrapper_img-item {
        height: auto;
        margin-bottom: 10px;
    }

    .search-form input[type=text] {
        width: auto;
    }
}

@media (max-width: 480px) {
    .price-list-table tr td:nth-child(2) {
        font-size: 0.8em;
    }

    .specialist-info .img,
    .nashi-vrachi-wrapper__item-photo {
        max-width: 200px;
        margin: 0 auto 40px;
    }

    .swiper-button-prev,
    .swiper-button-prev-articles,
    .swiper-button-next,
    .swiper-button-next-articles,
    .nashi-vrachi-wrapper__item-text {
        display: none;
    }

    .specialist-info .img img {
        width: 100%;
    }

    .swiper {
        height: 500px;
        padding: 0;
    }
}

@media (max-width: 360px) {
    h1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.6em;
    }

    .top-ban-text__title {
        font-size: 2.0em;
    }

    .swiper {
        height: auto;
    }

    .page-bottom {
        height: auto;
        line-height: normal;
        padding: 5px 0;
    }

    #whatsapp_widget {
        right: 15px;
        left: 15px;
    }

    #whatsapp_widget svg {
        margin-right: 10px;
    }

    .price-list-table {
        font-size: 12px;
    }

    .footer-phone {
        display: block;
    }
}