﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: Vladyslav Riashentsev
Author URI: http://riashentsev.com.ua/
Template: reboot
Version: 1.0.0
*/

:root {
    --swiper-theme-color: #3279e2;
    --swiper-theme-color-black: #111;
    --swiper-theme-color-grey: #999;
    --swiper-theme-color-text: #595b5c;
}

.top-menu ul li .sub-menu li > a,
.top-menu ul li .sub-menu li > span {
    display: flex;
    padding: 0 0 0 10px;
}

.top-menu ul li.current-menu-item {
    color: var(--swiper-theme-color)
}

.menu > li.menu-item-has-children > ul > li:first-of-type > a {
    height: auto;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 10px;
}

.menu > li.menu-item-has-children > ul > li:first-of-type > a:hover {
    background: 0 0;
    color: var(--swiper-theme-color-text);
    cursor: default;
}

.menu > li.menu-item-has-children ul li.menu-item-has-children > a {
    position: relative;
}

.menu > li.menu-item-has-children ul a,
.menu > li.menu-item-has-children ul span {
    opacity: 1;
    text-transform: none;
    color: var(--swiper-theme-color-text);
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 300px;
    min-height: 40px;
    line-height: 20px;
    padding-left: 10px;
}

.menu > li.menu-item-has-children ul li.current-menu-item a,
.menu > li.menu-item-has-children ul li.current-menu-item span {
    color: #fff;
    background: var(--swiper-theme-color);
}

.menu > li.menu-item-has-children > ul > li:last-of-type {
    padding-bottom: 20px;
}

.menu > li.menu-item-has-children ul li.menu-item-has-children > a:after {
    content: '﹀';
    top: 20px;
    right: 20px;
    position: absolute;
    height: 10px;
    width: 6px;
    z-index: 2;
    stroke: #666;
    transform: rotate(-90deg);
    transform-origin: center;
    margin-left: 0;
}

.menu > li.menu-item-has-children ul a:hover {
    text-decoration: none;
    color: #fff;
    background: var(--swiper-theme-color);
}

.pre__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: 82px;
    background: #f8f8f8;
    position: fixed;
    z-index: 12;
}

.site-header-inner.pre__header {
    display: flex;
}

body.admin-bar .site-header {
    top: 77px;
}

.site-header {
    position: relative;
    width: 100%;
    top: 82px;
    z-index: 2;
    height: 68px;
    padding: 0;
    display: flex;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 4%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 4%);
    transition: all 0.4s ease;
    z-index: 3
}

.site-header.is__fixed,
.site-header.is__fixed ~ .mobile-menu-placeholder {
    transform: translateY(-45px);
}

.mobile-menu-placeholder.open,
.mobile-menu-placeholder {
    margin-top: 88px;
}

.header-search {
    display: flex;
}

.search-icon {
    font-size: 1.3em;
    margin-left: 15px;
}

.top-menu {
    font-size: .9em;
    font-weight: 400;
}

.top-menu ul li.pll-parent-menu-item .sub-menu li > a,
.top-menu ul li.pll-parent-menu-item .sub-menu li > span {
    padding: 10px 0;
}

header {
    opacity: 0
}

.scrolltop:before {
    color: var(----swiper-theme-color);
}

.top-menu > ul > li > a:before,
.top-menu > ul > li > span:before {
    bottom: -25px;
    width: 100%;
    left: 0;
    height: 1px;
}

