@media screen and (max-width: 400px) {
    h2.big_phone {
        font-size: 1.1em;
    }
}
@media screen and (max-width: 1024px) {
    .catalog .caption h3 {
        font-size: 1.625em;
    }
}
@media screen and (max-width: 768px) {
    .slick-list {
        margin-right: 0 !important;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .slick-dotted.slick-slider {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .slick-initialized .slick-slide {
        padding: 20px 0 !important;
    }

    h2 {
        font-size: 1.5875em;
    }

    h3 {
        font-size: 1.375em;
    }

    .catalog .caption h3 {
        font-size: 1em;
    }

    .feedback-form section h2 {
        margin: inherit;
    }

    .site-product .btn-block-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .catalog .catalog-xs-block {
        padding: 5px;
    }

    .instagram .instagram-xs-block {
        padding: 5px;
    }

    /*.modal-content .modal-body svg {*/
    /*    -moz-transform: scale(1.5);*/
    /*    -ms-transform: scale(1.5);*/
    /*    -webkit-transform: scale(1.5);*/
    /*    transform: scale(1.5);*/
    /*}*/
}

@media screen and (max-width: 991px) {
    .video_block {
        margin: 20px auto 0;
        width: 100%;
    }

    .sidebar .nav i, .off-canvas-sidebar .nav i {
        color: #FFF !important;
    }

    .category-sidebar .category-item {
        display: none;
    }

    .category-sidebar .category-item.selected {
        display: block;
    }

    .category-btn {
        cursor: pointer;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        background: transparent;
    }

    .category-btn > div:hover {
        background: #fff;
    }

    .shops .pagination > li > a, .shops .pagination > li > span {
        color: #5f7800;
        padding: 10px 12px;
    }
}