@media (min-width: 992px) and (max-width: 1200px) {

    header .contact .text,
    footer .contact-us .text {
        display: none;
    }

    .fixable-header.fixed .eshop-header .text-nowrap .flex-center,
    .fixable-header.fixed .eshop-header .text-nowrap .hours {
        display: block;
    }

    .fixable-header.fixed #cart-module .amounts {
        min-width: 80px;
    }

    .fixable-header.fixed .eshop-header .contact {
        width: 300px;
    }

    .fixable-header.fixed #cart-module .freeShipping {
        display: none;
    }

    .site-block.navigation .level-0 > a, .site-block.navigation .menuList a,
    ul.nav .level-0 > a, .site-block.navigation .menuList ul a {
        color: white;
        padding: 3px 5px;
        text-align: center;
        text-decoration: none;
        height: 56px;
        white-space: normal;
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }

    .nav-box-categories, .nav-box-article {
        max-width: 100%;
        min-width: 0;
        width: auto;
    }

    .site-block.questions .more a {
        text-align: center;
    }

    .news .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }

    .news-content .description, #news-search .description {
        height: auto;
    }

    .site-block.about-us .container {
        padding-bottom: 50px;
    }

    .fb_iframe_widget_fluid {
        display: block !important;
        width: 100% !important;
        text-align: center;
    }

    #left-block, #right-block, .search-block .right.side {
        width: 240px;
        min-width: 240px;
    }

    #content-block, #category-block {
        max-width: calc(100% - 240px);
    }

    .page-content iframe {
        max-width: 100%;
    }

    .product-images {
        max-width: 500px;
    }

    .product-sections-nav nav ul li, .extra-info > * {
        height: auto;
    }

    .product-sections-nav nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-sections-nav nav ul li a {
        font-size: 13px;
    }

    .product-sections-nav nav ul li a i {
        display: none;
    }

    .product-sections-nav .product-info {
        padding-left: 20px;
    }

    .personal-contact .contact-description, .personal-contact .contact-options {
        font-size: 80%;
        padding: 0 10px;
    }

    .in-category > * {
        padding: 20px;
    }

    #left-block.filter {
        margin-right: 20px;
    }

    .product-detail .valuables {
        padding-bottom: 0;
    }

    .product-detail .inp.cart .in-cart {
        line-height: 14px;
    }

    .prices {
        padding-right: 20px;
    }

    #order-payship-selection .cell.price,
    .prices {
    }

    #order-payship-selection .cell.icon {
        width: 150px;
    }

    #order-payship-selection .cell.icon img {
        max-width: 130px;
    }

    .product-detail .number-input input {
        width: 60px;
    }
}

@media (max-width: 1200px) {

    .my-slider .slides .slide a {
        display: block;
    }

    .my-slider .slides .slide a img {
        max-width: 100%;
    }

    .my-slider .slides .slide img {
        max-width: 100%;
    }

    .site-block.valuables .row {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .valuables .row:first-of-type > *,
    .valuables.overflow-to-right > * {
        width: 49%;
    }

    .valuables .table {
        margin-bottom: 20px;
    }

    .faq .wrap {
        padding: 30px 20px;
    }

    #playicon {display: none;}

    body.language-15 .site-block.about-us picture,
    body.language-13 .site-block.about-us picture,
    body.language-9 .site-block.about-us picture{
        display: none;
    }
}