@media (max-width:1024px) {
    .main-menu__item:not(:last-of-type) {
        margin-right: 25px;
    }

    .main-menu__item .main-menu__link {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .hamburger {
        left: 700px;
    }

    .page-header__logo img {
        height: 50px;
    }

    .page-header__logo {
        margin-left: 0;
    }

    .hide-desktop {
        display: block;
    }

    .hide-mob {
        display: none;
    }

    .page-header_3.page-header--fixed .hamburger-inner,
    .page-header_3.page-header--fixed .hamburger-inner::after,
    .page-header_3.page-header--fixed .hamburger-inner::before {
        background-color: #333;
    }

    .hero-block__title {
        color: #fff;
        font-size: 30px;
        margin: 0;
        text-align: center !important;
    }

    .ml-25 {
        margin-left: 25px;
    }

    #mission_vision .icon-item {
        background: #fff;
        padding: 40px;
        box-shadow: 1px 2px 3px #ddd;
        max-height: 330px;
        transition: all .3s ease;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .page-header__logo {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .contacts .bottom-20 {
        margin-bottom: 0;
    }

    .contacts .ml-25 {
        margin-left: 0;
    }

    .filter-panel__item {
        width: 40%;
        float: left;
        margin: 10px 0;
    }

    .tabs .r-tabs-accordion-title {
        text-align: left;
        margin: 10px 0;
    }

    .vertical-tabs .r-tabs-anchor,
    .vertical-tabs__header a {
        text-align: left;
        justify-content: left;
        padding: 10px;
        background: #f2f2f2;
        border: 1px solid #ddd;
        color: #232323;
    }

    .vertical-tabs .r-tabs-state-active a {
        color: #fff;
        background: #ed3237;
    }

    section.section {
        padding: 50px 0;
    }

    .table--dgray .table__cell:first-of-type {
        padding-left: 15px;
    }

    .product-list .vertical-tabs__content {
        width: 100%;
        border: none;
    }

    .hero-block .align-container {
        padding: 100px 0 40px 0;
    }

    .hamburger {
        left: 300px;
    }

    .page-header__logo img {
        height: 50px;
    }

    .page-header__logo {
        margin-left: -40px;
    }

    .screen__back {
        color: #232323;
    }

    header .col-8.col-md-6.col-lg-2.d-flex.align-items-center {
        flex: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .hamburger {
        left: unset !important;
        right: 0 !important;
    }

    .page-header__logo {
        margin-left: 0;
    }
}

@media (max-width: 425px) {
    .d-none {
        display: none;
    }

    .offset-50 {
        margin-bottom: 0px !important;
    }

    .counter__count {
        font-size: 50px;
    }

    .m-0 {
        margin: 0 auto;
    }

    .page-footer {
        font-size: 12px;
        padding: 17px 0 11px 0;
    }

    .popular-tags span a {
        padding: 6px 10px;
        font-size: 8px;
        border-radius: 40px;
    }
    .page-footer__details p strong {
        width: 85px;
    }
}