﻿/* Start:/bitrix/templates/indeweb/css/owl.carousel.min.css?15808522213248*/
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/bitrix/templates/indeweb/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* End */


/* Start:/bitrix/templates/indeweb/css/before-after.min.css?15808522211538*/
.ba-slider {
    position: relative;
    overflow: hidden
}

.ba-slider img {
    width: 100%;
    display: block;
    max-width: none
}

.ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden
}

.ba-slider .handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: rgba(0, 0, 0, .5);
    cursor: ew-resize
}

.ba-slider .handle:after {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    content: '\21d4';
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all .3s ease;
    background: #4867ae;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, from(#4867ae), to(#8f559d));
    background: linear-gradient(to right, #4867ae 0%, #8f559d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4867ae', endColorstr='#8f559d', GradientType=1);
}

.ba-slider .handle.ba-draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 50px;
    font-size: 30px
}


.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    max-width: none !important;
    width: 100%;
    display: block;
}

.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    font-size: 30px;
}

/* End */


/* Start:/bitrix/templates/indeweb/css/magnific-popup.css?15860903096955*/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.4;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

/*  .mfp-close:active {
    top: 1px; }*/

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* End */


/* Start:/bitrix/templates/indeweb/template_styles.css?158853955194209*/
/* A CLINIC Template ----------------------
                                           */
/* Create:INDEWEB.pro ----------------------
                                           */

/* Legend File Styles ----------------------
0. ОБЩИЕ
1. МЕНЮ
2. ШАПКА ГЛАВНОЙ СТРАНИЦЫ
3. ШАПКА ВСЕХ СТРАНИЦ

- КОНТЕНТ ВСЕХ СТРАНИЦ -
4. БЛОК С ВЫБОРОМ УСЛУГ С ИКОНКАМИ
5. БЛОК С ВЫБОРОМ УСЛУГ С ПЛЮСИКАМИ
6. БЛОК С КРАТКИМ ОПИСАНИЕМ КЛИНИКИ
7. БЛОК АКЦИИ В СЛАЙДЕРЕ
8. БЛОК КОНТАКТЫ С КАРТОЙ
9. БЛОК С КНОПКОЙ И СОЦСЕТЯМИ
10. ПОДВАЛ САЙТА
11. ПАГИНАЦИЯ
------------------------------------*/

/* 0. ОБЩИЕ ----------------------
------------------------------------*/
.video-player {
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.video-player .video-js, .video-player iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-player .video-js .vjs-big-play-button {
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

#mob_panel {
    display: none;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    color: inherit;
    word-wrap: inherit;
}

#troubles_categories_list, #troubles_items_list {
    position: relative;
}

img[align=middle] {
    display: block;
    margin: auto;
}

.owl-carousel {
    width: 94%;
    margin: 0 auto;
}

.owl-carousel .owl-stage {
    display: flex;
}

* {
    font-family: 'Open Sans', sans-serif;
    color: #5F676A;
}

.arr-right:after, arr-right:before {
    right: 30px;
}

.item a {
    display: block;
    width: 100%;
    height: auto;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s;
}

.grayscale:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.search-form input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #5e676a;
    max-width: 0%;
    width: 100%;
    -moz-transition: max-width 0.8s 0.3s ease;
    -o-transition: max-width 0.8s 0.3s ease;
    -webkit-transition: max-width 0.8s 0.3s ease;
}

.search-form {
    position: absolute;
    width: 100%;
    right: 70px;
    top: -30px;
}

#top-block .line-decor .col-3.text-right:after {
    height: 100%;
    top: 5px;
}

.search_init {
    cursor: pointer;
}

.search-form input[type="text"].active {
    max-width: 65%;
}

.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.arr-right,
.arr-left {
    position: relative;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
}

.owl-next,
.owl-prev {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
}

.owl-next {
    right: -50px;
}

.owl-prev {
    left: -50px;
}

.arr-right:after,
.arr-left:after,
.arr-right:before,
.arr-left:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #A8B8C7;
}

.arr-left:after,
.arr-right:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arr-right:after,
.arr-left:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arr-right:before,
.arr-left:before {
    top: 0;
}

.arr-right:after,
.arr-left:after {
    bottom: 0;
}

.arr-left:after,
.arr-left:before {
    left: 30px;
}

.arr-right:after,
.arr-right:before {
    right: 30px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #5F676A;
    border-radius: 10px;
    margin: 50px 20px;
}

.owl-dot.active {
    width: 15px;
    height: 15px;
    margin: 45px 15px;
    position: relative;
    top: 2.5px;
}

.gradient {
    background: #4867ae;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4NjdhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjU1OWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, from(#4867ae), to(#8f559d));
    background: linear-gradient(to right, #4867ae 0%, #8f559d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4867ae', endColorstr='#8f559d', GradientType=1);
}

.gradient-1 {
    background: rgb(128, 192, 233);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwYzBlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2FlZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, from(rgba(128, 192, 233, 1)), to(rgba(204, 174, 211, 1)));
    background: linear-gradient(to right, rgba(128, 192, 233, 1) 0%, rgba(204, 174, 211, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80c0e9', endColorstr='#ccaed3', GradientType=1);
}

.white-txt {
    color: white;
}

.h1, .h2, .h3, .h4, .h5 {
    display: block;
    width: 100%;
}

.row img {
    max-width: 100%;
    height: auto;
}

.title-page {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.title-content {
    padding-top: 90px;
    padding-bottom: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.title-content-desc {
    display: block;
    width: 70%;
    margin: 0 auto 50px;
}

a {
    text-decoration: underline;
    color: #6795AF;
}

button,
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

* {
    outline: 0 !important;
}

button::-moz-focus-inner {
    border: 0;
}

::-moz-focus-outer, ::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.media-h1 {
    display: none;
}

.services-include {
    padding-top: 50px !important;
}

.no-flex {
    display: block;
}

img[align="left"] {
    margin-right: 15px;
    margin-bottom: 15px;
}

img[align="right"] {
    margin-left: 15px;
    margin-bottom: 15px;
}

.desk-hidden {
    display: none;
}

/* 1. МЕНЮ ----------------------
------------------------------------*/
#menu {
    max-width: 300px;
    width: 300px;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    -moz-transition: max-width 0.3s 0.3s ease;
    -o-transition: max-width 0.3s 0.3s ease;
    -webkit-transition: max-width 0.3s 0.3s ease;
}

#menu ul {
    list-style-type: none;
    padding-left: 0;
    display: block;
    width: 100%;
}

#menu ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#menu a {
    color: white;
    text-transform: uppercase;
}

#menu ul li a {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-family: Open Sans;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
}

#menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

#but-close {
    position: absolute;
    top: 0px;
    left: 260px;
    font-size: 40px;
    line-height: 1;
    opacity: 0.4;
    cursor: pointer;
    -moz-transition: opacity 0.8s 0.1s ease;
    -o-transition: opacity 0.8s 0.1s ease;
    -webkit-transition: opacity 0.8s 0.1s ease;
}

#but-close:hover {
    opacity: 1;
}

#logo {
    margin-top: 20%;
    margin-bottom: 20%;
}

#menu .open_modal {
    margin: 20px auto 30px;
    width: 80%;
    padding: 15px;
    border: 2px solid white;
    display: block;
    font-size: 14px;
    font-family: Open Sans;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}

#menu .open_modal:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}

#soc-block {
    width: 40%;
    margin: 20px auto 0;
}

#soc-block a {
    color: #6C5EA7;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    display: inline-block;
    padding-top: 10px;
    font-size: 20px;
    border-radius: 20px;
    opacity: 0.6;
    -moz-transition: opacity 0.8s 0.3s ease;
    -o-transition: opacity 0.8s 0.3s ease;
    -webkit-transition: opacity 0.8s 0.3s ease;
    text-decoration: none;
}

#soc-block a:hover {
    opacity: 1;
}

#menu.menu-close {
    max-width: 170px;
}

#menu.open-menu #but-close,
#menu.open-menu #logo,
#menu.open-menu ul,
#menu.open-menu .open_modal,
#menu.open-menu #soc-block {
    opacity: 1;
    -moz-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    -webkit-transition: opacity 0.3s 0.3s ease;
}

#menu.menu-close #but-close,
#menu.menu-close #logo,
#menu.menu-close ul,
#menu.menu-close .open_modal,
#menu.menu-close #soc-block {
    opacity: 0 !important;
    -moz-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    -webkit-transition: opacity 0.3s 0s ease;
}

#menu.open-menu #but-open {
    margin-top: 10%;
    color: white;
    max-height: 0px;
    opacity: 0;
    -moz-transition: max-height 0.3s 0s ease, opacity 0.3s 0s ease;
    -o-transition: max-height 0.3s 0s ease, opacity 0.3s 0s ease;
    -webkit-transition: max-height 0.3s 0s ease, opacity 0.3s 0s ease;
    cursor: pointer;
}

#menu.menu-close #but-open {
    opacity: 1 !important;
    max-height: 1000px;
    -moz-transition: max-height 0.3s 0.3s ease, opacity 0.3s 0.3s ease;
    -o-transition: max-height 0.3s 0.3s ease, opacity 0.3s 0.3s ease;
    -webkit-transition: max-height 0.3s 0.3s ease, opacity 0.3s 0.3s ease;
}

