

/* Start:/local/templates/reysmus/styles.css?17745334914432*/
.bold {
    font-weight: bold;
}

.social-block {
    display: flex;
    gap: 10px;
}

.social-block-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .mobile-header-block,
    .social-block-mobile {
        display: flex;
        gap: 10px;
        margin-left: -12%;
    }

    .ms-auto.mobile-header-block {
        padding-left: 0;
    }

    body .medflex-round-widget .medflex-round-widget__button {
        bottom: 60px;
    }

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

    .footer-mobile__img {
        display: flex;
        justify-content: center;
        height: 48px;
        overflow: visible;
    }

    .footer-mobile__img .footer-mobile__img-wrapper:before,
    .footer-mobile__img .footer-mobile__img-wrapper:after {
        content: '';
        position: absolute;
        top: 5px;
        width: 27px;
        height: 24px;
        background-color: transparent;
        border-radius: 50%;
        box-shadow: 0 11px 0 -4px #fff;
        z-index: -1;
    }

    .footer-mobile__img .footer-mobile__img-wrapper:before {
        left: -23px;
        transform: rotate(-29deg);
    }

    .footer-mobile__img .footer-mobile__img-wrapper:after {
        right: -23px;
        transform: rotate(28deg);
    }

    .search-active .footer-mobile__img-wrapper {
        bottom: 40%;
    }

    .footer-mobile__img-wrapper {
        height: 70px;
        width: 70px;
        position: absolute;
        border-radius: 50%;
        background-color: #fff;
        bottom: 21%;
    }

    .footer-mobile__bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 65px;
        padding: 0 10px 0 21px;
    }

    .footer-mobile__bottom .text-center {
        min-width: 50px;
    }

    .footer-mobile__bottom-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
        color: #000;
    }

    .footer-mobile__bottom-item img,
    .footer-mobile__bottom img {
        width: 22px;
        height: 22px;
    }

    .footer-mobile__phone {
        z-index: 1000;
        font-size: 16px;
        font-weight: 400;
        align-items: end;
        justify-content: center;
        height: 100%;
        display: flex;
        padding-bottom: 6px;
    }

    .footer-mobile__bottom img.footer-mobile__menu-open {
        height: 26px;
        width: 26px;
    }

    .mmo-open .footer-mobile__menu-open,
    .footer-mobile__menu-close,
    .footer-mobile__search,
    .footer-mobile__search label::after,
    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .footer-mobile__bottom-search img:not(:first-child),
    .search-active .footer-mobile__bottom-search img {
        display: none;
    }

    .mmo-open .footer-mobile__menu-close,
    .search-active .footer-mobile__search,
    .footer-mobile__bottom-search,
    .search-active .footer-mobile__bottom-search img:not(:first-child) {
        display: block;
    }

    .footer-mobile__bottom-search {
        padding-left: 5px;
    }

    .footer-mobile__search .form-floating {
        height: 34px;
    }

    .footer-mobile__search #search-footer.form-control {
        border: .0625rem solid #fff;
        padding: 6px 33px 32px;
        font-size: 14px;
        width: calc(100% - 50px);
    }

    .footer-mobile__search .header-search__btn {
        right: 20px;
        position: absolute;
        padding: 0;
        border: none;
        background-color: transparent;
        font-weight: 400;
        font-size: 12px;
        z-index: 1;
        bottom: 8px;
        color: #000;
    }

    body .footer-mobile__search .form-floating > .form-control ~ label,
    .footer-mobile__search label {
        color: #8F8F8F;
        padding: 6px 28px 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .footer-mobile__bottom {
        height: 61px;
        padding: 0 16px 0 31px;
        margin-right: -4px;
    }

    .footer-mobile__bottom .text-center {
        min-width: 24px;
    }

    .footer-mobile__bottom-item {
        gap: 5px;
        padding-top: 4px;
    }

    .footer-mobile__img-wrapper {
        bottom: 18%;
    }

    .search-active .footer-mobile__img-wrapper {
        bottom: 38%;
    }

    .footer-mobile__phone {
        padding-bottom: 2px;
    }
}
/* End */


/* Start:/local/templates/reysmus/template_styles.css?17871248111830*/
.attention-string {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
}

.hidden {
    display: none;
}

.header-clinics {
    max-width: 186px;
    margin-top: 7px;
}

.top-header {
    padding: 12px 0;
    background: #1A3E70;
}

.top-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.top-header__content-projects {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.top-header__content-projects a {
    width: 160px;
    overflow: hidden;
}

.top-header__content-projects img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-header__content-address {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.top-header__content-address a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: var(--rey-white);
}

.top-header__content-projects a:hover,
.top-header__content-address a:hover {
    opacity: 0.8;
}

.top-header__content .btn.btn-primary-mid {
    padding: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 182px;
    min-height: 42px;
}

.aw {
    --aw-bottom: 70px;
    --aw-right: 14px;
}

@media screen and (max-width: 1199px) {
    .top-header__content {
        flex-wrap: wrap;
        gap: 14px;
    }

    .top-header__content-projects {
        gap: 52px;
        order: 1;
    }

    .top-header__content-projects a {
        max-width: 148px;
    }

    .top-header__content-address {
        margin: auto;
        gap: 11px;
        order: 3;
    }

    .top-header__content .btn.btn-primary-mid {
        font-size: 16px;
        order: 2;
        min-width: 260px;
        min-height: 54px;
    }
}

@media screen and (max-width: 991px) {
    .top-header {
        display: none;
    }
}
/* End */
/* /local/templates/reysmus/styles.css?17745334914432 */
/* /local/templates/reysmus/template_styles.css?17871248111830 */
