.btn-unstyled,
.modal-close,
.header-nav .menu-arrow {
    padding: 0;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.icon {
    display: inline-block;
    height: 1em;
    fill: currentColor;
}

.icon-phone {
    width: 1em;
}

.logo {
    display: inline-block;
    line-height: 0;
}

.logo img {
    -o-object-fit: cover;
    object-fit: cover;
}

.burger {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 0;
    border-radius: 50%;
    color: currentColor;
}

.burger:focus {
    outline: none;
}

.burger-line {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 19px;
    height: 2px;
    background: currentColor;
    -webkit-transform: translate(-50%, -1px);
    transform: translate(-50%, -1px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.burger-line:nth-child(1) {
    -webkit-transform: translate(-50%, -7px);
    transform: translate(-50%, -7px);
}

.burger.close-mode .burger-line:nth-child(1) {
    -webkit-transform: translate(-50%, -1px) rotate(-135deg);
    transform: translate(-50%, -1px) rotate(-135deg);
}

.burger.close-mode .burger-line:nth-child(2) {
    -webkit-transform: translate(-50%, -1px) scaleX(0);
    transform: translate(-50%, -1px) scaleX(0);
}

.burger-line:nth-child(3) {
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
}

.burger.close-mode .burger-line:nth-child(3) {
    -webkit-transform: translate(-50%, -1px) rotate(135deg);
    transform: translate(-50%, -1px) rotate(135deg);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    padding-top: 7px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.header-content {
    position: relative;
    z-index: 2;
    color: #B81854;
    background: #fff;
}

.header-container {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2px;
    padding-bottom: 2px;
}

.header-lg-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

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

.header-address {
    display: none;
}

.header-contacts {
    padding-left: 10px;
    white-space: nowrap;
    line-height: 1.39;
}

.header-contacts-num {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}

.header-contacts-text {
    margin-top: -5px;
    font-size: 12px;
    color: #353535;
}

.header-contacts-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 17px;
    margin-right: 7px;
}

.header-burger {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: -13px;
}

.button.header-btn {
    padding: 12px 0;
}

.button.header-btn:last-child {
    background: #0083B0;
}

.header-nav {
    color: #353535;
}

.header-nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header-nav .menu-item:nth-child(1) {
    -webkit-animation-delay: .05s !important;
    animation-delay: .05s !important;
}

.header-nav .menu-item:nth-child(2) {
    -webkit-animation-delay: .1s !important;
    animation-delay: .1s !important;
}

.header-nav .menu-item:nth-child(3) {
    -webkit-animation-delay: .15s !important;
    animation-delay: .15s !important;
}

.header-nav .menu-item:nth-child(4) {
    -webkit-animation-delay: .2s !important;
    animation-delay: .2s !important;
}

.header-nav .menu-item:nth-child(5) {
    -webkit-animation-delay: .25s !important;
    animation-delay: .25s !important;
}

.header-nav .menu-item:nth-child(6) {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important;
}

.header-nav .menu-item:nth-child(7) {
    -webkit-animation-delay: .35s !important;
    animation-delay: .35s !important;
}

.header-nav .menu-item:nth-child(8) {
    -webkit-animation-delay: .4s !important;
    animation-delay: .4s !important;
}

.header-nav .menu-item:nth-child(9) {
    -webkit-animation-delay: .45s !important;
    animation-delay: .45s !important;
}

.header-nav .menu-item:nth-child(10) {
    -webkit-animation-delay: .5s !important;
    animation-delay: .5s !important;
}

.header-nav .menu-item:nth-child(11) {
    -webkit-animation-delay: .55s !important;
    animation-delay: .55s !important;
}

.header-nav .menu-item:nth-child(12) {
    -webkit-animation-delay: .6s !important;
    animation-delay: .6s !important;
}

.header-nav .menu-item:nth-child(13) {
    -webkit-animation-delay: .65s !important;
    animation-delay: .65s !important;
}

.header-nav .menu-item:nth-child(14) {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important;
}

.header-nav .menu-item:nth-child(15) {
    -webkit-animation-delay: .75s !important;
    animation-delay: .75s !important;
}

.header-nav .menu-item a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 9px;
    color: inherit;
    text-decoration: none;
}

.nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.header.active .nav-backdrop {
    display: none;
    opacity: 0;
    pointer-events: auto;
    -webkit-transition: opacity 0.35s 0.25s;
    transition: opacity 0.35s 0.25s;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner-homepage {
    padding-top: 20px;
    background: #0083B0;
    color: #fff;
}

.banner-innerpage {
    padding-bottom: 1px;
    background: radial-gradient(65.5% 234.6% at 94.92% 98.94%, #9BE0F8 0%, #EFF9FD 100%);
}

.banner .container {
    position: relative;
    z-index: 2;
}

.banner .title {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.banner-label {
    display: inline-block;
    min-width: 291px;
    margin-bottom: 25px;
    padding: 3px 10px;
    font-size: 20px;
    line-height: 50px;
    background: #fff;
}

.banner-advantages li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.banner-advantages-icon {
    font-size: 34px;
    margin-right: 16px;
}

.banner .description {
    max-width: 239px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 300;
    opacity: .9;
}

.banner-homepage .banner-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("/netcat_template/template/narko_rehab/img/homepage-background.png") center/cover no-repeat;
}

.banner-homepage .banner-background::before {
    width: 100%;
    padding-bottom: 97.5%;
    content: '';
}

.banner-innerpage .banner-background {
    position: absolute;
    top: 0;
    left: 468px;
    right: 0;
    bottom: 0;
}

.webp .banner-innerpage .banner-background {
    background-image: url("/netcat_template/template/narko_rehab/img/main/hero__img.png");
    background-repeat: no-repeat;
}

.banner-slider {
    position: relative;
    z-index: 3;
    margin-top: -50px;
}

.banner-slider .slider {
    position: relative;
    max-width: 320px;
    padding-top: 17px;
}

.banner-slider .swiper-wrapper {
    height: 164px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-slider .controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.banner-slider .slider-arrow {
    margin-left: 10px;
    font-size: 33px;
    width: 1em;
    height: 1em;
    line-height: 0;
    border-radius: 50%;
}

.banner-slider .slider-arrow:hover {
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.fp-tile {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 145px;
    height: 122px;
    padding: 4px 14px;
}

.fp-tile.swiper-slide-active {
    width: 175px;
    height: 164px;
    z-index: 2;
}

.fp-tile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fp-tile-text {
    position: relative;
    z-index: 2;
    width: 105px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    padding-top: 20px;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
    background: currentColor;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0083B0;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #B81854;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 6px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #fff;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 6px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 6px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #B81854;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
@media (max-width: 1200px) {

    .header-container_new-nav-list-item-link {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .header {
        padding-top: 0;
    }

    .header::before {
        display: none;
    }

    .header-container {
        display: -ms-grid;
        display: grid;
        grid-template-areas: "logo top-panel""logo nav";
        -ms-grid-columns: 22.8% 77.2%;
        grid-template-columns: 22.8% 77.2%;
        -ms-grid-rows: (min-content)[2];
        grid-template-rows: repeat(2, -webkit-min-content);
        grid-template-rows: repeat(2, min-content);
        padding: 0;
    }

    .header-container>* {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .header-lg-top {
        position: relative;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 36px;
        padding-right: 15px;
        grid-area: top-panel;
        color: #fff;
    }

    .header-lg-top::before {
        position: absolute;
        top: -2px;
        bottom: -1px;
        left: 0;
        width: calc(100vw - ((100vw - 927px) / 2) - (960px * 0.228));
        background: -webkit-gradient(linear, left top, right top, color-stop(1.91%, #B81854), to(#E9407F));
        background: linear-gradient(90deg, #B81854 1.91%, #E9407F 100%);
        -webkit-clip-path: polygon(37px 0, 100% 0, 100% 100%, 20px 100%);
        clip-path: polygon(37px 0, 100% 0, 100% 100%, 20px 100%);
        content: '';
    }

    .header-lg-top>* {
        position: relative;
        z-index: 2;
    }

    .header-logo {
        max-width: none;
        height: auto;
        padding: 4px 0;
        grid-area: logo;
        text-align: center;
    }

    .header-logo img {
        max-width: 228px;
        height: auto;
        max-height: 81px;
    }

    .header-address {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
    }

    .header-address::before {
        width: 1px;
        height: 22px;
        margin: 0 20px;
        background: currentColor;
        content: '';
    }

    .header-address-icon {
        font-size: 21px;
    }

    .header-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-right: 0;
        margin-left: auto;
        line-height: 1;
    }

    .header-contacts-num {
        font-size: 18px;
        margin-right: 15px;
    }

    .header-contacts-text {
        position: relative;
        top: -0.3em;
        margin: 0;
        color: inherit;
    }

    .header-contacts-icon {
        font-size: 21px;
    }

    .header-burger {
        display: none;
    }

    .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 17px;
        grid-area: nav;
        padding-right: 15px;
    }

    .header-nav::before {
        display: block;
        width: 23px;
        content: '';
    }

    @supports ((-webkit-clip-path: polygon(0 0, 100% 0)) or (clip-path: polygon(0 0, 100% 0))) {
        .header-nav::before {
            background: #B81854;
            -webkit-clip-path: polygon(20.5px 0, 22.5px 0, 2px 100%, 0 100%);
            clip-path: polygon(20.5px 0, 22.5px 0, 2px 100%, 0 100%);
        }
    }

    .header-nav>.menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header-nav .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }

    .header-nav .menu>.menu-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header-nav .menu>.menu-item>a {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header-nav .menu>.menu-item>a:hover {
        color: #B6114F;
    }

    .header-nav .menu>.menu-item.current>a {
        font-weight: bold;
        color: #B6114F;
    }

    .header-nav .menu>.menu-item.current>a::before {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 20;
        width: 7px;
        height: 16px;
        -webkit-transform: translate(-50%, -5px);
        transform: translate(-50%, -5px);
        background: #DF3877;
        content: '';
    }

    .header-nav .menu-arrow {
        display: none;
    }

    .header-nav .submenu {
        position: absolute;
        display: none;
        /*visibility: hidden*/
        ;
        background: #fff;
    }

    .header-nav .submenu a {
        padding: 4px 20px;
        line-height: 15px;
    }

    .header-nav .menu>.menu-item>.submenu {
        top: 100%;
        left: 0;
        z-index: 2;
        width: 100%;
        padding-top: 18px;
        padding-bottom: 30px;
        opacity: 0;
    }

    .header-nav .menu>.menu-item>.submenu::before {
        position: absolute;
        top: -2px;
        left: 0;
        right: calc(100% - ((100% - 960px) / 2) - (960px * 0.228) - 2px);
        height: 2px;
        background: #B81854;
        content: '';
    }

    .header-nav .menu>.menu-item>.submenu .submenu {
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .header-nav .menu>.menu-item>.submenu .submenu .menu-item {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    .header-nav .submenu-list {
        height: 100%;
        padding: 5px 0;
        border-right: 1px solid #dcdcdc;
        height: 315px !important;
    }

    .header-nav .submenu-list .submenu-list {
        border-left: 1px solid #dcdcdc;
    }

    .header-nav .submenu-container {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-height: calc(100vh - 150px);
        height: 350px;
        overflow-y: auto;
    }

    .header-nav .submenu-container>.submenu-list {
        position: relative;
        max-width: 275px;
    }

    .header-nav .menu-item.hover>.submenu {
        display: block;
        opacity: 1;
    }

    .header-nav .menu>.menu-item.hover>.submenu {
        z-index: 15;
    }

    .header-nav .submenu .menu-item {
        padding-right: 15px;
        margin-bottom: 5px;
    }

    .header-nav .submenu .menu-item a {
        position: relative;
    }

    .header-nav .submenu .menu-item a::after {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: inline-block;
        height: 5px;
        background: #B81854;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        content: '';
    }

    .header-nav .submenu .menu-item .menu-item {
        padding-left: 15px;
    }

    .header-nav .submenu .menu-item.hover>.submenu {
        opacity: 1;
    }

    .header-nav .submenu .menu-item.hover>.submenu .menu-item {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }

    .header-nav .submenu .menu-item.hover>a,
    .header-nav .submenu .menu-item a:hover {
        color: #B81854;
    }

    .header-nav .submenu .menu-item.hover>a::after,
    .header-nav .submenu .menu-item a:hover::after {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .nav-backdrop {
        -webkit-transition: none;
        transition: none;
    }

    .nav-open .nav-backdrop {
        -webkit-transition: opacity 0.15s;
        transition: opacity 0.15s;
    }
}

@media (max-width: 991px) {
    .header-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 2;
        line-height: 15px;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .5s 0.25s, visibility 0s .75s;
        transition: opacity .5s 0.25s, visibility 0s .75s;
    }

    .nav-open .header-nav {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

    .header-nav .menu {
        background: #fff;
    }

    .header-nav .menu-item a {
        padding-left: 15px;
    }

    .header-nav .menu-item .menu-item a {
        padding-left: 30px;
    }

    .header-nav .menu-item .menu-item .menu-item a {
        padding-left: 45px;
    }

    .header-nav .has-submenu a {
        max-width: calc(100% - 70px);
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .header-nav .menu-arrow {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 10px;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-nav .menu-arrow .icon {
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }

    .header-nav .submenu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-height: 0;
        overflow: hidden;
        background: #0083B0;
        color: #fff;
    }

    .header-nav .submenu .submenu {
        background: #006689;
    }

    .header-nav .menu-item.hover>.submenu {
        max-height: 100%;
        -webkit-animation: max-height-open 0.5s ease-out backwards;
        animation: max-height-open 0.5s ease-out backwards;
    }

    .header-nav .menu-item.hover>.submenu>.submenu-container>.submenu-list>.menu-item {
        -webkit-animation: fadeInLeft 0.25s ease-out both;
        animation: fadeInLeft 0.25s ease-out both;
    }

    .header-nav .menu-item.hover>.submenu>.submenu-list>.menu-item {
        -webkit-animation: fadeInLeft 0.5s ease-out both;
        animation: fadeInLeft 0.5s ease-out both;
    }

    .header-nav .submenu .menu-item.hover {
        background: -webkit-gradient(linear, left top, right top, color-stop(1.91%, #B81854), to(#E9407F));
        background: linear-gradient(90deg, #B81854 1.91%, #E9407F 100%);
    }

    .header-nav .menu-item.hover>.menu-arrow .icon {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .text-block [style*=float] {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .methods .advantage-tile {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .homepage-advantages .advantage-tile:nth-child(n+3) {
        margin-top: 8px;
    }

    .webp .banner-homepage .banner-background {
        background-image: url(/netcat_template/template/narko_rehab/img/homepage-background-mobile.webp);
    }
}

@media (max-width: 575px) {
    .banner-homepage .title {
        line-height: 40px;
    }

    .banner-innerpage .title {
        font-size: 28px;
        line-height: 140%;
        margin-bottom: 34px;
    }

    .prices .service-tile:nth-of-type(odd) {
        border-right: none;
    }

    .prices .service-tile:nth-child(n+4) {
        border-top: none;
    }

    .innerpage-advantages .advantage-tile {
        margin-top: 8px;
    }

    .innerpage-advantages .advantage-tile:last-child {
        margin-top: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width: 991px) and (min-width: 360px) {
    .header-nav .menu-item a {
        padding-left: calc((100% - 350px) / 2 + 15px);
    }

    .header-nav .menu-item .menu-item a {
        padding-left: calc((100% - 350px) / 2 + 30px);
    }

    .header-nav .menu-item .menu-item .menu-item a {
        padding-left: calc((100% - 350px) / 2 + 45px);
    }

    .header-nav .menu-arrow {
        margin-right: calc((100% - 350px) / 2 + 5px);
    }

    .header-nav .has-submenu a {
        max-width: 250px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .header-nav .menu-item a {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }

    .header-nav .menu-item .menu-item a {
        padding-left: calc((100% - 540px) / 2 + 30px);
    }

    .header-nav .menu-item .menu-item .menu-item a {
        padding-left: calc((100% - 540px) / 2 + 45px);
    }

    .header-nav .menu-arrow {
        margin-right: calc((100% - 540px) / 2 + 5px);
    }

    .header-nav .has-submenu a {
        max-width: calc(100% - (100% - 540px) + 40px);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .header-nav .menu-item a {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }

    .header-nav .menu-item .menu-item a {
        padding-left: calc((100% - 720px) / 2 + 30px);
    }

    .header-nav .menu-item .menu-item .menu-item a {
        padding-left: calc((100% - 720px) / 2 + 45px);
    }

    .header-nav .menu-arrow {
        margin-right: calc((100% - 720px) / 2 + 5px);
    }

    .header-nav .has-submenu a {
        max-width: calc(100% - (100% - 720px) + 40px);
    }
}


.container {
    max-width: 1170px;
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}



.logo {
    width: 218px;
    height: 66px;
    margin-right: 25px;
}

.info {
    display: flex;
    align-items: center;
}

.header-container_new {}

.header-container_new-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px 15px 0px;
    border-bottom: 1px solid rgba(103, 132, 140, 0.2);
}

.info_phone {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.info_phone {}

.info_adress {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header__btn {
    text-align: end;
}
.info_phone-svg {
    display: flex;
    background: rgba(231, 62, 125, 0.1);
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;

}

.info_phone-svg {
    height: 17px;
    width: 17px;
    padding: 10px;
}

.info_phone-number {
    margin-right: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.info_phone-text {
    margin-right: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #67848C;
}

.info_adress-text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.info_phone-number-container {
    display: flex;
    align-items: center;
    gap: 10px;
}


.none {
    display: none;
}

.not-none {
    display: block;
    opacity: 1;
}

/* .header-container_new-nav {
    padding: 15px 0px 0 0;
} */

.header-container_new-nav-list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
}

.header__btn-mob {
    display: none;
}

@media(max-width: 750px) {
    .header__btn-mob {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .header__btn {
        display: none;
    }
}



.header-container_new-nav-list-item {
    position: relative;
    margin-bottom: 0px;
}

.header-container_new-nav-list-item-container {
    height: 100%;
}

.header-container_new-nav-list-item-link {
    display: block;
    padding: 15px 0;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    height: 100%;
    text-decoration: none;
}

.header-container_new-nav-list-item-link:hover {
    color: #E73E7D;
    transition: all 0.5s ease-in-out;
}


.submenu_new-list {
    display: none;
    position: absolute;
    list-style: none;
    padding: 25px;
    width: max-content;
    left: -27px;
    background: #E4EDF3;
}

.submenu_new-list-item-link {
    text-decoration: none;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.submenu_new-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.header-container_new-nav-list .hover>.submenu-container_new>.submenu_new>.submenu_new-list {
    display: block;
}

.header-container_new-nav-list {
    gap: 10px;
}

.burger-new {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 0;
    border-radius: 50%;
    color: currentColor;
}

.header-burger {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: -13px;
}

.burger-line-new {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 19px;
    height: 2px;
    background: currentColor;
    -webkit-transform: translate(-50%, -1px);
    transform: translate(-50%, -1px);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

}

.burger-line-new:nth-child(1) {
    -webkit-transform: translate(-40%, -7px);
    -ms-transform: translate(-40%, -7px);
    transform: translate(-40%, -7px);
    width: 24px;
    color: #0083B0;
}

.burger-line-new:nth-child(3) {
    -webkit-transform: translate(-40%, 5px);
    transform: translate(-40%, 5px);
    width: 24px;
    color: #0083B0;
}

.nav-open .burger-line-new:nth-child(2) {
    width: 0;
}

.nav-open .burger-line-new:nth-child(1) {
    -webkit-transform: translate(-50%, -7px) rotate(45deg);
    -ms-transform: translate(-50%, -7px) rotate(45deg);
    transform: translate(-50%, -7px) rotate(45deg);
    top: 66%;
}

.nav-open .burger-line-new:nth-child(3) {
    -webkit-transform: translate(-50%, -7px) rotate(-45deg);
    -ms-transform: translate(-50%, -7px) rotate(-45deg);
    transform: translate(-50%, -7px) rotate(-45deg);
    top: 66%;

}

.btn-unstyled,
.modal-close,
.header-nav .menu-arrow {
    padding: 0;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.logo-mobile {
    display: none;
}

.burger-new {
    display: none;
}

.btn-arrow-menu {
    display: none;
}

.info-number-container-mobile {
    display: none;
}

.info-number-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-contacts-num-new {
    text-decoration: none;
    align-items: center;
    display: flex;
    margin-right: 10px;
    color: #333;
}

.header-contacts-num-new svg {
    color: #E73E7D;
    margin-right: 0px;
}


@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }

    .header-container_new-nav-list-item {
        padding: 0;
    }

    .info_phone {
        margin-right: 10px;
        flex-direction: column;
    }

    .logo {
        margin-right: 20px;
    }

    .info_adress {
        display: none;
    }

    .info_phone-number-container {
        margin-right: 20px;
    }

    .header-contacts-num-new {
        font-size: 15px;
        margin-right: 10px;
    }
}


@media (max-width: 850px) {
    .container {
        max-width: 820px;
    }


    .info_adress {
        display: none
    }

    .header-container_new-nav-list-item-link {
        font-size: 12px;
    }
}


@media (max-width: 750px) {
    .container {
        max-width: 720px;
    }

    .info_phone-number-container {
        margin-right: 0px;
    }

    .logo {
        display: none;
    }

    .info_adress {
        display: none;
    }

    .header-container_new-info {
        display: block;
    }

    .info_phone {
        flex-direction: column;
    }

    .info_phone-number {
        color: #B81854;
    }

    .logo-mobile {
        display: block;
        text-align: center;
        width: 157px;
        height: 48px;       
    }

    .header-lg-top-new {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .header-container_new-nav-list-item-link {
        padding: 10px 0px;
    }

    .header-container_new-nav-list-item-container {
        height: 100%;
    }

    .header-container_new-nav {
        width: 100%;
        padding-bottom: 35px;
        display: none;
    }

    .header-container_new-nav-list {
        gap: 0;
    }

    .header-container_new-nav-list-item-link {
        font-size: 16px;
    }

    .header-container_new-nav-list-item {
        margin-bottom: 0px;
        width: 100%;
    }

    .header-container_new-nav-list {
        flex-direction: column;
        overflow: auto;
    }

    .header-container_new-nav-list-item-container {
        display: flex;
        justify-content: space-between;
    }

    .nav-open .header-container_new-nav {
        display: block;
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

    .burger-new {
        display: block;
        position: relative;
    }

    .header-burger-new {}

    header {
        background-color: #fff;
    }

    .submenu_new-list {
        padding: 0;
        position: unset;
        background-color: #fff;
        width: 100%;
    }

    .submenu_new-list-item-link {
        color: #67848C;
    }

    .header-container_new-nav-list-item.hover-mob>.submenu-container_new>.submenu_new>.submenu_new-list {
        display: block;
    }

    .header-container_new-nav-list-item.hover>.header-container_new-nav-list-item-container>.btn-arrow-menu>.arrow-item {
        transform: rotate(-180deg);
    }

    .btn-arrow-menu {
        display: block;
        flex-shrink: 0;
        font-size: 10px;
        margin-right: 0;
        border: none;
        background: none;
        width: 40px;
        height: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .arrow-item {
        display: inline-block;
        height: 1em;
        fill: currentColor;
        width: 1em;
    }

    .info-number-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-right: 40px;
    }

    .info-number-container {
        display: none
    }

    .info-number-container-mobile {
        display: block;
        text-align: center;
    }

    .info_phone-text {
        margin-right: 0px;
    }
}


@media (max-width: 0) {
    .container {
        max-width: 350px;
    }
}

.header-contacts-num-svg-container {
    border-radius: 50%;
    border: 1px solid rgba(231, 62, 125, 0.1);
    display: flex;
    align-items: center;
    padding: 6px;
    background: rgba(231, 62, 125, 0.1);
    margin-right: 5px;
}

.info_adress-svg-container {
    border-radius: 50%;
    border: 1px solid rgba(231, 62, 125, 0.1);
    display: flex;
    align-items: center;
    padding: 6px;
    background: rgba(231, 62, 125, 0.1);
    margin-right: 5px
}

.info_adress-svg-container svg {
    margin-right: 0px;
}

.citySelect {
    color: #333;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
}

body {
    -webkit-font-smoothing: antialiased;
}

button,
input,
textarea,
select {
    font: inherit;
}

a,
button {
    cursor: pointer;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin-top: 0;
    margin-bottom: 1em;
}

img,
svg,
iframe {
    max-width: 100%;
}

img,
svg {
    min-height: 1px;
    max-height: 100%;
}

[hidden] {
    display: none;
}

.page-content {
    overflow: hidden;
}

.body {
    padding-top: 56px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #353535;
}

.icon-ambulance {
    width: 1em;
}

.icon-arrow-down {
    width: 1em;
}

.icon-arrow-right {
    width: 1em;
}

.icon-chat {
    width: 1em;
}

.icon-close {
    width: 1em;
}

.icon-coins {
    width: 1em;
}

.icon-cross-in-circle {
    width: 1em;
}

.icon-drip {
    width: 1em;
}

.icon-dropper {
    width: 1em;
}

.icon-eye-linetrough {
    width: 1.11364em;
}

.icon-facebook {
    width: 1em;
}

.icon-file {
    width: .97561em;
}

.icon-garden {
    width: 1em;
}

.icon-h24 {
    width: 1em;
}

.icon-h24-alt {
    width: 1em;
}

.icon-hat-and-glasses {
    width: 1.02941em;
}

.icon-head {
    width: .9863em;
}

.icon-heart-beat {
    width: 1em;
}

.icon-hospital-bag {
    width: 1em;
}

.icon-hospital-bed {
    width: 1em;
}

.icon-hospital-bed-alt {
    width: 1em;
}

.icon-insta {
    width: 1em;
}

.icon-location-alt {
    width: 1.02381em;
}

.icon-map {
    width: 1em;
}

.icon-map-place {
    width: 1em;
}

.icon-money {
    width: 1em;
}

.icon-money-alt {
    width: .94444em;
}

.icon-ok {
    width: 1em;
}

.icon-person {
    width: 1em;
}

.icon-phone-call {
    width: 1em;
}

.icon-pill {
    width: 1em;
}

.icon-quality {
    width: .96875em;
}

.icon-razor {
    width: 1em;
}

.icon-ribbon {
    width: 1em;
}

.icon-secret {
    width: 1em;
}

.icon-sleep {
    width: 1em;
}

.icon-slider-arrow-next {
    width: 1em;
}

.icon-slider-arrow-prev {
    width: 1em;
}

.icon-stethoscope-alt {
    width: 1em;
}

.icon-tag {
    width: 1em;
}

.icon-time {
    width: 1em;
}

.icon-user {
    width: 1em;
}

.icon-vine-and-cup {
    width: 1em;
}

.icon-vk {
    width: 1em;
}

.icon-wallet {
    width: 1em;
}

.icon-woman {
    width: 1em;
}

.list-unstyled,
.text-block ol,
.text-block ul,
.footer-nav .menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.link-unstyled {
    color: inherit;
}

.link-unstyled,
.link-unstyled:hover {
    text-decoration: none;
}

/* .bg-skew-shape {
    text-align: center;
    
    background: linear-gradient(to right, #FFF 20%, #FF0 40%, #FF0 60%, #FFF 80%);
    background-size: 200% auto;
    
    color: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    animation: shine 1s linear infinite;

} */


.bg-skew-shape {
    position: relative;
    display: inline-block;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.bg-skew-shape span {
    position: relative;
    animation: color-animate 2s linear infinite alternate;
}

.bg-skew-shape::before {
    position: absolute;
    content: '';
    color: #B81854;
    background-color: #FFFFFF;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    left: -0.1em;
    right: -0.1em;
    top: 0;
    bottom: 0;
    width: 0;
    animation: background-animate 2s linear infinite alternate;
}

@keyframes background-animate {
    to {
        width: 105%;
    }
}

@keyframes color-animate {
    to {
        color: #B81854;
    }
}

.text-red {
    color: #B81854;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    background: linear-gradient(89.87deg, #B81854 0.09%, #E9407F 75.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-white {
    background: #fff;
}

.bg-secondary-white {
    background: #F8FDFF;
}

.d-shadow {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.border {
    border: 1px solid rgba(0, 75, 101, 0.1);
}

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

.js-enabled .animate:not(.animation-initialized) {
    opacity: 0;
}

.js-enabled .animation-initialized {
    -webkit-animation: fadeIn 0.75s ease-in-out both;
    animation: fadeIn 0.75s ease-in-out both;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes scaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes enterLeft {
    from {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes enterLeft {
    from {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes enterRight {
    from {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes enterRight {
    from {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes btnPulse {

    0%,
    75% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    87.5% {
        opacity: .2;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes btnPulse {

    0%,
    75% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    87.5% {
        opacity: .2;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes shakePhone {

    0%,
    80% {
        -webkit-transform: none;
        transform: none;
    }

    84%,
    92%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    88%,
    96% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes shakePhone {

    0%,
    80% {
        -webkit-transform: none;
        transform: none;
    }

    84%,
    92%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    88%,
    96% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@-webkit-keyframes max-height-open {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 800px;
    }
}

@keyframes max-height-open {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 800px;
    }
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    max-width: 320px;
    width: auto;
    margin: 0.5rem auto;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: '';
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #0082B1;
    border-radius: 20px;
    outline: 0;
    text-align: center;
}

.result_wrapper {
    padding: 35px;
}

.popup-stile {
    color: #FFFFFF;
}

.popup-stile h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin: 10px 0;
}

.popup-stile p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
}

@media(max-width: 575px) {
    .popup-stile h1 {
        font-size: 20px;
        line-height: 22.98px;
    }

    .popup-stile p {
        font-size: 14px;
        line-height: 18.2px;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    padding: 5px;
    margin-bottom: 7px;
    font-size: 16px;
}

.modal-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 1px solid white;
    outline-offset: 3px;
}

.modal-form {
    width: 100%;
}

.modal-form .form-field-input {
    border: 1px solid #d4d4d4;
    background: #efefef;
}

.js-enabled .lazy {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.js-enabled .lazy-loaded {
    opacity: 1;
}

.js-enabled .lazy[data-background]:not(.background-loaded),
.js-enabled .lazy[data-background]:not(.background-loaded)::before,
.js-enabled .lazy[data-background]:not(.background-loaded)::after {
    background: none !important;
}

.button {
    min-width: 170px;
    padding: 0;
    border: none;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.91%, #B81854), to(#E9407F));
    background: linear-gradient(90deg, #B81854 1.91%, #E9407F 100%);
    line-height: 2;
    color: #fff;
    -webkit-transition: -webkit-box-shadow 0.35s;
    transition: -webkit-box-shadow 0.35s;
    transition: box-shadow 0.35s;
    transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.button-wrapper {
    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;
    width: 100%;
}

.button.has-line .button-wrapper::after {
    width: 27px;
    height: 2px;
    margin-left: 20px;
    background: currentColor;
    content: '';
}

.button-consult-icon {
    margin-right: 0.588em;
    font-size: 1.714em;
}

.button:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.button:active {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
}

a.button {
    display: inline-block;
    text-decoration: none;
}

.medical-tools-bg {
    position: absolute;
    width: 138px;
    height: 102px;
    background: url(../img/art-gallery-section-illustration.png) center/contain no-repeat;
}

.syringes-bg {
    display: none;
}

.stethoscope-bg {
    display: none;
}

.bg-stethoscope-alt {
    display: none;
}

.square-backgrounds {
    display: none;
}

.details {
    display: block;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.details-summary {
    display: block;
}

.details-summary::-webkit-details-marker {
    display: none;
}

.details-summary-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.details-summary-wrapper::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-right: 13px;
    border-radius: 50%;
    background: #004B65;
    content: '';
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.details[open] .details-summary-wrapper::before {
    background: #B81854;
}

.details-arrow {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1em;
    flex: 0 0 1em;
    margin-right: 0;
    margin-left: auto;
    color: #004B65;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    pointer-events: none;
}

.details[open] .details-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.details-content {
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    padding: 10px 20px 20px;
    overflow: hidden;
}

[open] .details-content {
    will-change: max-height;
    -webkit-animation: max-height-open 0.25s linear;
    animation: max-height-open 0.25s linear;
}

.service-tile {
    position: relative;
    display: block;
    border: 1px solid #004B65;
    font-size: 12px;
    line-height: 18px;
    color: #004B65;
    -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.service-tile::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 100%;
    content: '';
}

.service-tile:hover {
    background: #004B65;
    color: #fff;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 75, 101, 0.5);
    box-shadow: 0px 0px 50px rgba(0, 75, 101, 0.5);
}

.service-tile-link,
.service-tile-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.service-tile-wrapper {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
}

.service-tile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-tile-price {
    padding-left: 18px;
    font-weight: bold;
    color: #B81854;
}

.service-tile:hover .service-tile-price {
    color: inherit;
}

.service-tile-icons {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.service-tile-cross {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    font-size: 14px;
    color: #B81854;
}

.service-tile:hover .service-tile-cross {
    color: inherit;
}

.service-tile-icon {
    font-size: 35px;
}

.service-tile-title {
    position: relative;
    font-size: inherit;
    font-weight: 500;
    max-width: 85px;
    margin: 35px 0 0;
    padding-left: 8px;
}

.service-tile-title::before {
    position: absolute;
    left: 0;
    top: 0.25em;
    bottom: 0.25em;
    display: inline-block;
    width: 2px;
    background: #B81854;
    content: '';
}

.service-tile:hover .service-tile-title::before {
    background: currentColor;
}

.section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-title {
    position: relative;
    font-size: 22px;
    line-height: 40px;
}

.section-title.has-underline::after {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 55px;
    height: 1px;
    background: #B81854;
    content: '';
}

.section-title.line-at-center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-title.center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

.details-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.details-container .details:nth-child(n+2) {
    margin-top: 10px;
}

.article .section-title {
    margin-bottom: 40px;
    line-height: 30px;
}

.article .section-title::after {
    bottom: -20px;
}

.text-block {
    line-height: 24px;
    text-align: justify;
}

.text-block::before,
.text-block::after {
    display: table;
    clear: both;
    content: '';
}

.text-block h2 {
    font-size: 22px;
}

.text-block h3 {
    font-size: 20px;
}

.text-block h4 {
    font-size: 18px;
}

.text-block h5 {
    font-size: 16px;
}

.text-block h6 {
    font-size: 14px;
}

.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    margin-bottom: 0.5em;
    line-height: 1.45;
    text-align: left;
}

.text-block p {
    margin: 0 0 1em;
}

.text-block a {
    color: #fff;
    text-decoration: none;
    transition: .2s opacity;
    background-color: #B81854;
    padding-inline: 4px;
    border-radius: 4px;
    padding-bottom: 2px;
}

.text-block a:hover {
    text-decoration: none;
    opacity: .7;
}

.text-block ul li::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.996 4.027a.486.486 0 00-.687-.018L5.203 6.955 3.722 5.434a.486.486 0 10-.697.679L4.84 7.977a.485.485 0 00.683.014l3.454-3.276a.486.486 0 00.018-.688z' fill='%23D11039'/%3E%3Cpath d='M6 0C2.692 0 0 2.692 0 6s2.692 6 6 6 6-2.692 6-6-2.692-6-6-6zm0 11.027A5.033 5.033 0 01.973 6 5.033 5.033 0 016 .973 5.033 5.033 0 0111.027 6 5.033 5.033 0 016 11.027z' fill='%23D11039'/%3E%3C/svg%3E");
}

.text-block ol {
    counter-reset: ol-list-cntr;
}

.text-block ol li {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    counter-increment: ol-list-cntr;
}

.text-block ol li::before {
    position: absolute;
    left: 0;
    content: counter(ol-list-cntr) ". ";
    color: #B81854;
    font-weight: bold;
}

.text-block li {
    margin: 0;
}

.text-block blockquote {
/*
    margin-bottom: 1em;
    padding: 15px 22px;
    font-weight: 300;
    font-size: 16px;
    overflow: hidden;
    box-shadow: 0 0 20px #a5a5a5;
    */
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-left: 20px;
    border-left: 1px solid #E3ECF3;
    margin-left: 30px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;

}

.text-block blockquote::before {
    content: '“';
    font-size: 37px;
    color: #B81854;
    position: absolute;
    left: -27px;
    top: 50%;
}
@media(max-width: 700px) {
    .text-block blockquote {
        border-top: 1px solid #E3ECF3;
        border-left: none;
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .text-block blockquote::before {
        top: -4px;
        left: 0;
        width: 24px;
        background: white;
    }
}
.text-block img {
    margin-bottom: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.text-block ul,
.text-block ol/*,
.text-block blockquote*/ {
    margin-left: 0;
    margin-right: 0;
}

.last-post .container {
    position: relative;
}

.last-post .stethoscope-bg {
    top: -130px;
    right: 100%;
    margin-right: 40px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-gallery {
    padding-left: calc((100% - 350px) / 2 + 15px);
    padding-right: calc((100% - 350px) / 2 + 15px);
}

.section-gallery .section-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.section-gallery-main-pic {
    display: block;
    line-height: 0;
    margin-bottom: 30px;
}

.section-gallery-slider {
    position: relative;
}

.section-gallery-slider .swiper-pagination {
    color: #DBDBDB;
}

.section-gallery-slider .swiper-slide {
    line-height: 0;
}

.section-gallery-slider .swiper-slide a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.section-gallery-slider .swiper-slide a:nth-child(n+2) {
    margin-top: 20px;
}

.section-gallery-slider .swiper-slide a::before {
    width: 100%;
    padding-bottom: 100%;
    content: '';
}

.section-gallery-slider .swiper-slide a img {
    position: absolute;
    top: 0;
    left: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .section-gallery-slider .swiper-slide a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.section-gallery-next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 40px;
    z-index: 10;
    width: 104px;
    padding-left: 50px;
    font-size: 30px;
    background: linear-gradient(270.12deg, #0184B1 0%, rgba(1, 132, 177, 0) 92.55%);
    color: #fff;
    -webkit-tap-highlight-color: rgba(1, 132, 177, 0);
}

.section-gallery-next:focus {
    outline: none;
}

.form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 40px;
    background: #F8FDFF;
    border: 1px solid #37B0D0;
    text-align: center;
}

.form.modal-form {
    max-width: 320px;
}

.form.page-content-form {
    max-width: 946px;
    margin-left: auto;
    margin-right: auto;
}

.form-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-cb-form .form-bg {
    background: url("../img/footer-form-bg-xs.png") top left/100% auto no-repeat;
}

.webp .footer-cb-form .form-bg {
    background-image: url("../img/footer-form-bg-xs.webp");
}

.form-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.form-title::after {
    display: none;
}

.form-description {
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 2;
}

.form-description::before {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 61px;
    height: 1px;
    background: #B81854;
    margin-bottom: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
}

.form-field {
    position: relative;
    display: inline-block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
}

.form-field-icon {
    position: absolute;
    left: 19px;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #B81854;
}

.form-field-input {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3.125rem;
    padding-right: 1.5rem;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #767676;
    border-radius: 5px;
}

.form-submit {
    position: relative;
    min-height: 45px;
    margin-left: auto;
    margin-right: auto;
}

.article-card {
    padding: 25px 25px 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.article-card .section-title {
    line-height: 32px;
    margin-bottom: 60px;
}

.article-card .section-title::after {
    bottom: -29px;
}

.prices-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: (-webkit-min-content)[6];
    -ms-grid-rows: (min-content)[6];
    grid-template-rows: repeat(6, -webkit-min-content);
    grid-template-rows: repeat(6, min-content);
}

.prices-grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.prices-grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.prices-grid>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.prices-grid>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.prices-grid>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.prices-grid>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

.prices-grid>*:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}

.prices-grid>*:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
}

.prices-grid>*:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.prices-grid>*:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
}

.prices-grid>*:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
}

.prices-grid>*:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
}

.prices .description {
    line-height: 28px;
}

.prices-header {
    margin-bottom: 15px;
}

.prices-footer {
    margin-top: 10px;
}

.prices-header,
.prices-footer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    font-weight: 300;
}

.prices-header .section-title,
.prices-footer .section-title {
    margin-bottom: 11px;
}

.prices-header .section-title::after,
.prices-footer .section-title::after {
    bottom: -4px;
}

.prices-header p,
.prices-footer p {
    margin: 0;
}

.advantage-tile {
    width: 130px;
    height: 130px;
    padding: 15px 5px;
    text-align: center;
    background: #F8FDFF;
    color: #353535;
}

.advantage-tile-icon {
    margin-bottom: 15px;
    font-size: 41px;
    color: #004B65;
}

.advantage-tile-text {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.advantage-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.homepage-advantages {
    position: relative;
    background: linear-gradient(to bottom, #0083B0 455px, #E4F9FF 455px);
    color: #fff;
}

.homepage-advantages-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 455px;
    background: url("../img/advantages-bg.jpg") left -90px center/auto 455px no-repeat;
}

.webp .homepage-advantages-bg {
    background-image: url("../img/advantages-bg.webp");
}

.homepage-advantages .container {
    position: relative;
}

.homepage-advantages .advantage-tiles {
    max-width: 272px;
    margin-right: 0;
    margin-left: auto;
}

.homepage-advantages .advantages-text {
    margin-bottom: 28px;
}

.innerpage-advantages {
    margin-top: -50px;
}

.innerpage-advantages .container {
    position: relative;
}

.innerpage-advantages .advantage-tiles {
    max-width: 268px;
    margin-right: 0;
    margin-left: auto;
}

.innerpage-advantages .advantage-tiles::before {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    min-height: 100px;
    content: '';
}

.innerpage-advantages .advantages-phrase {
    position: absolute;
    left: 15px;
    max-width: 160px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.homepage-team-section {
    position: relative;
    background: #E4F9FF;
}

.homepage-team-section .notepad-bg {
    position: absolute;
    top: -80px;
    left: -84px;
    width: 208px;
    height: 260px;
}

.homepage-team-section .container {
    position: relative;
}

.team-section-form {
    margin-bottom: 40px;
}

.team-block {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
    overflow: hidden;
}

.team-block .section-title {
    margin-bottom: 30px;
}

.team-block .section-title::after {
    bottom: -8px;
}

.team-block-slider .swiper-container {
    padding-bottom: 36px;
}

.team-block-slider .swiper-scrollbar {
    width: 163px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.notepad-bg {
    background: url("../img/notepad.png") center/contain no-repeat;
}

.webp .notepad-bg {
    background-image: url("../img/notepad.webp");
}

.employee-card {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    background: #F8FDFF;
}

.employee-card-body {
    padding-top: 25px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 13px;
}

.employee-card-photo {
    margin-bottom: 20px;
    line-height: 0;
}

.employee-card-photo img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
}

.employee-card-name {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
}

.employee-card-position {
    margin-bottom: 14px;
    font-size: 16px;
}

.employee-card-experience {
    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;
    color: #B81854;
}

.employee-card-icon {
    font-size: 32px;
}

.employee-card .button {
    width: 100%;
    min-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.motivation {
    position: relative;
    z-index: 2;
    padding: 70px 0;
    background: -webkit-gradient(linear, left top, right top, from(#0083B0), to(#1C9FCC));
    background: linear-gradient(90deg, #0083B0 0%, #1C9FCC 100%);
    color: #fff;
    overflow: hidden;
}

.motivation-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../img/motivation-bg-xs.png") right center/auto 100% no-repeat;
}

.webp .motivation-bg {
    background-image: url("../img/motivation-bg-xs.webp");
}

.motivation .syringes-bg {
    left: 100%;
    bottom: 0;
    margin-left: 50px;
}

.motivation .motivation-tel {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 34px;
    font-weight: 500;
}

.motivation .motivation-text {
    position: relative;
    max-width: 266px;
    text-align: left;
}

.motivation .motivation-text:last-child {
    opacity: .8;
}

.motivation .motivation-text p {
    margin: 0;
}

.motivation .motivation-text small {
    font-size: 12px;
}

.motivation .section-title,
.motivation .motivation-text:not(:last-of-type),
.motivation .motivation-tel {
    margin-bottom: 20px;
}

.article-and-gallery {
    position: relative;
    z-index: 2;
}

.article-and-gallery .container {
    position: relative;
}

.article-and-gallery .article-card {
    margin-bottom: 50px;
}

.article-and-gallery .medical-tools-bg {
    display: none;
}

.article-gallery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.article-gallery-item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 10px;
}

.article-gallery-item a {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.article-gallery-item img {
    width: 100%;
}

.article-gallery-item img.lazy-loaded {
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.article-gallery-item a {
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.article-gallery-item a:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.article-gallery-item a:hover img.lazy-loaded {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 4s ease-in-out;
    transition: -webkit-transform 4s ease-in-out;
    transition: transform 4s ease-in-out;
    transition: transform 4s ease-in-out, -webkit-transform 4s ease-in-out;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 30px;
}

.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb li {
    margin: 0;
    white-space: nowrap;
}

.breadcrumb li:not(:last-child)::after {
    content: '/';
    margin: 0 0.2em;
    color: #353535;
}

.breadcrumb li:nth-child(n+2) {
    color: #B81854;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.footer {
    background: linear-gradient(to bottom, transparent 316px, #F1F6FA 316px);
}

.footer-cb-form {
    background: #0083B0;
    color: #fff;
}

.footer-main-content {
    padding-top: 50px;
    padding-bottom: 40px;
}

.footer-top .footer-logo img {
    display: flex;
    align-items: flex-start;
}

.footer-top .footer__text__up {
    text-align: start;
}

.footer-top .footer__text__down {
    text-align: start;
}

.footer-top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: top;
    text-align: center;
}

.footer-logo {
    width: 228px;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 35px;
}

.footer-socials li {
    margin: 0 4.5px;
}

.footer-socials a {
    display: inline-block;
    line-height: 0;
    -webkit-transition: -webkit-box-shadow 0.35s;
    transition: -webkit-box-shadow 0.35s;
    transition: box-shadow 0.35s;
    transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
}

.footer-socials a:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.footer-info {
    margin-bottom: 30px;
}

.footer-info>strong {
    display: block;
    margin-top: -0.7em;
    margin-bottom: 5px;
    line-height: 28px;
}

.footer-address {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: address;
    max-width: 250px;
}

.footer-contacts {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: contacts;
}

.footer-col-nav {
    grid-area: nav;
}

.footer-col-links {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: links;
}

.footer-col-links ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.footer-col-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #353535;
}

.footer-tel {
    font-size: 12px;
    line-height: 1.39;
}

.footer-nav .menu {
    line-height: 28px;
}

.footer-nav .menu li {
    margin: 0;
}

.footer-nav .menu a {
    position: relative;
    color: inherit;
    text-decoration: none;
}

.footer-nav .menu a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background: currentColor;
    content: '';
}

.footer-nav .menu a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.footer-copyright {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #B81854;
    color: #fff;
}

.footer-copyright span {
    display: block;
}

.list {
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
}

.list li {
    margin-bottom: 10px;
}

.list li::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 1em;
    font-size: 12px;
    vertical-align: baseline;
    content: '';
}

.list-allow-icon li::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.652 4.096a.469.469 0 010 .663L5.508 7.904a.469.469 0 01-.663 0L3.348 6.407a.469.469 0 11.663-.663l1.165 1.165L7.99 4.096a.469.469 0 01.663 0zM12 6c0 3.316-2.684 6-6 6-3.317 0-6-2.684-6-6 0-3.317 2.684-6 6-6s6 2.684 6 6zm-.938 0A5.06 5.06 0 006 .937 5.06 5.06 0 00.937 6 5.06 5.06 0 006 11.063 5.06 5.06 0 0011.063 6z' fill='%2300C0A5'/%3E%3C/svg%3E");
}

.list-denied-icon li::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.243 1.757A5.96 5.96 0 006 0a5.96 5.96 0 00-4.243 1.757A5.96 5.96 0 000 6a5.96 5.96 0 001.757 4.243A5.96 5.96 0 006 12a5.96 5.96 0 004.243-1.757A5.96 5.96 0 0012 6a5.96 5.96 0 00-1.757-4.243zm-.498 7.988c-1 1-2.33 1.552-3.745 1.552a5.262 5.262 0 01-3.745-1.552c-1-1-1.552-2.33-1.552-3.745s.551-2.745 1.552-3.745c1-1 2.33-1.552 3.745-1.552s2.745.551 3.745 1.552a5.303 5.303 0 010 7.49z' fill='%23D11039'/%3E%3Cpath d='M8.645 8.148L6.497 6l2.148-2.148a.352.352 0 00-.497-.497L6 5.503 3.852 3.355a.352.352 0 10-.497.497L5.503 6 3.355 8.148a.352.352 0 10.497.497L6 6.497l2.148 2.148a.35.35 0 00.497 0 .352.352 0 000-.497z' fill='%23D11039'/%3E%3C/svg%3E");
}

.program-tile {
    max-width: 263px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 5px 5px;
}

.program-tile-title {
    margin: 0 0 20px;
    padding: 15px 45px;
    font-size: 24px;
    line-height: 40px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    background: #0087AE;
    color: #fff;
    text-align: center;
}

.forced .program-tile-title {
    background: #2C99B9;
}

.double .program-tile-title {
    background: #47B9DA;
}

.intense .program-tile-title {
    background: #6AD4F2;
}

.program-tile-price {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.program-tile-price .currency {
    font-size: 24px;
    line-height: 50px;
    font-weight: normal;
    margin-left: 4px;
}

.program-tile-body {
    padding: 15px 10px 10px 25px;
}

.program-tile-info {
    margin-bottom: 15px;
}

.program-tile .list:nth-child(n+2) {
    margin-top: 24px;
}

.program-tile .button {
    width: 100%;
    margin-top: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.our-programs .swiper-pagination-bullets {
    color: #fff;
}

.innerpage-form-wrapper {
    position: relative;
    margin-top: -195px;
    padding-top: 127px;
    background-color: #5FC3DD;
}

.innerpage-form-wrapper .form {
    position: relative;
    top: 70px;
    z-index: 5;
}

.innerpage-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/medical-concept-banner.jpg") left -290px center/cover no-repeat;
}

.webp .innerpage-form-bg {
    background-image: url(../img/medical-concept-banner.webp);
}

.medical-equipment {
    position: relative;
    padding-top: 117px;
}

.medical-equipment-text {
    margin-bottom: 10px;
}

.medical-equipment-text p {
    display: inline;
    margin: 0;
}

.medical-equipment-list {
    margin-bottom: 9px;
}

.medical-equipment-list h3 {
    margin-bottom: 9px;
    font-size: inherit;
}

.medical-equipment-doctor {
    line-height: 0;
}

.methods .stethoscope-bg {
    left: auto;
    right: 100%;
    bottom: -230px;
    margin-right: 40px;
}

.methods .container {
    position: relative;
}

.methods .advantage-tile {
    margin-bottom: 20px;
}

.treatment-steps-section {
    position: relative;
    z-index: 2;
    padding-top: 0;
}

.treatment-steps-section .medical-tools-bg {
    bottom: -50px;
    right: -34px;
}

.treatment-steps {
    counter-reset: treatment-steps;
}

.treatment-step {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    counter-increment: treatment-steps;
    margin-bottom: 12px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.treatment-step::before {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
    border-bottom: 1px solid currentColor;
    color: #B81854;
    content: counter(treatment-steps) ".";
}

.treatment-step-icon-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63px;
    flex: 0 0 63px;
    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;
    width: 63px;
    height: 63px;
    margin-top: 12px;
    margin-right: 12px;
    font-size: 27px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.treatment-step-text {
    margin-top: 12px;
    font-size: 12px;
    text-align: justify;
}

.licenses {
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
}

.licenses-bg {
    position: absolute;
    top: 232px;
    left: -150px;
    width: 316px;
    height: 259px;
    background: url(../img/licenses-bg.png) center/contain no-repeat;
}

.webp .licenses-bg {
    background-image: url(../img/licenses-bg.webp);
}

.licenses-bg+* {
    position: relative;
}

.licenses-subtitle {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
}

.licenses-slider {
    padding-top: 20px;
}

.licenses-slider .swiper-pagination {
    color: #DBDBDB;
}

.section-faq .container {
    position: relative;
}

.price-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.price-table th:first-child,
.price-table td:first-child {
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.price-table thead {
    background: #0184B1;
    color: #fff;
}

.price-table thead th,
.price-table thead td {
    padding: 14px 20px;
}

.price-table tbody td,
.price-table tbody th {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.price-table tbody td:first-child,
.price-table tbody th:first-child {
    padding: 20px;
    font-weight: normal;
}

.price-table tbody td:last-child,
.price-table tbody th:last-child {
    padding: 20px 8px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.price-table tbody tr:nth-child(even) {
    background: #F5F5F5;
}

@media (min-width: 0) {
    .container {
        max-width: 350px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .banner-homepage {
        padding-bottom: 60px;
    }

    .banner .title {
        max-width: 360px;
    }

    .banner-homepage .banner-background::before {
        content: none;
    }

    .banner-homepage .banner-background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: right -130px bottom;
        background-size: 530px auto;
    }

    .service-tile {
        font-size: 17px;
    }

    .service-tile-wrapper {
        padding-left: 30px;
        padding-bottom: 30px;
    }

    .service-tile-cross {
        top: 0;
        font-size: 23px;
    }

    .service-tile-icon {
        font-size: 72px;
    }

    .service-tile-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 65px;
        max-width: 65%;
    }

    .section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-gallery {
        padding-left: calc((100% - 540px) / 2 + 15px);
        padding-right: calc((100% - 540px) / 2 + 15px);
    }

    .prices-header {
        padding-top: 20px;
        border-bottom: 1px solid #004B65;
    }

    .prices-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
    }

    .prices-header,
    .prices-footer {
        grid-column: auto;
        margin: 0;
        padding-left: 30px;
    }

    .prices .service-tile:nth-of-type(1) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .homepage-advantages {
        background: linear-gradient(to bottom, #0083B0 475px, #E4F9FF 475px);
    }

    .homepage-advantages-bg {
        height: 475px;
        background: url("../img/advantages-bg-md.jpg") right center no-repeat;
    }

    .webp .homepage-advantages-bg {
        background-image: url("../img/advantages-bg-md.webp");
    }

    .homepage-advantages .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .homepage-advantages .advantage-tiles {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 268px;
        flex: 0 0 268px;
    }

    .homepage-advantages .advantages-text {
        margin: 0;
        padding-right: 20px;
    }

    .innerpage-advantages .advantage-tiles {
        max-width: 410px;
    }

    .homepage-team-section {
        padding-top: 30px;
    }

    .footer-top {
        text-align: start;
    }

}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .banner-homepage {
        padding-top: 60px;
    }

    .banner-homepage .banner-background {
        background-position: right bottom;
    }

    .section-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: calc((100% - 720px) / 2 + 15px);
        padding-right: calc((100% - 720px) / 2 + 15px);
    }

    .section-gallery-main-pic {
        -ms-flex-preferred-size: 48.55%;
        flex-basis: 48.55%;
        max-width: 48.55%;
        margin-bottom: 0;
    }

    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .section-gallery-main-pic img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }
    }

    .section-gallery-slider {
        -ms-flex-preferred-size: 51.45%;
        flex-basis: 51.45%;
        max-width: 51.45%;
        padding-left: 20px;
    }

    .page-content-form .form-field {
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .prices-grid {
        -ms-grid-columns: 33.3333% 33.3333% 33.3333%;
        grid-template-columns: 33.3333% 33.3333% 33.3333%;
        -ms-grid-rows: (-webkit-min-content)[4];
        -ms-grid-rows: (min-content)[4];
        grid-template-rows: repeat(4, -webkit-min-content);
        grid-template-rows: repeat(4, min-content);
    }

    .prices-grid>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .prices-grid>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .prices-grid>*:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .prices-grid>*:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .prices-grid>*:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .prices-grid>*:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .prices-grid>*:nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .prices-grid>*:nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .prices-grid>*:nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .prices-grid>*:nth-child(10) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    .prices-grid>*:nth-child(11) {
        -ms-grid-row: 4;
        -ms-grid-column: 2;
    }

    .prices-grid>*:nth-child(12) {
        -ms-grid-row: 4;
        -ms-grid-column: 3;
    }

    .prices .service-tile:nth-of-type(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .homepage-advantages {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0083B0), color-stop(50%, #E4F9FF));
        background: linear-gradient(to right, #0083B0 50%, #E4F9FF 50%);
    }

    .homepage-advantages-bg {
        right: 50%;
        height: 100%;
        background-color: #007DA7;
        background-size: cover;
        background-position: right 100px center;
    }

    .homepage-advantages .advantage-tiles {
        -ms-flex-preferred-size: 410px;
        flex-basis: 410px;
        max-width: 410px;
    }

    .homepage-advantages .advantage-tile:nth-child(n+4) {
        margin-top: 10px;
    }

    .innerpage-advantages .advantage-tiles {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
    }

    .innerpage-advantages .advantage-tiles::before {
        width: 260px;
        margin-right: 16px;
    }

    .innerpage-advantages .advantage-tile {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .homepage-team-section .notepad-bg {
        top: auto;
        left: -60px;
        bottom: -17px;
    }

    .team-block-slider .swiper-scrollbar {
        width: 50%;
    }

    .team-block-slider .swiper-slide {
        width: 165px;
    }

    .employee-card {
        width: 165px;
        margin: 0;
    }

    .employee-card-body {
        padding-top: 18px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .employee-card-photo img {
        width: 135px;
        height: 135px;
    }

    .employee-card-name {
        margin-bottom: 3px;
        font-size: 14px;
    }

    .employee-card-position {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .employee-card-icon {
        font-size: 18px;
        margin-right: 9px;
    }

    .motivation-bg {
        left: 50%;
        right: 0;
        bottom: auto;
        width: 849px;
        height: 100%;
        margin-left: -200px;
        background: url("../img/motivation-bg.png") right center/cover no-repeat;
    }

    .webp .motivation-bg {
        background-image: url("../img/motivation-bg.webp");
    }

    .footer {
        background: linear-gradient(to bottom, transparent 350px, #F1F6FA 350px);
    }

    .footer-main-content {
        padding-top: 100px;
    }

    .footer-copyright span {
        display: inline-block;
    }

    .innerpage-form-bg {
        right: auto;
        width: 1147px;
        background-position: left -200px center;
        background-size: contain;
    }

    .medical-equipment .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medical-equipment .section-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .medical-equipment-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .medical-equipment-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }

    .medical-equipment-doctor {
        margin-right: 0;
        margin-left: auto;
    }

    .licenses {
        padding-bottom: 70px;
    }

    .licenses .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    .licenses-bg {
        top: -60px;
        bottom: -70px;
        left: -410px;
        width: 100%;
        height: auto;
        background-size: cover;
    }

    .licenses-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .licenses-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .body {
        padding-top: 89px;
    }

    .container {
        max-width: 960px;
    }

    .modal-dialog {
        max-width: 520px;
        margin: 1.75rem auto;
    }

    .modal-close {
        margin-bottom: 5px;
        margin-left: 12px;
        font-size: 1rem;
    }

    .medical-tools-bg {
        display: block;
        width: 400px;
        height: 302px;
    }

    .syringes-bg {
        position: absolute;
        bottom: -34px;
        right: 50px;
        display: block;
        width: 268px;
        height: 177px;
        background: url("../img/syringes.png") center/contain no-repeat;
    }

    .syringes-bg+* {
        position: relative;
        z-index: 2;
    }

    .stethoscope-bg {
        position: absolute;
        bottom: 15px;
        right: -29px;
        display: block;
        width: 347px;
        height: 347px;
        background: url("../img/team-section-stethoscope.png") center/contain no-repeat;
    }

    .webp .stethoscope-bg {
        background-image: url("../img/team-section-stethoscope.webp");
    }

    .bg-stethoscope-alt {
        display: block;
        position: absolute;
        top: -130px;
        right: -264px;
        width: 513px;
        height: 170px;
        background: url("../img/stethoscope-alt.png") center/contain no-repeat;
    }

    .webp .bg-stethoscope-alt {
        background-image: url("../img/stethoscope-alt.webp");
    }

    .square-backgrounds {
        position: absolute;
        left: 100%;
        top: 80px;
        z-index: 10;
        display: block;
        width: 138px;
        height: 138px;
        margin-left: 145px;
        background: rgba(236, 236, 236, 0.3);
    }

    .square-backgrounds::before {
        position: absolute;
        left: -50px;
        bottom: -40px;
        z-index: -1;
        width: 100%;
        height: 100%;
        border: 2px solid rgba(236, 236, 236, 0.2);
        content: '';
    }

    .square-backgrounds::after {
        position: absolute;
        top: -42px;
        left: 64px;
        width: 100%;
        height: 100%;
        background: rgba(236, 236, 236, 0.3);
        content: '';
    }

    .details-summary-wrapper {
        font-size: 14px;
        font-weight: bold;
    }

    .details-content {
        font-size: 14px;
    }

    .section-faq .details-content {
        padding: 15px 40px 34px 20px;
    }

    .banner-homepage {
        padding-top: 70px;
        padding-bottom: 280px;
    }

    .banner-innerpage {
        padding-top: 31px;
        padding-bottom: 31px;
    }

    .banner .title {
        max-width: 615px;
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 50px;
    }

    .banner-label {
        margin-bottom: 10px;
    }

    .banner-advantages {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 50px;
    }

    .banner-advantages li {
        margin-bottom: 0;
    }

    .banner .description {
        max-width: 490px;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 28px;
    }

    .banner .button {
        min-width: 280px;
    }

    .banner-innerpage .button {
        position: relative;
        min-width: 225px;
    }

    .banner-innerpage .button .button-wrapper::after {
        width: 27px;
        height: 2px;
        margin-left: 20px;
        background: currentColor;
        content: '';
    }

    .banner-innerpage .button .price {
        position: absolute;
        left: 100%;
        margin-left: 20px;
        font-size: 24px;
        font-weight: normal;
        white-space: nowrap;
        line-height: 50px;
        color: #B81854;
    }

    .banner-homepage .banner-background {
        top: auto;
        bottom: 0;
        left: 50%;
        right: auto;
        width: 1024px;
        height: 664px;
        margin-left: -210px;
        background-size: cover;
        background-position: top;
        background-image: url(/imgs/docimg.png);
    }

    .banner-slider {
        margin-top: -244px;
    }

    .banner-slider .slider {
        max-width: 542px;
    }

    .banner-slider .swiper-wrapper {
        height: 280px;
    }

    .fp-tile {
        width: 245px;
        height: 209px;
        padding: 10px 30px;
    }

    .fp-tile.swiper-slide-active {
        width: 297px;
        height: 280px;
    }

    .fp-tile-text {
        width: 130px;
        font-size: 14px;
        line-height: 20px;
    }

    .section-title {
        font-size: 24px;
        max-width: 680px;
        margin-bottom: 35px;
    }

    .section-title.has-underline::after {
        bottom: -13px;
    }

    .section-title.lg-center {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .section-title.lg-center::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .section-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section-details {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .section-picture {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40.09%;
        flex: 0 0 40.09%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-left: 30px;
    }

    .text-block h2 {
        font-size: 24px;
    }

    .text-block h3 {
        font-size: 22px;
    }

    .text-block h4 {
        font-size: 20px;
    }

    .text-block h5 {
        font-size: 18px;
    }

    .text-block h6 {
        font-size: 16px;
    }

    .text-block blockquote {
        padding-right: 30px;
    }

    .section-gallery {
        padding-left: calc((100% - 960px) / 2 + 15px);
        padding-right: 0;
    }

    .section-gallery-main-pic {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%;
    }

    .section-gallery-slider {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%;
        padding-right: 40px;
    }

    .section-gallery-slider .swiper-pagination {
        display: none;
    }

    .section-gallery-next {
        bottom: 0;
        width: 55%;
        padding-left: 18%;
    }

    .form {
        padding: 29px 70px 45px;
    }

    .form.modal-form {
        max-width: 100%;
        width: initial;
    }

    .footer-cb-form .form-bg {
        background: url("../img/footer-form-bg-lg.png") top left/100% auto no-repeat;
    }

    .webp .footer-cb-form .form-bg {
        background-image: url("../img/footer-form-bg-lg.webp");
    }

    .form-title {
        margin-bottom: 25px;
    }

    .form-description {
        font-size: 18px;
    }

    .page-content-form .form-field {
        -ms-flex-preferred-size: 292px;
        flex-basis: 292px;
        margin: 0;
    }

    .page-content-form .form-submit {
        margin: 0;
    }

    .prices-grid {
        max-width: 1045px;
        -ms-grid-columns: 25% 25% 25% 25%;
        grid-template-columns: 25% 25% 25% 25%;
        -ms-grid-rows: (-webkit-min-content)[3];
        -ms-grid-rows: (min-content)[3];
        grid-template-rows: repeat(3, -webkit-min-content);
        grid-template-rows: repeat(3, min-content);
    }

    .prices-grid>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .prices-grid>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .prices-grid>*:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .prices-grid>*:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .prices-grid>*:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .prices-grid>*:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .prices-grid>*:nth-child(7) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .prices-grid>*:nth-child(8) {
        -ms-grid-row: 2;
        -ms-grid-column: 4;
    }

    .prices-grid>*:nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .prices-grid>*:nth-child(10) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .prices-grid>*:nth-child(11) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .prices-grid>*:nth-child(12) {
        -ms-grid-row: 3;
        -ms-grid-column: 4;
    }

    .prices .description {
        width: 230px;
        font-size: 18px;
    }

    .prices-footer {
        border-right: 1px solid #004B65;
        line-height: 24px;
    }

    .prices .service-tile:nth-of-type(3) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .prices .service-tile:nth-of-type(n+8) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .prices .service-tile:nth-of-type(2),
    .prices .service-tile:nth-of-type(3),
    .prices .service-tile:nth-of-type(n+5) {
        border-left: none;
    }

    .prices .service-tile:nth-of-type(n+4) {
        border-top: none;
    }

    .advantage-tile {
        width: 165px;
        height: 165px;
        padding: 20px 5px;
    }

    .advantage-tile-icon {
        font-size: 57px;
    }

    .advantage-tile-text {
        font-size: 14px;
    }

    .homepage-advantages {
        background: -webkit-gradient(linear, left top, right top, color-stop(44.2%, #0083B0), color-stop(44.2%, #E4F9FF));
        background: linear-gradient(to right, #0083B0 44.2%, #E4F9FF 44.2%);
    }

    .homepage-advantages-bg {
        right: 55.8%;
        background-position: right center;
    }

    .homepage-advantages .advantage-tiles {
        -ms-flex-preferred-size: 515px;
        flex-basis: 515px;
        max-width: 515px;
        margin-left: 51px;
        margin-right: auto;
        padding-bottom: 124px;
    }

    .homepage-advantages .advantages-text {
        max-width: 330px;
        padding-top: 60px;
        padding-right: 0;
    }

    .innerpage-advantages {
        margin-top: -25px;
    }

    .innerpage-advantages .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .innerpage-advantages .advantage-tiles {
        margin-right: -5px;
        margin-left: auto;
    }

    .innerpage-advantages .advantage-tiles::before {
        display: none;
    }

    .innerpage-advantages .advantages-phrase {
        position: relative;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 165px;
        max-width: 170px;
    }

    .homepage-team-section {
        padding-top: 0;
    }

    .team-section-form {
        position: relative;
        top: -125px;
        margin-bottom: -75px;
    }

    .motivation {
        padding: 0;
        background: none;
    }

    .motivation-bg {
        left: auto;
        right: 0;
        margin: 0;
    }

    .motivation-wrapper {
        position: relative;
        padding: 40px;
        background: -webkit-gradient(linear, left top, right top, from(#0083B0), to(#1C9FCC));
        background: linear-gradient(90deg, #0083B0 0%, #1C9FCC 100%);
    }

    .motivation .motivation-tel {
        font-size: 48px;
        line-height: 1;
    }

    .motivation .motivation-text {
        max-width: 605px;
        font-size: 18px;
    }

    .motivation .motivation-text:last-child {
        font-size: 14px;
    }

    .motivation .motivation-text small {
        font-size: 16px;
    }

    .motivation .section-title {
        font-size: 48px;
    }

    .article-and-gallery .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }

    .article-and-gallery .article-card {
        max-width: 34.2%;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .article-and-gallery .medical-tools-bg {
        display: block;
        left: -108px;
        bottom: -80px;
    }

    .article-gallery-row {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 716px;
        margin: -15px;
        padding-right: 30px;
    }

    .article-gallery-item {
        padding: 15px;
    }

    .breadcrumb {
        position: relative;
        z-index: 2;
        margin-bottom: 7px;
        font-size: 14px;
    }

    .breadcrumb ul {
        position: relative;
    }

    .breadcrumb ul::before {
        position: absolute;
        top: -8px;
        left: -23px;
        right: -18px;
        bottom: -8px;
        z-index: -1;
        background: rgba(255, 255, 255, 0.7);
        -webkit-transform: skew(-18deg);
        transform: skew(-18deg);
        content: '';
    }

    .footer {
        background: linear-gradient(to bottom, transparent 201px, #F1F6FA 201px);
    }

    .footer-main-content {
        padding-top: 70px;
    }

    .footer-main-content .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 6px;
    }

    .footer-top {
        text-align: left;
        width: 25%;
    }

    .footer-socials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-info>strong {
        margin-bottom: 20px;
    }

    .header-lg-top {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .header-logo {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .header-nav {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .footer-col-nav {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .footer-col-links ul {
        -webkit-columns: auto;
        -moz-columns: auto;
        columns: auto;
    }

    .our-programs .container {
        position: relative;
    }

    .innerpage-form-bg {
        background-position: left -60px center;
    }

    .methods {
        margin-top: -93px;
        padding-top: 214px;
    }

    .methods .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .methods-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
        flex: 0 0 360px;
        padding-left: 10px;
    }

    .methods .advantage-tiles {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 700px;
    }

    .methods .advantage-tile {
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .treatment-steps-section .container {
        position: relative;
    }

    .treatment-steps-section .medical-tools-bg {
        right: auto;
        left: 100%;
        bottom: -170px;
        margin-left: 15px;
    }

    .treatment-steps {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .treatment-step {
        margin-bottom: 55px;
    }

    .treatment-step-text {
        font-size: 14px;
        line-height: 24px;
    }

    .licenses .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .licenses-bg {
        background-size: contain;
        left: -540px;
    }

    .licenses-slider {
        -ms-flex-preferred-size: 540px;
        flex-basis: 540px;
        max-width: 540px;
        padding-top: 0;
    }

    .price-table {
        margin-bottom: 30px;
        border-radius: 0;
    }

    .price-table thead {
        font: 18px;
    }

    .price-table thead th,
    .price-table thead td {
        padding: 15px 30px;
    }

    .price-table tbody {
        font-size: 16px;
    }

    .price-table tbody td:first-child,
    .price-table tbody th:first-child {
        padding: 20px 30px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .header-address-icon {
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .header-lg-top::before {
        width: calc(100vw - ((100vw - 1137px) / 2) - (1170px * 0.228));
    }

    .header-address::before {
        margin: 0 40px;
    }

    .header-nav .menu>.menu-item>.submenu::before {
        right: calc(100% - ((100% - 1170px) / 2) - (1170px * 0.228) - 2px);
    }

    .header-nav .submenu-container {
        max-width: 1170px;
    }

    .banner-homepage .banner-background {
        margin-left: -250px;
    }

    .section-gallery {
        padding-left: calc((100% - 1170px) / 2 + 15px);
    }

    .section-gallery-slider {
        padding-right: 80px;
    }

    .prices .description {
        width: 250px;
    }

    .homepage-advantages .advantage-tiles {
        margin-left: 71px;
    }

    .innerpage-advantages .advantage-tile:last-child {
        margin-right: 0;
    }

    .our-programs .swiper-container {
        overflow: visible;
    }

    .innerpage-form-bg {
        background-position: left center;
    }

    .medical-equipment {
        padding-bottom: 30px;
    }

    .medical-equipment-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .medical-equipment-text::before,
    .medical-equipment-text::after {
        display: none;
    }

    .medical-equipment-text p:first-child {
        -ms-flex-preferred-size: 478px;
        flex-basis: 478px;
        max-width: 478px;
    }

    .medical-equipment-text p:last-child {
        -ms-flex-preferred-size: 481px;
        flex-basis: 481px;
        max-width: 481px;
    }

    .medical-equipment-list {
        margin: 0;
    }

    .medical-equipment-list ol {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 315px;
        -moz-column-gap: 315px;
        column-gap: 315px;
    }

    .medical-equipment-text,
    .medical-equipment-list {
        position: relative;
        z-index: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medical-equipment-doctor {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .treatment-steps {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

    .treatment-step::before {
        font-size: 36px;
        -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
        line-height: 30px;
    }

    .treatment-step-icon-wrapper {
        -ms-flex-preferred-size: 107px;
        flex-basis: 107px;
        width: 107px;
        height: 107px;
        font-size: 46px;
        margin-right: 20px;
    }

    .licenses-bg {
        left: -620px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .service-tile-title {
        margin-top: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .prices .service-tile:nth-child(n+3) {
        border-top: none;
    }

    .prices .service-tile:nth-child(even):not(:nth-child(2)) {
        border-left: none;
    }

    .innerpage-advantages .advantage-tile:nth-of-type(n+3) {
        margin-top: 8px;
    }
}

@media (max-width: 992px) {
    .innerpage-advantages {
        margin-top: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .prices .service-tile:nth-child(n+4) {
        border-top: none;
    }

    .prices .service-tile:nth-child(3),
    .prices .service-tile:nth-child(3n+5),
    .prices .service-tile:nth-child(3n+6) {
        border-left: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .motivation-bg {
        background-position: right -180px center;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.inner_page_h1 {
    text-align: center;
    line-height: 100%;
    font-size: 37px;
    margin-top: 50px;
}

.comment-list {
    display: flex;
    flex-wrap: wrap;
}

.comment {
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    position: relative;
}

.comment_block {
    flex: 0 1 calc(33.333% - 21.5px);
    margin-right: 32px;
    margin-bottom: 32px;
}

.comment_block:nth-child(3n) {
    margin-right: 0;
}

.comment_block:last-child {
    margin-right: 0;
}

.comment__wrapper {
    overflow: hidden;
    padding: 24px 24px 60px;
    height: 100%;
}

.comment:hover {
    box-shadow: 0px 4px 20px 0px rgba(237, 96, 154, 0.60);
    cursor: pointer;
}

.comment-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.comment-content {
    max-height: 242px;
    margin-bottom: 16px;
}

.comment-more {
    color: #C1366B;
    font-size: 16px;
    line-height: 140%;
    background-color: initial;
    border: initial;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.comment-content p {
    margin-bottom: 0;
}

.comment-date {
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
}

.comment-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.comment p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

.comment-city {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.comment-star {
    display: flex;
    margin-bottom: 15px;
}

.comment-star img {
    padding-right: 10px;
}

.comment .comment-city,
.comment-name {
    text-align: left;
}

.comment-text {
    overflow: hidden;
    margin-bottom: 0;
}

.comment .comment-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.mb {
    margin-bottom: 140px;
}

.contacts_flex {
    display: flex
}

@media (max-width: 992px) {
    .comment-list {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .comment-list {
        column-count: 1;
    }

    .mb {
        margin-bottom: 55px;
    }

    .popup-rew-block {
        width: 280px;
        height: 100%;
        left: 10%;
        top: 10%;
    }
}

.contacts_item {
    display: flex;
    width: 50%;
    border: 2px solid;
    border-radius: 10px;
    margin: 10px;
    min-height: 60px;
    border-color: #B2114E
}

.contacts_item p {
    text-align: center;
    margin: auto !important;
    font-size: 20px
}

.contacts_item a {
    color: #1c12b8;
    text-decoration: underline;
    font-size: 20px;
}

@media (max-width: 768px) {
    .contacts_flex {
        display: block
    }

    .contacts_item {
        width: 90%;
        margin: auto auto 10px auto
    }
}

@media (max-width: 560px) {
    .contacts_item p {
        font-size: 15px
    }

    .contacts_item a {
        font-size: 15px;
    }

    .footer-col-links ul {
        columns: 1;
    }

    .footer-col-title {
        margin-top: 10px;
    }
}

.stati {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 50px 0 0;
}

@media screen and (max-width: 1050px) {
    .stati {
        margin-top: 0px;
    }
}

@media screen and (max-width: 750px) {
    .stati {
        margin-top: 0px;
    }
}

@media screen and (max-width: 950px) {
    .stati {
        padding: 50px 0 0;
    }
}

@media screen and (max-width: 750px) {
    .stati {
        padding: 50px 0 0;
    }
}

.stati__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    margin-bottom: 75px;
    text-align: center;
    color: #4b5152;
}

@media screen and (max-width: 950px) {
    .stati__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 750px) {
    .stati__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 35px;
    }
}

.stati__row {
    display: grid;
    width: 100%;
    margin-bottom: 115px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 84px 117px;
}

@media screen and (max-width: 1150px) {
    .stati__row {
        grid-gap: 44px 55px;
    }
}

@media screen and (max-width: 950px) {
    .stati__row {
        margin-bottom: 80px;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 700px) {
    .stati__row {
        max-width: 450px;
        margin: 0 auto 40px;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}

.stati__item {
    width: 100%;
    padding: 38px 43px 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
}

@media screen and (max-width: 700px) {
    .stati__item {
        padding: 20px 15px 10px;
    }
}

.stati__pic {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

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

.stati__info {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #4b5152;
}

.stati__item:hover {
    box-shadow: 0 0 15px #B81854;
}

.fancy_photo {
    transition: all .3s ease-out;
    margin: 10px 0
}

.fancy_photo:hover {
    transition: all .3s ease-out;
    filter: opacity(50%);
}

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

.ph_gal {
    justify-content: space-around;
    margin-bottom: 30px;
}

.gal_item {
    margin: 10px;
}

.section-title {
    font-weight: 700;
}

.program-tile-title {
    font-weight: 600;
}

.footer-main-content .header__text {
    display: flex;
}

.footer-main-content .header__text img {
    margin-right: 5px;
}

.footer-main-content .header_link {
    text-decoration: none;
    color: #C1366B;
    font-size: 14px;
    font-weight: 500;
}

.footer-top .footer__text__up {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}

.breadcrumb li:not(:first-child)::after {
    content: '/';
    margin: 0 0.2em;
    color: #353535;
}

.accordion__block {
    margin: 80px 0;
}

.accordion__item {
    margin: 24px auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(4, 62, 48, 0.1);
}

.accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 20px 60px 20px 20px;
    margin-bottom: 2px;
    color: #202020;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}

.accordion__item .accordion__title:hover {
    background: #B0D6F1;
    transition: all 0.2s ease-out;
    color: #FFF;
}


.accordion__item .accordion-active+.accordion__content {
    background: #F1F6FA;
}

.accordion__item .accordion__title.accordion-active .accordion__arrow {
    transform: rotate(180deg);
}


.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #b91955;
    background: #b91955 url(/netcat_template/template/narko_rehab/img/faq-arrow2.svg) no-repeat;
    box-shadow: 5px 5px 30px rgba(227, 60, 123, 0.3);
    border-radius: 40px;
    background-size: 50%;
    background-position: 55% 55%;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.accordion__item .accordion__rotate {}

.accordion__item .accordion__content {
    padding: 30px;
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
}

.accordion__item .accordion__arrow-item {
    font-weight: 700;
}

.container__employee-cards {
    max-width: 1200px;

}


/*  Доктора  */

.employee-card-body__top {
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.employee-receive {
    text-decoration: none;
    width: 100%;
}

.employee-card-body__top:hover {
    background-color: #b2ebfb;
}

.employee-cards {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    padding-top: 22px;
    padding-bottom: 32px;
}

.employee-card__top {

    background: #E4F9FF;
    text-align: center;
}

.employee-card-photo__top {
    width: 221px;
    height: 221px;
    margin: 0px 0px 8px 0px;
}

.employee-card-photo__top img {
    border-radius: 50%;
}

.employee-card-icon {
    font-size: 23px;
}

.employee-card-name__top {
    font-size: 14px;
    line-height: 149%;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 8px 0px;
    color: #353535;

}

.employee-cards__title {
    font-weight: 700;
    font-size: 37px;
    line-height: 100%;
    color: #353535;
    text-align: center;
    padding: 16px 0px;
}

.employee-card-position__top {
    font-style: Regular;
    font-weight: 400;
    font-size: 14px;
    flex-grow: 1;
    line-height: 149%;
    margin: 0px 0px 8px 0px;
}

.employee-card-experience__top {
    color: #B81854;
}

@media (max-width: 1200px) {
    .employee-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .container__employee-cards {
        max-width: 880px;
    }
}

@media (max-width: 992px) {
    .employee-cards {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 17px;
    }

    .employee-card__top {
        width: 100%;
    }

    .employee-card-photo__top {
        margin: 0px auto 8px;
    }

}


@media (max-width: 600px) {
    .employee-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 455px) {
    .employee-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .employee-cards__title {
        text-align: left;
        font-size: 32px;
    }

    .employee-card__top {
        width: 100%;
    }

    .employee-card-name__top {
        font-size: 16px;
        line-height: 150%;
    }

    .employee-card-experience__top {
        line-height: 150%;
        padding: 0px 0px 0px 8px;
    }

    .employee-card-body__top {
        display: flex;
        flex-direction: row;
    }

    .employee-card-body__top {
        padding: 8px;
    }

    .employee-card-name__top {
        font-size: 14px;
        line-height: 149%;
        margin: 0px 0px 2px 0px;
        padding: 0px 8px;
    }

    .employee-card-photo__top {
        width: 40%;
        height: 40%;
        margin: 0px 0px -5px 0px;
    }

    .employee-card-description {
        text-align: left;
        margin: auto 0;
    }

    .employee-card-position__top {
        margin: 0px 0px 2px 0px;
        padding: 0px 0px 0px 8px;
    }

    .employee-cards {
        grid-gap: 15px;
    }
}

.doctor__main {
    padding-top: 16px;
}

.doctor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0px 56px 0px;
    align-items: flex-start;
}

.doctor__title {
    font-weight: 700;
    font-size: 37px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 12px;
    color: #353535;
}

.doctor__position {
    margin-bottom: 40px;
}

.doctor__position span {
    font-weight: 400;
    color: white;
    line-height: 116%;
    background-color: #0183B0;
    padding: 16px;
}

.doctor__experience {
    color: #B81854;
    font-size: 18px;
    line-height: 116%;
    margin-bottom: 20px;
}

.doctor__description {
    font-weight: 400;
    font-size: 14px;
    color: #353535;
    padding-right: 15px;
    line-height: 149%;
}

.doctor__header {
    margin-top: 15px;
}

.doctor__image img {
    border-radius: 50%;
    padding: 24px 24px 19px 24px;
}

.doctor__aside {
    background: #E4F9FF;
    width: 32%
}

.doctor__content {
    width: 65%;
}

@media (max-width: 776px) {

    .section-title.has-underline::after {
        background-color: #fff;
    }

    .container__doctor {
        max-width: 700px
    }

    .doctor__title {
        text-align: left;
        font-size: 32px;
    }

    .doctor__image img {

        width: 100%;
    }

    .doctor__content {
        width: 100%;
        text-align: center;
    }

    .doctor__position span {

        padding: 0px;
    }

    .doctor__position {
        background-color: #0183B0;
        padding: 16px 5px;
    }

    .doctor__aside {
        width: 100%
    }

    .doctor {
        display: block;
    }

    .doctor__description {
        text-align: left;
    }
}

.contraindication {
    box-sizing: border-box;
    padding: 0 1em;
    max-height: 50px;
    background-color: #E4F9FF;
    color: #fff;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contraindication__text {
    margin: 0;
    color: #353535;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
}

.contraindication__text-decor {
    padding: 0 3px;
    border: 1px solid #000;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .contraindication__text {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .contraindication__text {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .contraindication__text {
        font-size: 12px;
    }
}

.body {
    padding-top: 0;
}

.header {
    position: sticky !important;
}

.service-img {
    float: right;
    width: 40%;
    padding: 20px;
}

@media (max-width: 900px) {
    .service-img {
        float: none;
        width: 100%;
        padding: 10px 0;
    }
}

/* НАЧАЛО - СТИЛЬ ДЛЯ КНОПКИ НАВЕРХ */
.fRDAjb,
.fRDAjb * {
    box-sizing: border-box !important;
    outline: none !important;
}

.fRDAjb {
    display: inline-flex;
}

.eDGdCm {
    position: fixed;
    z-index: 100;
    display: inline-flex;
    transition: opacity 0.3s ease 0s;
    opacity: 1;
    inset: auto 0px 0px auto;
    bottom: 130px;
    right: 55px;
}

.dUwpny {
    padding: 10.6667px;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 100px;
    top: 0px;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(243 0 138);
}

.dUwpny::before {
    position: absolute;
    content: " ";
    inset: 0px;
    background-color: rgb(243 0 138);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease 0s;
    border-radius: inherit;
    pointer-events: none;
}

.dUwpny::after {
    position: absolute;
    content: " ";
    inset: 0px;
    z-index: 1;
    border-radius: inherit;
    pointer-events: none;
    border: 1px solid rgb(243 0 138);
}

.hDFpNt {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}

.dUwpny .Icon__IconComponent-sc-joflmd-0 {
    fill: rgb(243 0 138);
}

.hiTELD {
    width: 36px;
    height: 36px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.dUwpny:hover {
    transform: translate(0px, 0px);
    top: -2px;
}

.dUwpny:hover::before {
    opacity: 0.1;
}

/* КОНЕЦ - СТИЛЬ ДЛЯ КНОПКИ НАВЕРХ */

header .citySelect {
    text-decoration: none;
    white-space: nowrap;
}


@media (min-width: 768px) {

    .header-lg-top {
        justify-content: flex-start;
    }

    .header-contacts {
        margin-left: 1.5em;
    }

    #mobile.header-logo {
        display: none;
    }
}


@media (min-width: 992px) {
    .header-nav .menu li {
        margin-right: 10px;
        text-align: center;

    }
}

.popup-rew {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #063647CC;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1000;
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
}

.popup-rew-block {
    display: flex;
    flex-direction: column;
    gap: 25px;
    cursor: default;
    position: relative;
    width: 339px;
    height: 100%;
    left: 40%;
    top: calc(100% - 80%);
    box-shadow: 0px 4px 30px rgba(33, 33, 33, 0.1);
}

.popup-rew-block .reviews p {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #4B5058;
}

.popup-rew-block .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.popup-rew-block .comment {
    margin-top: 0;
    overflow: auto;
    position: static;
}

.popup-rew-block .comment__wrapper {
    margin-top: 0;
    overflow: auto;
    position: static;
    height: 490px;
}

.popup-rew-block .comment p {
    display: block;
}

.popup-rew-block .comment-date {
    position: static;
    float: right;
}

.popup-rew-block .comment:hover {
    cursor: default;
    box-shadow: 0px 4px 30px 0px #00000040;
}

.popup-rew-block .comment__wrapper::-webkit-scrollbar {
    width: 5px;
}

.popup-rew-block .comment__wrapper::-webkit-scrollbar-track {
    background: #004B65;
}

.popup-rew-block .comment__wrapper::-webkit-scrollbar-thumb {
    background-color: #C1366B;
    border-radius: 20px;
}

@media (max-width: 1200px) {
    .popup-rew-block {
        left: calc(50% - 160px);
    }

    .comment_block {
        flex: 0 1 calc(50% - 16px);
    }

    .comment_block:nth-child(3n) {
        margin-right: 32px;
    }

    .comment_block:nth-child(2n) {
        margin-right: 0;
    }

    .comment_block:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .popup-rew-block {
        width: 480px;
        height: 100%;
        left: calc(50% - 235px);
        top: calc(100% - 80%);
    }


    .comment_block {
        flex: 1 1 100%;
        margin-right: 0;
    }

    .comment_block:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .popup-rew-block .comment .comment-name {
        font-size: 18px;
    }

    .popup-rew-block {
        width: 280px;
        left: calc(50% - 140px);
        top: calc(100% - 80%);
    }

    .background-NC {
        background-image: none !important;
    }
}

/* AUTHOR */

.author__container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
}

.submit__container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
}

.author__block {
    width: 100%;
    background: #FFF;
    box-shadow: 4px 4px 20px 0px rgba(7, 63, 82, 0.10);
    padding: 25px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 120px;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.author__wrap {
    display: flex;
    gap: 40px;
}

.author-text__wrap {
    padding: 15px 20px 30px 0;
}

.author-text__wrap span {
    color: #6B7A98;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 8px;
}

.bottom-text {
    display: flex;
    gap: 5px;
}

.bottom-text p {
    position: relative;
}

.bottom-text p::before {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 1.5px;
    background: #E03977;
    bottom: -5px;
}

@media (max-width: 380px) {
    .bottom-text p::before {
        display: none;
    }
}


.date__item {
    display: flex;
    gap: 5px;
    text-align: center;
}

.info__item {
    display: flex;
    gap: 8px;
}

.info-item__wrap {
    display: flex;
    gap: 24px;
}


.author__block h6 {
    color: #353535;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 20px;
}

.author__block p {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.info__wrap {
    background: #F1F6FA;
    padding: 23px 45px 23px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info__wrap span {
    color: #6B7A98;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.submit__block-bg {
    background: #0082b1;
    background-size: contain;
}

.submit__container {
    position: relative;
}

.submit__container::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 3;
    background: url(/netcat_template/template/narko_rehab/img/stati/decor1.png) center center no-repeat;
    width: 60px;
    height: 60px;
    left: 6px;
    top: -32px;
}

.submit__container::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 3;
    background: url(/netcat_template/template/narko_rehab/img/stati/decor1.png) center center no-repeat;
    width: 60px;
    height: 60px;
    right: 6px;
    top: 6px;
}

.submit__block {
    position: relative;
}

.submit__block::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 3;
    background: url(/netcat_template/template/narko_rehab/img/stati/decor1.png) center center no-repeat;
    width: 177px;
    height: 60px;
    left: 0;
    bottom: 5px;
}

.submit__block::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 3;
    background: url(/netcat_template/template/narko_rehab/img/stati/decor1.png) center center no-repeat;
    width: 60px;
    height: 60px;
    bottom: -39px;
    right: -28px;
}

.submit__block {
    padding: 55px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.submit__block h3 {
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 794px;
    margin: 0;
    margin-bottom: 40px;
}

.for-service h3 {
    max-width: 915px;
}

.submit__block input {
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 16px 20px 16px 40px;
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    min-width: 271px;
    max-height: 54px;
    min-height: 54px;
}

.input_user {
    position: relative;
}

.input_user::before {
    content: '';
    position: absolute;
    background: url(/netcat_template/template/narko_rehab/img/stati/user_icon.svg) center center no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 14px;
    left: 12px;
}

@supports not (background: url("/netcat_template/template/narko_rehab/img/stati/user_icon.svg")) {
    .input_user::before {
        background: url("/netcat_template/template/narko_rehab/img/stati/user_icon.png") center center no-repeat;
        background-size: contain;
    }
}

.input_phone {
    position: relative;
}

.input_phone::before {
    content: '';
    position: absolute;
    background: url(/netcat_template/template/narko_rehab/img/stati/phone_icon.svg) center center no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 14px;
    left: 12px;
}

@supports not (background: url("/netcat_template/template/narko_rehab/img/stati/phone_icon.svg")) {
    .input_phone::before {
        background: url("/netcat_template/template/narko_rehab/img/stati/phone_icon.png") center center no-repeat;
        background-size: contain;
    }
}

.btn-submit {
    border-radius: 5px;
    border: none;
    background: linear-gradient(90deg, #B81854 0.09%, #E9407F 75.62%);
    padding: 13px 25px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    min-width: 333px;
}

.review__submit .label__wrap {
    flex-wrap: nowrap;
}

.btn-submit {
    min-width: 271px;
}

@media (max-width: 780px) {
    .review__submit .label__wrap {
        flex-direction: column;
    }

    .label__wrap {
        max-height: 125px !important;
        min-height: 125px !important;
    }
}

@media (max-width: 615px) {
    .review__submit .btn-submit {
        min-width: 249px;
    }
}

@media (max-width: 340px) {
    .review__submit .btn-submit {
        min-width: 220px;
    }
}

.label-btn__wrap {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.label__wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 54px;
    min-height: 54px;
}

.submit__block p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

.submit__block p a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.form__field {}


.info__wrap img {
    max-width: 22px;
    max-height: 22px;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .submit__container::after {
        display: none;
    }

    .submit__container::before {
        display: none;
    }


    .submit__block::after {
        display: none;
    }

    .submit__block::before {
        display: none;
    }
}

@media (max-width: 1180px) {
    .submit__block-bg {
        background: #0082b1;
        background-size: contain;
    }

    .author__block {
        margin-bottom: 60px;
    }
}

@media (max-width: 1024px) {
    .submit__block h3 {
        font-size: 24px;
        margin-bottom: 25px;
        line-height: 30px;
    }

    .submit__block {
        padding: 40px 15px;
    }

    .label__wrap,
    .label-btn__wrap {
        gap: 15px;
    }

    .label-btn__wrap {
        margin-bottom: 15px;
    }
}


@media (max-width: 960px) {
    .info__wrap {
        width: 100%;
    }
}

@media (max-width: 615px) {
    .submit__block input {
        min-width: 220px;
    }

    .btn-submit {
        min-width: 282px;
    }
}

@media (max-width: 768px) {
    .author__block h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .author__block p {
        font-size: 14px;
    }

    .author__block {
        padding: 10px;
        margin-bottom: 40px;
        gap: 10px;
    }

    .author-text__wrap {
        padding: 10px 10px 10px 0;
    }

    .info__wrap span {
        font-size: 14px;
        white-space: nowrap;
    }

    .author__wrap {
        gap: 15px;
    }

    .info__wrap {
        padding: 15px 20px;
    }

    .info-item__wrap {
        gap: 20px;
    }

    .info__wrap img {
        max-width: 18px;
        max-height: 18px;
    }

    .submit-img {
        max-width: 131px !important;
        max-height: 131px !important;
        min-width: 131px !important;
        min-height: 131px !important;
    }

}

@media (max-width: 615px) {

    .btn-submit {
        min-width: 252px;
    }
}

@media (max-width: 400px) {

    .author-text__wrap {
        padding: 0;
    }

    .bottom-text p:first-child {
        border-bottom: none;
    }
}


@media (max-width: 340px) {

    .bottom-text {
        flex-direction: column;
        gap: 0;
    }

    .author__block h6 {
        font-size: 14px;
    }

    .author__wrap {
        gap: 15px;
    }

    .bottom-text p:first-child {
        border-bottom: none;
    }

    .submit__block input {
        width: 210px;
    }

    .btn-submit {
        min-width: 220px;
    }
}

.submit-img {
    overflow: hidden;
    width: 100%;
    max-width: 140px;
    max-height: 140px;
    min-width: 140px;
    min-height: 140px;
}

.submit-img img {
    width: 100%;
    object-fit: fill;
    min-height: auto;
    max-height: none;
}




.advantages {
    margin: 60px 0 120px 0;
}

.advantages__box {
    display: flex;
    max-width: 1140px;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.advantages__box-item {
    background: #EFF9FD;
    width: 216px;
    height: 210px;
    flex-shrink: 0;
    padding: 25px 25px 35px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    border-bottom: 2px solid #E03877;
}

.advantages__box-item div {
    width: 80px;
    height: 80px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.advantages__box-item img {
    width: 42px;
    height: 42px;
}

.advantages__box-item span {
    color: #353535;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

@media (max-width: 1200px) {
    .advantages__box {
        justify-content: space-evenly;
    }
}

@media (max-width: 750px) {
    .advantages__box {
        flex-direction: column;
        gap: 10px
    }

    .advantages__box-item {
        border-bottom: none;
        border-left: 2px solid #E03877;
        min-height: 90px;
        height: 100%;
        flex-direction: row;
        padding: 20px 25px;
        margin: 0;
        width: 100%;
        justify-content: flex-start;
        gap: 15px;
    }
}

/* doctor */
.doctor-new__title {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #E0EDF2;
}

.doctor-new__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.doctor-new__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 250px;
    min-width: 250px;
}

.doctor-new__picture {
    max-width: 250px;
    min-width: 250px;
    max-height: 320px;
    overflow: hidden;
}

.doctor-new__picture img {
    width: 250px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.doctor-new__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(7, 63, 82, 0.10);
    box-shadow: 4px 4px 20px 0px rgba(7, 63, 82, 0.10);
}

.doctor-new__articles-text blockquote {
    margin: 0;
}

.doctor-new__price span {
    display: block;
}

.doctor-new__price-title {
    color: #004B65;
    font-weight: 700;
}

.doctor-new__btn {
    width: 100%;
    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;
    height: 53px;
}


.doctor-new__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    max-width: calc(100% - 250px);
}

.doctor-new__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.doctor-new__content-title {
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 15px;
}

.doctor-new__top-title {
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}

.doctor-new__top-title::before {
    display: block;
    content: "";
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #E03977;
}

.doctor-new__certificates-item picture {
    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;
}

.doctor-new__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 25px 30px;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(7, 63, 82, 0.1);
    box-shadow: 4px 4px 20px 0px rgba(7, 63, 82, 0.1);
    margin-bottom: 35px;
}

.doctor-new__about span {
    color: #E03977;
    font-size: 16px;
}

.doctor-new__about .doctor-new__content-title {
    color: #353535;
    font-size: 22px;
}

.doctor-new__schedule ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
    padding-left: 0;
}

.doctor-new__schedule ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
    margin-bottom: 0;
}

.doctor-new__schedule ul li:nth-child(odd) {
    background-color: #F1F6FA;
}

.doctor-new__schedule ul li>span {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.doctor-new__schedule ul li>span:last-child {
    font-weight: 500;
}

.doctor-new__articles-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
}

.doctor-new__articles-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #E0EDF2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.doctor-new__articles-item:first-child {
    border-top: 1px solid #E0EDF2;
    padding-top: 20px;
}

.doctor-new__articles-item a {
    color: #E03977;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    position: relative;
    font-size: 16px;
}

.doctor-new__articles-item a::before {
    display: block;
    content: "";
    height: 2px;
    width: 0;
    background-color: #E03977;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.doctor-new__articles-item a:hover::before {
    width: 100%;
}

.slider-button {
    display: block;
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #E03977;
    border: 1px solid #E03977;
    border-radius: 50%;
    position: relative;
    -webkit-transition: bakground-color 0.2s linear, opacity .2s linear;
    transition: bakground-color 0.2s linear, opacity .2s linear;
    cursor: pointer;
}

.slider-button::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 11px;
    left: 12px;
}

.slider-button:hover {
    background-color: transparent;
}

.slider-button:hover::before {
    border-color: #E03977;
}

.doctor-new__certificates {
    max-width: 100%;
}

.doctor-new__certificates-top {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.doctor-new__certificates-swiper__pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-button_next::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 10px;
}

.slider-button_prev::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slider-button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.7;
}

.doctor-new__certificates-title {
    margin-bottom: 0;
}

.doctor-new {
    margin-top: 60px;
}

.doctor-new__title {
    text-align: left
}

.doctor-new__about p {
    margin: 0;
}

@media (max-width: 750px) {
    .doctor-new__inner {
        -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;
    }

    .doctor-new__content {
        max-width: 100%
    }

    .doctor-new__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .doctor-new {
        margin-top: 30px
    }

    .doctor-new__title {
        padding-botom: 15px;
        margin-bottom: 15px;
        font-size: 26px;
    }
}

.doctor-reviews__swiper-pag:not(.active) {
    display: none;
}

.doctor-reviews__swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
    right: -35px;
    width: calc(100% + 70px);
}

.doctor-reviews__container {
    position: relative;
}

.doctor-reviews__slide .comment {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #eaeaea;
}

.doctor-reviews-content {
    position: relative;
}

.doctor-reviews {
    margin-bottom: 60px;
}

.doctor-reviews__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.doctor-reviews__button {
    height: 53px;

}

.doctor-reviews__button:hover {
    background-color: transparent;
}

.doctor-reviews__wrapper:not(.swiper-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 600px) {
    .doctor-reviews__swiper-pag {
        width: 100%;
        top: auto;
        left: 0;
        right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .doctor-reviews-content {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

    .doctor-reviews__container {
        max-width: 100%;
    }
}

.doctor-reviews .comment-content {
    max-height: none;
}

.doctor-reviews .comment__wrapper {
     /* overflow: auto; */
}

.doctor-reviews .comment p {
    overflow: auto;
    display: block;
}

#modalReview .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

#modalReview .form>* {
    min-width: 100%;
    flex-basis: auto;
}

.modal-form .form-field-input {
    min-height: 53px;
}

@media (max-width: 750px) {
    body.blocked {
        overflow: hidden;
    }

    .header-container_new-nav {

        max-height: calc(100vh - 149px);
        min-height: calc(100vh - 149px);
        overflow: auto;
    }

    .scrolled .header-container_new-nav {
        max-height: calc(100vh - 99px);
        min-height: calc(100vh - 99px);

    }

    .header.active {
        z-index: 100000;
        bottom: 0;
    }
}

@media (max-width: 380px) {
    .inner_page_h1 {
        font-size: 28px;
    }
}

.new-form__textarea {
    resize: none;
}

.header-container_new {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.new-form__doctor {
    background-color: #fff;
    color: #353535;
    padding: 45px 50px;
}

.new-form__doctor .form-title {
    font-size: 32px;
    text-align: left;
    margin-bottom: 15px;

}

.new-form__doctor>.form-field {
    height: auto;
}

.new-form__doctor .new-form__textarea {
    min-height: 180px;
    overflow: auto;
    max-height: 180px;
    padding: 15px 15px 15px 45px;

}

.new-form__doctor .form-field-icon {
    top: 26px;
}

.modal-close .icon {
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    color: #FFF;
}

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

.new-form__doctor-btn {
    margin: 0;
    width: 100%;
}

.new-form__doctor-card {
    padding: 10px 0;
    border-top: 1px solid #E0EDF2;
    border-bottom: 1px solid #E0EDF2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.new-form__doctor-name {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

.new-form__doctor-name::before {
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #E03977;
    position: absolute;
    bottom: 0;
    left: 0;
}

.new-form__doctor-title {
    font-size: 32px;
    text-align: left;
}

.form.new-doctor__form {
    padding: 40px 50px;
    max-width: 520px;
}

@media (max-width: 700px) {

    .new-form__doctor,
    .form.new-doctor__form {
        padding: 40px 15px 20px 15px;
    }

    .new-form__doctor .form-title,
    .new-form__doctor-title {
        font-size: 24px;
        line-height: 1.1;
    }

    .new-form__doctor-name {
        text-align: left;
    }

    .new-form__doctor>.form-field {
        margin-bottom: 0;
    }
}

.pulse {
    position: fixed;
    left: 3%;
    z-index: 5;
    top: 90%;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.modal-help .modal-dialog {
    max-width: 850px;
}

.modal-help .form-field-input {
    background: #FFFFFF;
}

.modal-help .modal-content {
    flex-direction: row;
}

.modal-help .form {
    border: none;
    height: 100%;
    padding: 29px 60px 45px;
}

.modal-help .modal-close .icon {
    color: #333333;
}

.modal-help .form-field {
    color: #757575;
    text-align: left;
}

.modal-help .form-subtitle {
    color: #67848C;
    font-size: 14px;
}

.modal-help .form-submit {
    width: 100%;
}

.search-btn {
    background: none;
    border: none;
}

.modal-question .form-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.modal-question .modal-dialog {
    max-width: 740px;
}

.modal-question .form-title {
    text-align: left;
}

.modal-question textarea {
    resize: none;
}

.modal-question textarea.form-field-input {
    min-height: 150px;
    padding: 15px;
}

.modal-question .form-size {
    height: 150px;
}

.modal-question .form-submit {
    width: 100%;
}

.modal-question .form-field p {
    font-size: 12px;
    text-align: left;
    color: #757575;
}

.modal-question .form-text {
    margin-bottom: 0;
}

.modal-question .form.modal-form {
    max-width: 100%;
}

.modal-question .modal-close .icon {
    color: #333333;
}

.search-popup .modal-close .icon {
    color: #333333;
}

.search-popup .modal-content {
    background-color: #FFFFFF;
    border-radius: 0;
    padding: 50px;
}

.search-popup .search__label {
    position: relative;
}

.search-popup .search__input {
    width: 100%;
    background-color: #E4F9FF;
    border: none;
    padding: 15px 35px 15px 20px;
}

.search-popup .search__btn {
    position: absolute;
    top: 0;
    right: 10px;
    width: 18px;
}

.search-popup .modal-dialog {
    max-width: 575px;
}

.search-result__item {
    border-bottom: 1px solid #F2F2F2;
    text-align: left;
    list-style-type: none;
}

.search-result__item:last-child {
    border-bottom: none;
}

.search-result__link {
    text-decoration: none;
}

.search-result__list {
    padding-left: 0;
    margin-left: 0;
}

.search-result__link-role {
    color: #67848C;
    font-size: 14px;
}

.search-result__link-text {
    font-size: 16px;
}

.search-result__list {
    max-height: 340px;
    overflow: auto;
}

.search-result__list::-webkit-scrollbar {
    width: 8px;
}

.search-result__list::-webkit-scrollbar-track {
    background: #0083B0;
    border-radius: 10px;
}

.search-result__list::-webkit-scrollbar-thumb {
    background: #B81854;
    border-radius: 10px;
}

.header__btn-mob .search-btn {
    display: flex;
    gap: 10px;
    color: #67848C;
    align-items: center;
    margin-bottom: 10px;
}

@media(max-width: 750px) {
    .modal-help .modal-img {
        display: none;
    }

    .modal-help .form {
        max-width: 100%;
        padding: 20px 20px 40px;
    }

    .modal-question .modal-content {
        margin: 0 10px;
    }

    .modal-help .modal-content {
        margin: 0 10px;
    }

    .search-popup .modal-content {
        margin: 0 10px;
        padding: 20px;
    }

    .modal-question .form-row {
        flex-direction: column;
        gap: 0;
    }

    .modal-question .form-field {
        margin-bottom: 10px;
    }

    .modal-question .form-submit {
        margin-bottom: 15px;
    }

    .search-btn-pk {
        display: none;
    }

}
.page-branches__title {
    font-size: clamp(28px, 2vw, 37px);
    line-height: 40px;
}

.page-branches__city-link {
    text-decoration: none;
    height: 100%;
}

.banner--page-branches {
    margin-bottom: 40px;
}

.page-branches__container {
    padding-bottom: 120px;
}

.page-branches__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(25px, 4vw, 40px);
}

.page-branches__input-wrapper {
    position: relative;
    display: inline-block;
}

.page-branches__input {
    padding: 13px 30px 13px 20px;
    background: #E4F9FF;
    border: none;
    width: 451px;
}

.page-branches__input-wrapper .page-branches__input-img {
    position: absolute;
    right: 10px;
    top: 25px;
    transform: translateY(-50%);
    cursor: pointer;
}

#page-branches__city-cards {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    align-items: start;
    gap: 10px;

}

.page-branches__city-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: -50px;
}

.page-branches__city-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(28px, 4vw, 53px);
}

.page-branches__city-card {
    padding: 20px 15px 20px 25px;
    border: 1px solid #E8E8E8;
    background-color: white;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-branches__city-name {
    font-size: clamp(18px, 2vw, 22px);
    line-height: clamp(25px, 2vw, 20px);
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
}

.page-branches__city-error {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #3333338C;
}

.page-branches__city-adress {
    color: #3333338C;
    font-size: clamp(14px, 2vw, 16px);
    line-height: clamp(20px, 2vw, 25px);
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
}

.page-branches__city-icon {
    width: 30px;
    height: 30px;
}

.modal1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.open {
    display: block;
}

.modal1 h3 {
    width: 100%;
    text-align: center;
    color: #000;
    margin: 0 auto 37px;
    font-weight: 600;
    font-size: x-large;
    line-height: 1;
    letter-spacing: -.001em;
}

.city_default,
.city-list {
    margin-top: 20px;
    flex-wrap: wrap;
    display: flex;
    max-height: 400px;
    overflow: auto;

}

.city_default a,
.city-list a {
    font-size: 18px;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
    color: #414141;
}

.hide {
    display: none !important;
}

.city__filter {
    transition: all .2s linear;
    resize: none;
    font-size: 14px;
    padding: 16px 14px;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 90%;
    margin: 20px auto;
    display: block;
}

.city__filter:hover,
.city__filter:focus {
    border-color: #c6d0d7;
}

.cityModal {
    background-color: #fff;
    padding: 40px;
    width: 80%;
    position: relative;
    margin: 50px auto;
}

@media (max-width: 1000px) {
    .page-branches__top {
        display: block;
    }

    .page-branches__city-cards,
    #page-branches__city-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
}

@media (max-width: 770px) {
    .page-branches__city-cards,
    #page-branches__city-cards {
        grid-template-columns: repeat(1, 1fr);
         margin-top: -38px;
    }

    .page-branches__container {
        max-width: 100%;
    }

    .page-branches__input,
    .page-branches__input-wrapper {
        width: 100%;
    }

    .banner--page-branches {
        margin-bottom: 30px;
    }

    .page-branches__container {
        padding-bottom: 60px;
    }

    .page-branches__title {
        line-height: 30px;
    }
    .page-branches__city-error {
        padding-top: 10px;
    }
}


@media(max-width: 550px) {
    .b24-widget-button-position-bottom-right {
        bottom: 20px!important;
    }
    .eDGdCm {
        bottom: 110px;
    }
}

.modal1 .city_title {
    width: 100%;
    text-align: center;
    color: #000;
    margin: 0 auto 37px;
    font-weight: 600;
    font-size: x-large;
    line-height: 1;
    letter-spacing: -.001em;
}

@media (min-width: 992px) {
	.text-block .h3 {
		font-size: 22px;
	}
}

.medical-equipment-list .h3 {
    margin-bottom: 9px;
    font-size: inherit;
}

.banner-advantages-white {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: white;
}

.banner-advantages-white li {
    margin: .75em 0;
}

.banner-advantages-white li img {
    margin-right: .5em;
}

form.banner-form {
    width: 432px;
    color: #353535;
    padding: 2em;
    text-align: left;
}

.banner-new {
    padding-bottom: 100px;
}

.banner-new button {
    width: 100%;
}

.banner-new .banner-background {
    width: 494px;
    height: 700px;
    left: 67%;
}

header .citySelect {
    text-decoration: none;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header-lg-top {
        justify-content: flex-start;
    }

    .header-contacts {
        margin-left: 1.5em;
    }
}

@media (max-width: 767px) {
    .banner-advantages-white {
        font-size: 18px;
    }

    form.banner-form {
        width: 100%;
    }

    a.header-logo.mobile {
        display: block;
        width: 40px;
        height: 40px;
        margin-right: 1em;
    }
}

@media (max-width: 1199px) {
    .banner-new .banner-background {
        display: none;
    }

    .banner-new {
        padding-bottom: 50px;
    }
}
.form-stati h3 {
    color: #353535;
    width: 333px;
    text-align: left;
}
.submit__container .form-stati p a,
.form-stati p {
    color: #6B7A98;
    max-width: 333px;
    max-height: 53px;
    min-height: 53px;
    display: grid;
    line-height: 18px;
    text-align: left;
    padding-left: 4px;
}
.form-stati {
    background: #F1F6FA;
}
.form-stati .label__wrap {
    max-height: 100%;
}
.form-stati {
    padding: 45px;
}
.form-stati__wrapper,
.form-stati__item--btn {
    display: flex;
}
.submit__container .form-stati input,
.submit__container .form-stati .btn-submit {
    min-width: 333px;
}
.submit__container .form-stati .form-stati__title {
    font-size: 28px;
    margin-bottom: 15px;
}
.submit__container .form-stati .label__wrap {
    justify-content: end;
}
.form-stati {
    margin-bottom: 80px;
}
.form-stati__item label {
    display: inline-block;
    margin-bottom: 20px;
}
.form-stati__item .input_user,
.form-stati__item .btn-submit {
    margin-right: 20px;
}
@media (max-width: 1220px) {
    .form-stati__item--btn {
        display: block;
    }
    .form-stati__item .btn-submit {
        margin-bottom: 20px;
    }
}
@media (max-width: 780px) {
    .form-stati__wrapper {
        display: block;
        text-align: left;
    }
    .submit__container .form-stati p a,
    .form-stati p,
    .form-stati__item {
        text-align: center;
        margin: 0 auto;
    }
    .form-stati h3 {
        text-align: center;
        margin: 0 auto;
    }
    .form-stati__item .input_user,
    .form-stati__item .btn-submit {
        margin-right: 0px;
    }
    .submit__container .form-stati p a,
    .form-stati p {
        padding-left: 0px;
    }
}
@media (max-width: 780px) {
    .form-stati .label__wrap {
        max-height: 100% !important;
    }
    .form-stati {
        margin-bottom: 40px;
    }
}
@media (max-width: 370px) {
    .submit__container .form-stati input,
    .submit__container .form-stati .btn-submit {
        min-width: 90%;
    }
    .submit__container .form-stati p a,
    .form-stati p {
        max-width: 90%;
    }
}
.info_phone-number-container--mobil,
.info_adress--mobil {
    display: flex;
}
.info_adress--mobil {
    margin-bottom: 11px;
}
.footer__address {
position: relative;
margin-inline-start: 23px;
}
.footer__address::before {
    content: '';
    display: block;
    background: url('../img/mesto.svg') no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 18px;
    position: absolute;
    top: 0;
    left: -23px;
    padding-inline-end: 10px;
}
.footer__address p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}
.footer-tel a {
font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    color: #C1366B;
}
.footer-tel__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer__column--fst {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-bottom__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 34px;
}
.footer-bottom {
    padding-block: 40px 60px;
}
.footer-bottom__wrapper {
  position: relative;
}
.footer-bottom__wrapper::before {
    display: block;
    content: '';
    height: 1px;
    background-color: #353535;
    position: absolute;
    inset: -40px 0 auto 0;
    opacity: 0.2;
}
.footer__links-content {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: start;
  margin-block-end: 50px;
}
.footer__links-content a {
  font-weight: 400;
  font-size: 14px;
}
.footer__links {
    max-width: 555px;
}
.footer__text__down {
    opacity: 0.6;
}
@media screen and (width<=992px) {
  .footer-main-content .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
    .footer-top {
    order: 1;
    display: contents;
  }
  .footer__links {
    order: 2;
    display: contents;
  }
  .footer-address {
    order: 3;
  }
  .footer__text__down {
    margin-block-end: 40px;
  }
  .footer__links-content {
    order: 6;
    flex-direction: column;
    margin-block-end: 0;
  }
  .footer__links .footer-col-title {
    order: 5;
  }
  .footer__text__up {
    margin-block-end: 20px;
  }
  .footer__links-content ul {
        display: flex;
    flex-direction: column;
  }
}
.popup {
    height: 100vh;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    z-index: 2000;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    background: rgba(0, 8, 84, 0.27);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: none;
}

.popup.active {
    display: block;
}

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

.popup.open {
    opacity: 1;
    pointer-events: all;
}

.result_wrapper>* {
    color: white;
}

.popup-response {
     z-index: 2001;
}
@media (min-width: 575px) {
    .desk_hide{
        display: none;
    }
}