/* 2. ШАПКА ГЛАВНОЙ СТРАНИЦЫ ----------------------
------------------------------------*/
#head-home {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    background-image: url(https://image.shutterstock.com/image-photo/legs-child-arms-our-mother-600w-793194739.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 4;
    -moz-transition: top 0.8s 0.1s ease;
    -o-transition: top 0.8s 0.1s ease;
    -webkit-transition: top 0.8s 0.1s ease;
}

#head-home .justify-content-between {
    padding-left: 300px;
}

.go-top {
    top: -100% !important;
}

#go-to-mirr {
    position: absolute;
    bottom: -110px;
    left: 335px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.go-to {
    width: 60px;
}

/* 3. ШАПКА ВСЕХ СТРАНИЦ ----------------------
------------------------------------*/
#head-all .justify-content-between {
    padding-left: 300px;
}

#head-all {
    z-index: 10;
}

#top-block {
    position: relative;
}

.bot-info {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 100%;
}

.line-decor .col-3 {
    margin-top: 90px;
    position: relative;
    padding-left: 70px;
    padding-right: 0;
}

.line-decor .col-3:after {
    content: '';
    width: 4px;
    display: block;
    position: absolute;
    background-color: #5F676A;
    border-radius: 2px;
    height: 80%;
    min-height: 80%;
    top: 5px;
    left: 50px;
}

.line-decor .col-3.text-right:after {
    left: unset;
    right: 50px;
}

.line-decor .col-3.text-right {
    padding-right: 70px;
    padding-left: 0;
}

.phone-top {
    color: #5F676A;
    text-decoration: none;
    font-size: 36px;
    font-weight: 500;
}

.bot-info.line-decor .col-3:after {
    display: none;
}

.bot-info.line-decor .col-3.text-right:after {
    display: block;
    right: 65px;
}

.bot-info.line-decor .col-3.text-right {
    padding-left: 5%;
    padding-right: 85px;
}

#head-page #top-block {
    padding-left: 300px;
    background-color: #f2f2f2;
    background-image: url(../../../../../templates/indeweb/images/bg-head222.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 30px;
}

#head-page #top-block .bot-info {
    position: relative;
    bottom: inherit;
    right: inherit;
}

#head-page #top-block .bot-info .col-3 {
    margin-top: 50px;
}

#head-page #top-block .bot-info .col-9 {
    padding-left: 50px;
    margin-top: 50px;
}

#head-page #top-block .bot-info .col-3.text-right {
    padding-right: 40px;
}

#head-page #top-block .bot-info .col-3.text-right:after {
    right: 20px;
    top: 3px;
    height: 75%;
}

/*ХЛЕБНЫЕ КРОШКИ/*
#breadcrumb{

}

/* 4. БЛОК С ВЫБОРОМ УСЛУГ С ИКОНКАМИ ----------------------
------------------------------------*/
#services-icon {
    padding-bottom: 50px;
}

#services-icon.services-include {
    background-color: #F0F4F5;
    padding-bottom: 0;
}

#services-icon a {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-decoration: none;
    color: #5F676A;
    margin-bottom: 20px;
    text-align: center;
}

#services-icon a img {
    margin-bottom: 20px;
}

#services-icon a h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
}

#services-icon a:hover h2 {
    color: #79A0C1;
}

/* 5. БЛОК С ВЫБОРОМ УСЛУГ С ПЛЮСИКАМИ ----------------------
------------------------------------*/
#sevices-plus {
    background-color: #F0F4F5;
    padding-bottom: 40px;
}

#sevices-plus .trouble-section {
    position: relative;
}

#sevices-plus .trouble-section#fly-1 .fly-img,
#sevices-plus .trouble-section#fly-2 .fly-img,
#sevices-plus .trouble-section#fly-3 .fly-img,
#sevices-plus .trouble-section#fly-4 .fly-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 1;
}

#sevices-plus .trouble-section#fly-1 .fly-img:after {

}

#sevices-plus .trouble-section#fly-1:after,
#sevices-plus .trouble-section#fly-2:after,
#sevices-plus .trouble-section#fly-3:after,
#sevices-plus .trouble-section#fly-4:after {
    content: '';
    display: block;
    clear: both;
}

#sevices-plus .trouble-section .h4,
#sevices-plus .trouble-section .plus,
#sevices-plus .trouble-section .open-services {
    position: relative;
    z-index: 2;
    transition: margin-top 1s 0s;
}

#sevices-plus .trouble-section .fly-block .open-services {
    display: none;
}

#sevices-plus .h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 80%;
    margin-bottom: 20px;
}

#sevices-plus .trouble-section .plus {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    cursor: pointer;
}

#sevices-plus .plus:not(.active) .minus-icon, #sevices-plus .plus.active .plus-icon {
    display: none;
}

.open-services ul {
    list-style-type: none;
    padding: 0;
}

.open-services ul li {
    padding: 5px 0;
}

.open-services ul li a {
    font-size: 14px;
}

.fly-block {
    z-index: 3;
    top: 0;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.fly-block.active {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzElIiBzdG9wLWNvbG9yPSIjZjBmNGY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjRmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(240, 244, 245, 1) 31%, rgba(240, 244, 245, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(31%, rgba(240, 244, 245, 1)), color-stop(100%, rgba(240, 244, 245, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(240, 244, 245, 1) 31%, rgba(240, 244, 245, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(240, 244, 245, 1) 31%, rgba(240, 244, 245, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(240, 244, 245, 1) 31%, rgba(240, 244, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(240, 244, 245, 1) 31%, rgba(240, 244, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#f0f4f5', GradientType=0);
    min-height: 285px;
}

.fly-block.active .h4 {
    margin-top: 30px !important;
    color: #6795AF;
}

.fly-block.active .plus {
    background: #cad7db;
}

/* 6. БЛОК С КРАТКИМ ОПИСАНИЕМ КЛИНИКИ ----------------------
------------------------------------*/
#about-block {
    padding-bottom: 100px;
    background-image: url(../../../../../../94240302_xl-2015.jpg);

    background-size: contain;
    background-repeat: no-repeat;
    background-position: 200px 0;
}

/* 7. БЛОК АКЦИИ В СЛАЙДЕРЕ ---------------------------------
------------------------------------*/
#block-actions {
    background-color: #f1f4f5;
    padding-bottom: 90px;
}

#block-actions .owl-carousel {
    width: 825px;
    margin: 0 auto;
    height: 270px;
}

#block-actions .item a {
    display: block;
    width: 100%;
    height: auto;
}

#block-actions .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #5F676A;
    border-radius: 10px;
    margin: 50px 20px;
}

#block-actions .owl-dot.active {
    width: 15px;
    height: 15px;
    margin: 45px 15px;
    position: relative;
    top: 2.5px;
}

/* 8. БЛОК КОНТАКТЫ С КАРТОЙ ---------------------------------
------------------------------------*/
#contacts-home {
    position: relative;
    background-color: #f1f4f5;
}

#contacts-home .desc {
    width: 100%;
}

#contacts-home .title-content-desc {
    width: 50%
}

#map-desc {
    background-color: #F1EEEF;
    position: absolute;
    bottom: 60px;
    width: 350px;
    right: 20%;
    padding: 15px 15px 0;
    text-align: left;
}

/* 9. БЛОК С КНОПКОЙ И СОЦСЕТЯМИ ---------------------------------
------------------------------------*/
#button-soc {
    padding: 70px 0;
}

div#but-bot-grad {
    width: 100%;
}

.bottom-but-zap {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 15px 50px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto 50px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.bottom-but-zap:hover,
#but-soc-bot i:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

#but-soc-bot {
    width: 300px;
    margin: 0 auto;
}

#but-soc-bot i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding-top: 12px;
}

#but-soc-bot i.fa-instagram {
    background: rgb(81, 101, 171);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxNjVhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTYyYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, from(rgba(81, 101, 171, 1)), to(rgba(90, 98, 170, 1)));
    background: linear-gradient(to right, rgba(81, 101, 171, 1) 0%, rgba(90, 98, 170, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5165ab', endColorstr='#5a62aa', GradientType=1);
}

#but-soc-bot i.fa-facebook-f {
    background: rgb(96, 97, 169);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNjFhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OTVlYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, from(rgba(96, 97, 169, 1)), to(rgba(105, 94, 167, 1)));
    background: linear-gradient(to right, rgba(96, 97, 169, 1) 0%, rgba(105, 94, 167, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6061a9', endColorstr='#695ea7', GradientType=1);
}

#but-soc-bot i.fa-vk {
    background: rgb(111, 93, 166);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmNWRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODVhYTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, from(rgba(111, 93, 166, 1)), to(rgba(120, 90, 164, 1)));
    background: linear-gradient(to right, rgba(111, 93, 166, 1) 0%, rgba(120, 90, 164, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f5da6', endColorstr='#785aa4', GradientType=1);
}

#but-soc-bot i.fa-google-plus-g {
    background: rgb(125, 89, 163);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzdkNTlhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NjU2YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(125, 89, 163, 1)), to(rgba(134, 86, 162, 1)));
    background: linear-gradient(to right, rgba(125, 89, 163, 1) 1%, rgba(134, 86, 162, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d59a3', endColorstr='#8656a2', GradientType=1);
}

/* 10. ПОДВАЛ САЙТА ---------------------------------
------------------------------------*/
#footer {
    background-color: #5F676A;
    padding: 20px 0 30px;
}

