.title_block {
    margin-top: 50px;
    margin-bottom: 30px;
    /* max-width: 60vw; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.title_block_content {
    max-width: 990px;
    line-height: 1.2;
    font-size: 18px;
}

.title_block_content p {
    display: inline;
}

.title_block_header {
    font-weight: 500;
    font-size: 60px;
}

.title_block_header .sup {
    vertical-align: super;
}

@media screen and (max-width: 991px) {
    .title_block_content p {
        display: block;
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .title_block_header {
        font-weight: 500;
        font-size: 40px;
        margin-bottom: 10px;
    }
}


.production__item_image {
    display: flex;
    justify-content: center;
}

.production__item_image img {
    max-width: 300px;
}


.mb-20 {
    margin-bottom: 20px !important;
}

.flex-center {
    justify-content: center;
}


.products-wrap {
    margin-top: var(--size-40);
}


.collection-sheffild .btns-wrap {
    min-width: 600px;
}


/*   SATEFY  */
.safety {
    padding: 60px 0;
    background: #fffff;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.safety__title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}

.safety__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
}

.safety__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.safety__icon {
    width: 50px;
    height: 50px;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.safety__icon img {
    width: 38px;
    height: 38px;
}

.safety__item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

@media (max-width: 991px) {
    .safety__grid {
        grid-template-columns: 1fr;
    }

    .safety__item {
        flex-direction: column;
        align-items: center;
    }

    .safety__item p {
        text-align: center;
    }

    .banner-wrap--two .banner {
        flex: 0 0 100%;
        min-height: 492px;
    }

    .banner-wrap--two .banner .image  {
        background-position: center;
    }
}


/*   SATEFY  */


/* PRODUCTION BLOCK */


.production__content {
    background: #f3f3f3;
}

.production__wrapper {
    display: flex;
    gap: 4px;
    min-height: 600px;
    max-height: 980px;
}


.production__image {
    width: 50%;
}



.production__image img {
    width: 100%;
    max-height: 980px;
    object-fit: cover;
}


.production__content {
    width: 50%;
    padding: 60px 50px;
    text-align: center;

    display: flex;
    flex-direction: column;
}

.production__title {
    font-size: 26px;
    margin-bottom: 20px;
}

.production__text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #444;
}

.production__grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    flex: 1;
    height: 100%;
    gap: 20px 40px;
}

.production__item {
    position: relative;
    padding-top: 25px;
    text-align: center;

    max-width: 450px;
    margin: 0 auto;
}

.production__item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

/* Иконка */
.production__item.has_icon::before, .banner-content .text p {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 16px;
    height: 16px;

    background: url('/local/templates/L2025/components/bitrix/news.detail/collection/images/before_text_icon.png') center/contain no-repeat;
}

.production__item--full {
    grid-column: span 2;
    max-width: 500px
}

@media (max-width: 991px) {
    .production__wrapper {
        flex-direction: column;
    }

    .production__image img {
        min-height: 100%;
    }

    .production__image,
    .production__content {
        width: 100%;
    }

    .production__wrapper {
        max-height: 100%;
    }

    .production__content {
        padding: 40px 20px;
        justify-content: center;
    }

    .production__grid {
        flex: unset;
        height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .production__item--full {
        grid-column: span 1;
    }

    .production__item {
        max-width: 100%;
        font-size: 20px;
    }

    .flex_mobile_reverse {
        flex-direction: column-reverse;
    }
}


.production__wrapper, .satefy, .catalog {
    margin-top: var(--size-40);
}

.block-1 .image {
    background-image: url('/local/templates/L2025/components/bitrix/news.detail/collection/images/block_1/img.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {

    .block-1 .banner.banner--full {
        min-height: 462px;
    }

    .collection-sheffild .btns-wrap {
        display: none;
    }

    .block-1 .image {
        background-image: url('/local/templates/L2025/components/bitrix/news.detail/collection/images/block_1/img_mob.png'); /* путь к мобильной картинке */
    }
}
