@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-adapter: 200px;
    --padding-fm: 0 50px;
    --width-adapter: 1600px;
    --text-gap: 20px;
}
.adapter-landing {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: var(--width-adapter);
    -webkit-tap-highlight-color: transparent;
    border: none;
}
.adapter-landing * {
    box-sizing: border-box;
}
.adapter-landing section {
    width: 100%;
    position: relative;
    z-index: 1;
}
.adapter-landing .text-adapter {
    color: #111;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.adapter-landing .title-adapter {
    color: #111;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
}
.adapter-landing .subtitle-adapter {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
}
.adapter-landing .title-adapter span {
    color: #BD9A5F;
}
@media screen and (max-width: 1699px) {
    :root {
        --width-adapter: 1280px;
        --gap-adapter: 150px;
    }
}
@media screen and (max-width: 1299px) {
    :root {
        --width-adapter: 1120px;
        --gap-adapter: 140px;
    }
    .adapter-landing .text-adapter {
        font-size: 16px;
    }
    .adapter-landing .title-adapter {
        font-size: 40px;
    }
    .adapter-landing .subtitle-adapter {
        font-size: 32px;
    }
}
@media screen and (max-width: 1199px) {
    :root {
        --width-adapter: 920px;
        --gap-adapter: 130px;
    }
    .adapter-landing .title-adapter {
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    :root {
        --width-adapter: 700px;
        --gap-adapter: 120px;
    }
    .adapter-landing .title-adapter {
        font-size: 32px;
    }
    .adapter-landing .subtitle-adapter {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --gap-adapter: 110px;
        --width-adapter: calc(100% - 32px);
    }
    .adapter-landing .title-adapter {
        font-size: 26px;
    }
    .adapter-landing .subtitle-adapter {
        font-size: 24px;
    }
}
@media screen and (max-width: 567px) {
    :root {
        --gap-adapter: 100px;
        --width-adapter: calc(100% - 20px);
    }
    .adapter-landing .title-adapter {
        font-size: 22px;
    }
    .adapter-landing .text-adapter {
        font-size: 14px;
    }
    .adapter-landing .subtitle-adapter {
        font-size: 20px;
    }
}
/* product---------------------------------------------------------------------------------------- */
.product-adapter-cont {
    position: relative;
    background-color: #323131;
}
.product-adapter {
    position: relative;
    background-color: #323131;
    padding: 175px 50px 167px 50px;
    background-image: url(/image/catalog/landings/bracket/product-bg.webp);
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 1;
}
.product-adapter-cont::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #323131;
}
.product-adapter__wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 760px;
    width: 100%;
}
.product-adapter__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-adapter .title-adapter {
    color: #FFF;
    text-wrap: balance;
}
.product-adapter__header p {
    color: #BD9A5F;
    font-family: "Prosto One";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
}
.product-adapter__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product-adapter .text-adapter {
    color: #FFF;
}
@media screen and (max-width: 1699px) {
    .product-adapter {
        padding: 160px 50px;
        background-size: auto 602px;
    }
    .product-adapter__wrap {
        max-width: 688px;
    }
}
@media screen and (max-width: 1299px) {
    .product-adapter {
        padding: 96px 50px;
        background-size: auto 451px;
    }
    .product-adapter__wrap {
        max-width: 614px;
    }
    .product-adapter__header p {
        font-size: 26px;
    }
}
@media screen and (max-width: 1199px) {
    .product-adapter {
        padding: 80px 30px;
        background-size: auto 397px;
    }
    .product-adapter__wrap {
        max-width: 514px;
        gap: 30px;
    }
    .product-adapter__info {
        gap: 20px;
    }
}
@media screen and (max-width: 991px) {
    .product-adapter {
        padding: 60px 30px;
        background-image: url(/image/catalog/landings/bracket/product-bg-m.webp);
        background-size: 100%;
        background-position: center top 40px;
    }
    .product-adapter__wrap {
        gap: 280px;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .product-adapter {
        padding: 40px 20px;
        background-size: 518px;
        background-position: top 20px center;
    }
    .product-adapter__wrap {
        gap: 240px;
    }
    .product-adapter__header {
        gap: 0;
        max-width: 450px;
    }
    .product-adapter__header p {
        font-size: 20px;
    }
}
@media screen and (max-width: 567px) {
    .product-adapter {
        padding: 40px 10px;
        background-size: 418px;
        background-position: top 40px center;
    }
    .product-adapter__wrap {
        gap: 180px;
    }
    .product-adapter__header {
        max-width: 350px;
    }
    .product-adapter__header .title-adapter {
        font-size: 20px;
    }
    .product-adapter__header p {
        font-size: 16px;
    }
    .product-adapter__info {
        gap: 10px;
    }
}

/* steel---------------------------------------------------------------------------------- */
.steel-adapter-cont {
    position: relative;
    background-color: #12100D;
}
.steel-adapter-cont::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #12100D;
}
.steel-adapter {
    position: relative;
    background-color: #12100D;
    padding: 80px 50px;
    background-image: url(/image/catalog/landings/bracket/steel-bg.webp);
    background-size: auto calc(100% - 110px);
    background-position: left top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: end;
}
.steel-adapter__wrap {
    max-width: 875px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.steel-adapter .title-adapter {
    color: #FFF;
}
.steel-adapter__wrap ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;    
}
.steel-adapter__wrap ul li {
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.07) 100%);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: start;
    gap: 20px;
}
.steel-adapter__wrap ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background-color: #BD9A5F;
    transform: rotate(45deg);
    display: flex;
    flex-shrink: 0;
    margin: 7px 0 0 0;
}
.steel-adapter__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.steel-adapter__info h3 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
}
.steel-adapter__info .text-adapter {
    color: #FFF;
}