#menu-bot {
    width: 100%;
}

#menu-bot ul {
    padding-left: 0;
    margin-bottom: 50px;
}

#menu-bot ul li {
    display: inline-block;
    width: 12%;
}

#menu-bot ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-bottom: 15px;
    -moz-transition: color 0.1s 0.3s ease;
    -o-transition: color 0.1s 0.3s ease;
    -webkit-transition: color 0.1s 0.3s ease;
}

#menu-bot ul li a:after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    background-color: #fff;
    -moz-transition: background-color 0.1s 0.3s ease;
    -o-transition: background-color 0.1s 0.3s ease;
    -webkit-transition: background-color 0.1s 0.3s ease;
}

#menu-bot ul li a:hover {
    color: #9CD4E5;
    text-decoration: none;
}

#menu-bot ul li a:hover::after {
    background-color: #9CD4E5;
}

/* 11. (13) ПАГИНАЦИЯ ---------------------------------
------------------------------------*/
#pagination,
#pagination-light {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F0F4F5;
}

#pagination-light {
    padding-top: 0;
}

#pagination .pagination,
#pagination-light .pagination {
    margin-bottom: 0;
}

#pagination .page-item .page-link,
#pagination-light .page-item .page-link {
    border-color: transparent;
    background-color: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #A8B8C7;
}

#pagination .page-item.disabled .page-link::after,
#pagination .page-item:hover .page-link::after,
#pagination-light .page-item.disabled .page-link::after,
#pagination-light .page-item:hover .page-link::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #A8B8C7;
    display: block;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

#pagination .page-item.disabled .page-link,
#pagination-light .page-item.disabled .page-link {
    color: #5F676A;

}

#pagination .page-item:hover .page-link,
#pagination-light .page-item:hover .page-link {
    color: #5F676A;
}

.pagination-head {
    font-weight: 600;
    color: #5F676A;
    padding-right: 7px;
}

/* 12. БЛОК  Отзывы клиентов ---------------------------------
------------------------------------*/
#customer-reviews {
    background-color: #F0F4F5;
}

.customer-review {
    position: relative;
    width: 100%;
    min-height: 1px;

    background-color: #fff;
    border: 1px solid #CCD9DE;
    height: 276px;

    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
    flex: 0 0 24%;
    max-width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;

    font-size: 14px;
    color: #5F676A;
    text-decoration: none;
    text-align: center;
    padding: 35px 20px 20px;
    line-height: 1.23;
}

.customer-review:hover {
    text-decoration: none;
}

.customer-review:hover h6 {
    color: #5F676A;
}

.customer-review h6 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #7F8082;
    margin-bottom: 2px;
}

.customer-review h6 + span {
    margin-bottom: 20px;
    display: block;
    color: #A8B8C7;
}

.customer-review p {
    text-align: left;
}

.customer-review:hover p {
    text-decoration: underline;
}

.customer-review:hover .modal-wrapper p {
    text-decoration: none;

}

.customer-review.video-review .modal-wrapper p {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .customer-review {
        -ms-flex: 0 0 32%;
        -webkit-box-flex: 0;
        flex: 0 0 32%;
        max-width: 32%;

        margin-right: 1.33333%;
        margin-bottom: 1.33333%;
    }
}

@media (max-width: 960px) {
    .customer-review {
        -ms-flex: 0 0 48%;
        -webkit-box-flex: 0;
        flex: 0 0 48%;
        max-width: 48%;

        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media (max-width: 470px) {
    .customer-review {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;

        margin-right: 0;
    }
}

/* модальные окна Окна */
.modal_div {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px #000 solid;

    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-wrapper {
    width: 50%;
    max-width: 650px;
    min-height: 100px;
    background: #fff;
    position: relative;
    padding: 35px 50px 20px;
}

@media only screen and (max-width: 600px) {
    .modal-wrapper {
        width: 90%;
    }
}


.modal-wrapper iframe {
    width: 100%;
}

/* Кнопка закрыть для тех кто в танке) */
.modal_close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    background-color: #6795AF;
    color: #fff;
    padding: 5px 5px;
    opacity: 0.5;
    z-index: 2;
}

.modal_close:hover {
    opacity: 1;
}

.modal_close:before, .modal_close:after {
    position: absolute;
    left: 15px;
    top: 8px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
}

.modal_close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal_close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Подложка */
#overlay {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: 0.28;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

/* 14. ЗАПИСАТЬСЯ НА ПРИЕМ ---------------------------------
------------------------------------*/
#make-an-appointment {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F0F4F5;
}

.form-control {
    border: 1px solid #A8B8C7;
    border-radius: 0;
}

.form-group .form-control::-webkit-input-placeholder {
    color: #A8B8C7;
}

.form-group .form-control:-ms-input-placeholder {
    color: #A8B8C7;
}

.form-group .form-control::-ms-input-placeholder {
    color: #A8B8C7;
}

.form-group .form-control::-webkit-input-placeholder {
    color: #A8B8C7 !important;
}

.form-group .form-control:-ms-input-placeholder {
    color: #A8B8C7 !important;
}

.form-group .form-control::placeholder {
    color: #A8B8C7 !important;
}

label {
    font-weight: 600;
}

#make-an-appointment .bottom-but-zap {
    margin-top: 31px;
    font-size: 14px;
    letter-spacing: 1px;
}

#make-an-appointment textarea {
    min-height: 224px;
    resize: none;
}

#make-an-appointment .notetext {
    font-weight: bold;
    color: #8f559d;
}

/* 15. БЛОК Интересное в косметологии ---------------------------------
------------------------------------*/
#articles {
    padding-bottom: 50px;
    background-color: #F0F4F5;
}

#articles .item {
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 1.23;
    text-align: left; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(17%, rgba(240, 244, 245, 0.23)), color-stop(27%, rgba(240, 244, 245, 0.37)), color-stop(36%, rgba(240, 244, 245, 0.49)), color-stop(39%, rgba(240, 244, 245, 0.53)), color-stop(45%, rgba(240, 244, 245, 0.61)), color-stop(73%, rgba(240, 244, 245, 1)), to(rgba(240, 244, 245, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(240, 244, 245, 0.23) 17%, rgba(240, 244, 245, 0.37) 27%, rgba(240, 244, 245, 0.49) 36%, rgba(240, 244, 245, 0.53) 39%, rgba(240, 244, 245, 0.61) 45%, rgba(240, 244, 245, 1) 73%, rgba(240, 244, 245, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f0f4f5', GradientType=0); /* IE6-9 */
}

#articles .item > span {
    display: block;
}

#articles .head-item {
    font-size: 18px;
    font-weight: 600;
    color: #7F8082;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 100px 10px 0px;
    color: #5F676A;
}

#articles .content-item {
    font-size: 14px;
    color: #5F676A;
    padding: 0px 10px;
}

#articles .img-item {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.all-articles {
    color: #A8B8C7;
    border: 1px solid #A8B8C7;
    display: block;
    margin: 45px auto 0;
    text-decoration: none;
    padding: 0 15px;
}

.all-articles:hover {
    color: #5F676A;

    text-decoration: none;
    border: 1px solid #5F676A;
}

#articles .item > span {
    padding-right: 10px;
    padding-left: 10px;
}

#articles .item > span.content-item, #articles .item > span.head-item {
    padding-right: 20px;
    padding-left: 20px;
}

#articles .item > span.content-item {
    padding-bottom: 20px;
}

#articles .item > span.head-item {
    height: 140px;
    display: flex !important;
    align-items: center;
}

/* 16. БЛОК АКЦИИ ---------------------------------
------------------------------------*/
#shares {
    background-color: #F0F4F5;
}

#shares a {
    display: block;
    margin-right: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#shares a > img.mobile {
    display: none;
}

#shares a > img {
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 1205px) {
    #shares a {
        width: 49%;
        margin-right: 1%;
    }

    #shares a > img.desktop {
        display: none;
    }

    #shares a > img.mobile {
        display: block;
    }
}

.img-review {
    height: inherit;
    height: auto;
    max-width: 100%;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.img-review .modal-wrapper {
    padding: 55px 15px 50px;
    width: 95vh;
    min-width: 370px;
    min-height: 350px;
    max-width: 1950px;
    height: auto;
    min-height: initial;
    min-height: inherit;
}

/* 17. БЛОК АКЦИИ МЕНЮ ---------------------------------
------------------------------------*/
#action-menu {
    background-color: #F0F4F5;
    padding-bottom: 50px;
}

a.pale-link {
    border: 1px solid #5F676A;
    border-bottom: 0 solid #5F676A;
}

.pale-link {

    display: block;
    color: #5F676A;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 70px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.pale-link:hover {
    color: #5F676A;
    text-decoration: none;
    background-color: #fff;
}

a.pale-link:last-child {
    border: 1px solid #5F676A;
}

.pale-link > span {
    display: block;
}

.pale-link .arrow {
    position: absolute;
    right: 0;

    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #5F676A;
    margin: 0;
    padding: 0;

    -webkit-transform: rotate(270deg) translate(0, -18px);
    transform: rotate(270deg) translate(0, -18px);
}

