@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prosto+One&display=swap');
:root {
    --gap-bags: 200px;
    --padding-fm: 0 50px;
    --width-bags: 1600px;
    --text-gap: 20px;
}
.bags-category {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: var(--width-bags);
    -webkit-tap-highlight-color: transparent;
    border: none;
}
.bags-category * {
    box-sizing: border-box;
}
.bags-category section {
    width: 100%;
}
.title-bags {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
}
.bags-category .subtitle-bags {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    text-transform: uppercase;
}
.mintitle-bags {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    text-transform: uppercase;
}
.text-bags {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin: 0;
}
@media screen and (max-width: 1699px) {
    :root {
        --width-bags: 1280px;
        --gap-bags: 150px;
    }
}
@media screen and (max-width: 1299px) {
    :root {
        --width-bags: 1120px;
        --gap-bags: 140px;
    }
    .title-bags {
        font-size: 42px;
    }
}
@media screen and (max-width: 1199px) {
    :root {
        --width-bags: 920px;
        --gap-bags: 130px;
    }
    .title-bags {
        font-size: 40px;
    }
    .bags-category .subtitle-bags {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    :root {
        --width-bags: 700px;
        --gap-bags: 120px;
    }
    .title-bags {
        font-size: 36px;
    }
    .bags-category .subtitle-bags {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --gap-bags: 110px;
        --width-bags: calc(100% - 32px);
    }
    .title-bags {
        font-size: 30px;
    }
    .mintitle-bags {
        font-size: 20px;
    }
}
@media screen and (max-width: 567px) {
    :root {
        --gap-bags: 100px;
        --width-bags: calc(100% - 20px);
    }
    .title-bags {
        font-size: 20px;
    }
    .text-bags {
        font-size: 14px;
    }
    .bags-category .subtitle-bags {
        font-size: 18px;
    }
    .mintitle-bags {
        font-size: 16px;
    }
}
/* @media screen and (max-width: 380px) {
    :root {
        --width-bags: 297px;
    }
} */
/* product---------------------------------------------------------------------------------------- */
.product-bags {
    padding: 100px 50px;
    position: relative;
    background-color: #111;
    border-radius: 10px;
}
.product-bags__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 668px;
    width: 100%;
}
.product-bags__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-bags__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-bags img {
    max-width: 824px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 1699px) {
    .product-bags {
        padding: 50px;
    }
    .product-bags__wrap {
        max-width: 565px;
    }
    .product-bags img {
        max-width: 655px;
    }
}
@media screen and (max-width: 1299px) {
    .product-bags__wrap {
        max-width: 485px;
    }
    .product-bags img {
        max-width: 585px;
    }
}
@media screen and (max-width: 1199px) {
    .product-bags {
        padding: 0 30px 30px 30px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }
    .product-bags__wrap {
        gap: 30px;
        max-width: 100%;
    }
    .product-bags img {
        max-width: 587px;
        position: static;
        height: 100%;
        aspect-ratio: 98/73;
        object-fit: cover;
        object-position: center bottom;
    }
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .product-bags {
        padding: 0 20px 20px 20px;
    }
    .product-bags__info {
        gap: 12px;
    }
}
@media screen and (max-width: 567px) {
    .product-bags {
        padding: 0 10px 20px 10px;
        gap: 20px;
    }
    .product-bags__wrap {
        gap: 20px;
    }
}


