@media only screen and (min-width: 992px) {
    .lpMenu__link {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .header__logo {
        justify-content: space-between;
    }

    .mainBanner {
        background-image: none;
        background: #eff0ed; /* Old browsers */
        background: -moz-linear-gradient(top,  #eff0ed 0%, #b4a897 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #eff0ed 0%,#b4a897 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #eff0ed 0%,#b4a897 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0ed', endColorstr='#b4a897',GradientType=0 ); /* IE6-9 */
    }

    .mainAbout {
        padding: 40px 0;
    }

    .lpFires__col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .lpObjects__product {
        margin-top: 20px;
        -webkit-box-shadow: 0 6px 21px rgba(144, 46, 46, .22);
        box-shadow: 0 6px 21px rgba(144, 46, 46, .22);
    }

    .lpObjects__product-body {
        margin-top: 10px;
        border-right: none;
        text-align: center;
    }

    .lpObjects__product-detailBtn {
        margin: 0 auto;
    }

    .lpObjects__product-extra {
        margin-top: 20px;
        text-align: center;
    }

    .lpObjects__product-sert {
        justify-content: center;
    }

    .lpObjects__product-sert-download {
        margin: 0 0 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .mainAbout {
        padding: 20px 0;
    }

    .lpFires {
        font-size: 14px;
    }

    .lpFires__item-name {
        font-size: 4rem;
    }

    .lpFires__col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .lpObjects__section-img {
        margin-top: 10px;
    }

    .lpObjects__section-desc {
        order: 2;
        margin-top: 20px;
    }

    .footer__contacts {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .mainBanner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mainBanner__text1 span {
        font-size: 22px!important;
    }

    .mainBanner__text2 span {
        font-size: 54px!important;
    }

    .mainBanner__text3 span {
        font-size: 28px!important;
    }

    .contacts {
        flex-direction: column;
    }

    .contacts__email {
        margin-left: 0;
        padding-left: 0;
        margin-top: 10px;
        padding-top: 10px;
    }

    .contacts__email:before {
        width: 100%;
        height: 3px;
    }
}