@media (max-width: 1400px) {
    .header__burger {
        display: flex;
    }

    .header__menu {
        display: none;
    }

    .fixed-header__burger {
        display: flex;
    }

    .fixed-header__menu {
        display: none;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 960px;
    }

    .advert__wrapper {
        flex-direction: column;
    }

    .advert__image {
        width: 100%;
    }

    .advert__content {
        width: 100%;
        gap: 15px;
    }

    .catalog__sidebar {
        display: none;
    }

    .catalog__content {
        width: 100%;
    }

    .product {
        width: calc(50% - 15px);
    }

    .catalog__subcategory a {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.3;
        padding: 6px 12px;
    }
}

@media (max-width: 1024px) { 
    .contacts__wrapper {
        flex-direction: column;
    }

    .contacts__content {
        width: 100%;
    }

    .contacts__form {
        width: 100%;
    }

    .equip-props__table tr td {
        font-size: 12px;
        padding: 6px 14px;
    }

    .equip-detail__wrapper {
        flex-direction: column;
    }

    .equip-detail__gallery {
        width: 100%;
    }

    .equip-detail__content {
        width: 100%;
    }

    .equip-detail__gallery__image {
        height: 280px;
    }

    .product {
        width: 100%;
    }

    .page-title h1 {
        font-size: 32px;
    }

    .footer__row {
        flex-direction: column;
    }

    .footer__col {
        width: 100%;
    }

    .footer__bottom__inner {
        font-size: 10px;
    }

    :root {
        --section-mb: 60px;
    }

    .equip-category {
        padding: 60px 0;
    }

    .block-title span {
        font-size: 32px;
    }

    .about__item {
        flex-direction: column !important;
    }

    .about__gallery {
        width: 100%;
    }

    .about__content {
        width: 100%;
    }

    .equip-category__item {
        width: calc(50% - 15px) !important;
    }

    .parts-category__item {
        width: calc(50% - 15px) !important;
    }

    .container {
        width: 640px;
    }

    .header__btn {
        display: none;
    }

    .header__logo p {
        display: none;
    }

    .header__phone, 
    .header__phone * {
        font-size: 14px;
    }

    .header__mail, 
    .header__mail * {
        font-size: 12px;
    }

    .header__contacts:after {
        width: 24px;
        height: 24px;
    }

    .header__burger {
        width: 30px;
        height: 30px;
    }

    .header__logo img {
        width: 50px;
    }

    .header__wrapper {
        padding: 10px;
    }

    .fixed-header__btn {
        display: none;
    }

    .fixed-header__logo p {
        display: none;
    }

    .fixed-header__phone, 
    .fixed-header__phone * {
        font-size: 14px;
    }

    .fixed-header__mail, 
    .fixed-header__mail * {
        font-size: 12px;
    }

    .fixed-header__contacts:after {
        width: 24px;
        height: 24px;
    }

    .fixed-header__burger {
        width: 30px;
        height: 30px;
    }

    .fixed-header__logo img {
        width: 50px;
    }

    .fixed-header__wrapper {
        padding: 10px;
    }

    .advantages__item {
        width: calc(50% - 40px);
    }

    .about-company__wrapper {
        flex-direction: column;
    }

    .about-company__image {
        width: 100%;
    }

    .about-company__content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .equip-detail__btn {
        font-size: 10px;
        padding: 8px 10px;
        width: auto;
    }

    .modal__item.active {
        padding: 40px 15px;
        width: 330px;
    }

    .form-row {
        flex-direction: column;
    }

    .form-row .field {
        width: 100%;
    }

    .advert__title {
        font-size: 24px;
    }

    .advert__subtitle {
        font-size: 12px;
    }

    .advantages__item {
        width: 100%;
        padding: 25px 20px 25px 40px;
    }

    .advantages__digit {
        font-size: 50px;
        left: -30px;
    }

    .advantages__wrapper {
        padding: 0 0 0 30px;
    }

    .fixed-header__translate {
        display: none;
    }

    .equip-category__item {
        width: 100% !important;
    }

    .parts-category__item {
        width: 100% !important;
    }

    .container {
        width: 400px;
    }

    .header__translate {
        display: none;
    }

    .banner__title, 
    .banner__title * {
        font-size: 40px;
    }

    .banner__subtitle, 
    .banner__subtitle * {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }

    .banner__title, 
    .banner__title * {
        font-size: 28px;
    }

    .banner__subtitle, 
    .banner__subtitle * {
        font-size: 18px;
    }
}