@charset "UTF-8";
/*
@import url("https://fonts.googleapis.com/css?family=Roboto:300,500,700&display=swap");

 @font-face {
  font-family: "geometria", sans-serif;
  src: url("../fonts/geometria/geometria-bold-webfont.eot");
  src: url("../fonts/geometria/geometria-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/geometria/geometria-bold-webfont.woff2") format("woff2"),
    url("../fonts/geometria/geometria-bold-webfont.woff") format("woff"),
    url("../fonts/geometria/geometria-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
} */
* {
    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;
}

.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: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: 0;
}

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

#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: 22px;
}

.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%;
    margin-bottom: 30px;
}

.text p {
    margin-bottom: 25px;
}

.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;
    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;
}

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;
}

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

.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: -185px;
    cursor: pointer;
    padding: 0 10px;
    font-size: 15px;
}

.post img {
    margin: 0;
    border-radius: 5px;
}

.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: black !important;
    padding-right: 10px;
}

.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;
}

.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: 10px;
        margin-bottom: 25px;
        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: 10px;
    right: 10px;
    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-bottom: 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;
}

.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;
    }
    .row-head {
        flex-direction: column;
    }

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

    .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%;
    }

    .heder__logo {
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 10px;
    }

    .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;
}