@charset "UTF-8";
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto"), url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff");
    display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
    display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto"), url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
    display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
    display: swap;
}

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

*:active,
*:focus {
    outline: none !important;
    text-decoration: none !important;
}

html {
    height: 100%;
    overflow-x: hidden;
}

html.lock {
    overflow: hidden;
}

body {
    min-height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    background: #fff;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
    clear: both;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2.doctor__stati-title,
h2.doctor__documents-title,
h2.doctor__comments-title {
    position: relative;
    text-transform: uppercase;
    padding-top: 28px !important;
    margin-left: -10px;
    letter-spacing: 1.1px;
    font-size: 35px;
    text-align: center;
    color: #333;
}

.article-checked {
    background-color: #FFFFFF;
    line-height: 25px;
    font-size: 14px;
    padding: 25px 30px 30px 30px;
    border-radius: 10px;
    margin: 10px 0px 10px;
}

.article-checked_items {
    position: relative;
}

.article-checked_item {
    display: flex;
}

.article-checked .article-checked_foto {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0px;
}

.article-checked_item .article-checked_item-author {
    color: #33333380;
    font-weight: 400;
    margin-bottom: 5px;
}

.article-checked_item-name {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.article-checked_item .article-checked_item-post {
    color: #FFFFFF;
    font-weight: 500;
}

.article-checked_item .article-checked_item-posts {
    margin-bottom: 50px;
}

.article-checked_item .article-checked_item-post div {
    background-color: #53C4F6;
    padding: 10px;
    border-radius: 4px;

}

.article-checked_item-time,
.article-checked_item-views {
    display: flex;
    align-items: center;
    padding-left: 2px;
}

.article-checked_item .article-checked_item-icon {
    margin-bottom: 0px;
}

.article-checked_item-views {
    margin-left: 30px;
}

.article-checked_item-icon {
    width: 20px;
    height: 20px;
    margin-right: 11px;
}

@media (max-width: 734px) {
    .article-checked {
        padding: 20px;
    }

    .article-checked_foto,
    .article-checked_foto img {
        width: 80px;
        height: 80px;
    }

    .article-checked_item-author {
        font-size: 12px;
    }

    .article-checked_item-name {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .article-checked_item .article-checked_item-posts {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media (min-width: 734px) {
    .article-checked_item .article-checked_item-post {
        max-width: 71%;
    }
}

@media (max-width: 723px) {
    .img-ogrn {
        max-width: 349px;
		margin-bottom: 15px;
    }
}

@media (max-width: 510px) {
    .article-checked_foto {
        left: 0;
    }

    .article-checked_item-author,
    .article-checked_item-name {
        margin-left: 95px;
        margin-right: 28px;
    }

    .article-checked_item-post {
        background-color: #53C4F6;
        width: 100%;
        padding: 0px;
        border-radius: 4px;
        text-align: center;
    }

    .article-checked_items .article-checked_item-author p {
        margin-bottom: 0px;
    }
}

@media (min-width: 510px) {
    .article-checked_item-name {
        max-width: 72%;
    }
}

@media (max-width: 396px) {
    .article-checked_item-name {
        margin-right: 0px;
    }
}

.article-published {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #80A2B1;
    align-items: center;
    margin: 5px 0px 20px;
}

.article-socials {
    color: #333333;
    display: flex;
    font-size: 14px;
}

.article-published {
    background-color: #DFF1F9;
    border-radius: 10px;
    padding: 15px 30px;
    justify-content: space-between;
}

.article-socials-item:not(:first-child) {
    margin-left: 10px;
}

.article-socials-item {
    display: grid;
    align-items: center;
}

.article-socials .article-socials-item img {
    display: grid;
    align-items: center;
    margin: 0px;
}

@media (min-width: 775px) {
    .article-published_info {
        display: flex;
    }

    .article-published_info-date {
        margin-right: 20px;
    }

    .article-published {
        display: flex;
        margin: 5px 0px 80px;
    }
}

@media (max-width: 775px) {
    .article-socials_published {
        margin-top: 20px;
    }

    .article-published_info-update {
        margin-top: 5px;
    }
}

.article-rating {
    padding: 20px 0px 50px 0px;
}

.article-rating_title {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #AEC8D3;
}

.article-rating_count {
    font-size: 50px;
    line-height: 45px;
}

.article-rating_item {
    display: flex;
}

.article-rating_items {
    justify-content: space-between;
    padding: 25px 0px;
}

.article-rating_stars {
    margin-left: 15px;
    display: grid;
    align-items: end;
}

.article-rating .article-rating_star p {
    font-size: 14px;
    color: #80A2B1;
    line-height: 20px;
    margin-left: 10px;
    margin-bottom: 0px
}

.article-rating_star {
    display: flex;
}

.article-rating .article-rating_star img {
    display: flex;
    margin-bottom: 0px
}

.article-rating_stars-rate {
    color: #5CC7F7;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .article-rating_star {
        width: 120px;
        height: 20px;
    }
}

@media (min-width: 544px) {
    .article-rating_items {
        display: flex;
    }
}

@media (max-width: 544px) {
    .article-rating_item-socials {
        padding-top: 35px;
    }
}

.popup {
    margin-top: 100px;
    padding: calc(15 * 1px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fff;
    max-width: 500px;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3000 !important;
    border-radius: 25px;
}

.form__block {
    width: 373px;
    -webkit-box-shadow: 0px 4px 20px rgb(33 154 164 / 10%);
    box-shadow: 0px 4px 20px rgb(33 154 164 / 10%);
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

.popup:target {
    opacity: 1;
    visibility: visible;
}

.popup:target .popup__content {
    transform: translate(0px, 0px);
    opacity: 1;
}

.popup__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default;
}

.popup__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

.popup__content {
    /*background-color: rgba(33, 43, 54, 0.5);*/
    color: #fff;
    max-width: 800px;
    padding: 30px;
    border-radius: 17px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform: translate(0px, -100%);
}

.popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.popup__close:hover {
    color: #000;
    text-decoration: none;
}

.popup__title {
    font-size: 40px;
    margin: 0px 0px 1em 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}

.popup__text img {
    width: 100%;
    height: 88vh;
}

@media (max-width: 567px) {
    .popup__text img {
        height: auto;
    }
}

.popup__button {
    background-color: #1b1c20;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: all 0.15s;
}

.popup__button:hover {
    opacity: 0.8;
}

.popup__link {
    color: grey;
    text-decoration: none;
}

.popup__link:hover {
    color: #1b1c20;
    text-decoration: none;
}

blockquote {
    border-left: 5px solid rgb(83, 196, 246);
}

.working-hours {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.row-eq-height {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.butn {
    display: inline-block;
    height: 49px;
    line-height: 49px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #5ad5a1;
    padding: 0 10px;
    border: 1px solid #5ad5a1;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.butn:hover,
.butn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #8ce2bd;
    border: 1px solid #8ce2bd;
}

.butn_white {
    background-color: #fff;
    color: #5ad5a1;
}

.butn_white:hover,
.butn_white:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #8ce2bd;
    border: 1px solid #8ce2bd;
    background-color: #5ad5a1;
}

.butn_tada {
    background: #fff;
    border-color: #fff;
    color: #5ad5a1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.butn_tada:hover {
    border-color: #fff;
    background: #fff;
    color: #5ad5a1;
    -webkit-animation-name: Tada;
    animation-name: Tada;
}

@-webkit-keyframes Tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@keyframes Tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.icon-f {
    background-image: url(../img/sprite.png);
}

.icon-insta {
    background-image: url(../img/sprite.png);
}

.icon-twee {
    background-image: url(../img/sprite.png);
}

.icon-yt {
    background-image: url(../img/sprite.png);
}

.header__top {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    background-image: -webkit-linear-gradient(120deg,
            rgba(67, 189, 218, 0.8) 0%,
            rgba(83, 196, 246, 0.8) 100%);
    background-image: linear-gradient(-30deg,
            rgba(67, 189, 218, 0.8) 0%,
            rgba(83, 196, 246, 0.8) 100%);
    z-index: 995;
}

.navi {
    list-style: none;
    display: block;
    text-align: justify;
    line-height: 0;
    margin-bottom: 0;
}

.navi:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: "";
    display: inline-block;
}

.navi>li {
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 14px;
    position: relative;
}

#nav {
    margin-bottom: -5px;
}

#nav>li>a {
    display: block;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    height: 60px;
    padding: 0 30px;
}

#nav>li>a:hover,
#nav>li.active a {
    text-decoration: none;
    background: #8ed7f6;
}

.header__middle {
    padding-top: 97px;
    padding-bottom: 15px;
}

.logo {
    position: relative;
}

.logo img {
    max-width: 100%;
}

.logo__location {
    font-size: 14px;
    font-family: "Roboto";
    color: #52c4f6;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    bottom: -2px;
    left: 28.214286%;
}

.heder__logo {
    padding-right: 0;
}

.heder__logo>a {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .heder__logo>a {
        display: inline-block;
    }
}

.info-item {
    display: flex;
    align-items: center;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: #52C4F6;
    border: initial;
}

.info-item__geo {
    margin-right: 4px;
}

.info-item__wrapper {
    margin-right: 4px;
}

.info-item__descr {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out;
    display: block;
}

.modal.open {
    opacity: 1;
    visibility: visible;
}

.modal__body {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 5px 20px;
}

.modal__content {
    width: 647px;
    max-width: 100%;
    position: relative;
    padding: 50px 60px;
    background-color: #fff;
    border-radius: 20px;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    padding: 0;
    background-color: initial;
    border: initial;
}

.modal .modal__title {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 25px;
}

.modal-city__list {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 16px;
}

.modal-city__link {
    color: #333;
    font-size: 16px;
    line-height: 25px;
    transition: color .2s ease;
}

@media (min-width: 1025px) {
    .modal-city__link:hover {
        color: #53C4F6;
    }
}

.slogan {
    padding-left: 75px;
    padding-right: 5px;
    position: relative;
    padding-top: 23px;
}

.slogan:before {
    content: "";
    display: block;
    position: absolute;
    width: 47px;
    height: 47px;
    left: 10px;
    top: 23px;
    background: url("../img/ico-24-7.png");
}

.phone a {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #333333;
}

.phone span {
    display: block;
}

.header__phone {
    padding-left: 0;
}

.header__button-holder .butn {
    width: 100%;
    line-height: 20px;
}

#nav-low {
    border-top: 1px solid #e4e4e4;
    margin-bottom: -5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#nav-low>li {
    position: relative;
}

#nav-low>li.toggleUL {
    padding-left: 45px;
}

#nav-low>li>a {
    display: block;
    height: 64px;
    line-height: 64px;
    color: #333333;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

#nav-low>li>a:after,
#nav-low>li>a:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    height: 1px;
    background-color: #5ad5a1;
    right: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {

    #nav-low>li>a:after,
    #nav-low>li>a:before {
        height: 0;
    }
}

#nav-low>li>ul {
    z-index: -9;
    visibility: hidden;
    padding: 4px 0;
    list-style: none;
    position: absolute;
    top: 100%;
    width: 246px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #8ce2bd;
    background-color: #ffffff;
    z-index: 9;
}

#nav-low>li>ul>li a {
    display: block;
    padding: 13px 20px;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

#nav-low>li>ul>li a:hover,
#nav-low>li>ul>li a.active {
    background: #def7ec;
}

#nav-low>li>ul:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #bcefd9 transparent;
    bottom: 100%;
    left: 55px;
}

#nav-low>li>ul:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ffffff transparent;
    bottom: 100%;
    left: 56px;
}

#nav-low>li:hover>a,
#nav-low>li.active>a {
    color: #5ad5a1;
    text-decoration: none;
}

#nav-low>li:hover>a:after,
#nav-low>li.active>a:after {
    right: 0;
}

#nav-low>li:hover>a:before,
#nav-low>li.active>a:before {
    left: 0;
}

#nav-low>li:hover>ul {
    visibility: visible;
    z-index: 9;
	transition: 0.3s linear;
}

.openUl {
    position: absolute;
    width: 36px;
    height: 23px;
    left: 0;
    top: 5px;
}

.openUl:after,
.openUl:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
    height: 3px;
    width: 18px;
    background: #5ad5a1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    top: 16px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.openUl:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 12px;
}

.openUl:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
}

.openUl.open:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.openUl.open:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger {
    display: none;
    position: fixed;
    z-index: 9999999999;
    top: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    border: 2px solid #5ad5a1;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 28px;
    background: #5ad5a1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
    left: 2px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
    top: 9px;
}

#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
    top: 15px;
}

#hamburger span:nth-child(4) {
    top: 21px;
}

#hamburger.open {
    border-color: #fff;
}

#hamburger.open span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%;
}

#hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
}

#hamburger-low-wrap {
    display: none;
}

#hamburger-low {
    display: inline-block;
    width: 36px;
    height: 23px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: relative;
}

#hamburger-low:after,
#hamburger-low:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 18px;
    background: #5ad5a1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    top: 16px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#hamburger-low:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
}

#hamburger-low:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 12px;
}

#hamburger-low.open:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger-low.open:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

section {
    padding: 70px 0;
}

.section__title {
    position: relative;
}

.section__title h1,
.section__title h2,
.section__title p,
h2.doctor__stati-title,
h2.doctor__documents-title,
h2.doctor__comments-title {
    color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-family: "geometria", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}

.section__title h3 {
    color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-family: "geometria", sans-serif;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}
.section__title .section__text-notit {
    color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-family: "geometria", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}

.section__title:after,
.section__title:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section__title:before {
    background-color: #dadada;
    width: 115px;
    height: 1px;
    bottom: 0px;
}

.section__title:after {
    background-color: #53c4f6;
    width: 44px;
    height: 3px;
    bottom: -1px;
}

.doctors__page.section__title:before {
    bottom: 25px;
}
.doctors__page.section__title:after {
    bottom: 24px;
}

#about {
    padding: 70px 0 40px;
    background: -webkit-linear-gradient(120deg,
            rgba(67, 189, 218, 0.8) 0%,
            rgba(83, 196, 246, 0.8) 100%),
        url("../img/bg-about.png") center;
    background: linear-gradient(-30deg,
            rgba(67, 189, 218, 0.8) 0%,
            rgba(83, 196, 246, 0.8) 100%),
        url("../img/bg-about.png") center;
    background-size: cover;
}

.about__title {
    margin-bottom: 41px;
}

