
.landing-scope {
    max-width: 944px;
    width: 100%;
    margin: 0 auto;
    user-select: none;
}
.scope-section {
    padding: 50px 0;
}
.scope-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.scope-title {
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
}
.scope-italic {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}
.scope-subtitle {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}
@media screen and (max-width: 991px) {
    .scope-title {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .scope-section {
        padding: 40px 0;
    }
}
@media screen and (max-width: 566px) {
    .scope-section {
        padding: 30px 0;
    }
    .scope-title {
        font-size: 26px;
    }
    .scope-text {
        font-size: 14px;
    }
    .scope-italic {
        font-size: 14px;
    }
}
.scope-sect1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.scope-sect1 img {
    max-width: 944px;
    width: 100%;
    border-radius: 16px;
}
.scope-sect2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.scope-sect2__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 462px;
    width: 100%;
}
.scope-sect2 img {
    max-width: 432px;
    width: 100%;
    border-radius: 16px;
}
.scope-sect3__wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 30px;
    border-radius: 16px;
    background: #D59B38;
}
.scope-sect3__wrap img {
    max-width: 88px;
    width: 100%;
}
@media screen and (max-width: 1079px) {
    .scope-sect2 {
        gap: 30px;
    }
    .scope-sect2__info {
        max-width: 452px;
    }
    .scope-sect2 img {
        max-width: 362px;
    }
}
@media screen and (max-width: 991px) {
    .scope-sect2 {
        align-items: start;
    }
    .scope-sect2__info {
        max-width: 370px;
    }
    .scope-sect2 img {
        max-width: 320px;
    }
}
@media screen and (max-width: 767px) {
    .scope-sect1 {
        gap: 20px;
    }
    .scope-sect2 {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .scope-sect2__info {
        max-width: 100%;
    }
    .scope-sect2 img {
        max-width: 432px;
    }
    .scope-sect3__wrap {
        align-items: start;
        flex-direction: column;
        gap: 8px;
        padding: 20px;
    }
}
@media screen and (max-width: 566px) {
    .scope-sect1 {
        gap: 16px;
    }
    .scope-sect1 img {
        height: 170px;
        object-fit: cover;
        object-position: center;
    }
    .scope-sect2 {
        gap: 16px;
    }
    .scope-sect2__info {
        gap: 16px;
    }
    .scope-sect3__wrap img {
        max-width: 84px;
    }
}
/* sect4--------------------------------------------------------------------------------------- */
.scope-swiper1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.scope-swiper1 .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #DFE4EA;
    height: auto;
}
.scope-swiper1 .swiper-slide img {
    max-width: 885px;
    width: 100%;
    border-radius: 16px;
}
.scope-sect4__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.swiper-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.scope-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.scope-button-prev,
.scope-button-next {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #D59B38;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.scope-button-prev:hover,
.scope-button-next:hover {
    background: #D59B38;
}
.scope-button-prev:active,
.scope-button-next:active {
    border: 1px solid #7E6234;
    background: #7E6234;
}
.scope-button-prev:active svg path,
.scope-button-next:active svg path {
    stroke: #FFF;
}

.scope-button-prev:hover svg path,
.scope-button-next:hover svg path {
    stroke: #FFF;
}
.scope-buttons .swiper-button-disabled {
    background: transparent;
    border: 1px solid #DFE4EA;
    pointer-events: none;
}
.scope-buttons .swiper-button-disabled svg path {
    stroke: #DFE4EA;
}
.scope-pagination {
    max-width: 338px;
    display: flex;
    gap: 7px;
}
.scope-pagination .swiper-pagination-bullet {
    width: 62px;
    height: 4px;
    border-radius: 38px;
    background: #798190;
    opacity: 1;
}
.scope-pagination .swiper-pagination-bullet-active {
    background: #D59B38;
}
@media screen and (max-width: 767px) {
    .scope-swiper1 {
        gap: 20px;
    }
    .scope-swiper1 .swiper-slide {
        gap: 20px;
        padding: 20px;
    }
}
@media screen and (max-width: 566px) {
    .scope-swiper1 .swiper-slide img {
        min-height: 170px;
        object-fit: cover;
        object-position: center;
    }
    .scope-swiper1 .swiper-slide {
        gap: 16px;
    }
    .scope-sect4__info {
        gap: 16px;
    }
    .swiper-controls {
        justify-content: center;
    }
    .scope-pagination {
        display: none;
    }
}
/* --------------------------------------------------------------------- */
.scope-sect5 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.scope-swiper2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: end;
    max-width: 944px;
    width: 100%;
}
.scope-swiper2 .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #DFE4EA;
    height: auto;
}
.scope-swiper2 .swiper-slide img {
    max-width: 188px;
    width: 100%;
    align-self: center;
    border-radius: 10px;
}
.scope-swiper2 .swiper-slide span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.scope-swiper2 .swiper-slide a {
    border-radius: 8px;
    border: 1px solid #D59B38;
    text-align: center;
    color: #D59B38;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.02em;
    width: 100%;
    padding: 11px;
    transition: all 0.3s ease;
    margin: auto 0 0 0;
}
.scope-swiper2 .swiper-slide a:hover {
    background: #D59B38;
    color: #FFF;
}
.scope-swiper2 .swiper-slide a:active {
    border: 1px solid #7E6234;
    background: #7E6234;
    color: #FFF;
}
@media screen and (max-width: 767px) {
    .scope-sect5 {
        gap: 20px;
    }
    .scope-swiper2 {
        gap: 20px;
    }
}
@media screen and (max-width: 566px) {
    .scope-swiper2 .swiper-slide {
        max-width: 260px;
        width: 100%;
    }
}
/* sect6----------------------------------------------------------------------------------------------- */
.scope-sect6 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.scope-sect6 img {
    max-width: 944px;
    width: 100%;
    border-radius: 16px;
}
.unversal-scope {
    position: relative;
}
.unversal-scope::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
    width: 110vw;
    height: 100%;
    background-color: var(--uniBgColor);
}
.scope-sect6__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.scope-sect6__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    border-radius: 16px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .scope-sect6 {
        gap: 10px;
    }
    .scope-sect6 img {
        max-width: 944px;
        width: 100%;
        border-radius: 16px;
    }
    .scope-sect6__wrap {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .scope-sect6__info {
        padding: 20px;
    }
}
@media screen and (max-width: 566px) {
    .scope-sect6 img {
        min-height: 170px;
        object-fit: cover;
        object-position: center;
    }
    .scope-sect6__info {
        gap: 16px;
    }
}
/* sect7----------------------------------------------------------------------------------------------- */
.scope-sect7 {
    display: flex;
    align-items: center;
    gap: 50px;
}
.scope-sect7 img {
    max-width: 432px;
    width: 100%;
    border-radius: 16px;
}
.scope-sect7 video {
    max-width: 432px;
    width: 100%;
    border-radius: 16px;
}
.scope-sect7__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.scope-sect7__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 991px) {
    .scope-sect7 {
        align-items: start;
        gap: 30px;
    }
    .scope-sect7 img {
        max-width: 320px;
    }
    .scope-sect7 video {
        max-width: 320px;
    }
    .scope-sect7__info {
        gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .scope-sect7 {
        flex-direction: column;
        gap: 20px;
    }
    .scope-sect7 img {
        max-width: 100%;
    }
    .scope-sect7 video {
        max-width: 100%;
    }
}
@media screen and (max-width: 566px) {
    .scope-sect7__wrap {
        gap: 16px;
    }
}
/* sect8----------------------------------------------------------------------------------------------- */
.scope-sect8__wrap {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    background: #D59B38;
}
@media screen and (max-width: 767px) {
    .scope-sect8__wrap {
        padding: 20px;
    }
}
@media screen and (max-width: 566px) {
    .scope-sect8__wrap {
        gap: 16px;
    }
}
/* sect9----------------------------------------------------------------------------------------------- */
.scope-swiper3 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: end;
}
.scope-swiper3 .swiper-slide {
    border-radius: 16px;
    border: 1px solid #DFE4EA;
    height: auto;
    display: flex;
    flex-direction: column;
}
.scope-swiper3 .swiper-slide img {
    width: 100%;
}
.scope-sect9__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
}
@media screen and (max-width: 767px) {
    .scope-swiper3 {
        gap: 20px;
        align-items: start;
    }
    .scope-sect9__info {
        padding: 20px;
    }
}
/* sect10--------------------------------------------------------------------------------- */
.scope-sect10__wrap {
    display: flex;
    gap: 50px;
    padding: 30px;
    border-radius: 16px;
}
.scope-sect10__wrap img {
    max-width: 372px;
    width: 100%;
    border-radius: 16px;
}
.scope-sect10__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.scope-sect10__info a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px;
    width: 100%;
    border-radius: 8px;
    background: #D59B38;
}
@media screen and (max-width: 991px) {
    .scope-sect10__wrap {
        align-items: center;
        gap: 20px;
    }
    .scope-sect10__wrap img {
        max-width: 300px;
    }
}
@media screen and (max-width: 767px) {
    .scope-sect10__wrap {
       flex-direction: column;
       align-items: start;
       padding: 20px;
    }
}
/* sect11-----------------------------------------------------------------------------------------------  */
.scope-sect11 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.scope-sect11 img {
    width: 100%;
    border-radius: 16px;
}
@media screen and (max-width: 767px) {
    .scope-sect11 {
        gap: 20px;
    }
}
@media screen and (max-width: 566px) {
    .scope-sect11 {
        gap: 16px;
    }
    .scope-sect11 img {
        min-height: 170px;
        object-fit: cover;
        object-position: center;
    }
}
/* sect12--------------------------------------------------------------------------------------- */
.scope-sect12__accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.scope-sect12__item {
    border-radius: 16px;
    border: 1px solid #374355;
    padding: 0 32px;
}
.scope-sect12__header {
    padding: 24px 0;
    cursor: pointer;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}
