body div.maxwidth-theme.main-filter-block {
    max-width: 1900px;
}

.main-news {
    max-width: 320px;
}

.block-news {
    margin-bottom: 30px;
}

.block-news > div > img {
    width: 100%;
}

.block-news .section-name {
    margin-bottom: 20px;
    font-size: 21px;
    color: #222;
    padding-top: 30px;
}

.block-news .text-news {
    padding: 10%;
    background-color: #f9f9f9;
}

.block-news .text-news > div:first-child {
    font-size: 19px;
    font-weight: 700;
    color: #1d2029;
    margin-bottom: 20px;
}

.block-news .short-text {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.block-news .read-more {
    border: 1px solid #cc9966;
}

.block-news .read-more a button {
    color: #cc9966;
    padding: 10px 20px;
    background: transparent;
    width: 100%;
    border: 0;
    font-size: 16px;
}

.inner-wrap .cont {
    height: auto !important;
}

.inner-wrap .cont .status-icon.nostock {
    height: auto;
}

div.company-front > div:first-child {
    padding-bottom: 20px;
}

div.company-front.flexbox > div:first-child {
    width: 100%;
}

div.company-front.flexbox div.hidden-xs.hidden-sm {
    display: none !important;
}

@media (min-width: 1501px) {
    .main-page-slider-container {
        width: 66.66666666666667% !important;
    }

    .index-smfilter {
        width: 16.666666666666664% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 1500px) {
    .main-news-container {
        width: 100%;
    }

    .company-block {
        width: 100% !important;
    }

    .main-news-container .main-news {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-around;
        width: 100%;
        max-width: 100%;
    }

    .main-news-container .main-news .block-news {
        width: 30%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 15% 40% 35% 10%;
    }

    .block-news .section-name {
        margin-bottom: 0;
        padding-bottom: 20px;
        background-color: #fff;
        font-size: medium;
    }

    .block-news {
        background-color: #f9f9f9;
        margin: 5px;
    }
    .block-news .text-news > div {
        margin: 5px;
    }
}

@media (max-width: 991px) {
    .main-news-container .main-news .block-news {
        width: 30%;
        margin-right: 5px;
    }

    .main-news-container .main-news {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block-news {
        margin: 5px;
    }
}

@media (max-width: 768px) {
    .main-news-container .main-news .block-news {
        width: 330px;
    }
    .block-news {
        margin: 5px;
    }
}