html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
    --color-primary: #171717;
    --color-secondary: #ffffff;
}

@font-face {
    font-family: "Dela Gothic One";
    src: url("font/DelaGothicOne-Regular.woff") format("woff");
}

@font-face {
    font-family: "SF Pro Text";
    src: url("font/SFProText-Regular.ttf");
}

.wfp-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.wfp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 92px 312px 110px 315px;
}
.wfp-header__logo {
    width: 401px;
}
.wfp-header__description {
    max-width: 740px;
    font-family: 'Dela Gothic One', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-primary);
}
.wfp-section {
    display: block;
    position: relative;
}
.wfp-section:not(:first-child) {
    margin-top: 175px;
}
.wfp-section__description {
    position: absolute;
    display: inline-block;
    margin: 0;
    margin-left: 132px;
    top: 80px;
}
.wfp-section__description_float_right {
    position: absolute;
    float: right;
}
.wfp-section__description_section_2 {
    margin-right: 533px;
    margin-bottom: -220px;
}
.wfp-section__description_section_5 {
    margin-right: -50px;
    margin-top: -100px;
    font-size: 32px;
}
.wfp-section__image-container {
    display: inline-block;
    position: relative;
}
.wfp-section_section_2 {
    margin-top: 175px;
    height: 1210px;
}
.wfp-section__image-container_section_2 {
    position: absolute;
    right: 0;
    top: 560px;
}
.wfp-section_section_5 {
    margin-top: 148px !important;
    height: 600px;
}
.wfp-section__description_section_6 {
    top: -120px;
}
.wfp-section_section_6 {
    margin-top: 248px !important;
}
.wfp-section__image-container::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    border-radius: 42px;
}
.wfp-section__image-container_shadow_bottom-right::before {
    top: 25px;
    left: 25px;
}
.wfp-section__image-container_shadow_bottom-left::before {
    top: 25px;
    right: 25px;
}
.wfp-section__image-container_shadow_top-left::before {
    bottom: 25px;
    right: 25px;
}
.wfp-section__image-container_shadow_top-right::before {
    bottom: 25px;
    left: 25px;
}
.wfp-section__image-container_float_right {
    float: right;
}
.wfp-section__image {
    position: relative;
    border-radius: 32px;
}
.wfp-section_section_3 {
    margin-top: -20px !important;
    margin-bottom: -20px;
}
.wfp-section__image_width_725 {
    width: 725px;
}
.wfp-section__image_width_835 {
    width: 835px;
}
.wfp-description {
    position: relative;
}
.wfp-description_arrow_top::before, .wfp-description_arrow_right::before, .wfp-description_arrow_bottom::before, .wfp-description_arrow_left::before {
    content: url(img/arrow.svg);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.wfp-description_arrow_top::before, .wfp-description_arrow_bottom::before {
    width: 96px;
    height: 118px;
}
.wfp-description_arrow_right::before, .wfp-description_arrow_left::before {
    width: 118px;
    height: 118px;
}
.wfp-description_arrow_left::before {
    position: absolute;
    left: -120px;
    transform: rotateZ(-90deg);
}
.wfp-description__header {
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-primary);
}
.wfp-description__text {
    margin-top: 32px;
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: var(--color-primary);
}
.wfp-description__header_width_811 {
    width: 811px;
}
.wfp-description__header_width_960 {
    width: 960px;
}
.wfp-description__header_width_1045 {
    width: 1045px;
}
.wfp-description__header_width_830 {
    width: 830px;
}
.wfp-description__header_width_735 {
    width: 735px;
}
.wfp-description__text_width_520 {
    width: 520px;
}
.wfp-description__text_width_741 {
    width: 741px;
}
.wfp-description__text_width_631 {
    width: 631px;
}
.wfp-description__text_width_650 {
    width: 650px;
}
.wfp-description__text_width_692 {
    width: 692px;
}
.wfp-section__description_section_3 {
    margin-left: 321px;
}
.wfp-section__line {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.wfp-section-line {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: var(--color-primary);
    width: 68%;
    border-radius: 32px;
    height: 440px;
}
.wfp-section-line::before, .wfp-section-line::after {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 440px;
    background: var(--color-primary);
}
.wfp-section-line::before {
    border-radius: 0 32px 32px 0;
    top: 0;
    left: -50%;
}
.wfp-section-line::after {
    border-radius: 32px 0 0 32px;
    top: 0;
    right: -50%;
}
.wfp-section-line__description {
    padding-top: 40px;
    padding-left: 100px;
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: var(--color-secondary);
}
.wfp-section-line__text {
    max-width: 518px;
    margin-top: 15px;
}
.wfp-section-line__header {
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-secondary);
    max-width: 520px;
    margin-top: 68px;
    margin-right: 111px;
}
.wfp-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 250px;
    margin-bottom: 100px;
}
.wfp-footer__header {
    position: relative;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-primary);
    max-width: 905px;
}
.wfp-footer__header::before {
    content: url(img/arrow.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 118px;
}
.wfp-footer__contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 75px;
    margin-top: 100px;
}
.wfp-footer__contact {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wfp-footer__contact-text {
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    margin-left: 30px;
}

@media screen and (min-width: 1921px) {
    .wfp-section-line::after, .wfp-section-line::before {
        width: 23%;
        border-radius: 32px;
    }
    
    .wfp-section-line::before {
        left: -23%;
    }
    
    .wfp-section-line::after {
        right: -23%;
    }
}

@media screen and (max-width: 1800px) {
    .wfp-section_section_1, .wfp-section_section_3, .wfp-section_section_4, .wfp-section_section_5, .wfp-section_section_6 {
        height: auto !important;
    }
    .wfp-section-line__header {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        font-size: 72px;
    }
    .wfp-description__header {
        font-size: 62px;
    }
    
    .wfp-section {
        margin-top: 50px !important;
    }
    
    .wfp-section_section_1 {
        height: 400px;
    }
    .wfp-section__description_section_1 {
        margin-top: 0 !important;
    }
    .wfp-header {
        justify-content: center;
        gap: 100px;
        padding: 0;
        margin: 34px 20px 40px 20px;
        width: 100%;
        /* height: 64px; */
    }
    .wfp-header__logo {
        /* width: 122px; */
    }
    .wfp-header__description {
        /* max-width: 200px; */
        /* font-size: 16px; */
    }
    .wfp-section__description {
        margin-top: 50px;
    }
    .wfp-section__description_float_right {
        position: absolute;
        float: right;
        margin-right: 0;
        margin-bottom: 20px;
        right: 0;
    }
    .wfp-section__description_section_3 {
        margin-top: 0 !important;
        margin-left: 10px !important;
        top: 0;
    }
    .wfp-section-line__header {
        font-size: 48px;
    }
    .wfp-section-line__description {
        font-size: 24px;
    }
    .wfp-description__text_width_741 {
        max-width: 320px;
    }
    .wfp-description__text_width_520 {
        max-width: 358px;
    }
    .wfp-description__text_width_650 {
        max-width: 455px;
    }
    .wfp-description__text_width_692 {
        max-width: 395px;
    }
    .wfp-section_section_5 {
        margin-top: 200px !important;
    }
    .wfp-section__description_section_6 {
        margin-top: 0;
        top: -32px;
        margin-left: 140px !important;
    }
    .wfp-section__description_section_5 {
        right: 880px;
        top: -100px;
        margin-top: 0;
    }
    .wfp-description__header {
        max-width: 280px;
    }
    .wfp-footer__header {
        max-width: 100%;
    }

    .wfp-footer__contacts {
        flex-direction: column;
        gap: 20px;
    }

    .wfp-footer__contact-text {
        margin-left: 0;
    }
    .wfp-section__description {
        margin-left: 80px;
    }
    .wfp-section__description_section_1 {
        top: 0;
    }
    .wfp-section__description_section_2 {
        margin-left: 0;
        margin-top: 0;
        right: 900px;
        top: 0;
    }
    .wfp-section__description_section_3 {
        margin-left: 50px !important;
    }
    .wfp-section__image-container_section_2 {
        top: 400px;
    }
    
    .wfp-section_section_2 {
        height: 1040px;
    }
    .wfp-section_section_5 {
        height: 840px !important;
    }
    .wfp-section_section_6 {
        margin-top: 30px !important;
    }
    .wfp-footer {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .wfp-section_section_1 {
        display: flex;
        align-items: center;
        height: 820px !important;
    }
}

@media screen and (max-width: 1400px) {
    .wfp-header {
        height: 128px;
    }
    .wfp-header__logo {
        width: 244px;
    }
    .wfp-header__description {
        max-width: 458px;
        font-size: 32px;
    }

    .wfp-description__text_width_741 {
        max-width: 520px;
    }
    .wfp-description__text_width_520 {
        max-width: 520px;
    }
    .wfp-description__text_width_650 {
        max-width: 620px;
    }
    .wfp-description__text_width_692 {
        max-width: 640px;
    }

    body {
        overflow-x: hidden;
    }
    .wfp-header {
        padding: 20px 5%;
    }
    .wfp-description__header {
        font-size: 48px;
    }
    .wfp-description__text {
        font-size: 34px;
    }
    .wfp-description_arrow_top::before, .wfp-description_arrow_right::before, .wfp-description_arrow_bottom::before, .wfp-description_arrow_left::before {
        transform: scale(0.5);
        margin-left: -25px;
        margin-bottom: -25px;
    }
    .wfp-description_arrow_left::before {
        transform: scale(0.5) rotateZ(-90deg);
        margin-left: 25px;
        margin-top: -25px;
    }
    .wfp-section__image-container {
        width: calc(55% - 75px);
        margin-left: 0;
        position: relative !important;
        float: none;
        top: 0;
    }
    .wfp-section_float_right .wfp-section__image-container {
        margin-right: 25px !important;
    }
    .wfp-footer__header::before {
        transform: scale(0.5);
        margin-bottom: -25px;
    }
    .wfp-footer__contacts {
        flex-direction: column;
        gap: 20px;
        margin-top: 28px;
    }
    .wfp-footer__contact-icon {
        transform: scale(0.5);
    }
    .wfp-footer__contact-text {
        font-size: 16px;
        margin-left: 0;
    }
    .wfp-footer__header {
        font-size: 28px;
        max-width: 100%;
    }
    .wfp-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: static !important;
        height: auto !important;
        margin-top: 30px !important;
        padding: 20px !important;
    }
    .wfp-section__line {
        margin-top: 100px !important;
        padding: 0 !important;
    }
    .wfp-section__description_section_2 {
        margin-top: 50px !important;
        right: 0 !important;
    }
    .wfp-section__description_section_5 {
        order: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 50px;
    }
    .wfp-section__description_section_6 {
        order: 0 !important;
        margin-top: 0 !important;
    }
    .wfp-section__image-container {
        order: 1;
    }
    .wfp-section_float_right {
        align-items: flex-end;
    }
    .wfp-section__description {
        position: static !important;
        margin-top: 30px;
        margin-left: 0 !important;
    }
    .wfp-section__image {
        width: 100%;
    }
    .wfp-section__description {
        margin-left: 55px;
        order: 2;
    }
    .wfp-section-line__icon {
        width: 48px;
    }
    .wfp-section-line__description {
        font-size: 17px;
        padding-top: 19px;
        padding-left: 20px;
    }
    .wfp-section-line__header {
        font-size: 24px;
        max-width: 142px;
        margin-right: 20px;
    }
    .wfp-description_arrow_left {
        margin-left: 50px !important;
        position: relative !important;
        right: auto;
        top: auto !important;
    }
    .wfp-section-line {
        height: 240px;
        width: 100%;
    }
    .wfp-section-line::after, .wfp-section-line::before {
        height: 240px;
        content: none;
    }
    .wfp-section__image-container_section_6 {
        margin-top: 60px;
    }
    .wfp-footer {
        margin-top: 0;
    }
    .wfp-description__text_width_631 {
        margin-top: 10px;
    }
    .wfp-section_section_3, .wfp-section_section_5 {
        margin-top: 0 !important;
    }

    .wfp-description__header {
        width: 100% !important;
    }
    .wfp-description__text {
        width: 100% !important;
    }
    .wfp-section:not(:first-child) {
        margin-top: 30px;
    }
    .wfp-section_section_2 {
        margin-top: 50px !important;
    }
    .wfp-section_section_3 {
        height: 250px !important;
    }
}

@media screen and (max-width: 1250px) {
    .wfp-section__image-container {
        width: calc(70% - 75px);
    }
}

@media screen and (max-width: 820px) {
    .wfp-header {
        height: 64px;
        margin: 34px 20px 40px 0 !important;
    }
    .wfp-header__logo {
        width: 122px;
    }
    .wfp-header__description {
        max-width: 200px;
        font-size: 16px;
    }
    .wfp-section__image-container {
        width: calc(100% - 75px);
    }

    .wfp-description__header {
        font-size: 28px;
    }
    .wfp-description__text {
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .wfp-section__line {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 580px) {
    .wfp-header {
        padding: 0;
        margin: 34px 20px 40px 20px;
    }
    .wfp-section__description_section_2 {
        margin-top: 30px !important;
    }
    .wfp-section__description_section_3 {
        margin-top: 0 !important;
    }
    .wfp-header__description {
        margin-top: 0;
    }
}
@media screen and (max-width: 380px) {
    .wfp-header {
        flex-direction: column;
        gap: 20px;
        height: auto;
        margin: 10px !important;
    }

    .wfp-section-line {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 400px;
    }
    .wfp-section-line__description {
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }
    .wfp-section-line__header {
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
        margin-top: 80px;
    }
}
@media screen and (max-width: 220px) {
    .wfp-header {
        flex-direction: column;
    }
    .wfp-header__description {
        margin-top: 5px;
    }
}
