<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* products */


.category_products_sorting {
    background: #f0f0f0;
    height: 50px;
    border: 1px solid #e4e4e4;
    padding: 0px 22px 0;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 48px;
}

.content_products h1,
.content_product_detail h1 {
    text-transform: uppercase;
    padding: 9px 0 19px;
}

.category_products_sorting .sort_item a {
    color: #327dad;
    display: block;
    padding-right: 17px;
}

.category_products_sorting .sort_item {
    position: relative;
}

.category_products_sorting .sort_item_button:after {
    font-family: "FontAwesome";
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #327dad;
    font-size: 16px;
    position: absolute; 
    top: 0;
    right: -1px;
}

.category_products_sorting .sort_item_button.active:after {
    content: "\f107";   
}

.category_products_sorting .sort_item_button.active.desc:after {
    content: "\f106";
}


.category_products_sorting .sort_item {
    float: left;
    margin-right: 2%;
}

.category_products_sorting .view_item {
    float: right;
    margin-left: 15px;
}


.category_products_sorting .search_item {
    float: left;
    margin-right: 2%;
}


.category_products_sorting .view_item a {
    width: 20px;
    height: 18px;
    display: block;
}

.category_products_sorting .view_item.active a:before {
    color: #6b737a;
}

.category_products_sorting .view_cell a:before {
    font-family: "FontAwesome";
    content: "\f00a";
    display: inline-block;
    color: #327dad;
    font-size: 20px;
}

.category_products_sorting .view_row a:before {
    font-family: "FontAwesome";
    content: "\f039";
    display: inline-block;
    color: #327dad;
    font-size: 20px;
}

.category_products_sorting .item_search_spare input {
    height: 28px;
    padding: 5px 7px;
    width: 100%;
    border-radius: 3px;
}

.item_search_spare #form_search_spare {
    display: inline-block;
    width: 70%;
}

.category_products_sorting .item_search_spare {
}

.category_products_sorting .item_search_spare button {
    margin-left: -3px;
    width: 30%;
}   

.category_products_sorting .button_arrows_middle {
    width: 75px;
    line-height: 29px;
}

.content_products {
    padding: 21px 14px;
}

.category_products {
    width: 105%;
    padding-left: 3px;
}

.category_products .product {
    width: 29.9%;
}


/* filters */

.pmbg_arrows {
   margin-bottom: 20px;
}

.pmbg_arrows .pmbg_arrows-title {
    font-size: 14px;
    background: #3d5673;
    padding: 17px 0 16px;
    text-align: center;
    color: #fff;
    min-height: 50px;
}

.pmbg_arrows .pmbg_arrows-filter__items {
    background: #f0f0f0;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    color: #3f4448;
}

.pmbg_arrows .pmbg_arrows-filter__items .pmbg_arrows-filter__item-title {
    font-size: 15px;
    padding: 10px 28px 10px 15px;
    background: url(/static/adopt/catalog_products/icon_filter_arrow.png) 95% center no-repeat;
}

.pmbg_arrows .pmbg_arrows-filter__items .pmbg_arrows-filter__item-title.active {
    background: url(/static/adopt/catalog_menu/icon_arrow_down.png) 95% center no-repeat;
}

.pmbg_arrows .pmbg_arrows-filter__items .pmbg_arrows-filter__item-title a {
    color: #3f4448;
}

.pmbg_arrows .pmbg_arrows-filter__items .pmbg_arrows-filter__item {
    border-top: 1px solid #e3e3e3;
}

.pmbg_arrows .pmbg_arrows-filter__item-values ul {
    list-style: none;
}

.pmbg_arrows .pmbg_arrows-filter__item-values ul li {
    margin-bottom: 9px;
}

.pmbg_arrows .pmbg_arrows-filter__item-values {
    padding: 0 15px;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}

.pmbg_arrows .pmbg_arrows-filter__item-values label {
    font-size: 14px;
    cursor: pointer;
}

.pmbg_arrows .pmbg_arrows-filter__item-values input[type="checkbox"] {
    margin-right: 5px;
    float: left;
    margin-top: 1px;
}

.pmbg_arrows .pmbg_arrows-filter__item-values input[type="text"] {
    display: inline-block;
    width: 77px;
    height: 31px;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    text-align: center;
    color: #3f4448;
    font-size: 14px;
}

