.analog-items {
    margin-top: 40px;
}

.analog-items .owl-stage {
    display: flex;
}

.analog-items .analog-item {
    border: 1px solid #B7C9D9;
    border-radius: 5px;
    padding: 24px 16px;
    height: 100%;
}

.analog-items .analog-item .analog-link {
    display: block;
    text-decoration: none;
}

.analog-items .analog-item .image {
    background-color: #87A5C099;
    padding-bottom: 73%;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 24px;
}

.analog-items .analog-item .name {
    color: #1E2353;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 24px;
}

.analog-items .analog-item .category, .analog-items .analog-item .category a {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

.analog-items .owl-nav,
.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;
}

.analog-items .owl-nav button,
.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;
}

.analog-items .owl-nav button:hover,
.category-items-wrapper .owl-nav button:hover {
    background: #FD0805 !important;
    border-color: #FD0805 !important;
}


.analog-items .owl-nav button:hover path,
.category-items-wrapper .owl-nav button:hover path {
    stroke: #fff;
}

.analog-items .owl-nav button path,
.category-items-wrapper .owl-nav button path {
    transition: 0.4s;
}

@media all and (max-width: 1750px) {
    .analog-items .owl-nav{
        left: 5px;
        right: 5px;
    }
}

@media all and (max-width: 1024px) {
    .analog-items .owl-nav {
        justify-content: center;
        position: static;
        transform: unset;
        margin-top: 40px;
    }

    .analog-items .owl-nav > * {
        margin: 0 8px;
    }
}