@media screen and (max-width: 1599px) {}

@media screen and (max-width: 1366px) {
    .footer-right {width: 270px; margin-right: 50px;}
    .footer-left {width: calc(100% - 320px);}
    .footer-col {min-width: 0; padding-right: 60px;}
    .search input[type='text'] {width: 310px;}
    .prod-photo {width: 300px;}
    .prod-content {
        margin-left: 350px;
    }
}

@media screen and (max-width: 1279px){
    .prod-content {margin: 30px 0 0 0;}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    /* .prod-photo {width: 350px;}
    .prod-content {margin-left: 410px;} */
    .prod-photo {float: none; width: auto;}
    .site-menu-item .cart-block span, .site-menu-item .e-icon-compare span:first-child {font-size: 0;}
    .logo {width: 145px;}
    .search {margin-right: 0;}
    .search input[type='text'] {width: 290px;}
    .site-menu {margin-top: 8px;}
    .intro-block {padding: 5px;}
    .parent-cats .grid-item {
        width: 33.3333333%;
        flex-basis: 33.3333333%;
        max-width: 33.3333333%;
    }
    .category .parent-cats .grid-item {width: 50%; flex-basis: 50%; max-width: 50%;}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .site-menu-item .cart-block span, .site-menu-item .e-icon-compare span:first-child {font-size: 0;}
    .search {
        position: absolute;
        margin: 10px 0 0 0;
        width: 700px;
        left: 0; top: 100%; margin-top: 10px;
    }

    .header-main {
        padding-bottom: 60px;
    }

    .header-main .wrap {position: relative;}

    .search input[type='text'] {
        width: 100%;
    }

    .intro-block {padding: 3px;}

    .category-item-buttons .btn-primary {padding-left: 14px; padding-right: 14px;}
    .prod-photo {width: auto;}
    .parent-cats .grid-item {
        width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .category .parent-cats .grid-item {width: 50%; flex-basis: 50%; max-width: 50%;}
}

@media screen and (max-width: 1023px) {
    header .top-messengers {display: inline-flex; align-items: center;}
    header .btn-callback {margin-right: 20px;}
    header .social-links a {margin-top: 0;}
    .footer-col {padding-right: 30px;}
    .footer-left, .footer-right {width: auto; margin-right: 0;}
    .footer-rek, .e-link {float: none;}
    .top-menu {
        float: none;
        text-align: center;
    }

    .header-top-right {
        float: none;
        text-align: center;
    }
    .top-menu li:last-child {margin-right: 0;}
    .subcat-item {font-size: 14px;}
    .homecat-item-title {font-size: 16px; left: 10px; bottom: 10px; max-width: 200px;}
}
@media screen and (max-width: 767px) {
    .docs td {display: block;}
    .gallery-table td {display: block; margin-bottom: 20px;}
    .homecat-item-title {max-width: none;}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {
    .footer-left, .footer-right {width: auto; margin-right: 0;}
    .footer-col {display: block; margin-bottom: 15px; padding-right: 0;}
    .homecats-grid .homecat-item {width: 50%;}
    .homecat-item-inner {padding-bottom: 50%;}
}
@media screen and (max-width: 479px) {
    .homecats-grid .homecat-item {width: 100%;}
}