.scope-sect12__icon {
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.scope-sect12__item--active .scope-sect12__icon {
    transform: rotate(180deg);
    transform-origin: center;
}
.scope-sect12__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background: white;
}
.scope-sect12__item--active .scope-sect12__content {
    max-height: 500px;
}
.scope-sect12__content .scope-text {
    padding: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
    .scope-sect12__accordion {
        gap: 10px;
    }
    .scope-sect12__item {
        padding: 0 20px;
    }
    .scope-sect12__header {
        padding: 20px 0;
    }
    .scope-sect12__content .scope-text {
        padding: 0 0 20px 0;
    }
}
/* sect13--------------------------------------------------------------------------------------- */
.scope-swiper4 {
    position: relative;
}
.scope-swiper4 .swiper-slide {
    display: flex;
    align-self: start;
    gap: 50px;
    height: auto;
}
.scope-swiper4 .swiper-slide img {
    max-width: 432px;
    width: 100%;
    border-radius: 16px;
}
.scope-sect13__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}
.scope-swiper4 .scope-buttons {
    position: absolute;
    left: 482px;
    bottom: 20px;
    z-index: 2;
}
@media screen and (max-width: 991px) {
    .scope-swiper4 .swiper-slide {
        gap: 30px;
    }
    .scope-swiper4 .swiper-slide img {
        max-width: 320px;
    }
    .scope-sect13__info {
        padding: 0;
    }
    .scope-swiper4 .scope-buttons {
        position: relative;
        left: 350px;
        bottom: 0;
        z-index: 2;
    }
}
@media screen and (max-width: 767px) {
    .scope-swiper4 {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .scope-swiper4 .swiper-slide {
        flex-direction: column;
        gap: 20px;
    }
    .scope-swiper4 .swiper-slide img {
        max-width: 432px;
    }
    .scope-sect13__info {
        gap: 16px;
    }
    .scope-swiper4 .scope-buttons {
        position: static;
    }
}
@media screen and (max-width: 566px) {
    .scope-swiper4 .swiper-slide {
        gap: 10px;
    }
}
/* sect14--------------------------------------------------------------------------------------- */
.scope-sect14 {
    display: flex;
    align-items: start;
    gap: 50px;
}
.scope-sect14__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 428px;
    width: 100%;
}
.scope-swiper5 {
    max-width: 466px;
    width: 100%;
}
.scope-swiper5 .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #DFE4EA;
    height: auto;
}
.scope-swiper5 .swiper-slide img {
    max-width: 188px;
    width: 100%;
    align-self: center;
    border-radius: 10px;
}
.scope-swiper5 .swiper-slide span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.scope-swiper5 .swiper-slide a {
    border-radius: 8px;
    border: 1px solid #D59B38;
    text-align: center;
    color: #D59B38;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.02em;
    width: 100%;
    padding: 11px;
    transition: all 0.3s ease;
    margin: auto 0 0 0;
}
.scope-swiper5 .swiper-slide a:hover {
    background: #D59B38;
    color: #FFF;
}
.scope-swiper5 .swiper-slide a:active {
    border: 1px solid #7E6234;
    background: #7E6234;
    color: #FFF;
}
.scope-swiper5 .scope-buttons {
    display: none;
}
@media screen and (max-width: 991px) {
    .scope-sect14 {
        gap: 30px;
    }
    .scope-sect14__info {
        max-width: 254px;
        gap: 20px;
    }
    .scope-swiper5 {
        max-width: 436px;
    }
}
@media screen and (max-width: 767px) {
    .scope-sect14 {
        flex-direction: column;
        gap: 20px;
    }
    .scope-sect14__info {
        max-width: 100%;
    }
    .scope-swiper5 {
        max-width: 100%;
    }
}
@media screen and (max-width: 566px) {
    .scope-sect14__info {
        gap: 10px;
    }
    .scope-swiper5 {
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 20px;
    }
    .scope-swiper5 .swiper-slide {
        max-width: 259px;
        width: 100%;
    }
    .scope-swiper5 .scope-buttons {
        display: flex;
    }
}
/* sect15--------------------------------------------------------------------------------------- */
.scope-sect15 {
    display: flex;
    align-items: start;
    gap: 50px;
}
.scope-sect15__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 494px;
    width: 100%;
}
.scope-sect15__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #DFE4EA;
    max-width: 400px;
    width: 100%;
}
.scope-sect15__card img {
    max-width: 188px;
    width: 100%;
    align-self: center;
    border-radius: 10px;
}
.scope-sect15__card span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.scope-sect15__card a {
    border-radius: 8px;
    border: 1px solid #D59B38;
    text-align: center;
    color: #D59B38;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.02em;
    width: 100%;
    padding: 11px;
    transition: all 0.3s ease;
}
.scope-sect15__card a:hover {
    background: #D59B38;
    color: #FFF;
}
.scope-sect15__card a:active {
    border: 1px solid #7E6234;
    background: #7E6234;
    color: #FFF;
}
@media screen and (max-width: 767px) {
    .scope-sect15 {
        flex-direction: column;
        gap: 20px;
    }
    .scope-sect15__info {
        gap: 20px;
        max-width: 100%;
    }
    .scope-sect15__card {
        max-width: 350px;
    }
}
@media screen and (max-width: 566px) {
    .scope-sect15__info {
        gap: 16px;
    }
}


