@media screen and (min-width:992px) and (max-width:1199px) {
    .module_advantages .item_container {
        width: 50%
    }
    .module_advantages .item_container:nth-child(1),.module_advantages .item_container:nth-child(2) {
        margin-bottom: 30px
    }
    .module_products_grid .products_grid {
        grid-template-columns: repeat(3,minmax(100px,1fr))
    }
}
@media screen and (min-width:1201px) and (max-width:1299px) {
    .module_advantages .item_container {
        width: 50%
    }
    .module_advantages .item_container:nth-child(1),.module_advantages .item_container:nth-child(2) {
        margin-bottom: 30px
    }
}
@media screen and (min-width:1300px) {
    .module_advantages .item_container .item {
        height: 100%
    }
}
@media screen and (max-width:991px) {
    .module_products_grid .products_grid {
        grid-template-columns: repeat(2,minmax(100px,1fr))
    }
    .module_advantages .item_container:nth-child(1),.module_advantages .item_container:nth-child(2) {
        margin-bottom: 30px
    }
    .module_advantages .item_container .item {
        height: 100%
    }
}
@media screen and (max-width:767px) {
    #main_slideshow .slick-dots {
        margin-top: 17px
    }
    .module_advantages {
        margin-top: 22px
    }
    .module_advantages .row .item_container {
        margin-bottom: 0;
        margin-top: 17px
    }
    .module_advantages .row .item_container:first-child {
        margin-top: 0
    }
    .module_advantages .row .item_container .item {
        height: 100%;
        min-height: 73px
    }
    .module_products_grid .products_grid {
        grid-column-gap: 4px;
        grid-row-gap: 4px
    }
    #main_slideshow:not(.slick-slider) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 117px;
        overflow: hidden
    }
    .module_advantages_big_screen {
        display: none!important
    }
    .module_advantages_small_screen {
        display: block!important
    }
}
@media screen and (max-width:400px) {
    .module_advantages .row .item_container .item {
        min-height: 93px
    }
}
/*# sourceMappingURL=homepage_media.css.map */
