.finished_project .col-4 img {
    border-radius: 5px;
    width: 100%;
    height: fit-content;
    object-fit: contain;
}


.design_post .ps p {
    font-size: 18px;
}

.fixed {
    position: fixed;
    right: 60px; /* Расстояние от правой части экрана */
    z-index: 1000; /* Поверх других элементов */
}

.slick-prev, .slick-next {
    width: 40px; /* Ширина стрелки */
    height: 40px; /* Высота стрелки */
    background-color: rgba(255, 255, 255, 0.8); /* Цвет фона */
    border: 1px solid #ccc; /* Цвет границы */
    border-radius: 50%; /* Закругленные углы */
    display: flex; /* Flexbox для центрирования */
    align-items: center; /* Вертикальное выравнивание */
    justify-content: center; /* Горизонтальное выравнивание */
    cursor: pointer; /* Курсор при наведении */
    z-index: 1000; /* Слой над другими элементами */
    transition: background-color 0.3s; /* Плавный переход цвета фона */
}
.slick-prev {
    left: 10px; /* Расстояние от левого края */
}
.slick-next {
    right: 10px; /* Расстояние от правого края */
}
.slick-prev:hover, .slick-next:hover {
    background-color: rgba(255, 255, 255, 1); /* Цвет фона при наведении */
}
.slick-prev:before, .slick-next:before {
    font-family: FontAwesome; /* Используйте FontAwesome для иконок */
    color: #333; /* Цвет стрелок */
    font-size: 20px; /* Размер стрелок */
    line-height: 40px; /* Высота линии для центрирования */
}


.slick-prev:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/local/templates/keramstore_copy/icons/icon-arrow-left.svg) no-repeat center;
}

.slick-next:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/local/templates/keramstore_copy/icons/icon-arrow-right.svg) no-repeat center;
}

.slick-next {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background: #fff;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
    transition: background .25s;
}


.slick-prev {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background: #fff;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
    transition: background .25s;
}

.slick-prev:hover {
    transition: 0.3s; 
    background: #b8aa83;
}

.slick-next:hover {
    transition: 0.3s; 
    background: #b8aa83;
}

.slick-next{
    right: -32px;
    border: none;
}

.slick-prev{
    left: -32px;
        border: none;
}

.finished_project .col-4 img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 40%;
}

@media (max-width: 834px) {
    .finished_project .row div.col-4:nth-child(1) img {
        max-height: max-content;
        object-fit: contain;
        height: auo;
        object-fit: cover;
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}


/* Калькулятор */

@media (max-width: 992px) {
    .form-calculate-table__row {
    display: grid
;
}

.form-calculate-table__input {
    background: #fff;
    border: 1px solid #c4c4c4;
    box-shadow: inset 0 2px 0 #c4c4c4;
    border-radius: 3px;
    display: inline-flex
;
    align-items: center;
    width: 250px;
    height: 50px;
}

.form-calculate-footer {
    display: flex
;
    justify-content: space-between;
    flex-flow: column;
}
}

.added-filters .btn-reset {
    margin-left: 4px;
    margin-bottom: 8px;
    color: #505a62;
    font-weight: 500;
    transition: 0.25s;
    display: none;
}

@media (max-width: 1024px) {
    .categories-with-photo.type3 .swiper-slide {
        width: 100% !important;
        /* height: 232px; */
        border-radius: 12px;
        overflow: hidden;
    }
}

.new_design_button_menu .btn_menu.active .close {
    display: block;
    opacity: 1;
    padding: 9px;
}

@media (max-width: 1024px) {
    .categories-with-photo.type3 .swiper-slide {
        width: 100% !important;
        height: 100% !important;
        border-radius: 12px;
        overflow: hidden;
    }
}