.category-info {
    overflow: visible!important;
}
.alandings {
    font-family: 'Montserrat' !important;
    margin: 0 auto;
    padding: 0;
}

.product-content:has(.alandings) {
    padding: 0 5px;
}

.ahardware {
    margin: 0;
    padding: 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(/image/catalog/landings/beepod-1240/ahardware_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    border-radius: 0 50px;
    min-height: 900px;
}

.ahardware__image {
    display: none;
}

.ahardware__image-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
}

.ahardware__image-wrapper img:nth-child(1) {
    margin: 0;
    width: 298px;
    height: 298px;
    border-radius: 15px;
    box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.25);
    object-fit: cover;
}

.ahardware__image-wrapper img:nth-child(2) {
    margin: 64px 0 0;
    width: 298px;
    height: 404px;
    border-radius: 15px;
    box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.25);
    object-fit: cover;
}

.ahardware__text {
    margin: -15px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 711px;
}

.ahardware__text h2 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.ahardware__text h2 span {
    font-size: 36px;
    font-weight: 500;
    text-transform: none;
}

.ahardware__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.ahardware__liqudglass{
    position:absolute;
    bottom:70px;
    right:70px;
    width:209px;
    height:209px;
  
    border-radius:999px;
    overflow:hidden;
  
    /* “стеклянная” обводка/тень */
    border: 1px solid rgba(255,255,255,.28);
    box-shadow:
      0 24px 60px rgba(0,0,0,.35),
      inset 0 1px 0 rgba(255,255,255,.35);
  
    display:flex;
    align-items:center;
    justify-content:center;
  
    /* переменные, которые выставит JS */
    --lg-bg: none;
    --lg-bgw: 0px;
    --lg-bgh: 0px;
    --lg-bgx: 0px;
    --lg-bgy: 0px;
}
  
  /* Слой “преломления”: тот же фон, но сдвинутый и искажённый фильтром */
