@media screen and (max-width: 1600px) {
    .main_nav li a {
        font-size:20px;
        margin-bottom: 10px;
    }
    .about_us_elem_2 {
        bottom: -5px;
        left: 4%;
    }
}


@media screen and (max-width: 768px) {
    .logo img {
        width: 250px;
        margin-bottom: 15px;
    }
    .main_nav {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px;
    }
    .main_nav li a {
        font-size:18px;
        margin-bottom: 10px;
    }
    .main_banner {
        height: 490px;
    }
    .about_us_text  {
        font-size:22px;
    }
    .about_us_wrapper {
        background: url(/img/about_us_bg.png) no-repeat -10%/cover, #FFE7F1;
    }
    .about_us_elem_1,.about_us_elem_2 {
        width: 100px;
    }
    .main_stories_text_inner {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 18px;
        line-height: 1.5;
    }
    .main_stories_wrapper {
        background: url(/img/main_stories_bg.png) no-repeat 149%/cover, #fff;
    }
    .choose_block {
        font-size:18px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .feature_block .img_wrap {
        text-align: center;
        margin-bottom: 5px;
    }
    .feature_block {
        margin-bottom: 55px;
    }
    .photoset_form {
        padding-left: 20px;
        padding-right: 20px;
    }
    .phorder_right {
        border-radius:0px
    }
    .order_elem_1, .order_elem_2 {
        width: 100px;
    }
    .order_elem_2 {
        left: -29px;
        top: 94px;
    }
    .order_elem_1 {
        bottom: -33px;
        right: 1px;
    }
    .contacts_text {
        max-width: 100%;
    }
    .photoset_form_title {
        font-size:32px;
    }

    .contacts_elem_2 {
        width: 50px;
        left: -21px;
        top: 18px;
    }
    .contacts_elem_1 {
        width: 50px;
        transform: rotate(180deg);
        right: -20px;
        bottom: 45px;
    }
    .cart_holder {
        position: fixed;
        top:auto;
        right: 10px;
        bottom:50px;
        z-index: 11;

    }
    .group_top_text {
        padding: 10px;
    }
}