@media print, (max-width: 1300px) {

    .first-section_img {
        margin-right: 0px;
        width: 660px;
        height: 573px;
    }
    .first-section_img img {
        width: 100%;
        height: 100%;
    }
    .first-section_info {
        margin-top: 70px;
        width: calc(100% - 660px);
    }
    .advantages_items > * {
        width: calc(100%/3 - 39px);
        padding: 40px 20px 40px 40px;
    }
    .advantages_item:nth-child(3),
    .advantages_item:nth-child(4) {
        width: calc(100%/3 - 39px);
        padding: 40px 20px 40px 40px;
    }
    .steps .block-head .text {
        margin-left: 0;
    }
    header .menu .item a {
        margin-right: 18px;
    }
    .swiper-button-next {
        right: 20px;
    }
    .swiper-button-prev {
        left: 20px;
    }




}

