.napravleniy_bl2-name {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: var(--theme-base-color);
    padding-bottom: 30px;
}

.napravleniy_bl2-content {
    display: flex;
    width: 100%;
    height: 500px;
    gap: 20px;
}

.napravleniy_bl2-c1 {
    border-radius: 30px;
    overflow: hidden;
    width: 25%;
    position: relative;
    height: 500px;
}

.nprvln_bl2-card {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.nprvln_bl2-card_img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.nprvln_bl2-card_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nprvln_bl2s_button_bg {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.nprvln_bl2_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.nprvln_bl2_btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #fff;
    margin-left: 2px;
}

.nprvln_bl2_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.nprvln_bl2_video.active {
    display: block;
}

.nprvln_bl2_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.nprvln_bl2_video_content,
.nprvln_bl2-content {
    width: 100%;
    height: 100%;
}

.napravleniy_bl2-c2 {
    width: 75%;
    object-fit: cover;
}

.nprvln_bl2-content {
    border-radius: 30px;
    position: relative;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-size: cover;
}

.nprvln_bl2-content::before {
    content: '';
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /* Затемнение 50% */
    z-index: 1;
}

.nprvln_bl2-text1 {
    color: white;
    font-size: 30px;
    line-height: 1.1;
    position: relative;
    z-index: 2;
}

.nprvln_bl2-text2 {
    color: white;
    font-size: 20px;
    line-height: 1.1;
    position: relative;
    z-index: 2;
}

.napravleniy_bl2-btn {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 70px;
    background: white;
    border-radius: 0 30px 0 0;
    z-index: 3;
}

.napravleniy_bl2-btn:after,
.napravleniy_bl2-btn:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: url("../../../medialibrary/system/border-white-block.png");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.napravleniy_bl2-btn:after {
    bottom: 0px;
    right: -30px;
}

.napravleniy_bl2-btn:before {
    top: -29px;
    left: 0px;
}



.napravleniy_bl2-btn button,
.napravleniy_bl2-btn__mob button {
    display: flex;
    border: 1px solid var(--theme-base-color);
    background: var(--theme-base-color);
    border-radius: 30px;
    padding: 10px 27px;
    margin-left: 0;
    margin-right: 12px;
    gap: 10px;
    color: #fff;
    width: max-content;
    z-index: 3;
    margin-top: 15px;
}

.napravleniy_bl2-btn__mob {
    display: none;
}


@media (max-width: 991px) {
    .napravleniy_bl2-content {
        flex-direction: column;
        height: auto;
    }

    .napravleniy_bl2-c1,
    .napravleniy_bl2-c2 {
        width: auto;
    }

    .napravleniy_bl2-name {
        font-size: 30px;
        line-height: 34px;
        font-weight: 600;
    }

    .napravleniy_bl2-btn {
        display: none;
    }

    .napravleniy_bl2-btn__mob {
        display: block;
    }

    .nprvln_bl2-text1,
    .nprvln_bl2-text2 {
        font-size: 16px;
    }

    .napravleniy_bl2-btn__mob button {
        margin-left: 0;
        justify-content: space-between;
    }

}
