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-orange {
    color: #48B583;
}

.vector-title {
    font-size: 60px;
}

.vector-subtitle {
    font-size: 30px;
}

.vector-description {
    font-size: 20px;
}

.vector-number {
    font-size: 236px;
    font-weight: 500;
    line-height: 80%;
    text-transform: uppercase;
}


@media screen and (max-width: 1599px) {
    .vector-title {
        font-size: 55px;
    }
    .vector-number {
        font-size: 216px;
    }
}

@media screen and (max-width: 1499px) {
    .vector-landing {
        padding: 0 0 100px;
        gap: 120px;
    }
    .vector-title {
        font-size: 50px;
    }
    .vector-subtitle {
        font-size: 30px;
    }
    .vector-description {
        font-size: 18px;
    }
    .vector-number {
        font-size: 230px;
    }
}

@media screen and (max-width: 1299px) {
    .vector-landing {
        gap: 110px;
    }
    .vector-title {
        font-size: 40px;
    }
    .vector-description {
        font-size: 16px;
    }
    .vector-number {
        font-size: 200px;
    }
}

@media screen and (max-width: 767px) {
    .vector-landing {
        padding: 0;
        gap: 100px;
    }
    .vector-subtitle {
        font-size: 22px;
    }
    .vector-number {
        font-size: 130px;
    }
}

@media screen and (max-width: 566px) {
    .vector-landing {
        gap: 60px;
    }
    .vector-title {
        font-size: 27px;
    }
    .vector-subtitle {
        font-size: 20px;
    }
    .vector-description {
        font-size: 14px;
    }
    .vector-number {
        font-size: 100px;
    }
}

.vheader {
    margin: 0;
    padding: 50px 50px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-image: url(/image/catalog/unilanding/orion_max_3-18x44_hd/vheader_bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    z-index: 2;
}

.vheader::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 188px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='537' height='78' viewBox='0 0 537 78' fill='none'%3E%3Cpath d='M0 78C0 29.9188 43.2881 -6.58379 90.6789 1.5353L537 78H0Z' fill='url(%23paint0_linear_98_1856)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_98_1856' x1='0' y1='32' x2='537' y2='32' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23272729'/%3E%3Cstop offset='1' stop-color='%231D1D1F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 3;
}

.vheader__title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
}

.vheader__title h3 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    opacity: 0.9;
}

.vheader__title h2 {
    margin: 0;
    padding: 0;
    font-size: 157px;
    font-weight: 900;
    line-height: 90%;
    text-transform: uppercase;
    opacity: 0.9;
}

.vheader__title p {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    opacity: 0.9;
}

.vheader__desc {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 20px;
    max-width: 575px;
    z-index: 4;
}

.vheader__desc p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}

.vheader__desc p:nth-child(1) {
    max-width: 397px;
}

.vheader__image {
    position: absolute;
    top: 274px;
    right: 0;
    z-index: 2;
    width: 100%;
    max-width: 977px;
    object-fit: contain;
}

@media screen and (max-width: 1599px) {
    .vheader {
        padding: 50px 50px 150px;
    }
    .vheader__title h2 {
        font-size: 140px;
    }
    .vheader__desc {
        max-width: 649px;
    }
    .vheader__desc p:nth-child(1) {
        max-width: 415px;
    }
    .vheader__image {
        top: 300px;
        max-width: 850px;
    }
}

@media screen and (max-width: 1499px) {
    .vheader {
        padding: 30px 30px 0;
    }
    .vheader__title h3 {
        font-size: 52px;
    }
    .vheader__title h2 {
        font-size: 119px;
    }
    .vheader__title p {
        font-size: 55px;
    }
    .vheader__desc {
        max-width: 591px;
    }
    .vheader__desc p:nth-child(1) {
        max-width: 308px;
    }
    .vheader__image {
        top: 250px;
        max-width: 725px;
    }
}