.ahardware__liqudglass::before{
    content:"";
    position:absolute;
    inset:-22px;               /* было -14px, увеличили чтобы не обрезало сильную деформацию */
    border-radius:999px;
  
    background-image: var(--lg-bg);
    background-repeat:no-repeat;
    background-size: var(--lg-bgw) var(--lg-bgh);
    background-position: var(--lg-bgx) var(--lg-bgy);
  
    filter: url(#lg-drop);
    transform: scale(2.14);    /* было 1.06 — сильнее “капля” */
}

.ahardware__liqudglass svg {
    margin: auto;
    object-fit: contain;
    width: 150px;
    z-index: 2;
}

@media screen and (max-width: 1599px) {
    .ahardware {
        padding: 50px;
        min-height: 777px;
    }
    .ahardware__image-wrapper img:nth-child(1) {
        width: 238px;
        height: 238px;
    }
    .ahardware__image-wrapper img:nth-child(2) {
        margin: 51px 0 0;
        width: 238px;
        height: 322px;
    }
    .ahardware__text {
        margin: -25px 0 0;
    }
    .ahardware__liqudglass{
        bottom:60px;
        right:60px;
    }
}

@media screen and (max-width: 1344px) {
    .ahardware {
        min-height: 696px;
    }
    .ahardware__image-wrapper {
        gap: 65px;
    }
    .ahardware__image-wrapper img:nth-child(1) {
        width: 213px;
        height: 213px;
    }
    .ahardware__image-wrapper img:nth-child(2) {
        margin: 0;
        width: 213px;
        height: 291px;
    }
    .ahardware__text {
        max-width: 572px;
    }
    .ahardware__liqudglass{
        bottom:50px;
        right:50px;
    }
}

@media screen and (max-width: 1199px) {
    .ahardware {
        padding: 40px;
        min-height: 572px;
        background-position: center center;
    }
    .ahardware__image-wrapper {
        gap: 20px;
    }
    .ahardware__image-wrapper img:nth-child(1) {
        width: 203px;
        height: 125px;
    }
    .ahardware__image-wrapper img:nth-child(2) {
        margin: 0;
        width: 203px;
        height: 193px;
    }
    .ahardware__text {
        margin: 0;
        max-width: 442px;
    }
    .ahardware__text h2 {
        font-size: 40px;
    }
    .ahardware__text h2 span {
        font-size: 32px;
    }
    .ahardware__liqudglass{
        bottom:40px;
        right:40px;
        width:160px;
        height:160px;
    }
    .ahardware__liqudglass svg {
        width: 115px;
    }
}

@media screen and (max-width: 991px) {
    .ahardware {
        border-radius: 0 40px;
    }
    .ahardware__image-wrapper {
        gap: 14px;
    }
    .ahardware__image-wrapper img:nth-child(1) {
        width: 150px;
        height: 100px;
    }
    .ahardware__image-wrapper img:nth-child(2) {
        width: 150px;
        height: 100px;
    }
    .ahardware__text {
        margin: auto 0 0;
        max-width: 364px;
    }
    .ahardware__liqudglass{
        width:135px;
        height:135px;
    }
    .ahardware__liqudglass::before{
        transform: scale(1.84);    /* было 1.06 — сильнее “капля” */
    }
    .ahardware__liqudglass svg {
        width: 97px;
    }
}

@media screen and (max-width: 767px) {
    .ahardware {
        padding: 0;
        background-image: unset;
        border-radius: 0 24px 24px 0;
        min-height: unset;
        overflow: hidden;
    }
    .ahardware__image {
        display: block;
        margin: 0;
        padding: 0;
        min-height: 522px;
        width: 100%;
        background-image: url(/image/catalog/landings/beepod-1240/ahardware_img.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 0 24px;
        z-index: 3;
    }
    .ahardware__image-wrapper {
        position: absolute;
        gap: 20px;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: calc(100% - 40px);
        z-index: 3;
    }
    .ahardware__image-wrapper img:nth-child(1) {
        width: 100%;
        height: 100px;
        border-radius: 8px;
    }
    .ahardware__image-wrapper img:nth-child(2) {
        width: 100%;
        height: 100px;
        border-radius: 8px;
    }
    .ahardware__text {
        margin: -88px 0 0;
        padding: 107px 20px 140px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: unset;
        background: linear-gradient(177deg, rgba(68, 58, 47, 0.00) -52.33%, #443A2F 93.12%), linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(169, 169, 169, 0.10);
        z-index: 2;
    }
    .ahardware__liqudglass{
        bottom: unset;
        top: 340px;
        right: 30px;
        width:150px;
        height:150px;      
        z-index: 4;
    }
    .ahardware__liqudglass svg {
        width: 108px;
    }
}

@media screen and (max-width: 567px) {
    .ahardware__image {
        min-height: 272px;
    } 
    .ahardware__image-wrapper img:nth-child(1) {
        height: 88px;
    }
    .ahardware__image-wrapper img:nth-child(2) {
        height: 88px;
    }
    .ahardware__text {
        padding: 107px 20px 130px;
    }
    .ahardware__text h2 {
        font-size: 22px;
    }
    .ahardware__text h2 span {
        font-size: 18px;
    }
    .ahardware__text p {
        font-size: 14px;
    }
    .ahardware__liqudglass{
        bottom: unset;
        top: 160px;
        right: 25px;
        width: 94px;
        height: 94px;
    }
    .ahardware__liqudglass svg {
        width: 68px;
    }
}



















.asprophs-advantages {
    margin: 150px 0;
    padding: 0;
    position: relative;
  }
  
  .asprophs-advantages__inner {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    z-index: 4;
  }
  
  .asprophs-advantages__head {
    margin: 0 0 0 535px;
  }
  
  .asprophs-advantages__title {
    margin: 0;
    padding: 0;
    color: #266141 !important;
    font-size: 64px !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    text-transform: uppercase;
  }
  
  .asprophs-advantages__subtitle {
    margin: 0;
    padding: 0;
    color: #333 !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
  }
  
  .asprophs-advantages__layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .asprophs-advantages__pages {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .asprophs-advantages__page {
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #7B7B7B;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    background-color: unset;
  }
  
  .asprophs-advantages__page.is-active {
    color: #2f5f49;
    padding: 0 0 0 61px;
    font-size: 32px;
  }
  
  .asprophs-advantages__page.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 4px;
    background: #2f5f49;
    transform: translateY(-50%);
  }
  
  .asprophs-advantages__slider {
    width: 100%;
    max-width: 1005px;
  }
  
  .asprophs-advantages__swiper {
    width: 100%;
  }
  
  .asprophs-advantages__media {
    position: relative;
    width: 100%;
    height: 353px;
    border-radius: 0 24px ;
    overflow: hidden;
  }
  
  .asprophs-advantages__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  
  .asprophs-advantages__badge {
    position: absolute;
    top: 30px;
    left: 30px;
    object-fit: contain;
    width: 29px;
  }
  
  .asprophs-advantages__caption {
    position: absolute;
    left: 30px;
    bottom: 30px;
    max-width: 340px;
    color: #ffffff !important;
    border-radius: 12px;
    padding: 20px;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
  
    /* важно для псевдо-слоёв */
    z-index: 2;
    overflow: hidden;
    isolation: isolate;
  }
  
  /* “стеклянная” подложка с liquid glass */
  .asprophs-advantages__caption::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
  
    /* оттенок как на скрине */
    background: rgba(0, 0, 0, 0.28);
  
    /* само размытие */
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    backdrop-filter: blur(10px) saturate(140%);
  
    /* жидкое искажение как у glassContainer 
    -webkit-filter: url(#asprophs-container-glass);
    filter: url(#asprophs-container-glass);*/
  
    overflow: hidden;
  }
  
  /* обводка + “блик” как у стекла */
  .asprophs-advantages__caption::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
  
    /* тонкая подсветка/обводка */
    box-shadow:
      inset 1px 2px 0px -2px rgba(255, 255, 255, 0.70),
      inset 0 0 3px 1px rgba(255, 255, 255, 0.35);
  
    /* лёгкий блик */
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.14) 0%,
      rgba(255, 255, 255, 0.06) 35%,
      rgba(255, 255, 255, 0.00) 60%
    );
  }

  
  .asprophs-advantages__controls {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
  }
  
  .asprophs-advantages__btn {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 0;            /* важно: убираем, чтобы не дублировался круг */
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;

    outline: none;
    -webkit-tap-highlight-color: transparent;
  
    /* плавность */
    transition: transform .18s ease, filter .18s ease, opacity .18s ease;
  }
  
  .asprophs-advantages__icon {
    width: 70px;          /* вместо 24px */
    height: 70px;         /* вместо 24px */
    display: block;
  }
  
  .asprophs-advantages__fraction {
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
  }
  
  .asprophs-advantages__current {
    color: #266141 !important;
  }
  
  .asprophs-advantages__sep {
    margin: 0 8px;
    color: #333 !important;
  }
  
  .asprophs-advantages__total {
    color: #333 !important;
  }
  
.asprophs-advantages__name {
    position: absolute;
    object-fit: contain;
    width: 100%;
    max-width: 1100px;
    right: 0;
    top: 83px;
    z-index: 2;
}

.asprophs-advantages__product {
    position: absolute;
    object-fit: contain;
    width: 100%;
    max-width: 371px;
    left: 114px;
    top: 0;
    z-index: 3;
}

