  .home-banner {
        padding-top: 0;
    }

    .home-banner .subtitle {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 18px;
        font-family: var(--title-font);
        letter-spacing: 0.05em;
        font-weight: 500;
        margin-bottom: 12px;
        color: var(--text-color);
    }

    .home-banner .title {
        font-family: var(--title-font);
        font-size: 36px;
        font-weight: 700;
        color: var(--main-color);
        line-height: 49px;
        padding-bottom: 20px;
    }

    .home-banner .more-link {
        position: relative;
        font-size: 18px;
        text-transform: uppercase;
        color: var(--main-color);
        letter-spacing: 0.1em;
        padding-right: 35px;
        padding-bottom: 1px;
        border-bottom: none !important;
    }

    .home-banner .more-link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background: var(--main-color);
        transform: scale(0.6);
        opacity: 0;
        transition: opacity 0.3s linear, transform 0s ease 0.6s;
    }

    .home-banner .more-link:hover:before {
        transform: scale(1);
        opacity: 1;
        transition: 0.35s all cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s linear;
    }

    .home-banner .more-link:after {
        content: "...";
        position: absolute;
        top: -25px;
        right: 0;
        font-size: 32px;
    }

    .home-banner .l-l {
        background: var(--block-background);
    }

    .home-banner .l-l .slide>.tx {
        top: 0;
        height: auto;
        position: relative;
    }

    .home-banner .l-r .slider {
        padding-top: 68.2%;
    }

    .home-banner .icon-block {
        width: 150px;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 52px;
    }

    .home-banner .tx p {
        font-size: 16px;
        font-family: var(--title-font);
        letter-spacing: -0.38px;
        line-height: 24px;
        margin-bottom: 29px;
        color: var(--dark-grey-color);
    }

    .home-banner .tx p:last-of-type {
        margin-bottom: 20px;
    }

    @media (min-width: 1000px) {
        .home-banner .l-l {
            width: calc(40% - 27px);
        }

        .home-banner .l-r {
            width: calc(62.6% - 20px);
        }
    }

    @media (min-width: 1280px) {
        .home-banner .slide-wrap {
            padding: 17% 14% 0;
        }
    }

    @media (min-width: 1440px) {
        .home-banner .slide-wrap {
            padding: 17% 14% 0;
        }
    }

    @media (max-width: 1440px) {

        .home-banner .slider-controls.s-sh-r {
            right: 0;
        }

        .home-banner .slider-controls.s-b {
            bottom: 0;
        }
    }

    @media (max-width: 1280px) {
        .home-banner .slide-wrap {
            padding: 17% 14% 0;
        }

        .home-banner .tx img {
            width: 100px;
            margin-bottom: 20px;
        }

        .home-banner .tx p {
            margin-bottom: 16px;
            font-size: 13px;
            line-height: 1.4;
        }

        .home-banner .tx p:last-child {
            margin-bottom: 18px;
        }
    }

    @media (max-width: 1110px) {
        .home-banner .subtitle {
            font-size: 12px;
            line-height: 12px;
        }

        .home-banner .title {
            font-size: 28px;
            line-height: 35px;
            padding-bottom: 15px;
        }

        .home-banner .more-link {
            font-size: 14px;
        }

    }

    @media (max-width: 999px) {
        .home-banner {
            padding-top: 23px;
        }

        .home-banner .slide-wrap {
            padding: 8% 8%;
        }

        .home-banner .l-l {
            width: 100%;
            display: inline-block;
            margin-bottom: 2px;
            border-top: 2px solid var(--background);
        }

        .home-banner .l-l .slide>.tx {
            display: block;
        }

        .home-banner .title {
            font-size: 32px;
            line-height: 45px;
        }

        .home-banner .tx p {
            font-size: 14px;
        }

        .home-banner .more-link {
            font-size: 16px;
        }
    }

    @media (max-width: 425px) {
        .home-banner .wrapper {
            width: calc(100% - 40px);
        }

        .home-banner .slide-wrap {
            padding: 10% 10%;
        }

        .home-banner .tx img {
            margin-bottom: 12px;
        }

        .home-banner .tx p {
            font-size: 14px;
            line-height: 1.2;
            margin-bottom: 16px;
        }

        .home-banner .slider-controls.s-b {
            bottom: -50px;
        }

        .home-banner .subtitle {
            font-size: 12px;
            line-height: 14px;
        }

        .home-banner .title {
            font-size: 22px;
            line-height: 32px;
        }

        .home-banner .more-link {
            font-size: 14px;
        }
    }
