<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ajax-category {
    padding: 0 0 20px;
}

.ajax-category_item {
    cursor: pointer;
    padding: 17.5px 60px;
    transition: .25s;
}

.ajax-category_item:hover {
    background: #F2F5F7;
}

.ajax-category_item_breadcrumbs {
    color: #444E56;
    font-family: RobotoLight;
    font-size: 12px;
    padding-top: 10px;
}

.ajax-category_item_breadcrumbs a + a:before {
    border-color: transparent transparent transparent #a1a6aa;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    content: '';
    display: inline-block;
    height: 0;
    margin: 0 8px;
    vertical-align: middle;
    width: 0;
}

.ajax-category_item_breadcrumbs a:hover {
    color: #D02D33;
}

.ajax-category_link {
    color: #04172C;
    font-family: RobotoSlab;
    font-size: 16px;
    font-weight: 700;
}

.ajax-category_link:hover {
    color: #D02D33;
}

.ajax-search {
    padding-bottom: 40px;
}

.ajax-search .catalog-search-item__photo {
    margin-right: 10px;
    width: 35px;
    min-width: 35px;
    line-height: 0;
}

.ajax-search .catalog-search-item__photo-img {
    max-width: 100%;
}

.ajax-search .is--selected {
    color: #D02D33;
}

.ajax-search_reference-sections_box {
    padding: 20px 60px 0;
}

.ajax-search_reference-sections_item {
    padding-bottom: 12px;
}

.ajax-search_reference-sections_link {
    color: #0A4060;
    font-size: 14px;
    line-height: 24px;
}

.ajax-search_reference-sections_link:hover {
    color: #D02D33;
}

.catalog-search-item {
    padding-bottom: 10px;
}

.catalog-search-item__link {
    display: flex;
    align-items: center;
}

.catalog-search-item__link:hover {
    color: #D02D33;
}

