
.landing-category {
    font-family: "Montserrat", sans-serif;
    max-width: 1450px;
    min-width: 270px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-section);
}
.landing-category * {
    box-sizing: border-box; 
    -webkit-tap-highlight-color: transparent; 
}
.landing-category section {
    width: 100%;
}
:root {
    --gap-section: 100px;
    --padding-optic: 50px;
    --borderradius-main: 32px;
    --borderradius-min: 16px;
    --text-gap: 24px;
}
.landing-category .title-optic {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
}
.landing-category .mintitle-optic {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
.landing-category .text-optic {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1344px) {
    :root {
        --padding-optic: 40px;
    }
}
@media screen and (max-width: 1199px) {
    :root {
        --gap-section: 80px;
        --padding-optic: 30px;
    }
}
@media screen and (max-width: 567px) {
    :root {
        --gap-section: 60px;
        --padding-optic: 20px;
        --borderradius-main: 16px;
        --text-gap: 16px;
    }
    .landing-category .title-optic {
        font-size: 22px;
    }
    .landing-category .mintitle-optic {
        font-size: 16px;
    }
    .landing-category .text-optic {
        font-size: 14px;
    }
}
/* product============================================================================== */
.product-optic {
    display: flex;
    gap: var(--padding-optic);
    padding: var(--padding-optic);
    border-radius: var(--borderradius-main);
    align-items: stretch;
    background-color: #266141;
}
.product-optic img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--borderradius-main);
    flex: 0 1 50%;
    min-width: 200px;
}
.product-optic__info {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
    width: 100%;
    flex: 1 1 50%;
}
@media screen and (max-width: 1199px) {
    .product-optic {
        flex-direction: column;
    }
    .product-optic img {
        height: 532px;
        flex: auto;
    }
}
@media screen and (max-width: 991px) {
    .product-optic img {
        height: 432px;
    }
}
@media screen and (max-width: 567px) {
    .product-optic img {
        height: 58vw;
    }
}
/* cristal-optic============================================================================== */
.cristal-optic {
    display: flex;
    flex-direction: column;
    gap: var(--padding-optic);
}
.cristal-optic__info {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
}
.cristal-optic .title-optic,
.cristal-optic .mintitle-optic,
.cristal-optic .text-optic {
    color: #000;
}
.cristal-optic ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.cristal-optic ul li {
    background-color: #266141;
    text-align: center;
    padding: 25px;
    border-radius: var(--borderradius-min);
}
.cristal-optic ul .text-optic {
    color: #FFF;
}
.cristal-optic > p:last-child {
    max-width: 756px;
}
@media screen and (max-width: 1199px) {
    .cristal-optic ul {
        display: flex;
        flex-direction: column;
    }
    .cristal-optic > p:last-child {
        max-width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .cristal-optic ul li {
        padding: 20px;
    }
}
/* coating============================================================================== */
.coating-optic {
    display: flex;
    padding: var(--padding-optic);
    gap: var(--padding-optic);
    border-radius: var(--borderradius-main);
    background-color: #E5E7EB;
    align-items: stretch;
}
.coating-optic__info {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
    width: 100%;
    flex: 1 1 50%;
}
.coating-optic img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--borderradius-main);
    flex: 0 1 50%;
    min-width: 200px;
}
.coating-optic .title-optic,
.coating-optic .mintitle-optic,
.coating-optic .text-optic {
    color: #000;
}
.coating-optic ul {
    padding: 0 0 0 30px;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .coating-optic {
        flex-direction: column-reverse;
    }
    .coating-optic img {
        height: 532px;
        flex: auto;
    }
}
@media screen and (max-width: 991px) {
    .coating-optic img {
        height: 432px;
    }
}
@media screen and (max-width: 567px) {
    .coating-optic img {
        height: 58vw;
    }
    .coating-optic ul {
        padding: 0 0 0 20px;
    }
}
/* multiplicity----------------------------------------------------------------------- */
.multiplicity-optic {
    display: flex;
    flex-direction: column;
    gap: var(--padding-optic);
}
.multiplicity-optic__info {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
    max-width: 865px;
    width: 100%;
}
.multiplicity-optic .title-optic,
.multiplicity-optic .mintitle-optic,
.multiplicity-optic .text-optic {
    color: #000;
}
.opticSwiper {
    width: 100%;
    position: relative;
}
.opticSwiper .swiper-slide {
    border-radius: var(--borderradius-main);
    width: 100%;
    height: 484px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--padding-optic);
}
.opticSwiper .swiper-slide .text-optic {
    background-color: #FFF;
    padding: 10px 20px;
    border-radius: var(--borderradius-min);
    max-width: 517px;
    width: 100%;
    text-align: center;
}
.optic-slide-1 {
    background-image: url(/image/catalog/category_photo/opticheskiye-pritsely/multiplicity-1.webp);
}
.optic-slide-2 {
    background-image: url(/image/catalog/category_photo/opticheskiye-pritsely/multiplicity-2.webp);
}
.optic-slide-3 {
    background-image: url(/image/catalog/category_photo/opticheskiye-pritsely/multiplicity-3.webp);
}
.optic-control {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 var(--padding-optic);
    z-index: 1;
}
.optic-button-prev,
.optic-button-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #266141;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.optic-button-prev:hover,
.optic-button-next:hover {
    background-color: #1e4d36;
}
.optic-pagination {
    display: none;
}
.multiplicity-optic > p {
    max-width: 865px;
}
@media screen and (max-width: 991px) {
    .opticSwiper .swiper-slide {
        height: 404px;
        align-items: end;
    }
}
@media screen and (max-width: 567px) {
    .opticSwiper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .opticSwiper .swiper-slide {
        height: 78vw;
        padding: 10px;
    }
    .optic-control {
        position: static;
        top: auto;
        transform: none;
    }
    .optic-button-prev,
    .optic-button-next {
        display: none;
    }
    .optic-pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .opticSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
        width: 40px;
        height: 8px;
        border-radius: 10px;
        opacity: 1;
        border: 1px solid #000;
        background-color: transparent;
    }
    .opticSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background-color: #2A8A56;
        border: 1px solid #2A8A56;
    }
}
/* mechanics-optic----------------------------------------------------------------------- */
.mechanics-optic {
    display: flex;
    flex-direction: column;
    gap: var(--padding-optic);
}
.mechanics-optic__inner {
    display: flex;
    align-items: stretch;
    gap: var(--padding-optic);
}
.mechanics-optic__inner img {
    max-width: 100%;
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--borderradius-main);
    flex: 0 1 46%;
    min-width: 200px;
}
.mechanics-optic__info {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
    flex: 1 1 60%;
}
.mechanics-optic .title-optic,
.mechanics-optic .mintitle-optic,
.mechanics-optic .text-optic {
    color: #000;
}
.mechanics-optic ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.mechanics-optic ul li {
    background-color: #266141;
    text-align: center;
    padding: 25px;
    border-radius: var(--borderradius-min);
}
.mechanics-optic ul .text-optic {
    color: #FFF;
}
.mechanics-optic > p:last-child {
    max-width: 865px;
}
@media screen and (max-width: 1199px) {
    .mechanics-optic__inner {
        flex-direction: column;
    }
    .mechanics-optic__inner img {
        height: 318px;
        flex: auto;
    }
    .mechanics-optic__info {
        width: 100%;
        flex: auto;
    }
    .mechanics-optic ul {
        display: flex;
        flex-direction: column;
    }
    .mechanics-optic > p:last-child {
        max-width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .mechanics-optic ul li {
        padding: 20px;
    }
}
/* focal-optic============================================================================== */
.focal-optic {
    display: flex;
    padding: var(--padding-optic);
    gap: var(--padding-optic);
    border-radius: var(--borderradius-main);
    border: 1px solid #000;
    background: #FFF;
    align-items: stretch;
}
.focal-optic__info {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
    width: 100%;
    flex: 1 1 50%;
}
.focal-optic img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--borderradius-main);
    flex: 0 1 50%;
    min-width: 200px;
}
.focal-optic .title-optic,
.focal-optic .mintitle-optic,
.focal-optic .text-optic {
    color: #000;
}
.focal-optic ul {
    padding: 0 0 0 30px;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .focal-optic {
        flex-direction: column-reverse;
    }
    .focal-optic img {
        height: 532px;
        flex: auto;
    }
}
@media screen and (max-width: 991px) {
    .focal-optic img {
        height: 432px;
    }
}
@media screen and (max-width: 567px) {
    .focal-optic img {
        height: 58vw;
    }
    .focal-optic ul {
        padding: 0 0 0 20px;
    }
}
/* lighting------------------------------------------------------------- */
.lighting-optic {
    display: flex;
    gap: var(--padding-optic);
    align-items: start;
}
.lighting-optic img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--borderradius-main);
    flex: 0 1 42%;
    min-width: 200px;
}
.lighting-optic__info {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
    max-width: 800px;
    width: 100%;
    flex: 1 1 60%;
}
.lighting-optic .title-optic,
.lighting-optic .mintitle-optic,
.lighting-optic .text-optic {
    color: #000;
}
.lighting-optic__info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lighting-optic ul li {
    background-color: #266141;
    text-align: center;
    padding: 25px;
    border-radius: var(--borderradius-min);
}
.lighting-optic ul .text-optic {
    color: #FFF;
}

