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


.content_categories_block .content_categories_items {
    width: 105%;
}

.content_categories_block .content_categories_items .content_categories_item {
    height: 144px;
    border: 1px solid #e3e3e3;
    width: 31%;
    float: left;
    margin: 0 2% 20px 0;
    background: #fff;
}

.content_categories_block .content_categories_items .content_categories_item.content_categories_item-mini {
    height: 165px;
    width: 22.3%;
}

.content_categories_block .content_categories_item.content_categories_item-mini .content_categories_item_title {

}

.content_categories_block .content_categories_item.content_categories_item-mini .content_categories_item_img {
  
}

.content_categories_block .content_categories_item .content_categories_item_img {
    text-align: center;

}

.content_categories_block a {
    cursor: pointer;
}

.content_categories_block .content_categories_item .content_categories_item_img {
    height: 110px;
    line-height: 100px;
}

.content_categories_block .content_categories_item .content_categories_item_title {
    height: 53px;
    padding: 0px 10px;
    text-align: center;
}

.content_categories_block .content_categories_item .content_categories_item_img img {
    max-width: 100%;
}

.content_categories_block .content_categories_item .content_categories_item_img img,
.content_categories_block .content_categories_item .content_categories_item_title a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.content_categories_block .content_categories_item .content_categories_item_title a {
    padding-top: 13px;
    font-size: 14px;
    color: #3f4448;
    text-decoration: underline;
}

.content_categories_block .content_categories_item .content_categories_item_title a:hover {
    text-decoration: none;
}

.content_category_text {
    padding: 30px;
}

.content_category_text h2 {
    font-size: 17px;
   margin-bottom: 10px; 
}

.content_category_text p,
.content_category_text ul {
    font-size: 12px;
    margin-bottom: 10px;
}

.content_category_text p a {
    color: #327dad;
    text-decoration: underline;
}

/* SLIDER LEFT */

.best_change_products_small {
    padding-left: 14px;
    margin-top: 333px;
    height: 450px;
    overflow: hidden;
}

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


.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: 3;
}

.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%;
}

/* SLIDER LEFT */


@media screen and (max-width: 600px) {
    .content_categories_block .content_categories_items .content_categories_item.content_categories_item-mini {
        width: 46.5%;
    }

    .pmbg_arrows {
        display: none;
    }
}
</pre></body></html>