@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prosto+One&display=swap');
.cap-landing {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cap-landing section {
    max-width: var(--width-cap);
    width: 100%;
}
.cap-landing * {
    box-sizing: border-box;
}
:root {
    --gap-cap: 50px;
    --padding-fm: 0 50px;
    --width-cap: 1600px;
    --text-gap: 20px;
}
.title-cap {
    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-cap {
    color: #111;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    text-transform: uppercase;
}
.text-cap {
    color: #111;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin: 0;
}
.text-cap 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-cap: 1280px;
    }
}
@media screen and (max-width: 1299px) {
    :root {
        --width-cap: 1120px;
        --gap-cap: 30px;
    }
}
@media screen and (max-width: 1199px) {
    :root {
        --width-cap: 972px;
        --gap-cap: 20px;
        --text-gap: 16px;
    }
    .title-cap {
        font-size: 40px;
    }
    .subtitle-cap {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    :root {
        --width-cap: 744px;
    }
    .title-cap {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --width-cap: 544px;
    }
    .title-cap {
        font-size: 30px;
    }
    .subtitle-cap {
        font-size: 26px;
    }
}
@media screen and (max-width: 567px) {
    :root {
        --width-cap: calc(100% - 20px);
        --gap-cap: 20px;
        --text-gap: 12px;
    }
    .title-cap {
        font-size: 20px;
    }
    .text-cap {
        font-size: 14px;
    }
    .subtitle-cap {
        font-size: 18px;
    }
}
@media screen and (max-width: 380px) {
    /* :root {
        --width-cap: 297px;
    } */
}

/* product------------------------------------------------------------ */
.product-cap {
    position: relative;
}
.product-cap__picture {
}
.product-cap__img {
    max-width: 1600px;
    width: 100%;
}
.product-cap__logo {
    max-width: 148px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.15));
    -webkit-filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.15));
}
.product-cap__info {
    display: flex;
    flex-direction: column;
    gap: var(--gap-cap);
    max-width: 638px;
    width: 100%;
    position: absolute;
    left: 50px;
    bottom: 130px;
}
.product-cap__info .title-cap,
.product-cap__info .text-cap {
    color: #FFF;
}
.product-cap__info .text-cap {
    max-width: 585px;
}
.product-cap__info .title-cap span {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-cap__info .title-cap span {
    font-size: 36px;
    font-weight: 500;
    text-transform: none;
}
@media screen and (max-width: 1699px) {
    .product-cap__logo {
        bottom: 11px;
    }
    .product-cap__info {
        left: 50px;
        bottom: 100px;
    }
    .product-cap__info .text-cap {
        max-width: 383px;
    }
}
@media screen and (max-width: 1299px) {
    .product-cap__logo {
        bottom: 28px;
        max-width: 100px;
    }
    .product-cap__info {
        left: 50px;
        bottom: 100px;
    }
    .product-cap__info .text-cap {
        max-width: 426px;
    }
}
@media screen and (max-width: 1199px) {
    .product-cap__logo {
        bottom: 12px;
    }
    .product-cap__info {
        max-width: 520px;
        left: 30px;
        bottom: 70px;
    }
    .product-cap__info .text-cap {
        max-width: 380px;
    }
    .product-cap__info .title-cap span {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .product-cap__picture {
        position: relative;
    }
    .product-cap__logo {
        max-width: 70px;
        bottom: 20px;
    }
    .product-cap__info {
        padding: 42px 30px 0 30px;
        max-width: 100%;
        position: static;
    }
    .product-cap__info .title-cap,
    .product-cap__info .text-cap {
        color: #111;
    }
    .product-cap__info .text-cap {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .product-cap__logo {
        bottom: 7px;
    }
    .product-cap__info {
        padding: 20px 20px 0 20px;
    }
    .product-cap__info .title-cap span {
        font-size: 26px;
    }
}
@media screen and (max-width: 567px) {
    .product-cap__logo {
        bottom: 2.3vw;
        max-width: 50px;
    }
    .product-cap__info {
        padding: 15px 10px 0 10px;
    }
    .product-cap__info .title-cap span {
        font-size: 18px;
    }
}
@media screen and (max-width: 380px) {
    .product-cap__logo {
        bottom: 0;
    }
}


/* geometry---------------------------------------------------------------------------------------------- */
.geometry-cap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 70px 0;
}
.geometry-cap__wrap {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0 50px 0 0;
}
.geometry-cap__picture {
    position: relative;
    padding: 26px 0 0 0;
}
.geometry-cap__picture::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    height: 540px;
    background-image: url(/image/catalog/landings/outdoor-black/semicircle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.geometry-cap__picture img {
    max-width: 895px;
    width: 100%;
}
.geometry-cap__wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: end;
    max-width: 605px;
    width: 100%;
}
.geometry-cap__item:nth-child(2) {
    max-width: 535px;
}
.geometry-cap__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: 100%;
    transition: all 0.3s ease;
    filter:
        drop-shadow(0 18px 28px rgba(0, 0, 0, 0.1))
        drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
}
.geometry-cap__item:hover {
    filter:
        drop-shadow(0 18px 28px rgba(0, 0, 0, 0.2))
        drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
    transform: translateY(-3px);
}
.geometry-cap__item::after{
    content: "";
    position: absolute;
    inset: 0;
    background: #F7F7F7;
    border-radius: 10px;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.geometry-cap__item::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;             
    width: 112px;
    height: 112px;
    background: #F7F7F7;
    border-radius: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -2;
}
.geometry-cap__item,
.geometry-cap__item *{
    overflow: visible;
}
.geometry-cap__item:nth-child(1)::before {
    width: 128px;
    height: 128px;
}
@media screen and (max-width: 1699px) {
    .geometry-cap {
        margin: 100px 0;
    }
    .geometry-cap__picture {
        padding: 57px 0 0 0;
    }
    .geometry-cap__picture img {
        max-width: 651px;
    }
    .geometry-cap__wrap ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: end;
        max-width: 530px;
        width: 100%;
    }
    .geometry-cap__item:nth-child(1),
    .geometry-cap__item:nth-child(3) {
        max-width: 530px;
    }
    .geometry-cap__item:nth-child(1)::before {
        width: 128px;
        height: 128px;
    }
}
@media screen and (max-width: 1299px) {
    .geometry-cap__picture {
        padding: 100px 0 0 0;
        margin: 0 0 0 -24px;
    }
    .geometry-cap__picture::after {
        top: 65px;
        right: 12px;
        width: 200px;
        height: 420px;
    }
    .geometry-cap__picture img {
        max-width: 558px;
        position: relative;
        z-index: 2;
    }
    .geometry-cap__wrap ul {
        max-width: 542px;
    }
    .geometry-cap__item {
        gap: 10px;
    }
    .geometry-cap__item::before{
        left: 8px;             
        width: 105px;
        height: 105px;
    }
    .geometry-cap__item:nth-child(1)::before {
        width: 120px;
        height: 120px;
    }
}
@media screen and (max-width: 1199px) {
    .geometry-cap {
        margin: 70px 0;
    }
    .geometry-cap__wrap {
        padding: 0 30px 0 0;
    }
    .geometry-cap__picture {
        padding: 98px 0 0 0;
        margin: 0;
    }
    .geometry-cap__picture::after {
        top: 70px;
        right: 0;
        width: 200px;
        height: 390px;
    }
    .geometry-cap__picture img {
        max-width: 510px;
    }
    .geometry-cap__wrap ul {
        max-width: 458px;
    }
    .geometry-cap__item::before{
        left: 8px;             
        width: 115px;
        height: 115px;
    }
    .geometry-cap__item:nth-child(1)::before {
        width: 115px;
        height: 115px;
    }
}
@media screen and (max-width: 991px) {
    .geometry-cap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin: 120px 0;
    }
    .geometry-cap__wrap {
        flex-direction: column;
        gap: 50px;
        padding: 0 30px;
    }
    .geometry-cap__picture {
        padding: 0;
    }
    .geometry-cap__picture::after {
        background-image: none;
        top: auto;
        bottom: -23px;
        right: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        border-radius: 50%;
        border: 3px dashed #E6E6E6;
        clip-path: inset(55% 0 0 0);
    }
    .geometry-cap__picture img {
        max-width: 640px;
        z-index: 0;
    }
    .geometry-cap__wrap ul {
        gap: 30px;
        max-width: 100%;
    }
    .geometry-cap__item {
        filter:
            drop-shadow(0 18px 28px rgba(0, 0, 0, 0.08))
            drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
    }
    .geometry-cap__item:nth-child(1),
    .geometry-cap__item:nth-child(2),
    .geometry-cap__item:nth-child(3) {
        max-width: 100%;
    }

    .geometry-cap__item::before{
        content: none;
    }
    
}
@media screen and (max-width: 767px) {
    .geometry-cap {
        margin: 110px 0;
    }
    .geometry-cap__wrap {
        padding: 0 20px;
        gap: 45px;
    }
    .geometry-cap__wrap ul {
        gap: 20px;
    }
    .geometry-cap__picture::after {
        bottom: -8px;
    }
}
@media screen and (max-width: 567px) {
    .geometry-cap {
        margin: 100px 0;
        padding: 0 10px;
    }
    .geometry-cap__wrap {
        padding: 0;
        gap: 30px;
    }
    .geometry-cap__wrap ul {
        gap: 10px;
    }
    .geometry-cap__item {
        gap: 10px;
        padding: 20px 10px;
    }
    .geometry-cap__item:hover {
        filter: none;
        transform: none;
    }
}

