.mewcategories-landing :not(.mewlanding-section) h3 {
    padding-left: 0;
}


/* Involve Regular */
@font-face {
    font-family: 'Involve';
    src: url('/catalog/view/theme/madeshop/fonts/Involve-Regular.woff') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Involve Medium */
@font-face {
    font-family: 'Involve';
    src: url('/catalog/view/theme/madeshop/fonts/Involve-Medium.woff') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Involve SemiBold */
@font-face {
    font-family: 'Involve';
    src: url('/catalog/view/theme/madeshop/fonts/Involve-SemiBold.woff') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Involve Bold */
@font-face {
    font-family: 'Involve';
    src: url('/catalog/view/theme/madeshop/fonts/Involve-Bold.woff') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Involve Italic */
@font-face {
    font-family: 'Involve';
    src: url('/catalog/view/theme/madeshop/fonts/Involve-Oblique.woff') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* SouthGhetto */
@font-face {
    font-family: 'SouthGhetto';
    src: url('/catalog/view/theme/madeshop/fonts/SouthGhetto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.mewcategories-landing {
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.mewlanding-section {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mewhead {
    margin: 0;
    padding: 50px;
    display: grid;
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    row-gap: 134px;
    column-gap: 20px;
    justify-content: space-between;
    border-radius: 24px;
    background-image: url(/image/catalog/landings/optical-sights/mewhead_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mewhead__visual {
    display: contents;
}

.categories-section .name-categories {
    grid-area: 1 / 1 / 2 / 3;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.categories-section .name-categories-title {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-family: "SouthGhetto", sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.categories-section .name-categories-title span {
    margin: 0;
    padding: 0;
    color: #CD171A;
    font-family: "SouthGhetto", sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.categories-section .name-categories-subtitle {
    margin: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: lowercase;
}

.mewhead__visual p {
    grid-area: 2 / 1 / 3 / 2;
    margin: 0;
    padding: 0;
    align-self: flex-end;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    max-width: 524px;
}

.mewhead__content-block {
    grid-area: 2 / 2 / 3 / 3;
    margin: 0 0 0 auto;
    padding: 50px;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 16px;
    background: rgba(251, 251, 251, 0.05);
    backdrop-filter: blur(15px);
    max-width: 722px;
}

.mewhead__content-block p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 1539px) {
    .categories-section .name-categories-title {
        font-size: 80px;
    }

    .categories-section .name-categories-title span {
        font-size: 80px;
    }
}

@media (max-width: 1439px) {
    .mewhead__visual p {
        max-width: 378px;
    }

    .mewhead__content-block {
        max-width: 590px;
    }

    .categories-section .name-categories-title {
        font-size: 70px;
    }

    .categories-section .name-categories-title span {
        font-size: 70px;
    }

    .mewhead__visual p,
    .mewhead__content-block p {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .mewcategories-landing {
        gap: 80px;
    }

    .mewhead {
        padding: 40px;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        grid-template-columns: repeat(1, minmax(min-content, max-content));
        row-gap: 20px;
    }

    .categories-section .name-categories {
        grid-area: 1 / 1 / 2 / 2;
    }

    .mewhead__visual p {
        grid-area: 2 / 1 / 3 / 2;
        max-width: 100%;
        margin: 114px 0 0;
    }

    .mewhead__content-block {
        grid-area: 3 / 1 / 4 / 2;
        max-width: 100%;
    }



    .categories-section .name-categories-title {
        font-size: 60px;
    }

    .categories-section .name-categories-title span {
        font-size: 60px;
    }

    .mewhead__content-block {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .mewhead {
        padding: 30px;
    }

    .categories-section .name-categories-title {
        font-size: 50px;
    }

    .categories-section .name-categories-title span {
        font-size: 50px;
    }

    .categories-section .name-categories-subtitle {
        font-size: 32px;
    }

    .mewhead__content-block {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .mewhead {
        display: block;
        padding: 0;
        background: none;
    }

    .mewhead__visual {
        min-height: unset;
        padding: 20px;
        display: grid;
        grid-template-rows: auto 1fr;
        gap: 60px;
        border-radius: 24px;
        background:
            linear-gradient(180deg,
                rgba(8, 12, 18, 0.55) 0%,
                rgba(8, 12, 18, 0.18) 45%,
                rgba(8, 12, 18, 0.7) 100%),
            url(/image/catalog/landings/optical-sights/mewhead_bg.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .categories-section .name-categories {
        grid-area: auto;
    }

    .categories-section .name-categories-title {
        font-size: 40px;
    }

    .categories-section .name-categories-title span {
        font-size: 40px;
    }

    .categories-section .name-categories-subtitle {
        font-size: 30px;
        line-height: 120%;
    }

    .mewhead__visual p {
        grid-area: auto;
        align-self: end;
        max-width: 100%;
        margin: 0;
    }

    .mewhead__visual p,
    .mewhead__content-block p {
        font-size: 14px;
    }

    .mewhead__content-block {
        max-width: none;
        margin-top: 20px;
        padding: 20px;
        border-radius: 16px;
        background: #202020;
        backdrop-filter: none;
    }
}

@media (max-width: 566px) {
    .mewcategories-landing {
        gap: 60px;
    }

    .mewhead__visual {
        min-height: unset;
        padding: 10px;
    }

    .categories-section .name-categories-title {
        font-size: 36px;
    }

    .categories-section .name-categories-title span {
        font-size: 36px;
    }

    .categories-section .name-categories-subtitle {
        font-size: 28px;
        line-height: 120%;
    }
    .mewhead__content-block {
        padding: 10px;
    }
    .mewhead__visual p,
    .mewhead__content-block p {
        font-size: 14px;
    }
}



































.mewslider {
    margin: 0;
    font-family: inherit;
}

.mewslider__box {
    display: grid;
    grid-template-columns: 556px 1fr;
    min-height: 650px;
    border-radius: 24px;
    overflow: hidden;
}

.mewslider__intro {
    background: #EEEFF5;
}

.mewslider__intro-inner {
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mewslider__title {
    margin: 0;
    color: #1c1c1c;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.mewslider__title span {
    color: #d62828;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.mewslider__subtitle {
    margin: auto 0 0;
    color: #1f1f23;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
}

.mewslider__text {
    margin: 0;
    color: #1C1C1C;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}

.mewslider__slider-wrap {
    position: relative;
    min-width: 0;
}

.mewslider__slider,
.mewslider__slider .swiper-wrapper,
.mewslider__slider .swiper-slide {
    height: 100%;
}

.mewslider__slide {
    position: relative;
    height: 100%;
    background: #0b0b0c;
}

.mewslider__media {
    position: absolute;
    inset: 0;
}

.mewslider__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mewslider__content {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 2;
    width: 714px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mewslider__slide-title {
    margin: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
}

.mewslider__slide-text {
    margin: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}

.mewslider__slide-attention {
    margin: 0;
    display: flex;
    gap: 9px;
}

.mewslider__slide-attention img {
    margin: 5px 0 auto;
    object-fit: contain;
    width: 14px;
}

.mewslider__controls {
    position: absolute;
    left: 50px;
    bottom: 74px;
    z-index: 4;
    display: flex;
    gap: 10px;
}

.mewslider__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 16px;
    cursor: pointer;
    background-color: transparent;
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.mewslider__nav:hover {
    transform: translateY(-1px);
    background-color: #CD171A;
}

.mewslider__nav:active {
    transform: translateY(-1px);
    background-color: #8E0002;
}

.mewslider .mewslider__slider.swiper-horizontal>.mewslider__progress.swiper-pagination-progressbar,
.mewslider .mewslider__progress.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: absolute;
    top: auto;
    left: 50px;
    bottom: 50px;
    z-index: 4;
    width: 130px;
    height: 4px;
    background: #2E2E2E;
    overflow: hidden;
    border-radius: 7px;
}

.mewslider__progress .swiper-pagination-progressbar-fill {
    background: #d62828;
}

@media (max-width: 1639px) {
    .mewslider__content {
        width: 514px;
    }
}

@media (max-width: 1539px) {
    .mewslider__content {
        width: 490px;
    }
}

@media (max-width: 1439px) {
    .mewslider__box {
        grid-template-columns: 450px 1fr;
    }

    .mewslider__text {
        font-size: 16px;
    }

    .mewslider__content {
        width: 520px;
    }

    .mewslider__slide-text {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .mewslider {
        margin: 0;
    }

    .mewslider__box {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .mewslider__intro-inner {
        padding: 40px;
    }

    .mewslider__title {
        max-width: none;
        font-size: 40px;
    }

    .mewslider__title span {
        max-width: none;
        font-size: 40px;
    }

    .mewslider__subtitle {
        font-size: 34px;
    }

    .mewslider__text {
        max-width: none;
        font-size: 16px;
    }

    .mewslider__slide {
        min-height: 500px;
    }

    .mewslider__content {
        right: 40px;
        bottom: 40px;
        width: auto;
        max-width: 632px;
    }

    .mewslider__slide-title {
        font-size: 34px;
    }

    .mewslider__controls {
        left: 20px;
        bottom: 34px;
    }

    .mewslider__progress {
        left: 20px;
        bottom: 20px;
    }

    .mewslider__slide-text {
        font-size: 16px;
    }

    .mewslider__slide-attention img {
        margin: 4px 0 auto;
    }

    .mewslider__controls {
        left: 40px;
        bottom: 64px;
    }

    .mewslider .mewslider__slider.swiper-horizontal>.mewslider__progress.swiper-pagination-progressbar,
    .mewslider .mewslider__progress.swiper-pagination-progressbar.swiper-pagination-horizontal {
        left: 40px;
        bottom: 40px;
    }
}

@media (max-width: 991px) {
    .mewslider__intro-inner {
        padding: 40px;
    }

    .mewslider__slider-wrap {
        background: transparent;
    }

    .mewslider__slide {
        min-height: auto;
        background: transparent;
    }

    .mewslider__media {
        position: relative;
        inset: auto;
        height: auto;
    }

    .mewslider__image {
        display: block;
        width: 100%;
        height: 446px;
        object-fit: cover;
        border-radius: 0 0 24px 24px;
    }

    .mewslider__content {
        position: static;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
        padding: 40px 40px 105px;
        background: transparent;
        gap: 16px;
    }

    .mewslider__slide-title {
        margin: 0;
        color: #1C1C1C;
        font-size: 34px;
    }

    .mewslider__slide-text {
        color: #1C1C1C;
        font-size: 16px;
    }

    .mewslider__slide-attention {
        gap: 10px;
    }

    .mewslider__slide-attention img {
        width: 14px;
        margin: 4px 0 auto;
    }

    .mewslider__controls {
        left: 40px;
        right: 40px;
        bottom: 22px;
        justify-content: space-between;
    }

    .mewslider__nav {
        width: 56px;
        height: 56px;
        border-radius: 16px;
    }

    .mewslider__nav--prev {
        background: #fff;
        border-color: #1f1f23;
    }

    .mewslider__nav--prev svg path {
        fill: #1f1f23;
    }

    .mewslider__nav--next {
        background: #fff;
        border-color: #1f1f23;
    }

    .mewslider__nav--next svg path {
        fill: #1f1f23;
    }

    .mewslider__nav--prev:hover {
        background: #d62828;
        border-color: #fff;
    }

    .mewslider__nav--prev:hover svg path {
        fill: #fff;
    }

    .mewslider__nav--prev:active {
        background: #8E0002;
        border-color: #fff;
    }

    .mewslider__nav--prev:active svg path {
        fill: #fff;
    }

    .mewslider__nav--next:hover {
        background: #d62828;
        border-color: #fff;
    }

    .mewslider__nav--next:hover svg path {
        fill: #fff;
    }

    .mewslider__nav--next:active {
        background: #8E0002;
        border-color: #fff;
    }

    .mewslider__nav--next:active svg path {
        fill: #fff;
    }

    .mewslider .mewslider__slider.swiper-horizontal>.mewslider__progress.swiper-pagination-progressbar,
    .mewslider .mewslider__progress.swiper-pagination-progressbar.swiper-pagination-horizontal {
        left: 40px;
        right: 40px;
        bottom: 0;
        width: auto;
        height: 4px;
        background: #3b3b3b;
        border-radius: 7px;
    }

    .mewslider__slide-attention img {
        content: url(/image/catalog/landings/optical-sights/mewattention_black.svg);
    }
}

@media (max-width: 767px) {
    .mewslider__title {
        font-size: 36px;
    }

    .mewslider__title span {
        font-size: 36px;
    }

    .mewslider__subtitle {
        font-size: 30px;
    }

    .mewslider__text {
        font-size: 14px;
    }

    .mewslider__slide-title {
        font-size: 30px;
    }

    .mewslider__slide-text {
        font-size: 14px;
    }
}

@media (max-width: 566px) {
    .mewslider__intro-inner {
        padding: 10px;
    }

    .mewslider__title {
        font-size: 30px;
    }

    .mewslider__title span {
        font-size: 30px;
    }

    .mewslider__subtitle {
        font-size: 28px;
    }

    .mewslider__image {
        height: 320px;
    }

    .mewslider__content {
        padding: 10px 10px 105px;
    }

    .mewslider__slide-title {
        font-size: 28px;
    }

    .mewslider__controls {
        left: 20px;
        right: 20px;
        bottom: 22px;
    }

    .mewslider .mewslider__slider.swiper-horizontal>.mewslider__progress.swiper-pagination-progressbar,
    .mewslider .mewslider__progress.swiper-pagination-progressbar.swiper-pagination-horizontal {
        left: 20px;
        right: 20px;
    }
}













.mewmodels {
    position: relative;
}

.mewmodels__layout {
    padding: 50px;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 1fr 656px;
    grid-template-rows: auto 1fr auto;
    align-items: start;
    column-gap: 50px;
    row-gap: 25px;
    border-radius: 24px;
    overflow: hidden;
}

.mewmodels__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mewmodels__bg-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.mewmodels__intro,
.mewmodels__panel {
    position: relative;
    z-index: 1;
}

.mewmodels__intro {
    grid-column: 1;
    grid-row: 1;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mewmodels__intro h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
}

.mewmodels__intro p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}


.mewmodels__panel--drums {
    grid-column: 1;
    grid-row: 3;
    max-width: 660px;
    align-self: end;
    margin: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    background: rgba(251, 251, 251, 0.05);
    backdrop-filter: blur(15px);
}

.mewmodels__panel--drums h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.mewmodels__panel--drums p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.mewmodels__panel--reticle {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: stretch;
    margin: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    border-radius: 16px;
    background: rgba(251, 251, 251, 0.05);
    backdrop-filter: blur(15px);
}

.mewmodels__reticle-media {
    max-width: 322px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.mewmodels__reticle-image {
    display: block;
    width: 100%;
    height: auto;
}

.mewmodels__reticle-content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mewmodels__reticle-content h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
}

.mewmodels__reticle-content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 1439px) {
    .mewmodels__layout {
        grid-template-columns: 1fr 604px;
    }

    .mewmodels__intro p {
        font-size: 16px;
    }

    .mewmodels__panel--drums p {
        font-size: 16px;
    }

    .mewmodels__reticle-content p {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .mewmodels {
        background-color: #313131;
        border-radius: 24px;
        overflow: hidden;
    }

    .mewmodels__layout {
        padding: 40px;
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 20px;
    }

    .mewmodels__bg {
        position: static;
        inset: auto;
        order: 2;
        border-radius: 24px;
        overflow: hidden;
    }

    .mewmodels__bg-image {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    .mewmodels__intro,
    .mewmodels__panel {
        z-index: auto;
    }

    .mewmodels__intro {
        grid-column: auto;
        grid-row: auto;
        max-width: none;
        order: 1;
    }

    .mewmodels__intro h2 {
        font-size: 34px;
    }

    .mewmodels__panel--drums {
        padding: 40px;
        grid-column: auto;
        grid-row: auto;
        max-width: none;
        align-self: auto;
        order: 3;
    }

    .mewmodels__panel--reticle {
        padding: 40px;
        grid-column: auto;
        grid-row: auto;
        align-self: auto;
        display: grid;
        justify-content: initial;
        gap: 20px;
        order: 4;
    }

    .mewmodels__reticle-media {
        max-width: 322px;
        margin-left: auto;
        margin-right: auto;
    }

    .mewmodels__reticle-content {
        margin-top: 0;
    }

    .mewmodels__reticle-content h3 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .mewmodels__intro h2 {
        font-size: 30px;
    }

    .mewmodels__intro p {
        font-size: 14px;
    }

    .mewmodels__panel--drums p {
        font-size: 14px;
    }

    .mewmodels__reticle-content h3 {
        font-size: 30px;
    }

    .mewmodels__reticle-content p {
        font-size: 14px;
    }
}

@media (max-width: 566px) {
    .mewmodels__layout {
        padding: 10px;
    }

    .mewmodels__intro h2 {
        font-size: 28px;
    }

    .mewmodels__panel--drums h3 {
        font-size: 22px;
    }

    .mewmodels__reticle-content h3 {
        font-size: 28px;
    }

    .mewmodels__panel--drums {
        padding: 10px;
    }

    .mewmodels__panel--reticle {
        padding: 10px;
    }
}







.mewseries {
    position: relative;
}

.mewseries__layout {
    padding: 50px;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 656px 1fr;
    grid-template-rows: auto 1fr auto;
    align-items: start;
    column-gap: 50px;
    row-gap: 25px;
    border-radius: 24px;
    overflow: hidden;
}

.mewseries__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mewseries__bg-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mewseries__intro,
.mewseries__panel {
    position: relative;
    z-index: 1;
}

.mewseries__intro {
    grid-column: 2;
    grid-row: 1;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 0 auto;
}

.mewseries__intro h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
}

.mewseries__intro p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.mewseries__panel--mechanics {
    grid-column: 2;
    grid-row: 3;
    max-width: 660px;
    align-self: end;
    margin: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    background: rgba(251, 251, 251, 0.05);
    backdrop-filter: blur(15px);
    margin: 0 0 0 auto;
}

.mewseries__panel--mechanics h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.mewseries__panel--mechanics p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.mewseries__panel--reticle {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: stretch;
    margin: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    border-radius: 16px;
    background: rgba(251, 251, 251, 0.05);
    backdrop-filter: blur(15px);
}

.mewseries__reticle-media {
    max-width: 322px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.mewseries__reticle-image {
    display: block;
    width: 100%;
    height: auto;
}

.mewseries__reticle-content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mewseries__reticle-content h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
}

.mewseries__reticle-content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 1439px) {
    .mewseries__layout {
        grid-template-columns: 1fr 604px;
    }

    .mewseries__intro {
        grid-column: 1;
        grid-row: 1;
    }

    .mewseries__panel--mechanics {
        grid-column: 1;
        grid-row: 3;
    }

    .mewseries__panel--reticle {
        grid-column: 2;
        grid-row: 1 / 4;
    }

    .mewseries__intro p {
        font-size: 16px;
    }

    .mewseries__panel--mechanics p {
        font-size: 16px;
    }

    .mewseries__reticle-content p {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .mewseries {
        background-color: #313131;
        border-radius: 24px;
        overflow: hidden;
    }

    .mewseries__layout {
        padding: 40px;
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 20px;
    }

    .mewseries__bg {
        position: static;
        inset: auto;
        order: 2;
        border-radius: 24px;
        overflow: hidden;
    }

    .mewseries__bg-image {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    .mewseries__intro,
    .mewseries__panel {
        z-index: auto;
    }

    .mewseries__intro {
        grid-column: auto;
        grid-row: auto;
        max-width: none;
        order: 1;
    }

    .mewseries__intro h2 {
        font-size: 34px;
    }

    .mewseries__panel--mechanics {
        padding: 40px;
        grid-column: auto;
        grid-row: auto;
        max-width: none;
        align-self: auto;
        order: 3;
    }

    .mewseries__panel--reticle {
        padding: 40px;
        grid-column: auto;
        grid-row: auto;
        align-self: auto;
        display: grid;
        justify-content: initial;
        gap: 20px;
        order: 4;
    }

    .mewseries__reticle-media {
        max-width: 322px;
        margin-left: auto;
        margin-right: auto;
    }

    .mewseries__reticle-content {
        margin-top: 0;
    }

    .mewseries__reticle-content h3 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .mewseries__intro h2 {
        font-size: 30px;
    }

    .mewseries__intro p {
        font-size: 14px;
    }

    .mewseries__panel--mechanics p {
        font-size: 14px;
    }

    .mewseries__reticle-content h3 {
        font-size: 30px;
    }

    .mewseries__reticle-content p {
        font-size: 14px;
    }
}

@media (max-width: 566px) {
    .mewseries__layout {
        padding: 10px;
    }

    .mewseries__intro h2 {
        font-size: 28px;
    }

    .mewseries__panel--mechanics h3 {
        font-size: 22px;
    }

    .mewseries__reticle-content h3 {
        font-size: 28px;
    }

    .mewseries__panel--mechanics {
        padding: 10px;
    }

    .mewseries__panel--reticle {
        padding: 10px;
    }
}

.focalplane {
    margin: 0;
    padding: 50px;
    background-color: #3f3f3f;
    overflow: hidden;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.focalplane h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    max-width: 1112px;
}

.focalplane h2 span {
    margin: 0;
    padding: 0;
    color: #CD171A;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.focalplane p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 1439px) {
    .focalplane p {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .focalplane {
        padding: 40px;
    }

    .focalplane h2 {
        font-size: 40px;
        max-width: 100%;
    }

    .focalplane h2 span {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .focalplane h2 {
        font-size: 36px;
    }

    .focalplane h2 span {
        font-size: 36px;
    }

    .focalplane p {
        font-size: 14px;
    }
}

@media (max-width: 566px) {
    .focalplane {
        padding: 10px;
    }

    .focalplane h2 {
        font-size: 30px;
    }

    .focalplane h2 span {
        font-size: 30px;
    }
}














.mewdwants {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 650px;
    gap: 20px;
    align-items: stretch;
    min-height: 300px;
}

.mewdwants__text {
    margin: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    background-color: #3f3f3f;
}

.mewdwants__text-title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mewdwants__text-title h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
}

.mewdwants__text-title p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.mewdwants__text-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mewdwants__text-item {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mewdwants__text-item h4 {
    margin: 0;
    padding: 0 0 0 18px;
    position: relative;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.mewdwants__text-item h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #CD171A;
    border-radius: 50%;
}

.mewdwants__text-item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.mewdwants__animation {
    margin: 0;
    padding: 50px;
    position: relative;
    display: flex;
    background-color: #3f3f3f;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;

    container-type: size;
}

.mewdwants__animation-wrapper {
    margin: auto;
    padding: 0;
    position: relative;
    width: 100%;
    width: min(100cqw, 100cqh);
    height: min(100cqw, 100cqh);

    border-radius: 50%;
    overflow: hidden;
    z-index: 3;
}

.mewdwants__animation-wrapper-web {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 2;
}

.mewdwants__animation-wrapper-web {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 3;
    animation: mewPulseweb 3s ease-in-out infinite alternate;
}

.mewdwants__animation-wrapper-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 2;
    animation: mewPulsebg 3s ease-in-out infinite alternate;
}

.mewdwants__animation-wrapper-border {
    position: absolute;
    inset: 0;
    margin: auto;

    width: min(101cqw, 101cqh);
    height: min(101cqw, 101cqh);

    object-fit: contain;
    z-index: 4;
    pointer-events: none;
}

@keyframes mewPulseweb {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
    }
}

@keyframes mewPulsebg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(3);
    }
}

@media (max-width: 1539px) {
    .mewdwants {
        grid-template-columns: 1fr 603px;
    }
}

@media (max-width: 1439px) {
    .mewdwants {
        grid-template-columns: 1fr 558px;
    }

    .mewdwants__text-item p {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .mewdwants {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mewdwants__text {
        order: 2;
        padding: 40px;
    }

    .mewdwants__text-title h3 {
        font-size: 34px;
    }

    .mewdwants__animation {
        order: 1;
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        container-type: normal;
    }

    .mewdwants__animation-wrapper {
        width: 515px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .mewdwants__animation-wrapper-border {
        width: 517px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 767px) {
    .mewdwants__text-title h3 {
        font-size: 30px;
    }

    .mewdwants__text-item p {
        font-size: 14px;
    }

    .mewdwants__animation {
        padding: 40px;
    }

    .mewdwants__animation-wrapper {
        width: 450px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .mewdwants__animation-wrapper-border {
        width: 452px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 566px) {
    .mewdwants__text {
        padding: 10px;
    }

    .mewdwants__text-title h3 {
        font-size: 28px;
    }

    .mewdwants__text-title p {
        font-size: 14px;
    }

    .mewdwants__text-item h4 {
        font-size: 22px;
    }

    .mewdwants__animation {
        padding: 10px;
    }

    .mewdwants__animation-wrapper {
        width: 100%;
    }

    .mewdwants__animation-wrapper-border {
        width: calc(100% - 38px);
    }
}







/* ===== ROOT BLOCK ===== */

.meworks,
.meworks * {
    box-sizing: border-box;
}

.meworks {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 650px 1fr;
    /* ЗЕРКАЛО */
    gap: 20px;
    align-items: stretch;
    min-height: 300px;
}

/* ===== TEXT ===== */

.meworks__text {
    margin: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    background-color: #3f3f3f;
}

.meworks__text-title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.meworks__text-title h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
}

.meworks__text-title p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.meworks__text-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
}

.meworks__text-item {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.meworks__text-item h4 {
    margin: 0;
    padding: 0 0 0 18px;
    position: relative;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.meworks__text-item h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #CD171A;
    border-radius: 50%;
}

.meworks__text-item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

/* ===== ANIMATION ===== */

.meworks__animation {
    margin: 0;
    padding: 50px;
    position: relative;
    display: flex;
    background-color: #3f3f3f;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;

    container-type: size;
}

.meworks__animation-wrapper {
    margin: auto;
    position: relative;
    width: min(100cqw, 100cqh);
    height: min(100cqw, 100cqh);

    border-radius: 50%;
    overflow: hidden;
    z-index: 3;
}

.meworks__animation-wrapper-web {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 3;
}

.meworks__animation-wrapper-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 2;
    animation: mewPulsebg 3s ease-in-out infinite alternate;
}

.meworks__animation-wrapper-border {
    position: absolute;
    inset: 0;
    margin: auto;

    width: min(101cqw, 101cqh);
    height: min(101cqw, 101cqh);

    object-fit: contain;
    z-index: 4;
    pointer-events: none;
}

/* ===== ANIMATIONS ===== */

@keyframes mewPulseweb {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
    }
}

@keyframes mewPulsebg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(3);
    }
}

/* ===== ADAPTIVE ===== */

@media (max-width: 1539px) {
    .meworks {
        grid-template-columns: 603px 1fr;
    }
}

@media (max-width: 1439px) {
    .meworks {
        grid-template-columns: 558px 1fr;
    }

    .meworks__text-item p {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .meworks {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .meworks__text {
        order: 2;
        padding: 40px;
    }

    .meworks__animation {
        order: 1;
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        container-type: normal;
    }

    .meworks__text-title h3 {
        font-size: 34px;
    }

    .meworks__animation-wrapper {
        width: 515px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .meworks__animation-wrapper-border {
        width: 517px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 767px) {
    .meworks__text-title h3 {
        font-size: 30px;
    }

    .meworks__text-item p {
        font-size: 14px;
    }

    .meworks__animation {
        padding: 40px;
    }

    .meworks__animation-wrapper {
        width: 450px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .meworks__animation-wrapper-border {
        width: 452px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 566px) {
    .meworks__text {
        padding: 10px;
    }

    .meworks__text-title h3 {
        font-size: 28px;
    }

    .meworks__text-title p {
        font-size: 14px;
    }

    .meworks__text-item h4 {
        font-size: 22px;
    }

    .meworks__animation {
        padding: 10px;
    }

    .meworks__animation-wrapper {
        width: 100%;
    }

    .meworks__animation-wrapper-border {
        width: calc(100% - 38px);
    }
}

.mewtecno {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 758px 465px;
    justify-content: space-between;
}

.mewtecno h2 {
    margin: 0;
    padding: 0;
    color: #1c1c1c;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.mewtecno h2 span {
    margin: 0;
    padding: 0;
    color: #CD171A;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.mewtecno p {
    margin: 0;
    padding: 0;
    color: #1c1c1c;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 1439px) {
    .mewtecno {
        grid-template-columns: 758px 415px;
    }

    .mewtecno p {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .mewtecno {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mewtecno h2 {
        font-size: 40px;
    }

    .mewtecno h2 span {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .mewtecno h2 {
        font-size: 36px;
    }

    .mewtecno h2 span {
        font-size: 36px;
    }

    .mewtecno p {
        font-size: 14px;
    }
}

@media (max-width: 566px) {
    .mewtecno h2 {
        font-size: 30px;
    }

    .mewtecno h2 span {
        font-size: 30px;
    }
}

.mewprophs {
    margin: 0;
    padding: 0;
}

.mewprophs__list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
}

.mewprophs__item {
    margin: 0;
    padding: 50px;
    background-color: #1C1C1C;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mewprophs__item h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
}

.mewprophs__item h3 span {
    margin: 0;
    padding: 0;
    color: #CD171A;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
}

.mewprophs__item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.mewprophs__item p span {
    color: #CD171A;
}

@media (max-width: 1439px) {
    .mewprophs__item p {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .mewprophs__list {
        grid-template-columns: 1fr;
    }

    .mewprophs__item {
        padding: 40px;
    }

    .mewprophs__item h3 {
        font-size: 34px;
    }

    .mewprophs__item h3 span {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .mewprophs__item h3 {
        font-size: 30px;
    }

    .mewprophs__item h3 span {
        font-size: 30px;
    }

    .mewprophs__item p {
        font-size: 14px;
    }
}

@media (max-width: 566px) {
    .mewprophs__item {
        padding: 10px;
    }

    .mewprophs__item h3 {
        font-size: 28px;
    }

    .mewprophs__item h3 span {
        font-size: 28px;
    }
}
















.mioslider {
    margin: 0;
    font-family: inherit;
}

.mioslider__box {
    display: grid;
    grid-template-columns: 556px 1fr;
    min-height: 650px;
    border-radius: 24px;
    overflow: hidden;
}

.mioslider__intro {
    background: #EEEFF5;
}

.mioslider__intro-inner {
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mioslider__title {
    margin: 0;
    color: #1c1c1c;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.mioslider__title span {
    color: #d62828;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.mioslider__subtitle {
    margin: 0 0 auto;
    padding: 0;
    color: #1f1f23;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
}

.mioslider__text {
    margin: 0;
    color: #1C1C1C;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}

.mioslider__slider-wrap {
    position: relative;
    min-width: 0;
}

.mioslider__slider,
.mioslider__slider .swiper-wrapper,
.mioslider__slider .swiper-slide {
    height: 100%;
}

.mioslider__slide {
    position: relative;
    height: 100%;
    background: #0b0b0c;
}

.mioslider__media {
    position: absolute;
    inset: 0;
}

.mioslider__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mioslider__content {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 2;
    width: 714px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mioslider__slide-title {
    margin: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
}

.mioslider__slide-text {
    margin: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}

.mioslider__slide-attention {
    margin: 0;
    display: flex;
    gap: 9px;
}

.mioslider__slide-attention img {
    margin: 5px 0 auto;
    object-fit: contain;
    width: 14px;
}

.mioslider__controls {
    position: absolute;
    left: 50px;
    bottom: 74px;
    z-index: 4;
    display: flex;
    gap: 10px;
}

.mioslider__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 16px;
    cursor: pointer;
    background-color: transparent;
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.mioslider__nav:hover {
    transform: translateY(-1px);
    background-color: #CD171A;
}

.mioslider__nav:active {
    transform: translateY(-1px);
    background-color: #8E0002;
}

.mioslider .mioslider__slider.swiper-horizontal>.mioslider__progress.swiper-pagination-progressbar,
.mioslider .mioslider__progress.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: absolute;
    top: auto;
    left: 50px;
    bottom: 50px;
    z-index: 4;
    width: 130px;
    height: 4px;
    background: #2E2E2E;
    overflow: hidden;
    border-radius: 7px;
}

.mioslider__progress .swiper-pagination-progressbar-fill {
    background: #d62828;
}

/* MEDIA */

@media (max-width: 1639px) {
    .mioslider__content {
        width: 514px;
    }
}

@media (max-width: 1539px) {
    .mioslider__content {
        width: 490px;
    }
}

@media (max-width: 1439px) {
    .mioslider__box {
        grid-template-columns: 450px 1fr;
    }

    .mioslider__text {
        font-size: 16px;
    }

    .mioslider__content {
        width: 520px;
    }

    .mioslider__slide-text {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .mioslider {
        margin: 0;
    }

    .mioslider__box {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .mioslider__intro-inner {
        padding: 40px;
    }

    .mioslider__title,
    .mioslider__title span {
        font-size: 40px;
    }

    .mioslider__subtitle {
        font-size: 34px;
    }

    .mioslider__text {
        font-size: 16px;
    }

    .mioslider__slide {
        min-height: 500px;
    }

    .mioslider__content {
        right: 40px;
        bottom: 40px;
        width: auto;
        max-width: 632px;
    }

    .mioslider__slide-title {
        font-size: 34px;
    }

    .mioslider__controls {
        left: 40px;
        bottom: 64px;
    }
}

@media (max-width: 991px) {
    .mioslider__intro-inner {
        padding: 40px;
    }

    .mioslider__slider-wrap {
        background: transparent;
    }

    .mioslider__slide {
        min-height: auto;
        background: transparent;
    }

    .mioslider__media {
        position: relative;
        inset: auto;
        height: auto;
    }

    .mioslider__image {
        display: block;
        width: 100%;
        height: 446px;
        object-fit: cover;
        border-radius: 0 0 24px 24px;
    }

    .mioslider__content {
        position: static;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
        padding: 40px 40px 105px;
        background: transparent;
        gap: 16px;
    }

    .mioslider__slide-title {
        margin: 0;
        color: #1C1C1C;
        font-size: 34px;
    }

    .mioslider__slide-text {
        color: #1C1C1C;
        font-size: 16px;
    }

    .mioslider__slide-attention {
        gap: 10px;
    }

    .mioslider__slide-attention img {
        width: 14px;
        margin: 4px 0 auto;
    }

    .mioslider__controls {
        left: 40px;
        right: 40px;
        bottom: 22px;
        justify-content: space-between;
    }

    .mioslider__nav {
        width: 56px;
        height: 56px;
        border-radius: 16px;
    }

    .mioslider__nav--prev {
        background: #fff;
        border-color: #1f1f23;
    }

    .mioslider__nav--prev svg path {
        fill: #1f1f23;
    }

    .mioslider__nav--next {
        background: #fff;
        border-color: #1f1f23;
    }

    .mioslider__nav--next svg path {
        fill: #1f1f23;
    }

    .mioslider__nav--prev:hover {
        background: #d62828;
        border-color: #fff;
    }

    .mioslider__nav--prev:hover svg path {
        fill: #fff;
    }

    .mioslider__nav--prev:active {
        background: #8E0002;
        border-color: #fff;
    }

    .mioslider__nav--prev:active svg path {
        fill: #fff;
    }

    .mioslider__nav--next:hover {
        background: #d62828;
        border-color: #fff;
    }

    .mioslider__nav--next:hover svg path {
        fill: #fff;
    }

    .mioslider__nav--next:active {
        background: #8E0002;
        border-color: #fff;
    }

    .mioslider__nav--next:active svg path {
        fill: #fff;
    }

    .mioslider .mioslider__slider.swiper-horizontal>.mioslider__progress.swiper-pagination-progressbar,
    .mioslider .mioslider__progress.swiper-pagination-progressbar.swiper-pagination-horizontal {
        left: 40px;
        right: 40px;
        bottom: 0;
        width: auto;
        height: 4px;
        background: #3b3b3b;
        border-radius: 7px;
    }

    .mioslider__slide-attention img {
        content: url(/image/catalog/landings/optical-sights/mewattention_black.svg);
    }
}

@media (max-width: 767px) {
    .mioslider__title {
        font-size: 36px;
    }

    .mioslider__subtitle {
        font-size: 30px;
    }

    .mioslider__text {
        font-size: 14px;
    }

    .mioslider__slide-title {
        font-size: 30px;
    }

    .mioslider__slide-text {
        font-size: 14px;
    }
}

@media (max-width: 566px) {
    .mioslider__intro-inner {
        padding: 10px;
    }

    .mioslider__image {
        height: 320px;
    }

    .mioslider__content {
        padding: 10px 10px 105px;
    }

    .mioslider__controls {
        left: 20px;
        right: 20px;
        bottom: 22px;
    }

    .mioslider .mioslider__slider.swiper-horizontal>.mioslider__progress.swiper-pagination-progressbar,
    .mioslider .mioslider__progress.swiper-pagination-progressbar.swiper-pagination-horizontal {
        left: 20px;
        right: 20px;
    }
}





























.optics-picker {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 50px;
    border-radius: 0;
    background-image: url(/image/catalog/landings/optical-sights/optics_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    isolation: isolate;
    border-radius: 24px;
    overflow: hidden;
}

.optics-picker__inner {
    width: min(100%, 1500px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.optics-picker__title {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.optics-picker__title h2 {
    margin: 0;
    color: #fff;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.optics-picker__title h2 span {
    margin: 0;
    color: #d62828;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.optics-picker__title h3 {
    margin: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
}








.optics-picker__card {
    width: 100%;
    padding: 50px;
    border-radius: 24px;
    background: #ffffff;
}

.optics-table {
    position: relative;
}

.optics-table__scroll {
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
}

.optics-table__scroll::-webkit-scrollbar {
    display: none;
}

.optics-table__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.optics-table__caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.optics-table__head-cell {
    height: 58px;
    padding: 20px;
    color: #ffffff;
    background: #1b1b1b;
    border-right: 1px solid #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    vertical-align: middle;
}

.optics-table__head-cell:first-child {
    border-top-left-radius: 8px;
}

.optics-table__head-cell:last-child {
    border-top-right-radius: 8px;
    border-right: 0;
}

.optics-table__body-cell {
    height: 58px;
    padding: 20px;
    border-right: 1px solid #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    vertical-align: middle;
    background: #ffffff;
}

.optics-table__body-cell:last-child {
    border-right: 0;
}

.optics-table__row:nth-child(even) .optics-table__body-cell {
    background: #EEEFF5;
}

.optics-table__row:last-child .optics-table__body-cell:first-child {
    border-bottom-left-radius: 6px;
}

.optics-table__row:last-child .optics-table__body-cell:last-child {
    border-bottom-right-radius: 6px;
}

.optics-table__controls {
    display: none;
}



@media (max-width: 1299px) {
    .optics-picker {
        padding: 40px;
    }

    .optics-picker__title h2 {
        font-size: 40px;
    }

    .optics-picker__title h2 span {
        font-size: 40px;
    }

    .optics-picker__title h3 {
        font-size: 34px;
    }

    .optics-picker__card {
        padding: 20px 20px 0;
        border-radius: 20px 20px 0 0;
    }

    .optics-table {
        overflow: hidden;
    }

    .optics-table__scroll {
        scroll-snap-type: x mandatory;
        overflow: hidden;
        border-radius: 8px;
    }

    .optics-table__table {
        width: calc(50% + 50% * 3);
        min-width: calc(50% + 50% * 3);
    }

    .optics-table__col--fixed {
        width: 50%;
    }

    .optics-table__col--slide {
        width: 50%;
    }

    .optics-table__head-cell,
    .optics-table__body-cell {
        height: 58px;
        padding: 18px 20px;
        font-size: 16px;
        scroll-snap-align: start;
    }

    .optics-table__head-cell--fixed,
    .optics-table__body-cell--fixed {
        position: sticky;
        left: 0;
        z-index: 3;
        border-right: 0;
        box-shadow: 18px 0 24px rgba(0, 0, 0, 0.06);
    }

    .optics-table__body-cell--fixed {
        z-index: 2;
    }

    .optics-table__head-cell--fixed {
        z-index: 4;
    }

    .optics-table__head-cell:nth-child(2),
    .optics-table__body-cell:nth-child(2) {
        scroll-snap-align: start;
    }

    .optics-table__controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 50px;
        padding: 12px 20px 10px;
        border-top: 0px solid #e3e4e9;
        background: #ffffff;
    }

    .optics-table__counter {
        font-size: 14px;
        line-height: 1;
        color: #202226;
    }

    .optics-table__buttons {
        display: flex;
        gap: 10px;
    }

    .optics-table__button {
        display: inline-grid;
        place-items: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid #111217;
        border-radius: 8px;
        background: #ffffff;
        color: #111217;
        cursor: pointer;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .optics-table__button:hover {
        transform: translateY(-1px);
    }

    .optics-table__button:disabled {
        opacity: 0.35;
        cursor: default;
        transform: none;
    }

    .optics-table__button-icon {
        display: block;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .optics-table__button-icon--prev {
        border-right: 7px solid currentColor;
    }

    .optics-table__button-icon--next {
        border-left: 7px solid currentColor;
    }
}

@media (max-width: 767px) {
    .optics-picker {
        padding: 20px;
    }

    .optics-picker__title h2 {
        font-size: 36px;
    }

    .optics-picker__title h2 span {
        font-size: 36px;
    }

    .optics-picker__title h3 {
        font-size: 30px;
    }
}

@media (max-width: 566px) {
    .optics-picker {
        padding: 10px;
    }
    .optics-picker__title h2 {
        font-size: 30px;
    }

    .optics-picker__title h2 span {
        font-size: 30px;
    }

    .optics-picker__title h3 {
        font-size: 28px;
    }

    .optics-picker__inner {
        width: 100%;
        max-width: 100%;
    }

    .optics-picker__title-word {
        display: block;
    }

    .optics-picker__card {
        width: 100%;
        max-width: 100%;
        padding: 8px 8px 0;
        border-radius: 8px;
    }

    .optics-table__table {
        width: calc(50% + 50% * 3);
        min-width: calc(50% + 50% * 3);
    }

    .optics-table__head-cell,
    .optics-table__body-cell {
        height: 38px;
        padding: 10px;
        font-size: 14px;
        line-height: 130%;
    }

    .optics-table__head-cell:first-child {
        border-top-left-radius: 8px;
    }

    .optics-table__head-cell:nth-child(2) {
        border-top-right-radius: 0;
    }

    .optics-table__body-cell {
        white-space: normal;
    }

    .optics-table__controls {
        min-height: 60px;
        padding: 10px;
    }

    .optics-table__button {
        width: 44px;
        height: 44px;
        border-radius: 8px;
    }
}

.mewwarranty {
    margin: 0;
    padding: 50px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    border-radius: 24px;
    overflow: hidden;
}

.mewwarranty::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(28, 28, 28, 0.5);
    z-index: 3;
}

.mewwarranty__text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 4;
}

.mewwarranty__text h2 {
    margin: 0;
    color: #fff;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.mewwarranty__text h2 span {
    color: #d62828;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.mewwarranty__text p {
    margin: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}

.mewwarranty__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 2;
}

.mewwarranty__content {
    margin: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 24px;
    background: rgba(251, 251, 251, 0.05);
    backdrop-filter: blur(15px);
    z-index: 4;
}

.mewwarranty__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mewwarranty__content-text h3 {
    margin: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
}

.mewwarranty__content-text p {
    margin: 0;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}

.mewwarranty__content-button {
    margin: 0;
    padding: 15px 30px;
    display: flex;
    width: 100%;
    min-height: 60px;
    border-radius: 16px;
    text-align: center;
    background-color: #CD171A;
    cursor: pointer;
    text-decoration: none;
}

.mewwarranty__content-button:hover {
    background-color: #8E0002;
}

.mewwarranty__content-button p {
    margin: auto;
    color: #fff;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
}

@media (max-width: 1439px) {
    .mewwarranty__text p {
        font-size: 16px;
    }

    .mewwarranty__content-text p {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .mewwarranty {
        padding: 40px 15px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mewwarranty::after {
        background: #0C0C0C;
    }

    .mewwarranty__text h2 {
        font-size: 40px;
    }

    .mewwarranty__text h2 span {
        font-size: 40px;
    }

    .mewwarranty__image {
        position: relative;
        top: auto;
        left: auto;
        object-fit: contain;
        z-index: 4;
        border-radius: 24px;
    }

    .mewwarranty__content {
        padding: 40px;
    }

    .mewwarranty__content-text h3 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .mewwarranty {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .mewwarranty__text h2 {
        font-size: 36px;
    }

    .mewwarranty__text h2 span {
        font-size: 36px;
    }

    .mewwarranty__content-text h3 {
        font-size: 30px;
    }

    .mewwarranty__text p {
        font-size: 14px;
    }

    .mewwarranty__content-text p {
        font-size: 14px;
    }
}

@media (max-width: 566px) {
    .mewwarranty {
        padding: 10px;
    }

    .mewwarranty__text h2 {
        font-size: 30px;
    }

    .mewwarranty__text h2 span {
        font-size: 30px;
    }

    .mewwarranty__content-text h3 {
        font-size: 28px;
    }

    .mewwarranty__content {
        padding: 10px;
    }

    .mewwarranty__content-button {
        padding: 5px 20px;
    }

    .mewwarranty__content-button p {
        font-size: 16px;
    }
}

.mewquestions {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 450px 868px;
    justify-content: space-between;
}

.mewquestions h2 {
    margin: 0;
    color: #1C1C1C;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.mewquestions h2 span {
    color: #d62828;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.aqaaccordion {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    -webkit-tap-highlight-color: transparent;
}

.aqaaccordion-item {
    padding: 0 12px;
    border-top: 1px solid #D9D9D9;
    background: #FFF;
}

.aqaaccordion-header {
    background: none;
    border: none;
    width: 100%;
    padding: 16px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 5px;
    color: #1C1C1C;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    transition: color 0.3s ease;
    justify-content: space-between;
}

.aqaaccordion-icon {
    margin: 11px 0 auto;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.aqaaccordion-item.active .aqaaccordion-header {
    color: #CD171A;
}

.aqaaccordion-item.active .aqaaccordion-icon {
    transform: rotate(180deg);
}

.aqaaccordion-item.active .aqaaccordion-icon path {
    fill: #CD171A;
}

.aqaaccordion-verticalline {
    transition: opacity 0.3s ease, stroke 0.3s ease;
}

.aqaaccordion-item.active .aqaaccordion-verticalline {
    opacity: 0;
}

.aqaaccordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
}

.aqaaccordion-content p {
    margin: 0;
    padding: 0;
    color: #1C1C1C;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.aqaaccordion-item.active .aqaaccordion-content {
    max-height: 500px;
    padding-bottom: 20px;
}

@media (max-width: 1539px) {
    .mewquestions {
        grid-template-columns: 450px 668px;
    }

    .aqaaccordion-content p {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .mewquestions {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mewquestions h2 {
        font-size: 40px;
        max-width: 445px;
    }

    .mewquestions h2 span {
        font-size: 40px;
    }

    .aqaaccordion-header {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .mewquestions h2 {
        font-size: 36px;
        max-width: 425px;
    }

    .mewquestions h2 span {
        font-size: 36px;
    }

    .aqaaccordion-header {
        font-size: 30px;
    }
}

@media (max-width: 566px) {
    .mewquestions h2 {
        font-size: 30px;
    }

    .mewquestions h2 span {
        font-size: 30px;
    }

    .aqaaccordion-header {
        font-size: 28px;
    }

    .aqaaccordion-content p {
        font-size: 14px;
    }
}