.block_product_warp {
    margin: 50px 0 20px 0;
}

.block_product_warp .layout {
    width: min(1500px, calc(100% - 40px));
    margin: 0 auto;
}

.block_product_warp .block_hd {
    position: relative;
    text-align: center;
}

.block_product_warp .block_title {
    position: relative;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 44px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

.block_product_warp .block_title .item_ico {
    width: 115px;
    margin: 0 15px;
    display: inline-block;
}

.block_product_warp .block_text {
    font-size: 16px;
    margin-top: 8px;
    color: #000;
}

.block_product_warp img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

.block_product_nav,
.block_product_swiper,
.block_product_slide .item_swiper {
    overflow: hidden;
}

.block_product_nav {
    margin: 30px 0 50px;
    border-bottom: 1px solid #d0d0cf;
}

.block_product_warp .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    transition-property: transform;
}

.block_product_warp .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition-property: transform;
}

.block_product_warp li {
    list-style: none;
}

.block_product_item {
    font-size: 16px;
    padding: 30px 0;
    color: #666;
    text-align: center;
    height: auto;
    cursor: pointer;
    font-family: 'Montserrat_SemiBold', Arial, Helvetica, sans-serif;
}

.block_product_item:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eb7619;
    transition: width .35s ease;
}

.block_product_item.swiper-slide-thumb-active {
    color: #eb7619;
}

.block_product_item.swiper-slide-thumb-active:before {
    width: 100%;
}

.block_product_warp .d_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block_product_warp .align_items_center {
    align-items: center;
}

.block_product_slide {
    flex-direction: row-reverse;
}

.block_product_slide .item_img {
    width: 56%;
    position: relative;
}

.block_product_slide .item_slide {
    width: 40%;
    padding: 10px 0;
    display: block;
    position: relative;
    text-decoration: none;
}

.block_product_slide .item_swiper a {
    display: block;
    position: relative;
    overflow: hidden;
}

.block_product_slide .item_swiper a img {
    width: 100%;
    display: block;
    transition: transform .35s ease;
}

.block_product_slide .item_swiper a:hover img {
    transform: scale(1.06);
}

.block_product_slide .item_slide h3 {
    font-size: 38px;
    color: #000;
    font-weight: normal;
    line-height: 1.2;
}

.block_product_slide .item_slide h4 {
    font-size: 36px;
    margin: 10px 0 20px;
    color: #eb7619;
    font-weight: normal;
    line-height: 1.2;
}

.block_product_slide .item_slide p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.block_product_slide .item_img .swiper-pagination {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.block_product_slide .item_img .swiper-pagination {
    display: none !important;
}

.block_product_slide .item_img .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #717171;
    opacity: 1;
    cursor: pointer;
}

.block_product_slide .item_img .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb7619;
    border-color: #eb7619;
}

@media screen and (max-width: 1366px) {
    .block_product_item {
        padding: 20px 0;
    }

    .block_product_slide .item_slide h3,
    .block_product_warp .block_title {
        font-size: 30px;
    }

    .block_product_slide .item_slide h4 {
        font-size: 28px;
    }
}

@media screen and (max-width: 950px) {
    .block_product_warp {
        margin: 60px 0;
    }

    .block_product_warp .block_title {
        font-size: 24px;
    }

    .block_product_warp .block_title .item_ico {
        width: 60px;
        margin: 0 10px;
    }

    .block_product_item {
        padding: 12px 0;
        font-size: 14px;
    }

    .block_product_warp .block_text,
    .block_product_slide .item_slide p {
        font-size: 12px;
    }

    .block_product_slide .item_slide h3 {
        font-size: 20px;
    }

    .block_product_slide .item_slide h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .block_product_warp .layout {
        width: min(100% - 24px, 1200px);
    }

    .block_product_warp .block_title {
        font-size: 20px;
    }

    .block_product_nav {
        margin-bottom: 28px;
    }

    .block_product_slide .item_img,
    .block_product_slide .item_slide {
        width: 100%;
    }

    .block_product_slide .item_slide {
        margin-top: 22px;
    }
}
