.mobile-section.section-1 {
    display: none;
}

.mobile-section.section-1 .section_header {
    position: absolute;

    background-color: var(--wd-red);
    padding-top: 50px;
    padding-bottom: 50px;
    clip-path: polygon(0 0, 100% 1%, 100% 61%, 0% 100%);
    top: 0;
    left: 0;

    padding-left: var(--wd-mobile-padding);
    padding-right: var(--wd-mobile-padding);
}

.section-1 .section_header .company {
    margin-top: -5px;
}

.section-1 .section_header .company span {
    font-size: 30px;
    font-weight: bold;
}

.section-1 .section_body {
    margin-top: 115px;
    margin-bottom: 40px;
}

.section-1 .section_body .section_body--container {
    padding: 0 var(--wd-mobile-padding);
}

.section-1 .section_body .section_body--container .body_links .link_icon {
    height: 30px;
    width: auto;
}

.section-1 .section_body .section_body--container .body_links .link_icon.link_icon--prof-press {
    height: 12px;
}

.section-1 .section_body .section_body--container .body_links .link_icon.link_icon--knigipp,
.section-1 .section_body .section_body--container .body_links .link_icon.link_icon--redcat {
    height: 40px;
}

.section-1 .section_body .section_body--container:last-child {
    margin: 20px 0 0 0;
}

.section-1 .section_body .section_body--container:last-child .quote {
    margin-bottom: 10px;
}

.section-1 .section_body .section_body--container:last-child .quote span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--wd-red);
}

.section-1 .section_body .section_body--container:last-child .quote-creator span {
    color: var(--wd-grey);
    font-size: 16px;
}

.section-1 .section_body .section_body--container:last-child .quote-creator span.quote-red {
    color: var(--wd-red);
}

.section-1 .section_footer .section_footer-top {
    padding: 0 var(--wd-mobile-padding);
    margin-bottom: 20px;
}

@media screen and (max-width: 580px) {
    .section.section-1 {
        display: none;
    }

    .mobile-section {
        display: block !important;
    }
}