.asprophs-advantages__btn:hover:not(:disabled) .asprophs-advantages__icon {
    fill: #266141;
}

.asprophs-advantages__btn:hover:not(:disabled) .asprophs-advantages__icon circle {
    stroke: #fff;
}

.asprophs-advantages__btn:hover:not(:disabled) .asprophs-advantages__icon path {
    stroke: #fff;
}


/* disabled */
.asprophs-advantages__btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

@media screen and (max-width: 1599px) {
    .asprophs-advantages__slider {
        max-width: 805px;
      }
}

@media screen and (max-width: 1344px) {
    .asprophs-advantages {
        margin: 130px 0;
      }
      .asprophs-advantages__page.is-active {
        padding: 0 0 0 58px;
      }
      .asprophs-advantages__slider {
        max-width: 678px;
      }
      .asprophs-advantages__name {
        max-width: 972px;
        top: 90px;
    }
}

@media screen and (max-width: 1199px) {
    .asprophs-advantages__inner {
        gap: 20px;
      }
      .asprophs-advantages__head {
        margin: 0 0 0 480px;
      }
      .asprophs-advantages__title {
        font-size: 40px !important;
      }
      .asprophs-advantages__subtitle {
        font-size: 32px !important;
      }
      .asprophs-advantages__swiper {
        margin: 0 0 0 auto;
        width: calc(100% - 372px);
      }
      .asprophs-advantages__caption {
        left: 20px;
        bottom: 20px;
      }
      .asprophs-advantages__layout {
        flex-direction: column;
        gap: 16px;
      }
      .asprophs-advantages__pages {
        display: none;
      }
      .asprophs-advantages__slider {
        max-width: 100%;
      }
      .asprophs-advantages__badge {
        top: 20px;
        left: 20px;
        width: 29px;
      }
      .asprophs-advantages__controls {
        display: flex;
      }
      .asprophs-advantages__controls {
        margin-top: 20px;
      }
      .asprophs-advantages__fraction {
        font-size: 32px !important;
        line-height: 120% !important;
        font-weight: 500 !important;
      }
      .asprophs-advantages__name {
        max-width: 769px;
        top: 48px;
    }
    .asprophs-advantages__product {
        max-width: 332px;
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .asprophs-advantages {
        margin: 100px 0;
    }
    .asprophs-advantages__inner {
        gap: 30px;
      }
      .asprophs-advantages__head {
        margin: 0;
      }
      .asprophs-advantages__swiper {
        margin: 0 0 0 auto;
        width: calc(100% - 278px);
      }
      .asprophs-advantages__caption {
        max-width: 222px;
      }
      .asprophs-advantages__name {
        max-width: 544px;
        top: 60px;
    }
    .asprophs-advantages__product {
        max-width: 233px;
        left: 0;
        top: 115px;
    }
}

@media screen and (max-width: 767px) {
    .asprophs-advantages {
        margin: 80px 0;
    }
    .asprophs-advantages__swiper {
        margin: 0 0 0 auto;
        width: 100%;
      }
      .asprophs-advantages__head {
        max-width: 265px;
      }
      .asprophs-advantages__media {
        height: 319px;
      }
      .asprophs-advantages__name {
        max-width: 420px;
        top: 100px;
    }
    .asprophs-advantages__product {
        max-width: 255px;
        left: unset;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 567px) {
    .asprophs-advantages {
        margin: 60px 0;
    }
    .asprophs-advantages__inner {
        gap: 38px;
      }
      .asprophs-advantages__head {
        max-width: 200px;
      }
      .asprophs-advantages__title {
        font-size: 22px !important;
      }
      .asprophs-advantages__subtitle {
        font-size: 18px !important;
      }
      .asprophs-advantages__media {
        height: 201px;
      }
      .asprophs-advantages__badge {
        top: 10px;
        left: 10px;
      }
      .asprophs-advantages__caption {
        left: 10px;
        bottom: 10px;
        max-width: 150px;
        border-radius: 8px;
        padding: 10px;
        font-size: 12px !important;
      }
      .asprophs-advantages__fraction {
        font-size: 16px !important;
      }
      .asprophs-advantages__name {
        max-width: 227px;
        top: 70px;
    }
    .asprophs-advantages__product {
        max-width: 127px;
        left: unset;
        right: 0;
        top: 0;
    }
    .asprophs-advantages__sep {
        margin: 0 2px;
      }
}

.avideos {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    z-index: 3;
}

.avideos__visual {
    margin: 0;
    padding: 304px 70px 0;
    min-height: 524px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-image: url(/image/catalog/landings/beepod-1240/avideos_bg.webp);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 2;
}

.avideos__play {
    position: absolute;
    top: 184px;
    left: 297px;
    object-fit: contain;
    z-index: 4;
    cursor: pointer;
}

.avideos__visual-text {
    position: relative;
    border-radius: 12px;
    padding: 20px;
    z-index: 2;
    overflow: hidden;
    isolation: isolate;
    max-width: fit-content;
}

.avideos__visual-text::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
  
    /* оттенок как на скрине */
    background: rgba(0, 0, 0, 0.28);
  
    /* само размытие */
    -webkit-backdrop-filter: blur(1px) saturate(140%);
    backdrop-filter: blur(1px) saturate(140%);
  
    /* жидкое искажение как у glassContainer */
    -webkit-filter: url(#avideos-container-glass);
    filter: url(#avideos-container-glass);
  
    overflow: hidden;
}

.avideos__visual-text::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
  
    /* тонкая подсветка/обводка */
    box-shadow:
      inset 1px 2px 0px -2px rgba(255, 255, 255, 0.70),
      inset 0 0 3px 1px rgba(255, 255, 255, 0.35);
  
    /* лёгкий блик */
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.14) 0%,
      rgba(255, 255, 255, 0.06) 35%,
      rgba(255, 255, 255, 0.00) 60%
    );
}