.about__title p {
    color: #fff;
    font-family: "geometria", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

.about__list {
    list-style: none;
}

.about__list li {
    width: 50%;
    float: left;
    padding: 0 20px 0 79px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 83px;
    position: relative;
    cursor: default;
}

.about__list li:last-child {
    margin-bottom: 0;
}

.icon-wrap {
    position: absolute;
    left: 0;
    top: -18px;
    width: 59px;
    height: 59px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.icon-wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: -3px;
    top: 50%;
}

.icon-wrap_dot7:before {
    left: 6px;
    top: 82%;
}

.icon-wrap_dot6:before {
    left: 49%;
    top: 55px;
}

.icon-wrap_dot5:before {
    left: 46px;
    top: 82%;
}

.icon-wrap_dot3:before {
    left: 55px;
    top: 49%;
}

.about__icon {
    fill: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about__icon_stamp {
    width: 26px;
    height: 29px;
}

.about__icon_ambulance {
    width: 32px;
    height: 25px;
}

.about__icon_sheet {
    width: 23px;
    height: 25px;
}

.about__icon_house {
    width: 27px;
    height: 24px;
}

.about__icon_wallet {
    width: 27px;
    height: 27px;
}

.about__list li:hover .icon-wrap {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.form-wrap {
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.19);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    padding: 25px;
}

.form__title {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 26px;
}

.form__title:after,
.form__title:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.form__title:before {
    background-color: #dadada;
    width: 115px;
    height: 1px;
    bottom: 0;
}

.form__title:after {
    background-color: #53c4f6;
    width: 44px;
    height: 3px;
    bottom: -1px;
}

.form__title p {
    color: #333333;
    font-family: "geometria", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

.input-row {
    position: relative;
    margin-bottom: 20px;
}

.input-row_margin0 {
    margin-bottom: 0;
}

.input-row input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 45px 0 16px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 300;
}

input.calc-input {
    padding: 0 0 0 10px !important;
}

td.calc-td {
    width: 35%;
}

.input-row input::-webkit-input-placeholder {
    color: inherit;
}

.input-row input::-moz-placeholder {
    color: inherit;
}

.input-row input:-ms-input-placeholder {
    color: inherit;
}

.input-row input:-moz-placeholder {
    color: inherit;
}

.input-row .butn {
    width: 100%;
}

.input-icon {
    position: relative;
}

.input-icon:before {
    content: "";
    display: block;
    position: absolute;
}

.input-icon_user:before {
    width: 16px;
    height: 17px;
    background: url("../img/svg/user.svg") no-repeat;
    right: 16px;
    top: 12px;
}

.input-icon_phone:before {
    width: 19px;
    height: 18px;
    background: url("../img/svg/phone.svg") no-repeat;
    right: 15px;
    top: 12px;
}

.jq-checkbox {
    position: absolute !important;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    z-index: 9;
    background: #fff;
}

.jq-checkbox:before {
    display: block;
    position: absolute;
    content: "✓";
    left: 2px;
    top: -3px;
    color: #5ad5a1;
    opacity: 0;
}

.jq-checkbox.checked:before {
    opacity: 1;
}

.form-hint {
    display: inline-block;
    padding: 0 0 0 23px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #848484;
    position: relative;
}

.form-hint a {
    color: #5ad5a1;
    text-decoration: underline;
}

.form-hint a:hover {
    text-decoration: none;
}

.service {
    display: block;
    text-align: center;
    color: #333;
    padding: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service__img {
    margin-bottom: 20px;
}

.service__img img {
    max-width: 100%;
    max-height: 155px;
}

.service__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

.service__price {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}

.service__description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}

.service .butn {
    width: 100%;
}

.service:hover {
    text-decoration: none;
    color: #333;
    -webkit-box-shadow: 0 5px 32px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 32px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.service:hover .butn {
    color: #ffffff;
    background-color: #8ce2bd;
}

#why-we {
    background-color: #edf9fe;
}

#lic-slide {
    background-color: #edf9fe;
    padding-top: 0;
}

.why {
    height: 100px;
    text-align: center;
    display: inline-block;
}

.why__icon-wrap {
    position: relative;
    display: inline-block;
    height: 120px;
}

.why__icon-wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 76px;
    height: 76px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    right: -25px;
    top: 10px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    z-index: 0;
}

.why__icon-wrap span {
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #53c4f6;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 3;
}

.why__icon-wrap span:before {
    content: "";
    display: block;
    position: absolute;
    background-color: inherit;
    height: 2px;
}