@media screen and (max-width: 1299px) {
    .vheader {
        padding: 20px 20px 0;
    }
    .vheader::before {
        bottom: 75px;
        height: 150px;
    }
    .vheader::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 75px;
        background: linear-gradient(90deg, #272729 0%, #1D1D1F 100%);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 2;
    }
    .vheader__title h3 {
        font-size: 39px;
    }
    .vheader__title h2 {
        font-size: 91px;
        max-width: 700px;
    }
    .vheader__title p {
        font-size: 40px;
    }
    .vheader__desc {
        max-width: unset;
        z-index: 3;
    }
    .vheader__desc p:nth-child(1) {
        max-width: 268px;
    }
    .vheader__image {
        top: 170px;
        max-width: 558px;
    }
}

@media screen and (max-width: 767px) {
    .vheader {
        padding: 20px 20px 0;
        gap: 430px;
        background-size: 250% auto;
    }
    .vheader__desc {
        margin: 0 -20px;
        padding: 20px 20px 0 ;
        background: linear-gradient(90deg, #272729 0%, #1D1D1F 100%);
        max-width: unset;
    }
    .vheader__title h3 {
        font-size: 28px;
    }
    .vheader__title h2 {
        font-size: 91px;
        max-width: 500px;
    }
    .vheader__desc::before {
        content: '';
        position: absolute;
        top: -14vw;
        left: 0;
        width: 105%;
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='537' height='78' viewBox='0 0 537 78' fill='none'%3E%3Cpath d='M0 78C0 29.9188 43.2881 -6.58379 90.6789 1.5353L537 78H0Z' fill='url(%23paint0_linear_98_1856)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_98_1856' x1='0' y1='32' x2='537' y2='32' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23272729'/%3E%3Cstop offset='1' stop-color='%231D1D1F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .vheader__desc p:nth-child(1) {
        max-width: unset;
    }
    .vheader__image {
        content: url(/image/catalog/unilanding/orion_max_3-18x44_hd/vheader_image_mini.webp);
        max-width: 517px;
        top: 350px;
    }
}

@media screen and (max-width: 566px) {
    .vheader {
        padding: 10px 10px 0;
        gap: 62vw;
    }
    .vheader__title h3 {
        font-size: 15px;
    }
    .vheader__title h2 {
        font-size: 60px;
        max-width: 270px;
    }
    .vheader__title p {
        font-size: 22px;
        max-width: 191px;
    }
    .vheader__image {
        max-width: calc(100% - 10px);
        bottom: unset;
        top: 210px;
    }
}

.voptics {
    margin: -151px 0 0;
    padding: 100px 50px 0;
    position: relative;
    background-image: linear-gradient(90deg, #272729 0%, #1D1D1F 100%);
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 3;
    overflow: hidden;
}



.voptics__title {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    z-index: 3;
}

.voptics__title span {
    margin: auto 0;
    padding: 0;
}

.voptics__title h2 {
    margin: auto 0;
    padding: 0;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.voptics__desc {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 3;
}

.voptics__desc h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 120%;
}

.voptics__desc p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}

.voptics__image {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    border-radius: 60px;
    z-index: 3;
}

.voptics__list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    list-style: none;
    z-index: 3;
}

.voptics__item {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.voptics__item h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 120%;
}

.voptics__item p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 1599px) {
    .voptics {
        margin: -151px 0 0;
        padding: 0 50px 0;
        background-position: bottom center;
    }
}

@media screen and (max-width: 1499px) {
    .voptics {
        margin: -121px 0 0;
        padding: 120px 30px 0;
        background-position: bottom center;
    }
    .voptics__title h2 {
        margin: 0;
        line-height: 110%;
    }
}

@media screen and (max-width: 1299px) {
    .voptics {
        margin: -111px 0 0;
        padding: 111px 20px 0;
        background-position: bottom center;
    }
    .voptics__image {
        object-fit: cover;
        object-position: left center;
        height: 436px;
    }
}

@media screen and (max-width: 1099px) {
    .voptics__image {
        height: 57vw;
    }
}

