h3::after {
    display: none;
}

body {
    overflow: unset;
}

header {
    z-index: 7;
}

.vector-landing {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 150px;
    background-color: #f9f9f9;
}






.vector-white {
    color: #fff;
}

.vector-black {
    color: #272729;
}

.vector-blue {
    color: #1C3A4B;
}

.vector-gray {
    color: #333;
}

.vector-title {
    font-size: 50px;
}

.vector-subtitle {
    font-size: 35px;
}

.vector-description {
    font-size: 20px;
}

@media screen and (max-width: 1499px) {
    .vector-landing {
        gap: 120px;
    }
    .vector-title {
        font-size: 45px;
    }
    .vector-subtitle {
        font-size: 30px;
    }
    .vector-description {
        font-size: 18px;
    }
}

@media screen and (max-width: 1299px) {
    .vector-landing {
        gap: 110px;
    }
    .vector-title {
        font-size: 35px;
    }
    .vector-description {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .vector-landing {
        gap: 100px;
    }
}

@media screen and (max-width: 566px) {
    .vector-landing {
        gap: 60px;
    }
    .vector-title {
        font-size: 20px;
    }
    .vector-subtitle {
        font-size: 18px;
    }
    .vector-description {
        font-size: 14px;
    }
}

.vheader {
    margin: 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 675px 1fr;
    background-image: url(/image/catalog/unilanding/taurus_4_16x44/vheader_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 765px;
    z-index: 3;
}

.vheader::before {
    content: '';
    position: absolute;
    bottom: -94px;
    left: 0;
    right: 0;
    width: 100%;
    height: 715px;
    background-image: url(/image/catalog/unilanding/taurus_4_16x44/vheader_mount.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

.vheader__content {
    margin: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.vheader__content__title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vheader__content__title-small {
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.05em;
}

.vheader__content__title-big {
    margin: 0;
    padding: 0;
    font-size: 55px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vheader__content__subtitle {
    margin: 0;
    padding: 0 0 0 23px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 480px;
}

.vheader__content__subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #272729;
}

.vheader__content__subtitle p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}

.vheader__content__subtitle p span {
    font-weight: 700;
}

.vheader__content__img {
    margin: 0;
    position: absolute;
    width: 100%;
    object-fit: contain;
    max-width: 699px;
    top: 50px;
    right: 50px;
}

.vheader__square {
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #333 0%, #272729 100%);
    width: 100%;
    height: 100%;
}

.vheader__content__description {
    display: none;
}

@media screen and (max-width: 1599px) {
    .vheader::before {
        bottom: -88px;
    }
    .vheader__content__img {
        max-width: 574px;
        top: 71px;
        right: 51px;
    }
}

@media screen and (max-width: 1499px) {
    .vheader {
        grid-template-columns: 585px 1fr;
        min-height: 739px;
    }
    .vheader::before {
        bottom: -22px;
    }
    .vheader__content {
        margin: 0;
        padding: 50px 30px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .vheader__content__title-big {
        font-size: 50px;
    }
    .vheader__content__subtitle {
        max-width: 375px;
    }
    .vheader__content__img {
        max-width: 564px;
        top: 99px;
        right: 30px;
    }
}

@media screen and (max-width: 1299px) {
    .vheader {
        grid-template-columns: 561px 1fr;
        grid-template-rows: 561px minmax(min-content, max-content);
        background-position: top center;
        background-size: 100% 561px;
        min-height: 665px;
    }
    .vheader::before {
        bottom: unset;
        top: 72px;
        height: 500px;
    }
    .vheader__content {
        grid-area: 1 / 1 / 2 / 2;
        padding: 20px;
        gap: 0;
    }
    .vheader__content__subtitle {
        display: none;
    }
    .vheader__square {
        grid-area: 1 / 2 / 2 / 3;
    }
    .vheader__content__img {
        max-width: 592px;
        top: 154px;
        right: 21px;
    }
    .vheader__content__description {
        grid-area: 2 / 1 / 3 / 3;
        margin: 0 20px;
        padding: 0 0 0 23px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .vheader__content__description::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background-color: #272729;
    }
    .vheader__content__description p {
        margin: 0;
        padding: 0;
        font-weight: 400;
        line-height: 140%;
    }
    .vheader__content__description p span {
        font-weight: 700;
    }
}

@media screen and (max-width: 767px) {
    .vheader {
        grid-template-columns: 380px 1fr;
        grid-template-rows: 408px minmax(min-content, max-content);
        background-position: top center;
        background-size: 100% 408px;
        min-height: 630px;
        align-content: space-between;
    }
    .vheader::before {
        top: 72px;
        height: 400px;
    }
    .vheader__content__title-small {
        font-size: 30px;
    }
    .vheader__content__title-big {
        font-size: 40px;
    }
    .vheader__content__img {
        max-width: 498px;
        top: 126px;
        right: 18px;
    }
}

@media screen and (max-width: 566px) {
    .vheader {
        grid-template-columns: 242px 1fr;
        grid-template-rows: 290px minmax(min-content, max-content);
        background-position: top center;
        background-size: 100% 290px;
        min-height: unset;
        align-content: space-between;
    }
    .vheader::before {
        top: 115px;
        height: 200px;
    }
    .vheader__content {
        padding: 10px;
    }
    .vheader__content__title-small {
        font-size: 20px;
    }
    .vheader__content__title-big {
        font-size: 25px;
    }
    .vheader__content__img {
        max-width: 268px;
        top: 83px;
        right: 12px;
    }
    .vheader__content__description {
        margin: 31px 10px 0;
        padding: 0 0 0 13px;
    }
}

.voptisystem {
    margin: -180px 50px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 3;
}

.voptisystem__title {
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.voptisystem__title p {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 108px;
    text-align: center;
    vertical-align: middle;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.voptisystem__title p::before {
    content: '';
    top: 0;
    bottom: 0;
    left: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #1C3A4B;
}

.voptisystem__title p::after {
    content: '';
    top: 0;
    bottom: 0;
    right: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #1C3A4B;
}

.voptisystem__title h3 {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.voptisystem__lens {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.voptisystem__lens-title {
    margin: 0;
    padding: 20px;
    background-color: #eee;
}

.voptisystem__lens-title h4 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: normal;
}

.voptisystem__lens-image {
    margin: 0;
    object-fit: contain;
    width: 100%;
}

.voptisystem__lens-desc {
    margin: 0;
    padding: 20px;
    background-color: #272729;
}

.voptisystem__lens-desc p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}

.voptisystem__text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.voptisystem__text h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: normal;
}

.voptisystem__text p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}

.voptisystem__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.voptisystem__list-item {
    margin: 0;
    padding: 28px 0 45px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.voptisystem__list-item:nth-child(1) {
    background-color: #eee;
}
.voptisystem__list-item:nth-child(2) {
    background-color: #DDD;
}
.voptisystem__list-item:nth-child(3) {
    background-color: #E5E5E5;
}
.voptisystem__list-item:nth-child(4) {
    background-color: #E5E5E5;
}
.voptisystem__list-item:nth-child(5) {
    background-color: #eee;
}
.voptisystem__list-item:nth-child(6) {
    background-color: #DDD;
}

.voptisystem__list-item h4 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}

.voptisystem__list-item p {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1599px) {
    .voptisystem__list-item {
        padding: 25px 0 40px;
        gap: 18px;
    }
}

@media screen and (max-width: 1499px) {
    .voptisystem {
        margin: -150px 30px 0;
    }
    .voptisystem__list-item h4 {
        font-size: 35px;
    }
    .voptisystem__list-item p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1299px) {
    .voptisystem {
        margin: 0 30px 0;
    }
    .voptisystem__list-item p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .voptisystem {
        margin: 0 20px;
    }
    .voptisystem__title p {
        margin: 0;
        width: 86px;
        text-align: left;
    }
    .voptisystem__title p::before {
        width: 0;
        height: 0;
    }
    .voptisystem__title p::after {
        width: 0;
        height: 0;
    }
    .voptisystem__title::after {
        content: '';
        top: 35px;
        right: 0;
        position: absolute;
        width: calc(100% - 86px);
        height: 3px;
        background-color: #1C3A4B;
    }
    .voptisystem__title h3 {
        margin: 0;
        text-align: left;
    }
    .voptisystem__lens-title h4 {
        margin: 0;
        padding: 0;
        font-weight: 700;
        line-height: normal;
    }
    .voptisystem__list-item {
        padding: 25px 0 22px;
        gap: 18px;
        justify-content: center;
    }
    .voptisystem__list-item h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 566px) {
    .voptisystem {
        margin: 0 10px;
        gap: 30px;
    }
    .voptisystem__list-item {
        padding: 20px 0 17px;
        gap: 10px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(min-content, max-content) 1fr ;
    }
    .voptisystem__list-item h4 {
        font-size: 16px;
    }
    .voptisystem__list-item p {
        margin: auto 0;
        font-size: 12px;
    }
}

.vdoubles {
    margin: 0;
    padding: 0 50px 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 150px;
    background: linear-gradient(180deg, #333 0%, #272729 100%);
    background-size: 100% calc(100% - 120px);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.vdoubles::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    top: -150px;
    left: 0;
    background-image: url(/image/catalog/unilanding/taurus_4_16x44/vdoubles_mount.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    z-index: 2;
}

.vwebs {
    margin: 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 574px 480px;
    grid-template-rows: minmax(min-content, max-content) 1fr;
    row-gap: 50px;
    justify-content: space-between;
    z-index: 3;
}

.vwebs__title {
    grid-area: 1 / 1 / 2 / 3;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vwebs__title p {
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #AAA;
    width: 108px;
    text-align: center;
    vertical-align: middle;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.vwebs__title p::before {
    content: '';
    top: 0;
    bottom: 0;
    left: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #AAA;
}

.vwebs__title p::after {
    content: '';
    top: 0;
    bottom: 0;
    right: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #AAA;
}

.vwebs__title h3 {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vwebs__content {
    grid-area: 2 / 1 / 3 / 2;
}

.vwebs__content {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.vwebs__content-text {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 145%;
}

.vwebs__content-list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    list-style: none;
    gap: 20px;
}

.vwebs__content-list-item {
    margin: 0;
    padding: 20px;
    display: grid;
    grid-template-columns: 175px 330px;
    grid-template-rows: 1fr;
    gap: 10px;
    background: linear-gradient(180deg, #333 0%, #272729 100%);
}

.vwebs__content-list-item h4 { 
    margin: auto 0;
    padding: 0;
    color: #007CBF;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}

.vwebs__content-list-item p { 
    margin: auto 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.vwebs__animation {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vwebs__animation-wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    width: 480px;
    height: 480px;
    overflow: hidden;
    border-radius: 480px;
    clip-path: circle(50% at center);
}

.vwebs__animation-wrapper-border {
    margin: auto;
    padding: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    object-fit: contain;
    width: calc(100% + 2px);
    border-radius: 500px;
    z-index: 4;
}

.vwebs__animation-wrapper-web {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.vwebs__animation-wrapper-bg {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.vwebs__animation-panel {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vwebs__animation-panel-info {
    margin: 0 auto;
    padding: 0;
    color: #aaa;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.vwebs__animation-panel-buttons {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}

.vwebs__animation-panel-buttons-4 {
    margin: 0;
    padding: 13px;
    display: flex;
    background-color: #171717;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vwebs__animation-panel-buttons-4 p {
    margin: auto;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.2;
    transition: opacity 0.3s ease;
}

.vwebs__animation-panel-buttons-16 {
    margin: 0;
    padding: 13px;
    display: flex;
    background-color: #171717;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vwebs__animation-panel-buttons-16 p {
    margin: auto;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.2;
    transition: opacity 0.3s ease;
}

.vwebs__animation-panel-buttons-active {
    background-color: #272729 !important;
}

.vwebs__animation-panel-buttons-active p {
    opacity: 1 !important;
}

.vwebs__animation-wrapper-web.zoomed {
    transform: scale(2.5);
}

.vwebs__animation-wrapper-bg.zoomed {
    transform: scale(2);
}

.vwebs__animation-wrapper-bg.zoomed {
    transform: scale(2) translateY(10%); /* Масштаб + смещение вниз на 10% */
}

@media screen and (max-width: 1599px) {
    .vdoubles {
        padding: 0 50px 281px;
    }
    .vwebs {
        grid-template-columns: 1fr 480px;
        column-gap: 50px;
    }
}

@media screen and (max-width: 1499px) {
    .vdoubles {
        padding: 0 30px 221px;
        gap: 120px;
        background-size: 100% calc(100% - 120px);
    }
    .vdoubles::after {
        top: -100px;
    }
    .vwebs {
        grid-template-columns: 1fr 445px;
        column-gap: 20px;
    }
    .vwebs__content {
        justify-content: space-between;
    }
    .vwebs__content-list-item {
        grid-template-columns: 145px 255px;
        gap: 5px;
    }
    .vwebs__content-list-item h4 {
        font-size: 30px;
    }
    .vwebs__animation {
        gap: 30px;
    }
    .vwebs__animation-wrapper {
        width: 445px;
        height: 445px;
    }
    .vwebs__animation-panel-info {
        font-size: 18px;
    }
    .vwebs__animation-panel-buttons-4 p {
        font-size: 20px;
    }
    .vwebs__animation-panel-buttons-16 p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1299px) {
    .vdoubles {
        padding: 0 20px 152px;
        gap: 110px;
        background-size: 100% calc(100% - 110px);
    }
    .vdoubles::after {
        height: 250px;
        top: -65px;
    }
    .vwebs {
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
    }
    .vwebs__content-list-item {
        padding: 15px 10px;
        grid-template-columns: 122px 1fr;
        gap: 5px;
    }
    .vwebs__content-list-item h4 {
        font-size: 20px;
    }
    .vwebs__content-list-item p {
        font-size: 16px;
    }
    .vwebs__animation {
        justify-content: space-between;
    }
    .vwebs__animation-wrapper-border {
        width: 346px;
    }
    .vwebs__animation-wrapper {
        margin: 0 auto;
        width: 344px;
        height: 344px;
    }
    .vwebs__animation-panel-buttons-4 {
        padding: 14px;
    }
    .vwebs__animation-panel-buttons-16 {
        padding: 14px;
    }
}

@media screen and (max-width: 822px) {
    .vdoubles::after {
        top: -55px;
    }
}

@media screen and (max-width: 767px) {
    .vdoubles {
        padding: 10px 20px 142px;
        gap: 100px;
        background-size: 100% calc(100% - 35px);
    }
    .vdoubles::after {
        height: 250px;
        top: -85px;
    }
    .vwebs {
        grid-template-columns: 1fr;
        column-gap: 0;
        grid-template-rows: minmax(min-content, max-content) minmax(min-content, max-content) 1fr;
    }
    .vwebs__title {
        grid-area: unset;
        margin: 0;
    }
    .vwebs__title p {
        margin: 0;
        width: 86px;
        text-align: left;
    }
    .vwebs__title p::before {
        width: 0;
        height: 0;
    }
    .vwebs__title p::after {
        width: 0;
        height: 0;
    }
    .vwebs__title::after {
        content: '';
        top: 35px;
        right: 0;
        position: absolute;
        width: calc(100% - 86px);
        height: 3px;
        background-color: #AAA;
    }
    .vwebs__title h3 {
        margin: 0;
        text-align: left;
    }
    .vwebs__content {
        grid-area: unset;
    }
    .vwebs__animation {
        margin: 0 auto;
        max-width: 444px;
    }
    .vwebs__animation-wrapper {
        margin: 0 auto;
        width: 444px;
        height: 444px;
    }
    .vwebs__animation-wrapper-border {
        width: calc(100% + 2px);
    }
}

@media screen and (max-width: 566px) {
    .vdoubles {
        padding: 0 10px 84px;
        gap: 60px;
        background-size: 100% calc(100% - 15px);
    }
    .vdoubles::after {
        height: 250px;
        top: -50px;
    }
    .vwebs {
        row-gap: 50px;
    }
    .vwebs__content {
        gap: 30px;
    }
    .vwebs__content-list-item p {
        font-size: 12px;
    }
    .vwebs__animation {
        margin: 0 auto;
        max-width: 100%;
    }
    .vwebs__animation-wrapper {
        margin: 0 auto;
        width: 100%;
        height: unset;
        aspect-ratio: 1/1;
    }
    .vwebs__animation-panel-info {
        font-size: 14px;
    }
    .vwebs__animation-panel-buttons-4 {
        padding: 12px;
    }
    .vwebs__animation-panel-buttons-4 p {
        font-size: 16px;
    }
    .vwebs__animation-panel-buttons-16 {
        padding: 12px;
    }
    .vwebs__animation-panel-buttons-16 p {
        font-size: 16px;
    }
}

.vdrums {
    margin: 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(min-content, max-content));
    column-gap: 50px;
    row-gap: 50px;
}

.vdrums__title {
    grid-area: 1 / 1 / 2 / 3;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vdrums__title p {
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #AAA;
    width: 108px;
    text-align: center;
    vertical-align: middle;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.vdrums__title p::before {
    content: '';
    top: 0;
    bottom: 0;
    left: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #AAA;
}

.vdrums__title p::after {
    content: '';
    top: 0;
    bottom: 0;
    right: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #AAA;
}

.vdrums__title h3 {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vdrums__content {
    margin: 0;
    padding: 0;
    grid-area: 2 / 1 / 3 / 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(min-content, max-content));
    column-gap: 50px;
    row-gap: 50px;
}

.vdrums__zero-image {
    grid-area: 2 / 2 / 4 / 3;
    background-image: url(/image/catalog/unilanding/taurus_4_16x44/vdrums__zero.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 428px;
}

.vdrums__stroke-image {
    grid-area: 1 / 1 / 3 / 2;
    background-image: url(/image/catalog/unilanding/taurus_4_16x44/vdrums__stroke.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 428px;
}

.vdrums__zero-text {
    grid-area: 3 / 1 / 4 / 2;
}

.vdrums__stroke-text {
    grid-area: 1 / 2 / 2 / 3;
}





.vdrums__zero-text,
.vdrums__stroke-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vdrums__zero-text h4,
.vdrums__stroke-text h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: normal;
}

.vdrums__zero-text p,
.vdrums__stroke-text p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}

.vdrums__list {
    grid-area: 3 / 1 / 4 / 3;
    margin: 74px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    list-style: none;
}

.vdrums__list-item {
    margin: 0;
    padding: 0 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background: linear-gradient(180deg, #272729 0%, #333 100%);
    box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 0.00);
}

.vdrums__list-item h4 {
    margin: -24px auto 0;
    padding: 0;
    color: #007CBF;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}

.vdrums__list-item p {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1599px) {
    .vdrums__content {
        column-gap: 20px;
    }
    .vdrums__zero-image {
        height: 392px;
    }
    .vdrums__stroke-image {
        height: 392px;
    }
    .vdrums__list {
        margin: 75px 0 0;
    }
    .vdrums__list-item {
        padding: 0 10px 21px;
    }
    .vdrums__list-item h4 {
        margin: -25px auto 0;
        font-size: 35px;
    }
    .vdrums__list-item p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1499px) {
    .vdrums__content {
        column-gap: 18px;
    }
    .vdrums__list-item {
        padding: 0 10px 10px;
    }
    .vdrums__list-item h4 {
        font-size: 30px;
    }
    .vdrums__list-item p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1299px) {
    .vdrums__content {
        column-gap: 10px;
    }
    .vdrums__list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 1fr 1fr;
        gap: unset;
        column-gap: 20px;
        row-gap: 55px;
    }
    .vdrums__list-item {
        padding: 0 15px 10px;
    }
    .vdrums__list-item:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
    }
    .vdrums__list-item:nth-child(2) {
        grid-area: 1 / 3 / 2 / 5;
    }
    .vdrums__list-item:nth-child(3) {
        grid-area: 1 / 5 / 2 / 7;
    }
    .vdrums__list-item:nth-child(4) {
        grid-area: 2 / 2 / 3 / 4;
    }
    .vdrums__list-item:nth-child(5) {
        grid-area: 2 / 4 / 3 / 6;
    }
    .vdrums__list-item p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .vdrums__title {
        margin: 0;
    }
    .vdrums__title p {
        margin: 0;
        width: 86px;
        text-align: left;
    }
    .vdrums__title p::before {
        width: 0;
        height: 0;
    }
    .vdrums__title p::after {
        width: 0;
        height: 0;
    }
    .vdrums__title::after {
        content: '';
        top: 35px;
        right: 0;
        position: absolute;
        width: calc(100% - 86px);
        height: 3px;
        background-color: #AAA;
    }
    .vdrums__title h3 {
        margin: 0;
        text-align: left;
    }
    .vdrums__content {
        column-gap: 7px;
    }
    .vdrums__zero-image {
        grid-area: 2 / 2 / 3 / 3;
        height: 375px;
    }
    .vdrums__stroke-image {
        grid-area: 1 / 1 / 2 / 2;
        height: 375px;
    }
    .vdrums__zero-text {
        grid-area: 2 / 1 / 3 / 2;
    }
    .vdrums__stroke-text {
        grid-area: 1 / 2 / 2 / 3;
    }
    .vdrums__list {
        margin: 25px 0 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        row-gap: 45px;
    }

    .vdrums__list-item:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }
    .vdrums__list-item:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }
    .vdrums__list-item:nth-child(3) {
        grid-area: 2 / 1 / 3 / 2;
    }
    .vdrums__list-item:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
    }
    .vdrums__list-item:nth-child(5) {
        grid-area: 3 / 1 / 4 / 3;
    }
}

@media screen and (max-width: 566px) {
    .vdrums {
        row-gap: 30px;
    }
    .vdrums__content {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        column-gap: 30px;
    }
    .vdrums__zero-image {
        grid-area: 4 / 1 / 5 / 2;
        height: 75vw;
    }
    .vdrums__stroke-image {
        grid-area: 2 / 1 / 3 / 2;
        height: 75vw;
    }
    .vdrums__zero-text {
        grid-area: 3 / 1 / 4 / 2;
    }
    .vdrums__stroke-text {
        grid-area: 1 / 1 / 2 / 2;
    }
    .vdrums__list {
        margin: 12px 0 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        column-gap: 10px;
        row-gap: 32px;
    }
    .vdrums__list-item {
        padding: 0 6px 10px;
    }
    .vdrums__list-item h4 {
        margin: -12px auto 0;
        font-size: 20px;
    }
    .vdrums__list-item p {
        font-size: 12px;
    }
}

.vbuys {
    margin: -250px 0 0;
    padding: 0 50px 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 3;
}

.vbuys::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    top: -100px;
    left: 0;
    background-image: url(/image/catalog/unilanding/taurus_4_16x44/vbuys_mount.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    z-index: 2;
}

.vbuys__title {
    grid-area: 1 / 1 / 2 / 3;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
}

.vbuys__title p {
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #1C3A4B;
    width: 108px;
    text-align: center;
    vertical-align: middle;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.vbuys__title p::before {
    content: '';
    top: 0;
    bottom: 0;
    left: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #1C3A4B;
}

.vbuys__title p::after {
    content: '';
    top: 0;
    bottom: 0;
    right: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #1C3A4B;
}

.vbuys__title h2 {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vbuys__title-first {
    margin: 0 auto;
    padding: 0;
    color: #333;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vbuys__title-second {
    margin: 0 auto;
    padding: 0;
    color: #333;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vbuys__list {
    margin: 0 60px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    list-style: none;
}

.vbuts__item {
    margin: 0;
    padding: 30px 30px 137px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(min-content, max-content));
    gap: 20px;
    background: linear-gradient(180deg, #EEE 0%, #C8C8C8 100%);
}

.vbuts__item svg {
    margin: 0 auto;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 80px;
}

.vbuts__item h3 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
}

.vbuts__item p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1599px) {
    .vbuys::after {
        top: -150px;
    }
    .vbuys__list {
        margin: 0 16px;
        gap: 30px;
    }
}

@media screen and (max-width: 1499px) {
    .vbuys {
        margin: -150px 0 0;
        padding: 0 30px;
    }
    .vbuys__list {
        margin: 0;
        gap: 20px;
    }
    .vbuts__item {
        padding: 30px 30px 157px;
    }
}

@media screen and (max-width: 1299px) {
    .vbuys {
        margin: -160px 0 0;
        padding: 0 20px;
    }
    .vbuys::after {
        top: -90px;
    }
    .vbuys__title-second {
        font-size: 35px;
    }
    .vbuys__list {
        gap: 10px;
    }
    .vbuts__item {
        padding: 15px 14px 102px;
        gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    .vbuys {
        margin: -140px 0 0;
        padding: 0 20px;
    }
    .vbuys__title {
        margin: 0;
    }
    .vbuys__title p {
        margin: 0;
        width: 86px;
        text-align: left;
    }
    .vbuys__title p::before {
        width: 0;
        height: 0;
    }
    .vbuys__title p::after {
        width: 0;
        height: 0;
    }
    .vbuys__title::after {
        content: '';
        top: 35px;
        right: 0;
        position: absolute;
        width: calc(100% - 86px);
        height: 3px;
        background-color: #1C3A4B;
    }
    .vbuys__title h2 {
        margin: 0;
    }
    .vbuys__title-first {
        margin: 0;
        text-align: left;
    }
    .vbuys__title-second {
        margin: 0;
        text-align: left;
        font-size: 25px;
    }
    .vbuys__list {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr minmax(min-content, max-content);
        gap: 20px;
    }
    .vbuts__item {
        padding: 20px;
        gap: 20px;
    }
    .vbuts__item:nth-child(3) {
        padding: 20px 20px 100px;
        gap: 20px;
    }
    .vbuts__item svg {
        margin: 0;
    }
    .vbuts__item h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 566px) {
    .vbuys {
        margin: -50px 0 0;
        padding: 0 10px;
    }
    .vbuys::after {
        top: -85px;
    }
    .vbuys__title-second {
        margin: 0;
        text-align: left;
        font-size: 18px;
    }
    .vbuys__list {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        gap: 20px;
    }
    .vbuts__item:nth-child(3) {
        padding: 20px 20px 66px;
    }
    .vbuts__item h3 {
        font-size: 16px;
    }
}

.vquality {
    margin: -450px 0 0;
    padding: 0 50px 260px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: linear-gradient(180deg, #333 0%, #272729 100%);
    background-size: 100% calc(100% - 120px);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 4;
}

.vquality::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    top: -200px;
    left: 0;
    background-image: url(/image/catalog/unilanding/taurus_4_16x44/vquality_mount.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    z-index: 2;
}

.vquality__title {
    grid-area: 1 / 1 / 2 / 3;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
}

.vquality__title p {
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #AAA;
    width: 108px;
    text-align: center;
    vertical-align: middle;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.vquality__title p::before {
    content: '';
    top: 0;
    bottom: 0;
    left: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #AAA;
}

.vquality__title p::after {
    content: '';
    top: 0;
    bottom: 0;
    right: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #AAA;
}

.vquality__title h3 {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}







.vaccordion {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.vaccordion-item {
    border: 3px solid #666;
}

.vaccordion-item.active {
    background-color: #272729;
}

.vaccordion-header {
    width: 100%;
    padding: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.vaccordion-item:hover {
    background-color: #272729;
}

.vaccordion-header h4 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: 400;
    line-height: 110%;
    color: #fff;
}

.vaccordion-item.active .vaccordion-header h4 {
    color: #007CBF;
}

.vaccordion-header:hover {
    background-color: transparent;
}

.vaccordion-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #666;
    object-fit: contain;
    width: 30px;
}

.vaccordion-item.active .vaccordion-icon {
    transform: rotate(90deg);
    fill: #007bff;
}

.vvertical-line {
    transition: opacity 0.3s ease;
}

.vaccordion-item.active .vvertical-line {
    opacity: 0;
}

.vaccordion-item.active .vhorizontal-line {
    fill: #007bff;
}

.vaccordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.vaccordion-text {
    margin: 0;
    padding: 0 90px 30px 30px;
    font-weight: 400;
    line-height: 140%;    
}

/* Анимация для плавного появления текста */
.vaccordion-content {
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.vaccordion-item.active .vaccordion-content {
    max-height: 500px;
}

.vaccordion__image {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

@media screen and (max-width: 1599px) {
    .vquality {
        margin: -475px 0 0;
        padding: 20px 50px 205px;
    }
    .vquality::after {
        top: -175px;
    }
}

@media screen and (max-width: 1499px) {
    .vquality {
        margin: -200px 0 0;
        padding: 40px 30px 188px;
    }
    .vquality::after {
        top: -125px;
    }
    .vaccordion {
        gap: 30px;
    }
    .vaccordion-header h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1299px) {
    .vquality {
        margin: -125px 0 0;
        padding: 20px 30px 153px;
        background-size: 100% calc(100% - 55px);
    }
    .vquality::after {
        top: -125px;
    }
    .vaccordion-header {
        padding: 30px 20px 30px 20px;
    }
    .vaccordion-text {
        margin: 0;
        padding: 0 70px 30px 20px;
        font-weight: 400;
        line-height: 140%;    
    }
}

@media screen and (max-width: 767px) {
    .vquality {
        margin: -125px 0 0;
        padding: 20px 20px 114px;
        background-size: 100% calc(100% - 55px);
    }
    .vquality::after {
        top: -80px;
    }
    .vquality__title {
        margin: 0;
    }
    .vquality__title p {
        margin: 0;
        width: 86px;
        text-align: left;
    }
    .vquality__title p::before {
        width: 0;
        height: 0;
    }
    .vquality__title p::after {
        width: 0;
        height: 0;
    }
    .vquality__title::after {
        content: '';
        top: 35px;
        right: 0;
        position: absolute;
        width: calc(100% - 86px);
        height: 3px;
        background-color: #AAA;
    }
    .vquality__title h3 {
        margin: 0;
        text-align: left;
    }
    .vaccordion {
        gap: 20px;
    }
    .vaccordion-header {
        padding: 20px;
    }
    .vaccordion-text {
        padding: 0 70px 20px 20px;  
    }
    .vaccordion-header h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 566px) {
    .vquality {
        margin: -75px 0 0;
        padding: 0 10px 80px;
        background-size: 100% calc(100% - 30px);
    }
    .vquality::after {
        top: -65px;
        height: 200px;
    }
    .vaccordion-header {
        padding: 10px;
        gap: 10px;
        z-index: 3;
    }
    .vaccordion-text {
        padding: 0 40px 10px 10px;  
    }
    .vaccordion-header h4 {
        font-size: 16px;
        text-align: left;
    }
    .vaccordion-icon {
        width: 18px;
    }
}

@media screen and (max-width: 420px) {
    .vquality::after {
        top: -40px;
    }
}

.vcomplectations {
    margin: -260px 0 0;
    padding: 0 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 5;
}

.vcomplectations::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    top: -150px;
    left: 0;
    background-image: url(/image/catalog/unilanding/taurus_4_16x44/vcomplectations_mount.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    z-index: 2;
}

.vcomplectations__title {
    grid-area: 1 / 1 / 2 / 3;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
}

.vcomplectations__title p {
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #1C3A4B;
    width: 108px;
    text-align: center;
    vertical-align: middle;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.vcomplectations__title p::before {
    content: '';
    top: 0;
    bottom: 0;
    left: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #1C3A4B;
}

.vcomplectations__title p::after {
    content: '';
    top: 0;
    bottom: 0;
    right: -90px;
    margin: auto 0;
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #1C3A4B;
}

.vcomplectations__title h2 {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vcomplectations__content {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.vcomplectations__content img {
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: contain;
}

.vcomplectations__content-list {
    margin: 0;
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 520px;
}

.vcomplectations__content-list-item {
    margin: 0;
    padding: 0;
}

.vcomplectations__content-list-item p {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1599px) {
    .vcomplectations {
        margin: -175px 0 0;
    }
}

@media screen and (max-width: 1499px) {
    .vcomplectations {
        margin: -165px 0 0;
        padding: 0 30px;
    }
}

@media screen and (max-width: 1299px) {
    .vcomplectations::after {
        top: -90px;
    }
}

@media screen and (max-width: 767px) {
    .vcomplectations {
        margin: -115px 0 0;
        padding: 0 20px;
    }    
    .vcomplectations::after {
        height: 250px;
        top: -90px;
    }
    .vcomplectations__title {
        margin: 0;
    }
    .vcomplectations__title p {
        margin: 0;
        width: 86px;
        text-align: left;
    }
    .vcomplectations__title p::before {
        width: 0;
        height: 0;
    }
    .vcomplectations__title p::after {
        width: 0;
        height: 0;
    }
    .vcomplectations__title::after {
        content: '';
        top: 35px;
        right: 0;
        position: absolute;
        width: calc(100% - 86px);
        height: 3px;
        background-color: #1C3A4B;
    }
    .vcomplectations__title h2 {
        margin: 0;
        text-align: left;
    }
    .vcomplectations__content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
        grid-template-columns: unset;
        gap: 30px;
    }
    .vcomplectations__content-list {
        padding: 0 0 0 20px;
        max-width: unset;
    }
}

@media screen and (max-width: 566px) {
    .vcomplectations {
        margin: -40px 0 0;
        padding: 0 10px;
        gap: 30px;
    } 
    .vcomplectations::after {
        height: 180px;
        top: -100px;
    }







}

@media screen and (max-width: 400px) {
.vcomplectations::after {
    top: -70px;
}
}


