<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-empty {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000 !important;
    background: transparent;
    border-radius: 4px;
    padding: 0 14px;
    border: 1px solid #008ABD;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none !important;
}

/*.catalog-link-wrap__shadow {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.catalog-link-wrap__shadow a {*/
/*    margin-right: 8px;*/
/*    margin-top: 7px;*/
/*}*/
/*.catalog-link-wrap__item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    color: rgb(0, 0, 0);*/
/*    font-family: Roboto Condensed;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    border-radius: 5px;*/
/*    background: rgb(248, 248, 248);*/
/*    padding: 6.5px 10px;*/
/*    white-space: nowrap;*/
/*}*/
/*.catalog-link-wrap__item:hover {*/
/*    background: rgb(58, 137, 184);*/
/*    color: #FFF;*/
/*}*/
/*.catalog-link-wrap__item-show {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    border: 1px solid #008ABD;*/
/*    background: transparent;*/
/*    color: #008ABD;*/
/*    border-radius: 5px;*/
/*    font-family: Roboto Condensed;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    min-height: 38px;*/
/*    padding: 0 39px;*/
/*    white-space: nowrap;*/
/*}*/
/*.catalog-link-wrap__item-show:hover {*/
/*    background: #008ABD;*/
/*    border-color: #008ABD;*/
/*    color: #fff;*/
/*}*/
.catalog-block {}
.catalog-block__title {
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-size: 25px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 24px;
}
.catalog-block__list {
    margin: 0 -10px;
}
.catalog-block__item-wrapper {
    padding: 0 10px;
    margin-bottom: 20px;
}
.catalog-block__item {
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px 15px 20px;
}
.catalog-block__compare {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.85);
    width: 44px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid rgb(217, 217, 217);
    z-index: 2;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.catalog-block__compare:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 21px;
    transition: filter 0.3s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../svg/icon_compare.svg");
    fill: black;
}
.catalog-block__compare.active {
    background: #008ABD;
    border-color: #008ABD;
}
.catalog-block__compare.active:before {
    filter: brightness(0) invert(1);
}
.catalog-block__elect {
    position: absolute;
    top: 10px;
    right: 60px;
    background: rgba(255, 255, 255, 0.85);
    width: 44px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid rgb(217, 217, 217);
    z-index: 2;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.catalog-block__elect:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 24px;
    transition: filter 0.3s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../svg/icon_favorite.svg");
}
.catalog-block__elect.active {
    background: #008ABD;
    border-color: #008ABD;
}
.catalog-block__elect.active:before {
    filter: brightness(0) invert(1);
}
.catalog-block__img-wrapper {
    width: 100%;
    height: 288px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    flex: 0 0 auto;
    margin-bottom: 20px;
}
.catalog-block__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.catalog-block__desc {
    flex: 1 1 auto;
}
.catalog-block__name {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}
.catalog-block__name + * {
    margin-top: 30px;
}
.catalog-block__name a {
    color: rgb(0, 0, 0);
}
.catalog-block__property {}
.catalog-block__property + .catalog-block__property {
    margin-top: 16px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.catalog-block__property-name {
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}
.catalog-block__property-name-height {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.catalog-block__property-text {
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}
.catalog-block__footer {
    flex: 0 0 auto;
    margin-top: 4px;
}
.catalog-block__price-wrapper {
    margin-top: 18px;
}
.catalog-block__price {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
.catalog-block__btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-block__favorite {
    flex: 0 0 auto;
    margin-top: 20px;
    margin-right: 15px;
}
.catalog-block__favorite {
    width: 58px;
    flex: 0 0 auto;
    position: relative;
}
.catalog-block__favorite:before,
.catalog-block__favorite:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.catalog-block__favorite:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMDA3NSAyMUwyLjgyMjY1IDExLjc4NzhDLTIuNzEyNjEgNi4yNjA0OCA1LjQyNDIzIC00LjM1MTk3IDEzLjAwNzUgNC4yMzM4QzIwLjU5MDkgLTQuMzUxOTcgMjguNjkwOCA2LjI5NzMzIDIzLjE5MjQgMTEuNzg3OEwxMy4wMDc1IDIxWiIgc3Ryb2tlPSIjMDA4QUJEIiBzdHJva2Utd2lkdGg9IjEuMDQ4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
}
.catalog-block__favorite:after {
    transition: opacity 0.2s ease;
    opacity: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMDA3NSAyMUwyLjgyMjY1IDExLjc4NzhDLTIuNzEyNjEgNi4yNjA0OCA1LjQyNDIzIC00LjM1MTk3IDEzLjAwNzUgNC4yMzM4QzIwLjU5MDkgLTQuMzUxOTcgMjguNjkwOCA2LjI5NzMzIDIzLjE5MjQgMTEuNzg3OEwxMy4wMDc1IDIxWiIgZmlsbD0iIzAwOEFCRCIgc3Ryb2tlPSIjMDA4QUJEIiBzdHJva2Utd2lkdGg9IjEuMDQ4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
}
.catalog-block__favorite.active:after {
    opacity: 1;
}

.compare-block__row_header {
    position: relative;
}

.compare-block__row_header .catalog-block__favorite {
    position: absolute;
    right:20px;
    top:10px;
    margin:0;
    padding:0;
}

.catalog-block__btn-group {
    /*flex: 1 1 auto;*/
}
.catalog-block__btn {
    width: 100%;
    /*margin-top: 20px;*/
    height: 44px;
    font-size: 20px;
    font-weight: 500;
}
.catalog-block__btn:before {
    content: none;
}
.catalog-block_panel {
    background: #F0F0F0;
    border-radius: 4px;
    padding: 30px 20px;
}


.tags-block {
    position: relative;
}
.tags-block__inner {
    display: inline-flex;
    overflow-x: auto;
    float: left;
}
.tags-block__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    background: #F8F8F8;
    float: left;
    margin-bottom: 15px;

    border-radius: 4px;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #000000;
    white-space: nowrap;
}
.tags-block__link:hover {
    background: rgb(58, 137, 184);
    color: #FFF;
}
.tags-block__link:not(:last-child) {
    margin-right: 15px;
}
.tags-block__toggle {
    display: none;
    margin-left: 15px;
    border: 1px solid #008ABD;*/
    background: transparent;
    color: #008ABD;
    border-radius: 5px;
    cursor: pointer;
}
.tags-block:not(.tags-block_active) .tags-block__toggle {
    position: absolute;
    right: 0;
    bottom: 0;
}
.tags-block:not(.tags-block_active) .tags-block__inner {
    float: left;
    width: 100%;
}
.tags-block:not(.tags-block_cutted) .tags-block__toggle {
    display: none;
}
.tags-block_cutted .tags-block__toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    right: calc(100% - -1px);
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
}

