.op__carousel .op__block {
    max-width: 71.11rem;
}

.op__carousel__slider {
    position: relative;
    z-index: 1;
}

.op__carousel__slider:before, .op__carousel__slider:after {
    pointer-events: none;
    position: absolute;
    z-index: 3;
    content: "";
    display: block;
    height: 100%;
    width: 20%;
    background: #fff;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.op__carousel__slider:after {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.op__carousel__item {
    display: block;
    width: 9.16rem;
    height: 7.22rem;
    background: #f6f6f6;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all 0.1s ease-in-out;
    padding: 1.11rem 1.66rem;
    font-size: 3.33rem;
    font-weight: bold;
    line-height: 50px;
    line-height: 1.1;
}

.op__carousel__item:hover {
    background: #050A16;
    color: #fff;
}

.op__carousel__item span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
}

[data-kit-theme="dark"] .op__carousel__slider:before {
    background: linear-gradient(-90deg, rgba(8, 16, 34, 0), #081022);
}

[data-kit-theme="dark"] .op__carousel__slider:after {
    background: linear-gradient(90deg, rgba(8, 16, 34, 0), #081022);
}

[data-kit-theme="dark"] .op__carousel__item {
    background: #050A16;
}