.why__icon-wrap span.item1 {
    top: 13px;
    left: -12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.why__icon-wrap span.item1:before {
    width: 10px;
    -webkit-transform: rotate(-84deg);
    -ms-transform: rotate(-84deg);
    transform: rotate(-84deg);
}

.why__icon-wrap span.item2 {
    top: 65px;
    left: 104%;
}

.why__icon-wrap span.item2:before {
    width: 5px;
    left: 0;
    top: -3px;
}

.why__icon-wrap span.item3 {
    top: 79%;
    left: 21px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.why__icon-wrap span.item3:before {
    width: 4px;
    left: 2px;
    top: -3px;
}

.why__icon-wrap_star:after {
    right: 15px;
    top: 0;
}

.why__icon-wrap_star span.item1 {
    top: 0;
    left: 100%;
}

.why__icon-wrap_star span.item2 {
    top: 75px;
    left: -10px;
}

.why__icon-wrap_star span.item3 {
    top: 75px;
    left: 100%;
}

.why__icon-wrap_bag:after {
    right: -30px;
    top: 20px;
}

.why__icon-wrap_bag span.item1 {
    top: 75px;
    left: -20px;
}

.why__icon-wrap_bag span.item2 {
    top: 0;
    left: 100%;
}

.why__icon-wrap_bag span.item3 {
    top: 0;
    left: -20px;
}

.why__icon-wrap_clock:after {
    right: 25px;
    top: -10px;
}

.why__icon-wrap_clock span.item1 {
    top: 75px;
    left: -20px;
}

.why__icon-wrap_clock span.item2 {
    top: 45px;
    left: 110%;
}

.why__icon-wrap_clock span.item3 {
    top: 0;
    left: -20px;
}

.why__icon {
    display: inline-block;
    fill: #53c4f6;
    position: relative;
    z-index: 3;
}

.why__icon_sheet-big {
    width: 71px;
    height: 80px;
}

.why__icon_star {
    width: 66px;
    height: 93px;
}

.why__icon_bag {
    width: 83px;
    height: 81px;
}

.why__icon_clock {
    width: 87px;
    height: 84px;
}

.why:hover .why__icon-wrap span {
    -webkit-transform: rotate(390deg);
    -ms-transform: rotate(390deg);
    transform: rotate(390deg);
}

.why:hover .why__icon-wrap_sheet-big:after {
    right: 25px;
    top: -10px;
}

.why:hover .why__icon-wrap_sheet-big span.item1 {
    left: 101%;
    top: 75px;
}

.why:hover .why__icon-wrap_sheet-big span.item2 {
    top: 0;
    left: -15px;
}

.why:hover .why__icon-wrap_sheet-big span.item3 {
    top: 0;
    left: 101%;
}

.why:hover .why__icon-wrap_star:after {
    right: 25px;
    top: -10px;
}

.why:hover .why__icon-wrap_star span.item1 {
    top: 75px;
    left: -20px;
}

.why:hover .why__icon-wrap_star span.item2 {
    top: 45px;
    left: 110%;
}

.why:hover .why__icon-wrap_star span.item3 {
    top: 0;
    left: -20px;
}

.why:hover .why__icon-wrap_bag:after {
    right: 15px;
    top: 0;
}

.why:hover .why__icon-wrap_bag span.item1 {
    top: 0;
    left: 100%;
}

.why:hover .why__icon-wrap_bag span.item2 {
    top: 75px;
    left: -10px;
}

.why:hover .why__icon-wrap_bag span.item3 {
    top: 75px;
    left: 100%;
}

.why:hover .why__icon-wrap_clock:after {
    right: -15px;
    top: 20px;
}

.why:hover .why__icon-wrap_clock span.item1 {
    top: 0;
    left: 100%;
}

.why:hover .why__icon-wrap_clock span.item2 {
    top: 75px;
    left: -10px;
}

.why:hover .why__icon-wrap_clock span.item3 {
    top: 75px;
    left: 100%;
}

.calcTable button {
    width: 42px;
    height: 42px;
    background-color: #6ad9aa;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    line-height: 35px !important;
}

#m,
#w {
    height: auto;
    width: auto;
    font-size: 14px;
    font-weight: 300;
    margin: 10px;
}

.calcResults {
    border-radius: 5px;
    background-color: #edf9fe !important;
    border-radius: 5px;
    color: black !important;
    width: 100% !important;
}

.calcResults td {
    padding: 7px;
}

.container-calc {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-calc .stpoint {
    position: absolute;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #e1e2e6;
    border-radius: 50%;
}

.container-calc:hover input~.checkmark {
    background-color: #e1e2e6;
}

.container-calc input:checked~.checkmark {
    background-color: #e1e2e6;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-calc input:checked~.checkmark:after {
    display: block;
}

.container-calc .checkmark:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6ad9aa;
}

.page-rating {
    margin-bottom: 20px;
}

#conditions {
    padding-top: 10px;
    background-image: -webkit-linear-gradient(top, #edf9fe 137px, #fff 137px);
    background-image: linear-gradient(180deg, #edf9fe 137px, #fff 137px);
}

.form-wrap_blue {
    background: -webkit-linear-gradient(120deg,
            rgba(67, 189, 218, 0.81) 0%,
            rgba(83, 196, 246, 0.81) 100%),
        url("../img/bg-form-blue.png");
    background: linear-gradient(-30deg,
            rgba(67, 189, 218, 0.81) 0%,
            rgba(83, 196, 246, 0.81) 100%),
        url("../img/bg-form-blue.png");
    background-size: cover;
    padding: 40px;
    margin-bottom: 69px;
}

.input-row_large input {
    height: 50px;
    line-height: 50px;
}

.input-row_large:before {
    top: 17px;
}

.form__title_white {
    text-align: center;
}

.form__title_white h2,
.form__title_white p {
    color: #ffffff;
    font-family: "geometria", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.form__title_white:after,
.form__title_white:before {
    display: none;
}

.form-hint_white {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.form-hint_white a {
    color: #fff;
}

.conditions-img {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.conditions-img img {
    width: 100%;
}

.conditions-img span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    color: #333333;
    font-family: "geometria", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.conditions-img:after,
.conditions-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.conditions-img:before {
    background: #fff;
    opacity: 0.9;
}

.conditions-img:after {
    border: 1px solid #d9dede;
}

.conditions-img:hover span {
    opacity: 1;
}

.conditions-img:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.conditions-img:hover:after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.show-more-butn-holder {
    text-align: center;
    padding-bottom: 20px;
}

.show-more-butn-holder .butn {
    min-width: 265px;
}

#staff {
    background-color: #edf9fe;
}

.slider {
    padding: 0 59px;
    position: relative;
}

.slider .slick-arrow,
.slider_lic .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 59px;
    z-index: 10;
    font-size: 32px;
    line-height: 1;
}

.slider .slick-arrow span,
.slider_lic .slick-arrow span {
    padding-top: 3px;
    position: absolute;
    width: 43px;
    height: 43px;
    background-color: #6ad9aa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.slider .slick-arrow span:before,
.slider_lic .slick-arrow span:before {
    display: block;
    content: "\2329";
    position: absolute;
    height: 29px;
    top: 3px;
    left: 16px;
}

.slider .slick-arrow:hover,
.slider_lic .slick-arrow:hover {
    opacity: 0.8;
}

.slider .slick-arrow-right,
.slider_lic .slick-arrow-right {
    right: 0;
}

.slider .slick-arrow-right span:before,
.slider_lic .slick-arrow-right span:before {
    content: "\232A";
}

.slider .slick-arrow-left,
.slider_lic .slick-arrow-left {
    left: 0;
}

.staff {
    padding: 25px;
    background: #fff;
    margin: 0 15px;
    height: 100%;
}

.staff__img {
    margin-bottom: 24px;
}

.staff__img img {
    width: 100%;
}

.staff__name {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.staff__experience,
.staff__position {
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}

.staff__experience:before,
.staff__position:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.staff__position:before {
    background: url("../img/svg/med-bag-simple.svg");
    width: 18px;
    height: 18px;
}

.staff__experience:before {
    background: url("../img/svg/clock-simple.svg");
    width: 18px;
    height: 18px;
}

#about-text {
    padding-top: 10px;
    background-image: -webkit-linear-gradient(top, #fff 137px, #edf9fe 137px);
    background-image: linear-gradient(180deg, #fff 137px, #edf9fe 137px);
}

.text p {
    margin-bottom: 0;
}

.text p span {
    margin-bottom: 22px;
    color: coral;
    font-weight: bold;
}

.text li {
    margin: 5px 0px;
}

.about-text__img img {
    max-width: 33% !important;
    float: right;
    margin: 7px 0 7px 7px;
}

#location {
    position: relative;
    padding: 0;
}

.location__title {
    position: absolute;
    text-align: center;
    z-index: 99;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.location__title .section__title h1,
.location__title .section__title h2,
.location__title .section__title p {
    pointer-events: none;
}

.nav-map-tab {
    list-style: none;
    display: inline-block;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
    font-size: 0;
}

.nav-map-tab li {
    display: inline-block;
}

.nav-map-tab li a {
    display: block;
    padding: 24px 15px 20px;
    min-width: 240px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-map-tab li a:hover {
    color: #fff;
    -webkit-box-shadow: 0 5px 18px rgba(90, 213, 161, 0.59);
    box-shadow: 0 5px 18px rgba(90, 213, 161, 0.59);
    background-color: #5ad5a1;
    text-decoration: none;
}

.nav-map-tab li.active a {
    color: #fff;
    -webkit-box-shadow: 0 5px 18px rgba(90, 213, 161, 0.59);
    box-shadow: 0 5px 18px rgba(90, 213, 161, 0.59);
    background-color: #5ad5a1;
}

.nav-map-tab li:first-child a {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.nav-map-tab li:last-child a {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

#map1,
#map2 {
    height: 600px;
}

.iw_content p {
    display: block;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding-left: 30px;
}

.iw_content p:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.iw_title {
    height: 14px;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
}

.iw_adress:before {
    width: 19px;
    height: 18px;
    background: url("../img/svg/house-simple.svg") no-repeat;
}

.iw_phone:before {
    width: 16px;
    height: 16px;
    background: url("../img/svg/phone-blue.svg") no-repeat;
    left: 2px !important;
}

.iw_mail:before {
    width: 17px;
    height: 14px;
    background: url("../img/svg/envelope.svg") no-repeat;
    left: 3px !important;
}

#bodyContent p {
    display: block;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

#bodyContent p:before {
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
}

.tab-content>.tab-pane {
    display: block !important;
    height: 0 !important;
    overflow: hidden !important;
}

.tab-content>.active {
    display: block !important;
    height: 600px !important;
}

.inner-main {
    padding: 30px 0 70px;
    background-color: #edf9fe;
}

.sidebar__item {
    -webkit-box-shadow: 0 5px 43px rgba(82, 196, 246, 0.19);
    box-shadow: 0 5px 43px rgba(82, 196, 246, 0.19);
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
}

.sidebar-menu {
    padding-bottom: 15px;
    padding-left: 0;
}

.sidebar-menu ul {
    list-style: none;
}

.sidebar-menu ul li {
    padding: 10px 0 11px 30px;
    border-left: 3px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-menu ul li a {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-menu ul li:hover,
.sidebar-menu ul li.active {
    border-left: 3px solid #5ad5a1;
}

.sidebar-menu ul li:hover a {
    color: #5ad5a1;
    text-decoration: none;
}

.sidebar-slider {
    position: relative;
}

.sidebar-slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 100%;
    width: 30px;
    height: 30px;
    z-index: 10;
    font-size: 23px;
    line-height: 1;
    margin-top: 10px;
}

.sidebar-slider .slick-arrow span {
    display: block;
    padding-top: 1px;
    width: 30px;
    height: 30px;
    background-color: #6ad9aa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.sidebar-slider .slick-arrow:hover {
    opacity: 0.8;
}

.sidebar-slider .slick-arrow-right {
    right: 0;
}

.sidebar-slider .slick-arrow-left {
    left: 0;
}

.sidebar-slider__item {
    text-align: center;
}

.sidebar-slider__item img {
    display: inline-block;
    max-width: 100%;
}

.sidebar__slider-butn-holder {
    padding: 0 43px;
    text-align: center;
}

.sidebar__slider-butn-holder .butn {
    width: 100%;
}

.sidebar__item_banner {
    padding: 0;
    position: relative;
}

.sidebar__item_banner img {
    width: 100%;
}

.sidebar__item_banner-date {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
}

.bread-crumb {
    list-style: none;
    margin-bottom: 30px;
}

.bread-crumb li {
    position: relative;
    margin: 0 10px 0 0;
    display: inline-block;
}

.bread-crumb li a {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    text-decoration: underline;
    line-height: 1;
    display: block;
}

.bread-crumb li a:hover {
    text-decoration: none;
}

.bread-crumb li a.active {
    text-decoration: none;
    cursor: default;
    color: #999999;
}

.bread-crumb li a.active:hover {
    text-decoration: none;
}

.bread-crumb li+li {
    padding-left: 15px;
}

.bread-crumb li+li:before {
    position: absolute;
    content: "»";
    left: 0;
    top: -4px;
}

.text h1,
h2.doctor__stati-title,
h2.doctor__documents-title,
h2.doctor__comments-title {
    font-family: "geometria", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 25px;
}

.text h2 {
    font-family: "geometria", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.text img {
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto 20px;
    display: flex;
}

.text table {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    border-bottom: 1px solid #53c4f6;
}

.text table td,
.text table th {
    padding: 20px 25px;
}

.text table th {
    text-align: center;
}

.text table tr:first-child th {
    background-color: #53c4f6;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.text table tr:nth-child(even) {
    background-color: #fff;
}

.text table tr td:nth-child(2) {
    text-align: right;
    font-weight: 700;
}

.text table a {
    display: inline-block;
    color: #5ad5a1;
    white-space: nowrap;
    text-decoration: underline;
    margin-left: 5px;
    position: relative;
}

.text table a ul {
    padding: 15px 15px 15px 35px;
    position: absolute;
    top: 100%;
    left: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    width: 360px;
    -webkit-box-shadow: 0 5px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 43px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    z-index: 99;
    display: none;
}

.text table a:hover {
    text-decoration: none;
    border-bottom: none;
}

.text table a:hover ul {
    display: block;
    width: fit-content;
}

table.reverse-bg tr:nth-child(even) {
    background-color: transparent;
}

table.reverse-bg tr:nth-child(odd) {
    background-color: #fff;
}

.call-to-action {
    -webkit-box-shadow: 0 11px 51px rgba(0, 0, 0, 0.18);
    box-shadow: 0 11px 51px rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f1f1f1;
    background: -webkit-linear-gradient(120deg,
            rgba(67, 189, 218, 0.81) 0%,
            rgba(83, 196, 246, 0.81) 100%),
        url("../img/bg-form-blue.png");
    background: linear-gradient(-30deg,
            rgba(67, 189, 218, 0.81) 0%,
            rgba(83, 196, 246, 0.81) 100%),
        url("../img/bg-form-blue.png");
    background-size: cover;
    padding: 35px;
    text-align: center;
}

.call-to-action__title {
    color: #ffffff;
    font-family: "geometria", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.call-to-action__title span {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 20px;
    display: block;
    padding-top: 10px;
    margin-bottom: 30px;
}

.call-to-action__phone {
    border: 1px solid #ffffff;
    font-size: 16px;
    padding: 30px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 27px;
}

.call-to-action__phone a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    vertical-align: middle;
}

.call-to-action__phone span {
    vertical-align: middle;
    margin-left: 10px;
}

.call-to-action__butn-holder {
    color: #ffffff;
}

.call-to-action__butn-holder span {
    display: block;
    margin-bottom: 18px;
}

.call-to-action__butn-holder .butn {
    display: block;
    margin: 0 auto;
    max-width: 323px;
}

.text .call-to-action--redisign a:hover {
    border-bottom: none !important;
    color: #ffffff;
}

.call-to-action--redisign {
    margin-top: 168px;
    position: relative;
    padding: 32px;
    text-align: left;
    background: linear-gradient(96.43deg, #53c8f0 0.99%, #a6e8ff 100.66%);
    box-shadow: 0px 5px 50px rgb(6 77 101 / 19%);
    border-radius: 8px;
}

.call-to-action__title--redisign {
    color: #ffffff;
    font-family: "Geometria", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 0;
    text-transform: none;
}

.call-to-action__doctor {
    position: absolute;
    width: 520px;
    height: 527px;
    right: -43px;
    bottom: -10px;
}

.call-to-action__title--redisign span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    display: block;
    margin-bottom: 32px;
    text-transform: none;
    padding-bottom: 0;
}

.call-to-action__phone--redisign {
    border: 1px solid #ffffff;
    font-size: 16px;
    padding: 30px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 27px;
}

.call-to-action__phone--redisign a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    vertical-align: middle;
}

.call-to-action__phone--redisign span {
    vertical-align: middle;
    margin-left: 10px;
}

.call-to-action__butn-holder--redisign {
    color: #333333;
    margin-top: 32px;
    background: #ffffff;
    box-shadow: 0px 5px 35px rgb(0 0 0 / 19%);
    border-radius: 8px;
    width: 100%;
    max-width: 472px;
    height: auto;
}

.call-to-action__butn-holder--redisign img {
    margin-bottom: 0;
    padding-left: 16px;
}

.call-to-action--redisign .butn {
    padding: 16px 56px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    height: auto;
    border-radius: 8px;
}

.call-to-action__butn-holder--redisign p {
    padding: 16px;
    font-weight: 400;
    font-size: 22px !important;
    line-height: 140%;
    margin-bottom: 0;
}

.call-to-action__butn-holder--redisign .butn {
    display: block;
    margin: 0 auto;
    max-width: 323px;
}

.page-title h2,
.page-title p {
    font-family: "geometria", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.contacts {
    margin-bottom: 30px;
}

.map-wrap {
    margin-bottom: 35px;
}

.contacts__item {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.contacts__item a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.contacts__item a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contacts__item a:hover {
    text-decoration: none;
}

.contacts__item a[href*="javascript:void(0);"]:before {
    background: url("../img/svg/tag.svg") no-repeat;
    width: 19px;
    height: 20px;
}

.contacts__item a[href*="tel:"]:before {
    background: url("../img/svg/phone0.svg") no-repeat;
    width: 19px;
    height: 20px;
}

.contacts__item a[href*="tel:"]:before {
    background: url("../img/svg/phone-blue.svg") no-repeat;
    width: 19px;
    height: 20px;
}

.contacts__item a[href*="mailto"]:before {
    background: url("../img/svg/house-simple.svg") no-repeat;
    width: 19px;
    height: 20px;
}

.adresess {
    margin: 0 -15px;
    overflow: hidden;
    list-style: none;
}

.adresess li {
    display: inline-table;
    float: left;
    padding: 0 15px;
    width: 33.3333333333%;
    margin-bottom: 30px;
}

.adresess li a {
    display: table-cell;
    height: 65px;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 13px 25px;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle;
}

.adresess li a:hover {
    background-color: #5ad5a1 !important;
    color: #fff;
    text-decoration: none;
}

footer .logo {
    margin-bottom: 24px;
}

.footer__subtitle {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.payments img {
    max-width: 100%;
}

.payments {
    padding-bottom: 10px;
}

.footer__top {
    padding: 30px 0;
}

.footer__contacts .footer__bold {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.footer__bold a {
    color: #333;
}

.footer__contacts .footer__adress:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 17px;
    height: 17px;
    background: url("../img/svg/house-simple.svg");
}

.footer__contacts a[href*="mailto"]:before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: -2px;
    width: 17px;
    height: 17px;
    background: url("../img/svg/envelope.svg");
}

.footer__contacts p {
    margin-bottom: 15px;
}

.footer__phone {
    padding-left: 65px;
}

.footer__phone a[href*="tel"] {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}

.footer__phone .butn {
    width: 100%;
}

.footer__bottom {
    padding: 18px 0 13px;
    background: #edf9fe;
}

.lisence {
    padding-top: 4px;
    color: #8c9295;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.footer__socials {
    display: flex !important;
	align-items: center;
	justify-content: start;
}

.footer__socials .footer__subtitle {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding-right: 16px;
}

.footer__socials ul {
    list-style: none;
    display: inline-flex;
    gap: 4px;
}

.footer__socials ul li {
    display: inline-block;
}

.header__socials {
    text-align: right;
}

.header__socials ul {
    list-style: none;
    display: inline-flex;
    gap: 4px;
}

.header__socials ul li {
    display: inline-block;
}

.header__socials.mobile {
    display: flex;
    justify-content: start;
    align-items: center;
}

.header__socials.mobile ul {
    list-style: none;
    display: inline-flex;
    gap: 4px;
}

.header__socials.mobile ul li {
    display: inline-block;
}

.header__socials.mobile ul li a{
    width: 30px;
    height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 0 !important;
}

.header__socials.mobile ul li a img{
    width: 20px;
    height: 20px;
}

.header__socials.mobile.soc {
    display: block;
    width: 60px !important;
    height: 60px !important;
    background-color: #53c4f6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.soc {
    display: block;
    width: 26px;
    height: 26px;
    background-color: #53c4f6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.soc:hover {
    opacity: 1;
}

.soc_vk:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/sprite-soc.png");
}

.soc_vk:before {
    background-position: 0 -21px;
    width: 15px;
    height: 10px;
}

.header__middle .soc_vk:before {
    display: none;
}

.soc_fb:before {
    background-position: -55px 0;
    width: 8px;
    height: 15px;
}

.soc_tw:before {
    background-position: -36px 0;
    width: 14px;
    height: 12px;
}

.soc_ins:before {
    background-position: -18px 0;
    width: 13px;
    height: 13px;
}

.soc_yt:before {
    background-position: 0 0;
    width: 13px;
    height: 16px;
}

.soc_tg, .soc_ok {
    display: flex;
    justify-content: center;
    align-items: center;
}

.soc_tg::before {
    display: none;
}

.soc_tg svg {
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke-linejoin: round;
    stroke-miterlimit: 1.41421;
    transform: scale(0.65);
    margin-top: -1px;
    margin-left: -2px;
}

.header__phone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header__middle .footer__socials {
    margin-top: 10px;
    padding: 0;
}

.header__middle .soc {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__middle .soc svg {
    transform: scale(0.8);
}

.modal-dialog_help {
    max-width: 350px;
}

.modal-content .contacts-form-wrapper {
    position: relative;
}

.modal-dialog {
    margin-top: 70px !important;
    margin-left: auto;
    margin-right: auto;
}

.close-x {
    top: -35px;
    right: -30px;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.close-x:hover {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.close-x:after,
.close-x:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    top: 14px;
    left: 0px;
    background: #f9fef3;
}

.close-x:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-x:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*.col-md-6:nth-child(even){float:right;}
.col-md-6:nth-child(odd){float:left;}*/
.col-md-6:nth-child(2n + 1) {
    clear: both;
}

.whiteTheme,
.whiteTheme a,
.whiteTheme li:before {
    color: white !important;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    border-radius: 5px;
}

.post {
    width: 33%;
    padding: 0 15px 30px 15px;
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
}

.post a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.post:hover {
    background-color: hsla(0, 0%, 100%, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.5;
    transition: opacity 0.1s ease-out;
}

.post.whiteTheme:hover {
    /*background-color: rgba(0,0,0,1.0);*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.5;
    transition: opacity 0.1s ease-out;
}

.post-cnt {
    margin-top: -205px;
    cursor: pointer;
    padding: 0 10px 10px;
    font-size: 15px;
}

.post img {
    margin: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.blog-img {
    margin-top: -30px;
}

.blog-img img {
    width: 100%;
}

.post-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px !important;
}

.post p {
    color: white !important;
    padding-right: 10px;
    position: relative;
}

.whiteTheme p {
    color: white !important;
}

.fast-menu .bar>span>span {
    display: none;
}

.fast-menu {
    border-radius: 5px;
    border-bottom: 3px solid #e6eeff;
}

.fast-menu.open {
    border-bottom: none;
}

.fast-menu.open .bar>span>span {
    display: inline-block;
}

.fast-menu.open .bar>span:before {
    display: none;
}

.fast-menu .bar>span:before {
    content: " (" attr(data-text) ")";
    display: inline-block;
}

.fast-menu .toc-list {
    display: none;
}

.fast-menu.open .toc-list {
    display: block;
}

.toc-list {
    padding: 10px 10px 0 20px;
    border: 3px solid rgb(83, 196, 246);
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
}

.fast-menu {
    margin-bottom: 15px;
    border-radius: 5px;
    border-top: 3px solid rgb(83, 196, 246);
    border-bottom: 3px solid rgb(83, 196, 246);
}

.fast-menu .bar {
    background: rgb(83, 196, 246);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    padding: 10px;
}

.blog-title {
    text-align: center;
    vertical-align: middle;
    margin: -18% 0 18% 0;
    z-index: 2;
    position: relative;
    font-family: "geometria", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

.title-center {
    max-width: 80%;
    margin: 0 auto;
}

.blog-announce {
    background: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.darkened {
    position: relative;
}

.darkened::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.not-newspaper {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
}

.not-newspaper p,
.not-newspaper li {
    font-size: 18px;
    font-weight: normal;
}

.art-breadcrumb {
    margin-top: -50px;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}

iframe {
    padding: 15px;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .header__phone {
        padding-right: 0;
    }

    .header__phone a {
        font-size: 18px;
    }
}

@media (max-width: 959px) {
    .nav-map-tab {
        max-width: 240px;
    }
}

@media (min-width: 992px) {
    #nav-low {
        display: flex !important;
    }

    #nav {
        display: block !important;
    }
}

/* @media (max-width: 1200px) {
    #nav>li>a {
        padding: 0 15px;
    }
} */

@media (max-width: 991px) {
    .logo__location {
        left: 25.214286%;
    }

    #hamburger {
        display: block;
    }

    #nav {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 998;
        background-image: -webkit-linear-gradient(120deg,
                rgba(67, 189, 218, 0.9) 0%,
                rgba(83, 196, 246, 0.9) 100%);
        background-image: linear-gradient(-30deg,
                rgba(67, 189, 218, 0.9) 0%,
                rgba(83, 196, 246, 0.9) 100%);
        padding-top: 70px;
    }

    #nav>li {
        display: block;
        text-align: center;
    }

    #nav>li>a {
        font-size: 20px;
    }

    .header__middle {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .header__middle .row [class*="col-"] {
        margin-bottom: 20px;
    }

    .header__middle .row [class*="col-"]:nth-child(3) {
        clear: left;
    }

    .header__phone {
        text-align: center;
    }

    .header__bottom .container {
        position: relative;
    }

    #nav-low {
        display: none;
        position: absolute;
        border-top: none;
        background: #fff;
        z-index: 15;
        top: 100%;
        left: 15px;
        right: 15px;
        -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.19);
        box-shadow: 0 5px 35px rgba(0, 0, 0, 0.19);
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

    #nav-low li {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

    #nav-low li>a {
        height: auto;
        line-height: 1.3;
        padding: 15px 0;
    }

    #nav-low li>ul {
        display: none;
        position: static;
        margin-left: 20px;
        visibility: visible;
        width: auto;
    }

    #nav-low li>ul:after,
    #nav-low li>ul:before {
        display: none;
    }

    #hamburger-low-wrap {
        display: block;
    }

    #hamburger-low-wrap p {
        display: inline-block;
    }

    #about {
        padding-top: 40px;
    }

    .about__list {
        margin-bottom: 40px;
    }

    .about__list li {
        margin-bottom: 63px;
    }

    #why-we .why {
        width: 100%;
    }

    #why-we .row [class*="col-"] {
        margin-bottom: 40px;
    }

    #why-we .row [class*="col-"]:nth-child(odd) {
        clear: left;
    }

    .conditions-img span {
        font-size: 16px;
    }

    .footer__phone {
        padding-left: 15px;
        text-align: center;
    }

    .footer__phone .butn {
        max-width: 265px;
    }

    .footer__socials,
    .lisence {
        text-align: center;
    }

    .adresess li {
        width: 50%;
    }

    .contacts__item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .post {
        width: 50%;
        padding: 0 15px 30px 15px;
    }

    .blog-title {
        color: black;
        margin: 25px 0;
        padding-bottom: 10px;
        font-family: "geometria", sans-serif;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .blog-title:before {
        background-color: #dadada;
        width: 115px;
        height: 1px;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .blog-title:after {
        background-color: #53c4f6;
        width: 44px;
        height: 3px;
        bottom: -1px;
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .article-content img {
        margin: 10px 0 20px 0;
        max-width: 100%;
    }

    .call-to-action__doctor {
        display: none;
    }

    .call-to-action--redisign {
        margin-top: 0;
        padding: 24px 16px;
    }

    .call-to-action__title--redisign {
        font-size: 30px;
        line-height: 38px;
    }

    .call-to-action__title--redisign span {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        padding-top: 16px;
        margin-bottom: 16px;
    }

    .blog-title.whiteTheme {
        color: black !important;
        padding-top: 10px;
    }

    .call-to-action--redisign .butn {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        width: 100%;
        border-radius: 8px;
    }

    .post img {
        width: 100%;
    }

    .post p {
        width: 100% !important;
    }

    .call-to-action__butn-holder--redisign {
        margin-top: 24px;
        max-width: 100%;
    }

    .call-to-action__butn-holder--redisign p {
        display: flex;
        font-weight: 400;
        font-size: 18px !important;
        line-height: 140%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .call-to-action__butn-holder--redisign img {
        margin-bottom: 0;
        padding-left: 0;
    }
}

@media (max-width: 864px) {
    .logo__location {
        left: 38.914296%;
    }

    .slogan {
        display: none;
    }

    .heder__logo {
        width: 100%;
        text-align: center;
        padding-right: 15px;
    }

    .header__phone {
        padding: 0 15px;
    }

    .info-item {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .call-to-action__phone a {
        display: block;
    }

    #toTop {
        right: 55px;
        bottom: 60px;
        text-align: right;
        width: auto !important;
    }

    #toTop span {
        left: 40px !important;
    }
}

.t_fixed {
    display: none;
}

@media (max-width: 615px) {
    .t_fixed {
        display: block;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 0;
        padding: 10px;
    }

    .footer__top {
        text-align: center;
    }

    .footer__top [class*="col-"] {
        width: 100%;
        margin-bottom: 16px;
    }

    .footer__contacts a {
        display: inline-block;
    }

    .adresess li {
        width: 100%;
    }

    .adresess li a {
        text-align: center;
    }

    .phone a {
        text-decoration: underline !important;
    }

    .call-to-action__phone a {
        text-decoration: underline !important;
    }

    .footer__phone a {
        text-decoration: underline !important;
    }

    .post {
        width: 100%;
        /*padding:0;*/
        margin-bottom: 25px;
    }

    .not-newspaper p,
    .not-newspaper li {
        font-size: 16px;
    }

    .post p {
        padding: 0;
        width: 300px;
    }

    .text table th {
        padding: 20px 18px;
    }

    .text table tr td:nth-child(2) {
        width: 130px;
    }

    .logo__location {
        left: 19.914296%;
    }
}

@media (max-width: 540px) {
    .about__title p {
        font-size: 23px;
    }

    .about__list li {
        width: auto;
        float: none;
    }

    #services [class*="col-"] {
        width: 100%;
        float: none;
    }

    #services .butn {
        max-width: 265px;
    }
}

@media (max-width: 444px) {
    #hamburger {
        right: 15px;
    }

    .header__middle .row [class*="col-"] {
        margin-bottom: 15px;
    }

    #conditions .row [class*="col-"] {
        width: 100%;
    }

    .section__title h2,
    .section__title p,
    .section__title h1,
    h2.doctor__stati-title,
    h2.doctor__documents-title,
    h2.doctor__comments-title {
        font-size: 27px;
    }

    .call-to-action__phone {
        padding: 20px;
    }

    .call-to-action__phone a {
        font-size: 21px;
    }

    .page-title h2,
    .page-title p {
        font-size: 23px;
    }

    .close-x {
        right: 0px;
    }

    .text h1 {
        font-size: 27px;
    }
}