.pale-link .arrow:before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #F0F4F5;
    display: block;
    -webkit-transform: translate(-6px, -8px);
    transform: translate(-6px, -8px);
}

.center {
    text-align: center;
    /*background-color: #F0F4F5;*/
}

.nav.nav-block {
    -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;
}

.nav.nav-block .nav-link {
    text-decoration: none;
    display: inline-block;
    color: #79A0C1;
}

.nav.nav-block .nav-link::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #79A0C1;
    display: block;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.nav.nav-block .nav-link-new {
    color: red;
    font-weight: bold;
}

.nav.nav-block .nav-head {
    color: #5F676A;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: .5rem 1rem;
}

/* 18. БЛОК СЛАЙДЕР ОТЗЫВЫ КЛИЕНТОВ ---------------------------------
------------------------------------*/
#customer-reviews-carusel {
    background-color: #F0F4F5;
    padding-bottom: 50px;
}

#customer-reviews-carusel .owl-item {
    display: block;
    max-width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}

#customer-reviews-carusel .owl-item a h6 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #7F8082;
    margin-bottom: 20px;
}

#customer-reviews-carusel .owl-item a h6 + span {
    margin-bottom: 20px;
    display: block;
    color: #A8B8C7;
}

#customer-reviews-carusel .owl-item a p {
    text-align: left;
}

#customer-reviews-carusel .owl-item a {
    display: block;
    padding: 30px 20px 0;
    text-align: center;
    text-decoration: none;
}

/* 19. БЛОК КОНТАКТЫ С КАРТОЙ ---------------------------------
------------------------------------*/

#procedures {
    padding-bottom: 20px;
    background-color: #F0F4F5;
    padding-top: 40px;
}

h1.h3 {
    margin-bottom: 1.5rem;
    font-size: 22px;
    color: #79A0C1;
    text-transform: uppercase;
    font-weight: 700;
}

.container h3 {
    /*margin-top: 1.5rem;
    margin-bottom: 1.5rem;*/
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.container h4 {
    /*margin-top: 1.5rem;
    margin-bottom: 1.5rem;*/
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

#procedures p {
    margin-bottom: 1.5rem;
}

.blue,
.blue > a {
    color: #79A0C1;
}

#accordion-mobile-menu {
    display: none;
}

#accordion-left-menu {
    float: left;
    max-width: 100%;
}

.card-custom {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
}

.card-custom .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.card-custom .card-body {
    padding: 0;
}

.card-custom .btn-link {
    padding: .5rem .7rem .5rem 0;
    font-size: 16px;
    color: #79A0C1 !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    cursor: pointer;
    display: block;
}

.card-custom .btn-link
.card-custom .btn-link:not([href]):not([tabindex]) {
    color: #79A0C1;
    padding-bottom: 0;
}

.none.card-custom .btn-link:not([href]):not([tabindex])::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #79A0C1;
    display: block;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.card-custom .nav.nav-block .nav-link {
    margin-bottom: 1px;
    padding: .5rem .5rem;
}

.card-custom .nav.nav-block .nav-link.active {
    background-color: #79A0C1;
    color: #fff;
}

#procedures #shares a {
    margin-right: 0;
}

.iframe-wrapper {
    margin-top: 2.5rem;
}

.video-review {
    position: relative;
}

.video-review > p,
.video-review .modal-wrapper p {
    background-color: #fff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding: 12px 12px;
}

#procedures .modal-wrapper p {
    margin-bottom: 0;
    padding: 12px 0px;
}

.video-review > iframe {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}

.video-review .modal-wrapper {
    padding: 50px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95vh;
    height: 75vh;
    min-width: 370px;
    min-height: 350px;
    max-width: 1950px;
}

.video-review .modal-wrapper > iframe {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.video-review::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

#accordion-issues {
    border-top: 1px solid #79A0C1;
}

#accordion-issues h5 {

    font-weight: 700;
    margin-bottom: 0;
    padding: 0;
    border: 0 solid;
    padding: .75rem 0;
    color: #5F676A;
}

#accordion-issues h5.collapsed {
    color: #79A0C1;
    border-bottom: 1px solid #79A0C1;
}

#accordion-issues .card-header {
    padding: 0;
    background-color: transparent;
    border: 0 solid #79A0C1;
}

#accordion-issues .card {
    background-color: transparent;
    border: 0 solid #79A0C1;
}

.video-review {
    display: block;
    height: 100%;
    max-width: 100%;
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
    border: 0 solid;
    border-image-width: 0;
}

#img-reviews-carusel a.item {
    display: block;
}

#img-reviews-carusel {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

#img-reviews-carusel h4 {
    margin-bottom: 2.5rem;
}

/* 20. БЛОК СТРАННИЦА ПРОБЛЕМЫ ---------------------------------
------------------------------------*/
#problems {
    background-color: #F0F4F5;
    padding-bottom: 50px;
}

#problems h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

#problems a {
    /*font-weight: 700;*/
}

#problems .img-review {
    margin-top: 20px;
    display: block;
}

#problems .video-review {

    padding-top: 20px;
    display: block;
}

#problems .video-review > p {
    margin-bottom: 0;
}

/* 21. БЛОК КОНТАКТЫ С КАРТОЙ ---------------------------------
------------------------------------*/
#contact {

}

.cont {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* 22. БЛОК О КЛИНИКЕ---------------------------------
------------------------------------*/
#about {
    background-color: #F0F4F5;
    padding-bottom: 50px;
}

.about-head {
    background-color: #fff;
}

.about-head .h4 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;

}

.about-head .h4 span {
    display: block;

}

.citation {
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 27px;
}

.citation span {
    display: block;
}

a > b {
    color: #6795AF;
}

/* 23. БЛОК ИНТЕРЕСНОЕ В КОСМЕТОЛОГИИ ---------------------------------
------------------------------------*/
#interesting {
    background-color: #F0F4F5;
    padding-bottom: 50px;
}

#interesting .customer-review {
    position: relative;
    width: 100%;
    min-height: 1px;
    background-color: #fff;
    border: 1px solid #CCD9DE;
    height: 276px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 0%;
    margin-bottom: 0;
    max-width: 25%;
    color: #5F676A;
    text-decoration: none;
    text-align: center;
    padding: 35px 20px 20px;
    line-height: 1.23;
    border-width: 0;
}

#interesting .item {
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 1.23;
    text-align: left; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(17%, rgba(240, 244, 245, 0.23)), color-stop(27%, rgba(240, 244, 245, 0.37)), color-stop(36%, rgba(240, 244, 245, 0.49)), color-stop(39%, rgba(240, 244, 245, 0.53)), color-stop(45%, rgba(240, 244, 245, 0.61)), color-stop(73%, rgba(240, 244, 245, 1)), to(rgba(240, 244, 245, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(240, 244, 245, 0.23) 17%, rgba(240, 244, 245, 0.37) 27%, rgba(240, 244, 245, 0.49) 36%, rgba(240, 244, 245, 0.53) 39%, rgba(240, 244, 245, 0.61) 45%, rgba(240, 244, 245, 1) 73%, rgba(240, 244, 245, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f0f4f5', GradientType=0); /* IE6-9 */
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    margin-right: 1%;
    margin-bottom: 30px;
    max-width: 24%;
    padding: 10px;
    height: 200px;
    overflow: hidden;
}

#interesting .item > span {
    display: block;
}

#interesting .head-item {
    font-size: 14px;
    font-weight: 600;
    color: #7F8082;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 55px;
    color: #5F676A;
    position: relative;
    z-index: 3;
    height: 100px;
    overflow: hidden;
    display: flex !important;
    align-items: center;
}

#interesting .content-item {
    font-size: 14px;
    color: #5F676A;
    position: relative;
    z-index: 3;
    max-height: 70px;
    height: 70px;
    overflow: hidden;
}

#interesting .img-item {
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#interesting .item::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(17%, rgba(240, 244, 245, 0.50)), color-stop(58%, rgba(240, 244, 245, 1)), to(rgba(240, 244, 245, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(240, 244, 245, 0.50) 17%, rgba(240, 244, 245, 1) 58%, rgba(240, 244, 245, 1) 100%);
}

#interesting .img-item img {
    width: 100%;
    height: auto;
}

/* 24. БЛОК До и После ---------------------------------
------------------------------------*/
#before_after {
    background-color: #F0F4F5;
}

#before_after .item {
    margin-right: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    background-color: #fff;
}

#before_after .head-item {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

#before_after .content-item {
    font-size: 15px;
    display: block;
    max-height: 80px;
    min-height: 80px;
}

#before_after .wrapper-text {
    padding: 15px 20px 1px 20px;
    display: block;
}

#before_after .content-item a {
    display: initial;
}

.block-links {
    margin-bottom: 40px;
}

.block-links h4 {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding-right: 17px
}

.block-links > span {
    display: inline-block;
    color: #6795AF;
    font-weight: 700;
    position: relative;
    padding-right: 17px;
}

.block-links > span .filter-dis {
    cursor: pointer;
}

.block-links > span .filter-dis::after {
    content: "×";
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    top: -6px;
    right: 0;
}

.links {
    margin-top: 4px;
}

.links a {
    line-height: 2.2;
    padding-right: 20px;
    display: inline-block;
}

.block-links {
    width: 100%;
}