.pmbg_arrows .pmbg_arrows-filter__item-values .pmbg_arrows-filter__item-fields  {
    margin: 10px 0 15px; 
}

.pmbg_arrows .pmbg_arrows-filter__item-values .field_min {
    margin: 0 14px;
}

.pmbg_arrows .pmbg_arrows-filter__item-values .field_max {
    margin-left: 14px;
}

.pmbg_arrows .pmbg_arrows-filter__item-values .pmbg_arrows .pmbg_arrows-filter__item-values  {
    margin: 19px 0 22px;
}

.pmbg_arrows .pmbg_arrows-filter__item-values .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-b {
    border-radius: 10px;
    background: #327dad;
}

.pmbg_arrows-filter__item-values .ui-slider .ui-slider-handle {
    border: 3px solid #f0f0f0;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.pmbg_arrows-filter__item-values .ui-slider-horizontal {
    height: 9px;
}

.pmbg_arrows-filter__item-values .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.pmbg_arrows .pmbg_arrows-product__items {
    font-size: 12px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.pmbg_arrows-product__item {
    border-top: 1px solid #e3e3e3;
    padding: 13px 16px;
    font-size: 13px;
}

.pmbg_arrows-product__item-product_title {
    color: #3f4448;
}

.pmbg_arrows-product__item-product_info  {
    padding-top: 10px;
}

.pmbg_arrows-product__item .pmbg_arrows-product__item-product_info-image {
    width: 35%;
    float: left;
    text-align: center;
}

.pmbg_arrows-product__item .pmbg_arrows-product__item-product_info-buy {
    width: 65%;
    float: left;
}

.pmbg_arrows-product__item-product_info-buy .pmbg_arrows-product__item-product_info-buy_price {
    font-size: 15px;
    color: #3f4448;
}

.pmbg_arrows-product__item-product_info-buy .pmbg_arrows-product__item-product_info-buy_price .pmbg_arrows-product__item-price_old {
    text-decoration: line-through;
}

.pmbg_arrows-product__item-product_info-buy .pmbg_arrows-product__item-product_info-buy_price .pmbg_arrows-product__item-price_new {
    color: #327dad;
}

.pmbg_arrows-product__item .pmbg_arrows-product__item-product_info-buy .pmbg_arrows-product__item-product_info-buy_button {
    margin-top: 5px;
}

/* product */

.best_change_products_small {
    padding-left: 14px;
    margin-top: 333px;
}

.best_change_products_small h3 {
    padding: 35px 0 31px;
    font-size: 17px; 
}

.slider_brands .bx-wrapper .bx-prev {
    right: -25px;
    background: url(/static/adopt/slider_brands/slider_arrows.png) -10px center no-repeat;
}

.slider_brands .bx-wrapper .bx-next {
    left: -25px;
    background: url(/static/adopt/slider_brands/slider_arrows.png) 0 center no-repeat;
}


.slider_brands .bx-wrapper .bx-controls-direction a {

}

.best_change_products_small .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 26px;
    height: 42px;
    text-indent: -9999px;
    z-index: 9999;
}

.best_change_products_small .bx-wrapper .bx-next {
    left: 0px;
    background: url(/static/adopt/catalog_categories/icon_catalog_categories_slider_arrows.png) 1px center no-repeat;
}

.best_change_products_small .bx-wrapper .bx-prev {
    right: 0;
    background: url(/static/adopt/catalog_categories/icon_catalog_categories_slider_arrows.png) -27px center no-repeat;
}

.best_change_products_small .bx-wrapper .bx-controls-direction a {
    top: 35%;
}

/* product inline */ 
.category_inline_products {
    padding-left: 3px;
}

.category_inline_products .product_inline_img {
    width: 24.1%;
    line-height: 158px;
    text-align: center;
    padding: 0 2%;
}

.category_inline_products .product_inline_img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.category_inline_products .product_inline_information {
    width: 60.15%;
}

.category_inline_products .product_inline_information h2 {
    padding: 23px 0 10px;
    font-size: 15px;
}

.category_inline_products .product_inline_information h2 a {
    color: #3f4448;
}

.category_inline_products .product_inline_information h2 a:hover {
    color: #327dad;
}

.category_inline_products .product_inline_information .product_inline_brands {
    font-size: 12px;
}

