.product__img {
    max-height: 300px;
}

.pagination-container {
    width: 100%;
}

.paggination__direction.left {
    position: relative;
    top: -6px;
}

.product-description {
    margin-top: 50px;
    width: 65%;
    text-align: justify;
    line-height: 1.5;
}

.popup {
    display: none;
}

.popup.opened {
    display: block;
}

.quality__slider-caps-list-item img {
    width: 70px;
    height: 61px;
    fill: #ffffff;
    margin-bottom: 22px;
}

.offer__list-item img {
    margin-left: 16%;
    height: 50px;
    width: 75px;
    stroke: #f04a23;
    stroke-width: 1;
}

.form___open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 5 !important;
}

.hidden {
    display: none;
}

.about__factoring-text > p strong {
    font-weight: bold !important;
}

.about__factoring-text > p em {
    font-style: italic !important;
}


@media only screen and (max-width: 1240px) {
    .menu__block:first-child {
        width: calc(33% - 24px);
    }

    .menu__block {
        padding-left: 5%;
        width: calc(33% - 24px) ;
    }

    .menu {
        overflow: auto !important;
    }
    .menu__header {
        padding: 10px 0 20px;
    }
    .menu__container{
        position: unset;
    }
    .menu .container {
        padding-left: 45px;
    }

}

/*@media only screen and (max-width: 1000px) {
    .menu {
        overflow: auto !important;
    }
    .menu__header {
        padding: 10px 0 20px;
    }
    .menu__container{
        position: unset;
    }
    .menu .container {
        padding-left: 45px;
    }
}*/

@media only screen and (max-width: 880px) {
    /*.menu__header-logo {
        margin-top: -50px;
    }
*/
    .product-description {
        width: 100%;
    }

    .menu__block:first-child {
        width: calc(33% - 24px);
    }

    .menu__block {
        padding-left: 5%;

        width: calc(33% - 24px) ;
    }

    .video-bg video {
        position: fixed;
        width: 100%;
    }

    .offer__btns > .block-header__btn {
        float: none;
    }

    .product__list {
        margin-bottom: 0;
    }

    .product__list-pager {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .products a.main-btn {
        display: block;
    }
    .products .block-header__btn {
        float: left;
        margin-top: 25px;
        margin-bottom: 15px;
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .video_close_btn {
        right: 50px;
    }
}