/* 25. БЛОК СТРАННИЦА ФОТОГРАФИИ ---------------------------------
------------------------------------*/

#photos {
    background-color: #F0F4F5;
    padding-bottom: 50px;
}

#photos .item {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

#photos .item .wrapper-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.79);
}

#photos .item .wrapper-text span {
    z-index: 2;
    position: relative;
}

#photos .item span {
    display: block;
}

#photos .img-item {

}

#photos .wrapper-text {
    padding: 8px 15px;
}

#photos .item-lg .wrapper-text {
    background-color: #fff;
}

#photos .item-lg .wrapper-text::before {
    opacity: 1;
}

.image-review .modal-wrapper {
    padding: 50px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95vh;
    height: 75vh;
    min-width: 370px;
    min-height: 350px;
    max-width: 1950px;
}

#photos .item .modal-wrapper .wrapper-text {
    position: static;
}

/* 8. БЛОК КОНТАКТЫ С КАРТОЙ ---------------------------------
------------------------------------*/
/* 8. БЛОК КОНТАКТЫ С КАРТОЙ ---------------------------------
------------------------------------*/
/* A CLINIC Template ----------------------
                                           */
/* Create:INDEWEB.pro ----------------------
                                           */

/* Legend File Styles ----------------------
0. ОБЩИЕ
1. МЕНЮ
2. ШАПКА ГЛАВНОЙ СТРАНИЦЫ
3. ШАПКА ВСЕХ СТРАНИЦ

- КОНТЕНТ ВСЕХ СТРАНИЦ -
4. БЛОК С ВЫБОРОМ УСЛУГ С ИКОНКАМИ
5. БЛОК С ВЫБОРОМ УСЛУГ С ПЛЮСИКАМИ
6. БЛОК С КРАТКИМ ОПИСАНИЕМ КЛИНИКИ
7. БЛОК АКЦИИ В СЛАЙДЕРЕ
8. БЛОК КОНТАКТЫ С КАРТОЙ
9. БЛОК С КНОПКОЙ И СОЦСЕТЯМИ
10. ПОДВАЛ САЙТА
11. (13) ПАГИНАЦИЯ
12. БЛОК  Отзывы клиентов
14. ЗАПИСАТЬСЯ НА ПРИЕМ
15. БЛОК Интересное в косметологии
16. БЛОК АКЦИИ
17. БЛОК АКЦИИ МЕНЮ
18. БЛОК СЛАЙДЕР ОТЗЫВЫ КЛИЕНТОВ
19. БЛОК КОНТАКТЫ С КАРТОЙ
20. БЛОК СТРАННИЦА ПРОБЛЕМЫ
21. БЛОК КОНТАКТЫ С КАРТОЙ
22. БЛОК О КЛИНИКЕ
23. БЛОК ИНТЕРЕСНОЕ В КОСМЕТОЛОГИИ
24. БЛОК До и После
25. БЛОК СТРАННИЦА ФОТОГРАФИИ
25. БЛОК СТРАНИЦА ПРОЦЕДУРЫ

------------------------------------*/

/* 0. ОБЩИЕ ----------------------
------------------------------------*/

.img-right {
    float: right;
    width: 300px;
    margin-left: 15px;
}

.img-right .caption {
    font-weight: bold;
    margin-bottom: 15px;
}

@media (max-width: 1440px) {
    .pad-l {
        padding-left: 185px;
    }
}

@media (max-width: 1100px) {
    .pad-l {
        padding-left: 15px;
    }

    .media-h1 {
        display: block;
    }

    .desk-hidden {
        display: block;
    }
}

@media (max-width: 800px) {
    .title-content {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .title-content-desc {
        width: 100%;
        margin: 0 auto 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    body {
        overflow-x: hidden;
    }

    #make-an-appointment .col-10 {
        color: white;
    }

    #head-home {
        background-image: url(https://image.shutterstock.com/image-photo/legs-child-arms-our-mother-600w-793194739.jpg)
    }
}

@media (max-width: 600px) {
    .owl-prev {
        left: -20px;
    }

    .owl-next {
        right: -20px;
    }

    .arr-right:after, .arr-left:after, .arr-right:before, .arr-left:before {
        height: 20px;
    }

    .arr-right, .arr-left {
        width: 33px;
        height: 33px;
    }

    .owl-next, .owl-prev {
        width: 33px;
        height: 33px;
    }

    #head-home {
        background-image: url(../../../../../templates/indeweb/img/home-bg-600.jpg);
    }
}

/* 1. МЕНЮ  ---------------------------------
------------------------------------*/
@media (max-width: 1300px) {
    #but-close {
        left: 225px;
    }

    #menu {
        width: 255px;
    }
}

@media (max-width: 1100px) {
    .media-h1 {
        display: block;
    }

    #menu {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    #menu #but-open {
        transition: none !important;
    }

    #menu #but-close {
        left: initial;
        right: 15px;
    }

    #menu #logo {
        margin-top: 0;
        margin-bottom: 5vh;
    }

    #menu ul li {
        margin-bottom: 0px;
    }

    #menu .open_modal {
        max-width: 240px;
    }

    #menu #soc-block {
        max-width: 250px;
    }

    #menu #soc-block .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #menu.menu-close {
        width: 100%;
        height: 40px;
        min-height: 12px;
        position: fixed;
        max-width: 100%;
    }

    #menu.menu-close #but-open {
        width: 40px;
        margin: 5px auto 5px;
        cursor: pointer;
    }

    #menu.menu-close #but-open p,
    #menu.menu-close #but-open::after,
    #menu.menu-close #but-open::before {
        content: "";
        display: block;
        height: 4px;
        background-color: #CCCCCC;
        margin-top: 3.5px;
        margin-bottom: 3.5px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 0;
    }

    #menu.menu-close #but-open img {
        display: none;
    }

    #menu #soc-block a {
        background-color: #fff;
        color: transparent;
        opacity: 1;
    }

    #menu #soc-block a i {
        color: #745BA5;
    }

    #menu #soc-block a:hover {
        background-color: #7584C0;
    }

    #menu #soc-block a:hover i {
        color: #fff;
    }

    #menu .open_modal:hover {
        color: #6795AF;
        background-color: #fff;
    }

    #menu.menu-close #but-close, #menu.menu-close #logo, #menu.menu-close ul, #menu.menu-close .open_modal, #menu.menu-close #soc-block {
        display: none;
        -moz-transition: opacity 0.3s 0s ease;
        -o-transition: opacity 0.3s 0s ease;
        -webkit-transition: opacity 0.3s 0s ease;
    }

    #menu ul li a {
        padding: 10px;
    }
}

@media (max-width: 700px) {
    #menu #soc-block .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        margin: 0 10px;
        padding: 0;
    }

    #menu #soc-block .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #menu #logo img {
        width: 100px;
    }

    #menu .open_modal {
        max-width: 216px;
        padding: 10px;
    }

    #menu #logo {
        margin-bottom: 10px;
    }

    #menu .open_modal {
        margin: 10px auto 10px;
    }

    #menu #soc-block {
        min-width: 250px;
    }
}

/* 2. ШАПКА ГЛАВНОЙ СТРАНИЦЫ ---------------------------------
------------------------------------*/
@media (max-width: 1681px) {
    .line-decor .col-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

}

@media (max-width: 1441px) {
    .line-decor .col-3 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (max-width: 1367px) {
    .phone-top {
        font-size: 30px;
    }
}

@media (max-width: 1300px) {
    #head-home .bot-info.line-decor .col-3.text-right {
        padding-left: 0%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .phone-top {
        font-size: 30px;
    }

    #head-home .justify-content-between {
        padding-left: 255px;
    }

}

@media (max-width: 1184px) {
    .phone-top {
        font-size: 25px;
    }
}

@media (max-width: 1100px) {
    #head-home::before {
        display: block;
        content: '';
        width: 100%;
        background-position: 58% top;
        background-size: 170%;
        /*background-image: url(/bitrix/templates/indeweb/img/home-bg.png);*/
        background-repeat: no-repeat;
        height: 800px;
    }


    #head-home {
        position: relative;
    }

    #head-home .justify-content-between {
        display: block;
        margin-top: -138px;
        background-color: #fff;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 0;
        border-top: 2px solid #ccc;
        position: relative;
    }

    #head-home .justify-content-between::after {
        content: "";
        width: 166px;
        height: 140px;
        display: block;
        position: absolute;
        top: -158px;
        right: 15px;
        background-image: url(/bitrix/templates/indeweb/img/newlogo.png)
    }

    #head-home .justify-content-between p {
        text-align: center;
        margin-bottom: 0;
        font-size: 18px;
    }

    #head-home .line-decor .col-3:after {
        display: none;
    }

    #head-home .line-decor .col-3 {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
    }

    #head-home .line-decor .col-3.text-right {
        padding: 0;
        text-align: left !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }

    #head-home .line-decor .col-3.text-right > p,
    #head-home .line-decor .col-3.text-right > a {
        border: 1px solid #ccc;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 15px;
        text-align: center;
        color: #79A0C1;
    }

    #head-home .line-decor .col-3.text-right > p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #head-home .line-decor .col-3.text-right > a strong,
    #head-home .line-decor .col-3.text-right > p span {
        color: #79A0C1;
    }

    #head-home .line-decor .col-3.text-right > p > span:first-child {
        display: none;
    }

    #head-home .bot-info.line-decor {
        display: none;
    }

    #head-home #top-block {
        position: relative;
    }

}

