body.v2 .home_top_banner {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

body.v2 .home_top_banner .text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 555px;
}

body.v2 .home_top_banner .text .kobzar1 {
    max-width: 260px;
}

body.v2 .home_top_banner .text h1 {
    /* max-width: 900px; */
    margin: 30px 0 50px 0;
}

body.v2 .home_top_banner .features {
    display: flex;
    gap: 15px;
}

body.v2 .home_top_banner .features .item {
    min-height: 190px;
    position: relative;
    background-color: var(--color-blue-light);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex: 1;
}

body.v2 .home_top_banner .features .item .head {
    flex-grow: 1;
    color: var(--color-blue);
}

body.v2 .home_top_banner .features .item .description span {
    display: inline-block;
    width: calc(100% - 83px);
}

body.v2 .home_top_banner .features .item .description b {
    font-family: 'Kudryashev Headline';
    font-weight: 400;
    font-size: 1.5em;
    color: var(--color-blue);
}

body.v2 .home_top_banner .features .item img {
    width: 83px;
    height: 83px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}


@media (max-width: 1024px) {
    body.v2 .home_top_banner .text {
        min-height: 455px;
    }

    body.v2 .home_top_banner .text .kobzar1 {
        max-width: 170px;
    }

    body.v2 .home_top_banner .text h1 {
        max-width: 525px;
        margin: 15px 0 40px 0;
    }

    body.v2 .home_top_banner .features {
        gap: 10px;
    }

    body.v2 .home_top_banner .features .item {
        min-height: 121px;
        padding: 15px;
    }

    body.v2 .home_top_banner .features .item .description {
        margin-top: 10px;
    }

    body.v2 .home_top_banner .features .item .description span {
        width: 100%;
    }

    body.v2 .home_top_banner .features .item img {
        width: 55px;
        height: 55px;
        right: 0px;
        bottom: unset;
        top: 0px;
    }
}

@media (max-width: 767px) {
    body.v2 .home_top_banner_container .container {
        padding-top: 80px !important;
    }

    body.v2 .home_top_banner .text {
        min-height: 435px;
    }

    body.v2 .home_top_banner .text h1 {
        max-width: 360px;
        margin: 20px -1px 70px -1px;
    }

    body.v2 .home_top_banner .features .item img {
        width: 54px;
        height: 54px;
        top: -10px;
    }

    body.v2 .home_top_banner .features .item {
        padding: 10px;
    }

    body.v2 .home_top_banner .features .item:first-child img {
        top: -35px;
    }

    body.v2 .home_top_banner .features {
        flex-wrap: wrap;
    }

    body.v2 .home_top_banner .features .item {
        flex-grow: 1;
        min-width: 45%;
        min-height: 100px;
    }

    body.v2 .site-section.home_top_banner_container::before {
        background-position: center 60% !important;
    }
}