.mainpage__cats-slider .slider-wrap .owl-nav {
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.mainpage__cats-slider .slider-wrap .owl-nav .carousel-prev,
.mainpage__cats-slider .slider-wrap .owl-nav .carousel-next{
    width: 30px;
    line-height: 30px;
    height: 30px;
}

.product-tile__image {
    padding: 0;
    height: 260px;
    line-height: 260px;
}
.product-tile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
}
.product-list__left {
    padding-left: 5px!important;
}
.product-tile__image a{
    display: block;
    text-align: center;
    height: 100%;
}

.product-card__brend {
    padding: 0px 50px;
}

.selected .categories-h__title,
.selected .categories-h__caret{
    color: #f0773c;
}
.hover .selected .categories-h__title,
.hover .selected .categories-h__caret {
    color: white;
}

.footer .footer_links-col--сatalog .footer_menu {
    column-count: 1;
}

.header-top__right {
    float: right;
    width: calc(100% - 45px);
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-top__right > a.flex_logo {
    display: flex;
    flex: 1;
} 