.avideos__visual-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.avideos__beepod {
    margin: -420px 0 0;
    padding: 128px 82px;
    display: flex;
    min-height: 765px;
    background-image: url(/image/catalog/landings/beepod-1240/avideos_img.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
  
.avideos__beepod-text {
    margin: auto auto 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 542px;
}

.avideos__beepod-text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
}

.avideos__beepod-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}








.avideos-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
  }
  
  .avideos-modal.is-open {
    display: flex;
  }
  
  .avideos-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.72);
  }
  
  .avideos-modal__dialog {
    position: relative;
    width: min(1000px, calc(100% - 32px));
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  }
  
  .avideos-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    color: #fff;
    background: rgba(255,255,255,0.12);
    font-size: 28px;
    line-height: 42px;
  }
  
  .avideos-modal__close:hover {
    background: rgba(255,255,255,0.18);
  }
  
  /* 16:9 контейнер */
  .avideos-modal__ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  
  .avideos-modal__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  

@media screen and (max-width: 1599px) {
      .avideos__visual {
          padding: 262px 50px 0;
      }
      .avideos__play {
          top: 142px;
          left: 277px;
      }
      .avideos__beepod {
          margin: -400px 0 0;
          padding: 80px 50px;
          min-height: 660px;
          background-image: url(/image/catalog/landings/beepod-1240/avideos_img-great.webp);
      }
}

@media screen and (max-width: 1344px) {
    .avideos__visual {
        padding: 224px 50px 0;
    }
    .avideos__play {
        top: 104px;
        left: 277px;
    }
    .avideos__beepod {
        margin: -400px 0 0;
        padding: 60px 50px;
        min-height: 590px;
        background-image: url(/image/catalog/landings/beepod-1240/avideos_img-big.webp);
    }
    .avideos__beepod-text {
        max-width: 440px;
    }
}

@media screen and (max-width: 1199px) {
    .avideos__visual {
        padding: 173px 40px 0;
        min-height: 335px;
    }
    .avideos__play {
        top: 63px;
        left: 175px;
    }
    .avideos__visual-text p {
        font-size: 40px;
    }
    .avideos__beepod {
        margin: -260px 0 0;
        padding: 40px;
        min-height: 486px;
        background-image: url(/image/catalog/landings/beepod-1240/avideos_img-middle.webp);
    }
    .avideos__beepod-text {
        gap: 16px;
        max-width: 442px;
    }
    .avideos__beepod-text h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .avideos__visual {
        padding: 128px 40px 0;
        min-height: 260px;
    }
    .avideos__play {
        top: 40px;
        left: 161px;
    }
    .avideos__beepod {
        margin: -200px 0 0;
        padding: 40px;
        min-height: 440px;
        background-image:
        url("/image/catalog/landings/beepod-1240/avideos_img-mini.webp"),
        url("/image/catalog/landings/beepod-1240/avideos_img-union.webp");
        background-position:
        center top,
        center bottom;
        background-size:
        100% 370px,
        100% calc(100% - 360px);
    }
}

