@media (min-width: 320px) {

    .page-shop__banner {
        margin-top: 25px;
    }

    .page-shop__gallery {
        display: flex;
        flex-direction: row;

        flex-wrap: wrap;
        justify-content: space-around;
    }

    .page-shop__gallery-item {
        width: 90%;
        height: 293px;
        margin-bottom: 15px;

        border: 5px solid #fff;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .page-shop__logo-img {
        width: 280px;
        height: 100px;
        margin: 20px auto 0 auto;

        border-radius: 40px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 190px;
    }

    .page-shop .off-screen-nav__container {
        background-color: transparent;
    }

    .page-shop {
        background-image: url('/assets/website/images/page-shop/background_final.png');
        background-position: center;
    }
    
    .page-shop__contacts-description {
        margin-bottom: 40px;

        color: #000;
    }

    .page-shop__main-image {
        width: 90%;
        height: 240px;
        margin: 60px auto 0 auto;

        background-color: #fff;
        background-image: url('/assets/website/images/page-shop/main_final.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .page-shop__contacts-title {
        height: 75px;
        margin-top: 25px;

        background-image: url('/assets/website/images/page-shop/welcome.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .page-shop__contacts-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .page-shop__main {
        position: relative;
    }
}

@media (min-width: 768px) {
    .hero__page-shop_left-one,
    .hero__page-shop_left-second,
    .hero__page-shop_right-one,
    .hero__page-shop_right-second {
        position: absolute;
    }

    .hero__page-shop_left-one {
        top: 120px;
        left: -180px;

        width: 251px;
        height: 235px;

        background-image: url('/assets/website/images/page-shop/1.png');
        background-size: 251px 235px;
    }

    .hero__page-shop_left-second {
        top: 430px;
        left: -80px;

        width: 123px;
        height: 154px;

        background-image: url('/assets/website/images/page-shop/2.png');
        background-size: 123px 154px;
    }

    .hero__page-shop_right-one {
        top: 160px;
        right: -110px;

        width: 197px;
        height: 319px;

        background-image: url('/assets/website/images/page-shop/3.png');
        background-size: 197px 319px;
    }

    .hero__page-shop_right-second {
        top: 520px;
        right: -110px;

        width: 175px;
        height: 199px;

        background-image: url('/assets/website/images/page-shop/4.png');
        background-size: 175px 199px;
    }

    .page-shop .off-screen-nav__container {
        overflow-x: visible;
    }

    .page-shop__logo-img {
        width: 355px;
        margin: 40px auto 0 auto;

        background-size: 271px 83px;
    }

    .page-shop__contacts-wrapper {
        width: 690px;
    }

    .page-shop__main-image {
        width: 690px;
        height: 462px;

        background-size: 690px 462px;
    }

    .page-shop__gallery-item {
        width: 440px;
        margin-bottom: 30px;
    }
}