@media (max-width: 422px) {
     .footer__socials {
        display: flex;
    } 

    .header__middle .soc {
        width: 40px;
        height: 40px;
    }

    .header__middle .row [class*="col-"] {
        width: 100%;
    }

    .heder__logo {
        text-align: left;
    }

    .heder__logo img {
        max-width: 245px;
    }

    #why-we .row [class*="col-"] {
        margin-bottom: 50px;
        width: 100%;
    }

    .why p {
        max-width: 265px;
        margin-left: auto;
        margin-right: auto;
    }

    .slider {
        padding: 0 21px;
    }

    .form__title_white h2,
    .form__title_white h1,
    .form__title_white p {
        font-size: 23px;
    }

    .post-title {
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 5px !important;
    }
}

#toTop {
    width: 100px;
    padding: 5px;
    position: fixed;
    bottom: 175px;
    right: 12px;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana;
    font-size: 11px;
    z-index: 9999;
}

.inner .slider__item {
    width: 340px;
    /*height:393.8px;*/
    float: left;
    margin: 0 auto 40px;
}

.text ul,
.text ol {
    margin-bottom: 20px;
    padding-left: 18px;
}

.qestions {
    width: 255px;
    height: 187px;
    padding: 30px;
    text-align: center;
    float: right;
    margin-left: 30px;
    box-shadow: 0 5px 30px rgba(82, 197, 247, 0.1);
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 576px) {
    .qestions {
        float: none;
        margin: 45px auto 15px;
    }
}

.qestions button {
    text-transform: uppercase;
    width: 195px;
}

.animated {
    visibility: visible;
}

