h3::after {
    display: none;
}

body {
    overflow: unset;
}

header {
    z-index: 7;
}

.vinfo {
    margin: 0;
    padding: 45px 50px 194px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 17px 543px;
    grid-template-columns: 1fr 543px;
    -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 29px minmax(-webkit-min-content, -webkit-max-content);
    -ms-grid-rows: minmax(min-content, max-content) 29px minmax(min-content, max-content);
    grid-template-rows: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
    row-gap: 29px;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/vinfo_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.vinfo > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.vinfo > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.vinfo > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.vinfo > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.vinfo__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    margin: 0 auto;
    padding: 0;
    color: #f9f9f9;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
}

.vinfo__name {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.vinfo__name h3 {
    margin: 0;
    padding: 0;
    color: #001927;
    font-size: 100px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.vinfo__name p {
    margin: -20px -400px 0 0;
    padding: 0;
    color: #001927;
    font-size: 85px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.vinfo__desc {
    margin: 19px 0 0;
    padding: 0;
    color: #001927;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.vinfo__desc span {
    font-weight: 700;
}

@media screen and (max-width: 1599px) {
    .vinfo {
        padding: 30px 50px 186px;
        -ms-grid-columns: 1fr 35px 525px;
        grid-template-columns: 1fr 525px;
        -webkit-column-gap: 35px;
           -moz-column-gap: 35px;
                column-gap: 35px;
        row-gap: 24px;
    }
    .vinfo__title {
        font-size: 55px;
    }
    .vinfo__name h3 {
        font-size: 90px;
    }
    .vinfo__name p {
        margin: -20px -400px 0 0;
        font-size: 75px;
    }
    .vinfo__desc {
        margin: 25px 0 0;
    }
}

@media screen and (max-width: 1499px) {
    .vinfo {
        padding: 30px 30px 144px;
        -ms-grid-columns: 1fr 35px 465px;
        grid-template-columns: 1fr 465px;
        -webkit-column-gap: 35px;
           -moz-column-gap: 35px;
                column-gap: 35px;
        row-gap: 33px;
    }
    .vinfo__title {
        font-size: 50px;
    }
    .vinfo__name h3 {
        font-size: 70px;
    }
    .vinfo__name p {
        margin: -15px -320px 0 0;
        font-size: 60px;
    }
    .vinfo__desc {
        margin: 8px 0 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 1299px) {
    .vinfo {
        padding: 40px 20px 191px;
        -ms-grid-columns: 312px 30px 1fr;
        grid-template-columns: 312px 1fr;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        row-gap: 33px;
    }
    .vinfo__title {
        font-size: 39px;
    }
    .vinfo__name h3 {
        font-size: 50px;
    }
    .vinfo__name p {
        margin: -5px 0 0;
        font-size: 40px;
    }
    .vinfo__desc {
        margin: 11px 0 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .vinfo {
        padding: 20px 20px 121px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 20px minmax(-webkit-min-content, -webkit-max-content) 20px minmax(-webkit-min-content, -webkit-max-content);
        -ms-grid-rows: minmax(min-content, max-content) 20px minmax(min-content, max-content) 20px minmax(min-content, max-content);
        grid-template-rows: repeat(3, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset;
        row-gap: 20px;
    }
    .vinfo > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .vinfo > *:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .vinfo > *:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    .vinfo__title {
        grid-area: unset;
        text-align: center;
        font-size: 30px;
    }
    .vinfo__name {
        grid-area: unset;
        margin: 0 auto;
    }
    .vinfo__name h3 {
        text-align: center;
    }
    .vinfo__name p {
        text-align: center;
        font-size: 41px;
    }
    .vinfo__desc {
        margin: 0 auto;
    }
}

@media screen and (max-width: 566px) {
    .vinfo {
        padding: 30px 10px 24vw;
        row-gap: 30px;
    }
    .vinfo__title {
        font-size: 24px;
    }
    .vinfo__name h3 {
        font-size: 47px;
    }
    .vinfo__name p {
        font-size: 30px;
    }
    .vinfo__desc {
        font-size: 14px;
    }
}

.webs {
    margin: 0;
    padding: 228px 50px 50px;
    position: relative;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/webs_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 249px;
}

.webs__image {
    position: absolute;
    top: -194px;
    left: 110px;
    width: 100%;
    max-width: 1140px;
}

.webs__text {
    margin: 0;
    padding: 0;
    max-width: unset;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.webs__content {
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 150px 486px;
    grid-template-columns: 1fr 486px;
    -webkit-column-gap: 150px;
       -moz-column-gap: 150px;
            column-gap: 150px;
}

.webs__content-text {
    margin: 90px 0 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
}

.webs__content-text::after {
    content: '';
    position: absolute;
    left: 0;
    top: -99px;
    width: 100%;
    height: 219px;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/01.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;    
}

.webs__content-text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    width: calc(100% + 50px);
}

.webs__content-text-desc {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

.webs__content-text-desc-bold {
    font-weight: 700!important;
}

.webs__content-text-desc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.webs__content-dot {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.webs__content-dot-shoot {
    margin: 0;
    padding: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
}

.webs__content-dot-redblick,
.webs__content-dot-greenblick {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 238px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 8px;
    -o-object-fit: contain;
       object-fit: contain;
}

.webs__content-dot-greenblick {
    opacity: 0;
}

.webs__content-dot-container {
    margin: 0;
    padding: 0;
    position: relative;
}

.webs__content-dot-help {
    margin: 17px auto 10px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    opacity: 0.5;
}


.webs__content-dot-choose {
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.webs__content-dot-choose-red,
.webs__content-dot-choose-green {
    margin: auto 0;
    padding: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.webs__content-dot-choose-green {
    opacity: 0.35;
}

.webs__content-dot-choose-switcher {
    margin: auto 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    width: 117px;
    height: 60px;
    border-radius: 30px;
    background: -o-linear-gradient(307deg, #E8E8E8 18.98%, #D9D9D9 50.21%, #BDBDBD 81.43%);
    background: linear-gradient(143deg, #E8E8E8 18.98%, #D9D9D9 50.21%, #BDBDBD 81.43%);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.11) inset;
            box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.11) inset;
}

.webs__content-dot-choose-switcher-pointer {
    margin: auto 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #701A1F;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

.webs__content-dot-redblick,
.webs__content-dot-greenblick,
.webs__content-dot-choose-switcher-pointer,
.webs__content-dot-choose-red,
.webs__content-dot-choose-green {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.webs__content-dot-choose-switcher-pointer {
    -webkit-transition: left 0.3s ease, background-color 0.3s ease;
    -o-transition: left 0.3s ease, background-color 0.3s ease;
    transition: left 0.3s ease, background-color 0.3s ease;
}

@media screen and (max-width: 1599px) {
    .webs {
        padding: 225px 50px 50px;
        gap: 254px;
    }
    .webs__image {
        top: -186px;
        left: 50px;
        max-width: 1121px;
    }
    .webs__content {
        -webkit-column-gap: 39px;
           -moz-column-gap: 39px;
                column-gap: 39px;
    }
    .webs__content-text {
        margin: 90px 0 0;
        gap: 55px;
    }
    .webs__content-text::after {
        top: -104px;
        width: 100%;
    }
    .webs__content-text h2 {
        font-size: 55px;
        width: 100%;
    }

}

@media screen and (max-width: 1499px) {
    .webs {
        padding: 204px 30px 30px;
        gap: 229px;
    }
    .webs__image {
        top: -144px;
        left: 30px;
        max-width: 940px;
    }
    .webs__text {
        max-width: 841px;
        font-size: 18px;
    }
    .webs__content {
        -ms-grid-columns: 1fr 2px 378px;
        grid-template-columns: 1fr 378px;
        -webkit-column-gap: 2px;
           -moz-column-gap: 2px;
                column-gap: 2px;
    }
    .webs__content-text {
        margin: 0;
        gap: 40px;
    }
    .webs__content-text::after {
        top: -109px;
    }
    .webs__content-text h2 {
        font-size: 50px;
    }
    .webs__content-text-desc p {
        font-size: 18px;
    }
    .webs__content-dot-redblick,
    .webs__content-dot-greenblick {
        top: 184px;
        max-width: 10px;
    }
    .webs__content-dot-help {
        margin: 30px auto 10px;
    }
}

@media screen and (max-width: 1299px) {
    .webs {
        padding: 105px 20px 20px;
        gap: 218px;
    }
    .webs__image {
        top: -161px;
        left: 20px;
        max-width: calc(100% - 20px);
    }
    .webs__text {
        max-width: unset;
        font-size: 16px;
    }
    .webs__content {
        -ms-grid-columns: 1fr 10px 344px;
        grid-template-columns: 1fr 344px;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
    .webs__content-text {
        margin: 109px 0 0;
    }
    .webs__content-text::after {
        top: -108px;
        height: 196px;
    }
    .webs__content-text h2 {
        font-size: 40px;
    }
    .webs__content-text-desc {
        gap: 20px;
    }
    .webs__content-text-desc p {
        margin: 0;
        font-size: 16px;
    }
    .webs__content-dot {
        margin: 0 0 auto;
    }
    .webs__content-dot-redblick,
    .webs__content-dot-greenblick {
        top: 168px;
        max-width: 8px;
    }
    .webs__content-dot-choose-red,
    .webs__content-dot-choose-green {
        font-size: 19px;
    }
}

@media screen and (max-width: 1099px) {
    .webs {
        padding: 14vw 20px 20px;
    }
    .webs__image {
        top: -21vw;
    }
}

@media screen and (max-width: 767px) {
    .webs {
        padding: 19vw 20px 20px;
        gap: 208px;
    }
    .webs__image {
        top: -16vw;
        left: 20px;
        max-width: calc(100% - 20px);
    }
    .webs__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 40px minmax(-webkit-min-content, -webkit-max-content);
        -ms-grid-rows: minmax(min-content, max-content) 40px minmax(min-content, max-content);
        grid-template-rows: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(2, minmax(min-content, max-content));
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset;
        row-gap: 40px;
    }
    .webs__content > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .webs__content > *:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .webs__content-text h2 {
        width: 100%;
    }
    .webs__content-dot {
        margin: 0 auto;
    }
    .webs__content-dot-redblick,
    .webs__content-dot-greenblick {
        top: 0;
        bottom: 4px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 2vw;
    }
    .webs__content-dot-help {
        margin: 14px auto 10px;
    }
    .webs__content-dot-choose-red,
    .webs__content-dot-choose-green {
        font-size: 25px;
    }

}

@media screen and (max-width: 566px) {
    .webs {
        padding: 25vw 10px 30px;
        gap: 103px;
    }
    .webs__image {
        top: -15vw;
        left: 0;
        max-width: 100%;
    }
    .webs__text {
        font-size: 14px;
    }
    .webs__content {
        row-gap: 30px;
    }
    .webs__content-text::after {
        top: -43px;
        height: 109px;
    }
    .webs__content-text h2 {
        font-size: 24px;
        width: 100%;
    }
    .webs__content-text-desc p {
        font-size: 14px;
    }
    .webs__content-dot-redblick,
    .webs__content-dot-greenblick {
        top: 0;
        bottom: 4px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 2vw;
    }
    .webs__content-dot-help {
        margin: 30px auto;
    }
    .webs__content-dot-choose {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .webs__content-dot-choose-red,
    .webs__content-dot-choose-green {
        font-size: 20px;
    }
}



.lenses {
    margin: 199px 50px 80px;
    padding: 0;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 480px;
    grid-template-columns: 1fr 480px;
    -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 313px minmax(-webkit-min-content, -webkit-max-content);
    -ms-grid-rows: minmax(min-content, max-content) 313px minmax(min-content, max-content);
    grid-template-rows: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    row-gap: 313px; 
}



.lenses > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; 
}



.lenses > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; 
}



.lenses > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; 
}



.lenses > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 2; 
}

.lenses__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    margin: 0;
    padding: 0;
    position: relative;
    color: #001927;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.lenses__title::after {
    content: '';
    position: absolute;
    left: 0;
    top: -99px;
    width: 100%;
    height: 219px;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/02.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;    
}

.lenses__text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
    margin: auto 145px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

.lenses__text h3 {
    margin: 0;
    padding: 0;
    color: #001927;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.lenses__text p {
    margin: 0;
    padding: 0;
    color: #001927;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.lenses__block {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 3 / 3;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #11374D;
}

.lenses__block::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    width: 625px;
    height: 200%;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/lenses_logo.webp);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.lenses__image {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 172px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 1129px;
}

@media screen and (max-width: 1599px) {
    .lenses {
        margin: 199px 50px 50px;
        -ms-grid-columns: 1fr 406px;
        grid-template-columns: 1fr 406px;
        row-gap: 278px; 
    }
    .lenses__title {
        font-size: 55px;
    }
    .lenses__title::after {
        top: -104px;
    }
    .lenses__text {
        margin: auto 89px 0 0;
    }
    .lenses__text h3 {
        font-size: 38px;
    }
    .lenses__block::after {
        left: 20px;
        top: 20px;
        width: 586px;
    }
    .lenses__image {
        top: 157px;
        max-width: 1020px;
    }
}

@media screen and (max-width: 1499px) {
    .lenses {
        margin: 90px 30px 40px;
        -ms-grid-columns: 1fr 318px;
        grid-template-columns: 1fr 318px;
        row-gap: 294px; 
    }
    .lenses__title {
        margin: 104px 0 0;
        font-size: 50px;
    }
    .lenses__text h3 {
        font-size: 30px;
    }
    .lenses__text p {
        font-size: 18px;
    }
    .lenses__block::after {
        left: 10px;
        top: 10px;
        width: 655px;
    }
    .lenses__image {
        top: 259px;
        max-width: 863px;
    }
}

@media screen and (max-width: 1299px) {
    .lenses {
        margin: 90px 20px 40px;
        -ms-grid-columns: 1fr 254px;
        grid-template-columns: 1fr 254px;
        row-gap: 211px; 
    }
    .lenses__title {
        margin: 83px 0 0;
        font-size: 40px;
        max-width: 630px;
    }
    .lenses__title::after {
        top: -83px;
        height: 171px;
    }
    .lenses__text {
        margin: auto 43px 0 0;
        gap: 20px;
    }
    .lenses__text p {
        font-size: 16px;
    }
    .lenses__block::after {
        margin: auto 0;
        left: 10px;
        top: 0;
        bottom: 0;
        width: 383px;
        height: 100%;
        background-position: center left;
    }
    .lenses__image {
        top: 215px;
        max-width: 863px;
    }
}


@media screen and (max-width: 1099px) {
    .lenses__image {
        top: 215px;
        max-width: 543px;
    }
}

@media screen and (max-width: 767px) {
    .lenses {
        margin: 80px 20px 40px;
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
        row-gap: 211px; 
    }
    .lenses__text {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 2 / 1 / 3 / 3;
        margin: 0;
    }
    .lenses__block {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1 / 2 / 2 / 3;
        height: 242px;
        width: 206px;
        position: absolute;
        top: 144px;
        right: 0;
    }
    .lenses__block::after {
        margin: auto 0;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 249px;
        height: 100%;
        background-position: center left;
    }
    .lenses__image {
        top: 235px;
        max-width: 477px;
    }
}

@media screen and (max-width: 566px) {
    .lenses {
        margin: 59px 10px 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 30px minmax(-webkit-min-content, -webkit-max-content) 30px minmax(-webkit-min-content, -webkit-max-content);
        -ms-grid-rows: minmax(min-content, max-content) 30px minmax(min-content, max-content) 30px minmax(min-content, max-content);
        grid-template-rows: repeat(3, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset;
        row-gap: 30px; 
    }
    .lenses > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1; 
    }
    .lenses > *:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1; 
    }
    .lenses > *:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1; 
    }
    .lenses__title {
        margin: 0;
        font-size: 24px;
    }
    .lenses__title::after {
        top: -29px;
        height: 95px; 
    }
    .lenses__text {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3 / 1 / 4 / 2;
    }
    .lenses__text h3 {
        font-size: 20px;
    }
    .lenses__text p {
        font-size: 14px;
    }
    .lenses__block {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 3 / 2;
        margin: 0 0 0 auto;
        width: 152px;
        height: 155px;
        position: relative;
        top: unset;
        right: unset;
    }
    .lenses__block::after {
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 122px;
        height: 125px;
        background-position: center center;
    }
    .lenses__image {
        top: 120px;
        max-width: 100%;
    }
}

@media screen and (max-width: 395px) {
    .lenses__image {
        top: 160px;
        max-width: 100%;
    }
}

.okulars {
    margin: 0 50px 303px;
    padding: 0;
}

.okulars__list {
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    list-style: none;
}

.okulars__item {
    margin: 0;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    background-color: #11374D;
}

.okulars__item img {
    margin: 0;
    padding: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    max-width: 80px;
}

.okulars__item h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
}

.okulars__item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

@media screen and (max-width: 1599px) {
    .okulars {
        margin: 0 50px 254px;
    }
    .okulars__list {
        gap: 20px;
    }
}

@media screen and (max-width: 1499px) {
    .okulars {
        margin: 0 30px 229px;
    }
    .okulars__list {
        gap: 30px;
    }
    .okulars__item img {
        max-width: 70px;
    }
    .okulars__item h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1299px) {
    .okulars {
        margin: 0 20px 194px;
    }
    .okulars__list {
        gap: 10px;
    }
    .okulars__item {
        padding: 20px;
        gap: 20px;
    }
    .okulars__item h2 {
        font-size: 24px;
        min-height: 62px;
    }
}

@media screen and (max-width: 767px) {
    .okulars {
        margin: 0 20px 224px;
    }
    .okulars__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 20px minmax(-webkit-min-content, -webkit-max-content);
        -ms-grid-rows: minmax(min-content, max-content) 20px minmax(min-content, max-content);
        grid-template-rows: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(2, minmax(min-content, max-content));
        gap: 20px;
    }
    .okulars__list > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .okulars__list > *:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .okulars__item h2 {
        min-height: unset;
    }
}

@media screen and (max-width: 566px) {
    .okulars {
        margin: 0 10px 94px;
    }
    .okulars__item {
        padding: 15px;
        gap: 15px;
    }
    .okulars__item h2 {
        font-size: 20px;
    }
    .okulars__item p {
        font-size: 14px;
    }
}

.shoots {
    margin: 0 50px 150px 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 470px 50px 1fr;
    grid-template-columns: 470px 1fr;
    -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 0 minmax(-webkit-min-content, -webkit-max-content) 0 minmax(-webkit-min-content, -webkit-max-content) 0 minmax(-webkit-min-content, -webkit-max-content) 0 minmax(-webkit-min-content, -webkit-max-content);
    -ms-grid-rows: minmax(min-content, max-content) 0 minmax(min-content, max-content) 0 minmax(min-content, max-content) 0 minmax(min-content, max-content) 0 minmax(min-content, max-content);
    grid-template-rows: repeat(5, minmax(-webkit-min-content, -webkit-max-content));
    grid-template-rows: repeat(5, minmax(min-content, max-content));
    row-gap: 0;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
}

.shoots > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.shoots > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.shoots > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.shoots > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.shoots > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.shoots > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.shoots > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

.shoots > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

.shoots > *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}

.shoots > *:nth-child(10) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}

.shoots__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    margin: 0 0 0 auto;
    padding: 0;
    position: relative;
    color: #001927;
    text-align: right;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    max-width: 966px;
}

.shoots__title br {
    display: none;
}

.shoots__title::after {
    content: '';
    position: absolute;
    right: 0;
    top: -153px;
    width: 100%;
    height: 219px;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/03.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;    
}

.shoots__text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

.shoots__text h3 {
    margin: 0;
    padding: 0;
    color: #001927;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.shoots__text p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.shoots__zoom {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
    margin: 0 0 34px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

.shoots__zoom h3 {
    margin: 0;
    padding: 0;
    color: #001927;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.shoots__zoom p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.shoots__subtitle {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 5 / 2;
    margin: 0 0 auto;
    padding: 0 50px 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/shoots_subtitle_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.shoots__subtitle-4x,
.shoots__subtitle-12x {
    margin: 0;
    padding: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.shoots__subtitle-4xtext,
.shoots__subtitle-12xtext {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
}

.shoots__subtitle-4xtext {
    bottom: 521px;
}

.shoots__subtitle-12xtext {
    bottom: 101px;
}

.shoots__image {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4 / 2 / 5 / 3;
    margin: 0;
    padding: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.shoots__description {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 5 / 1 / 6 / 3;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

.shoots__description h3 {
    margin: 0;
    padding: 0;
    color: #001927;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.shoots__description p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

@media screen and (max-width: 1599px) {
    .shoots {
        -ms-grid-columns: 456px 20px 1fr;
        grid-template-columns: 456px 1fr;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .shoots__title {
        font-size: 55px;
    }
    .shoots__title::after {
        top: -104px;
    }
    .shoots__text h3 {
        font-size: 38px;
    }
    .shoots__zoom {
        margin: 0 0 40px;
    }
    .shoots__zoom h3 {
        font-size: 38px;
    }
    .shoots__subtitle {
        margin: 0 0 auto;
    }
    .shoots__subtitle-4xtext,
    .shoots__subtitle-12xtext {
        font-size: 55px;
    }
    .shoots__subtitle-4xtext {
        bottom: 508px;
    }
    .shoots__subtitle-12xtext {
        bottom: 100px;
    }
    .shoots__description h3 {
        font-size: 38px;
    }
}

@media screen and (max-width: 1499px) {
    .shoots {
        margin: 0 30px 120px 0;
        -ms-grid-columns: 416px 30px 1fr;
        grid-template-columns: 416px 1fr;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
    .shoots__title {
        margin: auto 0 0;
        font-size: 49px;
        max-width: 866px;
    }
    .shoots__title::after {
        top: -109px;
    }
    .shoots__text {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .shoots__text h3 {
        font-size: 30px;
    }
    .shoots__text p {
        font-size: 18px;
    }
    .shoots__zoom {
        margin: 0 0 40px;
    }
    .shoots__zoom h3 {
        font-size: 30px;
    }
    .shoots__zoom p {
        font-size: 18px;
    }
    .shoots__subtitle {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 4 / 2;
        margin: 0 0 auto;
        padding: 0 30px 30px;
        gap: 30px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .shoots__subtitle-4xtext,
    .shoots__subtitle-12xtext {
        font-size: 50px;
    }
    .shoots__subtitle-4xtext {
        bottom: 456px;
    }
    .shoots__subtitle-12xtext {
        bottom: 70px;
    }
    .shoots__image {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 4 / 1 / 5 / 3;
    }
    .shoots__description h3 {
        margin: 40px 0 0;
        font-size: 30px;
    }
    .shoots__description p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1299px) {
    .shoots {
        margin: 0 20px 110px 0;
        -ms-grid-columns: 271px 10px 1fr;
        grid-template-columns: 271px 1fr;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
    .shoots__title {
        font-size: 40px;
        max-width: 646px;
    }
    .shoots__title::after {
        top: -84px;
        height: 172px;
    }
    .shoots__text {
        margin: 40px 0;
        gap: 20px;
        -webkit-box-pack: normal;
            -ms-flex-pack: normal;
                justify-content: normal;
    }
    .shoots__text p {
        font-size: 16px;
    }
    .shoots__zoom {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 3 / 2 / 4 / 3;
        margin: 0;
        gap: 20px;
    }
    .shoots__zoom p {
        font-size: 16px;
    }
    .shoots__subtitle {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 3 / 2;
        margin: -84px 0 auto;
        padding: 0 20px 20px;
        gap: 20px;
    }
    .shoots__subtitle-4xtext,
    .shoots__subtitle-12xtext {
        font-size: 40px;
    }
    .shoots__subtitle-4xtext {
        bottom: 295px;
    }
    .shoots__subtitle-12xtext {
        bottom: 42px;
    }
    .shoots__description {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 5 / 1 / 6 / 3;
        margin: 40px 0 0;
        gap: 20px;
    }
    .shoots__description h3 {
        margin: 0;
        font-size: 30px;
    }
    .shoots__description p {
        font-size: 16px;
    }
    .shoots__image {
        margin: 0;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 4 / 1 / 5 / 3;
    }
}

@media screen and (max-width: 767px) {
    .shoots {
        margin: 0 20px 100px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: (minmax(-webkit-min-content, -webkit-max-content))[6];
        -ms-grid-rows: (minmax(min-content, max-content))[6];
        grid-template-rows: repeat(6, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(6, minmax(min-content, max-content));
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset;
    }
    .shoots > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .shoots > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .shoots > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .shoots > *:nth-child(4) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }
    .shoots > *:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    .shoots > *:nth-child(6) {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
    }
    .shoots__title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 2 / 2;
        font-size: 40px;
        margin: 0;
        text-align: left;
        max-width: unset;
    }
    .shoots__title::after {
        top: -92px;
        height: 172px;
        right: unset;
        left: 0;
        background-position: top left;
    }
    .shoots__text {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 3 / 2;
        margin: 40px 0;
        font-size: 16px;
    }
    .shoots__zoom {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4 / 1 / 5 / 2;
        margin: 40px 0;
        gap: 20px;
    }
    .shoots__subtitle {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3 / 1 / 4 / 2;
        margin: 0;
        padding: 40px;
        gap: 40px;
        background-image: url(/image/catalog/unilanding/vo_soi_27x32/shoots_subtitle_bg_mini.svg);
    }
    .shoots__subtitle-4xtext {
        bottom: 105vw;
    }
    .shoots__subtitle-12xtext {
        bottom: 20vw;
    }
    .shoots__image {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 5 / 1 / 6 / 2;
    }
    .shoots__description {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 6 / 1 / 7 / 2;
        margin: 40px 0 0;
        gap: 20px;
    }
}

@media screen and (max-width: 566px) {
    .shoots {
        margin: 0 10px 60px;
    }
    .shoots__title {
        font-size: 24px;
    }
    .shoots__title span {
        font-size: 20px;
    }
    .shoots__title::after {
        top: -34px;
        height: 98px;
    }
    .shoots__title br {
        display: block;
    }
    .shoots__text {
        margin: 30px 0;
    }
    .shoots__text h3 {
        font-size: 20px;
    }
    .shoots__text p {
        font-size: 14px;
    }
    .shoots__zoom {
        margin: 30px 0;
        gap: 20px;
    }
    .shoots__zoom h3 {
        font-size: 20px;
    }
    .shoots__zoom p {
        font-size: 14px;
    }
    .shoots__subtitle {
        margin: 0;
        padding: 20px;
        gap: 20px;
        background-image: url(/image/catalog/unilanding/vo_soi_27x32/shoots_subtitle_bg_mini.svg);
    }
    .shoots__subtitle-4xtext {
        bottom: 105vw;
    }
    .shoots__subtitle-12xtext {
        bottom: 15vw;
    }
    .shoots__description {
        margin: 30px 0 0;
    }
    .shoots__description h3 {
        font-size: 20px;
    }
    .shoots__description p {
        font-size: 14px;
    }
}

@media screen and (max-width: 436px) {
    .shoots__subtitle-4xtext {
        bottom: 95vw;
    }
}

.stabilitys {
    margin: 0;
    padding: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/stabilitys_bg_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.stabilitys__title {
    margin: 0 0 0 auto;
    padding: 0;
    color: #001927;
    text-align: right;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    max-width: 575px;
    z-index: 3;
}

.stabilitys__image {
    margin: 0;
    padding: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    max-width: calc(100% - 178px);
    -ms-flex-item-align: end;
        align-self: flex-end;
    z-index: 3;
}

.stabilitys__desc {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    z-index: 3;
    min-height: 190px;
}

.stabilitys__desc h3 {
    margin: 0;
    padding: 0;
    color: #001927;
    font-size: 45px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.stabilitys__desc p {
    margin: 0;
    padding: 0;
    color: #001927;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.stabilitys__pagination {
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    z-index: 3;
}

.stabilitys__pagination-prev,
.stabilitys__pagination-next {
    margin: 0;
    padding: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    max-width: 66px;
    cursor: pointer;
}

.stabilitys__pagination-prev:hover,
.stabilitys__pagination-next:hover {
    opacity: 0.7;
}

.stabilitys__pagination-carousel {
    margin: auto 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.stabilitys__pagination-carousel-dot {
    margin: 0;
    padding: 0;
    width: 15px;
    height: 6px;
    border-radius: 25px;
    background-color: #11374D;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.stabilitys__pagination-carousel-dot:hover {
    opacity: 0.8;
}

.stabilitys__pagination-carousel-dot-active {
    width: 49px;
}

.stabilitys__number {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 50px;
}

.stabilitys__number-dot {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 590px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.stabilitys__number-dot-active {
    opacity: 1;
}

@media screen and (max-width: 1599px) {
    .stabilitys__title {
        font-size: 55px;
        max-width: 575px;
    }
    .stabilitys__image {
        margin: 40px 0 20px;
    }
    .stabilitys__desc {
        gap: 30px;
        min-height: 180px;
    }
}

@media screen and (max-width: 1499px) {
    .stabilitys {
        padding: 50px 30px 30px;
        gap: 30px;
    }
    .stabilitys__title {
        font-size: 50px;
        max-width: 480px;
    }
    .stabilitys__image {
        margin: 0;
        max-width: 100%;
    }
    .stabilitys__desc {
        min-height: 160px;
    }
    .stabilitys__desc h3 {
        font-size: 40px;
    }
    .stabilitys__desc p {
        font-size: 18px;
    }
    .stabilitys__number {
        left: 30px;
    }
    .stabilitys__number-dot {
        width: 465px;
    }
}

@media screen and (max-width: 1299px) {
    .stabilitys {
        padding: 30px 20px 20px;
        gap: 0;
    }
    .stabilitys__title {
        font-size: 40px;
        max-width: 480px;
    }
    .stabilitys__desc {
        margin: 43px 0 20px;
        min-height: 155px;
    }
    .stabilitys__desc h3 {
        font-size: 30px;
    }
    .stabilitys__desc p {
        font-size: 16px;
    }
    .stabilitys__number {
        top: 30px;
        left: 20px;
    }
    .stabilitys__number-dot {
        width: 344px;
    }
}

@media screen and (max-width: 767px) {
    .stabilitys {
        padding: 20px;
    }
    .stabilitys__title {
        margin: 0;
        text-align: left;
        font-size: 40px;
        max-width: unset;
    }
    .stabilitys__image {
        margin: 216px 0 0;
        max-width: 100%;
    }
    .stabilitys__desc {
        margin: 31px 0 20px;
        min-height: 210px;
        gap: 20px;
    }
    .stabilitys__desc h3 {
        font-size: 34px;
    }
    .stabilitys__number {
        top: 135px;
        left: 21px;
    }
    .stabilitys__number-dot {
        width: 425px;
    }
}

@media screen and (max-width: 566px) {
    .stabilitys {
        padding: 30px 10px 30px;
    }
    .stabilitys__title {
        font-size: 24px;
    }
    .stabilitys__image {
        margin: 125px 0 0;
    }
    .stabilitys__desc {
        margin: 19px 0 40px;
        min-height: 210px;
        gap: 20px;
    }
    .stabilitys__desc h3 {
        font-size: 18px;
    }
    .stabilitys__desc p {
        font-size: 14px;
    }
    .stabilitys__pagination-prev,
    .stabilitys__pagination-next {
        max-width: 45px;
    }
    .stabilitys__number {
        top: 126px;
        left: 10px;
    }
    .stabilitys__number-dot {
        width: 215px;
    }
}

.spectrs {
    margin: 0;
    padding: 199px 50px 50px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 50px minmax(-webkit-min-content, -webkit-max-content);
    -ms-grid-rows: minmax(min-content, max-content) 50px minmax(min-content, max-content);
    grid-template-rows: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#11374D), to(#00263B));
    background: -o-linear-gradient(top, #11374D 0%, #00263B 100%);
    background: linear-gradient(180deg, #11374D 0%, #00263B 100%);
}

.spectrs > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.spectrs > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.spectrs > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.spectrs > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.spectrs::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/spectrs_logo.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    z-index: 2;
}

.spectrs__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    margin: 0;
    padding: 0;
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    max-width: 700px;
    z-index: 3;
}

.spectrs__title::after {
    content: '';
    position: absolute;
    left: 0;
    top: -99px;
    width: 100%;
    height: 219px;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/05.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;    
}

.spectrs__image {
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/spectrs_img.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
}

.spectrs__content {
    margin: 0 50px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    z-index: 3;
}

.spectrs__content h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
}

.spectrs__content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

@media screen and (max-width: 1599px) {
    .spectrs {
        padding: 204px 50px 50px;
    }
    .spectrs::before {
        bottom: 70px;
        height: calc(100% - 170px);
    }
    .spectrs__title {
        font-size: 55px;
        max-width: 700px;
    }
    .spectrs__title::after {
        top: -104px;
        height: 219px;
    }
    .spectrs__content {
        margin: 0;
    }
    .spectrs__content h3 {
        font-size: 38px;
    }
}

@media screen and (max-width: 1499px) {
    .spectrs {
        padding: 199px 30px 30px;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        row-gap: 40px;
    }
    .spectrs::before {
        bottom: 208px;
        height: calc(100% - 298px);
    }
    .spectrs__title {
        font-size: 50px;
        max-width: 580px;
    }
    .spectrs__title::after {
        top: -109px;
    }
    .spectrs__content h3 {
        font-size: 38px;
    }
}

@media screen and (max-width: 1299px) {
    .spectrs {
        padding: 172px 20px 20px;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 40px;
    }
    .spectrs::before {
        bottom: 175px;
        height: calc(100% - 265px);
    }
    .spectrs__title {
        font-size: 40px;
        max-width: 448px;
    }
    .spectrs__title::after {
        top: -82px;
        height: 170px;
    }
    .spectrs__content {
        gap: 20px;
    }
    .spectrs__content h3 {
        font-size: 30px;
    }
    .spectrs__content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .spectrs {
        padding: 162px 20px 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 40px minmax(-webkit-min-content, -webkit-max-content) 40px minmax(-webkit-min-content, -webkit-max-content);
        -ms-grid-rows: minmax(min-content, max-content) 40px minmax(min-content, max-content) 40px minmax(min-content, max-content);
        grid-template-rows: repeat(3, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset;
        row-gap: 40px;
    }
    .spectrs > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .spectrs > *:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .spectrs > *:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    .spectrs::before {
        bottom: 0;
        height: calc(100% - 275px);
    }
    .spectrs__title {
        grid-area: unset;
        font-size: 40px;
        max-width: unset;
    }
    .spectrs__image {
        width: 100%;
        height: 60vw;
        aspect-ratio: unset;
        background-image: url(/image/catalog/unilanding/vo_soi_27x32/spectrs_img_mini.webp);
    }
}

@media screen and (max-width: 566px) {
    .spectrs {
        padding: 87px 10px 20px;
        row-gap: 30px;
    }
    .spectrs::before {
        bottom: 0;
        height: calc(100% - 187px);
    }
    .spectrs__title {
        font-size: 24px;
    }
    .spectrs__title::after {
        top: -47px;
        height: 94px;
    }
    .spectrs__image {
        height: 50vw;
        
    }
    .spectrs__content h3 {
        font-size: 20px;
    }
    .spectrs__content p {
        font-size: 14px;
    }
}

.calibrations {
    margin: -312px 50px 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    z-index: 4;
}

.calibrations > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.calibrations > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.calibrations__text {
    margin: auto 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    z-index: 3;
}

.calibrations__text h2 {
    margin: 0;
    padding: 0;
    color: #001927;
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
}

.calibrations__text p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.calibrations__image {
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/calibrations_img.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 4;
}

@media screen and (max-width: 1599px) {
    .calibrations {
        margin: -233px 50px 0;
    }
    .calibrations__text {
        margin: auto 0 0;
    }
    .calibrations__text h2 {
        font-size: 38px;
    }
}

@media screen and (max-width: 1499px) {
    .calibrations {
        margin: -130px 30px 0;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
}

@media screen and (max-width: 1299px) {
    .calibrations {
        margin: -85px 20px 0;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .calibrations__text {
        gap: 20px;
        margin: auto 0 0;
    }
    .calibrations__text h2 {
        font-size: 30px;
    }
    .calibrations__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .calibrations {
        margin: 20px 20px 0;
        -ms-grid-columns: unset;
        grid-template-columns: unset;
        -ms-grid-rows: unset;
        grid-template-rows: unset;
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset;
        row-gap: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 40px;
    }
    .calibrations > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .calibrations__image {
        background-image: url(/image/catalog/unilanding/vo_soi_27x32/calibrations_img_mini.webp);
        height: 58vw;
    }
    .calibrations__text {
        margin: 0;
    }
}

@media screen and (max-width: 566px) {
    .calibrations {
        margin: 20px 10px 0;
        gap: 30px;
    }
    .calibrations__image {
        height: 58vw;
    }
    .calibrations__text h2 {
        font-size: 20px;
    }
    .calibrations__text p {
        font-size: 14px;
    }
}

.drafts {
    margin: 80px 50px 150px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
}

.drafts img {
    margin: 0;
    padding: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
}

.drafts p {
    margin: 0 20px;
    padding: 0;
    color: #001927;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 130%;
}

@media screen and (max-width: 1599px) {
    .drafts {
        margin: 75px 50px 150px;
    }
    .drafts p {
        margin: 0;
        font-size: 20px;
    }
}

@media screen and (max-width: 1499px) {
    .drafts {
        margin: 60px 30px 120px;
    }
}

@media screen and (max-width: 1299px) {
    .drafts {
        margin: 50px 20px 110px;
    }
}

@media screen and (max-width: 767px) {
    .drafts {
        margin: 40px 20px 182px;
        gap: 40px;
    }
    .drafts img {
        content: url(/image/catalog/unilanding/vo_soi_27x32/drafts_img_mini.webp);
    }
    .drafts p {
        font-size: 18px;
    }
}

@media screen and (max-width: 566px) {
    .drafts {
        margin: 40px 10px 100px;
        gap: 40px;
    }
    .drafts p {
        font-size: 14px;
        text-align: left;
    }
}

.sells {
    margin: 0 50px 0 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 549px 50px 1fr;
    grid-template-columns: 549px 1fr;
    -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 50px minmax(-webkit-min-content, -webkit-max-content);
    -ms-grid-rows: minmax(min-content, max-content) 50px minmax(min-content, max-content);
    grid-template-rows: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
}

.sells > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.sells > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.sells > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.sells > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.sells__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #11374D;
}

.sells__image img {
    margin: auto 0 0;
    padding: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.sells__title {
    margin: 98px 0 0;
    padding: 0;
    position: relative;
    color: #001927;
    font-size: 55px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.sells__title::after {
    content: '';
    position: absolute;
    left: 0;
    top: -98px;
    width: 100%;
    height: 219px;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/06.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;    
}

.sells__title br {
    display: none;
}

.sells__desc {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

.sells__desc h3 {
    margin: 0;
    padding: 0;
    max-width: unset;
    color: #001927;
    font-size: 35px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.sells__desc p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

@media screen and (max-width: 1599px) {
    .sells {
        -ms-grid-columns: 474px 1fr;
        grid-template-columns: 474px 1fr;
    }
    .sells__title {
        margin: 104px 0 0;
        font-size: 50px;
    }
    .sells__title::after {
        top: -104px;  
    }
}

@media screen and (max-width: 1499px) {
    .sells {
        margin: 0 30px 0 0;
        -ms-grid-columns: 376px 20px 1fr;
        grid-template-columns: 376px 1fr;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 40px;
    }
    .sells__title {
        margin: 109px 0 0;
        font-size: 45px;
    }
    .sells__title::after {
        top: -109px;  
    }
    .sells__desc h3 {
        max-width: unset;
        font-size: 30px;
    }
    .sells__desc p {
        font-size: 18px;
    }
    .sells__image img {
        margin: 0;
        padding: 0;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

@media screen and (max-width: 1299px) {
    .sells {
        margin: 0 20px 0 0;
        -ms-grid-columns: 271px 10px 1fr;
        grid-template-columns: 271px 1fr;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        row-gap: 40px;
    }
    .sells__title {
        margin: 82px 0 0;
        font-size: 38px;
    }
    .sells__title::after {
        top: -82px;  
        height: 170px;
    }
    .sells__desc {
        gap: 20px;
    }
    .sells__desc p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .sells {
        margin: 0 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) 40px minmax(-webkit-min-content, -webkit-max-content) 40px minmax(-webkit-min-content, -webkit-max-content);
        -ms-grid-rows: minmax(min-content, max-content) 40px minmax(min-content, max-content) 40px minmax(min-content, max-content);
        grid-template-rows: repeat(3, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset;
        row-gap: 40px;
    }
    .sells > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .sells > *:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .sells > *:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    .sells__image {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 3 / 2;
        height: 88vw;
    }
    .sells__title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 2 / 2;
        margin: 0;
        font-size: 40px;
    }
    .sells__desc {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3 / 1 / 4 / 2;
    }
    .sells__desc h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 566px) {
    .sells {
        margin: 0 10px;
        row-gap: 30px;
    }
    .sells__image {
        height: 88vw;
    }
    .sells__title {
        font-size: 20px;
    }
    .sells__title br {
        display: block;
    }
    .sells__title span {
        font-size: 24px;
    }
    .sells__title::after {
        top: -40px;  
        height: 95px;
    }
    .sells__desc h3 {
        font-size: 20px;
    }
    .sells__desc p {
        font-size: 14px;
    }
}

.complectations {
    margin: 248px 0 0;
    padding: 0 0 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
}

.complectations__title {
    margin: 0 50px;
    padding: 0;
    position: relative;
    max-width: 573px;
    color: #001927;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.complectations__title::after {
    content: '';
    position: absolute;
    left: 0;
    top: -98px;
    width: 100%;
    height: 219px;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/07.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;    
}

.complectations__list {
    margin: 0;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 1050px;
    background-image: url(/image/catalog/unilanding/vo_soi_27x32/complectations_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.complectations__item {
    margin: 0;
    padding: 0;
    color: #fff;
}

.complectations__item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.complectations__scope {
    margin: 0;
    position: absolute;
    bottom: 346px;
    right: 50px;
    width: 100%;
    max-width: 574px;
}

.complectations__box {
    margin: 0;
    position: absolute;
    bottom: 9px;
    right: 0;
    width: 100%;
    max-width: 744px;
}

@media screen and (max-width: 1599px) {
    .complectations {
        margin: 254px 0 0;
        padding: 0 0 40px;
    }
    .complectations__title {
        max-width: 480px;
        font-size: 55px;
    }
    .complectations__title::after {
        top: -104px;
    }
    .complectations__scope {
        bottom: 292px;
        right: 50px;
        max-width: 525px;
    }
    .complectations__box {
        bottom: 3px;
        right: 50px;
        max-width: 621px;
    }
}

@media screen and (max-width: 1499px) {
    .complectations {
        margin: 234px 0 0;
        padding: 0 0 100px;
        gap: 40px;
    }
    .complectations__title {
        margin: 0 30px;
        max-width: 544px;
        font-size: 50px;
    }
    .complectations__title::after {
        top: -109px;
    }
    .complectations__list {
        padding: 30px 40px;
        width: 871px;
    }
    .complectations__scope {
        bottom: 256px;
        right: 30px;
        max-width: 445px;
    }
    .complectations__box {
        bottom: 3px;
        right: 0;
        max-width: 568px;
    }
}

@media screen and (max-width: 1299px) {
    .complectations {
        margin: 200px 0 0;
        padding: 0 0 50px;
        gap: 40px;
    }
    .complectations__title {
        margin: 0 20px;
        max-width: 544px;
        font-size: 40px;
    }
    .complectations__title::after {
        top: -84px;
        height: 172px;
    }
    .complectations__list {
        padding: 20px 40px 40px;
        width: calc(100% - 93px);
    }
    .complectations__item p {
        font-size: 16px;
    }
    .complectations__scope {
        bottom: 173px;
        right: 20px;
        max-width: 317px;
    }
    .complectations__box {
        bottom: 1px;
        max-width: 374px;
    }
}

@media screen and (max-width: 767px) {
    .complectations {
        margin: 184px 0 0 20px;
        padding: 0 0 150px;
        gap: 40px;
    }
    .complectations__title {
        margin: 0;
        max-width: 350px;
        font-size: 40px;
    }
    .complectations__list {
        padding: 20px 40px 55vw;
        width: 100%;
    }
    .complectations__scope {
        bottom: 43vw;
        right: 20px;
        max-width: calc(100% - 10vw);
        z-index: 3;
    }
    .complectations__box {
        bottom: 25px;
        right: 20px;
        max-width: unset;
        z-index: 2;
    }
}

@media screen and (max-width: 566px) {
    .complectations {
        margin: 90px 0 0 10px;
        padding: 0 0 50px;
        gap: 30px;
    }
    .complectations__title {
        margin: 0;
        max-width: 260px;
        font-size: 25px;
    }
    .complectations__title::after {
        top: -30px;
        height: 96px;
    }
    .complectations__list {
        padding: 20px 10px 65vw 35px;
        width: 100%;
    }
    .complectations__item p {
        font-size: 14px;
    }
    .complectations__scope {
        bottom: 46vw;
        right: 10px;
    }
    .complectations__box {
        bottom: 28px;
        right: 10px;
    }
}