.top-menu > ul > li.current-menu-item > a:before,
.top-menu > ul > li.current-menu-item > span:before {
    webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.top-menu > ul {
    height: 100%;
}

.top-menu ul li {
    position: static;
    padding-left: 0;
    padding-right: 0;
    margin-left: 14px;
    margin-right: 14px;
}

.top-menu ul li > a,
.top-menu ul li > span {
    opacity: 1;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.top-menu > ul > li > a:before,
.top-menu > ul > li > span:before {
    bottom: 0;
}

.search-screen .search-form .search-field {
    font-family: inherit;
    border-bottom: 1px solid var(--swiper-theme-color);
}

.nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0;
    z-index: 2
}

.nav-overlay.active {
    visibility: visible;
    opacity: .5;
}

.mobile-menu-placeholder + .site-content {
    margin-top: 85px;
}

.social-line,
.adress-line {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-line li {
    vertical-align: baseline;
}

.adress-line li a,
.adress-line li span {
    text-decoration: none;
    font-size: 13px;
    line-height: 17px;
    color: var(--swiper-theme-color-grey);
}

.adress-line li a span,
.adress-line li a svg path,
.social-line a svg path {
    transition: all 0.3s ease
}

.adress-line li a:hover span {
    color: var(--swiper-theme-color-black)
}

.adress-line li a:hover svg path {
    stroke: var(--swiper-theme-color-black);
}

.social-line a:hover svg path {
    fill: var(--swiper-theme-color);
}

.social-line a:hover svg.yt path {
    stroke: var(--swiper-theme-color);
}

.pre__header .site-header-inner svg,
footer .social-line svg {
    vertical-align: unset;
    overflow: auto;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

footer .social-line {
    margin: 20px 0;
}

.pre__header .site-header-inner .adress-line svg {
    margin-right: 4px;
}

.adress-line li:first-of-type {
    margin-right: 15px;
}

.adress-line li {
    margin-right: 30px;
}

.adress-line li:last-of-type {
    margin-right: 0;
}

.adress-line li .swap__city {
    border: 1.5px solid var(--swiper-theme-color);
    color: #fff;
    border-radius: 5px;
    padding: 2.5px 10.5px;
    background: var(--swiper-theme-color);
    appearance: none;
    font-size: 13px;
    line-height: 17px;
    cursor: pointer;
}

.adress-line li .drop .swap__city {
	background: #ffffff;
    color: var(--swiper-theme-color-black);
    transition: all 0.4s ease
}

.adress-line li .drop .swap__city:hover {
	color: #fff;
	background: var(--swiper-theme-color);
}

.adress-line li .swap__city:focus {
    outline: none
}

button.swap__city:after {
    content: '';
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #fff;
    display: inline-block;
    height: 8px;
    left: 0;
    margin-left: 10px;
    position: relative;
    vertical-align: top;
    width: 8px;
    top: 2px;
    transform: rotate(135deg);
}

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

.pre__header__toggle {
    display: none;
}

.site-footer--style-gray li {
    margin-bottom: 6px;
}

.site-footer--style-gray a {
    color: var(--swiper-theme-color-black);
    font-size: 16px;
    text-decoration: none;
}

.site-footer--style-gray {
    color: var(--swiper-theme-color-black);
    font-size: 14px;
}

.widget-header {
    color: var(--swiper-theme-color);
    font-size: 22px;
}

.entry-content a {
    font-weight: 700;
    color: var(--swiper-theme-color);
}

footer iframe {
    width: 100%;
    height: 300px
}

.footer__item_widget a {
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 20px
}

.footer__item_widget.address a {
    align-items: flex-start;
}

.footer__item_widget a:hover {
    color: var(--swiper-theme-color-black); 
}

.footer__item_widget {
    margin-bottom: 25px;
}

.footer__item_widget.phone a {
    font-size: 20px;
}

.footer__item_widget svg {
    margin-right: 8px;
}

.footer__address {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer__schedule {
    color: var(--swiper-theme-color-grey);
    font-size: 14px;
    max-width: 130px;
}

.footer-bottom {
    color: var(--swiper-theme-color-grey);
}

footer .site-branding {
    justify-content: left;
    padding: 0;
}

.footer-info {
    display: flex;
    flex-direction: column;
}

.footer__copy span {
    text-transform: uppercase;
    transition: all 0.4s ease
}

.footer-info-2 {
    font-weight: 700
}

.pre__header .site-header-inner .phone__wrap svg {
    top: 5px;
}

.drop {
    visibility: hidden;
    opacity: 0;
    transform: translateY(7px);
    position: absolute;
    transition: .3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    background: #FFF;
    border-radius: 5px;
}

.drop.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(2px);
}

/* sidebar */

.sidebar-nav {
    padding-top: 25px;
    padding-left: 20px;
    -webkit-box-shadow: 0 4px 13px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 13px rgb(0 0 0 / 10%);
    border-radius: 2px;
    margin-bottom: 40px;
}

.sidebar-nav-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    color: var(--swiper-theme-color-text)
}

.sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav-list > li,
.sidebar-nav-list > li > ul > li {
    border-top: 1px solid #e6e6e6;
}

.sidebar-nav-list a,
.sidebar-nav-list span {
    color: var(--swiper-theme-color-text);
    display: block;
    min-width: 40px;
    line-height: 1.25;
    padding: 10px 0;
    transition: all 0.4s ease;
}

.sidebar-nav-list > li > a,
.sidebar-nav-list > li > span {
    font-weight: 700;
}

.sidebar-nav-list ul.children {
    padding-left: 20px;
}

.sidebar-nav-list a:hover {
    color: var(--swiper-theme-color);
    text-decoration: none;
}

a {
    text-decoration: none;
    font-weight: 400;
}

.sidebar-nav .current-menu-item a {
    color: var(--swiper-theme-color);
}

.sidebar-form-middle,
.message-success {
    text-align: left;
    color: var(--swiper-theme-color-text);
    margin-bottom: 20px;
}

.reception .message-success {
    background: #39B54A;
    padding: 2px 10px;
    border-radius: 2px;
    text-align: center;
}

.reception .message-success p,
.reception .message-success {
    color: #fff
}

.reception .error-tel {
    color: #fff;
    background: red;
    padding: 2px 10px;
    border-radius: 2px;
}

.message-success p {
    color: #39B54A;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.sidebar-form-middle p {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.sidebar-form-middle span,
.message-success span {
    font-size: 14px;
}

.sidebar-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-form form input {
    width: 100%;
}

.error-tel {
    display: none;
    color: red;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.4;
}

input[type=email].error, input[type=tel].error, input[type=text].error {
    border-color: red;
}

input[type=email], input[type=tel], input[type=text] {
    height: 43px;
    line-height: 43px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    padding-left: 15px;
    font-size: 14px;
    transition: all 0.4s ease;
}

input:not([type=checkbox]), textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border: none;*/
    outline: none;
}

.sidebar-form form .form-row:nth-of-type(2) {
    margin-top: 10px;
    margin-bottom: 20px;
}

input[type=submit],
.button {
    background: var(--swiper-theme-color);
    border: 1px solid var(--swiper-theme-color);
    color: #fff;
    height: 43px;
    line-height: 40px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 2px;
    transition: all 0.4s ease
}

input[type=submit]:hover {
    cursor: pointer;
    opacity: .8;
}

/* /sidebar */

/* popup */


@keyframes mmfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

.popup .popup__container, .popup .popup__overlay {
    will-change: transform;
}

.popup.is-open .popup__overlay {
    -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.popup.is-open .popup__container {
    -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.popup.is-open {
    display: block;
}

.popup {
    display: none;
}

.popup.is-closed .popup__overlay {
    -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
    animation-fill-mode: forwards;
}

.popup.is-closed .popup__container {
    -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    animation-fill-mode: forwards;
}


.popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    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;
    z-index: 9999;
}

.popup__container {
    background-color: #fff;
    padding: 60px 50px 70px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    width: 465px;
    max-height: 438px;
}

.popup[data-popup="2"] .popup__container {
    width: 1100px;
}

.sidebar-form-middle p.popup__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 12px;
    font-weight: 700;
}
    

.popup__close {
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: -40px;
}

.popup__close svg {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    stroke: #fff;
}

.popup__close:hover svg {
    opacity: .3;
    stroke: #000;
}

/* /popup */

.button.fixed__bottom {
    display: none;
}

/* homepage */

body {
    color: var(--swiper-theme-color-text);
}

.main {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    width: 100%
}

.index-hero {
    position: relative;
    margin-bottom: 55px;
}

.index-slide {
    display: flex;
}

.index-slide-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    background: var(--swiper-theme-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}

.index-slide-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.index-slide-text {
    font-size: 15px;
    line-height: 150%;
    margin-top: 15px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

a.slide-btn {
    height: 45px;
    border-radius: 2px;
    background: #fff;
    padding: 0 30px;
    color: var(--swiper-theme-color);
    font-weight: 700;
    line-height: 45px;
    cursor: pointer;
}

.index-slide-banner {
    height: 500px;
    max-width: 635px;
    width: 100%;
}

.index-slide-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-slider-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 634px;
    z-index: 2;
}

.count-controls {
    color: #fff;
    width: 40px;
    height: 40px;
    position: relative;
    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;
    margin-right: 20px;
}

.count-slider {
    position: absolute;
    top: 12px;
    left: 13px;
    font-size: 11px;
    line-height: 12px;
}

.time-slider {
    width: 40px;
    height: 40px;
}

.arrows-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.arrows-controls>div {
    border: 1px solid #e6e6e6;
    width: 60px;
    height: 60px;
    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;
    background: #fff;
    cursor: pointer;
}

.arrows-controls>div:hover {
    background: #ededed;
}

.about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.about-img, .about-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 19px;
}

.index-d-sm-none {
    display: block;
}

.index-d-sm-block {
    display: none;
}

.about-info h1 {
    text-transform: none;
    margin-bottom: 17px;
}

.about-footnote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-footnote img {
    margin-right: 20px;
}

.about-footnote p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

.about-text {
    margin-top: 25px;
    margin-bottom: 40px;
}

h3 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 10px;
}