@media (max-width: 801px) {
    #head-home #top-block {
        position: relative;
    }

    #head-home {
        position: relative;
    }

    #head-home::before {
        background-size: cover;
        height: 560px;
    }
}

@media (max-width: 700px) {
    #head-home .justify-content-between {

        margin-top: 0;
    }

    #head-home .phone-top {
        font-size: 18px;

    }

    #head-home .line-decor .col-3.text-right > p, #head-home .line-decor .col-3.text-right > a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 600px) {
    #head-home::before {
        background-size: 135%;
        height: 318px;
    }
}

@media (max-width: 500px) {
    #head-home .line-decor .col-3.text-right > p, #head-home .line-decor .col-3.text-right > a {
        font-size: 15px;
    }

    #head-home::before {
        background-size: 135%;
        height: 280px;
    }
}

@media (max-width: 420px) {

    #head-home::before {
        background-size: 160%;
        height: 250px;
    }

    #head-home .justify-content-between p {
        text-align: center;
        margin-bottom: 0;
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    #head-home::before {
        background-size: 160%;
        height: 190px;
    }
}

/* 3. ШАПКА ВСЕХ СТРАНИЦ ---------------------------------
------------------------------------*/
@media (max-width: 1681px) {
    #head-page .bot-info .col-3.text-right {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
        margin-top: 200px;
    }
}

@media (max-width: 1441px) {
    #head-page .bot-info .col-3.text-right {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
        padding-left: 0;
    }

    #head-page #top-block {
        padding-left: 170px;
    }
}

@media (max-width: 1366px) {
    .title-page {
        font-size: 30px;
    }
}

@media (max-width: 1300px) {
    #head-page .bot-info.line-decor .col-3.text-right {
        padding-left: 0%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .phone-top {
        font-size: 30px;
    }
}

@media (max-width: 1184px) {
    .phone-top {
        font-size: 25px;
    }
}

@media (max-width: 1100px) {
    #head-page #top-block {
        padding-left: 0;
    }

    #head-page {
        position: relative;
    }

    #head-page .justify-content-between {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        padding-top: 155px;
        position: relative;
        width: 100%;
    }

    #head-page .justify-content-between::after {
        content: "";
        width: 166px;
        height: 93px;
        display: block;
        position: absolute;
        top: -110px;
        right: 15px;
        background-image: url(/bitrix/templates/indeweb/img/newlogo.png)
    }

    #head-page .justify-content-between p {
        text-align: center;
        margin-bottom: 0;
        font-size: 18px;
    }

    #head-page .line-decor .col-3:after {
        display: none;
    }

    .search-form {
        position: relative;
        top: initial;
        right: initial;
        display: flex;
        height: 30px;
    }

    #head-page .line-decor .col-3 {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
        background-color: #fff;
    }

    #head-page .line-decor .col-3.text-right {
        padding: 0;
        text-align: left !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 0 solid #ccc;
    }

    #head-page .line-decor .col-3.text-right > p,
    #head-page .line-decor .col-3.text-right > a {
        border: 1px solid #ccc;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 15px;
        text-align: center;
        color: #79A0C1;
    }

    #head-page .line-decor .col-3.text-right > p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 0px solid #ccc;
    }

    #head-page .line-decor .col-3.text-right > a {
        border-left: 0 solid #ccc;
    }

    #head-page .line-decor .col-3.text-right > a strong,
    #head-page .line-decor .col-3.text-right > p span {
        color: #79A0C1;
    }

    #head-page .line-decor .col-3.text-right > p > span:first-child {
        display: none;
    }

    #head-page .bot-info.line-decor {
        display: none;
    }

    #head-page #top-block {
        position: relative;
        min-height: 250px;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-right: 0;
    }

    #head-page .line-decor .col-3 {
        background-color: #fff;
        border-top: 2px solid #ccc;
    }

    .search-form form {
        width: 100%;
        padding-left: 10px;
    }

    #head-page .line-decor .col-3.text-right .search-form {
        display: none;
    }

    .block-links {
        padding: 0 15px;
    }
}

@media (max-width: 900px) {
    #head-page #top-block {
        background-image: url(../../../../../templates/indeweb/images/bg-head.PNG);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
    }

    #head-page .justify-content-between p {
        text-align: left;
    }

}

@media (max-width: 700px) {

    #head-page .phone-top {
        font-size: 18px;

    }

    #head-page .line-decor .col-3.text-right > p,
    #head-page .line-decor .col-3.text-right > a {
        padding-left: 12px;
        padding-right: 12px;
    }

    #head-page .justify-content-between {
        padding-top: 155px;
    }
}

@media (max-width: 500px) {
    #head-page .justify-content-between {
        padding-top: 120px;
    }
}

@media (max-width: 420px) {
    #head-page .justify-content-between {
        padding-top: 95px;
    }
}

@media (max-width: 320px) {
    #head-page .line-decor .col-3.text-right > p, #head-page .line-decor .col-3.text-right > a {
        font-size: 15px;
    }

    #head-page .justify-content-between {
        padding-top: 68px;
    }
}

/* 4. БЛОК С ВЫБОРОМ УСЛУГ С ИКОНКАМИ ---------------------------------
------------------------------------*/

@media (max-width: 1441px) {
    #services-icon {
        padding-left: 170px;
    }
}

@media (max-width: 1100px) {
    #services-icon {
        padding-left: 0;
    }
}

@media (max-width: 801px) {
    #services-icon .col-2 {
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }
}

@media (max-width: 500px) {
    #services-icon .col-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* 5. БЛОК С ВЫБОРОМ УСЛУГ С ПЛЮСИКАМИ ---------------------------------
------------------------------------*/
@media (max-width: 1441px) {
    #sevices-plus {
        padding-left: 170px;
    }
}

@media (max-width: 1100px) {
    #sevices-plus {
        padding-left: 0;
    }

    #sevices-plus .h4 {
        font-size: 14px;
    }
}

.fly-block.active {
    min-height: 315px;
}

@media (max-width: 800px) {
    #sevices-plus .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    #sevices-plus .h4 {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    #sevices-plus .h4 {
        font-size: 14px;
    }

    .fly-block.active {
        min-height: 225px;
    }
}

@media (max-width: 500px) {
    #sevices-plus .h4 {
        height: 32px;
        margin-top: 50%;
    }

    .fly-block.active {
        min-height: 190px;
    }
}

/* 6. БЛОК С КРАТКИМ ОПИСАНИЕМ КЛИНИКИ ---------------------------------
------------------------------------*/
@media (max-width: 1600px) {
    #about-block {
        padding-left: 100px;
        background-position: 100px 0;
    }
}

@media (max-width: 1100px) {
    #about-block {
        padding-left: 0px;
    }

    #about-block .col:first-child {
        display: none;
    }

    #about-block {
        background-color: #fff;
        padding-bottom: 0;
        min-height: 410px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-position: center 60px;
        position: relative;
    }

    #about-block .col {
        position: relative;
        bottom: 0;
        margin: 0 auto;
    }

    #about-block .col p {
        background-color: #fff;
        padding: 25px 30px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #about-block .title-content {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 500px;
    }

    #about-block .col a {
        background-color: #fff;
        padding: 25px 30px;
        width: 100%;
        display: block;
    }
}

@media (max-width: 600px) {
    #about-block .title-content {
        padding-bottom: 330px;
    }
}

@media (max-width: 500px) {
    #about-block .title-content {
        padding-bottom: 250px;
    }
}

@media (max-width: 400px) {
    #about-block .title-content {
        padding-bottom: 190px;
    }
}

/* 7. БЛОК АКЦИИ В СЛАЙДЕРЕ  ---------------------------------
------------------------------------*/
@media (max-width: 1441px) {
    #block-actions {
        padding-left: 170px;
        overflow: hidden;
    }
}

@media (max-width: 1100px) {
    #block-actions {
        padding-left: 0;
    }

    #block-actions .owl-carousel {
        width: 80%;
        position: relative;
        height: auto;
    }

    #block-actions {
        padding-bottom: 120px;
    }

    #block-actions .owl-nav {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #block-actions .owl-next, #block-actions .owl-prev {
        position: relative;
        display: block;
    }

    #block-actions .owl-dots {
        position: absolute;
        width: 100%;
    }
}

@media (max-width: 600px) {
    #block-actions .owl-dot {
        margin: 30px 3px;
    }

    #block-actions .owl-dot.active {
        margin: 25px 1.5px;
    }
}

/* 8. БЛОК КОНТАКТЫ С КАРТОЙ ---------------------------------
------------------------------------*/
@media (max-width: 1441px) {
    #contacts-home .desc {
        padding-left: 170px;
    }
}

@media (max-width: 1100px) {

    #contacts-home .title-content-desc {
        display: none;
    }

    #contacts-home .desc {
        padding: 0px 15px;
        text-align: center;
        width: 100%;
    }

    #contacts-home #map-desc {
        position: static;
        width: 90%;
        margin: 0 auto 15px;
        background-color: #fff;
    }

    #contacts-home {
        background-color: #fff;
    }

    #contacts-home .title-content {
        padding-top: 50px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

}

