@media print, (max-width: 1023px) {

    :root {
        --font_size_title: 36px;
        --font_size: 16px;
    }
    .block {
        padding: 50px 0;
    }

    .header-contact {
        flex-direction: column;
    }
    .header-contact .phone a {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .header-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-contact {
        flex-direction: row;
        margin-top: 15px;
    }
    .header_email {
        margin-bottom: 0px;
    }
    .first-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .contacts_items {
        justify-content: space-between;
    }
    .contacts_subtitle {
        font-size: 20px;
    }
    .header_logo span {
        padding-left: 13px;
    }
    .header_logo img {
        padding-right: 17px;
    }
    .first-section_title {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .header-info_text {
        font-size: 20px;
    }
    .title {
        margin-bottom: 60px;
    }
    .services_items > * {
        width: calc(100%/2 - 30px);
    }
    .services_item-title {
        font-size: 22px;
        line-height: 27px;
        margin-top: 18px;
    }
    .steps_items > * {
        width: calc(100%/2 - 30px);
    }
    .advantages_item-box-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .contacts_items {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .contacts_item {
        flex-direction: row;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .contacts_item-text {
        margin-top: 0;
        margin-left: 10px;
    }
    .contacts_subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .contacts_item-text:nth-child(2) {
        white-space: inherit;
    }
    .first-section {
        background-position: 0 center;
    }
  

    .header_logo{
        width: calc(100% - 55px);
        order: -2;
    }

    .header_logo img {
        width: 120px;
    }
    .header-top{
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .lang {
        width: 50px;
        order: -1;
        margin-left: 5px;
    }
}