@media screen and (max-width: 767px) {
    .avideos__visual {
        padding: 146px 0 0;
        min-height: 350px;
    }
    .avideos__play {
        top: 48px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .avideos__visual-text {
        margin: 0 auto;
    }
    .avideos__beepod {
        margin: calc(-103.643216px - 12.562814vw) 0 0;
        padding: 250px 20px 60px;
        min-height: unset;
        background-image:
        url("/image/catalog/landings/beepod-1240/avideos_img-mini.webp"),
        url("/image/catalog/landings/beepod-1240/avideos_img-union-2.webp");
        background-position:
        center top,
        center bottom;
        background-size:
        100% auto,
        100% calc(100% - 210px);
    }
    .avideos__beepod-text {
        margin: auto 0 0 0;
        gap: 16px;
        max-width: unset;
    }
}

@media screen and (max-width: 567px) {
    .avideos__visual {
        padding: 146px 0 0;
        min-height: 120vw;
        background-image: url(/image/catalog/landings/beepod-1240/avideos_bg-micro.webp);
        background-position: center;
    }
    .avideos__play {
        top: 49px;
    }
    .avideos__visual-text p {
        font-size: 22px;
    }
    .avideos__beepod {
        margin: -60vw 0 0;
        padding: 70vw 20px 40px;
        min-height: unset;
        background-image:
        url("/image/catalog/landings/beepod-1240/avideos_img-micro.webp"),
        url("/image/catalog/landings/beepod-1240/avideos_img-union-2.webp");
        background-position:
        center top,
        center bottom;
        background-size:
        100% auto,
        100% calc(100% - 300px);
    }
    .avideos__beepod-text h3 {
        font-size: 18px;
    }
    .avideos__beepod-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 467px) {
    .avideos__beepod {
        margin: -60vw 0 0;
        padding: 70vw 20px 40px;
        min-height: unset;
        background-image:
        url("/image/catalog/landings/beepod-1240/avideos_img-micro.webp"),
        url("/image/catalog/landings/beepod-1240/avideos_img-union-2.webp");
        background-position:
        center top,
        center bottom;
        background-size:
        100% auto,
        100% calc(100% - 250px);
    }
}



.aadjustments {
    margin: -100px 0;
    padding: 120px 178px 120px 67px;
    background-image: url(/image/catalog/landings/beepod-1240/aadjustments_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: grid;
    grid-template-columns: 1fr 683px;
    grid-template-rows: 1fr minmax(min-content, max-content);
    column-gap: 100px;
    row-gap: 68px;
}

.adjustment-minheight {
    grid-area: 1 / 1 / 3 / 2;
    margin: 0;
    object-fit: contain;
    width: 100%;
}

.adjustment-maxheight {
    grid-area: 2 / 2 / 3 / 3;
    margin: 0;
    object-fit: contain;
    width: 100%;
}

.aadjustments-text {
    grid-area: 1 / 2 / 2 / 3;
    margin: 77px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.aadjustments-text-head {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.aadjustments-text-head h2 {
    margin: 0;
    color: #266141;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aadjustments-text-head h3 {
    margin: 0;
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
}

.aadjustments-text p {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .aadjustments {
        padding: 120px 100px 120px 50px;
        grid-template-columns: 1fr 631px;
        column-gap: 34px;
        row-gap: 68px;
    }
    .aadjustments-text {
        margin: 0;
    }
}

@media screen and (max-width: 1344px) {
    .aadjustments {
        padding: 120px 50px 120px 50px;
        grid-template-columns: 1fr 554px;
        column-gap: 33px;
        row-gap: unset;
        align-content: space-between;
    }
    .aadjustments-text {
        margin: 41px 0 0;
    }
}

@media screen and (max-width: 1199px) {
    .aadjustments {
        padding: 120px 40px 120px 40px;
        grid-template-columns: 1fr 420px;
        column-gap: 82px;
    }
    .aadjustments-text {
        margin: 0;
    }
    .aadjustments-text-head h2 {
        font-size: 40px;
    }
    .aadjustments-text-head h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .aadjustments {
        padding: 120px 40px 120px 40px;
        grid-template-columns: 1fr 368px;
        column-gap: 35px;
        row-gap: 18px;
    }
    .adjustment-minheight {
        margin: auto 0;
        content: url(/image/catalog/landings/beepod-1240/aadjustments_min-middle.svg);
    }
    .adjustment-maxheight {
        content: url(/image/catalog/landings/beepod-1240/aadjustments_max-middle.svg);
    }
}

@media screen and (max-width: 767px) {
    .aadjustments {
        padding: 120px 20px 120px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        column-gap: 18px;
    }
    .adjustment-minheight {
        grid-area: 2 / 1 / 3 / 2;
        margin: 0 auto;
        max-width: 282px;
    }
    .adjustment-maxheight {
        grid-area: 3 / 1 / 4 / 2;
        margin: 0 auto;
        max-width: 480px;
    }
    .aadjustments-text {
        grid-area: 1 / 1 / 2 / 2;
    }
}

@media screen and (max-width: 567px) {
    .aadjustments-text {
        gap: 16px;
    }
    .aadjustments-text-head h2 {
        font-size: 22px;
    }
    .aadjustments-text-head h3 {
        font-size: 18px;
    }
    .aadjustments-text p {
        font-size: 14px;
    }
}

.afeatures {
    margin: 150px 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 150px;
}

.acarbon {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
}

.acarbon__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 767px;
    height: 100%;
    background-image: url(/image/catalog/landings/beepod-1240/acarbon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 40px;
    z-index: 2;
}

.acarbon__content {
    margin: 33px 75px 33px auto;
    padding: 30px;
    position: relative;
    display: flex;
    max-width: 758px;
    z-index: 3;
    border-radius: 24px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.00) 18.76%, #443A2F 85.83%), linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(169, 169, 169, 0.10);
}

.acarbon__content-text {
    margin: 0;
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #fff;
    border-radius: 24px;
}

.acarbon__content-text-head {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.acarbon__content-text h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.acarbon__content-text h3 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.acarbon__content-text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}









.arubber {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
}

.arubber__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 767px;
    height: 100%;
    background-image: url(/image/catalog/landings/beepod-1240/arubber.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 40px;
    z-index: 2;
}

.arubber__content {
    margin: 33px auto 33px 44px;
    padding: 30px;
    position: relative;
    display: flex;
    max-width: 758px;
    z-index: 3;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.00) 18.76%, #443A2F 85.83%), linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(169, 169, 169, 0.10);
}

.arubber__content-text {
    margin: 0;
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #fff;
    border-radius: 24px;
}

.arubber__content-text-head {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.arubber__content-text h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.arubber__content-text h3 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.arubber__content-text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}





@media screen and (max-width: 1599px) {
    .acarbon__content {
        margin: 33px 0 33px auto;
    }
    .arubber__content {
        margin: 33px auto 33px 0;
    }
}

@media screen and (max-width: 1344px) {
    .afeatures {
        margin: 130px 0;
        gap: 130px;
    }
}

@media screen and (max-width: 1199px) {
    .acarbon {
        flex-direction: column;
    }
    .acarbon__bg {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: 400px;
    }
    .acarbon__content {
        margin: -65px 0 0;
        max-width: 100%;
        height: calc(100% - 335px);
        border-radius: 24px;
    }
    .arubber {
        flex-direction: column;
    }
    .arubber__bg {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: 400px;
    }
    .arubber__content {
        margin: -65px 0 0;
        max-width: 100%;
        height: calc(100% - 335px);
        border-radius: 24px;
    }
}

@media screen and (max-width: 991px) {
    .afeatures {
        margin: 100px 0;
        gap: 100px;
    }
}

@media screen and (max-width: 767px) {
    .afeatures {
        margin: 80px 0;
        gap: 80px;
    }
    .acarbon__bg {
        height: 300px;
    }
    .acarbon__content {
        margin: -60px 0 0;
        padding: 20px;
        max-width: 100%;
        height: calc(100% - 240px);
    }
    .arubber__bg {
        height: 300px;
    }
    .arubber__content {
        margin: -60px 0 0;
        padding: 20px;
        max-width: 100%;
        height: calc(100% - 240px);
    }
}

@media screen and (max-width: 567px) {
    .afeatures {
        margin: 60px 0;
        gap: 60px;
        grid-template-rows: repeat(2, minmax(min-content, max-content));
    }
    .acarbon__bg {
        height: 60vw;
    }
    .acarbon__content {
        margin: -40px 0 0;
        padding: 20px;
        height: calc(100% - 60vw + 40px);
    }
    .acarbon__content-text {
        padding: 20px;
    }
    .acarbon__content-text-head {
        gap: 0;
    }
    .acarbon__content-text h2 {
        font-size: 18px;
    }
    .acarbon__content-text h3 {
        font-size: 16px;
    }
    .acarbon__content-text p {
        font-size: 14px;
    }
    .arubber__bg {
        height: 60vw;
    }
    .arubber__content {
        margin: -40px 0 0;
        padding: 20px;
        height: calc(100% - 60vw + 40px);
    }
    .arubber__content-text {
        padding: 20px;
    }
    .arubber__content-text-head {
        gap: 0;
    }
    .arubber__content-text h2 {
        font-size: 18px;
    }
    .arubber__content-text h3 {
        font-size: 16px;
    }
    .arubber__content-text p {
        font-size: 14px;
    }
}











.acorners {
    margin: 0;
    padding: 80px 0 0;
    display: flex;
    gap: 0;
    position: relative;
    background-position: center top -80px;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.acorners::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 81px;
    background-image: url(/image/catalog/landings/beepod-1240/acorners-vector.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 3;
}

.acorners__media {
    width: 100%;
    min-height: 420px;
}

.acorners__swiper,
.acorners__slide {
    height: 100%;
    background-color: #000;
}

.acorners__slide {
    position: relative;
    background-size: auto 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* Фоны слайдов */
.acorners__slide--1 { background-image: url("/image/catalog/landings/beepod-1240/acorners-1.webp"); }
.acorners__slide--2 { background-image: url("/image/catalog/landings/beepod-1240/acorners-2.webp"); }
.acorners__slide--3 { background-image: url("/image/catalog/landings/beepod-1240/acorners-3.webp"); }

.acorners__badge {
  position: absolute;
  top: 2px;
  left: 213px;
  padding: 20px;
  border-radius: 12px;
  background: rgba(0,0,0,0.14);
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 150% !important;

  /* glass / blur */
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);


  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06);

  overflow: hidden;
}

.acorners__badge::before,
.acorners__badge::after {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  pointer-events: none;
  filter: blur(12px);
}

/* верхний блик */
.acorners__badge::before {
  top: -55%;
  height: 90%;
  background: radial-gradient(ellipse at top,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0) 65%
  );
}

/* нижний блик */
.acorners__badge::after {
  bottom: -60%;
  height: 95%;
  background: radial-gradient(ellipse at bottom,
    rgba(255, 255, 255, 0.20),
    rgba(255, 255, 255, 0) 70%
  );
}

.acorners__badge > * {
  position: relative;
  z-index: 1;
}



.acorners__panel {
    position: absolute;
    right: 125px;
    top: 0;
    bottom: 0;
    color: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    z-index: 3;
}

.acorners__title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.acorners__title-top {
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    text-transform: uppercase;
    text-shadow: 0 2px 3px #000;
}

.acorners__title-bottom {
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    text-shadow: 0 2px 3px #000;
}

.acorners__nav {
    display: flex;
    gap: 40px;
}

.acorners__nav-btn {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
}

/* плавная смена цветов */
.acorners__nav-btn svg circle,
.acorners__nav-btn svg path {
  transition: fill 0.2s ease, stroke 0.2s ease;
}

/* hover: меняем фон и стрелку */
.acorners__nav-btn:hover svg circle {
  fill: #266141; /* фон кнопки */
}

.acorners__nav-btn:hover svg path {
  stroke: #ffffff; /* обводка стрелки */
  fill: #ffffff;   /* заливка стрелки */
}

@media screen and (max-width: 1599px) {
    .acorners__panel {
        right: 11px;
    }
}

@media screen and (max-width: 1344px) {
    .acorners__badge {
        left: 168px;
      }
    .acorners__slide {
        background-size: auto 90%;
    }
    .acorners__panel {
        right: 70px;
        width: 283px;
    }
}

@media screen and (max-width: 1199px) {
    .acorners__media {
        width: 100%;
        min-height: 450px;
    }
    .acorners__slide {
        background-size: cover;
    }
    .acorners__slide--1 { background-image: url("/image/catalog/landings/beepod-1240/acorners-1-m.webp"); }
    .acorners__slide--2 { background-image: url("/image/catalog/landings/beepod-1240/acorners-2-m.webp"); }
    .acorners__slide--3 { background-image: url("/image/catalog/landings/beepod-1240/acorners-3-m.webp"); }

    .acorners__panel {
        position: absolute;
        right: 40px;
        left: 40px;
        top: unset;
        bottom: 40px;
        color: #fff;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: unset;
    }
    .acorners__badge {
        left: 40px;
        right: 40px;
        margin: 0 auto;
        max-width: fit-content;
      }
}

@media screen and (max-width: 991px) {
    .acorners {
        padding: 50px 0 0;
        background-position: center top -50px;
    }
    .acorners::before {
        height: 51px;
    }
    .acorners__media {
        min-height: 380px;
    }
    .acorners__slide {
        background-size: 100% auto;
        background-position: bottom center;
    }
}

@media screen and (max-width: 767px) {
    .acorners {
        padding: 30px 0 0;
        background-position: center top -30px;
    }
    .acorners::before {
        height: 31px;
    }
    .acorners__media {
        min-height: 95vw;
    }
    .acorners__panel {
        right: unset;
        left: 20px;
        bottom: 20px;
        flex-direction: column;
        gap: 20px;
        width: unset;
    }
    .acorners__slide {
        background-size: 100% auto;
        background-position: bottom 150px left;
    }
    .acorners__slide--1 { background-image: url("/image/catalog/landings/beepod-1240/acorners-1-micro.webp"); }
    .acorners__slide--2 { background-image: url("/image/catalog/landings/beepod-1240/acorners-2-micro.webp"); background-position: bottom center; }
    .acorners__slide--3 { background-image: url("/image/catalog/landings/beepod-1240/acorners-3-micro.webp"); background-position: bottom center; }
}

@media screen and (max-width: 567px) {
    .acorners__media {
        min-height: 95vw;
    }
    .acorners__badge {
        left: 20px;
        right: 20px;
        padding: 10px;
        font-size: 14px !important;
        text-align: center !important;
    }
    .acorners__title-top {
        font-size: 18px !important;
    }
    .acorners__title-bottom {
        font-size: 16px !important;
    }
    .acorners__panel {
        right: 20px;
        width: calc(100% - 40px);
    }
    .acorners__nav {
        justify-content: space-between;
    }
    .acorners__slide--1 { background-image: url("/image/catalog/landings/beepod-1240/acorners-1-micro.webp"); background-position: bottom 100px center; }
    .acorners__slide--2 { background-image: url("/image/catalog/landings/beepod-1240/acorners-2-micro.webp"); background-position: bottom 100px center; }
    .acorners__slide--3 { background-image: url("/image/catalog/landings/beepod-1240/acorners-3-micro.webp"); background-position: bottom 100px center; }
}






.aelements {
    position: relative;
    border-radius: 0 50px;
    overflow: hidden;
}

.aelements__swiper {
    position: relative;
}

/* базовое поведение слайда */
.aelements__slide {
    position: relative;
    background-size: cover;
    background-position: center right;
    min-height: 615px;
}

/* фоновые картинки (замени пути на свои) */
.aelements__slide--1 {
    background-image: url("/image/catalog/landings/beepod-1240/aelements_1.webp");
}

.aelements__slide--2 {
    background-image: url("/image/catalog/landings/beepod-1240/aelements_2.webp");
}

.aelements__slide--3 {
    background-image: url("/image/catalog/landings/beepod-1240/aelements_3.webp");
}

.aelements__slide--4 {
    background-image: url("/image/catalog/landings/beepod-1240/aelements_4.webp");
}

.aelements__content {
    position: absolute;
    left: 70px;
    top: 157px;
    max-width: 639px;
}

.aelements__content h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #000;
}