.btn.main-btn {
    height: 45px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 42px;
    color: #fff
}

.btn {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    background: var(--swiper-theme-color);
    color: #fff;
    border-radius: 2px;
    font-weight: 700;
    display: inline-block;
    box-shadow: none;
    transition: 0.4s ease
}

.btn:hover {
    opacity: .8;
    transform: none;
    box-shadow: none;
}

.about-img img {
    margin-left: 40px;
    max-width: 518px;
    height: auto;
}

.index-page .slider-top {
    margin-bottom: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}

.services-grid-item {
    height: 275px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 25px 20px 25px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .22s;
    -o-transition: .22s;
    transition: .22s;
    cursor: pointer;
}

.doctors-section, .reviews-section, .services-section {
    margin-bottom: 100px;
}

.services-grid-item:hover .services-grid-item-overlay {
    opacity: .6;
}

.services-grid-item-overlay {
    z-index: 2;
    background: #000;
}

.services-grid-item-bg, .services-grid-item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
}

.services-grid-item:hover .services-grid-item-bg {
    opacity: 1;
}

.services-grid-item-bg {
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.services-grid-item-bg, .services-grid-item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
}

.services-grid-item:hover .services-grid-item-content {
    color: #fff;
}

.services-grid-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: 100%;
}

.services-grid-item-content .fz24 {
    margin-bottom: 15px;
}