/* movement--------------------------------------------------------------------------------------- */
.light-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 250px 50px 50px 50px;
    border-radius: 10px;
    background: #F7F7F7;
    margin: -50px 0 0 0;
}
.white-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0px 50px;
    margin: 200px 0;
}
.movement-bags {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.movement-bags img {
    max-width: 725px;
    width: 100%;
    height: 523px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.movement-bags__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.light-wrapper .title-bags,
.light-wrapper .subtitle-bags,
.light-wrapper .mintitle-bags,
.light-wrapper .text-bags {
    color: #1C1C1A;
}
.white-wrapper .title-bags,
.white-wrapper .subtitle-bags,
.white-wrapper .mintitle-bags,
.white-wrapper .text-bags {
    color: #1C1C1A;
}
@media screen and (max-width: 1699px) {
    .light-wrapper {
        padding: 200px 50px 50px 50px;
    }
    .white-wrapper {
        margin: 150px 0;
    }
}
@media screen and (max-width: 1299px) {
    .light-wrapper {
        padding: 190px 50px 50px 50px;
    }
    .white-wrapper {
        margin: 140px 0;
    }
}
@media screen and (max-width: 1199px) {
    .light-wrapper {
        gap: 30px;
        padding: 180px 30px 30px 30px;
    }
    .white-wrapper {
        margin: 130px 0;
        padding: 0 30px;
    }
    .movement-bags {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .movement-bags img {
        max-width: 100%;
        height: 460px;
    }
    .movement-bags__info {
        gap: 30px;
    }
}
@media screen and (max-width: 991px) {
    .light-wrapper {
        padding: 170px 30px 30px 30px;
    }
    .white-wrapper {
        margin: 120px 0;
    }
    .movement-bags img {
        height: 380px;
    }
}
@media screen and (max-width: 767px) {
    .light-wrapper {
        padding: 160px 20px 20px 20px;
    }
    .white-wrapper {
        margin: 110px 0;
        padding: 0 20px;
    }
    .movement-bags {
        gap: 20px;
    }
    .movement-bags img {
        height: 100%;
        aspect-ratio: 478 / 260;
    }
}
@media screen and (max-width: 567px) {
    .light-wrapper {
        padding: 150px 10px 20px 10px;
    }
    .white-wrapper {
        margin: 100px 0;
        padding: 0 10px;
    }
    .movement-bags__info {
        gap: 20px;
    }
}
/* reliable--------------------------------------------------------------------------------------- */
.reliable-bags {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 0 50px;
    margin: var(--gap-bags) 0;
}
.reliable-bags .title-bags {
    color: #111;
    max-width: 739px;
    width: 100%;
    text-align: end;
    z-index: 1;
}
.reliable-bags .text-bags {
    color: #111;
    max-width: 875px;
    width: 100%;
}
.reliable-bags img {
    max-width: 1500px;
    width: 100%;
    margin: -120px 0 -74px 0;
}
@media screen and (max-width: 1699px) {
    .reliable-bags img {
        margin: -66px 0 -5px 0;
    }
}
@media screen and (max-width: 1299px) {
    .reliable-bags .text-bags {
        max-width: 100%;
    }
    .reliable-bags img {
        margin: -37px 0 24px 0;
    }
}
@media screen and (max-width: 1199px) {
    .reliable-bags {
        padding: 0 30px;
    }
    .reliable-bags .title-bags {
        max-width: 570px;
    }
    .reliable-bags img {
        margin: 8px 0 4px 0;
    }
}
@media screen and (max-width: 991px) {
    .reliable-bags {
        align-items: start;
    }
    .reliable-bags .title-bags {
        text-align: start;
    }
    .reliable-bags img {
        margin: 31px 0 16px 0;
    }
}
@media screen and (max-width: 767px) {
    .reliable-bags {
        padding: 0 20px;
    }
    .reliable-bags .title-bags {
        max-width: 470px;
    }
    .reliable-bags img {
        margin: 8px 0 4px 0;
    }
}
@media screen and (max-width: 567px) {
    .reliable-bags {
        padding: 0 10px;
    }
}
@media screen and (max-width: 380px) {

}

/* balance----------------------------------------------------------------------------------------------- */
.balance-bags {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    margin: 0 0 var(--gap-bags) 0;
    gap: 20px;
}
.balance-bags__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 724px;
    width: 100%;
}
.balance-bags .title-bags,
.balance-bags .subtitle-bags,
.balance-bags .text-bags {
    color: #111;
}
.balance-bags__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.balance-bags__inner {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #F7F7F7;
}
.balance-bags__inner img {
    max-width: 724px;
    width: 100%;
    border-radius: 10px;
}
.balance-bags__discription {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}
@media screen and (max-width: 1699px) {

}
@media screen and (max-width: 1299px) {

}
@media screen and (max-width: 1199px) {
    .balance-bags {
        padding: 0 30px;
    }
    .balance-bags__info {
        gap: 30px;
    }
    .balance-bags__wrap {
        gap: 30px;
    }
}
@media screen and (max-width: 991px) {
    .balance-bags__wrap {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .balance-bags {
        padding: 0 20px;
    }
    .balance-bags__wrap {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 567px) {
    .balance-bags {
        padding: 0 10px;
    }
}
/* construction------------------------------------------------------------------------------------- */
.dark-wrap-bags {
    display: flex;
    flex-direction: column;
    gap: var(--gap-bags);
    background-color: #1C1C1A;
    border-radius: 10px;
}
.construction-bags {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.construction-bags__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.construction-bags__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.construction-bags__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0 0 0;
    border-top: 2px solid #424242;
}
.construction-bags__wrap img {
    max-width: 1500px;
    width: 100%;
}

.construction-bags__quotes {
    padding: 30px;
    border-radius: 10px;
    border-left: 5px solid #EAE9E7;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    height: 153px;
}
.construction-bags__quotes blockquote {
    color: #111;
    text-align: justify;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    padding: 0;
    border: none;
}
.construction-bags__quotes blockquote::before,
.construction-bags__quotes blockquote::after {
    content: none;
}
.construction-bags__quotes blockquote b {
    font-weight: 600;
}
.construction-bags__quotes svg {
    width: 40px;
    height: 40px;
    display: flex;
    flex-shrink: 0;
}
.construction-quot-1 {
    align-self: start;
}
.construction-quot-2 {
    align-self: end;
}
@media screen and (max-width: 1699px) {
    .construction-bags__quotes {
        gap: 30px;
    }
}
@media screen and (max-width: 1299px) {

}
@media screen and (max-width: 1199px) {
    .construction-bags {
        gap: 30px;
    }
    .construction-bags__list {
        gap: 30px;
    }
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .construction-bags__list {
        display: flex;
        flex-direction: column;
    }
    .construction-bags__quotes {
        gap: 20px;
        height: 168px;
        padding: 20px;
    }
    .construction-bags__quotes blockquote {
        font-size: 16px;
    }
    .construction-bags__quotes svg {
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 567px) {
    .construction-bags__quotes {
        gap: 10px;
        height: 220px;
        padding: 20px;
    }
    .construction-bags__quotes svg {
        width: 20px;
        height: 20px;
    }
}

/* handles------------------------------------------------------------------------------------- */
.handles-bags {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 50px 0 50px;
    border-top: 1px solid transparent;
    border-image: repeating-linear-gradient(
        90deg,
        #FFF 0px,
        #FFF 10px,
        transparent 10px,
        transparent 20px
    ) 1;
    margin: 0 0 -50px 0;
}
.handles-bags__info {
    max-width: 1010px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.handles-bags img {
    max-width: 1500px;
    width: 100%;
}
.handles-bags__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.handles-bags__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    background: #282725;
    padding: 25px;
}
.handles-bags__inner .subtitle-bags {
    text-wrap: balance;
}
@media screen and (max-width: 1699px) {

}
@media screen and (max-width: 1299px) {
    .handles-bags__wrap {
        gap: 20px;
    }
    .handles-bags__inner {
        padding: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .handles-bags {
        gap: 30px;
        padding: 30px 30px 0 30px;
        margin: 0 0 -30px 0;
    }
    .handles-bags__info {
        gap: 30px;
    }

}
@media screen and (max-width: 991px) {
    .handles-bags__wrap {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .handles-bags {
        padding: 20px;
        margin: 0;
    }
}
@media screen and (max-width: 567px) {
    .handles-bags {
        padding: 30px 10px 10px 10px;
    }
}
/* equipment----------------------------------------------------------------------------------- */
.equipment-bags {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px;
    margin: var(--gap-bags) 0 0 0;
}
.equipment-bags .title-bags,
.equipment-bags .subtitle-bags,
.equipment-bags .text-bags {
    color: #111;
}
.equipment-bags__inner {
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    background-color: #F7F7F7;
}
.equipment-bags__inner img {
    width: 100%;
    max-width: 50%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.equipment-bags__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
    max-width: 50%;
    width: 100%;
    align-self: center;
}
.equipment-bags__inner--reverse {
    flex-direction: row-reverse;
}
@media screen and (max-width: 1299px) {
    .equipment-bags__info {
        padding: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .equipment-bags {
        gap: 30px;
        padding: 0 30px;
    }
    .equipment-bags__inner img {
        height: 300px;
        max-width: 300px;
    }
    .equipment-bags__info {
        padding: 20px;
        max-width: 560px;
    }
}
@media screen and (max-width: 991px) {
    .equipment-bags__inner {
        flex-direction: column;
    }
    .equipment-bags__inner img {
        height: 300px;
        max-width: 100%;
    }
    .equipment-bags__info {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .equipment-bags {
        padding: 0 20px;
    }
}
@media screen and (max-width: 567px) {
    .equipment-bags__inner img {
        height: 100%;
        aspect-ratio: 300 / 188;
    }
}

/* quality-bags----------------------------------------------------------------------------------- */
.quality-bags {
    display: flex;
    flex-direction: column;
    padding: 67px 50px;
    margin: 133px 0;
    background-image: url(/image/catalog/landings/bags-category/quality-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.quality-bags__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 720px;
    width: 100%;
}
.quality-bags .title-bags,
.quality-bags .text-bags {
    color: #111;
}
.quality-bags__text {
    align-self: end;
    max-width: 738px;
    width: 100%;
}
.quality-bags img {
    max-width: 1500px;
    width: 100%;
    margin: -155px 0 -68px 0;
}
@media screen and (max-width: 1699px) {
    .quality-bags {
        margin: 83px 0;
    }
    .quality-bags__info {
        max-width: 621px;
    }
    .quality-bags img {
        margin: -120px 0 -15px 0;
    }
}
@media screen and (max-width: 1299px) {
    .quality-bags {
        padding: 40px 50px;
        margin: 100px 0;
    }
    .quality-bags img {
        margin: -80px 0 -15px 0;
    }
}
@media screen and (max-width: 1199px) {
    .quality-bags {
        padding: 0 30px;
        margin: var(--gap-bags) 0;
    }
    .quality-bags__info {
        gap: 30px;
    }
    .quality-bags img {
        margin: -50px 0 24px 0;
    }
}
@media screen and (max-width: 991px) {
    .quality-bags__info {
        max-width: 100%;
    }
    .quality-bags img {
        margin: 0 0 32px 0;
    }
    .quality-bags__text {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .quality-bags {
        padding: 0 20px;
        background-size: 479px;
    }
    .quality-bags img {
        margin: 25px 0;
    }
}
@media screen and (max-width: 567px) {
    .quality-bags {
        padding: 0 10px;
        background-size: min(calc(100% - 20px), 455px);
    }
}

/* guarantee-bags-------------------------------------------------------------------------------- */
.guarantee-bags {
    display: flex;
    align-items: stretch;
    background-color: #1C1C1A;
    border-radius: 10px;
    overflow: hidden;
}
.guarantee-bags img {
    max-width: 50%;
    width: 100%;
}
.guarantee-bags__info {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 50px;
    padding: 50px;
    max-width: 50%;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .guarantee-bags img {
        max-width: 359px;
        height: 359px;
        object-fit: cover;
        object-position: center;
    }
    .guarantee-bags__info {
        gap: 30px;
        padding: 30px;
        max-width: 560px;
    }
}
@media screen and (max-width: 991px) {
    .guarantee-bags {
        flex-direction: column;
    }
    .guarantee-bags img {
        max-width: 100%;
        height: auto;
        content: url(/image/catalog/landings/bags-category/guarantee-m.webp);
    }
    .guarantee-bags__info {
        padding: 20px 30px;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 567px) {
    .guarantee-bags__info {
        padding: 20px;
    }
}


/* ------------------------------------------------------------------------------------------------ */
.catalog-bags {
    position: relative;
    padding: 0 50px;
    display: flex;
    justify-content: end;
    margin: var(--gap-bags) 0;
}
.catalog-bags__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 980px;
    width: 100%;
}
.catalog-bags__wrap img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 520px;
    width: 100%;
}
.catalog-bags .title-bags,
.catalog-bags .text-bags {
    color: #111;
    width: 100%;
}
.catalog-bags__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.catalog-bags .text-bags a {
    color: #111;
    font-family: "Open Sans";
    text-decoration: none;
    font-size: inherit;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.catalog-bags__buttons {
    display: flex;
    gap: 50px;
}
.catalog-bags__buttons button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    border-radius: 6px;
    transition: all 0.3s ease;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    background: #BD9A5F;
    border: 1px solid #BD9A5F;
    max-width: 300px;
    width: 100%;
}
.catalog-bags__buttons button:hover {
    background: #FFF;
    border: 1px solid #BD9A5F;
    color: #BD9A5F;
}
.catalog-bags__buttons button:hover a {
    color: #BD9A5F;
}
.catalog-bags__buttons button:hover a svg path {
    fill: #BD9A5F;
}
.tg-btn {
    position: relative;
}
.tg-btn a {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.tg-btn a::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1699px) {
    .catalog-bags__wrap {
        max-width: 680px;
    }
}
@media screen and (max-width: 1299px) {
    .catalog-bags__wrap {
        max-width: 650px;
    }
    .catalog-bags__wrap img {
        top: 33px;
        transform: none;
        max-width: 412px;
    }
}
@media screen and (max-width: 1199px) {
    .catalog-bags {
        padding: 0 30px;
    }
    .catalog-bags__wrap {
        align-items: end;
        gap: 30px;
        max-width: 100%;
    }
    .catalog-bags__wrap img {
        top: auto;
        bottom: 39px;
        max-width: 364px;
    }
    .catalog-bags__info {
        max-width: 520px;
        width: 100%;
    }
    .catalog-bags__buttons {
        max-width: 520px;
        width: 100%;
        gap: 20px;
    }
    .catalog-bags__buttons button {
        padding: 17px 15px;
        max-width: 250px;
    }
}
@media screen and (max-width: 991px) {
    .catalog-bags__wrap img {
        left: 30px;
        top: 66px;
        bottom: auto;
        max-width: 310px;
    }
    .catalog-bags__info {
        max-width: 100%;
        align-items: end;
    }
    .catalog-bags__info p:first-child {
        max-width: 310px; 
    }
    .catalog-bags__buttons {
        max-width: 100%;
    }
    .catalog-bags__buttons button {
        max-width: 310px;
    }
}
@media screen and (max-width: 767px) {
    .catalog-bags {
        padding: 0 20px;
    }
    .catalog-bags__wrap img {
        position: static;
        max-width: 418px;
        margin: 22px 0 0 0;
    }
    .catalog-bags__info p:first-child {
        max-width: 100%; 
    }
    .catalog-bags__info {
        align-items: center;
        gap: 0;
    }
    .catalog-bags__buttons {
        flex-direction: column;
    }
    .catalog-bags__buttons button {
        max-width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .catalog-bags {
        padding: 0 10px;
    }
}

/* faq----------------------------------------------------------------------------------------------------- */

.faq-rings {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    margin: 200px 0 0 0;
}
.faq-rings .title-bags {
    color: #111;
}
.faq-rings .title-rings {
    color: #1C1C1A;
}
.faq-rings__wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.faq-rings__accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.faq-rings__item {
    overflow: hidden;
    border-radius: 10px;
    background: #F7F7F7;
    transition: all 0.3s ease;
}
.faq-rings__item:hover {
    background: #F2F2F5;
}
.faq-rings__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    width: 100%;
    padding: 20px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.faq-rings__title {
    color: #111;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: start;
    margin: 0;
    text-transform: uppercase;
}
.faq-rings__icon {
    position: relative;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease;
    background-image: url(/image/catalog/landings/bags-category/faq-arr.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-shrink: 0;
}
.faq-rings__header[aria-expanded="true"] .faq-rings__icon {
    transform: rotate(180deg);
}
.faq-rings__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-rings__body {
    padding: 0 70px 20px 20px;
    color: #111;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.faq-rings__header[aria-expanded="true"] + .faq-rings__content {
    max-height: 700px;
}
.faq-rings__item:first-child .faq-rings__content {
    max-height: none;
}
@media screen and (max-width: 1699px) {
    .faq-rings {
        margin: 150px 0 0 0;
    }
}
@media screen and (max-width: 1299px) {
    .faq-rings {
        margin: 140px 0 0 0;
    }
}
@media screen and (max-width: 1199px) {
    .faq-rings {
        padding: 0 30px;
        margin: 130px 0 0 0;
    }
    .faq-rings__wrapper {
        gap: 30px;
    }
    .faq-rings__title {
        font-size: 26px;
    }
    .faq-rings__header {
        gap: 50px;
    }
}
@media screen and (max-width: 767px) {
    .faq-rings {
        padding: 0 20px;
        margin: 110px 0 0 0;
    }
    .faq-rings__header {
        gap: 20px;
    }
    .faq-rings__title {
        font-size: 20px;
    }
}
@media screen and (max-width: 567px) {
    .faq-rings {
        padding: 0 10px;
        margin: 100px 0 0 0;
    }
    .faq-rings__body {
        padding: 0 40px 20px 20px;
        font-size: 14px;
    }
    .faq-rings__title {
        font-size: 16px;
    }
}
@media screen and (max-width: 380px) {
    .faq-rings__header {
        gap: 10px;
    }
}

/* ----------------------------------------------------------------------------------------------------- */
.specifications-bags {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-bottom: 1px solid transparent;
    border-image: repeating-linear-gradient(90deg, #FFF 0px, #FFF 10px, transparent 10px, transparent 20px) 1;
}
.comparison-bags {
    border-top: 1px solid transparent;
    border-bottom: none;
    border-image: repeating-linear-gradient(90deg, #FFF 0px, #FFF 10px, transparent 10px, transparent 20px) 1;
}
.specifications-bags .specifications-bags__text {
    max-width: 1010px;
    width: 100%;
}
.specifications-bags__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1199px) {
    .specifications-bags {
        padding: 30px;
        gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .specifications-bags {
        padding: 20px;
    }
}
@media screen and (max-width: 567px) {
    .specifications-bags {
        padding: 20px 10px;
    }
}

/* buy-------------------------------------------------------------------------------------- */
.service-bags {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.buy-rider__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.buy-rider__item {
    border-radius: 10px;
    background: #282725;
    display: flex;
    padding: 25px;
    flex-direction: column;
    gap: 20px;
}
.buy-rider__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.buy-rider__inner p a {
    color: #BD9A5F;
    text-decoration: none;
    font-weight: 600;
    text-wrap: nowrap;
}
.buy-rider__inner p a:hover {
    color: #BD9A5F;
}
.buy-rider__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.buy-rider__buttons button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    border-radius: 6px;
    transition: all 0.3s ease;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    background: #BD9A5F;
    border: 1px solid #BD9A5F;
    max-width: 350px;
    width: 100%;
    min-height: 60px;
}
.buy-rider__buttons button:hover {
    background: #FFF;
    border: 1px solid #BD9A5F;
    color: #BD9A5F;
}
.buy-rider__buttons button:hover a {
    color: #BD9A5F;
}
.buy-rider__buttons button:hover a svg path {
    fill: #BD9A5F;
}
.tg-btn {
    position: relative;
}
.tg-btn a {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.tg-btn a::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1699px) {
    .buy-rider__inner {
        flex-direction: column;
        align-items: start;
    }
}
@media screen and (max-width: 1299px) {
    .buy-rider__item-1 {
        grid-area: 1 / 1 / 2 / 2;
    }
    .buy-rider__item-2 {
        grid-area: 1 / 2 / 2 / 3;
    }
    .buy-rider__item-3 {
        grid-area: 2 / 1 / 3 / 3;
    }
    .buy-rider__item-4 {
        grid-area: 3 / 1 / 4 / 3;
    }
    .buy-rider__buttons button {
        font-size: 16px;
        max-width: 500px;
    }
    .tg-btn a {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .service-bags {
        gap: 30px;
    }
    .buy-rider__list {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .buy-rider__list {
        gap: 20px;
    }
    .buy-rider__buttons {
        display: flex;
        flex-direction: column;
    }
    .buy-rider__buttons button {
        max-width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .buy-rider__list {
        gap: 10px;
    }
    .buy-rider__item {
        padding: 20px 10px;
    }
}


/* базовое — как у тебя */
.specifications-bags__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  table-layout: fixed; /* важно для аккуратных колонок */
}

.specifications-bags__table th,
.specifications-bags__table td {
  padding: 14px 20px;
  border-radius: 10px;
  vertical-align: middle;
  word-break: break-word;
  text-align: start;
}

.specifications-bags__table th {
  background: #BD9A5F;
  color: #fff;
  font-weight: 700;
}

.specifications-bags__table td {
  background: #ffffff;
  color: #111;
}
.specifications-bags__table tr {
  height: 70px;
}

/* ширины колонок (как на скрине: левый столбец уже) */
.specifications-bags__table--compare .specifications-bags__col--param {
  width: 18%;
}

/* на десктопе можно слегка уменьшить левую колонку текстом */
.specifications-bags__table--compare tbody td:first-child {
  font-weight: 500;
}
@media screen and (max-width: 1699px) {

}
@media screen and (max-width: 1299px) {

}
@media screen and (max-width: 1199px) {
    .specifications-bags__table tr {
        height: auto;
    }
}
@media screen and (max-width: 991px) {
  .specifications-bags__table--compare {
    border-spacing: 10px; /* чуть больше воздуха на мобиле */
  }

  .specifications-bags__table--compare thead {
    display: none; /* заголовки колонок покажем внутри ячеек */
  }

  .specifications-bags__table--compare,
  .specifications-bags__table--compare tbody,
  .specifications-bags__table--compare tr,
  .specifications-bags__table--compare td {
    display: block;
    width: 100%;
  }

  /* каждая строка — карточка */


  /* 1-я ячейка (параметр) — как заголовок карточки */
  .specifications-bags__table--compare td:first-child {
    background: #BD9A5F;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 14px 12px;
  }

  /* значения — отдельные блоки, с подписью "Nomad / Rider" */
  .specifications-bags__table--compare td:not(:first-child) {
    text-align: left;
    padding: 12px 12px;
    position: relative;
  }

  .specifications-bags__table--compare td:not(:first-child)::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    line-height: 1.2;
    opacity: 0.5;
    margin-bottom: 6px;
    font-weight: 600;
  }
    .specifications-bags__table th,
    .specifications-bags__table td {
        border-radius: 0;
    }
    .specifications-bags__table--compare tr {
        background: transparent;
        margin-bottom: 10px;
        border-radius: 10px;
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 567px) {

}
@media (max-width: 768px) {
}

/* совсем узкие телефоны — чуть компактнее */
@media (max-width: 420px) {
  .specifications-bags__table--compare td:first-child {
    padding: 12px 10px;
  }

  .specifications-bags__table--compare td:not(:first-child) {
    padding: 10px 10px;
  }
}