/* global image size = 1920x865 */

.global_image_size.week_offer {
    width: 300px;
}



.global_image_size.offer_item * {
    box-sizing: border-box;
}
.global_image_size.offer_item {
    width: 300px;
}
.global_image_size.offer_item .offer_image {
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.global_image_size.offer_item .offer_aside {
    width: 300px;
}



.global_image_size .offer_details .offer_gallery,
.global_image_size .offer_details .gallery_image_item,
.global_image_size .offer_details .gallery_image_item a {
    width: 300px;
    height: 192px;
}
.global_image_size .offer_details .gallery_images {
    width: 300px;
    height: 134px;
}
.global_image_size .offer_details .gallery_image_item a span {
    bottom: 58px;
}
.global_image_size .offer_details .gallery_thumbs a {
    height: 36px;
}
.global_image_size .offer_details .gallery_thumbs .prev,
.global_image_size .offer_details .gallery_thumbs .next {
    top: 12px;
}



.global_image_size.gallery .gallery__thumbnails .gallery_image_item {
    width: 300px;
    height: 168px;
}
.global_image_size.gallery .gallery_slider .gallery_image_item,
.global_image_size.gallery .gallery_slider .gallery_image_item a {
    width: 300px;
    height: 134px;
}
.global_image_size.gallery .gallery_slider .gallery_thumbs a {
    height: 36px;
}
.global_image_size.gallery .gallery_slider .gallery_thumbs .prev,
.global_image_size.gallery .gallery_slider .gallery_thumbs .next {
    top: 12px;
}

@media (min-width: 480px) {
    .global_image_size.week_offer {
        width: 430px;
    }



    .global_image_size.offer_item {
        width: 430px;
        margin: 20px auto;
    }
    .global_image_size.offer_item .offer_image {
        width: 430px;
    }
    .global_image_size.offer_item .offer_aside {
        width: 430px;
    }



    .global_image_size .offer_details .offer_gallery,
    .global_image_size .offer_details .gallery_image_item,
    .global_image_size .offer_details .gallery_image_item a {
        width: 450px;
        height: 262px;
    }
    .global_image_size .offer_details .gallery_images {
        width: 450px;
        height: 202px;
    }


    .global_image_size.gallery .gallery__list {
        width: 450px;
    }
    .global_image_size.gallery .gallery__thumbnails .gallery_image_item {
        width: 450px;
        height: 236px;
    }
    .global_image_size.gallery .gallery_slider .gallery_image_item,
    .global_image_size.gallery .gallery_slider .gallery_image_item a {
        width: 450px;
        height: 202px;
    }
}

@media (min-width: 768px) {
    .global_image_size.week_offer {
        width: 350px;
    }


    .global_image_size .offer_details .gallery_images {
        height: 254px;
    }
    .global_image_size .offer_details .gallery_image_item a span {
        bottom: 8px;
    }

    .global_image_size.gallery .gallery__list {
        width: 700px;
    }
    .global_image_size.gallery .gallery__thumbnails .gallery_image_item {
        width: 700px;
        height: 350px;
    }
    .global_image_size.gallery .gallery_slider .gallery_image_item,
    .global_image_size.gallery .gallery_slider .gallery_image_item a {
        width: 700px;
        height: 314px;
    }
}

@media (min-width: 990px) {
    .global_image_size.week_offer {
        width: 430px;
    }



    .global_image_size.offer_item {
        width: 630px;
        height: 170px;
    }
    .global_image_size.offer_item .offer_image {
        width: 300px;
    }
    .global_image_size.offer_item .offer_aside {
        width: 330px;
        padding: 15px 20px 10px 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .global_image_size.offer_item .offer_descr {
        padding: 6px 0;
        margin: 6px 0;
    }



    .global_image_size .offer_details .gallery_thumbs a {
        height: 36px;
        width: 80px;
        margin: 0 5px;
    }
    .global_image_size .offer_details .gallery_image_item a span {
        width: 330px;
        padding: 5px 10px;
    }
    .global_image_size .offer_details .gallery_thumbs .prev,
    .global_image_size .offer_details .gallery_thumbs .next {
        width: 15px;
    }


    .global_image_size.gallery .gallery__list {
        width: 950px;
    }
    .global_image_size.gallery .gallery__thumbnails .gallery_image_item {
        width: 49%;
        height: 236px;
    }
    .global_image_size.gallery .gallery_slider .gallery_image_item,
    .global_image_size.gallery .gallery_slider .gallery_image_item a {
        width: 950px;
        height: 426px;
    }
    .global_image_size.gallery .gallery_slider .gallery_thumbs a {
        height: 36px;
        width: 80px;
        margin: 0 5px;
    }

    .global_image_size.gallery .gallery_slider .gallery_thumbs .prev,
    .global_image_size.gallery .gallery_slider .gallery_thumbs .next {
        width: 15px;
    }
}