/* html, body {
    overflow: unset;
} */
h3 {
    padding: 0;
    margin: 0;
}
h3:after {
    content: none;
}
.vector-forester {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    max-width: 1300px;
    min-width: 290px;
    margin: 0 auto;
}
.vector-forester * {
    box-sizing: border-box;
}
.title-forester {
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin: 0;
}
.subtitle-forester {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.mintitle-forester {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.text-forester {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media (max-width: 1599px) {

}
@media (max-width: 1499px) {
    .mintitle-forester {
        font-size: 26px;
    }
    .text-forester {
        font-size: 18px;
    }
}
@media (max-width: 1299px) {
    .title-forester {
        font-size: 50px;
    }
    .subtitle-forester {
        font-size: 35px;
    }
    .mintitle-forester {
        font-size: 20px;
    }
    .text-forester {
        font-size: 16px;
    }
}
@media (max-width: 1099px) {
    .mintitle-forester {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .mintitle-forester {
        font-size: 20px;
    }
}
@media (max-width: 767px) {

}
@media (max-width: 566px) {
    .title-forester {
        font-size: 30px;
    }
    .subtitle-forester {
        font-size: 18px;
    }
    .mintitle-forester {
        font-size: 16px;
    }
    .text-forester {
        font-size: 14px;
    }
}
/* product=================================================================== */
.product-forester {
    padding: 66px 50px 50px 50px;
    display: flex;
    flex-direction: column;
    gap: 150px;
    border-radius: 0 0 40px 40px;
    background-image: url(/image/catalog/unilanding/forester2-10x40SFP/light-ellipse.svg), url(/image/catalog/unilanding/forester2-10x40SFP/product-bg.webp);
    background-size: 800px, cover;
    background-position: top 10px left 30px, center;
    background-repeat: no-repeat;
}
.product-forester__wrap {
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.product-forester__inner {
    display: flex;
    flex-direction: column;
}
.product-forester__inner h3 {
    color: #F9F9F9;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.product-forester__inner h4 {
    color: #F9F9F9;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    align-self: end;
    text-align: end;
    max-width: 575px;
    width: 100%;
}
.product-forester__name {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}
.product-forester__title-1 {
    max-width: 1175px;
    width: 100%;
    display: block;
}
.product-forester__title-2 {
    max-width: 1175px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.product-forester__img {
    position: absolute;
    top: 30px;
    left: 0;
    max-width: 914px;
    width: 100%;
}
.product-forester__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 575px;
    width: 100%;
    align-self: end;
}
.product-forester__wrap .text-forester {
    color: #F9F9F9;
}
@media (max-width: 1599px) {
    .product-forester__wrap {
        gap: 40px;
    }
    .product-forester__inner h4 {
        font-size: 50px;
        max-width: 525px;
    }
    .product-forester__name {
        margin: 30px 0 50px;
    }
    .product-forester__img {
        top: 45px;
        max-width: 844px;
    }
    .product-forester__info {
        max-width: 525px;
    }
}
@media (max-width: 1499px) {
    .product-forester {
        padding: 66px 30px 30px 30px;
        gap: 120px;
        background-size: 600px, cover;
        background-position: top -20px left 30px, center;
    }
    .product-forester__wrap {
        gap: 60px;
    }
    .product-forester__inner h4 {
        font-size: 43px;
        max-width: 465px;
    }
    .product-forester__name {
        margin: 20px 0;
    }
    .product-forester__img {
        top: 25px;
        max-width: 710px;
    }
    .product-forester__info {
        max-width: 465px;
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 1299px) {
    .product-forester {
        padding: 66px 20px 20px 20px;
        gap: 110px;
        border-radius: 0 0 30px 30px;
        background-size: 800px, cover;
        background-position: top -10px left -40px, center;
    }
    .product-forester__wrap {
        gap: 80px;
    }
    .product-forester__inner h4 {
        font-size: 33px;
        max-width: 345px;
    }
    .product-forester__name {
        margin: 20px 0;
    }
    .product-forester__img {
        top: 35px;
        max-width: 582px;
    }
    .product-forester__info {
        max-width: 100%;
        gap: 20px;
        align-items: end;
    }
    .product-forester__wrap .text-forester:first-child {
        max-width: 437px;
    }
}
@media (max-width: 1099px) {
    .product-forester {
        padding: 66px 30px 30px 30px;
        gap: 120px;
        background-size: 600px, cover;
        background-position: top -70px left 30px, center;
    }
    .product-forester__wrap {
        gap: 60px;
    }
    .product-forester__inner h4 {
        font-size: 43px;
        max-width: 465px;
    }
    .product-forester__name {
        margin: 20px 0;
    }
    .product-forester__img {
        top: 25px;
        max-width: 710px;
    }
    .product-forester__info {
        max-width: 465px;
    }
    .product-forester__wrap .text-forester:first-child {
        max-width: 465px;
    }
}
@media (max-width: 991px) {
    .product-forester {
        padding: 66px 20px 20px 20px;
        gap: 110px;
        border-radius: 0 0 30px 30px;
        background-size: 800px, cover;
        background-position: top -10px left -40px, center;
    }
    .product-forester__wrap {
        gap: 80px;
    }
    .product-forester__inner h4 {
        font-size: 33px;
        max-width: 345px;
    }
    .product-forester__name {
        margin: 20px 0;
    }
    .product-forester__img {
        top: 35px;
        max-width: 582px;
    }
    .product-forester__info {
        max-width: 100%;
        gap: 20px;
        align-items: end;
    }
    .product-forester__wrap .text-forester:first-child {
        max-width: 437px;
    }
}
@media (max-width: 767px) {
    .product-forester {
        gap: 100px;
        border-radius: 0 0 20px 20px;
        background-size: 600px, cover;
        background-position: top -30px center, center;
    }
    .product-forester__wrap {
        gap: 253px;
    }
    .product-forester__inner h3 {
        font-size: 40px;
    }
    .product-forester__inner h4 {
        text-align: right;
        max-width: 100%;
    }
    .product-forester__name {
        margin: 10px 0;
    }
    .product-forester__img {
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 540px;
    }
    .product-forester__wrap .text-forester:first-child {
        max-width: 100%;
    }
    .product-forester__wrap .text-forester {
        max-width: 100%;
    }
}
@media (max-width: 566px) {
    .product-forester {
        gap: 60px;
        padding: 20px 10px 10px 10px;
        background-size: 400px, cover;
        background-position: top 30px center, center;
    }
    .product-forester__wrap {
        gap: 39vw;
    }
    .product-forester__inner h3 {
        font-size: 30px;
    }
    .product-forester__inner h4 {
        font-size: 22px;
    }
    .product-forester__name {
        margin: 10px 0;
    }
    .product-forester__img {
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 496px;
    }
}



.product-forester__choice {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.product-forester__choice-info {
    display: flex;
    flex-direction: column;
    gap: 38px;
    max-width: 575px;
    width: 100%;
}
.product-forester__choice-titles {
    display: flex;
    flex-direction: column;
}
.product-forester__choice-titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -65px 0;
}
.product-forester__choice .title-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-forester__choice .subtitle-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-wrap: balance;
}
.product-forester__choice .text-forester {
    color: #F9F9F9;
}
.product-forester__choice-wrap {
    width: 575px;
    height: 575px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: linear-gradient(180deg, #666 0%, #000 100%);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-forester__scope {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
}
.product-forester__scope-reticle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/image/catalog/unilanding/forester2-10x40SFP/reticle.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
.product-forester__scope-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/image/catalog/unilanding/forester2-10x40SFP/scope-bg.webp');
    background-size: cover;
    background-position: center;
    z-index: 1;
    animation: product-forester__scope-zoom 6s ease-in-out infinite;
}   
@keyframes product-forester__scope-zoom {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(4);
    }
    25% {
        transform: scale(4);
    }
    93% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 1599px) {
    .product-forester__choice {
        align-items: end;
    }
    .product-forester__choice-info {
        max-width: 525px;
    }
    .product-forester__choice-wrap {
        width: 525px;
        height: 525px;
    } 
}
@media (max-width: 1499px) {
    .product-forester__choice-info {
        max-width: 485px;
    }
    .product-forester__choice .text-forester {
        max-width: 445px;
    }
    .product-forester__choice-wrap {
        width: 445px;
        height: 445px;
        margin: 0 0 0 -100px;
    }
}
@media (max-width: 1299px) {
    .product-forester__choice-info {
        max-width: 100%;
    }
    .product-forester__choice-wrap {
        width: 344px;
        height: 344px;
        margin: 0 0 0 -500px;
    }
    .product-forester__choice .subtitle-forester {
        max-width: 444px;
    }
    .product-forester__choice .text-forester {
        max-width: 344px;
    }
}
@media (max-width: 1099px) {
    .product-forester__choice-info {
        max-width: 485px;
    }
    .product-forester__choice .text-forester {
        max-width: 445px;
    }
    .product-forester__choice-wrap {
        width: 445px;
        height: 445px;
        margin: 0 0 0 -100px;
    }
}
@media (max-width: 991px) {
    .product-forester__choice-info {
        max-width: 100%;
    }
    .product-forester__choice-wrap {
        width: 344px;
        height: 344px;
        margin: 0 0 0 -500px;
    }
    .product-forester__choice .subtitle-forester {
        max-width: 444px;
    }
    .product-forester__choice .text-forester {
        max-width: 43vw;
    }
}
@media (max-width: 767px) {
    .product-forester__choice {
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        padding: 0 0 25px 0;
    }
    .product-forester__choice .subtitle-forester {
        max-width: 100%;
    }
    .product-forester__choice .text-forester {
        max-width: 100%;
    }
    .product-forester__choice-info {
        max-width: 100%;
    }
    .product-forester__choice-wrap {
        width: 445px;
        height: 445px;
        margin: 0;
    }
}
@media (max-width: 566px) {
    .product-forester__choice {
        gap: 30px;
        padding: 0 0 10px 0;
    }
    .product-forester__choice-info {
        gap: 30px;
    }
    .product-forester__choice-titles b {
        font-size: 120px;
        margin: 0 0 -35px 0;
    }
    .product-forester__choice-wrap {
        width: 80vw;
        height: 80vw;
        max-width: 400px;
        max-height: 400px;
        margin: 0;
    }
}


/* modern---------------------------------------------------------------------------------------------- */
.modern-forester {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 100px 50px;
    background-image: url(/image/catalog/unilanding/forester2-10x40SFP/modern-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.modern-forester__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.modern-forester__titles {
    display: flex;
    flex-direction: column;
}
.modern-forester__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.modern-forester__info .title-forester {
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modern-forester__info .subtitle-forester {
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modern-forester__text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.modern-forester__info .mintitle-forester {
    color: #333;
}
.modern-forester__info .text-forester {
    color: #333;
}
.modern-forester ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.modern-forester__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 64px 20px 20px 20px;
}
.modern-forester__item .mintitle-forester {
    color: #F9F9F9;
    max-width: 350px;
    text-wrap: balance;
}
.modern-forester__item .text-forester {
    color: #F9F9F9;
}
.modern-forester__item--1,
.modern-forester__item--4 {
    width: 700px;
}
.modern-forester__item--2,
.modern-forester__item--3 {
    width: 480px;
}
.modern-forester__item--1 {
    background-image: url(/image/catalog/unilanding/forester2-10x40SFP/modern-1.webp);
}
.modern-forester__item--2 {
    background-image: url(/image/catalog/unilanding/forester2-10x40SFP/modern-2.webp);
}
.modern-forester__item--3 {
    background-image: url(/image/catalog/unilanding/forester2-10x40SFP/modern-3.webp);
}
.modern-forester__item--4 {
    background-image: url(/image/catalog/unilanding/forester2-10x40SFP/modern-4.webp);
}

@media (max-width: 1599px) {
    .modern-forester__item {
        padding: 34px 20px 20px 20px;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 644px;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 406px;
    }
}
@media (max-width: 1499px) {
    .modern-forester {
        padding: 90px 30px;
    }
    .modern-forester__item {
        padding: 56px 20px 20px 20px;
    }
    .modern-forester__item .mintitle-forester {
        max-width: 300px;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 546px;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 344px;
    }
}
@media (max-width: 1299px) {
    .modern-forester {
        gap: 50px;
        padding: 90px 20px;
    }
    .modern-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .modern-forester ul {
        gap: 10px;
    }
    .modern-forester__item {
        padding: 42px 20px 20px 20px;
    }
    .modern-forester__item .mintitle-forester {
        max-width: 205px;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 422px;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 266px;
    }
}
@media (max-width: 1099px) {
    .modern-forester {
        padding: 90px 30px;
    }
    .modern-forester__titles b {
        margin: 0 0 -73px 0;
    }
    .modern-forester ul {
        justify-content: center;
    }
    .modern-forester__item {
        padding: 56px 20px 20px 20px;
    }
    .modern-forester__item .mintitle-forester {
        max-width: 300px;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 525px;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 344px;
    }
}
@media (max-width: 991px) {
    .modern-forester {
        gap: 50px;
        padding: 90px 20px;
    }
    .modern-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .modern-forester ul {
        gap: 10px;
        justify-content: start;
    }
    .modern-forester__item {
        padding: 42px 20px 20px 20px;
    }
    .modern-forester__item .mintitle-forester {
        max-width: 205px;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 50vw;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 36vw;
    }
}
@media (max-width: 767px) {
    .modern-forester {
        padding: 80px 20px;
    }

    .modern-forester ul {
        flex-direction: column;
        gap: 20px;
    }
    .modern-forester__item {
        padding: 20px;
        min-height: 179px;
        justify-content: end;
    }
    .modern-forester__item .mintitle-forester {
        max-width: 100%;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 100%;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 100%;
    }
}
@media (max-width: 566px) {
    .modern-forester {
        gap: 30px;
        padding: 90px 10px 50px 10px;
    }
    .modern-forester__info {
        gap: 30px;
    }
    .modern-forester__titles b {
        font-size: 120px;
        margin: 0 0 -35px 0;
    }
    .modern-forester__item {
        min-height: auto;
    }
}

/* compatibility------------------------------------------------------------------------------------ */
.compatibility-forester {
    padding: 50px;
    border-radius: 40px;
    background-image: url(/image/catalog/unilanding/forester2-10x40SFP/compatibility-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 150px;
}
.compatibility-forester__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.compatibility-forester__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.compatibility-forester__titles {
    display: flex;
    flex-direction: column;
}
.compatibility-forester__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.compatibility-forester__titles .title-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.compatibility-forester__titles .subtitle-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.compatibility-forester .text-forester {
    color: #F9F9F9;
}
.compatibility-forester__img {
    max-width: 1200px;
    width: 100%;
}
.compatibility-tuning {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.compatibility-tuning__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.compatibility-tuning__titles {
    display: flex;
    flex-direction: column;
}
.compatibility-tuning__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.compatibility-tuning__titles .title-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.compatibility-tuning__titles .subtitle-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.compatibility-tuning__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.compatibility-tuning .mintitle-forester {
    color: #F9F9F9;
}
.compatibility-tuning ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.compatibility-tuning__item {
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.compatibility-tuning__item img {
    max-width: 575px;
    width: 100%;
}
.compatibility-tuning__item--1 {
    align-items: start;
}
.compatibility-tuning__discription {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 575px;
}
.compatibility-tuning__item--2 {
    align-items: end;
    margin: -270px 0 0 0;
}

@media (max-width: 1599px) {
    .compatibility-tuning__item {
        gap: 20px;
    }
    .compatibility-tuning__item img {
        max-width: 525px;
    }
    .compatibility-tuning__discription {
        max-width: 525px;
    }
    .compatibility-tuning__item--2 {
        margin: -230px 0 0 0;
    }
}
@media (max-width: 1499px) {
    .compatibility-forester {
        padding: 30px;
        gap: 120px;
    }
    .compatibility-tuning__item img {
        max-width: 445px;
    }
    .compatibility-tuning__discription {
        max-width: 445px;
    }
    .compatibility-tuning__item--2 {
        margin: -185px 0 0 0;
    }
}
@media (max-width: 1299px) {
    .compatibility-forester {
        padding: 20px;
        border-radius: 30px;
        gap: 110px;
    }
    .compatibility-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .compatibility-tuning__item {
        gap: 10px;
    }
    .compatibility-tuning__item img {
        max-width: 344px;
    }
    .compatibility-tuning__discription {
        max-width: 344px;
    }
    .compatibility-tuning__item--2 {
        margin: -80px 0 0 0;
    }
    .compatibility-tuning__titles b {
        margin: 0 0 -53px 0;
    }
}
@media (max-width: 1099px) {
    .compatibility-forester {
        padding: 30px;
        border-radius: 40px;
        gap: 120px;
    }
    .compatibility-forester__titles b {
        margin: 0 0 -73px 0;
    }
    .compatibility-tuning__titles b {
        margin: 0 0 -73px 0;
    }
    .compatibility-tuning__item {
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .compatibility-tuning__item img {
        max-width: 100%;
    }
    .compatibility-tuning__discription {
        max-width: 100%;
    }
    .compatibility-tuning__item--2 {
        margin: -200px 0 0 0;
    }
}
@media (max-width: 991px) {
    .compatibility-forester {
        padding: 20px;
        border-radius: 30px;
        gap: 110px;
    }
    .compatibility-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .compatibility-tuning__item {
        gap: 10px;
    }
    .compatibility-tuning__item--2 {
        margin: -13vw 0 0 0;
    }
    .compatibility-tuning__titles b {
        margin: 0 0 -53px 0;
    }
}
@media (max-width: 767px) {
    .compatibility-forester {
        padding: 20px;
        border-radius: 20px;
        gap: 100px;
    }
    .compatibility-forester__img {
        content: url(/image/catalog/unilanding/forester2-10x40SFP/compatibility-m.webp);
    }
    .compatibility-tuning ul {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .compatibility-tuning__item {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .compatibility-tuning__item--2 {
        flex-direction: column-reverse;
        margin: 0;
    }
}
@media (max-width: 566px) {
    .compatibility-forester {
        padding: 15px 10px;
        gap: 60px;
    }
    .compatibility-forester__titles .title-forester {
        font-size: 28px;
    }
    .compatibility-forester__wrap {
        gap: 30px;
    }
    .compatibility-forester__info {
        gap: 30px;
    }
    .compatibility-forester__titles b {
        font-size: 120px;
        margin: 0 0 -35px 0;
    }
    .compatibility-tuning {
        gap: 30px;
    }
    .compatibility-tuning__info {
        gap: 30px;
    }
    .compatibility-tuning__titles b {
        font-size: 120px;
        margin: 0 0 -35px 0;
    }
    .compatibility-tuning ul {
        gap: 30px;
    }
}

/* reticle------------------------------------------------------------------------------------ */
.reticle-forester {
    display: flex;
    flex-direction: column;
    padding: 100px 50px 200px 50px;
    background-image: url(/image/catalog/unilanding/forester2-10x40SFP/reticle-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.reticle-forester__titles {
    display: flex;
    flex-direction: column;
}
.reticle-forester__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.reticle-forester__titles .title-forester {
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reticle-forester__titles .subtitle-forester {
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reticle-forester__wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: -40px 0 0 0;
}
.reticle-forester__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 575px;
    width: 100%
}
.reticle-forester__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.reticle-forester__item-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.reticle-forester__item-header img {
    width: 51px;
    aspect-ratio: 1/1;
}
.reticle-forester .mintitle-forester {
    color: #333;
}
.reticle-forester .text-forester {
    color: #333;
}
.reticle-forester__img {
    max-width: 575px;
    width: 100%;
}

@media (max-width: 1599px) {
    .reticle-forester__wrap {
        margin: 37px 0 0 0;
    }
    .reticle-forester__inner {
        max-width: 525px;
    }
    .reticle-forester__img {
        max-width: 525px;
    }
}
@media (max-width: 1499px) {
    .reticle-forester {
        padding: 90px 30px 150px 30px;
    }
    .reticle-forester__wrap {
        margin: 50px 0 0 0;
    }
    .reticle-forester__inner {
        max-width: 445px;
    }
    .reticle-forester__img {
        max-width: 445px;
    }
}
@media (max-width: 1299px) {
    .reticle-forester {
        padding: 90px 20px 130px 20px;
    }
    .reticle-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .reticle-forester__wrap {
        align-items: start;
        margin: -20px 0 0 0;
    }
    .reticle-forester__inner {
        max-width: 100%;
        padding: 55px 0 0 0;
    }
    .reticle-forester__item:nth-child(1) {
        max-width: 334px;
    }
    .reticle-forester__item:nth-child(2) {
        max-width: 100%;
    }
    .reticle-forester__img {
        max-width: 334px;
        margin: 0 0 0 -334px;
    }
}
@media (max-width: 1099px) {
    .reticle-forester {
        padding: 90px 30px 150px 30px;
    }
    .reticle-forester__titles b {
        margin: 0 0 -73px 0;
    }
    .reticle-forester__wrap {
        margin: 10px 0 0 0;
        align-items: end;
        gap: 20px;
    }
    .reticle-forester__inner {
        max-width: 100%;
        padding: 0;
    }
    .reticle-forester__item:nth-child(1) {
        max-width: 100%;
    }
    .reticle-forester__item:nth-child(2) {
        max-width: 100%;
    }
    .reticle-forester__img {
        max-width: 445px;
        margin: 0;
    }
}
@media (max-width: 991px) {
    .reticle-forester {
        padding: 90px 20px 130px 20px;
    }
    .reticle-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .reticle-forester__wrap {
        align-items: start;
        margin: -20px 0 0 0;
    }
    .reticle-forester__inner {
        max-width: 100%;
        padding: 55px 0 0 0;
    }
    .reticle-forester__item:nth-child(1) {
        max-width: 44vw;
    }
    .reticle-forester__item:nth-child(2) {
        max-width: 100%;
    }
    .reticle-forester__img {
        max-width: 334px;
        margin: 0 0 0 -334px;
    }
}
@media (max-width: 767px) {
    .reticle-forester {
        padding: 80px 20px;
    }
    .reticle-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .reticle-forester__wrap {
        align-items: center;
        flex-direction: column-reverse;
        margin: 50px 0 0 0;
        gap: 50px;
    }
    .reticle-forester__inner {
        max-width: 100%;
        padding: 0;
    }
    .reticle-forester__item:nth-child(1) {
        max-width: 100%;
    }
    .reticle-forester__item:nth-child(2) {
        max-width: 100%;
    }
    .reticle-forester__img {
        max-width: 497px;
        margin: 0;
    }
}
@media (max-width: 566px) {
    .reticle-forester {
        padding: 50px 10px;
    }
    .reticle-forester__titles b {
        margin: 0 0 -35px 0;
        font-size: 120px;
    }
    .reticle-forester__wrap {
        margin: 20px 0 0 0;
        gap: 20px;
    }
    .reticle-forester__inner {
        gap: 20px;
    }
    .reticle-forester__img {
        max-width: 400px;
    }
}

/* guarantee------------------------------------------------------------------------------------ */
.dark-forester {
    background-color: #242424;
    border-radius: 40px;
}
.guarantee-forester {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 30px 50px 150px 50px;
    position: relative;
    background-image: url(/image/catalog/unilanding/forester2-10x40SFP/guarantee-bg.webp);
    background-size: 100% 361px;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 40px 40px 0 0;
}
.guarantee-forester img {
    max-width: 900px;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 50px;
    z-index: 1;
}
.guarantee-forester__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.guarantee-forester__inner b {
    font-size: 350px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.2;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 0;
}
.guarantee-forester__titles {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
    position: relative;
    z-index: 2;
}
.guarantee-forester .title-forester {
    background: linear-gradient(90deg, #F9F9F9 -3.81%, #626262 99.39%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guarantee-forester .subtitle-forester {
    background: linear-gradient(90deg, #F9F9F9 -3.81%, #626262 99.39%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guarantee-forester .text-forester {
    color: #F9F9F9;
    max-width: 923px;
    width: 100%;
    align-self: end;
}

@media (max-width: 1599px) {
    .guarantee-forester {
        gap: 95px;
        padding: 20px 50px 150px 50px;
    }
    .guarantee-forester img {
        max-width: 880px;
    }
    .guarantee-forester .text-forester {
        max-width: 856px;
    }
}
@media (max-width: 1499px) {
    .guarantee-forester {
        gap: 0;
        padding: 20px 30px 211px 30px;
        background-size: 100% 425px;
    }
    .guarantee-forester__titles {
        margin: 0 0 0 -500px;
    }
    .guarantee-forester img {
        max-width: 740px;
        top: -30px;
        left: 30px;
    }
    .guarantee-forester .text-forester {
        max-width: 544px;
    }
}
@media (max-width: 1299px) {
    .dark-forester {
        border-radius: 30px;
    }
    .guarantee-forester {
        padding: 30px 20px 150px 20px;
        background-size: 100% 305px;
        border-radius: 30px 30px 0 0;
    }
    .guarantee-forester img {
        max-width: 514px;
        top: -20px;
        left: 20px;
    }
    .guarantee-forester__inner b {
        font-size: 250px;
    }
    .guarantee-forester .text-forester {
        max-width: 483px;
        margin: -20px 0 0 0;
    }
}
@media (max-width: 1099px) {
    .dark-forester {
        border-radius: 40px;
    }
    .guarantee-forester {
        gap: 0;
        padding: 30px 30px 211px 30px;
        background-size: 100% 425px;
        border-radius: 40px 40px 0 0;
    }
    .guarantee-forester__inner b {
        font-size: 350px;
    }
    .guarantee-forester img {
        max-width: 740px;
        top: -30px;
        left: 30px;
    }
    .guarantee-forester .text-forester {
        max-width: 544px;
        margin: 0;
    }
}
@media (max-width: 991px) {
    .dark-forester {
        border-radius: 30px;
    }
    .guarantee-forester {
        padding: 30px 20px 150px 20px;
        background-size: 100% 335px;
        border-radius: 30px 30px 0 0;
    }
    .guarantee-forester img {
        max-width: 514px;
        top: -20px;
        left: 20px;
    }
    .guarantee-forester__inner b {
        font-size: 250px;
    }
    .guarantee-forester .text-forester {
        max-width: 438px;
        margin: -20px 0 0 0;
    }
}
@media (max-width: 767px) {
    .dark-forester {
        border-radius: 20px;
    }
    .guarantee-forester {
        gap: 230px;
        padding: 20px 20px 100px 20px;
        background-size: 100% 377px;
        border-radius: 20px 20px 0 0;
    }
    .guarantee-forester img {
        max-width: 496px;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .guarantee-forester__inner {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .guarantee-forester__inner b {
        font-size: 154px;
        margin: 0 0 -73px 0;
    }
    .guarantee-forester__titles {
        align-items: start;
        text-align: start;
        margin: 0;
    }
    .guarantee-forester .text-forester {
        margin: 0;
        max-width: 100%;
        align-self: start;
    }
}
@media (max-width: 566px) {
    .guarantee-forester {
        gap: 0;
        padding: 20px 10px;
        background-size: cover;
        background-position: center;
    }
    .guarantee-forester__inner b {
        margin: 0 0 -37px 0;
    }
    .guarantee-forester img {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        margin: -100px 0 30px 0;
        order: 1;
    }
    .guarantee-forester .text-forester {
        order: 2;
    }
}

/* construction-------------------------------------------------------------------------------------- */
.construction-forester {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px;
}
.construction-forester__titles {
    display: flex;
    flex-direction: column;
}
.construction-forester__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.construction-forester__titles .title-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.construction-forester__titles .subtitle-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.construction-forester ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.construction-forester ul li {
    display: flex;
    gap: 30px;
    align-items: start;
    padding: 30px;
    border-radius: 10px;
    background: #1D1D1D;
}
.construction-forester ul li img {
    max-width: 145px;
    width: 100%;
}
.construction-forester__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.construction-forester .mintitle-forester {
    color: #F9F9F9;
}
.construction-forester .text-forester {
    color: #F9F9F9;
}

@media (max-width: 1499px) {
    .construction-forester {
        padding: 0 30px;
    }
}
@media (max-width: 1299px) {
    .construction-forester {
        padding: 0 20px;
    }
    .construction-forester__titles b {
        margin: 0 0 -53px 0;
    }
}
@media (max-width: 1099px) {
    .construction-forester {
        padding: 0 30px;
    }
    .construction-forester__titles b {
        margin: 0 0 -73px 0;
    }
}
@media (max-width: 991px) {
    .construction-forester {
        padding: 0 20px;
    }
    .construction-forester__titles b {
        margin: 0 0 -53px 0;
    }
}
@media (max-width: 767px) {
    .construction-forester ul li {
        flex-direction: column;
    }
    .construction-forester ul li img {
        max-width: 100px;
    }
}
@media (max-width: 566px) {
    .construction-forester {
        gap: 30px;
        padding: 50px 10px 0 10px;
    }
    .construction-forester__titles b {
        font-size: 120px;
        margin: 0 0 -35px 0;
    }
    .construction-forester ul li {
        gap: 20px;
        padding: 20px;
    }
    .construction-forester ul li img {
        max-width: 90px;
    }
}

/* equipment-------------------------------------------------------------------------------------- */
.equipment-forester {
    padding: 150px 0 660px 50px;
    background-image: url(/image/catalog/unilanding/forester2-10x40SFP/equipment-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom 50px;
    position: relative;
}
.equipment-forester__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    z-index: 1
}
.equipment-forester__titles {
    display: flex;
    flex-direction: column;
}
.equipment-forester__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.equipment-forester__titles .title-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.equipment-forester__titles .subtitle-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.equipment-forester ul {
    margin: 0;
    max-width: 494px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.equipment-forester .text-forester {
    color: #F9F9F9;
}
.equipment-forester img {
    max-width: 1153px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 105px;
}

@media (max-width: 1599px) {
    .equipment-forester {
        padding: 150px 0 550px 50px;
    }
    .equipment-forester img {
        max-width: 1023px;
        bottom: 75px;
    }
}
@media (max-width: 1499px) {
    .equipment-forester {
        padding: 120px 0 510px 30px;
        background-position: left bottom 30px;
    }
    .equipment-forester__titles .subtitle-forester {
        font-size: 35px;
    }
    .equipment-forester ul {
        max-width: 448px;
        padding: 0 0 0 30px;
    }
    .equipment-forester img {
        max-width: 787px;
        bottom: 125px;
    }
}
@media (max-width: 1299px) {
    .equipment-forester {
        padding: 110px 0 426px 20px;
        background-position: left bottom 20px;
    }
    .equipment-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .equipment-forester img {
        max-width: 640px;
        bottom: 100px;
    }
}
@media (max-width: 1099px) {
    .equipment-forester {
        padding: 120px 0 510px 30px;
        background-position: left bottom 30px;
    }
    .equipment-forester ul {
        padding: 0 0 0 30px;
    }
    .equipment-forester img {
        max-width: 787px;
        bottom: 125px;
    }
}
@media (max-width: 991px) {
    .equipment-forester {
        padding: 110px 0 440px 20px;
        background-position: left bottom 20px;
    }
    .equipment-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .equipment-forester img {
        max-width: 80vw;
        bottom: 100px;
    }
}
@media (max-width: 767px) {
    .equipment-forester {
        padding: 100px 0 60vw 20px;
        background-position: left bottom 20px;
    }
    .equipment-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .equipment-forester img {
        max-width: 95%;
        bottom: 10px;
    }
}
@media (max-width: 566px) {
    .equipment-forester {
        padding: 60px 0 65vw 10px;
        background-position: left bottom 10px;
    }
    .equipment-forester__inner {
        gap: 30px;
    }
    .equipment-forester ul {
        padding: 0 0 0 20px;
    }
    .equipment-forester__titles b {
        margin: 0 0 -35px 0;
        font-size: 120px;
    }
    .equipment-forester__titles .title-forester {
        font-size: 28px;
    }
    .equipment-forester__titles .subtitle-forester {
        font-size: 18px;
    }
    .equipment-forester img {
        max-width: 95%;
        bottom: 10px;
    }
}