@media screen and (max-width: 767px) {
    .voptics {
        margin: -100px 0 0;
        padding: 100px 20px 0;
        background-size: 100% 100%;
        background-position: bottom center;
    }
    .voptics::before {
        display: none;
    }
    .voptics__title {
        flex-direction: column;
    }
    .voptics__desc {
        gap: 20px;
    }
    .voptics__image {
        object-fit: cover;
        object-position: left center;
        height: 62vw;
    }
    .voptics__list {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }
    .voptics__item {
        gap: 20px;
    }
}

@media screen and (max-width: 566px) {
    .voptics {
        margin: -60px 0 0;
        padding: 60px 10px 0;
        gap: 30px;
    }
    .voptics__image {
        height: 63vw;
    }
}

.vwebs {
    margin: -151px 0 0;
    padding: 151px 50px 0;
    position: relative;
    background: linear-gradient(90deg, #272729 0%, #1D1D1F 100%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 630px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 3;
}

.vwebs::before {
    content: '';
    position: absolute;
    top: 630px;
    left: 0;
    width: 100%;
    height: 222px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1300 200' preserveAspectRatio='none'%3E%3Cpath d='M0 0H1300V79.7705C1300 154.117 1233.09 210.573 1159.8 198.058L0 0Z' fill='url(%23paint0_linear_12_42)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_12_42' x1='0' y1='111' x2='1300' y2='111' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23272729'/%3E%3Cstop offset='1' stop-color='%231D1D1F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.vwebs__title {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    z-index: 3;
}

.vwebs__title span {
    margin: auto 0;
    padding: 0;
}

.vwebs__title h2 {
    margin: auto 0;
    padding: 0;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.vwebs__content {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(min-content, max-content));
    column-gap: 50px;
    row-gap: 50px;
    z-index: 3;
}

.vwebs__content-plane {
    grid-area: 1 / 1 / 2 / 2;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vwebs__content-plane h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 120%;
}

.vwebs__content-plane p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}



















.vwebs__content-animation {
    grid-area: 1 / 2 / 3 / 3;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vwebs__animation-wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 680px;
}

.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: 600px;
    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: #6E6E6E;
    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: #272729;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px 0 0 5px;
}

.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.5;
    transition: opacity 0.3s ease;
}

.vwebs__animation-panel-buttons-16 {
    margin: 0;
    padding: 13px;
    display: flex;
    background-color: #272729;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0 5px 5px 0;
}

.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.5;
    transition: opacity 0.3s ease;
}

.vwebs__animation-panel-buttons-active {
    background-color: #48B583 !important;
}

.vwebs__animation-panel-buttons-active p {
    opacity: 1 !important;
}

.vwebs__animation-wrapper-web.zoomed {
    transform: scale(4);
}

.vwebs__animation-wrapper-bg.zoomed {
    transform: scale(3);
}

.vwebs__animation-wrapper-bg.zoomed {
    transform: scale(3) translateY(-5%); /* Масштаб + смещение вниз на 10% */
}








.vwebs__content-mil {
    grid-area: 2 / 1 / 4 / 2;
    margin: auto 0 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

.vwebs__content-mark {
    grid-area: 3 / 2 / 4 / 3;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vwebs__content-mark h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 120%;
}

.vwebs__content-mark p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 1599px) {
    .vwebs {
        background-size: 100% 651px;
    }
    .vwebs::before {
        top: 650px;
        height: 200px;
    }
}

@media screen and (max-width: 1499px) {
    .vwebs {
        margin: -121px 0 0;
        padding: 121px 30px 0;
        background-size: 100% 600px;
    }
    .vwebs::before {
        top: 600px;
        height: 166px;
    }
    .vwebs__title h2 {
        margin: 0;
        line-height: 110%;
    }
    .vwebs__title h2 br {
        display: none;
    }
    .vwebs__content {
        column-gap: 20px;
    }
}