@media (max-width: 600px) {
    #contacts-home #map-desc p:first-child {
        display: none;
    }

}

/* 9. БЛОК С КНОПКОЙ И СОЦСЕТЯМИ ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #button-soc {
        padding-left: 185px;
    }
}

@media (max-width: 1100px) {
    #button-soc {
        padding: 50px 0;
    }
}

/* 10. ПОДВАЛ САЙТА ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #footer {
        padding-left: 185px;
    }
}

@media (max-width: 1100px) {
    #footer {
        padding-left: 0px;
    }

    #footer {
        padding: 40px 0 50px;
    }

    #footer #menu-bot {
        display: none;
    }

    /*#footer .row {*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*}*/
    /*#footer .row .col {*/
    /*text-align: left !important;*/
    /*min-height: auto;*/
    /*-webkit-box-ordinal-group: 2;*/
    /*-ms-flex-order: 1;*/
    /*order: 1;*/
    /*}*/
    #footer .text-right.col {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }


    #footer p + br {
        display: none;
    }

    #footer a {
        position: relative;
        display: inline-block;
        text-decoration: none;
    }

    #footer a::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #fff;
        display: block;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    #footer a:hover::after {
        background-color: #0056b3;
    }
}

/* 11. (13) ПАГИНАЦИЯ ---------------------------------
------------------------------------*/
@media (max-width: 575px) {
    /*#pagination {
        display: none;
    }*/
    #pagination-light .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* 12. БЛОК  Отзывы клиентов ---------------------------------
------------------------------------*/
@media (max-width: 1100px) {
    #customer-reviews .modal-wrapper {
        width: 100%;
        max-height: 100vh;
        overflow: auto;
    }

    #customer-reviews .modal_div {
        padding: 0;
        border: 0px solid #fff;
    }

    #customer-reviews .customer-review {
        height: auto;
    }

    #customer-reviews {
        padding-top: 20px;
    }

}

@media (max-width: 575px) {
    #customer-reviews .customer-review {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0%;
    }
}

/* 14. ЗАПИСАТЬСЯ НА ПРИЕМ ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #make-an-appointment {
        padding-left: 185px;
    }
}

@media (max-width: 1100px) {
    #make-an-appointment {
        background: #4867ae;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-gradient(linear, left top, right top, from(#4867ae), to(#8f559d));
        background: linear-gradient(to right, #4867ae 0%, #8f559d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4867ae', endColorstr='#8f559d', GradientType=1);
        padding-top: 0;
        padding-left: 0;
    }

    #make-an-appointment .title-content,
    #make-an-appointment label {
        color: #fff;
    }

    #make-an-appointment label {
        font-size: 14px;
        font-weight: 400;
    }

    #make-an-appointment .form-control {
        font-size: 14px;
        background: rgb(98, 136, 196);
        background: -webkit-gradient(linear, left top, right top, from(rgba(98, 136, 196, 1)), color-stop(43%, rgba(122, 131, 190, 1)), to(rgba(162, 120, 181, 1)));
        background: linear-gradient(to right, rgba(98, 136, 196, 1) 0%, rgba(122, 131, 190, 1) 43%, rgba(162, 120, 181, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6288c4', endColorstr='#a278b5', GradientType=1);
        color: #fff;
        border-radius: 3px;
        border: 0px solid #fff;
        padding: .55rem .75rem;

    }

    #make-an-appointment textarea {
        min-height: 70px;
    }

    #make-an-appointment .row {
        -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;
    }

    #make-an-appointment .row .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #make-an-appointment .row .col-4:last-child {
        text-align: center;
    }

    #make-an-appointment .form-group .form-control::-webkit-input-placeholder {
        color: #fff !important;
    }

    #make-an-appointment .form-group .form-control:-ms-input-placeholder {
        color: #fff !important;
    }

    #make-an-appointment .form-group .form-control::placeholder {
        color: #fff !important;
    }

    #make-an-appointment .bottom-but-zap {
        background: #F0F4F5;
        color: #6795AF;
        margin-top: 15px;
    }

    #make-an-appointment .bottom-but-zap:hover {
        background: #fff;
    }

}

@media (max-width: 767px) {
    #make-an-appointment .row .col-4,
    #make-an-appointment .row .col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

/* 15. БЛОК Интересное в косметологии ---------------------------------
------------------------------------*/
@media (max-width: 1100px) {
    #articles .owl-carousel {
        width: 80%;
        position: relative;
        height: auto;
        margin: 0 auto;
    }

    #articles {
        padding-bottom: 120px;
    }

    #articles .owl-nav {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: -1;
    }

    #articles .owl-next,
    #articles .owl-prev {
        position: relative;
        display: block;
    }

    #articles .row.text-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

/* 16. БЛОК АКЦИИ ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #shares {
        padding: 50px 15px 0 185px;
    }
}

@media (max-width: 1100px) {
    #shares {
        padding: 50px 15px 0 15px;
    }
}

@media (max-width: 1205px) {
    #shares a {
        max-width: 48%;
    }
}

@media (max-width: 767px) {
    #shares a {
        max-width: 100%;
        width: 90%;
        margin-right: 0%;
        margin: 0 auto 10px;
        border: 0 solid #fff;
    }

    #shares {
        padding-bottom: 50px;
    }

}

/* 17. БЛОК УСЛУГИ МЕНЮ ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #action-menu {
        padding-left: 165px;
    }
}

@media (max-width: 1199px) {
    #action-menu .pale-link {
        max-width: 300px;
        margin: 0 auto 0px;
    }

    #action-menu .title-content + .col-xl-3 {
        margin-bottom: 30px;
    }

}

@media (max-width: 1100px) {
    #action-menu {
        padding-left: 15px;
    }

    #action-menu .col-sm-3,
    #action-menu .col-sm-9 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #action-menu .pale-link {
        max-width: 300px;
        margin: 5px;
        width: 31%;
        float: left;
        margin-bottom: 30px;
        border-bottom: 1px solid #5F676A;
    }
}

@media (max-width: 767px) {
    #action-menu .card-custom {
        max-width: 320px;
        margin: 0 auto;
        width: 100%;
    }

    #action-menu .card-body {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    #action-menu {
        background-color: #fff;
        padding-bottom: 50px;
    }

    #action-menu .title-content {
        background-color: #fff;
    }

    #action-menu .pale-link {
        background: rgb(230, 242, 251);
        background: -webkit-gradient(linear, left top, right top, from(rgba(230, 242, 251, 1)), color-stop(45%, rgba(237, 241, 248, 1)), to(rgba(245, 239, 246, 1)));
        background: linear-gradient(to right, rgba(230, 242, 251, 1) 0%, rgba(237, 241, 248, 1) 45%, rgba(245, 239, 246, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f2fb', endColorstr='#f5eff6', GradientType=1);
        border: 1px solid #5F676A;
        border-bottom: 0 solid #5F676A;
    }

    #action-menu .pale-link:last-child {
        border-bottom: 1px solid #5F676A;
    }

    #action-menu .pale-link {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }

    #action-menu .pale-link:hover {
        background: #fff;
    }

    #action-menu .card-custom {
        max-width: 600px;

    }

    #action-menu .nav-head {
        font-size: 14px;
    }

    #action-menu .nav-block .nav-link {

        margin-bottom: 0;
        display: block;
        width: 100%;
        background: rgb(230, 242, 251);
        background: -webkit-gradient(linear, left top, right top, from(rgba(230, 242, 251, 1)), color-stop(45%, rgba(237, 241, 248, 1)), to(rgba(245, 239, 246, 1)));
        background: linear-gradient(to right, rgba(230, 242, 251, 1) 0%, rgba(237, 241, 248, 1) 45%, rgba(245, 239, 246, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f2fb', endColorstr='#f5eff6', GradientType=1);
        border-top: 1px solid #A8B8C7;
        font-size: 14px;
        color: #5F676A;
        padding: 20px 30px;
    }

    #action-menu .nav-block .nav-link:hover {
        background: #fff;
    }

    #action-menu .nav-block .nav-link:last-child {
        border-bottom: 1px solid #A8B8C7;
    }

    .card-custom .card-header {
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }

    #accordion-services-menu .row .col-sm-12 {
        padding-right: 0;
        padding-left: 0;
    }

    #action-menu .nav.nav-block .nav-link::after {
        display: none;
    }

}

/* 18. БЛОК СЛАЙДЕР ОТЗЫВЫ КЛИЕНТОВ ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #customer-reviews-carusel {
        padding-left: 185px;
    }
}

@media (max-width: 1100px) {
    #customer-reviews-carusel {
        padding-left: 15px;
    }

    #customer-reviews-carusel .owl-carousel {
        width: 80%;
    }

    #customer-reviews-carusel {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    #customer-reviews-carusel .row.text-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #customer-reviews-carusel .item > span {
        padding-right: 10px;
        padding-left: 10px;
    }

    #customer-reviews-carusel .customer-review {
        height: auto;
    }

    #customer-reviews-carusel .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #customer-reviews-carusel .owl-nav {
        position: absolute;
        top: 40%;
        width: 100%;
    }
}

@media (max-width: 500px) {

}

/* 19. БЛОК КОНТАКТЫ С КАРТОЙ ---------------------------------
------------------------------------*/
@media (max-width: 767px) {

    #img-reviews-carusel .owl-carousel {
        width: 80%;
        position: relative;
        height: auto;
        margin: 0 auto;
    }

    #img-reviews-carusel {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    #img-reviews-carusel .owl-nav {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #img-reviews-carusel .owl-next,
    #img-reviews-carusel .owl-prev {
        position: relative;
        display: block;
    }

    #img-reviews-carusel .row.text-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #img-reviews-carusel .item > span {
        padding-right: 10px;
        padding-left: 10px;
    }

    #img-reviews-carusel .customer-review {
        height: auto;
    }

    #img-reviews-carusel .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #img-reviews-carusel .owl-next,
    #img-reviews-carusel .owl-prev {
        top: auto;
    }

}