.aelements__content h3 {
    margin: 0 0 24px;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    text-shadow: 0 1px 2px #000;
}

.aelements__content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-shadow: 0 1px 2px #000;
}

/* одна навигация на весь слайдер */
.aelements__nav {
    position: absolute;
    left: 70px;
    bottom: 157px;
    display: flex;
    gap: 40px;
    z-index: 4;
}

.aelements__btn {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

/* мобилка: вместо background показываем картинку */
.aelements__picture {
    display: none;
}

/* плавная смена цветов */
.aelements__btn svg circle,
.aelements__btn svg path {
    transition: fill 0.2s ease, stroke 0.2s ease;
}

/* hover: меняем фон и стрелку */
.aelements__btn:hover svg circle {
    fill: #266141;
    /* фон кнопки */
}

.aelements__btn:hover svg path {
    stroke: #ffffff;
    /* обводка стрелки */
    fill: #ffffff;
    /* заливка стрелки */
}

@media screen and (max-width: 1199px) {
    .aelements__content {
        top: 170px;
        max-width: 615px;
    }
    .aelements__content h2 {
        font-size: 40px;
    }
    .aelements__nav {
        bottom: 170px;
    }
}

@media screen and (max-width: 991px) {
    .aelements__slide {
        min-height: 467px;
    }
    .aelements__content {
        top: 65px;
        max-width: 355px;
    }
    .aelements__nav {
        bottom: 65px;
    }
    .aelements__slide--1 {
        background-image: url("/image/catalog/landings/beepod-1240/aelements_1-m.webp");
    }
    .aelements__slide--2 {
        background-image: url("/image/catalog/landings/beepod-1240/aelements_2-m.webp");
    }
    .aelements__slide--3 {
        background-image: url("/image/catalog/landings/beepod-1240/aelements_3-m.webp");
    }
    .aelements__slide--4 {
        background-image: url("/image/catalog/landings/beepod-1240/aelements_4-m.webp");
    }
}

@media (max-width: 767px) {
    .aelements__slide {
        background-image: none;
        min-height: auto;
    }

    .aelements__picture {
        display: block;
    }

    .aelements__img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .aelements__content {
        position: relative;
        left: unset;
        top: unset;
        padding: 30px 30px 120px;
        max-width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #2e2722 0%, #5b5050 70%);
    }
    .aelements__nav {
        left: 30px;
        bottom: 30px;
    }
    /* каждый слайд растягиваем на эту высоту */
    .aelements__swiper .swiper-wrapper,
    .aelements__swiper .swiper-slide {
        height: 100%;
    }
}

@media screen and (max-width: 567px) {
    .aelements {
        border-radius: 0 24px;
    }
    .aelements__content {
        padding: 20px 20px 110px;
        height: 100%;
    }
    .aelements__content h2 {
        font-size: 22px;
    }
    .aelements__content h3 {
        margin: 0 0 16px;
        font-size: 18px;
    }
    .aelements__nav {
        left: 20px;
        bottom: 20px;
    }
}

.acase {
    margin: 150px 0;
    padding: 0;
    position: relative;
    display: flex;
}

.acase img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 805px;
}

