.category-items-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    left: -110px;
    right: -110px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.category-items-wrapper .owl-nav button {
    transition: 0.4s;
    cursor: pointer !important;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #E5F1FB !important;
    display: flex;
    pointer-events: all;
}

.category-items-wrapper .owl-nav button:hover {
    background: #FD0805 !important;
    border-color: #FD0805 !important;
}

.category-items-wrapper .owl-nav button:hover path {
    stroke: #fff;
}

.category-items-wrapper .owl-nav button path {
    transition: 0.4s;
}

.category-items-wrapper {
}

.category-items-wrapper .category-ttl {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: left;
    padding-bottom: 40px;
}

.category-items-wrapper .owl-stage {
    height: 100%;
}

.category-items-wrapper .owl-item {
    height: 100%;
}

.category-items-wrapper .catalog-section-wrapper {
    padding: 24px 16px;
    border: 1px solid #87A5C099;
    border-radius: 5px;
    height: 100%;
}


.category-items-wrapper .catalog-section-list-item-img {
    width: 200px;
    height: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color: #87A5C099;*/
    margin-bottom: 24px;
}

.category-items-wrapper .catalog-section-list-item-img.no-photo {
    background-color: #87A5C099;
}

.category-items-wrapper .catalog-section-list-item-title a {
    font-family: var(--solomon);
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
    text-align: left;
    color: #000000;
    display: block;
    transition: 0.4s;
}

.category-items-wrapper .catalog-section-list-item-title a:hover {
    color: #FD0805;
}

.category-items-wrapper .catalog-section-list-item-title {
    margin-bottom: 18px;
}

.category-items-wrapper .section-subsections {
}

.category-items-wrapper .section-subsections .subsection-item {
    display: block;
    font-family: var(--solomon);
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    text-align: left;
    color: #1E2353B2;
    padding-bottom: 8px;
    transition: 0.4s;
}

.category-items-wrapper .section-subsections .subsection-item:hover {
    color: #1e2353;
}


@media all and (max-width: 1750px) {
    .category-items-wrapper .owl-nav {
        left: 5px;
        right: 5px;
    }
}

@media all and (max-width: 1024px) {

    .category-items-wrapper .owl-nav {
        justify-content: center;
        position: static;
        margin-top: 20px;
        transform: none;
    }

    .category-items-wrapper .owl-nav > * {
        margin: 0 8px;
    }

}

@media all and (max-width: 768px) {
    .category-items-wrapper .items-group .catalog-section-wrapper:not(:last-child) {
        margin-bottom: 20px;
    }

    .category-items-wrapper .owl-nav {
        margin-top: 40px;
    }
}