/* 19. БЛОК СТРАНИЦА ПРОЦЕДУРЫ ---------------------------------
------------------------------------*/

@media (max-width: 1100px) {
    #procedures .container > div:first-child #accordion-left-menu {
        width: 100%;
        display: none;
    }

    #procedures .container > div:first-child #accordion-mobile-menu {
        width: 100%;
        display: block;
    }

    #procedures .container > div:first-child > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #procedures #accordion-left-menu {
        float: none;
        max-width: 1295px;
    }

    .accordion-media {
        display: block !important;
    }

    #procedures .custom-wrapper-select {
        background: #fff;
    }

    #procedures .custom-wrapper-select select {
        -moz-appearance: none;
        -webkit-appearance: none;
        background-color: transparent;
        border-radius: 3px;
        position: relative;
        color: #79A0C1;
        padding-right: 40px;

    }

    #procedures .custom-wrapper-select select option {
        color: #79A0C1;

    }

    #procedures .custom-wrapper-select {
        position: relative;
    }

    #procedures .custom-wrapper-select .arrow {
        background-image: url(/bitrix/templates/indeweb/img/dow.png);
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 40px;
        background-repeat: no-repeat;
        border-left: 1px solid #A8B8C7;
        background-position: center;

    }

    #procedures {
        padding: 0 10% 20px;
    }

    #procedures h4 {
        text-align: center;
    }
}

#procedures #shares a {
    width: 100%;

}

@media (max-width: 467px) {
    #procedures {
        padding: 0 5% 20px;
    }
}

/* 20. БЛОК СТРАННИЦА ПРОБЛЕМЫ ---------------------------------
------------------------------------*/
@media (max-width: 575px) {
    #problems {
        padding: 0 5% 50px;
    }
}

/* 21. БЛОК СТРАНИЦА КОНТАКТЫ  ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #contact {
        padding-left: 185px;
    }
}

@media (max-width: 1100px) {
    #contact {
        padding-left: 0;
    }
}

/* 22. БЛОК О КЛИНИКЕ ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #about {
        padding: 0 15px 50px 185px;
    }
}

@media (max-width: 1100px) {
    #about {
        padding: 30px 15px 50px 15px;
    }
}

@media (max-width: 575px) {
    #about {
        padding: 0 5% 50px;
    }
}

/* 23. БЛОК ИНТЕРЕСНОЕ В КОСМЕТОЛОГИИ ---------------------------------
------------------------------------*/
@media (max-width: 1100px) {
    #interesting .customer-review {
        height: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        overflow: hidden;
    }

    #interesting .customer-review:nth-child(even) {
        margin-right: 0;
    }

    #interesting .item > span {
        overflow: hidden;
    }
}

@media (max-width: 600px) {
    #interesting {
        paddingleft: 15px;
        padding-right: 15px;
    }

    #interesting .customer-review {
        -webkit-box-flex: 0
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #interesting .head-item {
        font-size: 14px;
        padding-top: 40px;
        height: 95px;
    }

}

/* 24. БЛОК До и После ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #before_after {
        padding-left: 185px;
    }
}

@media (max-width: 1100px) {
    #before_after {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    #before_after .item {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    #before_after {
        padding: 0 5% 50px;
    }

    #before_after .wrapper-text {
        padding: 15px 20px 15px 20px;
        display: block;
    }
}

/* 25. БЛОК СЛАЙДЕР ИНТЕРЕСНОЕ В КОСМЕТОЛОГИИ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #articles {
        padding-left: 185px;
    }
}

@media (max-width: 1300px) {
    #articles .head-item {
        padding: 60px 10px 0px;
    }

    #articles .item > span.head-item {
        height: 100px;
    }

    .owl-carousel {
        width: 90%;
    }
}

@media (max-width: 1100px) {
    #articles {
        padding-left: 0px;
    }
}

/* 26. БЛОК МОДАЛЬНЫЕ ОКНА ---------------------------------
------------------------------------*/
@media (max-width: 767px) {
    .modal_div.active .modal-wrapper {
        width: 90%;
    }

}

@media (max-width: 600px) {
    .modal_div.active .modal-wrapper {
        width: 100%;
        padding: 15px;
    }

    .modal_close {
        top: 0;
        right: 0;
    }

    .modal-wrapper h4 {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }

    .form-group {
        font-size: 0.9rem;
    }

    .modal-wrapper .bottom-but-zap {
        font-size: 0.9rem;
        display: block;
    }

    .modal-wrapper form {
        font-size: 0.8rem;
    }
}

/* 26. БЛОК СТРАНИЦА ПРОЦЕДУРЫ ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #procedures {
        padding-left: 185px;
    }
}

@media (max-width: 1100px) {
    #procedures {
        padding-left: 15px;
    }
}

/* 21. БЛОК СТРАНИЦА ФОТОГРАФИИ  ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #photos {
        padding-left: 165px;
        padding-top: 40px;
    }
}

@media (max-width: 1100px) {
    #photos {
        padding-left: 0;
    }
}

@media (max-width: 960px) {
    #photos .col-4,
    #photos .col-8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    #photos .col-4, #photos .col-8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* 21. БЛОК СТРАНИЦА ОТДЕЛЬНАЯ СТАТЬЯ  ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #interesting {
        padding-left: 165px;
        padding-top: 40px;
    }
}

@media (max-width: 1100px) {
    #interesting {
        padding-left: 0;
    }
}

/* 21. БЛОК СТРАНИЦА До и после  ---------------------------------
------------------------------------*/
@media (max-width: 1440px) {
    #before_after .wrapper-text {
        padding: 10px 10px 1px 10px;
        display: block;
    }
}

@media (max-width: 600px) {
    #mob_panel {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    #mob_panel .col a {
        color: #fff;
        padding: 10px 15px;
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
    }

    #mob_panel .action-mob-call {
        border-right: 1px solid #fff;
    }
}

.specialists {
    background-color: #f1f4f5;
}

.specialists-list {

}

.specialists-item {
    margin-bottom: 20px;
    /*margin-right: 20px;*/
    /*width: 30%;*/
}

@media only screen and (max-width: 900px) {
    .specialists-item {
        /*width: 45%;*/
    }
}

@media only screen and (max-width: 620px) {
    .specialists-item {
        /*width: 100%;*/
        /*margin-right: 0;*/
    }
}

.specialists-item__image {

}

.specialists-item__info {
    padding: 10px;
    min-height: 320px;
    background-color: white;
}

.specialists-item__name {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #4b66ad;
}

.specialists-item__position {
    font-weight: bold;
    margin-top: 10px;
    font-size: 13px;
}

.specialists-item__text {
    margin-top: 10px;
    font-size: 13px;
}

.specialists-all {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid;
}


.infomessage {
    padding: 20px;
    line-height: 20px;
    border: 1px solid;
    /*color: red;*/
    /*text-align: center;*/
    font-size: 14px;
}

#menu.menu-close .infomessage {
    opacity: 0;
    -moz-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    -webkit-transition: opacity 0.3s 0.3s ease;
}


.covid-message {
    background-color: white;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    line-height: 23px;
    font-size: 14px;
}

@media only screen and (max-width: 1000px) {
    .covid-message {
        max-width: 80%;
        padding: 20px;
    }
}

.covid-message__center {
    text-align: center;
}

.covid-message__button {
    margin: 0 auto;
    display: block;
    width: 200px;
    cursor: pointer;
    border-bottom: 0 none;
    font-size: 18px;
    font-family: din_regular;
    padding: 8px 10px;
    color: white;
}

.covid-message__image {
    margin-right: 30px;
    width: 50%;
}

@media only screen and (max-width: 600px) {
    .covid-message__image {
        width: 100%;
    }
}

.covid-message__head {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .covid-message__head {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 1100px) {
    #about-block {
        background-position: center top !important;
    }

    #sevices-plus .h4 {
        padding: 10px 0;
    }

    #sevices-plus {
        padding-bottom: 30px !important;
    }
    #sevices-plus .trouble-section .h4 {
        color: #fff !important;
    }
    #sevices-plus .h4 {
        background: rgb(127 128 130 / 41%) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #fff !important;
    }
}

@media (max-width: 576px) {






}

/* End */
/* /bitrix/templates/indeweb/css/owl.carousel.min.css?15808522213248 */
/* /bitrix/templates/indeweb/css/before-after.min.css?15808522211538 */
/* /bitrix/templates/indeweb/css/magnific-popup.css?15860903096955 */
/* /bitrix/templates/indeweb/template_styles.css?158853955194209 */
