/* schemes slider */

.items-schemes .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.items-schemes .slick-dots li{
    list-style: none;
    margin: 0 10px;

}
.items-schemes .slick-dots button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #ebebeb;
    border-radius: 50%;

}
.items-schemes .slick-dots li.slick-active button{
    background: transparent;
    border: 1px solid #888888;
}

.items-schemes{
    position: relative;
    padding: 0 60px;
}
.items-schemes .slick-arrow{
    position: absolute;
    top: 40%;
    margin: -30px 0 0 0 ;
    z-index: 2;
    font-size: 0;
    width: 41px;
    height: 60px;
    border: none;
}

.items-schemes .slick-arrow.slick-prev{
    left: 0;
    background: url(../img/arrow-prev-simp.png) 0 0 / 100% no-repeat;

}
.items-schemes .slick-arrow.slick-next{
    right: 0;
    background: url(../img/arrow-next-simp.png) 0 0 / 100% no-repeat;

}

    .pname {
        margin-bottom: 1rem;
    }
    .schemes-container {
            font-family: "Montserrat", Arial, sans-serif;
            font-size: 19.995px;
            text-align: center;
    }

.schemes-container .slick-track img {
    max-width: 85% !important;
}
@media screen and (min-width: 768px) {
    .slick-dotted.slick-slider {
    margin-bottom: 0px !important; 
}
    .items-schemes {
        display: table !important; /* Элемент ведет себя как таблица */
        width: 75% !important; /* Ширина таблицы равна 100% */
        table-layout: fixed !important; /* Фиксированное разделение пространства */
    }
.schemes-container .slick-track img {
    max-width: 100% !important;
}
    .item-schemes__pic {
        display: table-cell !important; /* Элемент ведет себя как ячейка таблицы */
        vertical-align: top !important; /* Выравнивание по верхнему краю */
        box-sizing: border-box !important; /* Включаем padding и border в ширину */
        padding: 10px !important; /* Внутренние отступы */
        width: 38% !important; /* Каждый элемент занимает 50% ширины */
        margin: 0 !important; /* Убираем внешние отступы */
    }
}

.schemes-container {
    display: flex;
    justify-content: center;
    padding: 0 16px;
}