.fz24 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
}

.services-grid-item-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 165%;
}

.services-grid-item:hover .services-grid-item-content .btn.btn-service {
    background: var(--swiper-theme-color);
    color: #fff;
}

.services-grid-item-content .btn.btn-service {
    margin-top: auto;
    height: 45px;
    line-height: 45px;
    background: 0 0;
    border: 1px solid var(--swiper-theme-color);
    padding: 0;
    width: 126px;
    color: var(--swiper-theme-color);
    text-align: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.index-page .slider-top .fz45 {
    text-transform: none;
    margin-bottom: 0;
}

.fz45 {
    font-weight: 700;
    font-size: 45px;
    line-height: 58px;
    text-transform: uppercase;
}

.group-reviews-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.arrow-next, .arrow-prev {
    width: 45px;
    height: 45px;
    background: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
}

.arrow-next svg, .arrow-prev svg {
    fill: var(--swiper-theme-color);
}

.arrow-next {
    margin-left: 12px;
}

.arrow-next:hover, .arrow-prev:hover {
    background: var(--swiper-theme-color);
}

.arrow-next:hover svg, .arrow-prev:hover svg {
    fill: #f8f8f8;
}

.team-item-img {
    width: 100%;
    height: 300px;
    position: relative;
}

.team-item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.team-item-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 5px solid var(--swiper-theme-color);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
}

.doctors-section .swiper-slide:hover .team-item-img:after {
    opacity: 1;
}

.video-section {
    padding: 110px 50px;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative;
    margin-bottom: 100px;
}