.category_inline_products .product_inline_information .product_inline_brands .product_inline_spares {
    margin-top: 10px;
}

.category_inline_products .product_inline_information .product_inline_brands .product_inline_spares a {
    color: #327dad;
    display: block;
}

.category_inline_products .product_inline_information .product_inline_brands .product_inline_spares a:hover {
    color: #3d5673;
}

.category_inline_products .product_inline_information .product_inline_brands .product_inline_spares a img {
    margin-right: 5px;
}

.category_inline_products .product_inline_characterisitcs {
    width: 55%;
    margin-right: 6%;
    float: left;
    color: #3f4448;
    font-size: 12px;
}

.category_inline_products .product_inline_brands {
    width: 39%;
    float: left;
}

.category_inline_products .product_inline_brands .product_inline_brands_brand,
.category_inline_products .product_inline_brands .product_inline_brands_market {
    font-size: 12px;
    color: #6b737a;
}

.category_inline_products .product_inline_brands .product_inline_brands_market {
    margin-top: 3px;
}

.category_inline_products .product_inline_brands .product_inline_brands_market a {
    color: #6b737a;
    text-decoration: underline;
}

.category_inline_products .product_inline_brands .product_inline_brands_market a:hover {
    text-decoration: none;
}

.category_inline_products .product_inline_buy {
    padding-top: 20px;
    width: 12.37%;
}

.product_inline_buy .product_buy_block_price {
    text-align: center;
}

.product_inline_buy .product_buy_block_price_rozn {
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    color: #3f4448;
    text-align: left;
    min-height: 30px;
    margin-top: 12px;
}

.product_inline_buy .product_status {
    font-size: 13px;
    /* background: url(/static/adopt/icon_product_exist.png) left 1px no-repeat; */
    width: 90px;
    margin-top: 10px;
    text-align: left;
}

.product_status_available {
    color: #81b08d;
}

.product_status_available:before {
    background: #81b08d;
}

.product_status_not_available {
    color: #b00108;
}

.product_status_not_available:before {
    background: #b00108;
}

.product_status:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 7px;
}

.category_inline_products .product_inline_characterisitcs .pi_chararc_title {
    width: 66.667%;
}

.category_inline_products .product_inline_characterisitcs .pi_chararc_value {
    width: 33.333%;
    text-align: right;    
}

.category_inline_products .product_inline_characterisitcs ul {
    list-style: none;
}

.category_inline_products .product_inline_characterisitcs ul li:first-child {
    border-top: none;
}

.category_inline_products .product_inline_characterisitcs ul li {
    padding: 3px 0;
    border-top: 1px solid #e3e3e3;
}

.category_inline_products .product_inline_characterisitcs div {
    display: inline-block;
}

.category_inline_products  .product_inline:first-child {
    border-top: 1px solid #e3e3e3;
}

.category_products_sorting .sort_title_first:before {
    content: "\f160";
    display: inline-block;
    font-family: "FontAwesome";
}

.product_inline {
    min-height: 165px;
    position: relative;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.product_inline .product_inline_block {
    float: left;
}

.windowCount {
    display: none;
}

.windowCount {
    box-shadow: 0 0 6px -2px #5a5a5a;
    -moz-box-shadow: 0 0 6px -2px #5a5a5a;
    -webkit-box-shadow: 0 0 6px -2px #5a5a5a;
    padding: 8px 18px;
    position: absolute;
    top: -7px;
    left: 3px;
    white-space: nowrap;
    z-index: 999999;
     background: #327dad;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-left: 100%;
    margin-right: 0;
    font-size: 13px;
    color: #fff;
    border: 1px solid #5f748c;
    font-weight: normal;
}

.windowCount.middle_size {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
}

.windowCount.middle_size em {
    display: none;
}

.windowCount a {
    font-weight: bold;
}

.windowCount em {
    background: url('/static/adopt/catalog_products/icon_arrow_blue.png') no-repeat 0 50%;
    width: 9px;
    height: 16px;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -8px;
}

.windowCount b {
    color: #fff;
    position: absolute;
    top: 0;
    right: 3px;
    cursor: pointer;
}

.windowCount .button_show_product_filter {
    text-decoration: underline;
    cursor: pointer;
}

.windowCount .button_show_product_filter:hover {
    text-decoration: none;
}

.windowCount b {

}

</pre></body></html>