@media screen and (max-width: 1299px) {
    .vwebs {
        margin: -111px 0 0;
        padding: 111px 20px 0;
        background-size: 100% 600px;
    }
    .vwebs::before {
        top: 600px;
        height: 110px;
    }
    .vwebs__content-animation {
        gap: 40px;
    }
    .vwebs__animation-panel-buttons-4 {
        padding: 16px 12px;
    }
    .vwebs__animation-panel-buttons-16 {
        padding: 16px 12px;
    }
    .vwebs__animation-panel-buttons-4 p {
        font-size: 20px;
    }
    .vwebs__animation-panel-buttons-16 p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1099px) {
    .vwebs::before {
        height: 15vw;
    }
}

@media screen and (max-width: 767px) {
    .vwebs {
        margin: -101px 0 0;
        padding: 101px 20px 0;
        background-size: 100% 775px;
    }
    .vwebs::before {
        top: 775px;
    }
    .vwebs__title {
        flex-direction: column;
    }
    .vwebs__content {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        row-gap: 50px;
    }
    .vwebs__content-plane {
        grid-area: 1 / 1 / 2 / 2;
    }
    .vwebs__content-plane h3 {
        font-size: 30px;
    }
    .vwebs__content-animation {
        grid-area: 2 / 1 / 3 / 2;
        margin: 0 26px;
        gap: 30px;
    }
    .vwebs__animation-panel-info {
        max-width: 350px;
    }
    .vwebs__content-mil {
        grid-area: 3 / 1 / 4 / 2;
    }
    .vwebs__content-mark {
        grid-area: 4 / 1 / 5 / 2;
        margin: 0;
        gap: 30px;
    }
    .vwebs__content-mark h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 566px) {
    .vwebs {
        margin: -61px 0 0;
        padding: 61px 10px 0;
        background-size: 100% 775px;
    }
    .vwebs__content-plane {
        gap: 20px;
    }
    .vwebs__content-plane h3 {
        font-size: 20px;
    }
    .vwebs__content-plane p {
        font-size: 16px;
    }
    .vwebs__content-animation {
        margin: 0;
    }
    .vwebs__animation-panel-buttons {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
    }
    .vwebs__animation-panel-buttons-4 {
        padding: 13px;
        border-radius: 5px;
    }
    .vwebs__animation-panel-buttons-16 {
        padding: 13px;
        border-radius: 5px;
    }
    .vwebs__animation-panel-buttons-4 p {
        font-size: 25px;
    }
    .vwebs__animation-panel-buttons-16 p {
        font-size: 25px;
    }
    .vwebs__content-mark {
        gap: 20px;
    }
    .vwebs__content-mark h3 {
        font-size: 20px;
    }
    .vwebs__content-mark p {
        font-size: 16px;
    }
}

.vdrums {
    margin: -850px 0 0;
    padding: 850px 50px 300px;
    position: relative;
    background-image: url(/image/catalog/unilanding/orion_max_3-18x44_hd/vdrums_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 2;
}

.vdrums__title {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    z-index: 3;
}

.vdrums__title span {
    margin: auto 0;
    padding: 0;
}

.vdrums__title h2 {
    margin: auto 0;
    padding: 0;
    font-weight: 700;
    line-height: 140%;
    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/orion_max_3-18x44_hd/vdrums__zero.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 480px;
    border-radius: 60px;
}

.vdrums__stroke-image {
    grid-area: 1 / 1 / 3 / 2;
    background-image: url(/image/catalog/unilanding/orion_max_3-18x44_hd/vdrums__stroke.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 480px;
    border-radius: 60px;
}

.vdrums__zero-text {
    grid-area: 3 / 1 / 4 / 2;
    margin: auto 0 0;
}

.vdrums__stroke-text {
    grid-area: 1 / 2 / 2 / 3;
    margin: 0;
}


.vdrums__zero-text,
.vdrums__stroke-text {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vdrums__zero-text h4,
.vdrums__stroke-text h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 120%;
}

.vdrums__zero-text p,
.vdrums__stroke-text p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}

.vdrums__desc {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vdrums__desc h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 120%;
}

.vdrums__desc p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 1599px) {
    .vdrums__zero-text {
        margin: auto 0 56px;
    }
}

