.homepage.private.cards .tabs {
    margin-top: 62px;
}
.CategoriesCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.CategoriesCards, .slick-track {
    width: calc(100% - 74px);
    margin: 0 auto 35px;
    border-bottom: 1px solid #cecfd1;
    padding-bottom: 16px;
}
.CategoriesCards li {
    position: relative;
    cursor: pointer;
}
.CategoriesCards li:after {
    content: '';
    display: block;
    background-color: #f59f18;
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: -18px;
    transition: width 0.3s cubic-bezier(0.51, 0.51, 0.51, 0.51);
}
.CategoriesCards li.active:after {
    width: 100%;
}
.CategoriesCards li,
.CategoriesCards li a {
    color: #39444e;
    font-family: "corpid_e1s_scd_bold", sans-serif;
    font-size: 19px;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}

@media all and (max-width: 750px) {
    .CategoriesCards {
        margin: 0 auto;
        border: none;
        width: 74%;
    }
    .CategoriesCards li {
        width: 173px;
        text-align: center;
    }
    .CategoriesCards .slick-prev,
    .CategoriesCards .slick-next {
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 31px;
        position: absolute;
        background-color: #fff;
        top: 18%;
        fill: #f4f4f4;
    }
    .CategoriesCards .slick-prev {
        background-image: url(/ico/leftarrow_121320.svg);
        left: -29px;
    }
    .CategoriesCards .slick-next {
        background-image: url(/ico/rightarrow_121279.svg);
        right: -29px;
    }
    .CategoriesCards .slick-list {
        border-bottom: 1px solid #cecfd1;
    }
    .CategoriesCards .slick-track {
        border: none;
        margin-bottom: 2px;
    }
    .CategoriesCards .slick-track:before {
        display: none;
    }
}
@media all and (max-width: 700px) {
    .CategoriesCards {
        width: 346px;
    }
}
@media all and (max-width: 490px) {
    .CategoriesCards {
        width: 185px;
    }
}