.home-sections {
    width: 100%;
    background: #ffffff;
}

.home-block {
    width: 100%;
    background: #efefef;
    border-top: 1px solid #e5e5e5;
}

.home-block__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 90px;
}

.home-block--intro .home-block__inner {
    min-height: 492px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.home-block__content {
    width: 100%;
    max-width: 520px;
}

.home-block__content--wide {
    max-width: 760px;
}

.home-block__label {
    margin-bottom: 28px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #111111;
    text-transform: uppercase;
}

.home-block__title {
    margin: 0 0 34px 0;
    font-family: "Raleway", sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.22;
    color: #111111;
}

.home-block__title--intro {
    max-width: 760px;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 28px;
}

.home-block__text {
    margin: 0 0 54px 0;
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.32;
    color: #111111;
}

.home-block__text--intro {
    max-width: 930px;
}

.home-block__list {
    margin: 0 0 34px 0;
    padding: 0;
    list-style: none;
}

.home-block__list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.28;
    color: #111111;
}

.home-block__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    line-height: 1;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 203px;
    height: 65px;
    padding: 0 34px;
    background: #fb8c00;
    border-radius: 17px;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.10);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.home-btn:hover {
    background: #f57c00;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.home-block__shape {
    position: relative;
    width: 340px;
    height: 255px;
    flex: 0 0 340px;
}

.home-block__shape-line {
    position: absolute;
    background: #111111;
}

.home-block__shape-line--vertical {
    top: 14px;
    right: 58px;
    width: 3px;
    height: 255px;
}

.home-block__shape-line--horizontal {
    right: 38px;
    bottom: 20px;
    width: 252px;
    height: 3px;
}

.home-block__inner--split {
    min-height: 520px;
    display: grid;
    align-items: center;
    gap: 68px;
}

.home-block__inner--text-image {
    grid-template-columns: minmax(420px, 1fr) minmax(520px, 730px);
}

.home-block__inner--image-text {
    grid-template-columns: minmax(520px, 730px) minmax(420px, 1fr);
}

.home-block__media {
    width: 100%;
}

.home-block__media img {
    display: block;
    width: 100%;
    height: 484px;
    object-fit: cover;
}

@media (max-width: 1399px) {
    .home-block__inner {
        padding: 0 60px;
    }

    .home-block__inner--split {
        gap: 44px;
    }

    .home-block__title--intro {
        font-size: 28px;
    }

    .home-block__title {
        font-size: 26px;
    }

    .home-block__text,
    .home-block__list li {
        font-size: 17px;
    }

    .home-block__media img {
        height: 430px;
    }
}

@media (max-width: 1199px) {
    .home-block__inner {
        padding: 0 40px;
    }

    .home-block--intro .home-block__inner {
        min-height: auto;
        padding-top: 90px;
        padding-bottom: 90px;
        gap: 30px;
    }

    .home-block__shape {
        width: 240px;
        height: 180px;
        flex-basis: 240px;
    }

    .home-block__shape-line--vertical {
        right: 38px;
        width: 2px;
        height: 180px;
    }

    .home-block__shape-line--horizontal {
        right: 24px;
        bottom: 14px;
        width: 180px;
        height: 2px;
    }

    .home-block__inner--split {
        min-height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
        grid-template-columns: 1fr 1fr;
    }

    .home-block__content {
        max-width: 100%;
    }

    .home-block__media img {
        height: 360px;
    }
}

@media (max-width: 991px) {
    .home-block__inner {
        padding: 0 24px;
    }

    .home-block--intro .home-block__inner {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .home-block__shape {
        display: none;
    }

    .home-block__inner--split,
    .home-block__inner--text-image,
    .home-block__inner--image-text {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .home-block__inner--image-text .home-block__media {
        order: 1;
    }

    .home-block__inner--image-text .home-block__content {
        order: 2;
    }

    .home-block__title--intro {
        font-size: 26px;
    }

    .home-block__title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .home-block__text {
        font-size: 17px;
        margin-bottom: 34px;
    }

    .home-block__label {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .home-block__list {
        margin-bottom: 24px;
    }

    .home-block__list li {
        font-size: 17px;
    }

    .home-block__media img {
        height: auto;
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 575px) {
    .home-block__inner {
        padding: 0 18px;
    }

    .home-block--intro .home-block__inner {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .home-block__title--intro {
        font-size: 22px;
    }

    .home-block__title {
        font-size: 21px;
    }

    .home-block__text,
    .home-block__list li {
        font-size: 16px;
    }

    .home-btn {
        min-width: 180px;
        height: 58px;
        padding: 0 24px;
        font-size: 16px;
        border-radius: 14px;
    }
}