@media screen and (max-width: 1499px) {
    .vdrums {
        padding: 850px 30px 300px;
    }
    .vdrums__title h2 {
        margin: 0;
        line-height: 110%;
    }
    .vdrums__content {
        column-gap: 20px;
    }
    .vdrums__zero-text {
        margin: auto 0 0;
    }
}

@media screen and (max-width: 1299px) {
    .vdrums {
        padding: 850px 20px 300px;
    }
    .vdrums__zero-image {
        height: 400px;
    }
    .vdrums__stroke-image {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .vdrums {
        margin: -1650px 0 0;
        padding: 1650px 20px 200px;
    }
    .vdrums__title {
        flex-direction: column;
    }
    .vdrums__content {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(min-content, max-content));
    }
    .vdrums__zero-image {
        grid-area: 3 / 1 / 4 / 2;
        height: 70vw;
    }
    .vdrums__stroke-image {
        grid-area: 1 / 1 / 2 / 2;
        height: 70vw;
    }
    .vdrums__zero-text {
        grid-area: 2 / 1 / 3 / 2;
        margin: 0;
    }
    .vdrums__stroke-text {
        grid-area: 4 / 1 / 5 / 2;
        margin: 0;
    }
    .vdrums__zero-text h4,
    .vdrums__stroke-text h4 {
        font-size: 30px;
    }
    .vdrums__desc h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 566px) {
    .vdrums {
        margin: -1250px 0 0;
        padding: 1250px 10px 200px;
    }
    .vdrums__zero-image {
        height: 350px;
    }
    .vdrums__stroke-image {
        height: 350px;
    }
    .vdrums__zero-text,
    .vdrums__stroke-text,
    .vdrums__desc {
        gap: 20px;
    }
    .vdrums__zero-text h4,
    .vdrums__stroke-text h4,
    .vdrums__desc h4 {
        font-size: 20px;
    }
    .vdrums__zero-text p,
    .vdrums__stroke-text p,
    .vdrums__desc p {
        font-size: 16px;
    }
}