/*--------------------------------------------------------------------------------------- */
:root{
    --accent:#D59B38;
    --border:#E9E3D8;
    --text:#1E1E1E;
    --muted:#6B6B6B;
    --bg:#FFFFFF;
    --zebra:#FBF8F2;
}
.table-wrap{
    max-width: 944px;
}
.compare-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--bg);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.compare-table thead th{
    background: var(--accent);
    color: #fff;
    text-align: left;
    font-weight: 700;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.compare-table tbody td{
    padding: 14px 16px;
    vertical-align: top;
    border-top: 1px solid var(--border);
    line-height: 1.4;
    font-size: 15px;
}
.compare-table tbody tr:nth-child(even) td{
    background: var(--zebra);
}
.compare-table tbody td:first-child{
    font-weight: 700;
    width: 26%;
    white-space: nowrap;
}
@media (max-width: 980px){
    .compare-table thead th{ font-size: 15px; }
    .compare-table tbody td{ font-size: 14px; }
    .compare-table tbody td:first-child{ white-space: normal; }
}
@media (max-width: 720px){
    .compare-table{
        border-radius: 16px;
    }
    .compare-table thead{
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }
    .compare-table,
    .compare-table tbody,
    .compare-table tr,
    .compare-table td{
        display: block;
        width: 100%;
    }
    .compare-table tbody tr{
        background: #fff;
        border-top: 1px solid var(--border);
        padding: 12px 12px 8px;
    }
    .compare-table tbody tr:first-child{
        border-top: 0;
    }
    .compare-table tbody td:first-child{
        width: 100%;
        font-size: 16px;
        font-weight: 800;
        padding: 12px 12px 8px;
        border-top: 0;
    }
    .compare-table tbody td{
        padding: 10px 12px;
        border-top: 0;
        background: transparent !important; 
    }
    .compare-table tbody td:not(:first-child){
        border: 1px solid var(--border);
        border-radius: 12px;
        margin: 8px 0;
        background: #fff;
    }
    .compare-table tbody td:not(:first-child)::before{
        content: attr(data-label);
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: var(--muted);
        margin-bottom: 6px;
        letter-spacing: .02em;
        text-transform: none;
    }
    .compare-table tbody td:not(:first-child)::before{
        border-left: 4px solid var(--accent);
        padding-left: 8px;
    }
}
/* --------------------------------------------------------------------------------------- */
.news-page .product-page__social-button svg {
    max-width: 17px;
    width: 100%;
}
.news-page .product-page__social-button:first-of-type svg path {
    fill: #4340ea;
}
.scope-section .product-page__social-button {
    border: 1px solid #FFF;
}
.scope-section .product-page__social-button span {
    color: #FFF;
}
.scope-section .product-page__social-button:hover {
    background: #FFF;
    border: 1px solid #D59B38;
}
.scope-section .product-page__social-button:hover span {
    color: #D59B38;
}