@media screen and (max-width: 1199px) {
    .lighting-optic {
        flex-direction: column;
    }
    .lighting-optic__info {
        max-width: 100%;
        flex: auto;
    }
}
@media screen and (max-width: 567px) {
    .lighting-optic ul li {
        padding: 20px;
    }
}
/* protection------------------------------------------------------------------------- */
.protection-optic .multiplicity-optic__info {
    max-width: 983px;
}
.protection-slide-1 {
    background-image: url(/image/catalog/category_photo/opticheskiye-pritsely/protection-1.webp);
}
.protection-slide-2 {
    background-image: url(/image/catalog/category_photo/opticheskiye-pritsely/protection-2.webp);
}
.protection-slide-3 {
    background-image: url(/image/catalog/category_photo/opticheskiye-pritsely/protection-3.webp);
}
/* series------------------------------------------------------------------------------ */
.series-optic {
    display: flex;
    flex-direction: column;
    gap: var(--padding-optic);
}
.series-optic__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--padding-optic);
}
.series-optic__info {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
    padding: var(--padding-optic);
    border-radius: var(--borderradius-main);
    background-color: #E5E7EB;
}
.series-optic .title-optic,
.series-optic .mintitle-optic,
.series-optic .text-optic {
    color: #000;
}
@media screen and (max-width: 1199px) {
    .series-optic__wrap {
        display: flex;
        flex-direction: column;
    }
}
/* service---------------------------------------------------------------- */
.service-optic {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
    padding: var(--padding-optic);
    border-radius: var(--borderradius-main);
    background-color: #F3E3CD;
}
.service-optic .title-optic,
.service-optic .text-optic {
    color: #000;
}
/* guarantee--------------------------------------------------------------- */
.guarantee-optic {
    padding: var(--padding-optic);
    border-radius: var(--borderradius-main);
    background-image: url(/image/catalog/category_photo/opticheskiye-pritsely/guarantee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    height: 600px;
}
.guarantee-optic img {
    display: none;
}
.guarantee-optic__info {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
    max-width: 784px;
    width: 100%;
}
@media screen and (max-width: 767px){
    .guarantee-optic {
        height: auto;
        background-image: none;
        display: flex;
        flex-direction: column;
        gap: var(--padding-optic);
        padding: 0;
    }
    .guarantee-optic img {
        display: block;
        max-width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
        border-radius: var(--borderradius-main);
    }
    .guarantee-optic .title-optic,
    .guarantee-optic .text-optic {
        color: #000;
    }
}
@media screen and (max-width: 567px) {
    .guarantee-optic img {
        height: 59vw;
    }
}
/* more------------------------------------------------------------------------------------ */
.more-optic {
    display: flex;
    flex-direction: column;
    gap: var(--padding-optic);
}
.more-optic .title-optic {
    color: #000;
}
.more-optic ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--padding-optic);
}
.more-optic ul li:nth-child(1) a {
    background-image: url(/image/catalog/category_photo/opticheskiye-pritsely/more-1.webp);
}
.more-optic ul li:nth-child(2) a {
    background-image: url(/image/catalog/category_photo/opticheskiye-pritsely/more-2.webp);
}
.more-optic ul li:nth-child(3) a {
    background-image: url(/image/catalog/category_photo/opticheskiye-pritsely/more-3.webp);
}
.more-optic ul li a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    text-decoration: none;
    text-wrap: balance;
    height: 283px;
    padding: 30px;
    border-radius: var(--borderradius-main);
    position: relative;
    overflow: hidden;
}
.more-optic ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.48%, #000 100%);
}
.more-optic ul li a span {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .more-optic ul {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 567px) {
    .more-optic ul li a {
        height: 170px;
        padding: 20px;
    }
}
/* answers-------------------------------------------------------------------------------------- */
.answers-am {
    display: flex;
    flex-direction: column;
    gap: var(--padding-optic);
}
.answers-am .title-optic {
    color: #000;
}
.answers-am .title-optic span {
    color: #266141;
}
.answers-am__accordion {
    display: flex;
    flex-direction: column;
}
.answers-am__item {
    border-bottom: 1px solid #D9D9D9;
}
.answers-am__header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 30px;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: start;
}
.answers-am__title {
    color: #020A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.answers-am__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.answers-am__body span {
    display: block;
    padding: 0 0 20px 0;
    color: #020A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.answers-am__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.answers-am__icon::before,
.answers-am__icon::after {
    content: '';
    position: absolute;
    background-color: #266141;
    transition: transform 0.3s ease;
}
.answers-am__icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    transform: translateY(-50%);
}
.answers-am__icon::after {
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    transform: translateX(-50%);
}
.answers-am__header[aria-expanded="true"] .answers-am__icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}
@media screen and (max-width: 991px) {
    .answers-am .title-optic br {
        display: none;
    }
}
@media screen and (max-width: 567px) {
    .answers-am__header {
        gap: 20px;
        padding: 15px 0;
    }
    .answers-am__title {
        font-size: 16px;
    }
    .answers-am__body span {
        padding: 0 0 15px 0;
        font-size: 14px;
    }
}


/* videoreview---------------------------------------------------------------------------------- */
.videoreview-category {
    background-color: #E5E7EB;
    padding: var(--padding-optic);
    border-radius: var(--borderradius-main);
}
.videoreview-category iframe {
    border-radius: 22px;
    overflow: hidden;
    max-width: 1350px;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1350 / 759;
}
@media screen and (max-width: 567px) {
    .videoreview-category iframe {
        border-radius: 16px;
    }
}