@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prosto+One&display=swap');
.rider-landing {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    border: none;
}
.rider-landing section {
    position: relative;
    max-width: 2500px;
    width: 100%;
    margin: 0 auto;
}
.rider-landing * {
    box-sizing: border-box;
}
:root {
    --gap-rider: 50px;
    --padding-fm: 0 50px;
    --width-rider: 1600px;
    --text-gap: 20px;
}
.title-rider {
    color: #111;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
}
.subtitle-rider {
    color: #111;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    text-transform: uppercase;
}
.text-rider {
    color: #111;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin: 0;
}
.text-rider b {
    font-weight: 600;
}
.gold-text {
    color: #BD9A5F;
}
.section-light {
    background-color: #FFF;
    position: relative;
}
.section-dark {
    background-color: #1C1C1A;
    position: relative;
}
.section-light::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
    width: 100vw;
    height: 100%;
    background-color: #FFF;
}
.section-dark::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
    width: 100vw;
    height: 100%;
    background-color: #1C1C1A;
}

@media screen and (max-width: 1699px) {
    :root {
        --width-rider: 1280px;
    }
}
@media screen and (max-width: 1299px) {
    :root {
        --width-rider: 1120px;
        --gap-rider: 40px;
    }
}
@media screen and (max-width: 1199px) {
    :root {
        --width-rider: 972px;
        --gap-rider: 36px;
        --text-gap: 16px;
    }
    .title-rider {
        font-size: 40px;
    }
    .subtitle-rider {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    :root {
        --width-rider: 744px;
        --gap-rider: 32px;
    }
    .title-rider {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --width-rider: 544px;
    }
    .title-rider {
        font-size: 30px;
    }
    .subtitle-rider {
        font-size: 26px;
    }
}
@media screen and (max-width: 567px) {
    :root {
        --width-rider: 380px;
        --gap-rider: 24px;
        --text-gap: 12px;
    }
    .title-rider {
        font-size: 20px;
    }
    .text-rider {
        font-size: 14px;
    }
    .subtitle-rider {
        font-size: 18px;
    }
}
@media screen and (max-width: 380px) {
    /* :root {
        --width-rider: 297px;
    } */
}

/* product------------------------------------------------------------ */
.first-wrapper {
    background-image: url(/image/catalog/landings/nomad-bag/first-bg.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: var(--width-rider);
    margin: 0 auto;
}
.product-rider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-rider__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 675px;
    width: 100%;
    padding: 43px 30px 30px 30px;
    background-color: #1C1C1A;
}
.product-rider__logo img {
    max-width: 603px;
    width: 100%;
}
.product-rider__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 675px;
    width: 100%;
    padding: 0 50px 0 0;
}
.product-rider__head {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-rider__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-rider__img {
    max-width: 883px;
    width: 100%;
    position: absolute;
    top: 89px;
    left: 42px;
}
@media screen and (max-width: 1699px) {
    .first-wrapper {
        background-image: url(/image/catalog/landings/nomad-bag/first-bg-2.webp);
    }
    .product-rider__logo {
        max-width: 523px;
        padding: 69px 20px;
    }
    .product-rider__img {
        max-width: 584px;
        left: 18px;
        top: 109px;
    }
}
@media screen and (max-width: 1299px) {
    .first-wrapper {
        background-image: url(/image/catalog/landings/nomad-bag/first-bg-3.webp);
        background-size: cover;
        background-position: right top;
    }
    .product-rider__logo {
        max-width: 435px;
        padding: 51px 24px;
    }
    .product-rider__img {
        max-width: 478px;
        left: 17px;
        top: 80px;
    }
    .product-rider__inner {
        max-width: 685px;
        padding: 0 50px 0 30px;
    }
}
@media screen and (max-width: 1199px) {
    .first-wrapper {
        background-image: url(/image/catalog/landings/nomad-bag/first-bg-4.webp);
    }
    .product-rider__logo {
        max-width: 267px;
        padding: 205px 20px 20px 20px;
        flex-shrink: 0;
    }
    .product-rider__img {
        max-width: 352px;
        left: 8px;
        top: 105px;
        transform: none;
    }
    .product-rider__inner {
        padding: 0 30px 0 68px;
        gap: 30px;
    }
}
@media screen and (max-width: 991px) {
    .first-wrapper {
        background-image: url(/image/catalog/landings/nomad-bag/first-bg-5.webp);
    }
    .product-rider__logo {
        max-width: 100px;
        padding: 20px 10px;
        align-self: stretch;
        align-items: end;
    }
    .product-rider__img {
        max-width: calc(100% - 60px);
        left: 50%;
        top: 42px;
        transform: translateX(-50%);
    }
    .product-rider__inner {
        padding: 494px 30px 0 20px;
    }
    .product-rider__head {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .first-wrapper {
        background-image: url(/image/catalog/landings/nomad-bag/first-bg-6.webp);
    }
    .product-rider__img {
        max-width: calc(100% - 40px);
        top: 22px;
    }
    .product-rider__inner {
        padding: 350px 20px 0 20px;
        gap: 20px;
    }
}
@media screen and (max-width: 567px) {
    .first-wrapper {
        background-image: url(/image/catalog/landings/nomad-bag/first-bg-7.webp);
    }
    .product-rider__img {
        max-width: calc(100% - 20px);
        top: 20px;
    }
    .product-rider__inner {
        padding: 255px 10px 0 10px;
        gap: 10px;
    }
    .product-rider__logo {
        max-width: 80px;
        padding: 10px;
    }
}
@media screen and (max-width: 380px) {

}
/* materials------------------------------------------------------------------------------------------ */
.materials-rider {
    position: relative;
    padding: 200px 50px;
}
.materials-rider__wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 875px;
    width: 100%;
}
.materials-rider__head {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.materials-rider__head p {
    max-width: 740px;
    width: 100%;
}
.materials-rider__inner {
    max-width: 625px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.materials-rider__inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.materials-rider__inner ul li {
    display: flex;
    align-items: start;
    gap: 15px;
}
.materials-rider__inner ul li::before {
    width: 12px;
    height: 12px;
    content: "";
    background-color: #BD9A5F;
    border-radius: 3px;
    flex-shrink: 0;
    transform: rotate(45deg);
    transform-origin: center;
    margin-top: 5px;
}
.materials-rider__info blockquote {
    margin: 0;
    padding: 0;
    max-width: 810px;
    width: 100%;
    font-style: italic;
    display: flex;
    align-items: start;
    gap: 20px;
    padding: 30px;
    border-radius: 10px;
    border-left: 5px solid #EAE9E7;

    background: #F7F7F7;
}
.materials-rider__info blockquote::before,
.materials-rider__info blockquote::after {
    content: none;
}
.materials-rider__info blockquote::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/image/catalog/landings/nomad-bag/quotes.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-shrink: 0;
}
.materials-rider__info img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 793px;
    width: 100%;
}
@media screen and (max-width: 1699px) {
    .materials-rider {
        padding: 150px 50px;
    }
    .materials-rider__inner {
        max-width: 580px;
    }
    .materials-rider__info blockquote {
        max-width: 635px;
    }
    .materials-rider__info img {
        max-width: 642px;
    }
}
@media screen and (max-width: 1299px) {
    .materials-rider {
        padding: 140px 50px;
    }
    .materials-rider__head p {
        max-width: 650px;
    }
    .materials-rider__inner {
        max-width: 557px;
    }
    .materials-rider__inner ul li {
        gap: 10px;
    }
    .materials-rider__info blockquote {
        max-width: 589px;
    }
    .materials-rider__info img {
        top: auto;
        bottom: 0;
        max-width: 536px;
    }
}
@media screen and (max-width: 1199px) {
    .materials-rider {
        padding: 130px 30px;
        gap: 30px;
    }
    .materials-rider__wrapper {
        gap: 30px;
    }
    .materials-rider__head {
        gap: 30px;
    }
    .materials-rider__head p {
        max-width: 720px;
    }
    .materials-rider__inner {
        max-width: 860px;
        gap: 30px;
    }
    .materials-rider__inner ul {
        max-width: 485px;
    }
    .materials-rider__info blockquote {
        max-width: 480px;
    }
    .materials-rider__info img {
        max-width: 467px;
    }
}
@media screen and (max-width: 991px) {
    .materials-rider {
        padding: 120px 30px;
        overflow: hidden;
    }
    .materials-rider__head p {
        max-width: 740px;
    }
    .materials-rider__inner {
        max-width: 740px;
    }
    .materials-rider__inner ul {
        max-width: 100%;
    }
    .materials-rider__info blockquote {
        max-width: 563px;
        padding: 30px 145px 30px 20px;
    }
    .materials-rider__info img {
        bottom: -100px;
        max-width: 260px;
    }
}
@media screen and (max-width: 767px) {
    .materials-rider {
        padding: 110px 20px;
        overflow: hidden;
        gap: 20px;
    }
    .materials-rider__wrapper,
    .materials-rider__head,
    .materials-rider__inner {
        gap: 20px;
    }
    .materials-rider__info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .materials-rider__info img {
        bottom: 0;
        position: static;
        max-width: 392px;
    }
    .materials-rider__info blockquote {
        max-width: 100%;
        padding: 20px 100px 20px 15px;
        margin: -160px 0 0 0;
    }
}
@media screen and (max-width: 567px) {
    .materials-rider {
        padding: 100px 10px;
    }
    .materials-rider__head {
        gap: 10px;
    }
    .materials-rider__inner {
        gap: 10px;
    }
    .materials-rider__inner ul {
        gap: 10px;
    }
    .materials-rider__info blockquote {
        padding: 10px;
        gap: 10px;
        margin: -130px 0 0 0;
    }
}

/* structure------------------------------------------------------------------------------------------ */
.black-rider {
    display: flex;
    flex-direction: column;
    max-width: var(--width-rider);
    margin: 0 auto;
    position: relative;
    background-color: #1C1C1A;
    z-index: 1;
}
.black-rider::before {
    content: "";
    background-image: url(/image/catalog/landings/nomad-bag/triangle-pre.svg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    top: -199px;
    left: 0;
}
.black-rider::after {
    content: "";
    background-image: url(/image/catalog/landings/nomad-bag/triangle-post.svg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    bottom: -199px;
    left: 0;
}
.structure-rider {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px;
}
.structure-rider__wrap {
    display: grid;
    grid-template-columns: 725px 1fr;
    gap: 50px;
}
.structure-rider__img {
    border-radius: 10px;
    max-width: 725px;
    width: 100%;
    height: 100%;
    grid-area: 1 / 1 / 4 / 2;
    object-fit: cover;
    object-position: center;
}
.structure-rider__text {
    grid-area: 1 / 2 / 2 / 3; 
}
.structure-rider__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    grid-area: 2 / 2 / 3 / 3;
}
.structure-rider__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.structure-rider__info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.structure-rider__info ul li {
    display: flex;
    align-items: start;
    gap: 15px;
}
.structure-rider__info ul li::before {
    width: 12px;
    height: 12px;
    content: "";
    background-color: #BD9A5F;
    border-radius: 3px;
    flex-shrink: 0;
    transform: rotate(45deg);
    transform-origin: center;
    margin-top: 5px;
}
.structure-rider__attention {
    grid-area: 3 / 2 / 4 / 3;
}
.attention-block {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 50px;
    border-radius: 10px;
    background: #282725;
}
.attention-block svg {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}

@media screen and (max-width: 1699px) {
    .black-rider::before {
        height: 160px;
        top: -159px;
    }
    .black-rider::after {
        height: 160px;
        bottom: -159px;
    }
    .structure-rider__wrap {
        grid-template-columns: 624px 1fr;
    }
    .structure-rider__img {
        grid-area: 2 / 1 / 3 / 2;
    }
    .structure-rider__text {
        grid-area: 1 / 1 / 2 / 3;
    }
    .structure-rider__inner {
        grid-area: 2 / 2 / 3 / 3;
    }
    .structure-rider__attention {
        grid-area: 3 / 1 / 4 / 3;
    }
}
@media screen and (max-width: 1299px) {
    .black-rider::before {
        height: 140px;
        top: -139px;
    }
    .black-rider::after {
        height: 140px;
        bottom: -139px;
    }
    .structure-rider__wrap {
        grid-template-columns: 500px 1fr;
        gap: 40px;
    }
    .structure-rider__info {
        gap: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .structure-rider {
        gap: 30px;
        padding: 30px;
    }
    .black-rider::before {
        height: 115px;
        top: -114px;
    }
    .black-rider::after {
        height: 115px;
        bottom: -114px;
    }
    .structure-rider__wrap {
        grid-template-columns: 374px 1fr;
        gap: 30px;
    }
    .structure-rider__img {
        height: 372px;

    }
}
@media screen and (max-width: 991px) {
    .black-rider::before {
        height: 87px;
        top: -86px;
    }
    .black-rider::after {
        height: 87px;
        bottom: -86px;
    }
    .structure-rider__wrap {
        display: flex;
        flex-direction: column;
    }
    .structure-rider__info {
        gap: 30px;
    }
    .structure-rider__img {
        height: auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .structure-rider {
        gap: 20px;
        padding: 20px;
    }
    .structure-rider__info {
        gap: 20px;
    }
    .attention-block {
        padding: 20px;
    }
}
@media screen and (max-width: 567px) {
    .structure-rider {
        gap: 20px;
        padding: 10px;
    }
}

/* titching--------------------------------------------------------------------------------------- */
.stitching-rider {
    padding: 50px;
    display: grid;
    grid-template-columns: 845px 1fr;
    column-gap: 50px;
    row-gap: 30px;
}
.stitching-rider__head {
    display: flex;
    flex-direction: column;
    gap: 50px;
    grid-area: 1 / 1 / 2 / 2;
}
.stitching-rider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-area: 2 / 1 / 3 / 2;
}
.stitching-rider ul li {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background-color: #282725;
}
.stitching-rider ul li img {
    max-width: 410px;
    width: 100%;
}
.stitching-rider ul li p {
    padding: 20px;
}
.stitching-rider__img {
    max-width: 650px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    height: 100%;
    grid-area: 1 / 2 / 3 / 3;
}

@media screen and (max-width: 1699px) {
    .stitching-rider {
        grid-template-columns: 688px 1fr;
        column-gap: 20px;
    }
    .stitching-rider ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .stitching-rider ul li {
        flex-direction: row;
        align-items: center;
    }
    .stitching-rider ul li img {
        max-width: 201px;
    }
    .stitching-rider ul li p {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 1299px) {
    .stitching-rider {
        grid-template-columns: 614px 1fr;
    }
    .stitching-rider__head {
        grid-area: 1 / 1 / 2 / 3;
    }
    .stitching-rider ul {
        grid-area: 2 / 1 / 3 / 2; 
    }
    .stitching-rider ul li img {
        max-width: 304px;
    }
    .stitching-rider ul li p {
        padding: 20px;
    }
    .stitching-rider__img {
        grid-area: 2 / 2 / 3 / 3;
    }
}
@media screen and (max-width: 1199px) {
    .stitching-rider {
        grid-template-columns: 521px 1fr;
        padding: 30px;
        column-gap: 50px;
    }
    .stitching-rider__head {
        grid-area: 1 / 1 / 2 / 2;
    }
    .stitching-rider ul {
        grid-area: 2 / 1 / 3 / 3; 
    }
    .stitching-rider ul li img {
        max-width: 304px;
    }
    .stitching-rider ul li p {
        padding: 20px;
    }
    .stitching-rider__img {
        grid-area: 1 / 2 / 2 / 3;
    }
}
@media screen and (max-width: 991px) {
    .stitching-rider {
        display: flex;
        flex-direction: column;
    }
    .stitching-rider__head {
        gap: 30px;
    }
    .stitching-rider__img {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .stitching-rider {
        padding: 20px;
        gap: 20px;
    }
    .stitching-rider__head {
        gap: 20px;
    }
    .stitching-rider ul li {
        flex-direction: column;
    }
    .stitching-rider ul li img {
        max-width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .stitching-rider {
        padding: 10px;
    }
    .stitching-rider ul li p {
        padding: 20px 10px;
    }
}

/* comfort--------------------------------------------------------------------------------------- */
.comfort-rider__head {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px;
}
.comfort-rider__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.comfort-rider__list li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0 0 0;
    border-top: 2px solid #424242;
}
.comfort-rider__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px;
}
.comfort-rider__inner .attention-block p {
    max-width: 905px;
}
.comfort-rider__img {
    max-width: 1600px;
    width: 100%;
}
@media screen and (max-width: 1699px) {
    .comfort-rider__inner .attention-block p {
        max-width: 797px;
    }
}
@media screen and (max-width: 1299px) {
    .comfort-rider__inner .attention-block p {
        max-width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .comfort-rider__head {
        gap: 30px;
    }
    .comfort-rider__list {
        gap: 20px;
    }
    .comfort-rider__inner {
        gap: 30px;
    }
}
@media screen and (max-width: 991px) {
    .comfort-rider__head {
        padding: 0 30px;
    }
    .comfort-rider__list {
        display: flex;
        flex-direction: column;
    }
    .comfort-rider__inner {
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .comfort-rider__head {
        gap: 20px;
        padding: 0 20px;
    }
    .comfort-rider__inner {
        gap: 20px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 567px) {
    .comfort-rider {
        padding: 10px 0;
    }
    .comfort-rider__head {
        gap: 10px;
        padding: 0 10px;
    }
    .comfort-rider__inner {
        gap: 10px;
        padding: 0 10px;
    }
}

/* functional---------------------------------------------------------------------------------- */
.functional-rider {
    position: relative;
    background-image: url(/image/catalog/landings/nomad-bag/functional-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 50px;
    max-width: var(--width-rider)!important;
}
.functional-rider__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 780px;
}
.functional-rider__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.functional-rider__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.functional-rider__list li {
    display: flex;
    align-items: start;
    gap: 15px;
}
.functional-rider__list li::before {
    width: 12px;
    height: 12px;
    content: "";
    background-color: #BD9A5F;
    border-radius: 3px;
    flex-shrink: 0;
    transform: rotate(45deg);
    transform-origin: center;
    margin-top: 5px;
}
.functional-rider__img {
    position: absolute;
    top: -77px;
    right: 54px;
    max-width: 543px;
    width: 100%;
    z-index: 2;
}

@media screen and (max-width: 1699px) {
    .functional-rider {
        padding: 150px 50px;
    }
    .functional-rider__img {
        right: 24px;
        max-width: 471px;
    }
}
@media screen and (max-width: 1299px) {
    .functional-rider {
        padding: 140px 50px;
    }
    .functional-rider__img {
        right: 0;
        max-width: 367px;
    }
}
@media screen and (max-width: 1199px) {
    .functional-rider {
        padding: 130px 30px;
    }
    .functional-rider__img {
        top: 22px;
        transform: none;
        bottom: auto;
        max-width: 309px;
    }
}
@media screen and (max-width: 991px) {
    .functional-rider {
        padding: 120px 30px;
    }
    .functional-rider__inner {
        max-width: 600px;
    }
    .functional-rider__img {
        top: 211px;
        max-width: 240px;
    }
}
@media screen and (max-width: 767px) {
    .functional-rider {
        padding: 110px 20px;
        background-image: url(/image/catalog/landings/nomad-bag/functional-bg-m.webp);
    }
    .functional-rider__list {
        max-width: 280px;
    }
    .functional-rider__img {
        top: 197px;
        max-width: 230px;
    }
}
@media screen and (max-width: 567px) {
    .functional-rider {
        padding: 100px 10px;
        background-image: url(/image/catalog/landings/nomad-bag/functional-bg-s.webp);
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .functional-rider__inner {
        gap: 20px;
    }
    .functional-rider__list {
        max-width: 100%;
    }
    .functional-rider__img {
        position: static;
        max-width: 230px;
        align-self: center;
        margin: 0 0 -200px 0;
    }
}
/* buy-------------------------------------------------------------------------------------- */
.dark-rider {
    max-width: var(--width-rider);
    margin: 0 auto 200px auto;
    background-color: #1C1C1A;
    position: relative;
    z-index: 2;
    border-radius: 0 0 10px 10px;
}
.dark-rider::before {
    content: "";
    background-image: url(/image/catalog/landings/nomad-bag/triangle-pre.svg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    top: -199px;
    left: 0;
}
.buy-rider {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.buy-rider__wrap {
    display: grid;
    grid-template-columns: 740px 1fr;
    column-gap: 50px;
    row-gap: 50px;
}
.buy-rider__wrap img {
    grid-area: 1 / 1 / 3 / 2;
    border-radius: 10px;
    max-width: 750px;
    width: 100%;
}
.buy-rider__wrap .title-rider {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
}
.buy-rider__wrap .text-rider {
    grid-area: 2 / 2 / 3 / 3;
}
.buy-rider__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-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) {
    .dark-rider {
        margin: 0 auto 150px auto;
    }
    .dark-rider::before {
        height: 160px;
        top: -159px;
    }
    .buy-rider {
        gap: 50px;
    }
    .buy-rider__wrap {
        grid-template-columns: 580px 1fr;
    }
    .buy-rider__inner {
        flex-direction: column;
        align-items: start;
    }
}
@media screen and (max-width: 1299px) {
    .dark-rider {
        margin: 0 auto 140px auto;
    }
    .dark-rider::before {
        height: 140px;
        top: -139px;
    }
    .buy-rider {
        gap: 30px;
    }
    .buy-rider__wrap {
        grid-template-columns: 488px 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }
    .buy-rider__wrap img {
        grid-area: 1 / 1 / 2 / 2;
    }
    .buy-rider__wrap .title-rider {
        grid-area: 1 / 2 / 2 / 3;
        align-self: center;
    }
    .buy-rider__wrap .text-rider {
        grid-area: 2 / 1 / 3 / 3;
    }
    .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: 1199px) {
    .dark-rider {
        margin: 0 auto 130px auto;
    }
    .buy-rider {
        padding: 30px;
    }
    .dark-rider::before {
        height: 115px;
        top: -114px;
    }
    .buy-rider__wrap {
        grid-template-columns: 392px 1fr;
        column-gap: 20px;
        row-gap: 30px;
    }
}
@media screen and (max-width: 991px) {
    .dark-rider {
        margin: 0 auto 120px auto;
    }
    .dark-rider::before {
        height: 87px;
        top: -86px;
    }
    .buy-rider__wrap {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .buy-rider__wrap img {
        grid-area: 1 / 1 / 3 / 2;
        border-radius: 10px;
        max-width: 750px;
        width: 100%;
    }
    .buy-rider__wrap .title-rider {
        grid-area: 1 / 2 / 2 / 3;
        align-self: end;
    }
    .buy-rider__wrap .text-rider {
        grid-area: 2 / 2 / 3 / 3;
    }
    .buy-rider__list {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .dark-rider {
        margin: 0 auto 110px auto;
    }
    .dark-rider::before {
        height: 65px;
        top: -64px;
    }
    .buy-rider {
        padding: 20px;
    }
    .buy-rider__list {
        gap: 20px;
    }
    .buy-rider__buttons {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 567px) {
    .dark-rider {
        margin: 0 auto 100px auto;
    }
    .buy-rider {
        padding: 10px;
    }
    .buy-rider__wrap {
        gap: 20px;
    }
    .buy-rider__list {
        gap: 10px;
    }
    .buy-rider__item {
        padding: 20px 10px;
    }
}
/* resolution-------------------------------------------------------------------------------------- */
.resolution-rider {
    max-width: var(--width-rider)!important;
    position: relative;
    padding: 63px 0 13px;
}
.resolution-rider img {
    max-width: 1600px;
    width: 100%;
}
.resolution-rider .text-rider {
    max-width: 500px;
    width: 100%;
    position: absolute;
    left: 50px;
    top: 379px;
}
@media screen and (max-width: 1699px) {
    .resolution-rider {
        padding: 73px 0 88px;
    }
    .resolution-rider .text-rider {
        max-width: 547px;
        top: 411px;
    }
}
@media screen and (max-width: 1299px) {
    .resolution-rider {
        padding: 92px 0 128px;
    }
    .resolution-rider .text-rider {
        max-width: 547px;
        top: 422px;
    }
}
@media screen and (max-width: 1199px) {
    .resolution-rider {
        padding: 120px 0 130px;
    }
    .resolution-rider .text-rider {
        left: 30px;
        top: 415px;
    }
}
@media screen and (max-width: 991px) {
    .resolution-rider {
        padding: 120px 0;
    }
    .resolution-rider .text-rider {
        max-width: 100%;
        padding: 0 30px;
        position: static;
    }
}
@media screen and (max-width: 767px) {
    .resolution-rider {
        padding: 110px 0;
    }
    .resolution-rider .text-rider {
        padding: 0 20px;
    }
}
@media screen and (max-width: 567px) {
    .resolution-rider {
        padding: 100px 0;
    }
    .resolution-rider .text-rider {
        padding: 0 10px;
    }
}



/* faq----------------------------------------------------------------------------------------------------- */

.faq-rings {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    max-width: var(--width-rider)!important;
}
.faq-rings .title-knives {
    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/nomad-bag/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: 1199px) {
    .faq-rings {
        padding: 0 30px;
    }
    .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;
    }
    .faq-rings__header {
        gap: 20px;
    }
    .faq-rings__title {
        font-size: 20px;
    }
}
@media screen and (max-width: 567px) {
    .faq-rings {
        padding: 0 10px;
    }
    .faq-rings__body {
        padding: 0 40px 20px 20px;
        font-size: 14px;
    }
    .faq-rings__title {
        font-size: 16px;
    }
    .faq-rings__icon {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 380px) {
    .faq-rings__header {
        gap: 10px;
    }
}