@media screen and (max-width: 1699px) {
    .steel-adapter {
        background-size: auto 670px;
        background-position: left top 93px;
    }
    .steel-adapter__wrap {
        max-width: 797px;
    }
}
@media screen and (max-width: 1299px) {
    .steel-adapter {
        background-position: left top 128px;
    }
    .steel-adapter__wrap {
        max-width: 614px;
        gap: 60px;
    }
    .steel-adapter__wrap ul {
        gap: 30px;
    }
    .steel-adapter__info h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .steel-adapter {
        padding: 60px 30px;
        background-size: auto 566px;
        background-position: left center;
    }
    .steel-adapter__wrap {
        max-width: 608px;
    }
    .steel-adapter__wrap ul {
        gap: 20px;
    }
    .steel-adapter__info h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .steel-adapter {
        background-size: 100%;
        background-position: top center;
    }
    .steel-adapter__wrap {
        max-width: 100%;
        gap: 350px;
    }
    .steel-adapter__wrap ul {
        gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .steel-adapter {
        background-size: 518px;
        padding: 40px 20px;
    }
    .steel-adapter__wrap {
        gap: 280px;
    }
    .steel-adapter__wrap ul li {
        padding: 20px;
    }
    .steel-adapter__wrap ul li::before {
        margin: 4px 0 0 0;
        width: 12px;
        height: 12px;
        border-radius: 3px;
    }
    .steel-adapter__info h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 567px) {
    .steel-adapter {
        background-size: 318px;
        padding: 30px 10px;
        background-position: center top 85px;
    }
    .steel-adapter__wrap {
        gap: 200px;
    }
    .steel-adapter__wrap ul li {
        border-radius: 10px;
    }
    .steel-adapter__info {
        gap: 10px;
    }
}
/* madein------------------------------------------------------------------------------------------------- */
.madein-adapter {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 80px 50px;
}
.madein-adapter .title-adapter {
    text-wrap: balance;
}
.madein-adapter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.madein-adapter ul li {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(189, 154, 95, 0.20) 0%, rgba(189, 154, 95, 0.00) 100%);
}
.madein-adapter ul li img {
    max-width: 100px;
    width: 100%;
}
.madein-adapter__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.madein-adapter__info h3 {
    color: #111;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
}
@media screen and (max-width: 1299px) {
    .madein-adapter {
        gap: 60px;
    }
    .madein-adapter ul {
        gap: 20px;
    }
    .madein-adapter__info h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .madein-adapter {
        padding: 80px 30px;
    }
    .madein-adapter__info h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .madein-adapter {
        gap: 40px;
        padding: 60px 30px;
    }
    .madein-adapter ul {
        display: flex;
        flex-direction: column;
    }
    .madein-adapter ul li img {
        max-width: 80px;
    }
}
@media screen and (max-width: 767px) {
    .madein-adapter {
        padding: 60px 20px;
    }
    .madein-adapter ul li {
        gap: 30px;
        padding: 20px;
        border-radius: 16px;
    }
    .madein-adapter__info {
        gap: 10px;
    }
}
@media screen and (max-width: 567px) {
    .madein-adapter {
        gap: 30px;
        padding: 60px 10px;
    }
    .madein-adapter ul {
        gap: 10px;
    }
    .madein-adapter__info h3 {
        font-size: 16px;
    }
    .madein-adapter ul li img {
        max-width: 60px;
    }
}
/* weightless----------------------------------------------------------------------------------------- */
.weightless-adapter {
    position: relative;
    background-color: #111;
}
.weightless-adapter::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #111;
}
.weightless-adapter__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 165px;
    padding: 80px 50px 212px;
    background-image: url(/image/catalog/landings/bracket/weightless-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.weightless-adapter__info {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 40px;
    max-width: 1010px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.weightless-adapter .title-adapter {
    color: #FFF;
    display: flex;
    flex-direction: column;
}
.weightless-adapter .text-adapter {
    color: #FFF;
}
.weightless-adapter__wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 407px;
    z-index: 1;
}
.weightless-adapter__wrap ul li {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(189, 154, 95, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: absolute;
    max-width: 486px;
    width: 100%;
}
.weightless-adapter__wrap ul li:nth-child(1) {
    top: 0;
    left: 0;
}
.weightless-adapter__wrap ul li:nth-child(2) {
    right: 0;
    top: 210px;
}
.weightless-adapter__wrap ul li:nth-child(3) {
    left: 94px;
    bottom: 0;
}
.weightless-adapter__wrap ul li:nth-child(1):before {
    right: -25px;
    bottom: -25px;
}
.weightless-adapter__wrap ul li:nth-child(2):before {
    left: -25px;
    top: -25px;
}
.weightless-adapter__wrap ul li:nth-child(3):before {
    right: -25px;
    top: -25px;
}
.weightless-adapter__wrap ul li::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(/image/catalog/landings/bracket/list-mark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.weightless-adapter__wrap ul li strong {
    font-weight: 700;
}
@media screen and (max-width: 1699px) {
    .weightless-adapter__wrap {
        gap: 113px;
    }
    .weightless-adapter__wrap::before {
        content: "";
        width: 250px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(270deg, rgba(17, 17, 17, 0.00) 0%, #111 100%);
    }
    .weightless-adapter__wrap::after {
        content: "";
        width: 250px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(90deg, rgba(17, 17, 17, 0.00) 0%, #111 100%);
    }
    .weightless-adapter__wrap ul li {
        max-width: 413px;
    }
    .weightless-adapter__wrap ul li:nth-child(2) {
        top: 237px;
    }
    .weightless-adapter__wrap ul li:nth-child(3) {
        left: 112px;
    }
}
@media screen and (max-width: 1299px) {
    .weightless-adapter__wrap {
        gap: 142px;
        padding: 80px 50px 196px;
    }
    .weightless-adapter__info {
        gap: 30px;
    }
    .weightless-adapter__wrap ul {
        min-height: 343px;
    }
    .weightless-adapter__wrap ul li:nth-child(1) {
        left: -50px;
    }
    .weightless-adapter__wrap ul li:nth-child(2) {
        right: -50px;
        top: 179px;
    }
    .weightless-adapter__wrap ul li:nth-child(3) {
        left: 102px;
        bottom: 0;
    }
    .weightless-adapter__wrap::before {
        width: 207px;
    }
    .weightless-adapter__wrap::after {
        width: 207px;
    }
    .weightless-adapter__wrap ul li {
        max-width: 322px;
    }
    .weightless-adapter__wrap ul li:nth-child(1):before {
        right: -17px;
        bottom: -17px;
    }
    .weightless-adapter__wrap ul li:nth-child(2):before {
        left: -17px;
        top: -17px;
    }
    .weightless-adapter__wrap ul li:nth-child(3):before {
        right: -17px;
        top: -17px;
    }
    .weightless-adapter__wrap ul li::before {
        width: 34px;
        height: 34px;
    }
}
@media screen and (max-width: 1199px) {
    .weightless-adapter__wrap {
        padding: 60px 30px 156px;
        gap: 74px;
    }
    .weightless-adapter__wrap ul {
        min-height: 322px;
    }
    .weightless-adapter__wrap ul li:nth-child(1) {
        top: 0;
        left: 0;
    }
    .weightless-adapter__wrap ul li:nth-child(2) {
        right: 0;
        top: 189px;
    }
    .weightless-adapter__wrap ul li:nth-child(3) {
        left: 30px;
        bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    .weightless-adapter__wrap {
        gap: 104px;
        padding: 60px 30px 149px;
        background-image: url(/image/catalog/landings/bracket/weightless-bg-m.webp);
        background-size: 700px;
        background-position: center bottom;
    }
    .weightless-adapter__wrap::before {
        width: 160px;
    }
    .weightless-adapter__wrap::after {
        width: 160px;
    }
    .weightless-adapter__wrap ul li {
        max-width: 350px;
        padding: 20px;
    }
    .weightless-adapter__wrap ul {
        min-height: 355px;
    }
    .weightless-adapter__wrap ul li:nth-child(1) {
        top: 0;
        left: 0;
    }
    .weightless-adapter__wrap ul li:nth-child(2) {
        right: 0;
        top: auto;
        bottom: 0;
        max-width: 275px;
    }
    .weightless-adapter__wrap ul li:nth-child(3) {
        left: 0;
        bottom: 14px;
        max-width: 275px;
    }
    .weightless-adapter__wrap ul li:nth-child(2):before {
        left: -17px;
        top: -17px;
        bottom: auto;
    }
}
@media screen and (max-width: 767px) {
    .weightless-adapter__wrap {
        gap: 290px;
        padding: 40px 20px;
        background-size: 520px;
        background-position: center top -60px;
        background-image: url(/image/catalog/landings/bracket/weightless-bg-s.webp);
    }
    .weightless-adapter__info {
        gap: 20px;
    }
    .weightless-adapter__wrap::before {
        width: 160px;
    }
    .weightless-adapter__wrap::after {
        width: 160px;
    }
    .weightless-adapter__wrap ul li {
        max-width: 100%;
        position: static;
    }
    .weightless-adapter__wrap ul {
        min-height: auto;
        padding: 0 0 0 17px;
        display: flex;
        flex-direction: column;
        gap: 37px;
    }
    .weightless-adapter__wrap ul li:nth-child(2) {
        max-width: 100%;
        order: 1;
    }
    .weightless-adapter__wrap ul li:nth-child(3) {
        max-width: 100%;
    }
    .weightless-adapter__wrap ul li:nth-child(1):before {
        left: -17px;
        top: -17px;
        bottom: auto;
    }
    .weightless-adapter__wrap ul li:nth-child(2):before {
        left: -17px;
        top: -17px;
        bottom: auto;
    }
    .weightless-adapter__wrap ul li:nth-child(3):before {
        left: -17px;
        top: -17px;
        bottom: auto;
    }
}
@media screen and (max-width: 567px) {
    .weightless-adapter__wrap {
        gap: 200px;
        padding: 40px 10px;
        background-size: 320px;
        background-position: center top 10%;
    }
    .weightless-adapter__info {
        gap: 10px;
    }
    .weightless-adapter__wrap::before {
        width: 73px;
    }
    .weightless-adapter__wrap::after {
        width: 73px;
    }
    .weightless-adapter__wrap ul {
        padding: 0 0 0 12px;
        gap: 22px;
    }
    .weightless-adapter__wrap ul li:nth-child(2) {
        max-width: 100%;
        order: 1;
    }
    .weightless-adapter__wrap ul li:nth-child(3) {
        max-width: 100%;
    }
    .weightless-adapter__wrap ul li::before {
        width: 24px;
        height: 24px;
    }
    .weightless-adapter__wrap ul li:nth-child(1):before {
        left: -12px;
        top: -12px;
    }
    .weightless-adapter__wrap ul li:nth-child(2):before {
        left: -12px;
        top: -12px;
    }
    .weightless-adapter__wrap ul li:nth-child(3):before {
        left: -12px;
        top: -12px;
    }
}

/* catalog----------------------------------------------------------------------------------------- */
.catalog-adapter-cont {
    position: relative;
    background-color: #000;    
}
.catalog-adapter {
    position: relative;
    background-color: #000;
    padding: 80px 50px;
    display: flex;
    justify-content: end;
    background-image: url(/image/catalog/landings/bracket/catalog-bg.webp);
    background-repeat: no-repeat;
    background-size: auto calc(100% - 55px);
    background-position: left bottom;
}
.catalog-adapter-cont::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #000;
}
.catalog-adapter__wrap {
    max-width: 760px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.catalog-adapter__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.catalog-adapter .title-adapter {
    color: #fff;
}
.catalog-adapter .text-adapter {
    color: #fff;
}
.catalog-adapter .text-adapter span {
    color: #BD9A5F;
    font-weight: 700;
}
.catalog-adapter__item {
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.07) 100%);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: start;
    gap: 20px;
}
.catalog-adapter__description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.catalog-adapter__item::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background-color: #BD9A5F;
    transform: rotate(45deg);
    display: flex;
    flex-shrink: 0;
    margin: 7px 0 0 0;
}
.catalog-adapter__description h3 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
}
.catalog-adapter__wrap a {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px;
    border-radius: 6px;
    background: #BD9A5F;
    width: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
}
.catalog-adapter__wrap a:hover {
    background-color: #fff;
    color: #BD9A5F;
}
@media screen and (max-width: 1699px) {
    .catalog-adapter {
        background-size: auto calc(100% - 203px);
    }
    .catalog-adapter__wrap {
        max-width: 688px;
    }
}
@media screen and (max-width: 1299px) {
    .catalog-adapter {
        background-size: auto calc(100% - 189px);
    }
    .catalog-adapter__wrap {
        max-width: 611px;
        gap: 60px;
    }
    .catalog-adapter__info {
        gap: 30px;
    }
    .catalog-adapter__description h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .catalog-adapter {
        background-size: auto calc(100% - 161px);
        padding: 60px 30px;
    }
    .catalog-adapter__wrap {
        max-width: 514px;
    }
    .catalog-adapter__description h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .catalog-adapter {
        background-size: 700px;
        background-position: center top 150px;
    }
    .catalog-adapter__wrap {
        max-width: 100%;
        gap: 40px;
    }
    .catalog-adapter__info {
        gap: 20px;
        margin: 0 0 300px 0;
    }
}
@media screen and (max-width: 767px) {
    .catalog-adapter {
        background-size: 510px;
        background-position: center top 170px;
        padding: 40px 20px;
    }
    .catalog-adapter__info {
        margin: 0 0 210px 0;
    }
    .catalog-adapter__info .title-adapter {
        max-width: 478px;
    }
    .catalog-adapter__item {
        padding: 20px;
    }
    .catalog-adapter__item::before {
        width: 12px;
        height: 12px;
        border-radius: 3px;
        margin: 5px 0 0 0;
    }
}
@media screen and (max-width: 567px) {
    .catalog-adapter {
        background-size: 100%;
        background-position: center top 41%;
        padding: 40px 10px;
    }
    .catalog-adapter__wrap {
        gap: 20px;
    }
    .catalog-adapter__info {
        margin: 0 0 38vw 0;
        gap: 10px;
    }
    .catalog-adapter__info .title-adapter {
        max-width: 300px;
    }
    .catalog-adapter__description {
        gap: 10px;
    }
    .catalog-adapter__description h3 {
        font-size: 16px;
    }
}
/* delivery--------------------------------------------------------------------------------- */
.delivery-adapter-cont {
    position: relative;
    background-color: #1C1C1A;
}
.delivery-adapter {
    position: relative;
    background-color: #1C1C1A;
    padding: 80px 50px;
    background-image: url(/image/catalog/landings/bracket/delivery-bg.webp);
    background-repeat: no-repeat;
    background-size: auto calc(100% - 80px);
    background-position: center bottom;
    display: flex;
    justify-content: center;
}
.delivery-adapter-cont::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #1C1C1A;
}
.delivery-adapter__wrap {
    display: flex;
    flex-direction: column;
    max-width: 1180px;
    width: 100%;
    gap: 462px;
}
.delivery-adapter__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}
.delivery-adapter .title-adapter {
    color: #fff;
    text-wrap: balance;
}
.delivery-adapter .text-adapter {
    color: #FFF;
}
.delivery-adapter__wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.delivery-adapter__wrap ul li {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(189, 154, 95, 0.15);
    backdrop-filter: blur(12px);
    padding: 30px;
}
.delivery-adapter__wrap ul li strong {
    font-weight: 700;
}
@media screen and (max-width: 1699px) {
    .delivery-adapter {
        background-size: auto calc(100% - 60px);
    }
    .delivery-adapter__wrap {
        gap: 394px;
    }
}
@media screen and (max-width: 1299px) {
    .delivery-adapter__wrap {
        gap: 290px;
    }
    .delivery-adapter__wrap ul {
        gap: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .delivery-adapter {
        padding: 60px 30px;
    }
    .delivery-adapter__wrap {
        gap: 250px;
    }
    .delivery-adapter__info {
        gap: 30px;
    }
}
@media screen and (max-width: 991px) {
    .delivery-adapter {
        background-size: 100%;
        background-position: center;
    }
    .delivery-adapter__wrap {
        gap: 212px;
    }
    .delivery-adapter__wrap ul {
        display: flex;
        flex-direction: column;
    }
    .delivery-adapter__info {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .delivery-adapter {
        padding: 40px 20px;
        background-size: 568px;
    }
    .delivery-adapter__wrap {
        gap: 180px;
    }
    .delivery-adapter__wrap ul li {
        padding: 20px;
    }
}
@media screen and (max-width: 567px) {
    .delivery-adapter {
        padding: 40px 10px;
        background-size: 140%;
        background-position: center top 43%;
    }
    .delivery-adapter__wrap {
        gap: 47vw;
    }
    .delivery-adapter__info {
        gap: 10px;
    }
}
/* faq----------------------------------------------------------------------------------------------------- */

.faq-rings {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    margin: 100px 0 0 0;
}
.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/bracket/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__body a {
   color: #BD9A5F;
   text-decoration: underline;
   font-weight: 700; 
}
.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: 80px 0 0 0;
    }   
}
@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;
        margin: 60px 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;
    }
    .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;
    }
}