@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prosto+One&display=swap');
.rings-landing {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    border: none;
}
.rings-landing section {
    position: relative;
    max-width: 2500px;
    width: 100%;
    margin: 0 auto;
}
.rings-landing * {
    box-sizing: border-box;
}
:root {
    --gap-rings: 50px;
    --padding-fm: 0 50px;
    --width-rings: 1600px;
    --text-gap: 20px;
}
.title-rings {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
}
.subtitle-rings {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}
.text-rings {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
}
.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-rings: 1280px;
    }
    .title-rings {
        font-size: 38px;
    }
}
@media screen and (max-width: 1299px) {
    :root {
        --width-rings: 1120px;
        --gap-rings: 40px;
    }
    .title-rings {
        font-size: 32px;
    }
    .subtitle-rings {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    :root {
        --width-rings: 972px;
        --gap-rings: 36px;
        --text-gap: 16px;
    }
    .title-rings {
        font-size: 28px;
    }
}
@media screen and (max-width: 991px) {
    :root {
        --width-rings: 744px;
        --gap-rings: 32px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --width-rings: 544px;
    }
}
@media screen and (max-width: 567px) {
    :root {
        --width-rings: 360px;
        --gap-rings: 24px;
        --text-gap: 12px;
    }
    .title-rings {
        font-size: 20px;
    }
    .text-rings {
        font-size: 14px;
    }
    .subtitle-rings {
        font-size: 16px;
    }
}
@media screen and (max-width: 380px) {
    :root {
        --width-rings: 297px;
    }
    .title-rings {
        font-size: 19px;
    }
}
/* product---------------------------------------------------------------------------------------- */
.product-rings {
    display: flex;
    justify-content: center;
    padding: 275px 0;
    background-image: url(/image/catalog/landings/rings-low30mm/product-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-rings__wrapper {
    max-width: var(--width-rings);
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.product-rings__inner {
    display: flex;
    flex-direction: column;
    gap: var(--gap-rings);
    max-width: 800px;
    width: 100%;
}
.product-rings__info {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
}
.product-rings .title-rings,
.product-rings .text-rings {
    color: #1C1C1A;
}
@media screen and (max-width: 1699px) {
    .product-rings {
        padding: 190px 0;
    }
    .product-rings__inner {
        max-width: 640px;
    }
}
@media screen and (max-width: 1299px) {
    .product-rings {
        padding: 148px 0 163px;
    }
    .product-rings__inner {
        max-width: 560px;
    }
}
@media screen and (max-width: 1199px) {
    .product-rings {
        padding: 102px 0 108px;
    }
    .product-rings__inner {
        max-width: 485px;
    }
}
@media screen and (max-width: 991px) {
    .product-rings {
        padding: 56vw 0 60px;
        background-image: url(/image/catalog/landings/rings-low30mm/product-bg-m.webp);
        background-size: 100%;
        background-position: center top;
    }
    .product-rings__wrapper {
        justify-content: start;
    }
    .product-rings__inner {
        max-width: 744px;
    }
}
/* construction----------------------------------------------------------------------------- */
.construction-rings {
    display: flex;
    justify-content: center;
    padding: 100px 0 170px 0;
    background-image: url(/image/catalog/landings/rings-low30mm/construction-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.construction-rings__wrapper {
    position: relative;
    max-width: var(--width-rings);
    width: 100%;
    display: flex;
    justify-content: end;
}
.construction-rings__inner {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--gap-rings);
}
.construction-grifon__slider {
    max-width: 800px;
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.construction-swiper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.construction-slide {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.construction-slide .subtitle-grifon {
    text-transform: uppercase;
    line-height: 120%;
}
.construction-swiper .navline {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    z-index: 5;
    pointer-events: auto;
    padding: 6px 9px;
}
.construction-swiper .navline__btn {
    width: 48px;
    height: 48px;
    border: 2px solid #BD9A5F;
    border-radius: 12px;
    background: transparent;
    transform: rotate(45deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    cursor: pointer;
    flex-shrink: 0;
}
 .construction-swiper .navline__btn:hover {
    box-shadow: 0 0 0 4px rgba(213, 155, 56, .16);
    background: #BD9A5F;
}
.construction-swiper .navline__btn:active {
    background: rgba(213, 155, 56, .08);
}
.construction-swiper .navline__btn-ic {
    width: 14px;
    height: 14px;
    position: relative;
    transform: rotate(-45deg);
}
.construction-swiper .navline__btn-ic::before {
    content: "";
    position: absolute;
    inset: 0;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #BD9A5F;
    transform: translateX(2px) rotate(135deg);
}
.construction-swiper .navline__btn:hover .navline__btn-ic::before {
    border-color: #FFF;
}
.construction-swiper .navline__btn--next .navline__btn-ic::before {
    transform: translateX(-2px) rotate(-45deg);
}
.construction-swiper .navline__num {
    font-family: "Prosto One";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .06em;
    color: #FFF;
    user-select: none;
    min-width: 30px;
}
.construction-swiper .navline__num--current {
    color: #FFF;
    text-align: center;
    font-family: "Prosto One";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    min-width: 66px;
}
.construction-swiper .navline__dash {
    width: 100%;
    max-width: 220px;
    height: 2px;
    background: rgba(255, 255, 255, .22);
    display: inline-block;
    transform: translateY(1px);
}
.construction-dots {
    display: none;
}
@media screen and (max-width: 1699px) {
    .construction-rings {
        padding: 90px 0 55px 0;
    }
    .construction-rings__inner {
        max-width: 640px;
    }
    .construction-swiper {
        gap: 40px;
    }
    .construction-swiper .navline__num--current {
        font-size: 36px;
        min-width: 60px;
    }
    .construction-swiper .navline__dash {
        max-width: 148px;
    }
}
@media screen and (max-width: 1299px) {
    .construction-rings {
        padding: 80px 0 52px 0;
    }
    .construction-rings__inner {
        max-width: 560px;
    }
    .construction-grifon__slider {
        padding: 30px;
    }
    .construction-slide {
        gap: 24px;
    }
    .construction-swiper {
        gap: 30px;
    }
    .construction-swiper .navline__dash {
        max-width: 115px;
    }
}
@media screen and (max-width: 1199px) {
    .construction-rings {
        padding: 40px 0 40px 0;
    }
    .construction-rings__inner {
        max-width: 485px;
    }
    .construction-grifon__slider {
        padding: 26px;
    }
    .construction-swiper {
        gap: 26px;
    }
    .construction-swiper .navline__dash {
        max-width: 84px;
    }
    .construction-swiper .navline__num--current {
        font-size: 32px;
        min-width: 60px;
    }
}
@media screen and (max-width: 991px) {
    .construction-rings {
        padding: 60px 0 10px;
        background-image: url(/image/catalog/landings/rings-low30mm/construction-bg-m.webp);
        background-size: 100%;
        background-position: center top;
        background-color: #1C1C1A;
    }
    .construction-rings__inner {
        max-width: 100%;
        gap: 54vw;
    }
    .construction-rings .title-rings {
        max-width: 482px;
    }
    .construction-grifon__slider {
        max-width: 100%;
    }
    .construction-swiper .navline {
        gap: 20px;
    }
    .construction-swiper .navline__dash {
        max-width: 214px;
        height: 1px;
    }
}
@media screen and (max-width: 767px) {
    .construction-rings {
        padding: 50px 0 10px;
    }
    .construction-swiper {
        gap: 26px;
    }
    .construction-grifon__slider {
        padding: 26px;
    }
    .construction-swiper .navline {
        padding: 6px 9px;
        justify-content: center;
    }
    .construction-swiper .navline__btn,
    .construction-swiper .navline__num {
        display: none;
    }
    .construction-swiper .navline__dash {
        display: none;
    }
    .construction-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    .construction-dots .swiper-pagination-bullet {
        width: 20px;
        height: 5px;
        border-radius: 3px;
        background-color: #FFF;
        opacity: 1;
        margin: 0;
    }
    .construction-dots .swiper-pagination-bullet-active {
        background-color: #BD9A5F;
    }
    .construction-grifon .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
}
@media screen and (max-width: 567px) {
    .construction-rings {
        padding: 40px 0 10px;
        background-size: 117%;
    }
    .construction-rings__inner {
        gap: 62vw;
    }
    .construction-swiper {
        gap: 16px;
    }
    .construction-grifon__slider {
        padding: 16px;
    }
    .construction-slide {
        gap: 16px;
    }
}
@media screen and (max-width: 380px) {
    .construction-rings {
        background-size: 140%;
    }
    .construction-rings__inner {
        gap: 65vw;
    }
}
/* thickness------------------------------------------------------------------------------------------ */
.thickness-rings {
    display: flex;
    justify-content: center;
    padding: 100px 0;
}
.thickness-rings__wrapper {
    position: relative;
    max-width: var(--width-rings);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--gap-rings);
}
.thickness-rings__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.thickness-rings__container > .text-rings {
    max-width: 800px;
    width: 100%;
}
.thickness-rings__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}
.thickness-rings__item {
    display: flex;
    align-items: stretch;
    gap: 40px;
}
.thickness-rings__item img {
    max-width: 1060px;
    width: 100%;
    border-radius: 10px;
}
.compatibility-rings__item img {
    height: 380px;
    object-fit: cover;
    object-position: center;
}
.thickness-rings__info {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #FFF;
    backdrop-filter: blur(11.449999809265137px);
    -webkit-backdrop-filter: blur(11.449999809265137px);
    max-width: 500px;
    width: 100%;
}
.thickness-rings__item--reverse {
    flex-direction: row-reverse;
}
@media screen and (max-width: 1699px) {
    .thickness-rings__item img {
        max-width: 853px;
        min-height: 395px;
        object-fit: cover;
        object-position: center;
    }
    .compatibility-rings__item img {
        min-height: auto;
    }
    .thickness-rings__info {
        max-width: 387px;
    }
}
@media screen and (max-width: 1299px) {
    .thickness-rings {
        padding: 80px 0;
    }
    .thickness-rings__container {
        gap: 30px;
    }
    .thickness-rings__container > .text-rings {
        max-width: 756px;
    }
    .thickness-rings__list {
        gap: 30px;
    }
    .thickness-rings__item {
        gap: 30px;
    }
    .thickness-rings__item img {
        max-width: 756px;
        min-height: 396px;
        height: 100%;
    }
    .compatibility-rings__item img {
        min-height: auto;
        height: 380px;
    }
    .thickness-rings__info {
        gap: 24px;
        padding: 30px;
        max-width: 334px;
    }
}
@media screen and (max-width: 1199px) {
    .thickness-rings {
        padding: 60px 0 70px;
    }
    .thickness-rings__container {
        gap: 26px;
    }
    .thickness-rings__container > .text-rings {
        max-width: 610px;
    }
    .thickness-rings__list {
        gap: 26px;
    }
    .thickness-rings__item {
        gap: 26px;
    }
    .thickness-rings__item img {
        max-width: 610px;
        min-height: 388px;
    }
    .compatibility-rings__item img {
        min-height: auto;
        height: 280px;
    }
    .thickness-rings__info {
        padding: 26px;
    }
}
@media screen and (max-width: 991px) {
    .thickness-rings {
        padding: 50px 0 60px;
    }
    .thickness-rings__container {
        gap: 20px;
    }
    .thickness-rings__container > .text-rings {
        max-width: 100%;
    }
    .thickness-rings__list {
        gap: 20px;
    }
    .thickness-rings__item {
        flex-direction: column;
        gap: 0;
    }
    .thickness-rings__item img {
        max-width: 100%;
        min-height: auto;
        height: 267px;
    }
    .thickness-rings__info {
        gap: 18px;
        padding: 26px;
        max-width: 100%;
    }
    .thickness-rings__item--reverse {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .thickness-rings {
        padding: 40px 0 50px;
    }
}
@media screen and (max-width: 567px) {
    .thickness-rings {
        padding: 30px 0 40px;
    }
    .thickness-rings__container {
        gap: 18px;
    }
    .thickness-rings__list {
        gap: 18px;
    }
    .thickness-rings__item img {
        height: 170px;
        border-radius: 8px;
    }
    .compatibility-rings__item img {
        height: 150px;
    }
    .thickness-rings__info {
        gap: 16px;
        padding: 16px;
        border-radius: 8px;
    }
}
/* ergonomic---------------------------------------------------------------------------------------- */
.ergonomic-rings {
    display: flex;
    justify-content: center;
    padding: 100px 0;
}
.ergonomic-rings__wrapper {
    position: relative;
    max-width: var(--width-rings);
    width: 100%;
}
.ergonomic-rings__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ergonomic-rings__inner img {
    width: 942px;
    margin: 0 -443px 0 0;
}
.ergonomic-rings__info {
    display: flex;
    flex-direction: column;
    gap: var(--gap-rings);
    max-width: 800px;
    width: 100%;
}
.ergonomic-rings__info .text-rings,
.ergonomic-rings__info .title-rings {
    color: #1C1C1A;
}

@media screen and (max-width: 1699px) {
    .ergonomic-rings__inner img {
        width: 679px;
        margin: 0 -214px 0 0;
    }
    .ergonomic-rings__info {
        max-width: 640px;
    }
}
@media screen and (max-width: 1299px) {
    .ergonomic-rings {
        padding: 80px 0;
    }
    .ergonomic-rings__inner img {
        width: 633px;
        margin: 0 -199px 0 0;
    }
    .ergonomic-rings__info {
        max-width: 560px;
    }
}
@media screen and (max-width: 1199px) {
    .ergonomic-rings {
        padding: 70px 0;
    }
    .ergonomic-rings__inner img {
        width: 582px;
        margin: 0 -183px 0 0;
    }
    .ergonomic-rings__info {
        max-width: 485px;
    }
}
@media screen and (max-width: 991px) {
    .ergonomic-rings {
        padding: 60px 0;
    }
    .ergonomic-rings__inner {
        flex-direction: column;
        gap: 20px;
    }
    .ergonomic-rings__inner img {
        width: 100%;
        max-width: 744px;
        margin: 0;
        content: url(/image/catalog/landings/rings-low30mm/ergonomic-m.webp);
    }
    .ergonomic-rings__info {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .ergonomic-rings {
        padding: 50px 0;
    }
}
@media screen and (max-width: 567px) {
    .ergonomic-rings {
        padding: 40px 0;
    }
}
/* dimensions-------------------------------------------------------------------------------------- */
.dimensions-rings {
    display: flex;
    justify-content: center;
    padding: 0 0 100px 0;
}
.dimensions-rings__wrappper {
    position: relative;
    max-width: var(--width-rings);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dimensions-rings__wrappper img {
    width: 100%;
    max-width: 681px;
}
.dimensions-rings__inner {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--gap-rings);
}
.dimensions-rings .title-rings,
.dimensions-rings .text-rings {
    color: #1C1C1A;
}
.dimensions-rings__table {
    max-width: 746px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: -10px 0 0 0;
}
.dimensions-rings__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.dimensions-rings__col {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.dimensions-rings__th,
.dimensions-rings__tb {
    border-radius: 10px;
    background: #3B3B3B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14.5px;
}
.dimensions-rings__tb {
    background: #1C1C1A;
}
.dimensions-rings__th span,
.dimensions-rings__tb span {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
@media screen and (max-width: 1699px) {
    .dimensions-rings {
        padding: 0 0 80px 0;
    }
    .dimensions-rings__wrappper img {
        max-width: 556px;
    }
    .dimensions-rings__inner {
        max-width: 640px;
    }
    .dimensions-rings__table {
        max-width: 640px;
    }
}
@media screen and (max-width: 1299px) {
    .dimensions-rings__wrappper img {
        max-width: 496px;
    }
    .dimensions-rings__inner {
        max-width: 560px;
    }
}
@media screen and (max-width: 1199px) {
    .dimensions-rings__wrappper img {
        max-width: 445px;
    }
    .dimensions-rings__inner {
        max-width: 485px;
    }
    .dimensions-rings__table {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 991px) {
    .dimensions-rings__wrappper {
        flex-direction: column-reverse;
        gap: 32px;
    }
    .dimensions-rings__wrappper img {
        max-width: 684px;
    }
    .dimensions-rings__inner {
        max-width: 100%;
    }
    .dimensions-rings__table {
        display: grid;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .dimensions-rings__table {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 567px) {
    .dimensions-rings__wrappper {
        gap: 18px;
    }
    .dimensions-rings__th,
    .dimensions-rings__tb {
        border-radius: 8px;
        padding: 8px;
    }
    .dimensions-rings__table {
        margin: -8px 0 0 0;
    }
}
/* reliable-------------------------------------------------------------------------------------------------- */
.reliable-rings {
    display: flex;
    justify-content: center;
    padding: 290px 0;
    background-image: url(/image/catalog/landings/rings-low30mm/reliable-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.reliable-rings__wrapper {
    max-width: var(--width-rings);
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.reliable-rings__inner {
    display: flex;
    flex-direction: column;
    gap: var(--gap-rings);
    max-width: 800px;
    width: 100%;
}
.reliable-rings__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.rings-recall {
    max-width: 343px;
    width: 100%;
    border-radius: 6px;
    background: #BD9A5F;
    border: 1px solid #BD9A5F;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.rings-recall:hover {
    color: #BD9A5F;
    background: #FFF;
}
@media screen and (max-width: 1699px) {
    .reliable-rings {
        padding: 165px 0 235px;
    }
    .reliable-rings__inner {
        max-width: 640px;
    }
}
@media screen and (max-width: 1299px) {
    .reliable-rings {
        padding: 140px 0 194px;
    }
    .reliable-rings__info {
        gap: 30px;
    }
    .reliable-rings__inner {
        max-width: 560px;
    }
}
@media screen and (max-width: 1199px) {
    .reliable-rings {
        padding: 83px 0 146px;
    }
    .reliable-rings__info {
        gap: 26px;
    }
    .reliable-rings__inner {
        max-width: 485px;
    }
}
@media screen and (max-width: 991px) {
    .reliable-rings {
        padding: 0 0 68vw 0;
        background-image: url(/image/catalog/landings/rings-low30mm/reliable-bg-m.webp);
        background-size: 100%;
        background-position: center bottom;
    }
    .reliable-rings__inner {
        max-width: 100%;
    }
    .reliable-rings__info {
        gap: 20px;
    }
}
@media screen and (max-width: 567px) {
    .rings-recall {
        font-size: 16px;
        max-width: 100%;
    }
}
/* faq----------------------------------------------------------------------------------------------------- */

.faq-rings {
    display: flex;
    justify-content: center;
    padding: 100px 0;
}
.faq-rings .title-rings {
    color: #1C1C1A;
}
.faq-rings__wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap-rings);
    max-width: var(--width-rings);
    width: 100%;
}
.faq-rings__accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1100px;
    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: "Prosto One";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: start;
    margin: 0;
}
.faq-rings__icon {
    position: relative;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease;
    background-image: url(/image/catalog/landings/rings-low30mm/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 {
        padding: 80px 0;
    }
    .faq-rings__accordion {
        max-width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .faq-rings {
        padding: 60px 0;
    }
    .faq-rings__title {
        font-size: 20px;
    }
    .faq-rings__accordion {
        gap: 16px;
    }
    .faq-rings__header {
        gap: 50px;
    }
}
@media screen and (max-width: 767px) {
    .faq-rings {
        padding: 50px 0;
    }
    .faq-rings__header {
        gap: 20px;
    }
    .faq-rings__accordion {
        gap: 12px;
    }
}
@media screen and (max-width: 567px) {
    .faq-rings {
        padding: 40px 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;
    }
}