            .single-new__content-none h3:first-child {
                display: none;
            }
            .kitchen__title {
                font-size: 18px;
                text-align: center;
                font-weight: 700;
                color: #333333;
                margin-bottom: 6rem;
            }

            .kitchen__container {
                margin-top: 6rem;
            }

            .kitchen__item_title {
                margin-bottom: 0px !important;
                font-size: 18px !important;
                line-height: 1.2;

                font-weight: 700;
                color: #333333;
                margin-top: 4rem;
            }

            .kitchen__descript {
                font-size: 15px;
                line-height: 1.2;
                font-weight: 400;
                color: #333333;
            }

            .kitchen__descript p {
                margin: 0;
                margin-top: 20px;
            }

            .kitchen__item_title_desc {
                margin-bottom: 10px !important;
            }
            .kitchen__price {
                margin-top: 1rem;
                font-size: 18px;
                line-height: 1.2;
                font-weight: 700;
                color: #94c22b;
                display: flex;
                align-items: center;
                min-height: 55px;
            }

            .kitchen__price span {
                display: flex;
                align-items: center;
            }

            .kitchen__price .circle {
                width: 38px;
                border-radius: 50%;
                height: 38px;
                margin-left: 13px;
                margin-right: 10px;
                font-size: 18px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: 700;
                color: #ffffff;
                background-color: #94c22b;
            }
            .kitchen__item {
                margin-bottom: 9rem;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .kitchen__price .pluss {
                margin-left: 11px;
            }

            .kitchen-width {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
                max-width: 975px;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
            }
            .kitchen__list {
                margin-bottom: 8rem;
            }

            .kitchen__list img {
                width: 26px;
                height: 32px;
                margin-right: 20px;
            }

            .kitchen__list .document {
                display: flex;
                font-size: 15px;
                font-weight: 400;
                color: #333333;
                align-items: center;
                margin-bottom: 2rem;
            }

            .kitchen__list .document:last-child {
                margin-bottom: 0;
            }
             .kitchen__block p {
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
             }
             .b-line {
                 border-bottom: 1px solid #c2c0be;
             }
             .b-line2 {
                border-bottom: none;
             }
.single-new__content-ofset {
    padding-bottom: 0;
}

.new-baner_opacity:before {
    background: rgba(0, 0, 0, 0.1);
}
.kitchen__item-offset {
    margin-bottom: 0;
}
.kitchen__block-pos {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.kitchen__price-pos {
    position: absolute;
    right: 5px;
    top: 5px;
}
.kitchen__price-pos .circle {
    width: 78px;
    height: 78px;
    background-color: #f00;
    text-align: center;
}
.kitchen__image {
    padding: 50px;
}
            @media (max-width: 990px) {
                .kitchen__item_title {
                    margin-bottom: 12px;
                    font-size: 17px;
                    text-align: center;
                }
                .kitchen__price {
                    margin-top: 2rem;
                    font-size: 16px;
                }
                .kitchen__price .circle {
                    width: 32px;
                    height: 32px;
                    font-size: 15px;
                }
                .kitchen__price-pos .circle {
                    width: 55px;
                    height: 55px;
                    font-size: 14px;
                }
                .kitchen__descript {
                   font-size: 14px;
                }
                .kitchen__title {
                    margin-bottom: 4rem;
                }
                .kitchen__container {
                    margin-top: 3rem;
                }
                .kitchen__list {
                    margin-bottom: 4rem;
                }
                .kitchen__price {
                    margin-top: 1rem;
                }
                .kitchen__item {
                    margin-bottom: 5rem;
                    padding-bottom: 3rem;
                }
                .kitchen__image {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
                .kitchen__image img {
                    width: 54%;
                }
                .b-line2 {
                    border-bottom: 1px solid #c2c0be;
                    margin-bottom: 10px;
                }
            }
@media (max-width: 768px) {
    .b-line {
        border-bottom: none;
    }
    .border-line {
        border-bottom: 1px solid #c2c0be;
    }
    .kitchen__price {
        min-height: 0;
    }
    .kitchen__price-pos {
        margin-top: 0px;
        right: 70px;
        top: 10px;
    }
    .single-new__content p {
        margin-bottom: 0;
    }
    .kitchen__image {
        padding: 10px;
    }
}
@media (max-width: 560px) {
    .new-baner__content {
        width: 80%;
        margin-left: -70px;
    }
}
