.adns_banner_benefits {
    position: relative;
    margin: 25px 0;
    width: 100%;
    height: 680px;
    border-radius: 24px;
    overflow: hidden;
    font-weight: normal;
}

.banner_benefits {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
}

.banner_benefits .banner-benefits-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-benefits-image_mob {
    display: none;
}

.blur_benefits-up {
    position: absolute;
    height: 140px;
    top: 0;
    left: 0;
    width: 60%;
    background: linear-gradient(to top, #00000005 34%, #0f18274f 59%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    overflow: hidden;
    border-radius: 40px 0 0 0;
    mask: linear-gradient(to right, #000 85%, transparent 100%);
}

.blur_benefits-middle {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 60%;
    background: linear-gradient(to left, #00000000 0%, #0f182724 59%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    overflow: hidden;
    border-radius: 40px 0 0 0;
    mask: linear-gradient(to right, #000 85%, transparent 100%);
}

.banner_benefits-descr {
    position: absolute;
    top: 0;
    color: white;
    left: 0;
    right: 0;
    font-size: 25px;
    line-height: normal;
    min-height: 640px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.benefits-descr__content {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 0 20px 40px;
}

.banner_benefits-blur {
    position: absolute;
    width: 55%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(145deg, rgb(44 42 42 / 35%), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    border-radius: 40px 0;
    box-shadow: 0 0 0 1px #00000008;
}

.benefits-descr__title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
}

.benefits-descr__button {
    background: white;
    font-size: 17px;
    padding: 13px 40px;
    border-radius: 29px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    border: none;
    color: var(--theme-base-color);
}

.benefits-descr__button img {
    filter: invert(1);
}

.benefits-descr__text {
    width: 90%;
}

.banner_benefits-cards {
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 0 40px;
    margin-bottom: 30px;
}

.banner_benefits-cards>div {
    flex: 1;
    min-width: 0;
}

.benefits-cards__first,
.benefits-cards__second,
.benefits-cards__third {
    width: 100%;
}

.benefits-cards-f,
.benefits-cards-s,
.benefits-cards-t {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    padding: 42px 25px;
    border: 2px solid #ffffff30;
    background: #6b86b02e;
    min-height: 155px;
    width: 90%;
}

.benefits-cards-f__title,
.benefits-cards-s__title,
.benefits-cards-t__title {
    font-size: 35px;
    font-weight: 600;
}

.banner-benefits-image_mob,
.benefits-button__mob {
    display: none;
}

.benefits-cards-f__content,
.benefits-cards-s__content,
.benefits-cards-t__content {
    font-size: 18px;
}

@media (max-width: 376px) {

    .benefits-cards-f__content,
    .benefits-cards-s__content,
    .benefits-cards-t__content {
        font-size: 16px;
    }
}

@media (min-width: 377px) and (max-width: 991px) {}

@media (max-width: 991px) {

    .banner-benefits-image,
    .benefits-button {
        display: none;
    }

    .banner-benefits-image_mob {
        height: 100%;
        width: 100%;
    }

    .banner-benefits-image_mob,
    .benefits-button__mob {
        display: block;
    }

    .benefits-descr__content {
        width: 100%;
        gap: 10px;
        padding: 0;
    }

    .benefits-descr__title {
        font-size: 30px;
        line-height: 1.2;
    }

    .banner_benefits-descr {
        justify-content: space-between;
        padding: 15px;
    }

    .banner_benefits-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2vw;
        padding: 0;
        margin-bottom: 20px;
    }

    .benefits-cards__third {
        grid-column: 1 / -1;
    }

    .benefits-cards-f,
    .benefits-cards-s,
    .benefits-cards-t {
        width: 100%;
        justify-content: flex-start;
        gap: 5px;
        padding: 20px 0 0 12px;
    }

    .benefits-cards-f,
    .benefits-cards-s {
        min-height: 130px;
    }

    .benefits-cards-t {
        min-height: 110px;
    }

    .benefits-cards-f__title,
    .benefits-cards-s__title,
    .benefits-cards-t__title {
        font-size: 30px;
    }

    .benefits-descr__text {
        font-size: 20px;
    }

    .blur_benefits-middle {
        display: none;
    }

    .blur_benefits-up {
        height: 40%;
        width: 100%;
        background: linear-gradient(to top, #00000005 10%, #0f18276b 59%);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        mask: linear-gradient(to bottom, #000 85%, transparent 100%);
    }

    .benefits-button__mob .benefits-descr__button {
        width: 100%;
        margin-top: 0;
    }
}
