/* JV Banner */
.jvb {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    isolation: isolate;
}

.jvb__picture {
    display: block;
}

.jvb__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 40px;
}

.jvb__overlay-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.jvb__content {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    /* охранное поле: текст не заходит за центральный логотип (левый край логотипа ~50%) */
    width: min(46%, 800px);
    padding: 40px 48px 40px 40px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    color: #ffffff;
}

.jvb__title {
    margin: 0 0 0px;
    font-size: 62px;
    line-height: 66px;
    font-weight: 500;
}

.jvb__description {
    margin: 0 0 0px 7px;
    max-width: 720px;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
}

.jvb__button {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 0 5px;
    text-decoration: none;
    position: relative;
    z-index: 4;
}

.jvb__button:hover,
.jvb__button:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
}
@media (max-width: 1440px) {
    .jvb__content {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    width: min(46%, 760px);
    padding: 36px 44px 36px 37px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    color: #ffffff;
}

.jvb__title {
    margin: 0 0 0px;
    font-size: 48px;
    line-height: 46px;
    font-weight: 500;
}

.jvb__description {
    margin: 0 0 0px 7px;
    max-width: 720px;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
}

.jvb__button {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0 5px;
    text-decoration: none;
    position: relative;
    z-index: 4;
}
}


@media (max-width: 1380px) {
        .jvb__content {
        width: 46%;
        padding: 28px 34px 28px 30px;
    }
        .jvb__title {
        margin-bottom: 0px;
        font-size: 44px;
        line-height: 1.1;
    }
        .jvb__description {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 20px;
    }
        .jvb__button {
        font-size: 17px;
    }
}

@media (max-width: 1199px) {
    .jvb__content {
        /* width: 62%; */
        /* padding: 28px 30px; */
    }

    .jvb__title {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 32px;
    }

    .jvb__description {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .jvb__button {
        font-size: 28px;
    }
}

@media (max-width: 1025px) {
        .jvb__content {
        width: 46%;
        padding: 28px 32px 28px 30px;
    }
        .jvb__title {
        margin-bottom: 15px;
        font-size: 23px;
        line-height: 20px;
    }
        .jvb__description {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 21px;
    }
        .jvb__button {
        font-size: 17px;
    }
}


@media (max-width: 980px){
    .jvb__title {
        margin-bottom: 0px;
        font-size: 31px;
        line-height: 38px;
        font-weight: 500;
    }
    .jvb__content {
        width: 44%;
        padding: 17px 24px 17px 20px;
    }
    .jvb {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    isolation: isolate;
    }
    .jvb__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    }
    .jvb__description {
        margin-bottom: 18px;
        font-size: 11px;
        line-height: 1.2;
    }
    .jvb__button {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .jvb
     {
        margin: 10px;
        border-radius: 18px;
    }
    .jvb__img {
        border-radius: 0;
    }
    .jvb__picture {
    display: block;
    }
    .jvb__content {
        width: 50%;
        padding: 0px 15px;
        justify-content: center;
        gap: 8px;
    }

    .jvb__title {
        margin: 0 0 0px;
        font-size: 22px;
        line-height: 26px;
    }

    .jvb__description {
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 1.1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .jvb__button {
        font-size: 14px;
    }
}
@media (max-width: 360px){
        .jvb {
        margin: 0px;
        border-radius: 18px;
    }
        .jvb__title {
        margin: 0 0 0px;
        font-size: 18px;
        line-height: 22px;
    }
    .jvb__content {
        width: 50%;
        padding: 0px 0 0 12.5px;
        justify-content: center;
        gap: 6px;
    }
        .jvb__description {
        margin: 0 0 5px;
        font-size: 10px;
        line-height: 1.1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 400;
    }
        .jvb__button {
        font-size: 10px;
        font-weight: 500;
    }

}