

/* Start:/local/templates/main/assets/styles/styles.css?1764666551326*/
@import "/local/templates/main/assets/styles/modules/fonts.css";
@import "/local/templates/main/assets/styles/modules/utils.css";
@import "/local/templates/main/assets/styles/modules/header.css";
@import "/local/templates/main/assets/styles/modules/footer.css";
@import "/local/templates/main/assets/styles/modules/modal.css";
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/header_info/style.css?17646665511002*/
.header-banner {
    background: #034C55;
    color: #FFF;
    padding: 5px 0 1px 0;
    position: relative;
}

.header-banner.hidden {
    display: none;
}

.header-banner__close {
    width: 24px;
    height: 24px;
    background: url('/local/templates/main/components/bitrix/news.list/header_info/./assets/close.png');
    display: block;
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-banner__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.header-banner__close:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .header-banner__close {
        right: 4px;
    }

    .header-banner {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 620px) {
    .header-banner__text {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        line-height: 14px;
    }

    .header-banner {
        padding-top: 9px;
        padding-bottom: 6px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/header_desktop/style.css?17646665511770*/
.header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__menu-container {
    display: flex;
    gap: 48px;
    > li > a {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        transition: all .2s ease-in-out;
    }
    > li > a:hover {
            color: #04565C;
    }

    >.active > a {
        color: #04565C;
    }

    >.parent {
        position: relative;
    }
    >.parent:hover > .header__menu-child,
    >.parent:hover > .header__menu-child:hover {
            display: block;
        }
}

.header__menu-child {
    display: none;
    position: absolute;
    left: -11px;
    top: 15px;
    max-width: 375px;
    width: max-content;
    padding-top: 32px;
    filter: drop-shadow(0 4px 10px #00000040);
    > ul {
        z-index: 10;
        padding: 22px 15px;
        background: #FFF;
        display: flex;
        border-radius: 10px;
        flex-direction: column;
        gap: 10px;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        > li > a {
            font-weight: 400;
            font-size: 24px;
            line-height: 26px;
            letter-spacing: 0;
            color: #455F68;
            text-decoration: none;
            transition: all .2s ease-in-out;
        }
        > li > a:hover,
        > li.active > a {
            color: #04565C;
        }

    }
}

.header__menu-child:before {
    z-index: 1;
    position: absolute;
    top: 11px;
    left: 20px;
    background: url('/local/templates/main/components/bitrix/menu/header_desktop/assets/pointer.svg') no-repeat center top;
    content: ' ';
    display: block;
    width: 30px;
    height: 30px;
}

@media (max-width: 960px) {
    .header__menu-container {
        gap: 20px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/search.form/header_desktop/style.css?17646665513225*/
.search-button {
    display: flex;
    background: #EFF0F2;
    border-radius: 20px;
    align-items: center;
    padding: 6px 14px 5px 15px;
    gap: 7px;
    transition: all .2s ease-in-out;
}

.search-button:hover {
    background: #034C55;
    cursor: pointer;
}

.search-button-icon,
.search-window__icon {
    width: 15px;
    height: 16px;
    background-image: url('/local/templates/main/components/bitrix/search.form/header_desktop/assets/icon_search.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.search-button:hover .search-button-icon {
    background-image: url('/local/templates/main/components/bitrix/search.form/header_desktop/assets/icon_search_hover.svg');
}

.search-button-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #005558;
    font-weight: 400;
}

.search-button:hover .search-button-text {
    color: #FFF;
}

.search-window {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    transition: top .2s ease-in-out;
    padding: 70px 0;
    background: #FFF;
    box-shadow: 0px 12px 21.9px 0px #00000040;
}

.search-window.open {
    top: 0;
}

.search-window__close {
    display: block;
    width: 20px;
    height: 20px;
    background: url('/local/templates/main/components/bitrix/search.form/header_desktop/assets/icon_close.svg') no-repeat center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 33px;
}

.search-window__close:hover {
    cursor: pointer;
}

.search-window form {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #DADADA;
    transition: all .2s ease-in-out;
    > input {
        flex-grow: 1;
        border: none;
        outline: none;
        margin-left: 7px;
        background: transparent;
        padding: 0;
        width: auto;
    }
    > input::placeholder,
    > input {
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0;
        font-size: 14px;
        color: #005558;
    }
    >input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #FFF inset;
    }
    > button {
        border-radius: 20px;
        border: none;
        background: #034C55;
        padding: 4px 15px;
        transition: all .2s ease-in-out;
        > span {
            font-weight: 600;
            font-size: 15px;
            line-height: 20px;
            letter-spacing: 0;
            color: #FFF;
        }
    }
    > button:hover {
        cursor: pointer;
        background: #EFF0F2;
        >span {
            color: #005558;
        }
    }
}

.search-window form:focus-within {
    background: #EFF0F2;
    >input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #EFF0F2 inset;
    }
}

.search-window__clear {
    width: 18px;
    height: 18px;
    background: url('/local/templates/main/components/bitrix/search.form/header_desktop/assets/icon_clear.svg') no-repeat center;
    margin-right: 5px;
}

.search-window__clear:hover {
    cursor: pointer;
}

.search-window__icon {
    margin-left: 15px;
}

.search-window__wrapper {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1660px) {
    .search-window__close {
        transform: none;
        top: 30px;
    }

    .search-window__wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 768px) {
    .search-window__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/search.form/header_mob/style.css?17646665511376*/
.header__search form {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #DADADA;
    background: #EFF0F2;
    transition: all .2s ease-in-out;
    > input {
        flex-grow: 1;
        border: none;
        outline: none;
        margin-left: 7px;
        background: transparent;
    }
    > input::placeholder,
    > input {
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0;
        font-size: 14px;
        color: #005558;
        padding: 0;
    }
    > button {
        border-radius: 20px;
        border: none;
        background: #034C55;
        padding: 4px 15px;
        transition: all .2s ease-in-out;
        > span {
            font-weight: 600;
            font-size: 15px;
            line-height: 20px;
            letter-spacing: 0;
            color: #FFF;
        }
    }
    > button:hover {
        cursor: pointer;
        background: #EFF0F2;
        >span {
            color: #005558;
        }
    }
}

.header__search-clear {
    width: 18px;
    height: 18px;
    background: url('/local/templates/main/components/bitrix/search.form/header_mob/assets/icon_clear.svg') no-repeat center;
    margin-right: 5px;
}

.header__search-icon {
    width: 15px;
    height: 16px;
    background-image: url('/local/templates/main/components/bitrix/search.form/header_mob/assets/icon_search.svg');
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px;
    flex-shrink: 0;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/header_mobile/style.css?17646665511805*/
.header__mobile-menu {
    list-style: none;
    padding: 0;
    margin-top: 24px;
    position: relative;
}

.header__mobile-menu__child {
    position: fixed;
    bottom: 0;
    left: -110%;
    width: 100vw;
    overflow-x: scroll;
}

.header__mobile-menu__child.active {
    left: 0;
}

.header__mobile-menu__container,
.header__mobile-menu__child ul {
    display: flex;
    flex-direction: column;
    gap: 20px;

    > li {
        padding: 8px 15px;

        > a,
        > .header__mobile-menu__item-title {
            font-weight: 500;
            font-size: 15px;
            line-height: 20px;
            letter-spacing: 0;
            text-decoration: none;
            color: #000;
            display: block;
        }
    }
}

.header__mobile-menu__item-title::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: url('/local/templates/main/components/bitrix/menu/header_mobile/assets/arrow_r.svg') center no-repeat;
    content: ' ';
    filter: invert(1);
}

.header__mobile-menu__item.parent {
    > .header__mobile-menu__item-title {
        position: relative;
        > a {
            color: #000;
            text-decoration: none;
        }

    }
}

.header__mobile-menu__child {
    background: #FFF;
    z-index: 6;
    transition: all .2s ease-in-out;
}

.header__mobile-menu__child-nav {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-top: 10px;
}

.header__mobile-menu__child-nav__arrow {
    background: url('/local/templates/main/components/bitrix/menu/header_mobile/assets/arrow_back.svg') no-repeat center;
    width: 13px;
    height: 17px;
    margin-right: 7px;
}

.header__mobile-menu__child-nav__title {
    color: #5D5C5C;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/.default/style.css?1764666551520*/
.breadcrumbs {
    display: flex;
    align-items: center;
    padding-top: 55px;
}

.breadcrumbs__item:not(:first-of-type) {
    margin-right: 4px;
}

.breadcrumbs__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}

.breadcrumbs__item,
.breadcrumbs__item a {
    color: #24314A;
}

.breadcrumbs__item a {
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.breadcrumbs__item a:hover {
    color: #1F7878;
}

.breadcrumbs__item.last {
    color: #999999;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/footer_items/style.css?17646665511419*/
.footer__top-menu-title {
    margin-bottom: 9px;
}

.footer__top-menu-title a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    color: #000000;
}

.footer__top-menu-items a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #000;
}

.footer__top-menu-items {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 248px;
}

@media (max-width: 1024px) {
    .footer__top-menu-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 9px;
        padding-bottom: 6px;
        margin-bottom: 0;
    }

    .footer__top-menu-title a {
        font-size: 18px;
        line-height: 20px;
    }

    .footer__top-menu-title::after {
        display: block;
        width: 10px;
        height: 10px;
        margin-right: 20px;
        content: ' ';
        background: url('/local/templates/main/assets/images/icons/footer_menu_icon.svg') center no-repeat;
        transform: rotate(-90deg);
        transition: all .2s ease-in-out;
    }

    .footer__top-menu-title.open::after {
        transform: rotate(0deg);
    }

    .footer__top-menu-items {
        height: 0;
        overflow: hidden;
        transition: all .4s ease-in-out;
    }

    .footer__top-menu-items.open {
        margin-top: 11px;
        margin-bottom: 22px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/footer_list/style.css?1764666551308*/
.footer__top-menu-list {
    display: flex;
    flex-direction: column;
}

.footer__top-menu-list a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    color: #000000;
}

@media (max-width: 1024px) {
    .footer__top-menu-list a {
        line-height: 40px;
    }
}
/* End */


/* Start:/local/components/custom/agree.cookies/templates/.default/style.css?1764666551801*/
.cookies-agreement {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E4E4E8;
    padding: 13px 0;
    z-index: 999;
}

.cookies-agreement__wrapper {
    display: flex;
    gap: 30px;
}

.cookies-agreement__text {
    max-width: 750px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}

.cookies-agreement__personal {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

.cookies-agreement__buttons {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-right: 11px;
}

@media (max-width: 768px) {
    .cookies-agreement__wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .cookies-agreement__buttons {
        justify-content: center;
        margin-right: 0;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/form/form-appointment/bitrix/form.result.new/.default/style.css?17646665513036*/
.form-request__fields {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.form-request__row {
    display: flex;
    gap: 20px;
}

.form-request__content textarea {
    resize: vertical;
    height: 131px;
}

.form-request__content input,
.form-request__content textarea {
    border-color: transparent;
    transition: all .2s ease-in-out;
}

.form-request__content input:focus,
.form-request__content textarea:focus,
.form-request__content input:hover,
.form-request__content textarea:hover {
    border: 1px solid #04565C;
}

.form-request__button {
    margin-top: 42px;
}

.form-request__btn {
    padding: 9px 55px 8px 32px;
}

.form-request__button-icon {
    margin-right: 23px;
    font-weight: 400;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 0;
    font-family: 'Atyp Display', sans-serif;
}

.form-request__button-title {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'Atyp Display', sans-serif;
}

.form-request__button button {
    display: flex;
    align-items: center;
}

.form-request__button button > span {
    display: inline-block;
}

.form-request__errors {
    background: #FFF0F0;
    border-radius: 5px;
    padding: 18px;
    margin-bottom: 28px;
}

.form-request__success {
    padding: 18px;
}

.form-request__errors p,
.form-request__success p {
    margin: 0;
}

.form-request__content {
    margin-top: 22px;
}

.form-request__title {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0;
    color: #000;
}

.form-request__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #000;
}

.form-request__success-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 16px;
}

.form-request__success-desc {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}

.form-request__success .form-request__button {
    margin-top: 51px;
}

.form-request__success {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1024px) {
    .form-request__row {
        flex-direction: column;
        gap: 21px;
    }

    .form-request__fields {
        gap: 21px;
    }

    .form-request .checkbox-input label::before {
        flex: 0 0 auto;
    }
}

@media (max-width: 620px) {
    .form-request__row {
        gap: 21px;
    }

    .form-request__button-title {
        font-size: 12px;
    }

    .form-request__button-icon {
        margin-right: 12px;
    }

    .form-request__fields {
        gap: 21px;
    }

    .form-request__button {
        margin-top: 15px;
    }

    .form-request__errors {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .form-request__title {
        font-size: 22px;
        line-height: 22px;
    }

    .form-request__desc {
        font-size: 12px;
        line-height: 12px;
    }

    .form-request .checkbox-input label {
        align-items: flex-start;
    }
}
/* End */
/* /local/templates/main/assets/styles/styles.css?1764666551326 */
/* /local/templates/main/components/bitrix/news.list/header_info/style.css?17646665511002 */
/* /local/templates/main/components/bitrix/menu/header_desktop/style.css?17646665511770 */
/* /local/templates/main/components/bitrix/search.form/header_desktop/style.css?17646665513225 */
/* /local/templates/main/components/bitrix/search.form/header_mob/style.css?17646665511376 */
/* /local/templates/main/components/bitrix/menu/header_mobile/style.css?17646665511805 */
/* /local/templates/main/components/bitrix/breadcrumb/.default/style.css?1764666551520 */
/* /local/templates/main/components/bitrix/menu/footer_items/style.css?17646665511419 */
/* /local/templates/main/components/bitrix/menu/footer_list/style.css?1764666551308 */
/* /local/components/custom/agree.cookies/templates/.default/style.css?1764666551801 */
/* /local/templates/main/components/bitrix/form/form-appointment/bitrix/form.result.new/.default/style.css?17646665513036 */