.video-title {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.index-d-lg-none {
    display: none;
}

.video-section-wrapper {
    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;
    position: relative;
    z-index: 2;
}

.video-section-info {
    margin-right: 50px;
}

.video-clip {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 280px;
    max-width: 610px;
}

.video-title {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.index-d-lg-block {
    display: block;
}

ul {
    list-style: none;
    padding: 0;
}

.video-section-info ul {
    margin-bottom: 40px;
}

.video-section-info ul li:not(:last-of-type) {
    margin-bottom: 24px;
}

.video-section-info ul li {
    padding-left: 30px;
    background: url(img/check-list-item.svg) no-repeat;
    background-position: 0 5px;
    font-size: 14px;
    line-height: 18px;
}

.video--enabled {
    cursor: pointer;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video--enabled .video__button {
    display: block;
    outline: none
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: .8;
}

.video__button-icon {
    fill: #fff;
}

.video:hover .video__button-shape, .video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1;
}

.index-page .big-form, .equipment-page .big-form {
    margin-bottom: 100px;
}

.big-form {
    margin-top: 20px;
    width: 100%;
    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;
    height: 560px;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.big-form > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}

.index-page .big-form-info, .equipment-page .big-form-info {
    max-width: 500px;
    right: 50px;
}

.big-form-info {
    position: absolute;
    right: 35px;
    width: 100%;
    max-width: 370px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.big-form-title {
    margin-bottom: 12px;
}

.big-form p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.big-form ul {
    margin-bottom: 22px;
}

.big-form ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.big-form ul li {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding-left: 16px;
}

.big-form ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--swiper-theme-color);
    left: 17px;
    top: 8px;
}

.big-form ul li:before {
    left: 0;
    top: 4px;
}

.big-form .form-row:first-of-type {
    margin-bottom: 10px;
}

.big-form .form-row:nth-of-type(2) {
    margin-bottom: 20px;
}

.big-form input {
    width: 100%;
}

.reviews-slider-title {
    font-weight: 700;
}

.reviews-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating-star:not(:last-child) {
    margin-right: 2px;
}

.rating-star {
    width: 12px;
    height: 12px;
    color: #ead27c;
}

.reviews-slider-text {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    height: 150px;
    margin-top: 15px;
}

.reviews-slider-text.active {
    height: auto;
    padding-bottom: 40px;
}

.overlay-reviews {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 2;
    display: none;
}

.overlay-reviews.active {
    display: block;
}

.overlay-reviews-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 53px;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(40%,#fff),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(bottom,#fff 40%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(bottom,#fff 40%,rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg,#fff 40%,rgba(255,255,255,0) 100%);
    z-index: 3;
}

.overlay-reviews-btn {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    font-size: 14px;
    line-height: 18px;
    color: var(--swiper-theme-color);
    cursor: pointer;
    font-weight: 400;
}

.seo-text-section {
    margin-bottom: 90px;
}

.seo-text a {
	color: var(--swiper-theme-color);
}

.popup .seo-text-section {
    margin-bottom: 0;
}

.seo-text-section .fz45 {
    text-transform: none;
    margin-bottom: 30px;
}

.seo-text {
    position: relative;
    overflow: hidden;
    padding-right: 15px;
    height: auto;
    max-height: 202px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.popup .seo-text {
    overflow: auto;
}

.seo-text-section .seo-text-btn, .seo-text-section p {
    font-size: 14px;
    line-height: 18px;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
}

.seo-text h2 {
    margin: 0;
}

.seo-text h2,
.seo-text h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.seo-text ul {
    list-style: disc;
    padding-left: 20px;
}

.seo-text.active {
    max-height: 2500px;
}

.seo-text-section .seo-text-btn, .seo-text-section p {
    font-size: 14px;
    line-height: 18px;
}

.seo-text-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,#fff 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,#fff 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 100%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.seo-text.active + .seo-text-btn:after {
    display: none;
}

.seo-text-btn {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    color: var(--swiper-theme-color);
    cursor: pointer;
    margin-top: 3px;
}

.seo-text-section .fz45 {
    text-transform: none;
    margin-bottom: 30px;
}

.index-page .fz45 {
    font-size: 25px;
    line-height: 32px;
}

.social-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fz30 {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 20px;
}

.more-contacts {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px;
    position: relative;
    top: 7px;
}

.contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #f8f8f8;
    margin-bottom: 20px
}

.contacts-list>li:nth-last-of-type(2n) {
    background: #f8f8f8;
}