/* quality--------------------------------------- */
.quality-cap{
    display: grid;
    gap: 20px;
    padding: 0 50px;
    margin: 0 0 200px 0;
}
.quality-cap__wrap,
.quality-cap__img{
    border-radius: 10px; 
}
.quality-cap__wrap{
    background: #F7F7F7;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.quality-cap__wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quality-cap__wrap ul li {
    display: flex;
    gap: 10px;
    align-items: start;
}
.quality-cap__wrap ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #BD9A5F;
    aspect-ratio: 1 / 1;
    transform: rotate(45deg) translateY(6px);
}
.quality-cap__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.quality-cap__wrap{ grid-area: wrap; }
.quality-cap__img-1{ grid-area: img1; }
.quality-cap__img-2{ grid-area: img2; }
.quality-cap__img-3{ grid-area: img3; }
.quality-cap__img-4{ grid-area: img4; }
.quality-cap__img-5{ grid-area: img5; }

.quality-cap{
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
        "wrap wrap img1 img2"
        "img3 img4 img5 img5";
}

@media screen and (max-width: 1699px) {
  .quality-cap{
    margin: 100px 0 200px 0;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
        "wrap wrap img1 img2"
        "wrap wrap img5 img5"
        "img3 img4 img5 img5";
  }
}
@media screen and (max-width: 1299px) {
    .quality-cap{
        margin: 50px 0 150px 0;
    }
    .quality-cap__wrap{
        padding: 30px 30px 42px 30px;
        gap: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .quality-cap{
        margin: 60px 0 130px 0;
        padding: 0 30px;
    }
    .quality-cap {
        gap: 14px;
    }
    .quality-cap__wrap{
        padding: 20px 20px 40px 20px;
        gap: 20px;
    }
}
@media screen and (max-width: 991px) {
    .quality-cap{
        margin: 0 0 120px 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
        "wrap wrap"
        "img3 img4"
        "img5 img5"
        "img1 img2";
    }
    .quality-cap__wrap{
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .quality-cap{
        margin: 0 0 110px 0;
        padding: 0 20px;
    }
}
@media screen and (max-width: 567px) {
    .quality-cap{
        margin: 0 0 100px 0;
        padding: 0 10px;
        gap: 10px;
    }
    .quality-cap__wrap{
        padding: 20px;
    }
}


/* size----------------------------------------------------------------------------- */
.size-cap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.size-cap .text-cap {
    max-width: 986px;
}
.size-cap__wrap{
    width: 100%;
}
.size-cap__inner{
    display: flex;
    align-items: center;
    gap: 20px;          
    width: max-content;
    will-change: transform;
}
.size-cap__inner img{
    height: auto;           
    width: 360px;
    display: block;
    flex: 0 0 auto;
    border-radius: 10px;     
    object-fit: cover;
}
.size-cap__inner--left{
    animation: size-marquee-left 50s linear infinite;
}

.size-cap__inner--right{
    display: none;
    margin-top: 12px;
    animation: size-marquee-right 50s linear infinite;
}
@media screen and (max-width: 1699px) {
    .size-cap__inner img{          
        width: 300px;
    }
}
@media screen and (max-width: 1299px) {
    .size-cap__inner img{          
        width: 260px;
    }
}
@media screen and (max-width: 1199px) {
    .size-cap {
        gap: 30px;
    }
    .size-cap .text-cap,
    .size-cap .title-cap{
        padding: 0 30px;
    }
    .size-cap__inner img{          
        width: 220px;
    }
}
@media screen and (max-width: 991px) {
    .size-cap {
        gap: 20px;
    }
    .size-cap__inner--right{
        display: flex;
    }
    .size-cap__inner{
        gap: 12px;
    }
}
@media screen and (max-width: 767px) {
    .size-cap .text-cap,
    .size-cap .title-cap{
        padding: 0 20px;
    }
}
@media screen and (max-width: 567px) {
    .size-cap .text-cap,
    .size-cap .title-cap{
        padding: 0 10px;
    }
    .size-cap__inner{
        gap: 10px;
    }
    .size-cap__inner img{          
        width: 170px;
    }
}
@keyframes size-marquee-left{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@keyframes size-marquee-right{
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* если у пользователя сниженная анимация */
@media (prefers-reduced-motion: reduce){
  .size-cap__inner{ animation: none !important; }
}

/* buy-------------------------------------------------------------------------------------------- */
.buy-cap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 200px 0;
    padding: 0 50px;
    text-align: center;
}
.buy-cap__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.buy-cap__wrap h4 {
    color: #111;
    text-align: center;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
}
.buy-cap__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.buy-cap__info b {
    font-weight: 600;
}
.buy-cap__info b a {
    color: #BD9A5F;
    text-decoration: none;
    text-wrap: nowrap;
}
.buy-cap__info b a:hover {
    color: #BD9A5F;
}
.buy-cap img {
    max-width: 1500px;
    width: 100%;
}

@media screen and (max-width: 1699px) {
    .buy-cap {
        margin: 180px 0;
    }
}
@media screen and (max-width: 1299px) {
    .buy-cap {
        margin: 150px 0;
    }
}
@media screen and (max-width: 1199px) {
    .buy-cap {
        margin: 130px 0;
        padding: 0 30px;
    }
}
@media screen and (max-width: 991px) {
    .buy-cap {
        margin: 120px 0;
    }
}
@media screen and (max-width: 767px) {
    .buy-cap {
        margin: 110px 0;
        padding: 0 20px;
    }
    .buy-cap__wrap h4 {
        font-size: 20px;
    }
}
@media screen and (max-width: 567px) {
    .buy-cap {
        margin: 100px 0;
        padding: 0 10px;
    }
    .buy-cap__wrap h4 {
        font-size: 16px;
    }
}




/* faq----------------------------------------------------------------------------------------------------- */

.faq-rings {
    display: flex;
    justify-content: center;
    padding: 0 50px;
}
.faq-rings .title-cap {
    text-align: center;
}
.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/outdoor-black/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;
    }
    .faq-rings__body {
        padding: 0 20px 20px 20px;
    }
}
@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 {
        font-size: 14px;
    }
    .faq-rings__title {
        font-size: 16px;
    }
}
@media screen and (max-width: 380px) {
    .faq-rings__header {
        gap: 10px;
    }
}