.vhunting {
    margin: -260px 0 0;
    padding: 0 50px 150px;
    position: relative;
    background: linear-gradient(90deg, #272729 0%, #1D1D1F 100%);
    background-size: 100% calc(100% - 88px);
    background-position: bottom center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 3;
}

.vhunting::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='537' height='78' viewBox='0 0 537 78' fill='none'%3E%3Cpath d='M0 78C0 29.9188 43.2881 -6.58379 90.6789 1.5353L537 78H0Z' fill='url(%23paint0_linear_98_1856)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_98_1856' x1='0' y1='32' x2='537' y2='32' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23272729'/%3E%3Cstop offset='1' stop-color='%231D1D1F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.vhunting::after {
    content: '';
    position: absolute;
    bottom: 271px;
    left: 50px;
    right: 50px;
    z-index: 2;
    width: calc(100% - 100px);
    height: 300px;
    background-image: url(/image/catalog/unilanding/orion_max_3-18x44_hd/vhunting_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.vhunting__title {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    z-index: 3;
}

.vhunting__title span {
    margin: auto 0;
    padding: 0;
}

.vhunting__title h2 {
    margin: auto 0;
    padding: 0;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}













.vhunting__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 277px 1fr 277px;
    gap: 20px;
}

.vhunting__item {
    margin: 0;
    padding: 0;
}

.vhunting__item-card {
    margin: 0;
    padding: 20px;
    width: 277px;
    height: 346px;
    position: relative;
    border: 1px solid rgba(102, 102, 102, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 4;
}

.vhunting__item-card:hover {
    background-color: #48B583;
}

.vhunting__item:nth-child(5) .vhunting__item-card {
    margin: 0 0 0 auto;
}

.vhunting__item-card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.vhunting__item-default-content {
    opacity: 1;
}

.vhunting__item-hover-content {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.vhunting__item-hover-content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.vhunting__item-card:hover .vhunting__item-default-content {
    opacity: 0;
}

.vhunting__item-card:hover .vhunting__item-hover-content {
    opacity: 1;
}

.vhunting__item-card-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.vhunting__item-card-image {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 130px;
    align-self: flex-end;
    transition: all 0.3s ease;
}

.vhunting__item-card-text {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

/* 1-й элемент */
.vhunting__item:nth-child(1) .vhunting__item-card-text {
    width: 169px;
}

/* 2-й элемент */
.vhunting__item:nth-child(2) .vhunting__item-card-text {
    width: 190px;
}

/* 3-й элемент */
.vhunting__item:nth-child(3) .vhunting__item-card-text {
    width: 194px;
}

/* 4-й элемент */
.vhunting__item:nth-child(4) .vhunting__item-card-text {
    width: 185px;
}

/* 5-й элемент */
.vhunting__item:nth-child(5) .vhunting__item-card-text {
    width: 210px;
}

/* 6-й элемент */
.vhunting__item:nth-child(6) .vhunting__item-card-text {
    width: 218px;
}

@media screen and (max-width: 1599px) {
    .vhunting::before {
        top: -81px;
    }
}

@media screen and (max-width: 1499px) {
    .vhunting {
        padding: 30px 30px 120px;
        background-size: 100% calc(100% - 60px);
    }
    .vhunting::before {
        top: -80px;
        height: 160px;
    }
    .vhunting__title h2 {
        margin: 0;
        line-height: 110%;
    }
    .vhunting__item:nth-child(2) .vhunting__item-card {
        margin: 0 auto;
    }
    .vhunting__item:nth-child(5) .vhunting__item-card {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1299px) {
    .vhunting {
        padding: 30px 20px 110px;
        background-size: 100% calc(100% - 60px);
    }
    .vhunting::before {
        top: -99px;
        height: 160px;
        background-position: bottom center;
    }
    .vhunting::after {
        bottom: 144px;
        left: 20px;
        right: 20px;
        width: calc(100% - 40px);
        height: 790px;
        background-image: url(/image/catalog/unilanding/orion_max_3-18x44_hd/vhunting_bg_middle.webp);
    }
    .vhunting__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr 1fr;
        gap: unset;
        row-gap: 20px;
        column-gap: 10px;
    }
    .vhunting__item-card {
        width: 100%;
        height: 260px;
    }
}

@media screen and (max-width: 767px) {
    .vhunting {
        margin: -220px 0 0;
        padding: 30px 20px 100px;
    }
    .vhunting::after {
        bottom: 70px;
        left: 20px;
        right: 20px;
        width: calc(100% - 40px);
        height: 880px;
        background-image: url(/image/catalog/unilanding/orion_max_3-18x44_hd/vhunting_bg_mini.webp);
    }
    .vhunting__title {
        flex-direction: column;
    }
    .vhunting__title h2 br {
        display: none;
    }
    .vhunting__list {
        grid-template-columns: 1fr 1fr;
        column-gap: 9px;
    }
    .vhunting__item:nth-child(5) .vhunting__item-card-text {
        width: 210px;
    }
    .vhunting__item:nth-child(6) .vhunting__item-card-text {
        width: 200px;
    }
    .vhunting__item-hover-content p {
        font-size: 16px;
    }
    .vhunting__item-card {
        height: 310px;
    }
}

@media screen and (max-width: 566px) {
    .vhunting {
        padding: 40px 10px 100px;
        gap: 30px;
    }
    .vhunting::after {
        bottom: 270px;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
        height: 1090px;
    }
    .vhunting__title h2 br {
        display: block;
    }
    .vhunting__list {
        grid-template-rows: repeat(6, 1fr);
        grid-template-columns: 1fr;
    }
    .vhunting__item-card {
        padding: 20px 36px 20px 20px;
        height: 270px;
    }
}

.warranty {
    margin: -150px 0 0;
    padding: 0;
    position: relative;
    background: linear-gradient(90deg, #272729 0%, #1D1D1F 100%);
}

.warranty__title {
    margin: 0;
    padding: 50px 50px 185px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-image: url(/image/catalog/unilanding/orion_max_3-18x44_hd/warranty_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.warranty__title span {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
}

.warranty__title h2 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.warranty__title h2 p:nth-child(1) {
    margin: 0;
    font-size: 110px;
    font-weight: 700;
    line-height: 110%;
    margin-top: -0.1em;
    margin-bottom: -0.1em;
    text-transform: uppercase;
    text-align: right;
    z-index: 2;
}

.warranty__title h2 p:nth-child(2) {
    margin: 0;
    font-size: 68px;
    font-weight: 700;
    line-height: 110%;
    margin-top: -0.1em;
    margin-bottom: -0.1em;
    text-transform: uppercase;
    text-align: right;
    z-index: 4;
}

.warranty__title h2 p:nth-child(3) {
    margin: 0;
    font-size: 68px;
    font-weight: 700;
    line-height: 110%;
    margin-top: -0.1em;
    margin-bottom: -0.1em;
    text-transform: uppercase;
    text-align: right;
    z-index: 4;
}

.warranty__image {
    position: absolute;
    left: 50px;
    top: 107px;
    width: 100%;
    max-width: 868px;
    z-index: 3;
}

.warranty p {
    margin: 30px 50px 0 425px;
    padding: 0;
    line-height: 140%;
}

@media screen and (max-width: 1599px) {
    .warranty__title {
        padding: 50px 50px 149px;
    }
    .warranty__title h2 p:nth-child(1) {
        font-size: 96px;
    }
    .warranty__title h2 p:nth-child(2) {
        font-size: 56px;
    }
    .warranty__title h2 p:nth-child(3) {
        font-size: 56px;
    }
    .warranty__image {
        top: 100px;
        max-width: 797px;
    }
    .warranty p {
        margin: 30px 50px 0 415px;
        padding: 0;
    }
}

@media screen and (max-width: 1499px) {
    .warranty {
        margin: -120px 0 0;
    }
    .warranty__title {
        padding: 50px 30px 153px;
    }
    .warranty__title h2 p:nth-child(1) {
        font-size: 75px;
    }
    .warranty__title h2 p:nth-child(2) {
        font-size: 46px;
    }
    .warranty__title h2 p:nth-child(3) {
        font-size: 46px;
    }
    .warranty__image {
        left: 30px;
        top: 93px;
        max-width: 704px;
    }
    .warranty p {
        margin: 20px 30px 0 365px;
        padding: 0;
    }
}

@media screen and (max-width: 1299px) {
    .warranty {
        margin: -110px 0 0;
    }
    .warranty__title {
        padding: 50px 18px 250px 20px;
    }
    .warranty__title h2 p:nth-child(1) {
        font-size: 55px;
    }
    .warranty__title h2 p:nth-child(2) {
        font-size: 33px;
    }
    .warranty__title h2 p:nth-child(3) {
        font-size: 33px;
    }
    .warranty__image {
        left: 20px;
        top: 80px;
        max-width: 690px;
    }
    .warranty p {
        margin: 52px 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .warranty {
        margin: -100px 0 0;
    }
    .warranty__title {
        padding: 20px 20px 150px;
        justify-content: unset;
        flex-direction: column;
        gap: 26px;
    }
    .warranty__title h2 {
        gap: 20px;
    }
    .warranty__title h2 p:nth-child(1) {
        font-size: 59px;
    }
    .warranty__title h2 p:nth-child(2) {
        font-size: 36px;
    }
    .warranty__title h2 p:nth-child(3) {
        font-size: 36px;
    }
    .warranty__image {
        left: 20px;
        top: 192px;
        max-width: 497px;
    }
    .warranty p {
        margin: 50px 20px 0;
    }
}

@media screen and (max-width: 566px) {
    .warranty {
        margin: -60px 0 0;
    }
    .warranty__title {
        padding: 20px 10px 55px;
        gap: 20px;
    }
    .warranty__title h2 {
        gap: 15px;
    }
    .warranty__title h2 p:nth-child(1) {
        font-size: 32px;
    }
    .warranty__title h2 p:nth-child(2) {
        font-size: 19px;
    }
    .warranty__title h2 p:nth-child(3) {
        font-size: 19px;
    }
    .warranty__image {
        left: 10px;
        top: 140px;
        max-width: 270px;
    }
    .warranty p {
        margin: 50px 10px 0;
    }
}

.vrings {
    margin: -151px 0 0;
    padding: 151px 50px 75px;
    background: linear-gradient(90deg, #272729 0%, #1D1D1F 100%);
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.vrings__title {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    z-index: 3;
}

.vrings__title span {
    margin: auto 0;
    padding: 0;
}

.vrings__title h2 {
    margin: auto 0;
    padding: 0;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.vrings p {
    margin: 0;
    padding: 0;
} 

.vrings__image {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

@media screen and (max-width: 1499px) {
    .vrings {
        margin: -121px 0 0;
        padding: 121px 30px 85px;
    }
    .vrings__title h2 {
        margin: 0;
        line-height: 110%;
    }
}

@media screen and (max-width: 1299px) {
    .vrings {
        margin: -111px 0 0;
        padding: 111px 20px 90px;
    }
}

@media screen and (max-width: 767px) {
    .vrings {
        margin: -101px 0 0;
        padding: 101px 20px 50px;
        border-radius: 0 0 60px 0;
    }
    .vrings__title {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 566px) {
    .vrings {
        margin: -61px 0 0;
        padding: 61px 10px 30px;
        border-radius: 0 0 60px 0;
        gap: 30px;
    }
}

.vcomplectation {
    margin: -151px 0 0;
    padding: 75px 50px 171px;
    position: relative;
    background: linear-gradient(90deg, #272729 0%, #1D1D1F 100%);
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.vcomplectation::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/image/catalog/unilanding/orion_max_3-18x44_hd/vcomplectation_bg.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    z-index: 2;
}

.vcomplectation__title {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    z-index: 3;
}

.vcomplectation__title span {
    margin: auto 0;
    padding: 0;
}

.vcomplectation__title h2 {
    margin: auto 0;
    padding: 0;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    max-width: 733px;
}

.vcomplectation__list {
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.vcomplectation__item {
    margin: 0;
    padding: 0;
}

.vcomplectation__item p {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 140%;
}

.vcomplectation__image {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 100%;
    max-width: 625px;
    z-index: 3;
}

@media screen and (max-width: 1599px) {
    .vcomplectation__image {
        max-width: 527px;
    }
}

@media screen and (max-width: 1499px) {
    .vcomplectation {
        margin: -121px 0 0;
        padding: 36px 30px 95px;
        gap: 50px;
        border-radius: 0 0 60px 0;
    }
    .vcomplectation__title h2 {
        line-height: 110%;
        max-width: 440px;
    }
    .vcomplectation__item p {
        font-size: 20px;
    }
    .vcomplectation__image {
        bottom: -76px;
        right: 30px;
        max-width: 508px;
    }
}

@media screen and (max-width: 1299px) {
    .vcomplectation {
        margin: -111px 0 0;
        padding: 25px 20px 23px;
        gap: 50px;
    }
    .vcomplectation__title h2 {
        max-width: 350px;
    }
    .vcomplectation__item p {
        font-size: 18px;
    }
    .vcomplectation__image {
        bottom: -37px;
        right: 20px;
        max-width: 351px;
    }
}

@media screen and (max-width: 767px) {
    .vcomplectation {
        margin: -50px 0 0;
        padding: 0 20px;
        gap: 50px;
        background: unset;
    }
    .vcomplectation::after {
        display: none;
    }
    .vcomplectation__title {
        flex-direction: column;
    }
    .vcomplectation__title h2 {
        max-width: unset;
    }
    .vcomplectation__image {
        position: relative;
        bottom: unset;
        right: unset;
        max-width: unset;
    }
}

@media screen and (max-width: 566px) {
    .vcomplectation {
        margin: -30px 0 0;
        padding: 0 10px;
        gap: 30px;
    }
    .vcomplectation__item p {
        font-size: 16px;
    }







}