.methods {
    width: 255px;
    height: 270px;
    position: relative;
    text-align: center;
    float: right;
    margin-left: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(to top, #53c4f6 0%, rgba(83, 196, 246, 0) 100%);
    background-image: url(/netcat_template/template/probuzdenie/img/methods.png);
    background-repeat: no-repeat;
}

@media (max-width: 576px) {
    .methods {
        float: none;
        margin: 0 auto 15px;
    }
}

.methods p {
    display: block;
    position: absolute;
    bottom: 0;
}

.consult-details_form {
    margin-top: 60px;
    padding-top: 29px;
    width: 100%;
    height: 230px;
    border-radius: 5px;
    background-image: url(/netcat_template/template/probuzdenie/img/consult-details_form_bg.png);
    /*	background-color: #43c2e4;*/
    background-size: cover;
    margin-bottom: 40px;
}

.consult-details_form:hover {
    /*	background-image: none;
	background-color: #fff;*/
    box-shadow: 0 5px 30px rgba(82, 197, 247, 0.1);
    /*	transition: 1.5s;*/
}

.consult-details_form p {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.consult-details_form:hover p {
    /*	color: #333;
	transition: 1.5s;*/
}

/* .consult-details_form form .input-row {
	width: 203px;
	height: 50px;
} */
.consult-details_form form .input-row input {
    width: 203px;
    height: 50px;
    border: 1px solid #dbdbdb;
    color: #fff;
    background-color: transparent;
}

.consult-details_form:hover form .input-row input {
    /*	color: #b3b3b3;
	transition: 1.5s;*/
}

.consult-details_form form .input-row button {
    width: 203px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5ad5a1;
    background-color: #fff;
}

.consult-details_form:hover form .input-row button {
    /*	color: #fff;
	background-color: #8ce2bd;
	border: 1px solid #8ce2bd;
	transition: 1.5s;*/
}

.input-fields {
    display: flex;
    justify-content: space-around;
}

.input-fields .input-icon_user:before {
    top: 16px;
}

.input-fields .input-icon_phone:before {
    top: 15px;
}

.consult-details_form .form-hint {
    color: #fff;
}

.consult-details_form .form-hint a {
    color: #fff;
}

.consult-details_form:hover .form-hint {
    /*	color: #848484;
	transition: 1.5s;*/
}

.consult-details_form:hover .form-hint a {
    /*	color: #6ad9aa;
	transition: 1.5s;*/
}

@media (max-width: 768px) {
    .consult-details_form {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .input-fields {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .input-row {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .consult-details_form form .input-row input {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .consult-details_form form .input-row button {
        width: 100%;
    }
}

.citate {
    background-color: #fff;
    padding: 30px 24px 26px 24px;
    margin-bottom: 40px;
    border-left: 3px solid #6ad9aa;
}

.p247 {
    background-color: #fff;
    display: flex;
    margin-bottom: 40px;
}

.p247 p {
    display: block;
    padding: 30px 24px 26px 24px;
    margin: 0;
}

.d247 {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: #fff;
    background-color: #6ad9aa;
}

.order-price {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 40px;
}

.order-price button {
    float: left;
    width: 215px;
    height: 40px;
    margin-right: 25px;
    line-height: unset;
}

@media (max-width: 650px) {
    .order-price button {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

.order-price p {
    margin: 0;
}

@media (max-width: 650px) {
    .order-price p {
        text-align: center;
    }
}

.main-slider {
    position: relative;
}

.sidebar-slider__item img {
    width: 100%;
}

@media (max-width: 768px) {
    .text img {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .main-slider {
        margin-bottom: 30px;
    }
}

.main-slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    background-color: #fff;
    opacity: 0.7;
    width: 103px;
    height: 513px !important;
    z-index: 10;
    font-size: 23px;
}

@media (max-width: 768px) {
    .main-slider .slick-arrow {
        width: 80px;
        height: 100% !important;
    }
}

@media (max-width: 576px) {
    .main-slider .slick-arrow {
        width: 50px;
    }
}

.main-slider .slick-arrow span {
    display: block;
    padding-top: 1px;
    position: relative;
    top: 50%;
    width: 43px;
    height: 43px;
    background-color: #6ad9aa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

@media (max-width: 576px) {
    .main-slider .slick-arrow span {
        top: 45%;
    }
}

.main-slider .slick-arrow-right span {
    left: 30px;
}

.main-slider .slick-arrow-left span {
    left: 30px;
}

@media (max-width: 768px) {
    .main-slider .slick-arrow-left span {
        left: 15px;
        padding-top: 3px;
    }
}

@media (max-width: 768px) {
    .main-slider .slick-arrow-right span {
        left: 15px;
        padding-top: 3px;
    }
}

@media (max-width: 576px) {
    .main-slider .slick-arrow-left span {
        left: 5px;
    }
}

@media (max-width: 576px) {
    .main-slider .slick-arrow-right span {
        left: 5px;
    }
}

.main-slider .slick-arrow:hover {
    opacity: 0.8;
}

.main-slider .slick-arrow-right {
    right: 0;
}

.main-slider .slick-arrow-left {
    left: 0;
}

.main-slider__item {
    text-align: center;
}

.main-slider__item img {
    display: inline-block;
    max-width: 100%;
}

.main__slider-butn-holder {
    padding: 0 43px;
    text-align: center;
}

.main__slider-butn-holder .butn {
    width: 100%;
}

.main__item_banner {
    padding: 0;
    position: relative;
}

.main__item_banner img {
    width: 100%;
}

.main__item_banner-date {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
}

.main-slider__item:before {
    height: 100%;
    background-color: #dadada;
    width: 115px;
    bottom: -20px;
}

/*#toTop span{position:absolute;left:-1px;top:1px;width:60px;height:60px;background:url(/netcat_template/template/probuzdenie/img/christmas_wreath.png) no-repeat;background-size:104%;}New year*/
.logo {
    position: relative;
}

/*.logo span {position:absolute;left:15px;top:-17px;width:60px;height:60px;background:url(/netcat_template/template/probuzdenie/img/shapka.png) no-repeat;background-size:70%;} New year*/
.no-display {
    display: none;
}

.review-rating {
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    float: right;
    overflow: hidden;
    background: url(/netcat_template/template/probuzdenie/img/rating_on.png) no-repeat;
}

.not-chess {
    vertical-align: top;
}

#town_map,
#region_map,
#reg_map {
    display: block;
    width: 100%;
    height: 600px;
}

body.modal-open {
    /*position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;*/
}

.main-text-1 {
    padding: 20px 0;
}

.main-text-2 {
    padding: 50px 0;
}

.b24-widget-button-wrapper {
    bottom: 100px !important;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow: hidden;
    /* no-overflow                */
}

.tab-content>.active,
.pill-content>.active {
    height: auto;
    /* let the content decide it  */
}

/* bootstrap hack end */
.row-textarea {
    width: 100%;
    height: 100px;
    line-height: 42px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 45px 0 16px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 300;
    resize: none;
}

.empty_field {
    border-color: red !important;
}

.flex__blog {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calcTable tr {
    border-bottom: white 7px solid;
}

@media (max-width: 768px) {
    .d247 {
        font-size: 20px;
        padding: 0 10px;
    }

    #about {
        background: #71cef0 !important;
    }
}

.banner-wrap {
    padding: 20px;
}

.text ul,
.text ol {
    display: flow-root;
    list-style: none;
    background: white;
    margin-bottom: 20px;
    padding-left: 40px;
    border-radius: 5px;
}

.text ul li,
.text ol li {
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #d4d7d6;
    position: relative;
    margin-right: 40px;
    padding: 10px 0;
}

.text ul li:last-child,
.text ol li:last-child {
    border-bottom: none;
}

.text ul li:before,
.text ul li:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.text ul li:before {
    top: calc(50% - 5px);
    background: #6ad9aa;
    left: -22px;
    width: 8px;
    height: 8px;
    transition: 0.5s linear;
}

.text ul li:hover:before {
    background: #53c4f6;
}

.text ol li:hover:before {
    color: #53c4f6;
}

.text ol {
    counter-reset: li;
    list-style: none;
}

.text ol li {
    position: relative;
    margin: 0 40px 0 0;
    transition: 0.5s linear;
}

.text ol li:before {
    content: counter(li) ". ";
    counter-increment: li;
    position: absolute;
    top: 6px;
    left: -2em;
    width: 2em;
    box-sizing: border-box;
    margin-right: 8px;
    padding: 4px;
    color: #6ad9aa;
    font-weight: bold;
    text-align: center;
    transition: 0.5s linear;
}

.text h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.main-text-2 .text ul,
.main-text-2 .text ol,
.main-text-1 .text ul,
.main-text-1 .text ol {
    background: #edf9fe !important;
}

.service__form__title .de_first,
.service__form__title .de_second {
    font-weight: 600;
    text-align: center;
}

.service__form__title .de_second {
    font-size: 14px;
}

.service__form__title .de_third {
    font-style: italic;
}

.pay_attention {
    margin-top: 15px;
    color: red;
}

.gray_ph::placeholder {
    color: #b3b3b3;
    opacity: 1;
}

.gray_ph:-ms-input-placeholder,
.gray_ph::-ms-input-placeholder {
    color: #b3b3b3;
}

.pay_ch {
    font-weight: 500;
    margin: 15px 0;
}

.online_pay_text {
    max-width: 700px;
    margin: auto;
}

.flex_box,
.flex_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    float: none;
}

.user__agreement {
    color: #53c4f6;
}

.user__agreement:hover,
.user__agreement:focus,
.user__agreement:active {
    color: rgb(83, 196, 246);
}

.slider_conditions img {
    width: auto;
}

.slider_conditions {
    max-width: 168px;
}

.slider_lic .slick-list {
    width: calc(100% - 120px);
    margin: auto;
}

.slider_lic .slider__item {
    padding-left: 25px;
}

.page404 ul li:before {
    top: 17px;
}

.infografika_img img {
    width: 100%;
}

.page_doc_tar {
    margin-right: auto;
    margin-left: auto;
}

.page_doc_tar img {
    margin-bottom: 20px;
    margin-right: 20px;
}

@media {
    .img_doc {
        margin-bottom: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .text img {
        margin-left: 0 !important;
        margin-right: 0 !important;

    }

    img.article-checked_foto {
        height: auto !important;
    }
}

/* стили для новых блоков*/

.popup-call {
    margin: 10px 0;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    text-align: center;
}

.popup-call a {
    margin: 0 auto;
}

.popup-call a:hover {
    color: white;
    outline: none;
    border: none;
}

.popup-call p {
    width: 70%;
}

.text {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.text * {
    order: 1;
}

.equipments {
    display: flex;
    flex-wrap: wrap;
    margin: 44px 0;
}

.equipments div {
    width: 31%;
    display: flex;
    background: white;
    margin: 1%;
    padding: 8px;
    align-items: center;
}

.equipments div i {
    background: rgba(83, 196, 246, 1);
    width: 42px;
    height: 42px;
    display: flex;
    padding: 4px;
}

.equipments div i img {
    margin: 0;
}

.equipments div p {
    margin: 0;
    margin-left: 16px;
}

.equipments h2 {
    width: 100%;
}

.select .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 34px 0;
}

.select h2 {
    width: 100%;
}

.select .list div {
    width: 32%;
    background: white;
    padding: 16px;
    position: relative;
    padding: 166px 16px 100px 16px;
}

.select .list div i {
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.select .list div .title {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    text-transform: uppercase;
}

.select .list div ul {
    padding-left: 26px;

}

.select .list div ul li {
    margin: 0;
    border: 0;
}

.select .list div ul li::before {
    background: rgba(83, 196, 246, 1);
}

.select .list div a {
    width: 86%;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 16px;
    left: 7%
}

.select .list div .price {
    position: absolute;
    bottom: 54px;
}

.select .list div .price strike {
    color: rgba(51, 51, 51, .5);
}

.select .list div .price span {
    color: rgba(83, 196, 246, 1);
    font-size: 20px;
    margin: 0 4px;
}

.select .list div a:hover {
    color: white;
    outline: none;
    border: none;
}

.steps {
    display: flex;
    flex-wrap: wrap;
}

.steps h2 {
    width: 100%;
}

.steps div {
    width: 33%;
}

.steps div i {
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
    margin-bottom: 32px;
    background-size: container;
    background-position: center;
    background-repeat: no-repeat;
}

.steps div i::after {
    display: block;
    content: "";
    height: 2px;
    width: 60px;
    background: rgba(90, 213, 161, 1);
    position: absolute;
    bottom: -16px;
}

@media (max-width: 767px) {
    .popup-call p {
        width: 100%;
    }

    .equipments div {
        width: 100%;
    }

    .select .list {
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .select .list div {
        min-width: 80%;
        margin-right: 5%;
    }

    .steps div {
        width: 100%;
        display: flex;
        margin: 16px 0;
    }

    .steps div i {
        margin: 0;
        margin-right: 20px;
        max-width: 40px;
        min-width: 40px;
        height: 40px;

    }

    .steps div i::after {
        width: 2px;
        height: 35px;
        right: -10px;
        top: 0;
    }

    .steps div p {
        margin: 0;
    }

    .text table td,
    .text table th {
        padding: 20px 15px !important;
    }

    .text table tr td:nth-child(2) {
        width: auto;
    }

    .modal__content {
        padding: 35px 45px;
    }

    .modal-city__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px 10px;
    }

    .modal-city__link {
        font-size: 14px;
        line-height: 20px;
    }
}

section.doctor {
    padding: 45px 0 120px 0;
}

.doctor__page {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 60px;
}

.doctor__header-title {
    font-family: Geometria, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #333333;
    text-align: left;
    margin: 0;
    padding-top: 0 !important;
}

.doctor__header-list {
    display: flex;
    gap: 40px;
    padding: 15px 0 25px 20px;
    border-bottom: 1px solid #C3DBE4;
    margin-bottom: 25px;
}

li.doctor__header-list::marker {
    color: #53C4F6;
}

.doctor__header-list span,
.doctor__text-title {
    font-weight: 500;
}

.doctor__content-text,
.doctor__content-price {
    margin-bottom: 35px;
}

.doctor__content-price {
    display: flex;
    align-items: baseline;
    gap: 35px;
}

.doctor__price-text {
    text-transform: uppercase;
    font-weight: 400;
}

.doctor__price-text span {
    color: #5AD5A1;
}

.doctor__content-timetable {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doctor__timetable-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.doctor__timetable {
    display: flex;
    align-items: baseline;
}

.doctor__timetable-left {
    flex: 1;
    display: flex;
}

.doctor__timetable-left::after {
    content: '';
    border-bottom: 1px dotted;
    border-color: #DFDFDF;
    flex: 1;
    margin: 0 .5em;
}

.doctor__timetable-right {
    font-weight: 500;
}

.doctor__documents-slide {
    max-height: 514px;
    max-width: 350px;
}

.doctor__documents-img {
    max-height: 514px;
    max-width: 350px;
}

.doctor__stati-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.doctor__stati-text {
    position: absolute;
    top: 50%;
    padding: 15px;
    color: #FFFFFF;
}

.doctor__stati-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.doctor__comments-slide {
    background-color: #FFFFFF;
    padding: 25px 30px;
}

.doctor__slide-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
}

.doctor__comments,
.doctor__documents,
.doctor__stati {
    position: relative;
}

.doctor__comments-navigation,
.doctor__documents-navigation,
.doctor__stati-navigation {
    position: absolute;
    top: 60%;
    z-index: 2;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.doctor__comments-btn,
.doctor__documents-btn,
.doctor__stati-btn {
    border: none;
    background: none;
}

.doctor__comments-btn_prev,
.doctor__documents-btn_prev,
.doctor__stati-btn_prev {
    position: absolute;
    left: -60px;
}

.doctor__comments-btn_next,
.doctor__documents-btn_next,
.doctor__stati-btn_next {
    position: absolute;
    right: -60px;
}

/* b-video-page */
.b-video-page .video-page__preview {
    position: relative;
    padding-top: 57.3%;
    overflow: hidden;
}

.b-video-page .video-page__preview img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.b-video-page .video-page__play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.b-video-page .video-page__play img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    max-width: 100%;
}

.b-video-page .video-page__preview iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0;
}

@media(max-width: 1495px) {

    section.doctor__comments {
        margin-bottom: 70px;
        padding-bottom: 30px;
    }

    .doctor__comments-navigation,
    .doctor__documents-navigation,
    .doctor__stati-navigation {
        top: 100%;
        justify-content: center;
        gap: 20px;
    }

    .doctor__comments-btn_prev,
    .doctor__documents-btn_prev,
    .doctor__stati-btn_prev {
        position: initial;
    }

    .doctor__comments-btn_next,
    .doctor__documents-btn_next,
    .doctor__stati-btn_next {
        position: initial;
    }
}

@media(max-width: 991px) {
    .doctor__page {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 575px) {
    .section.doctor {
        padding: 45px 0 40px 0;
    }

    .doctor__page-img {
        margin: 0 auto;
        height: 200px;
    }

    .doctor__header-title {
        font-size: 22px;
        font-weight: 700;
        line-height: 25px;
    }

    .doctor__header-list {
        flex-direction: column;
        gap: 10px;
    }

    .doctor__content-price {
        flex-direction: column;
        gap: 15px;
    }

    .doctor__documents-img {
        max-width: 300px;
    }
}

/* HEADER EDIT */

.button__wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    width: 100%;
}

.butn.blue {
    background: #67C8E0;
    border: 1px solid #67C8E0;
}

.butn.blue:hover {
    opacity: 0.8;
}

.header__button-holder {
    max-width: 180px;
    width: 100%;
}

.row-head {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
}

.padding-none {
    padding: 0;
}

.col-edit {
    width: 15.79%;
}

.input-text textarea {
    width: 100%;
    height: 100px;
    line-height: 24px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 45px 0 16px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 300;
    resize: none;
}

.header__button-holder .butn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.consult {
    font-size: 12px;
}


.popup-call__descr {
    background-color: #edf9fe;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-top: 20px;
}

.popup-call__descr .descr__wrap {
    display: flex;
    gap: 10px;
}

.popup-call__descr p {
    margin-bottom: 10px;
}

.popup-call__descr .descr__wrap span {
    font-size: 20px;
    font-weight: 500;
}

.popup-call__descr .descr__wrap a {
    color: #5ad5a1;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1220px) {

    .row-head.col-xs-6,
    .row-head.col-md-4 {
        display: none;
    }

    .row-head.col-md-4.footer__socials {
        display: flex;
    }

    .dn {
        display: none;
    }

    .header__phone,
    .heder__logo,
    .col-edit {
        width: 30% !important;
    }

}

@media (max-width: 685px) {

    .header__socials {
        display: none;
    }

    .button__wrap {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header__phone {
        flex-direction: row;
        justify-content: center;
        padding: 10px 0;
    }


    .header__button-holder {
        width: 100%;
    }

    .phone_track {
        font-size: 16px;
    }

    .phone_track span {
        font-size: 14px;
    }

    #hamburger {
        top: 72px;
    }

    .logo img {
        max-width: 210px;
    }

    .logo__location {
        font-size: 12px;
    }

    .footer__socials {
        display: flex;
    }

   
}

@media (max-width: 450px) {
    .header__button-holder {
        max-width: 100%;
    }

}

.mobile-only {
	background: #fff;
    margin: 0 10px;
    border-radius: 2px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search-form.mobile {
	border: 2px solid #53C4F6;
    border-radius: 2px;
    padding: 5px;
    width: 100%;
    display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.search-form.mobile .btn {
	min-width: 85px;
}

.search-form.mobile input {
	width: 100px;
}

.cities-modal__title
{
    color: #333333;
    font-family: "geometria", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.cities-modal__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    max-height: 400px;
    width: 100%;
}

a.cities-modal__link {
    color: black;
    border: 1px #67C8E0 solid;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

a.cities-modal__link:hover {
    background-color: #67C8E0;
    color: white !important;
}

.text b, strong {
    font-weight: normal;
}

@media (max-width: 1200px) {
    #nav>li>a {
        padding: 0 19px;
    }
}

@media (max-width: 1000px) {
    #nav>li>a {
        padding: 0 17px;
    }
}

@media (max-width: 991px) {
    #nav-low li>ul {
        max-height: 200px;
        overflow: auto;
    }
}

@media (max-width: 991px) {
    .footer__top [class*="col-"] {
        width: 100%;
        margin-bottom: 16px;
    }

    .footer__phone {
        padding-left: 15px;
        text-align: left;
    }
}
@media (max-width: 615px) {
    .footer__phone {
        text-align: center;
    }
}

@media (max-width: 615px) {
    .footer__contacts .footer__bold {
        position: relative;
        display: flex;
        gap: 12px;
        justify-content: center;
    }

    .footer__contacts .footer__adress:before {
        position: relative;
        display: flex;
    }

    .footer__contacts a[href*="mailto"]:before {
        position: relative;
        display: flex;
    }

    .footer__contacts a {
        display: flex;
        gap: 16px;
    }
}
.row--photos .col-xs-6 {
    height: 252px;
}

.row--photos .conditions-img img {
    width: 100%;
    height: 222px;
    object-fit: cover;
}

@media (max-width: 620px) {
    .row--photos .col-xs-6 {
        width: 100%;
    }
}
.row--licensies .conditions-img img {
    width: 100%;
    object-fit: contain;
    height: 452px;
}

.row--licensies .col-md-4 {
    height: 500px;
}

@media (max-width: 600px) {
    .row--licensies .col-md-4 {
        width: 100%;
    }
    .blog-img img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 200px;
    }
}

.text .flex__blog a:hover {
    border-bottom: 0;
}


    .staff__container {
        position:relative;
    }
    .staff__slider .swiper-slide {
        height: auto;
    }
    .staff__slider {
        max-width: 94%;
    }
    .staff__slider-btns {
        left: 0;
    }
    .staff {
        height: 100%;
        margin: 0 5px;
    }

    @media (max-width: 1495px) {
        .staff__slider-btns {
            top: calc(100% + 10px);
        }
        .staff__slider {
            max-width: 100%;
        }
    }
    
    
.lic__container {
    position:relative;
}
.lic__slider .swiper-slide {
    height: auto;
}
.lic__slider-btns {
    left: 0;
}
.lic__item {
    height: 100%;
}
.lic__item a {
    margin: 0 auto 30px;
}
.swiper-button-disabled {
  opacity: 0.7;
}

@media (max-width: 1495px) {
    .lic__slider-btns {
        top: calc(100% + 10px);
    }
}


.review__swiper-wrap {
  position: relative;
}
.review__swiper-navigation {
  top: 102%;
  justify-content: space-between;
}
.sidebar__slider-butn-holder {
  width: calc(100% - 90px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 3;
  position: relative;
}




.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 1000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  max-width: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
}
.form-wrap {
  position: relative;
}
.popup__close {
  font-size: 24px;
  color: #000;
  opacity: 0.6;
  background: transparent;
  border: none;
  outline: none;
}

html {
  scrollbar-gutter: stable;
}

input[type="checkbox"] {
  display: block;
  position: absolute !important;
  width: 17px;
  height: 17px;
  padding: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  z-index: 9;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  border-color: #5ad5a1;
}

input[type="checkbox"]:checked:before {
  opacity: 1;
}
input[type="checkbox"]:before {
  display: block;
  position: absolute;
  content: "✓";
  left: 2px;
  top: 50%;
  transform: translate(0%, -50%);
  color: #5ad5a1;
  opacity: 0;
}

#nav-low>li:last-child:hover>ul {
  right: 0;
}
#nav-low>li:last-child:hover>ul::before {
  left: auto;
  right: 55px;
}
#nav-low>li:last-child:hover>ul::after {
  left: auto;
  right: 56px;
}

@media(max-width: 600px) {
  .cities-modal__list {
      grid-template-columns: repeat(2, 1fr);
  }
}


.bottom-info__wrapper {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 500;
  color: #fff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, .73);
  opacity: 0;
  transition: opacity 300ms;
}

.bottom-info__wrapper.active {
  opacity: 1;
}

.bottom-info__wrapper .bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 15px 10px 20px;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info {
      flex-direction: column;
  }
}

.bottom-info__wrapper .bottom-info__content {
  margin: 0 10px 0 0;
}

.bottom-info__content a {
  color: #52c5ff;
  text-decoration: underline;
  transition: color 300ms;
}

.bottom-info__content a:hover {
  color: #296de7;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__content {
      text-align: center;
      margin: 0 30px 0 0;
  }
}

.bottom-info__wrapper .bottom-info__action {
  display: flex;
}

@media screen and (max-width: 639px) {
  .bottom-info__wrapper .bottom-info__action {
      margin: 10px 0 0;
  }
}

.bottom-info__wrapper .bottom-info__button-agree {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  color: #000;
  border-radius: 5px;
  padding: 2px 15px;
  text-transform: uppercase;
  display: block;
  background-color: #ffffffe8;
  border: none;
  cursor: pointer;
}

.bottom-info__wrapper .bottom-info__button-cross {
  width: 28px;
  height: 28px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4em;
  background-color: transparent;
  border: none;
  margin-inline-start: 12px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__button-cross {
      position: absolute;
      top: 10px;
      right: 10px;
  }
}

.bottom-info__button-cross::after {
  content: "\00D7";
  color: #999;
  line-height: 1;
  transition: color 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
  color: #fff;
}

.faq .section__title {
  margin-bottom: 30px;
}

.faq__wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.faq__item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px #6AD9AA;
  border-bottom: 1px solid #d4d7d6;
  cursor: pointer;
}

.faq__question::marker {
  content: '';
}

.faq__question {
  padding: 18px 15px;
}

.faq__question h3 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-transform: none;
}