.acase__text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 851px;
    height: fit-content;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
}

.acase__text h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
}

.acase__text h2 span {
    color: #266141;
}

.acase__text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .acase {
        flex-direction: column;
    }
    .acase img {
        margin: 0 auto;
        padding: 0;
        object-fit: contain;
        width: 100%;
        max-width: 805px;
    }
    .acase__text {
        position: relative;
        top: unset;
        bottom: unset;
        right: unset;
        margin: 0;
        max-width: unset;
        width: 100%;
    }
}

@media screen and (max-width: 1344px) {
    .acase {
        margin: 130px 0;
    }
    .acase img {
        max-width: 732px;
    }
}

@media screen and (max-width: 1199px) {
    .acase img {
        max-width: 605px;
    }
    .acase__text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .acase {
        margin: 100px 0;
    }
    .acase img {
        max-width: 460px;
    }
}

@media screen and (max-width: 767px) {
    .acase {
        margin: 80px 0;
        gap: 44px;
    }
    .acase img {
        max-width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .acase {
        margin: 60px 0;
        gap: 0;
    }
    .acase__text {
        padding: 20px;
    }
    .acase__text h2 {
        font-size: 22px;
    }
    .acase__text p {
        font-size: 14px;
    }
}

.abuys {
    margin: 150px 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 830px;
    overflow: hidden;
}

.abuys::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 1095px;
    height: 375px;
    background-image: url(/image/catalog/landings/beepod-1240/abuys_angle.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    z-index: 2;
}

.abuys::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 92px;
    width: 820px;
    height: 175px;
    background-image: url(/image/catalog/landings/beepod-1240/abuys_beepod.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    z-index: 3;
}

.abuys__text {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 4;
}

.abuys__text h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
}

