.container.sliders {
    display: flex;
    flex-direction: column;
    margin-top: 90px;
}

.tab_selectors {
    display: flex;
    justify-content: center;
}

.tab_selectors-item_malina {
    color: #18181b;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    padding: 1.6rem 3.2rem;
    border: 1px solid #d7d7d7;
    border-radius: 3.2rem;
    display: flex;
    cursor: pointer;
    white-space: nowrap;
}

.tabs_sliders {

    width: 100%;
    margin-top: 25px;
}

.tabs_sliders .owl-item:hover {
    z-index: 2;
}

.tabs_sliders_item {
    width: 100%;
    opacity: 0;
    height: 0;
    pointer-events: none;
}


.tabs_sliders_item.active {
    opacity: 1;
    height: auto;
    pointer-events: auto;
}

.tabs_sliders_item .owl-item:not(.active) {
    opacity: 0;
    transition: opacity 0.3s;
}

.tabs_sliders_item .owl-stage-outer {
    margin: 0 -23px -100px;
    padding: 20px 23px 100px;
}

.tab_selectors-item_malina.active {
    background-color: #dd1552;
    text-decoration: unset;
    color: #ffffff;
    border: 1px solid #dd1552;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.tab_selectors-item_malina:not(:first-child) {
    margin-left: 10px;
}

.more-proposal {
    width: max-content;
    padding: 1.6rem 3.2rem;
    border: 2px solid;
    background: 0 0;
    display: flex;
    border-radius: 3.2rem;
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 4rem;
    z-index: 3;
    top: 52%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    letter-spacing: .025em;
    transition: background .5s ease;
    cursor: pointer;
    color: #2d2d33;
}



@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 769px) {
    .tabs_sliders {
        padding: 0 20px;
    }

    .container.sliders {
        margin-top: 45px;
    }
}

@media screen and (max-width: 426px) {
    .tab_selectors-item_malina {
        font-size: 1.4rem;
        padding: 1.4rem 2.8rem;
    }

    .tab_selectors-item {
        border: 0;
        padding: 15px;
    }

    .container.sliders {
        margin-top: 25px;
    }

    .tabs_sliders {
        margin-top: 5px;
    }

    .tab_selectors {
        width: 100%;
        overflow-x: scroll;
        padding: 0 13px 20px;
        justify-content: left
    }

    .tab_selectors::-webkit-scrollbar {
        display: none
    }
}