

/* Start:/local/templates/clinic_reset/components/bitrix/menu/footer/style.css?1782460937178*/
.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-menu a {
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #3b82f6;
}

/* End */


/* Start:/local/templates/clinic_reset/template_styles.css?17829913175308*/
.bg-gray {
    background-color: #efefef;
    min-height: 46px;
}

.logo {
    width: 207px;
    margin-right: 15px;
}

header .left {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    display: flex;
}

.city {
    position: relative;
}

.city::before {
    content: "";
    background: url(/images/point-small.svg) 50% / contain no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 11px;
    left: 10px;
}

.city select {
    border: 1px solid #ebebeb;
    height: 40px;
    padding: 8px 12px 8px 30px;
    font-size: 14px;
}

header .phone {
    font-size: 18px;
    font-weight: 700;
}

.MenuTop {
    border-bottom: 1px solid #ebebeb
}

@media screen and (min-width:992px) {
    .MenuTop {
        min-height: 46px
    }

    .MenuTop ul {
        justify-content: flex-start;
        gap: 35px;
    }

    #header-multilevel-menu ul {
        margin-left: -19px
    }
}

@media screen and (min-width:1400px) {
    .MenuTop ul {
        gap: 65px;
        max-width: 1180px;
        margin-left: -40px
    }

    #header-multilevel-menu ul {
        margin-left: -40px
    }
}

.MenuTop ul {
    align-items: center;
    list-style: none;
    display: flex;
}

.MenuTop ul li a {
    padding: 12px 40px;
}

#header-multilevel-menu ul {
    justify-content: space-between;
    align-items: center;
    list-style: none;
    display: flex;
}

#header-multilevel-menu ul li {
    white-space: nowrap;
    position: relative;
    width: 100%;
}

#header-multilevel-menu ul li a {
    color: #171f1a;
    padding: 6px 0;
    font-weight: 500;
    transition: all .3s ease-in-out;
    display: flex;
    position: relative
}

@media screen and (min-width: 992px) {
    #header-multilevel-menu ul li a {
        padding: 15px 25px;
        font-size: max(12px, min(1.44231vw - .769232px, 15px))
    }
}

@media screen and (min-width: 1400px) {
    #header-multilevel-menu ul li a {
        padding: 12px 40px
    }
}

@media (min-width: 1400px) {
    .MenuItem__menuItem .MenuItem__link {
        padding: 12px 40px
    }
}

.MenuItem__menuItem .MenuItem__link.open {
    color: #d35143
}

.MenuItem__menuItem .link {
    color: #171f1a;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    transition: color .3s;
    display: flex;
}

a.link:hover {
    color: #d35143 !important;
}

.MenuItem__menuItem .arrow {
    margin-left: 6px;
    transition: transform .3s
}

.MenuItem__menuItem.open .arrow {
    transform: rotate(180deg)
}

@media (max-width: 991px) {
    .MenuItem__submenu {
        width: 100%;
        box-shadow: none;
        background: 0 0;
        border-radius: 0;
        transition: all .3s ease-in-out;
        position: relative;
        left: 60px;
        transform: none;
        margin-top: -40px !important
    }

    .MenuItem__menuItem.open .MenuItem__submenu {
        opacity: 1;
        pointer-events: auto;
        max-height: 500px;
        transition: all .3s ease-in-out;
        margin-top: 0 !important
    }

    .MenuItem__menuItem .MenuItem__link {
        padding-right: 10px
    }
}

@media (min-width: 992px) {
    .MenuItem__menuItem.open .MenuItem__submenu {
        flex-direction: column;
    }
}

.rotated {
    transform: rotate(180deg)
}

.MenuItem__submenu {
    /* max-height: 0px;
    opacity: 0; */
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border-radius: 10px;
    max-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: max-height .35s, opacity .3s, transform .3s;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    transform: translateY(10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    z-index: 10;
    flex-direction: column;
}

.MenuItem__menuItem.open .MenuItem__submenu {
    opacity: 1;
    pointer-events: auto;
    max-height: 500px;
    transform: translateY(0);

}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 5px !important;
    background-color: white !important;
    color: rgba(211, 81, 67, 1) !important;
    border: 1px solid rgba(211, 81, 67, 1) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
}

.clip-path-desktop-left {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

.clip-path-desktop-right {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 767px) {
    .aspect-w-16 {
        position: relative;
        padding-bottom: 56.25%;
    }

    .aspect-w-16 iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 992px) {
    .marker li {
        line-height: 1.2;
    }
    .marker li:before {
        top: 6px;
    }
}

.marker li {
    color: #323433;
    margin-bottom: 10px;
    padding-left: 21px;
    font-size: max(16px, min(.480769vw + 11.0769px, 18px));
    line-height: 1.6;
    position: relative;
}

.marker li:before {
    content: "";
    background-color: #d35143;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 7px;
    left: 0;
}

.mb90 {
    margin-bottom: max(90px, min(7.21154vw + 16.1538px, 120px));
}
/* End */
/* /local/templates/clinic_reset/components/bitrix/menu/footer/style.css?1782460937178 */
/* /local/templates/clinic_reset/template_styles.css?17829913175308 */
