@media(max-width: 1260px) {
    .product-card {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product-gallery {
        max-width: 100%;
    }
    .product-info {
        max-width: 46%;
    }
    .product-prices {
        max-width: 46%;
    }        
    .hero_bg img {
        max-width: 500px;
    }
    .photos .row .photos_item .inside_item,
    .photos .row .photos_item .inside_item img {
        width: 100%;
    }
    .photos .row .photos_item {
        flex-direction: column;
    }
    .photos .row .photos_item2 {
        flex-direction: row;
    }

    
    .photos .row .photos_item .inside_item,
    .photos .row .photos_item.photos_item2 {
        max-width: 620px;
    }
    .photos .row .photos_item .inside_item img {
        margin-bottom: 10px;
    }

}
@media(max-width: 1024px) {

    body {
        padding-top: 80px;
    }

    .related-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero_bg {
        display: none;
    }
    .photos .row .photos_item {
        flex-direction: column;
    }
    .inside_item.second_item a, .photos_item.photos_item2 a {
        width: 100%;
        max-width: 100%;
        display: flex;
    }
    .photos .row .photos_item .inside_item {
        width: 100%;
        margin-bottom: 0;
    }
    .photos .row .photos_item .inside_item a {
        width: 100%;
    }
    .photos_item.photos_item2 a img {
        width: 100%;
    }
    .photos .row .photos_item,
    .photos .row .photos_item .second_item {
        gap:10px;
    }

    .bg-404 {
        display: none;
    }

    .photos_item.photos_item2 a img,
    .photos .row .photos_item .inside_item.second_item img {
        max-width: 100%;
        height: auto;
    }
    .photos .row .photos_item .inside_item img {
        margin-bottom: 0;
    }
    .photos .row .photos_item .inside_item img {
        height: auto;
    }
    .photos .row .photos_item  img{
        aspect-ratio: 16 / 9;
    }
}
@media(max-width: 768px) {

    body {
        padding-top: 64px;
    }

    .product-gallery_thumbs {
        display: none;
    }

    .product-info {
        max-width: 100%;
    }
    .product-prices {
        max-width: 100%;
    }
    

    .content-404__title {
        font-size: 30px;
        line-height: 40px;
    }
    .bg-404 {
        display: none;
    }
    .breadcrumb li {
        font-size: 10px;
    }
    .subection_products .product_item .item_actions .direction {
        display: none;
    }
    .component_item .plus_and_minus .item .inside_item .word, .stages .row .stages_item .item_descrition {
        font-size: 14px;
        line-height: 16px;
    }
}

@media(max-width: 400px) {
    .product-info__banner {
        align-items: center;
    }
    .product-info__banner-buttons {
        flex-wrap: wrap;
        
    }
    .product-info__banner-buttons__item {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .product-prices__title {
        text-align: center;
    }

}

@media (max-width: 1260px) {
    .subection_products .product_item {
        width: 100%;
        max-width: 300px;
        position: relative;
    }
}
