.description_block_full .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    padding-bottom: 20px;
    color: var(--theme-base-color);
}

.description_block_full h2,
.description_block_full h3 {
    font-size: 30px;
    font-weight: bold;
}

.description_block_full_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--theme-base-color);
    top: 0px;
}

.description_block_full_text {
    padding: 20px;
    border: 1px solid #D6DAF1;
    border-radius: 38px;
}

.description_block_card_img {
    width: 100%;
    position: sticky;
    top: 0;
    height: 500px;
    border-radius: 20px;
}

.description_block_full_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
}

.description_block3_full_img {
    position: sticky;
    top: 0;
    height: 100%;
    background: rgb(255 255 255);
    border-radius: 20px;
    max-height: 600px;
}

.description_block3_full_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 100%;
}

.description_img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    height: 100%;
    border-radius: 20px;
}

.description_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

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

.adns_stars_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;
}

.adns_stars_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;
}

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

.adns_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 20px;
}

.adns_video_content {
    width: 100%;
    height: 100%;
}

.adns_video.active {
    display: block;
}

.description_block_full_content3 {
    background-color: #F2F4FF;
    padding: 20px;
    border-radius: 38px;
    display: flex;
    flex-direction: column;
    gap: 120px;
    height: 100%;
    justify-content: end;
}

.title4_value {
    padding: 10px 0;
    border-bottom: 1px solid #D6DAF1;
    color: var(--theme-base-color);
    font-weight: 700;
    font-size: 20px;
}

.description_block3__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