.contacts-list>li {
    width: calc(100%/5);
    height: 138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.contacts-list>li svg {
    height: 31px;
    margin-bottom: 17px;
}

.contacts-list a, .contacts-list p {
    font-size: 13px;
    line-height: 17px;
}

.contacts-list a {
    color: var(--swiper-theme-color);
}

.contacts-list p {
    margin-bottom: 0;
    max-width: 160px;
}

p.p__schedule {
    max-width: 130px
}

/* /homepage */

.breadcrumb-separator svg {
    vertical-align: baseline;
}

.breadcrumb {
    opacity: 1;
}

.entry-content ul:not([class])>li:before, .home-text ul:not([class])>li:before, .taxonomy-description ul:not([class])>li:before {
    width: 8px;
    height: 8px;
    background: var(--swiper-theme-color);
    left: 17px
}

.entry-content ol:not([class]) li, .entry-content ul:not([class]) li, .home-text ol:not([class]) li, .home-text ul:not([class]) li, .taxonomy-description ol:not([class]) li, .taxonomy-description ul:not([class]) li {
    margin-bottom: 8px;
    margin-top: 0;
    line-height: 22px
}

.entry-content ol:not([class]), .entry-content ul:not([class]), .home-text ol:not([class]), .home-text ul:not([class]), .taxonomy-description ol:not([class]), .taxonomy-description ul:not([class]) {
    margin-top: 0;
    margin-bottom: 22px;
}

.entry-content ol:not([class])>li:before, .home-text ol:not([class])>li:before, .taxonomy-description ol:not([class])>li:before {
    content: counter(section);
    border-radius: 50%;
    border: 1px solid var(--swiper-theme-color);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.entry-content ol:not([class]) li {
    padding-left: 50px;
    margin-bottom: 20px;
}

.entry-content ol:not([class]) li:last-of-type {
    margin-bottom: 0;
}

.entry-content ol:not([class]) {
    margin-bottom: 30px;
}

.entry-content  p {
    margin-bottom: 20px;
    line-height: 22px
}

.entry-content h2 {
    margin: 20px 0;
}

.single-services .entry-content {
    max-width: unset;
}

.table-of-contents ol li:before {
    opacity: 1;
    color: var(--swiper-theme-color)
}

.table-of-contents ol .level-1:before,
.table-of-contents ol .level-2:before,
.table-of-contents ol .level-3:before {
	width: unset;
}

.table-of-contents ol .level-2 {
    margin-left: 10px;
}

.table-of-contents ol .level-3 {
    margin-left: 20px;
}

a:focus {
    outline: none
}

.table-of-contents__header {
    padding: 10px 15px;
}

.table-of-contents ol {
    margin: 0 15px 0;
}

.table-of-contents ol li {
    font-size: 14px;
}

.single-services .entry-title {
    margin-top: 0.4em;
}

.table-of-contents__hide:after {
    content: "﹀";
    margin-left: 6px;
}

.reception-wrapper {
    width: 100%;
    height: 173px;
    border-radius: 2px;
    background: var(--swiper-theme-color);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.reception {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 68px;
    margin-left: 68px;
}

.reception-title {
    margin-bottom: 8px;
}

.fz22 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

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

.reception-form {
    display: grid;
    grid-template-columns: 1fr 1fr 111px;
    grid-template-rows: 1fr;
    grid-gap: 20px;
}

.reception-form .form-row {
    width: 100%;
}

.reception-form input {
    width: 100%;
}

.reception-form input {
    width: 100%;
}

.reception-form input[type=submit] {
    border-color: #2b68c3;
    background: #2b68c3;
}

@media (min-width: 768px) {
    .footer-widgets .footer-widget {
        padding: 0 10px
    }
    .footer-widgets {
        display: block;
        margin-bottom: 0;
    }
    .site-footer-container--equal-width .footer-widgets-4 .footer-widget {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .sidebar-left .content-area {
        padding-left: 30px;
    }
    .phone__wrap {
        gap: 0 10px;
    }
    .adress-line {
        align-items: center;
    }
    .pre__header {
        position: relative;
        justify-content: center;
        height: 45px;
    }
    body.admin-bar .site-header {
        top: 77px;
    }
    .site-header {
        top: 45px;
        position: fixed; 
    }
    .top-menu {
        height: 100%;
        display: flex;
        align-items: center;
        margin-left: auto;
    }
    .top-menu ul li.pll-parent-menu-item .sub-menu {
        left: -5px;
        top: 45px;
    }
    .top-menu ul li .sub-menu {
        display: block;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .menu > li.menu-item-has-children > ul.sub__open {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }   
    .menu > li.menu-item-has-children > ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0px;
        top: 90%;
        background: rgb(255, 255, 255);
        width: 100%;
        z-index: 100;
        border-top: 1px solid rgb(230, 230, 230);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }
    .menu > li.menu-item-has-children > ul:before {
        content: '';
        position: absolute;
        background: #fff;
        height: calc(100% + 1px);
        width: 1000px;
        top: -1px;
        left: 99%;
        border-top: 1px solid #e6e6e6;
    }
    .menu > li.menu-item-has-children > ul:after {
        content: '';
        position: absolute;
        background: #fff;
        height: calc(100% + 1px);
        width: 1000px;
        top: -1px;
        right: 99%;
        border-top: 1px solid #e6e6e6;
    }
    .menu > li.menu-item-has-children > ul > li {
        border-right: 1px solid #e6e6e6;
        width: 300px;
    }

    .menu > li.menu-item-has-children > ul li.menu-item-has-children > ul.sub__open {
        visibility: visible;
        opacity: 1;
        left: 315px;
    }

    .menu > li.menu-item-has-children > ul li.menu-item-has-children > ul {
        opacity: 0;
        visibility: hidden;
        padding-top: 20px;
        border-right: 1px solid #e6e6e6;
        width: 300px;
        margin: 0;
        height: 100%;
        left: 280px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }
    .menu > li.menu-item-has-children > ul li.menu-item-has-children > ul li {
        margin: 0;
        padding: 0;
    }
    .menu > li.menu-item-has-children > ul li.menu-item-has-children > ul li a,
    .menu > li.menu-item-has-children > ul li.menu-item-has-children > ul li span {
        padding-left: 20px;
    }
    .footer-bottom {
        display: flex;
        justify-content: space-between;
    }
    .footer-widget,
    .footer-widgets {
        margin: 0;
    }
    .footer-widget .widget {
        margin: 0;
    }
    .footer-widgets {
        display: flex;
    }
    .site-footer-container--equal-width .footer-widgets-4 .footer-widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 10px;
    }
    .footer-bottom {
        padding: 0 10px;
    }
}
@media (min-width: 1200px) {
    .phone__wrap {
        flex-direction: row;
    }
}

@media (max-width: 1199.8px) {
    .reception-wrapper {
        width: 100%;
        padding: 40px 20px;
        height: auto;
    }
    .reception-form {
        grid-template-columns: 1fr;
    }
    .reception {
        margin-right: 15px;
        margin-left: 15px;
    }
    .popup[data-popup="2"] .popup__container {
        width: 870px
    }
    .doctors-section, .reviews-section.reviews-slider-wrapper, .services-section {
        margin-bottom: 50px;
    }
    .big-form-info {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .big-form {
        background: #f5f5f5;
    }
    .index-page .big-form, uipment-page .big-form {
        margin-bottom: 77px;
    }
    .big-form > img {
        display: none;
    }
    .video-section {
        padding: 40px 0;
    }
    .video-section .btn.main-btn {
        width: 190px;
        display: block;
        margin: 0 auto;
    }
    .video-section-info ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 30px;
        margin-bottom: 16px;
    }
    .video-section-info ul>li {
        width: 50%;
    }
    .index-d-lg-none {
        display: block;
    }
    .index-d-lg-block {
        display: none;
    }
    .video-title {
        text-align: center;
        margin-bottom: 40px;
    }
    .video-clip {
        max-width: 100%;
        width: 100%;
        height: 541px;
        position: relative;
        z-index: 2;
        margin-bottom: 35px;
    }
    .video-section-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .video-section-info {
        margin-right: 0;
        width: 100%;
    }
    .services-grid {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 30px;
    }
    .about-img img {
        width: 100%;
        margin-left: 0;
    }
    .index-slide-banner {
        width: 50%;
    }
    .index-slider-control {
        right: 50%
    }
}
@media (max-width: 992.8px) {
	.drop {
		left: -15px;
	}
    #site-navigation-mobile #header_menu > li.menu-item-has-children > ul > li:first-of-type {
        display: none;
    }
    .main-navigation ul li.menu-item-has-children:before {
        height: 51px;
    }
    .main-navigation ul li.menu-item-has-children:after {
        top: 16px;
    }
    nav .main-navigation-inner {
        padding: 0;
    }
    .main-navigation ul.sub-menu li.menu-item-has-children:before {
       border-left: 1px solid #719cdc; 
    }
    .main-navigation ul li.menu-item-has-children:before {
        background: #fff;
        border-left: 1px solid #e6e6e6;
    }
    .main-navigation ul li {
        border-bottom: 1px solid #e6e6e6;
    }
    .main-navigation ul li a,
    .main-navigation ul li>span {
        padding: 16px 20px;
    }
    .main-navigation ul .sub-menu li a:hover,
    .main-navigation ul .sub-menu li span:hover {
        color: unset;
    }
    .main-navigation ul li .sub-menu li a,
    .main-navigation ul li .sub-menu li>span {
        padding: 16px 20px 16px 25px;
    }
    .main-navigation ul li .sub-menu .sub-menu li a,
    .main-navigation ul li .sub-menu .sub-menu li>span {
        padding: 16px 20px 16px 30px;
    }
    .main-navigation ul li > .sub-menu,
    .main-navigation ul.sub-menu li.menu-item-has-children:before {
        color: #fff;
        background: var(--swiper-theme-color);
    }
    .main-navigation ul li > .sub-menu a {
        color: #fff;
    }
    .main-navigation ul li > .sub-menu .sub-menu,
    .main-navigation ul.sub-menu ul.sub-menu li.menu-item-has-children:before {
        background: #2b68c3;
    }
    .contacts-list > li {
        width: 100%;
        height: 120px;
    }
    .contacts-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 2px;
    }
    .social-top .fz30 {
        margin-bottom: 30px;
    }
    .fz30 {
        font-size: 20px;
        line-height: 26px;
    }
    .more-contacts {
        display: none;
    }
    .popup[data-popup="2"] .popup__container {
        width: 630px
    }
    .index-page .slider-top {
        margin-bottom: 30px;
    }
    .reviews-slider-wrapper {
        padding: 40px 20px;
        border-top: 1px solid rgba(0,0,0,.05);
        border-bottom: 1px solid rgba(0,0,0,.05);
        margin-bottom: 40px;
    }
    .services-grid-item .btn.btn-service {
        background: var(--swiper-theme-color);
        color: #fff;
    }
    .services-grid-item-overlay {
        opacity: .6;
    }
    .services-grid-item-bg {
        opacity: 1;
    }
    .services-grid-item-content {
        color: #fff;
    }
    .services-grid {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .about-img .h1 {
        text-align: left;
    }
    .index-d-sm-none {
        display: none;
    }
    .index-d-sm-block {
        display: block;
    }
    .about-img {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .about-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .index-slider-control {
        right: 0;
    }
    .index-slide {
        height: 500px;
        position: relative;
    }
    .index-slide-banner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    .index-slide-info {
        background: rgba(50,121,226,.8);
        padding-left: 20px;
        padding-right: 20px;
    }
    .button.fixed__bottom {
        bottom: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 300px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 4px 4px 0 0;
        color: #fff;
        font-size: 16px;
        line-height: 21px;
        font-weight: 700;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        z-index: 100;
    }
    .mobile-menu-placeholder + .site-content {
        margin-top: 0;
    }
    .adress-line li.swap__city__li {
        position: absolute;
        right: 0;
        top: 32px;
        margin-right: 0;
    }
    .pre__header .site-header-inner {
        display: block;
    }
    .pre__header__open {
        height: 205px;
    }
    .pre__header {
        overflow: hidden;
        justify-content: flex-start;
        transition: all .3s ease;
    }
    .pre__header .site-header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-top: 15px;
    }
    .adress-line {
        gap: 10px;
        flex-direction: column;
        position: relative;
    }
    .social-line {
        border-top: 1px solid var(--swiper-theme-color-grey);
        padding-top: 10px;
        margin-top: 15px;
    }
    .pre__header__toggle:before {
        border-style: solid;
        border-width: 1px 1px 0 0;
        border-color: #666;
        content: '';
        display: inline-block;
        height: 8px;
        left: 0;
        position: relative;
        vertical-align: top;
        width: 8px;
        top: 0;
        transform: rotate(135deg);
    }
    .pre__header__toggle:focus {
        outline: none
    }
    .pre__header__toggle {
        padding: 0;
        -webkit-appearance: none;
        border: none;
        width: 38px;
        height: 38px;
        background: 0 0;
        position: absolute;
        right: 38px;
        top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        transition: .15s ease-in-out;
    }
    .humburger {
        left: 45px
    }
    footer .social-line {
        border-top: none
    }
}
@media (max-width: 767.8px) {
    .reception {
        margin-right: 0;
        margin-left: 0;
    }
    .popup[data-popup="2"] .popup__container {
        width: calc(100% - 15px);
    }
    .seo-text-section {
        margin-bottom: 50px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .reviews-slider-text {
        height: 110px;
    }
    .big-form p {
        margin-bottom: 22px;
    }
    .big-form ul li:before {
        left: 0;
    }
    .big-form ul li, .big-form p {
        font-size: 13px;
    }
    .big-form-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .big-form {
        height: auto;
        padding: 40px 20px;
        margin-top: 0;
    }
    .index-page .big-form {
        margin-bottom: 0;
    }
    .video-section-info ul {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .video-section {
        margin-bottom: 60px;
    }
    .doctors-section, .reviews-section.reviews-slider-wrapper, .services-section {
        margin-bottom: 50px;
    }
    .video-section-info ul>li {
        width: 100%;
    }
    .index-page .slider-top .fz45 {
        font-size: 1.625em;
        line-height: 1.1;
    }
    .video-title {
        padding: 0 20px;
        font-size: 1.625em;
        line-height: 1.1;
    }
    .sidebar-form-middle p.popup__title {
        font-size: 20px;
        line-height: 28px;
    }
    .services-grid-item-content .fz24 {
        font-size: 20px;
        line-height: 26px;
    }
    .services-grid-item-content p {
        font-size: 13px;
        line-height: 165%;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .about-info {
        margin-right: 0;
        font-size: 14px;
        line-height: 18px;
    }
    body {
        font-size: 15px;
        line-height: 19px;
    }
    .index-slide-title {
        font-size: 30px;
        line-height: 39px;
    }
    .index-slide-text {
        font-size: 14px;
        line-height: 150%;
    }
    /* popup */

    .popup__close svg {
        stroke: rgba(0,0,0,.2);
    }
    .popup__close {
        right: 18px;
        top: 18px;
    }
    .popup__container {
        padding: 60px 20px;
        min-width: 280px;
        max-width: 90%;
        width: 90%;
    }

    /* /popup */

    .header-search,
    .humburger {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .humburger {
       left: 20px;
    }
    .pre__header__toggle {
        right: 10px;
    }
    header .site-header-inner {
        display: flex;
        align-content: center;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .pre__header.is__fixed {
        top: 0;
    }
}