.faq__item[open] .faq__question {
  color: #ffffff;
  background-color: #5ad5a1;
  border-bottom: 1px solid #000000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faq__answer {
  padding: 12px 15px;
}




.form-consul {
    margin: 40px 0;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.form-consul__left {
	padding-left: 14px;
	max-width: 533px;
	display: flex;
	flex-direction: column;
	gap: 58px;
}
.form-consul__title {
	font-weight: 600;
	font-size: 30px;
	line-height: 130%;
	color: #333;
}
.form-consul__title span {
	font-weight: 700;
	text-transform: uppercase;
	color: #52c4f6 !important;
}
.form-consul__phone {
	display: flex;
	border-radius: 5px;
	background: #edf9fe;
	width: fit-content;
}
.form-consul__phone a {
	border-radius: 5px;
	padding: 12px 16px;
	background: #5ad5a1;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease;
}
.form-consul__phone a:hover {
	background: #8ce2bd;
	color: #fff;
	border: none;
}
.form-consul__phone span {
	padding: 12px 16px;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: rgba(51, 51, 51, 0.8);
}

.form-consul__form {
	padding: 26px 28px;
	border-radius: 5px;
	background: #edf9fe;
}
.form-consul__form-title {
	text-align: center;
	margin-bottom: 20px !important;
}
.form-consul__form-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.form-consul__form-input {
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	padding: 12px 17px;
	background: #fff;
	outline: none;
}
.form-consul__form-wrap .input-row {
	margin-bottom: 0;
}

.spis-lit {
	margin: 40px 0;
}

@media (max-width: 1200px) {
	.form-consul__title {
		font-size: 26px;
	}
	.form-consul__phone {
		flex-direction: column;
	}
	.form-consul__form {
		padding: 22px 18px;
	}
}

@media (max-width: 700px) {
	.form-consul {
		padding: 20px 24px;
		flex-direction: column;
	}
	.form-consul__left {
		padding-left: 0;
		max-width: 100%;
		width: 100%;
		gap: 24px;
	}
	.form-consul__right {
		width: 100%;
	}
	.form-consul__title {
		font-size: 24px;
	}
	.form-consul__phone {
		width: 100%;
	}

	.form-consul__form {
		padding: 16px 20px;
	}
	.form-consul__form-title {
		text-align: center;
		margin-bottom: 16px !important;
	}
}




div#header__top.scroll {
    top: 0;
}
html.burger-lock, body.burger-lock {
    overflow: hidden;
}
.header__plaska {
    padding: 12px 0;
    background: #d05151;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.header__top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
#nav>li>a {
    padding: 0 10px;
    font-weight: 500;
}

header .search-form {
    padding-right: 16px;
    border: 1px solid #fcfcfc2a;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 200px;
}

header .search-form__input {
    border: 0;
    padding: 11px 16px;
    background: transparent;
    color: #fff;
    width: 100%;
}
header .search-form__input::placeholder {
    font-size: 14px;
    line-height: 143%;
    color: #fff;
}

header .search-form .btn {
    color: white;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 16.958L21.5 21.958' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.header__middle {
    padding-top: 80px;
    padding-bottom: 20px;
}

.header__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header__item-name {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 4px;
}

.header__item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #333;
    margin: 0;
}

.header__item button {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-decoration: underline;
    color: #53c4f6;
    background: transparent;
    border: none;
    text-align: left;
}

.header__item a {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #333;
    text-wrap: nowrap;
}

.header__item .slogan {
    padding: 0;
    padding-left: 49px;
}
.header__item .slogan::before {
    width: 34px;
    height: 34px;
    top: 0;
    left: 0;
    background-size: contain;
}

.row-head {
    align-items: center;
    gap: 16px;
}
.heder__logo {
    display: flex;
    align-items: center;
    gap: 16px;
}
.heder__logo img {
    width: 54px;
    height: 52px;
    object-fit: contain;
}
.heder__logo-text span {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #707070;
}
.heder__logo-text p {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333;
    margin: 0 0 4px;
}
.heder__logo-location {
    font-weight: 700;
    font-size: 12px;
    line-height: 94%;
    text-transform: uppercase;
    color: #52c4f6;
}

.header-mob {
    display: none;
}
.header-mob__row {
    display: flex;
    gap: 12px;
}
.header-mob__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 2px solid #67c8e0;
}

#hamburger {
    display: none;
    position: static;
}

#burger {
    display: none;
    width: 36px;
    height: 36px;
    border: 2px solid #5ad5a1;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 28px;
    background: #5ad5a1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
    left: 2px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#burger span:nth-child(1) {
    top: 9px;
}

#burger span:nth-child(2),
#burger span:nth-child(3) {
    top: 15px;
}

#burger span:nth-child(4) {
    top: 21px;
}

#burger.open span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%;
}

#burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#burger.open span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
}




.header-mob__menu {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    visibility: hidden;
    top: 105px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    overflow-y: auto;
    padding: 15px 0;
    background: #52c4f6;
}
.header-mob__menu::-webkit-scrollbar {
    width: 4px;
}
.header-mob__menu::-webkit-scrollbar-thumb {
    width: 4px;
    background: #fff;
}
.header-mob__menu::-webkit-scrollbar-track {
    width: 4px;
    background: rgba(255, 255, 255, 0.2);
}
.header-mob__menu .navi {
    position: static !important;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
}
.header-mob__menu #nav-low {
    display: block !important;
}
.header-mob__menu.show {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.header-mob__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.header-mob__item span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 6px;
}
.header-mob__item p, .header-mob__item button {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}
.header-mob__item button {
    background: transparent;
    border: none;
    outline: none;
    text-decoration: underline;
}
.header__networks ul {
    display: flex;
    gap: 8px;
    list-style: none;
}
.header__networks ul a {
    display: block;
}

.mobile-only {
    display: none !important;
} 

@media (max-width: 1200px) {
    .heder__logo {
        width: auto !important;
    }
    .header__item .slogan {
        display: none;
    }
    header .search-form {
        max-width: 120px;
    }
    #nav>li>a  {
        padding: 0 6px;
    }
}