.catalog-search-items {
    color: #0A4060;
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

.close-search-form {
    cursor: pointer;
    height: 20px;
    opacity: 0.3;
    position: absolute;
    right: 30px;
    top: 20px;
    transition: .25s;
    width: 20px;
}

.close-search-form span {
    background-color: #333;
    content: ' ';
    height: 20px;
    left: 8px;
    position: absolute;
    width: 2px;
}

.close-search-form span:nth-child(1) {
    transform: rotate(45deg);
}

.close-search-form span:nth-child(2) {
    transform: rotate(-45deg);
}

.close-search-form:hover {
    opacity: 1;
}

.search-bar {
    position: relative;
}


.search-button {
    background: none;
    border: none;
    color: #04172C;
    cursor: pointer;
    font-family: RobotoSlab;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    outline: none;
    padding: 10px;
    position: absolute;
    right: 100px;
    top: 10px;
    transition: .2s;
}

.search-button ._all::after {
    border-color: transparent transparent transparent #1E87F5;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    content: '';
    display: inline-block;
    height: 0;
    margin: 0 8px;
    vertical-align: middle;
    width: 0;
    transition: 0.4s;
    transform-origin: center;
}

.search-button.open ._all::after {
    transform: rotate(90deg);
}

.search-button:hover {
    color: #D02D33;
}

.search-button:focus {
    outline: none;
}

.search-button ._all {

}

.search-button ._selected {
    display: none;
    color: #1E87F5;
}

.is-show-category ._selected {
    display: block;
}

.is-show-category ._all {
    display: none;
}

.search-form {
    position: relative;
    z-index: 100;
}

.search-form--no-form * {
    pointer-events: none;
}

.search-form-wrapper {
    background: #fff;
    left: 0;
    max-height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 1008px;
    z-index: 50;
    overflow: hidden;
}

.search-form-wrapper .loader {
    animation: load8 1.1s infinite linear;
    border-bottom: 5px solid rgb(239, 239, 239);
    border-left: 5px solid #9eceff;
    border-right: 5px solid rgb(239, 239, 239);
    border-top: 5px solid rgb(239, 239, 239);
    left: calc(50% - 25px);
    margin: 60px auto;
    opacity: 0;
    position: absolute;
    top: 100px;
    transform: translateZ(0);
    transition: 1s;
}

.search-form-wrapper .loader, .search-form-wrapper .loader:after {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.search-form-wrapper.loaded--long .loader {
    opacity: 1;
}

.search-form-wrapper.show {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    min-height: 200px;
    max-height: 2000px;
    opacity: 1;
    padding: 64px 0 0;
    overflow: visible;
}

.search-info {
    padding: 20px 60px 0;
}

.search-input-wrapper {
    position: relative;
}

.search_shown .search-input-wrapper {
    max-width: calc(100% - 300px);
}

.search__input {
    position: relative;
    z-index: 10;
}

.search__input::-ms-clear {
    display: none;
}

.search__input--helper {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    user-select: none;
    color: #B6C6CF;
    z-index: 0;
}

.search-form-categories {
    position: absolute;
    top: 64px;
    right: 0;
    width: 295px;
    transition: 0.5s;
    max-height: 0;
    overflow: hidden;
}

.search-form-categories.open {
    max-height: 1000px;
}

.search-form-categories_box {
    background: #1E87F5;
    padding: 18px 0;
}

.search-form_categories_item {
    font-family: 'RobotoSlab';
    line-height: 18px;
    color: #fff;
    padding: 10px 30px;
    background: #1E87F5;
    transition: 0.25s;
    cursor: pointer;
    font-size: 16px;
}

.search-form_categories_item:hover {
    background: #fff;
    color: #1E87F5;
}

.search-form-categories_close {
    display: none;
}


.search-form-categories_close {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 20px;
    transition: .25s;
    width: 20px;
}

.search-form-categories_close span {
    background-color: #fff;
    content: ' ';
    height: 20px;
    left: 8px;
    position: absolute;
    width: 2px;
}

.search-form-categories_close span:nth-child(1) {
    transform: rotate(45deg);
}

.search-form-categories_close span:nth-child(2) {
    transform: rotate(-45deg);
}

.service-menu {
    overflow: hidden;
    max-width: 400px;
    transition: 1s;
}

.global-menu--search-open .service-menu {
    max-width: 0;
    opacity: 0;
    padding: 0;
}

.global-menu--search-open .search-bar {
    padding: 0 0px 0 60px;
}

.search__icon {
    cursor: pointer;
}


@media (max-width: 1300px) {
    .search-form-wrapper {
        width: 910px;
    }
    .global-menu--search-open .search-bar {
        padding: 0 120px 0 60px;
    }
}

@media (max-width: 960px) {

}

@media (max-width: 640px) {

    .search-form {
        position: static;
    }

    .global-menu {
        overflow-x: visible;
    }

    .service-bar {
        position: static;
        width: 64px;
        height: 64px;
    }

    .search-bar {
        position: static;
    }

    .search-form .search-form-wrapper {
        display: none;
    }

    .search-form .search__icon {
        left: 25px;
    }

    .search__input {
        max-width: 0;
    }

    .search-form-wrapper {
        max-height: 0;
        position: absolute;
        top: 64px;
        left: 0;
        display: block;
        width: 100%;
    }

    .search-form-wrapper.show {

    }

    .search-form .search.js-search {
        width: 64px;
        height: 64px;
        right: 0;
        padding: 0;
    }

    .search-form .search.js-search {
        transition: 0.5s;
    }

    .search-form .search.js-search.search_shown {
        width: 100%;
        z-index: 100;
        right: 0;
    }

    .search_shown .search-input-wrapper {
        max-width: calc(100% - 10px);
    }

    .search.js-search.search_shown .search__input {
        margin: 0 30px 0 64px;
        max-width: calc(100% - 94px);

    }

    .search-button {
        right: auto;
        left: 10px;
        top: 8px;
    }

    .close-search-form {
        right: 20px;
    }

    .ajax-search_reference-sections_box {
        padding: 20px 20px 0;
    }

    .ajax-category_item {
        padding: 20px 20px;
    }

    .ajax-category_link {
        font-size: 14px;
    }

    .catalog-search-item__name {
        font-size: 13px;
        line-height: 1.5;
    }

    .search-form-categories {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .search-form_categories_item {
        font-size: 14px;
        line-height: 16px;
    }

    .search-form-categories_close {
        display: block;
    }

    .search-input-wrapper {
        max-width: 100%;
    }

}

@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.search-red-button {
    position: absolute;
    right: 192px;
    top: 8px;
    z-index: 101;
    width: 102px;
    height: 48px;
    padding: 11px;
    font-family: RobotoSlab;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    background-color: #D02D33;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .2s;
}
.search-red-button__mob {
    display: none;
}
.search-red-button:hover {
    background-color: #a4171c;
}
.global-menu--search-open .search-bar {
    /*max-width: 710px;*/
    max-width: 406px;
}
.search_shown .search-input-wrapper {
    max-width: 100%;
}
@media (max-width: 640px) {
    .search-red-button__desc {
        display: none;
    }
    .search-red-button__mob {
        right: 0;
        top: 0;
        height: 64px;
        padding: 19px;
    }
    .search-red-button__mob.show {
       display: block;
    }
    .search-red-button:hover {
        background-color: #D02D33;
    }
    .search.js-search.search_shown .search__input {
        max-width: calc(100% - 186px);
    }
}</pre></body></html>