@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }

    .header__location {
        font-size: 14px;
    }

    .header__search {
        right: 0;
        top: 0px;
    }

    .nav-link {
        font-size: 14px;
    }

    .b-contact {
        height: 400px;
    }

    .b-contact__title {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .b-contact__text {
        font-size: 18px;
    }

    .b-contact__form {
        padding: 41px 30px 31px;
    }

    .b-contact__form_form-check {
        margin-top: 15px;
        font-size: 12px;
    }

    .b-brands__title {
        font-size: 2rem;
    }

    .brand-link > img {
        max-width: 90%;
    }

    .advantage__title {
        font-size: 20px;
        line-height: 1.2;
    }

}

@media (min-width: 992px) {
    .visible-tablet {
        display: none;
    }

    .hidden-tablet {
        display: block;
    }

}

@media (max-width: 991px) {
    .visible-tablet {
        display: block;
    }

    .hidden-tablet {
        display: none;
    }

    .header__location {
        /*display: none;*/
    }

    .header__schedule {
        display: none;
    }

    .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-toggler {
        background: url("/sites/site_1/images/ico-menu.png") no-repeat center center;
        position: absolute;
        top: 10px;
        outline: none !important;
    }

    .navbar-collapse {
        /*position: absolute;*/
        top: 50px;
        padding-left: 15px;
        padding-right: 15px;

    }

    .footer {
        padding-bottom: 40px;
    }

    .footer__menu {
        display: none;
    }

    .footer__contacts {
        margin-left: 0;
        margin-right: 0;
    }

    .categories-toggler {
        position: relative;
    }

    .categories-toggler:after {
        position: absolute;
        right: 0;
        top: 0;
        background: url("/sites/site_1/images/menu_arrow.png");
        width: 33px;
        height: 18px;
        content: '';
    }

    .categories-toggler_close:after {
        transform: rotate(180deg);
    }

    .categories-menu {
        background-color: #fff;
        margin-bottom: 20px;
    }

    .total-found {
        margin-bottom: 40px;
    }

    .catalog-items__row-head {
        display: none;
    }

    .catalog-items > .row {
        padding-bottom: 15px;
    }

    .catalog-items > .row > div:first-child {
        padding-left: 30px;
    }

    .catalog-items > .row > div:nth-child(2) {
        margin-left: 0;
    }

    .catalog-items > .row > div {
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn-go-catalog {
        position: relative;
        right: auto;
    }

    .product-property__name {
        padding-left: 30px;
    }

    .product-property__value {
        padding-left: 15px;
    }

    .b-question-form__col-text {
        justify-content: center;
        margin-bottom: 20px;
    }

    .b-question-form__form-control-last {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .visible-mobile {
        display: none;
    }
}

@media (max-width: 767px) {


    .visible-mobile {
        display: block;
    }

    .hidden-mobile {
        display: none !important;
    }

    body {
        padding-top: 127px;
    }

    .header {
        height: 127px;
    }

    .header__top {
        height: 65px;
    }

    .header__location {
        display: none;
    }

    .header__contacts {
        font-size: 7px;
    }

    .header__contact {
        font-size: 11px;
    }

    .b-contact {
        height: 572px;
    }

    .b-contact__title {
        font-size: 24px;
        margin-bottom: 26px;
    }

    .b-contact__text {
        font-size: 14px;
        margin-left: 13px;
    }

    .b-contact__form {
        margin-top: 46px;
    }

    .b-brands {
        padding: 25px 0;
    }

    .b-brands__title {
        margin-bottom: 25px;
    }


    h2 {
        font-size: 1.5rem !important;
    }

    .b-advantages {
        padding: 30px 0;
    }

    .b-advantages__title {
        margin-bottom: 30px;
    }

    .advantage {
        padding-bottom: 20px;
    }

    .b-feedback {
        margin-bottom: 0px;
        background-color: #991922;
    }

    .b-feedback__col {
        margin-bottom: 30px;
    }

    .b-feedback__row {
        margin-bottom: 0px;
    }

    .b-feedback__form-check {
        margin-top: 15px;
    }

    .b-shop-groups__title {
        margin-bottom: 30px;
    }

    .footer__map {
        margin: 0 auto 30px;
        max-width: 100%;
    }

    .footer__title {
        margin-bottom: 15px;
    }

    .footer__form {
        padding: 27px 30px 19px;
    }

    .b-question-form {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .b-question-form__form-control-first {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .b-question-form__form-control-last {
        margin-left: 0;
        width: 100%;
    }

    .pagination {
        display: none;
    }

    .product-advantage__title {
        font-size: 16px;
    }

    .product-advantage__text {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .form-inline.header__search .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media (max-width: 500px) {
    .header__logo {
        width: 50%;
    }

    .header__logo-link {
        max-width: 100%;
        background-position: 0 center;
    }

    .product-advantage__title {
        font-size: 12px;
        height: 45px;
    }

    .product-advantage__text {
        font-size: 12px;
    }


}