@media (max-width: 991px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 2001;
        box-shadow: 0px -4px 20px 0px #00000045;
    }
    main {
        margin-top: 105px;
    }
    .header__plaska {
        padding: 8px;
    }
    .header__plaska span {
        display: none;
    }
    header .search-form {
        display: none;
    }
    .header-mob {
        display: block;
    }
    .header__item {
        display: none;
    }
    .header__button-holder {
        display: none;
    }
    .header__top {
        display: none;
    }
    .header__bottom {
        display: none;
    }

    .header__middle {
        padding: 12px 0;
    }
    .heder__logo {
        gap: 10px;
        text-align: left !important;
    }
    .heder__logo img {
        width: 36px;
        height: 35px;
    }
    .heder__logo-text span {
        font-size: 8px;
    }
    .heder__logo-text p {
        font-size: 16px;
    }
    .heder__logo-location {
        font-size: 8px;
    }

    #burger {
        display: block;
    }


    .openUl {
        width: 20px;
        height: 20px;
        border-radius: 15px;
        background: #fff;
        left: auto;
        right: 0;
        top: 15px;
    }
    .openUl:after, .openUl:before {
        width: 8px;
        height: 1.5px;
        background: #33a9dd;
        top: 9.5px;
    }
    .openUl.open:after, .openUl.open:before {
        top: 8px;
    }
    .openUl:after {
        left: 8px;
    }
    .openUl:before {
        right: 8px;
    }
    #nav-low>li.toggleUL, .hamburger-menu-wrap {
        padding: 0 45px 0 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    #nav-low li:hover a {
        color: #fff;
    }
    #nav-low>li>a, .hamburger-menu-wrap p {
        padding: 15px 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 125%;
        color: #fff;
    }
    #nav-low li>ul {
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        padding-bottom: 16px;
        width: calc(100% + 39px);
    }
    #nav-low li>ul::-webkit-scrollbar {
        width: 4px;
    }
    #nav-low li>ul::-webkit-scrollbar-thumb {
        width: 4px;
        background: #fff;
    }
    #nav-low li>ul::-webkit-scrollbar-track {
        width: 4px;
        background: rgba(255, 255, 255, 0.2);
    }
    #nav-low li>ul li {
        padding: 0;
    }
    #nav-low li>ul>li>a {
        padding: 4px 0;
        font-size: 14px;
        line-height: 143%;
        color: rgba(255, 255, 255, 0.8);
    }
    #nav-low li>ul>li>a:hover {
        background: transparent;
        color: rgba(255, 255, 255, 1);
    }


    #nav {
        padding: 0;
        display: none;
        padding-bottom: 16px;
        width: calc(100% + 39px);
    }
    #nav::-webkit-scrollbar {
        width: 4px;
    }
    #nav::-webkit-scrollbar-thumb {
        width: 4px;
        background: #fff;
    }
    #nav::-webkit-scrollbar-track {
        width: 4px;
        background: rgba(255, 255, 255, 0.2);
    }
    #nav>li {
        padding: 0;
    }
    #nav>li>a {
        padding: 4px 0;
        font-size: 14px;
        line-height: 143%;
        color: rgba(255, 255, 255, 0.8);
        height: auto;
        text-align: left;
    }

    .header-mob .search-form {
        display: flex;
        max-width: 100%;
        margin: 32px 0 24px;
    }

    .header-mob__tel {
        padding: 6px 12px 6px 6px;
        border: 1px solid #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .header-mob__tel-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        width: 57px;
        height: 57px;
        background: rgba(255, 255, 255, 0.3);
    }
    .header-mob__tel-text a {
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        color: #fff;
    }
}

@media (max-width: 528px) {
    .header-mob__menu {
        top: 121px;
    }
    main {
        margin-top: 121px;
    }
}



.footer__plashka {
    padding: 15px 10px;
    background: #5ad5a1;
    text-align: center;
    font-weight: 300;
    color: #fff;
}
.footer__top {
    padding: 0;
}
.footer__top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 30px 0 12px;
    border-bottom: 1px solid #d4d7d6;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer__logo img {
    width: 54px;
    height: 52px;
    object-fit: contain;
}
.footer__logo-text span {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #707070;
}
.footer__logo-text p {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333;
    margin: 0 0 4px;
}
.footer__logo-location {
    font-weight: 700;
    font-size: 12px;
    line-height: 94%;
    text-transform: uppercase;
    color: #52c4f6;
}



.footer__midle-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid #d4d7d6;
}
.footer__phone {
    padding: 0;
    flex: 1 0 auto;
}
.footer__phone .butn {
    max-width: 270px; 
}

.footer__contacts {
    flex: 0 1 255px;
}
.footer__contacts .footer__time:before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: -2px;
    width: 17px;
    height: 17px;
    background: url(../img/svg/time.svg);
}

.footer__payments {
    flex: 0 1 400px
}
.footer__payments-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footer__payments-list li {
    flex: 1 0 30%;
    border-radius: 10px;
    padding: 10px 14px;
    background: #edf9fe;
    font-size: 14px;
    line-height: 130%;
    color: rgba(51, 51, 51, 0.8);
    display: flex;
    align-items: center;
    gap: 10px;
}



.footer__menu {
    padding: 30px 0 40px;
}
.footer__menu-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.footer__menu-list, .footer__menu-list ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
}
.footer__menu-services {
    display: block;
    columns: 3;
    column-gap: 50px
}
.footer__menu-list a {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #333;
    transition: all 0.3s ease;
}
.footer__menu-list a:hover {
    color: #000;
    text-decoration: underline;
}
.footer__menu-title > a {
    display: block;
    font-weight: 400;
    margin: 5px 0;
}

.footer__bottom-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #8c9295;
}
.footer__bottom-item {
    flex: 1 0 40%;
}


@media (max-width: 992px) {
    .footer__midle-row {
        flex-direction: column;
    }
    .footer__phone {
        order: 2;
        flex: 1 1 auto;
    }

    .footer__contacts {
        flex: 0 1 100%;
    }

    .footer__payments {
        flex: 0 1 100%;
        order: 3;
    }
    .footer__menu-services {
        columns: 2;
        column-gap: 30px;
    }
}

@media (max-width: 615px) {
    .footer__top {
        padding: 0;
    }
    .footer__top-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 40px 0 20px;
    }

    .footer__logo {
        gap: 10px;
        text-align: left !important;
    }
    .footer__logo img {
        width: 46px;
        height: 45px;
    }
    .footer__logo-text span {
        font-size: 10px;
    }
    .footer__logo-text p {
        font-size: 20px;
    }

    .footer__midle-row {
        padding: 20px 0;
    }
    .footer__phone {
        text-align: left;
    }
    .footer__phone .butn {
        max-width: 100%; 
    }
    .footer__phone a {
        text-decoration: none !important; 
    }

    .footer__contacts {
        text-align: left;
    }
    .footer__contacts .footer__time:before {
        position: relative;
        display: flex;
    }
    .footer__contacts .footer__bold {
        justify-content: flex-start;
        padding: 0;
    }

    .footer__menu {
        padding: 20px 0;
    }
    .footer__menu-row {
        flex-direction: column;
        gap: 20px;
    }
    .footer__menu-services {
        columns: 1;
    }
    .footer__menu-list a {
        font-size: 14px;
    }

    .footer__bottom-row {
        flex-direction: column;
        gap: 0;
    }

}
@media (max-width: 430px) {
    .footer__payments-list li {
        flex: 1 0 40%;
    }
}


summary.faq__question {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.spoiler--new {
    width: 40px;
    height: 40px;
    background-color: white;
    /*background-color: rgba(237, 249, 254, 1);*/
    border-radius: 50%;
    position: relative;
}

.spoiler--new span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
    background-color: rgba(82, 196, 246, 1);
}

.faq__answer.faq__answer--new {
    background-color: white;
    /*background-color: rgba(237, 249, 254, 1);*/
    margin-bottom: 10px;
    border-radius: 5px;
}

span.spoiler__v {
    height: 20px;
    width: 2px;
}

span.spoiler__h {
    height: 2px;
    width: 20px;
}

details.faq__item.faq__item--new {
    box-shadow: none;
    border-bottom: 1px rgba(218, 218, 218, 0.6) solid;
    border-radius: 0;
    background-color: transparent;
}

.faq__item[open] .faq__question.faq__question--new {
    background-color: transparent;
    color: black;
    border-bottom: 0;
}

.faq__item[open] .faq__question.faq__question--new span.spoiler__v {
    height: 0;
}

.faq__wrapper {
    border-top: 1px rgba(218, 218, 218, 0.6) solid;
}

