/* header style block  */

@media (max-width: 1169px) {
    .header__button_menu {
        display: block;
    }
    .header {
        padding: 10px;
        justify-content: space-between;
    }
    .header__box {
        width: auto;
        order: -1;
    }
    .header__button_menu {
        width: 30px;
        height: 30px;
    }
    .header__button_menu img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1170px) {
    .header__button_menu {
        display: none;
    }
}

/* ******  */


/* pages style  */

@media (max-width: 1169px) {
    .container {
        padding: 10px;
    }
    .container_content {
        margin-top: 40px;
    }
    .main__content_title {
        font-size: 28px;
    }
    .main__content_link {
        font-size: 20px;
    }
    .text__box {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }
    .services__box {
        flex-direction: column;
    }
    .services__box_reverse {
        flex-direction: column;
    }
    .img__box_position {
        display: none;
    }
    .title_reverse {
        text-align: left;
    }
    .item__text_reverse {
        text-align: left;
    }
    .contacts__box {
        flex-direction: column;
        gap: 20px;
    }
    .contacts__box_item_social {
        margin-left: 0;
    }
    .item__text {
        font-size: 16px;
    }
    .servicesImg__box_item:nth-child(1) {
        margin-top: 60px;
    }
    .servicesImg__box_item:nth-child(2) {
        margin-top: 60px;
    }
    .servicesImg__box_item:nth-child(3) {
        margin-top: 60px;
    }
    .servicesImg__box_item:nth-child(4) {
        margin-top: 60px;
    }
    .servicesImg__box_item:nth-child(5) {
        margin-top: 60px;
    }
    .servicesImg__box_item_title {
        text-align: center;
        font-size: 19px;
    }
    .servicesImg__box_item_title_right {
        text-align: center;
    }
    .servicesCompound__box_title {
        font-size: 18px;
    }
    .servicesCompound__box_list_item {
        font-size: 16px; 
    }
}

@media (min-width: 1170px) {

}

/* ******  */


/* footer style block  */

@media (min-width: 1170px) and (max-width: 1400px) {

}

@media (max-width: 1169px) {
    .footer__box {
        padding: 10px;
    }
    .footer__bottom {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    .footer__boxContent {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .footer__boxContent_item_menu {
        flex-direction: column;
        gap: 20px;
        margin-right: 0;
    }
    .cookie__wrapper p {
        font-size: 13px;
    }
    .cookie__wrapper a {
        font-size: 13px;
    }
    .cookie__btn {
        font-size: 13px;
    }
    .header__box_item_menu {
        flex-direction: column;
        gap: 40px;
    }
    .header__box_item:nth-child(2) {
        margin-right: 0;
    }
}

/* ******  */