@media screen and (min-width: 768px) {
    .tags-block:not(.tags-block_active) {
        max-height: 110px;
        overflow: hidden;
    }
    .tags-block__inner {
        display: block;
        overflow-x: visible;
    }
    .tags-block__toggle {
        display: inline-flex;
    }
}

.tags-block__bottom {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    margin: 10px 0 0 0;
}

@media screen and (min-width: 1200px) {
    .catalog-block_panel .catalog-block__list {
        margin-left: -25px;
        margin-right: -25px;
    }
    .catalog-block_panel .catalog-block__item-wrapper {
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 50px
    }
}
@media screen and (min-width: 768px) {
    .catalog-link-wrap {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 576px) {

}

sup {
    font-size: 60%;
}


.radio-btn__list {
    margin: 0 -8px;
}
.radio-btn__list .radio-btn {
    margin: 6px;
}
.radio-btn {
    position: relative;
}
.radio-btn input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
}
.catalog-block__property .radio-btn input:checked ~ label {
    background: #008ABD;
    border-color: #008ABD;
    color: #fff;
}
.radio-btn input:disabled ~ label {
    color: #D9D9D9;
    cursor: not-allowed;
}

.filter-block__section-body input[type="checkbox"]:checked + label:before {
    background-color: #008ABD;
    background-image: url("../svg/check-catalog.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.catalog-block__property .radio-btn label {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 7px 13px !important;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #000000;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
/*.radio-btn label:before {*/
/*    content: none;*/
/*    display: none;*/
/*}*/
.radio-btn__list_mt_upper {
    margin-top: -10px;
    display: flex;
    flex-direction: column;
}
.radio-btn__list_gap_md .radio-btn {
    margin: 5px 7px;
}
.radio-btn__list_pd_md .radio-btn label {
    padding: 9px !important;
}

/*.sort-block .selectpicker-sort.btn {*/
/*    background: #FFF;*/
/*}*/
/*.sort-block .selectpicker-sort.btn ~ .dropdown-menu {*/
/*    background: #FFF;*/
/*}*/
/*.sort-block .selectpicker-sort.btn ~ .dropdown-menu .dropdown-item {*/
/*    background: #FFF !important;*/
/*}*/</pre></body></html>