.firstConsultation__inner{
    background: #EDF9FE;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.firstConsultation__info{
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 20px;
    width: 100%;
}
.firstConsultation__info-title{
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
}
.firstConsultation__info-title span{
    color: #52C4F6;
}
.firstConsultation__info-btnsBlock{
    display: flex;
    align-items: center;
    gap: 20px;
}
.firstConsultation__info-numberBlock{
    display: flex;
    align-items: center;
}
.firstConsultation__info-text{
    background: #fff;
    color: rgba(51, 51, 51, 0.8);
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 5px;
    margin-left: -5px;
    position: relative;
    z-index: 0;
}
.firstConsultation__info-number{
    position: relative;
    z-index: 1;
}
.firstConsultation__info-socials{
    display: flex;
    align-items: center;
    gap: 12px;
}
.firstConsultation__info-link{
    display: block;
    width: 42px;
    height: 42px;
}
.firstConsultation__formBlock{
    background: #fff;
    max-width: 400px;
    padding: 30px;
    border-radius: 5px;
    flex-shrink: 0;
}
.firstConsultation__formBlock-text{
    font-size: 16px;
    margin-bottom: 20px;
}
.firstConsultation__formBlock-btn{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.firstConsultation__formBlock-conflock{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.firstConsultation__formBlock-conflock span{
    padding-left: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #848484;
}
.firstConsultation__formBlock-conflock span a{
    color: #5AD5A1;
    text-decoration: underline;
}
@media(max-width:1200px){
    .firstConsultation__info-btnsBlock{
        flex-direction: column;
        align-items: flex-start;
    }
}
@media(max-width:991px){
    .firstConsultation__inner{
        flex-direction: column;
    }
    .firstConsultation__formBlock{
        max-width: 100%;
    }
    .firstConsultation__info-title{
        font-size: 24px;
    }
    .firstConsultation__info{
        gap: 24px;
        padding: 0;
    }
}
@media(max-width:500px){
    .firstConsultation__info-numberBlock{
        flex-direction: column;
        width: 100%;
    }
    .firstConsultation__info-number{
        width: 100%;
    }
    .firstConsultation__info-text{
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .firstConsultation__info-socials{
        margin: 0 auto;
    }
    .firstConsultation__formBlock{
        padding: 16px;
    }
    .firstConsultation__formBlock-conflock span{
        font-size: 12px;
    }
}

.rassrochka__wrapper{
    background: #149FDC;
    border-radius: 10px;
    color: #fff;
    padding: 48px;
    text-align: center;
    font-family: "geometria", sans-serif;
    position: relative;
}
.rassrochka__title{
    font-size: 35px;
    font-weight: 700;
    line-height: 120%;
    max-width: 590px;
    margin: 0 auto 16px auto;
    text-transform: uppercase;
    position: relative;
    z-index: 1;

}
.absoluteBg1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.absoluteBg2{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.rassrochka__text{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.rassrochka__items{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 29px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.rassrochka__item{
    padding: 0 45px;
    position: relative;
}
.rassrochka__item:first-child{
    padding: 0 45px 0 0;
}
.rassrochka__item:last-child{
    padding: 0 0 0 45px;
}
.rassrochka__item-key{
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(180deg, #FFFFFF 0%, #B6E9FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rassrochka__item-key span{
    font-size: 80px;
    font-weight: 700;
}
.rassrochka__item svg{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.rassrochka__popupLink{
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #149FDC;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

@media(max-width:750px){
    .rassrochka__title{
        font-size: 24px;
        margin-bottom: 12px;
        margin-right: 0;
    }
    .rassrochka__text{
        font-size: 16px;
        margin-bottom: 24px;
    }
    .rassrochka__items{
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
    }
    .rassrochka__item svg{
        display: none;
        
    }
    .rassrochka__item{
        padding: 0;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        width: 100%;
        padding-bottom: 15px;
    }
    .rassrochka__item:first-child{
    padding: 0;
    padding-bottom: 15px;
}
.rassrochka__item:last-child{
    padding: 0;
    padding-bottom: 15px;
}
.rassrochka__wrapper{
    padding: 15px;
}
.rassrochka__item-key{
    font-size: 24px;
}
.rassrochka__item-key span{
    font-size: 55px;
}

}





.articleSlider__item{
    position: relative;
    z-index: 2;
    display: block;
    min-height: 310px;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}
.articleSlider__item-absoludeBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(51, 51, 51, 0.8);
}
.articleSlider__item-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articleSlider__item-info{
    position: relative;
    z-index: 3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.articleSlider__item-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}
.articleSlider__item-text{
    font-size: 18px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s linear;
    height: 0;
    overflow: hidden;
}
.articleSlider-btn{
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: transparent;
}
.articleSlider__slider-wrapper{
    position: relative;
}
.articleSlider-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.articleSlider-btn.prev{
    left: -50px;
}
.articleSlider-btn.next{
    right: -50px;
}
@media(max-width:1290px){
    .articleSlider-btn{
        position: static;
        display: block;
    }
    .articleSlider-buttonWrapper{
        display: flex;
        justify-content: center;
        margin-top: 40px;
        gap: 10px;
    }
}
@media(max-width:700px){
    .articleSlider__item-info{
        padding: 20px;
    }
    .articleSlider__item-title{
        font-size: 18px;
    }
    .articleSlider__item-text{
        font-size: 16px;
    }
    .articleSlider-buttonWrapper{
        display: none;
    }
}

@media (max-width: 380px) {
    .header__middle .soc {
        display: none;
    }
}




.norm-documents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.norm-documents-grid > li:first-child {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.norm-documents__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #ffffff;
  border-radius: 25px;
  padding: 25px 15px;
  min-height: 180px;
  height: 100%;
}

.norm-documents__card-top,
.norm-documents__card-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.norm-documents__card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.norm-documents__card-title {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
}

.norm-documents__card-subtitle {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.norm-documents__card-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #5ad5a1;
  border-radius: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.norm-document__divider {
  width: 100%;
  height: 1px;
  background-color: #dadada;
}

.norm-documents__card-label {
  background-color: #cee4ee;
  border-radius: 10px;
  padding: 5px 10px;
  width: fit-content;
}

.norm-documents__card-label span {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 20px;
  color: #22749a;
}

.norm-documents__card-link {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  text-decoration: none;
}

.norm-documents-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  border-radius: 25px;
  padding: 20px 10px;
  margin-top: 20px;
}

.norm-documents-illustration {
  background-color: #cee4ee;
  border-radius: 10px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.norm-documents-footer__text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin: 0;
}

.norm-documents-footer__text strong {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .norm-documents-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .norm-documents-grid > li:first-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .norm-documents__card {
    padding: 15px;
  }
  .norm-documents__card-title {
    font-size: 16px;
    line-height: 22px;
  }

  .norm-documents__card-subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .norm-documents__card-btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .norm-documents__card-btn img {
    width: 18px;
    height: 18px;
  }

  .norm-document__norm-document__divider {
    display: none;
  }

  .norm-documents__card {
    gap: 15px;
  }

  .norm-documents__card-label span {
    font-size: 12px;
    line-height: 16px;
  }

  .norm-documents__card-link {
    font-size: 12px;
    line-height: 16px;
  }

  .norm-documents__card-bottom {
    flex-direction: column;
  }
}

.complex-heal-slide{
    display: flex !important;
    height: auto !important;
}

.complex-heal__card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px;
  width: 100%;
  min-height: 454px;
}

.complex-heal__card__title {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #53c4f6;
}

.complex-heal__card__divider {
  width: 100%;
  height: 1px;
  background-color: #dadada;
  margin: 10px 0 15px 0;
}

.complex-heal__card__list {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
}

.complex-heal__card__list li {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin: 0 !important;
  border-bottom: none !important;
  padding: 0 !important;
}

.complex-heal__card__list li:before {
  display: none;
}

.complex-heal__card__list li > p {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.complex-heal__card__list li > img {
  width: 18px;
  height: 18px;
}

.complex-heal__card__price {
  margin-top: auto;
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #333333;
  margin-bottom: 10px !important;
}

.complex-heal__card__btn, .complex-heal__card__btn:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

.complex-heal {
  position: relative;
}

.complex-heal__slider {
  width: 750px;
  padding-left: 10px;
}

@media (max-width: 1248px) {
  .complex-heal__slider {
    width: 100%;
    padding-left: 0 !important;
  }
}

@media (max-width: 492px) {
  .complex-heal__slider {
    margin-right: -15px !important;
    margin-left: -15px !important;
    width: 100vw;
  }
}

@media (max-width: 1248px) {
  .complex-heal__slider-pagination {
    display: flex !important;
  }
}

.complex-heal__slider-pagination {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin: 20px auto 0 auto;
  width: 120px !important;
  transform: translateX(0) !important;
}

.complex-heal__slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 5px;
  border-radius: 2px;
  background: #53c4f650;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: inline-block;
  position: relative;
  transform: scale(1) !important;
}

/* Активная точка */
.complex-heal__slider-pagination .swiper-pagination-bullet-active {
  background: #53c4f6;
  width: 25px;
  border-radius: 20px;
}

/* Эффект при наведении */
.complex-heal__slider-pagination .swiper-pagination-bullet:hover {
  transform: scaleY(1.1);
}

.complex-heal__swiper-wrapper {
  height: fit-content !important;
  display: flex;

}

.user-searching__list {
  margin-top: 40px;
  display: flex !important;
  flex-direction: column;
  gap: 15px;
  background: transparent !important;
  padding: 0 !important;
}

.user-searching__item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.user-searching__item::before {
  display: none;
}

.user-searching__node {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 15px;
  width: 100%;
  max-width: 33.3333%;
  height: 80px;
  padding: 15px;
  border: 1px solid transparent;
    border-bottom: 1px solid transparent;

  cursor: pointer;
  color: #333333 !important;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .user-searching__list {
    gap: 5px;
  }

  .user-searching__item {
    flex-direction: column;
    gap: 5px;
  }

  .user-searching__node {
    max-width: 100%;
    height: 50px;
  }
}

.user-searching__node:hover {
  border: 1px solid #5ad5a1;
  border-bottom: 1px solid #5ad5a1 !important;

}

.user-searching__node:hover svg > path {
  fill: #5ad5a1;
  fill-opacity: 1;
}

.user-searching__node p {
  margin: 0 !important;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}

.doctors {
  background-color: #EDF9FE;
  position: relative;
}

.doctor__card {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 10px;
  width: 100%;
  max-width: 365px;
  height: 100%;
  max-height: 548px;
}

.doctor__card img {
  border-radius: 20px;
  width: 100%;
}

.doctor__first-name {
  margin-top: 15px;
}

.doctor__first-name,
.doctor__last-name {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.doctor__last-name {
  color: #53c4f6;
}

.anchor-reset__style:hover{
    border-bottom: none  !important;
}

.doctor__position {
  margin-top: 5px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.doctor__footer {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.doctor__stage {
  background-color: #5ad5a1;
  border-radius: 10px;
  padding: 2px 8px;
}

.doctor__stage p {
  color: #ffffff;
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.doctors__slider {
  position: relative;
  width: 750px;
}

.doctors-btn {
  border: none;
  background-color: transparent;
}

.doctors__slider-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 130px !important;
  transform: translateX(0) !important;
  margin: 0 10px;
}

.doctors__slider-pagination .swiper-pagination-bullet {
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #53c4f650;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: inline-block;
  position: relative;
  transform: scale(1) !important;
}

/* Активная точка */
.doctors__slider-pagination .swiper-pagination-bullet-active {
  background: #53c4f6;
}

/* Эффект при наведении */
.doctors__slider-pagination .swiper-pagination-bullet:hover {
  transform: scaleY(1);
}

.doctors__swiper-wrapper {
  height: fit-content !important;
}

.doctors-navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: fit-content;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .doctors__slider {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .doctors-btn {
    display: none;
  }

  .doctors__slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 6px;
    border-radius: 2px;
  }

  .doctors__slider-pagination .swiper-pagination-bullet-active {
    width: 25px;
    min-width: 25px;
    border-radius: 20px;
  }

  .doctor__first-name,
  .doctor__last-name {
    font-size: 18px;
    line-height: 20px;
  }

  .doctor__position {
    font-size: 12px;
    line-height: 16px;
  }

  .doctor__stage p {
    font-size: 12px;
    line-height: 16px;
  }
}

.review__card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 25px;
  padding: 30px;
  width: 100%;
  max-width: 565px;
}

.review__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.review__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.review__author {
  margin: 0;
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
}

.review__date {
  margin: 0;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.review__rating {
  display: flex;
  flex-direction: row;
  gap: 2px;
}

.review__rating p {
  margin: 0;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px;
  color: #333333;
}

.review__content {
  margin-top: 20px;
}
.review__text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin: 0;
  transition:
    max-height 0.5s ease,
    opacity 0.3s ease;
}

.review__text--truncated {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 146px;
}

.review__text--expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: 1000px;
}

.review__btn-more {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: fit-content;
  padding: 0 !important;
  margin-top: 15px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #5ad5a1 !important;
  transition: color 0.2s;
}

.review__btn-more:hover {
  color: #3bbd89 !important;
}

.reviews__container {
  position: relative !important;
}

.reviews__slider {
  position: relative;
}

.reviews-navigation {
  width: calc(100% + 80px);
  margin-left: -55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 260px;
  z-index: 100;
}

.reviews-btn {
  background-color: transparent;
  border: none;
}

.reviews__swiper-wrapper {
  height: fit-content !important;
}

.reviews__slider-pagination {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 120px !important;
  margin: 20px auto 0 auto;
  transform: translateX(0) !important;
}

.reviews__slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 2px;
  background: #53c4f650;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: inline-block;
  position: relative;
  transform: scale(1) !important;
}

.reviews__slider-pagination .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 20px;
  background: #53c4f6;
}

/* Эффект при наведении */
.reviews__slider-pagination .swiper-pagination-bullet:hover {
  transform: scaleY(1);
}

@media (max-width: 1024px) {
  .reviews__slider-pagination {
    display: flex;
  }

  .reviews-navigation {
    display: none;
  }
  
  .reviews-navigation.small {
    display: flex;
  }

  .review__card {
    padding: 20px;
  }

  .review__header {
    flex-direction: column;
    gap: 5px;
  }

  .review__author {
    font-size: 16px;
    line-height: 20px;
  }

  .review__date {
    font-size: 12px;
    line-height: 16px;
  }

  .review__rating svg {
    width: 16px;
  }

  .review__rating p {
    font-size: 16px;
    line-height: 20px;
  }

  .review__content {
    margin-top: 15px;
  }

  .review__content p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 640px) {
  .reviews__slider {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}

.reviews__slider-pagination.small {
  display: flex;
  margin: 5px auto 0 auto;
}

.reviews__slider-pagination.small .swiper-pagination-bullet {
  height: 12px;
  border-radius: 100%;
}

.reviews__slider-pagination.small .swiper-pagination-bullet-active {
  width: 12px;
}

.reviews-navigation.small {
  position: relative;
  max-width: 200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: 0;
}

.licences__body {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.licences__body--column {
  flex-direction: column !important;
  align-items: center !important;
}

.licences__content {
  width: 100%;
  max-width: 493px;
  display: flex;
  flex-direction: column;
}

.licences__content--column{
        margin-top: 40px !important;
    max-width: 100% !important;
}

.licneces__title {
  margin: 0;
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 26px;
}

.licences__badge {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
}

.licences__badge__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.licences__badge__title,
.licences__badge__deadline {
  margin: 0;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.licences__badge__deadline {
  color: #333333;
}

.licences__link {
  margin: 0;
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 22px;
  color: #22749a;
}

.licences__actions {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.licences__actions--column{
    margin-top: 15px !important;
}

.licneces__btn-green,
.licneces__btn-blue {
  border-radius: 5px;
  padding: 12px 24px;

  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}

.licneces__btn-green {
  background-color: #5ad5a1;
}

.licneces__btn-blue {
  background-color: #52c4f6;
}

.licences__slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 607px;
}

.licences-navigation {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
}

.licences-btn {
  background-color: transparent;
  border: none;
}

.licences__slider-wrapper--column{
    max-width: 100% !important;
}

.licences__slider-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 120px !important;
  transform: translateX(0) !important;
}

.licences__slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #53c4f650;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: inline-block;
  position: relative;
  transform: scale(1) !important;
}

/* Активная точка */
.licences__slider-pagination .swiper-pagination-bullet-active {
  background: #53c4f6;
}

/* Эффект при наведении */
.licences__slider-pagination .swiper-pagination-bullet:hover {
  transform: scaleY(1);
}

.license__img{
    margin-bottom: 0 !important;
}

.license__img:hover{
    border-bottom: none !important;
    text-decoration: none !important;
}

@media (max-width: 1024px) {
  .licences__body {
    flex-direction: column;
    align-items: center;
  }

  .licences__content {
    margin-top: 30px;
    max-width: 607px;
  }

  .licences__actions {
    margin-top: 15px;
  }

  .licences-navigation {
    bottom: -40px;
  }

  .licences-btn {
    display: none;
  }

  .licences__slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 6px;
    border-radius: 2px;
  }

  .licences__slider-pagination .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .licenses__title {
    font-size: 16px;
    line-height: 18px;
  }

  .licenses__badge__title {
    font-size: 14px;
    line-height: 18px;
  }

  .licenses__badge__deadline {
    font-size: 14px;
    line-height: 18px;
  }

  .licences__badge {
    flex-direction: column;
  }

  .licences__slider {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}

.licneces__btn-green:hover, .licneces__btn-blue:hover{
    border-bottom: none !important;
    color: #ffffff !important;
    opacity: .8;
}

@media (max-width: 400px) {
  .license__img img {
    width: 100%;
  }
}

.gallery__container {
  position: relative;
}

.gallery__img {
  width: 100%;
  height: 684px;
  border-radius: 15px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .gallery-navigation {
    display: none !important;
  }

  .gallery-navigation-secondary > .gallery-btn {
    display: none !important;
  }

  .gallery-navigation-secondary {
    bottom: -30px !important;
  }

  .gallery__img {
    height: 400px;
  }

  .gallery__slider-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 5px !important;
    border-radius: 20px !important;
    background: #53c4f650 !important;
  }

  .gallery__slider-pagination .swiper-pagination-bullet-active {
    background: #53c4f6 !important;
    width: 25px !important;
  }

  .gallery__slider-pagination .swiper-pagination-bullet:hover {
    transform: scaleY(1.1);
  }
}

@media (max-width: 468px) {
  .gallery__img {
    height: 180px;
  }
}

.gallery-navigation {
  position: absolute;
  top: 45%;
  left: -30px;
  width: calc(100% + 60px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
}

.gallery-navigation-secondary {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);

  width: fit-content;
  display: flex;
  flex-direction: row;
}

.gallery__slider-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin: 0 auto 0 auto;
  width: 140px !important;
  transform: translateX(0) !important;
}

.gallery__slider-pagination .swiper-pagination-bullet {
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #53c4f650;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: inline-block;
  position: relative;
  transform: scale(1) !important;
}

/* Активная точка */
.gallery__slider-pagination .swiper-pagination-bullet-active {
  background: #53c4f6;
}

.gallery-btn {
  background-color: transparent;
  border: none;
}

.gallery__swiper-wrapper {
  height: fit-content !important;
}

.promo__sliders {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.promo__card {
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 366px;
}

.promo__img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  height: 244px;
}

.promo__body {
    height: 181px;
    display: flex;
    flex-direction: column;
  margin-top: 15px;
  padding: 0 20px 20px 20px;
}

.promo__body.small {
    height: 260px;
}

.promo__title {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 22px;
}

.promo__description {
  margin-top: 10px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.promo__btn {
  margin-top: auto;
  color: #5ad5a1;
  text-decoration: underline;

  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 18px;
}

.promo__btn:hover {
  color: #5ad5a1 !important;
  opacity: .8;
}

@media (max-width: 1024px) {
   .promo-navigation{
       display: none !important;
   }
   
    .promo-navigation.small{
       display: flex !important;
   }
   
   .promo__slider-pagination{
       display: flex !important;
   }

  .promo__img {
    height: 190px;
  }

  .promo__body {
    padding: 0 15px 15px 15px;
  }

  .promo__title {
    font-size: 14px;
    line-height: 18px;
  }

  .promo__description {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .promo__btn {
    font-size: 14px;
    line-height: 18px;
  }
}

@media(max-width: 768px){
.promo__slider {
           margin-right: -15px !important;
        margin-left: -15px !important;
}
}

.promo-btn{
        background: transparent;
    border: none;
}

.promo__container{
    position: relative
}

.promo-navigation{
    position: absolute;
    top: 45%;
    left: -30px;
    width: calc(100% + 60px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 100;
 }
 
.promo-navigation.small{
    left: 0;
 }
 
.promo__slider-pagination {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin: 20px auto 0 auto;
    width: 120px !important;
        transform: translateX(0) !important;

}

.promo__slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 5px;
    border-radius: 2px;
    background: #53C4F650;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: inline-block;
    position: relative;
    transform: scale(1) !important;

}

/* Активная точка */
.promo__slider-pagination .swiper-pagination-bullet-active {
    background: #53C4F6;
    width: 25px;
    border-radius: 20px;
}

/* Эффект при наведении */
.promo__slider-pagination .swiper-pagination-bullet:hover {
    transform: scaleY(1.1);
}

.promo-navigation.small {
  position: relative;
  max-width: 200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: 0;
}

.promo__slider-pagination.small {
  display: flex;
  margin: 5px auto 0 auto;
}

.promo__slider-pagination.small .swiper-pagination-bullet {
  height: 12px;
  border-radius: 100%;
}

.promo__slider-pagination.small .swiper-pagination-bullet-active {
  width: 12px;
  min-width: 12px;
}

#promo, .licences, .norm-documents{
  background: #EDF9FE;
}