.abuys__text h2 span {
    color: #266141;
}

.abuys__text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.abuys__img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 50px;
    overflow: hidden;
}

@media screen and (max-width: 1599px) {
    .abuys {
        padding: 76px 0 0;
        min-height: 790px;
    }
    .abuys::after {
        left: 0;
    }
}

@media screen and (max-width: 1344px) {
    .abuys {
        margin: 130px 0;
        padding: 80px 0 0;
        min-height: 794px;
    }
}

@media screen and (max-width: 1199px) {
    .abuys {
        padding: 95px 0 0;
        min-height: 681px;
    }
    .abuys::before {
        width: 895px;
        height: 290px;
    }
    .abuys::after {
        left: 0;
        width: 676px;
        height: 145px;
    }
    .abuys__text {
        top: 50px;
        max-width: 658px;
    }
    .abuys__text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .abuys {
        margin: 100px 0;
        padding: 170px 0 0;
        min-height: 620px;
    }
    .abuys::before {
        width: 750px;
        height: 310px;
    }
    .abuys::after {
        left: 0;
        top: 0;
        width: 700px;
        height: 150px;
    }
    .abuys__text {
        top: 0;
        max-width: 535px;
    }
}

@media screen and (max-width: 767px) {
    .abuys {
        margin: 80px 0;
        padding: 0;
        min-height: unset;
    }
    .abuys__text {
        position: relative;
        top: unset;
        left: unset;
        max-width: unset;
        display: flex;
        flex-direction: column;
    }
    .abuys::before {
        width: 750px;
        height: 350px;
    }
    .abuys::after {
        left: 0;
        top: 270px;
        width: 353px;
        height: 150px;
    }
}

@media screen and (max-width: 567px) {
    .abuys {
        margin: 60px 0;
    }
    .abuys::before {
        top: unset;
        bottom: 280px;
        width: 100%;
        height: 100px;
    }
    .abuys::after {
        left: 0;
        top: unset;
        bottom: 290px;
        width: 189px;
        height: 40px;
    }
    .abuys__text h2 {
        font-size: 22px;
    }
    .abuys__text p {
        font-size: 14px;
    }
    .abuys__img {
        height: 343px;
        border-radius: 0 24px;
    }
}


.aquestions {
    margin: 130px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aquestions h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.aqaaccordion {
    width: 100%;
    margin: 0 auto;
}

.aqaaccordion-item {
    border-bottom: 1px solid #D9D9D9;
}

.aqaaccordion-header {
    background: none;
    border: none;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 30px;
    align-items: center;
    color: #020A0A;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.aqaaccordion-icon {
    margin: auto 0;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.aqaaccordion-item.active .aqaaccordion-icon {
    transform: rotate(180deg);
}

.aqaaccordion-verticalline {
    transition: opacity 0.3s ease;
}

.aqaaccordion-item.active .aqaaccordion-verticalline {
    opacity: 0;
}

.aqaaccordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
}

.aqaaccordion-content p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aqaaccordion-item.active .aqaaccordion-content {
    max-height: 500px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .aquestions h2 {
        font-size: 40px;
    }
    .aqaaccordion-header {
        font-size: 28px;
    }
    .aqaaccordion-content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .aquestions {
        margin: 80px 0;
        gap: 50px;
    }
    .aquestions h2 {
        font-size: 40px;
    }
    .aqaaccordion-header {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .aquestions {
        margin: 60px 0;
        gap: 20px;
    }
    .aquestions h2 {
        font-size: 22px;
    }
    .aqaaccordion-header {
        font-size: 18px;
    }
    .aqaaccordion-content p {
        font-size: 14px;
    }
}
