.landing-krechet {
    font-family: "Montserrat", sans-serif;
    max-width: 1450px;
    min-width: 270px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.landing-krechet * {
    box-sizing: border-box; 
    -webkit-tap-highlight-color: transparent; 
}
.landing-krechet section {
    width: 100%;
}
.reveal-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up, .reveal-title {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
/* product============================================================================== */
.product-krechet {
    display: flex;
    flex-direction: column;
    background-color: #1C2121;
    position: relative;
    z-index: 1;
}
.product-krechet::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #1C2121;
}
.product-krechet__wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 50px 474px 50px;
    background-color: #1C2121;
    background-image: url(/image/catalog/landings/krechet-2/product-bg.webp);
    background-position: center top;
    background-size: cover;
    position: relative;
}
.product-krechet__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, #1C2121 44.18%, rgba(28, 33, 33, 0.00) 100%);
}
.product-krechet__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(270deg, #1C2121 16.39%, rgba(28, 33, 33, 0.00) 100%);
}
.product-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.product-krechet__info h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
}
.product-krechet__info h2 strong {
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    font-size: 117px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.14em;
}
.product-krechet__info p {
    max-width: 550px;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}
.product-krechet__info p strong {
    font-weight: 700;
}
.product-krechet__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-krechet__item {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.02em;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(113deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.00) 110.84%);
    backdrop-filter: blur(21px);
    padding: 20px;
    display: inline-block;
    text-align: center;
    max-width: fit-content;
    width: auto;
    position: absolute;
}
.product-krechet__item::after {
    content: "";
    width: 33px;
    height: 33px;
    background-image: url(/image/catalog/landings/krechet-2/plus.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -17px;
    left: -17px;
}
.product-krechet__item:nth-child(1) {
    top: 100px;
    right: 160px;
}
.product-krechet__item:nth-child(2) {
    top: 210px;
    left: 230px;
}
.product-krechet__item:nth-child(2)::after {
    right: -17px;
    left: auto;
}
.product-krechet__item:nth-child(3) {
    top: 300px;
    right: 380px;
}

@media screen and (max-width: 1599px) {
    .product-krechet__info h2 strong {
        font-size: 100px;
        letter-spacing: 0.14em;
    }
    .product-krechet__item:nth-child(1) {
        top: 100px;
        right: 70px;
    }
    .product-krechet__item:nth-child(2) {
        top: 220px;
        left: 135px;
    }
    .product-krechet__item:nth-child(3) {
        top: 305px;
        right: 290px;
    }
}
@media screen and (max-width: 1344px) {
    .product-krechet__wrap {
        padding: 50px 30px 474px 30px;
    }
    .product-krechet__info h2 strong {
        font-size: 92px;
        letter-spacing: 0.14em;
    }
    .product-krechet__info p {
        max-width: 454px;
    }
    .product-krechet__item:nth-child(1) {
        top: 100px;
        right: 20px;
    }
    .product-krechet__item:nth-child(2) {
        top: 220px;
        left: 88px;
    }
    .product-krechet__item:nth-child(3) {
        top: 305px;
        right: 235px;
    }
}
@media screen and (max-width: 1199px) {
    .product-krechet__wrap {
        padding: 30px 30px 386px 30px;
    }
    .product-krechet__info {
        gap: 20px;
    }
    .product-krechet__info h2 {
        font-size: 20px;
    }
    .product-krechet__info h2 strong {
        font-size: 74px;
        letter-spacing: 0.14em;
    }
    .product-krechet__item {
        font-size: 14px;
    }
    .product-krechet__item:nth-child(1) {
        top: 80px;
        right: 0px;
    }
    .product-krechet__item:nth-child(2) {
        top: 175px;
        left: 40px;
    }
    .product-krechet__item:nth-child(3) {
        top: 245px;
        right: 175px;
    }
}
@media screen and (max-width: 991px) {
    .product-krechet__wrap {
        padding: 30px 30px 484px 30px;
        background-image: url(/image/catalog/landings/krechet-2/product-bg-m.webp);
    }
    .product-krechet__wrap::after {
        width: 100px;
    }
    .product-krechet__wrap::before {
        width: 100px;
    }
    .product-krechet__info {
        text-align: center;
        align-items: center;
    }
    .product-krechet__info h2 {
        font-size: 16px;
        align-items: center;
        text-align: center;
    }
    .product-krechet__info h2 strong {
        font-size: 55px;
    }
    .product-krechet__info p {
        max-width: 580px;
    }
    .product-krechet__item {
        padding: 15px;
        text-align: left;
    }
    .product-krechet__item:nth-child(1) {
        top: 180px;
        right: 0px;
        max-width: 183px;
    }
    .product-krechet__item:nth-child(2) {
        top: 270px;
        left: 0px;
        max-width: 195px;
    }
    .product-krechet__item:nth-child(3) {
        top: 335px;
        right: 90px;
    }
    .product-krechet__item::after {
        width: 26px;
        height: 26px;
        top: -13px;
        left: -13px;
    }
}
@media screen and (max-width: 767px) {
    .product-krechet__wrap {
        padding: 30px 20px 52px 20px;
        background-image: url(/image/catalog/landings/krechet-2/product-bg-m.webp);
        background-position: center;
        gap: 128px;
    }
    .product-krechet__info h2 strong {
        font-size: 41px;
    }
    .product-krechet__list {
        align-items: center;
    }
    .product-krechet__item {
        position: static;
    }
    .product-krechet__item:nth-child(1) {
        margin: 0 -330px 20px 0;
        max-width: 183px;
    }
    .product-krechet__item:nth-child(2) {
        margin: 0 0 0 -330px;
        max-width: 195px;
    }
    .product-krechet__item:nth-child(3) {
        margin: -58px -260px 0 0;
    }
}
@media screen and (max-width: 567px) {
    .product-krechet__wrap {
        padding: 20px 10px 30px 10px;
        background-image: url(/image/catalog/landings/krechet-2/product-bg-s.webp);
        background-size: auto 100%;
        background-size: 572px;
        background-position: center;
        gap: 226px;
    }
    .product-krechet__info h2 strong {
        font-size: 41px;
    }
    .product-krechet__info h2 {
        font-size: 14px;
    }
    .product-krechet__info p {
        font-size: 14px;
    }
    .product-krechet__list {
        align-items: center;
        padding: 0 0 0 13px;
    }
    .product-krechet__item {
        width: 100%;
    }
    .product-krechet__item:nth-child(1) {
        margin: 0;
        max-width: 100%;
    }
    .product-krechet__item:nth-child(2) {
        margin: 0;
        max-width: 100%;
    }
    .product-krechet__item:nth-child(3) {
        margin: 0;
        max-width: 100%;
    }
    .product-krechet__item:nth-child(2)::after {
        right: auto;
        left: -13px;
    }
    .product-krechet__wrap::after {
        width: 50px;
    }
    .product-krechet__wrap::before {
        width: 50px;
    }
}
/* imperceptible----------------------------------------------------------------------------------- */
.imperceptible-krechet {
    padding: 100px 50px;
    position: relative;
}
.imperceptible-krechet__wrap {
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 72px;
}
.imperceptible-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.imperceptible-krechet__info h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}
.imperceptible-krechet__info h2 span {
    color: #266141;
}
.imperceptible-krechet__info p {
    color: #020A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
.imperceptible-krechet__wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.imperceptible-krechet__wrap ul li {
    display: flex;
    align-items: start;
    gap: 40px;
}
.imperceptible-krechet__wrap ul li svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.imperceptible-krechet__list-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.imperceptible-krechet__list-info h3 {
    color: #020A0A;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}
.imperceptible-krechet__list-info p {
    color: #020A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
.imperceptible-krechet img {
    max-width: 600px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 1344px) {
    .imperceptible-krechet {
        padding: 100px 30px 70px;
    }
    .imperceptible-krechet__wrap {
        max-width: 630px;
        gap: 60px;
    }
    .imperceptible-krechet__info h2 {
        font-size: 40px;
    }
    .imperceptible-krechet__list-info h3 {
        font-size: 20px;
    }
    .imperceptible-krechet img {
        max-width: 509px;
    }
}
@media screen and (max-width: 1199px) {
    .imperceptible-krechet {
        padding: 100px 30px 50px;
    }
    .imperceptible-krechet__wrap {
        max-width: 654px;
    }
    .imperceptible-krechet__wrap ul {
        max-width: 443px;
    }
    .imperceptible-krechet__wrap ul li {
        gap: 20px;
    }
    .imperceptible-krechet img {
        max-width: 447px;
    }
}
@media screen and (max-width: 991px) {
    .imperceptible-krechet {
        padding: 80px 30px;
    }
    .imperceptible-krechet__wrap {
        max-width: 100%;
        gap: 40px;
    }
    .imperceptible-krechet__info {
        gap: 20px;
    }
    .imperceptible-krechet__info h2 {
        font-size: 36px;
    }
    .imperceptible-krechet__wrap ul {
        max-width: 100%;
        gap: 40px;
    }
    .imperceptible-krechet img {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .imperceptible-krechet {
        padding: 80px 20px;
    }
    .imperceptible-krechet__info h2 {
        font-size: 30px;
    }
    .imperceptible-krechet__list-info h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 567px) {
    .imperceptible-krechet {
        padding: 60px 10px;
    }
    .imperceptible-krechet__info h2 {
        font-size: 24px;
    }
    .imperceptible-krechet__info p {
        font-size: 14px;
    }
    .imperceptible-krechet__wrap ul li svg {
        width: 32px;
        height: 32px;
    }
    .imperceptible-krechet__list-info {
        gap: 10px;
    }
    .imperceptible-krechet__list-info p {
        font-size: 14px;
    }
}

/* intellect--------------------------------------------------------------------------------------- */
.intellect-krechet {
    background-color: #000;
    padding: 50px 0 0 0;
    position: relative;
    z-index: 1;
}
.intellect-krechet__wrap {
    position: relative;
}
.intellect-krechet::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #000;
}
.intellect-krechet__info {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.intellect-krechet__info h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}
.intellect-krechet__info h2 span {
    color: #F3E3CD;
}
.intellect-krechet__info p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
.intellect-krechet__info p a {
    color: #FFF;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
.intellect-krechet video {
    max-width: 1450px;
    width: 100%;
}
@media screen and (max-width: 1344px) {
    .intellect-krechet__info {
        max-width: 830px;
    }
    .intellect-krechet__info h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .intellect-krechet__info {
        max-width: 830px;
    }
    .intellect-krechet__info h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 991px) {
    .intellect-krechet {
        padding: 80px 0 0 0;
    }
    .intellect-krechet__wrap::before {
        content: "";
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 100%;
    }
    .intellect-krechet__wrap::after {
        content: "";
        background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 100%;
    }
    .intellect-krechet__info {
        max-width: 100%;
        padding: 0 30px;
        gap: 20px;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 -170px 0;
        transform: none;
    }
    .intellect-krechet__info h2 {
        font-size: 36px;
    }
    .intellect-krechet__info p br {
        display: none;
    }
    .intellect-krechet video {
        height: 700px;
        object-fit: cover;
        object-position: center;
    }
}
@media screen and (max-width: 767px) {
    .intellect-krechet {
        padding: 60px 0 0 0;
    }
    .intellect-krechet__info {
        padding: 0 20px;
        margin: 0 0 -80px 0;
    }
    .intellect-krechet__info h2 {
        font-size: 30px;
    }
    .intellect-krechet video {
        height: 450px;
    }
}
@media screen and (max-width: 567px) {
    .intellect-krechet {
        padding: 40px 0 20px 0;
    }
    .intellect-krechet__info {
        padding: 0 10px;
        margin: 0;
    }
    .intellect-krechet__info h2 {
        font-size: 24px;
    }
    .intellect-krechet__info p {
        font-size: 14px;
    }
    .intellect-krechet video {
        height: 234px;
    }
}
/* slider--------------------------------------------------------------------------------------- */
.slider-krechet {
    position: relative;
    background-color: #000;
    z-index: 1;
}
.slider-krechet::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #000;
}
.solutionSwiper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    user-select: none;
}
.solutionSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #6C6C6C;
    background: url(/image/catalog/landings/krechet-2/slide-bg.webp);
    background-size: cover;
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    height: auto;
    max-width: 512px;
    width: 100%;
}
.solutionSwiper .swiper-slide img {
    max-width: 80px;
    width: 100%;
}
.solutionSwiper .swiper-slide .solution-tents__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.solution-tents__info h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
    min-height: 52px;
}
.solution-tents__info hr {
    background-color: #6C6C6C;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
}
.solution-tents__info p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
.solution__controls {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 50px;
    width: 100%;
}
.solutionSwiper .solution-pagination {
    position: relative;
    height: 5px;
    border-radius: 5px;
    background-color: #6C6C6C;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #FFF;
    border-radius: 5px;
    height: 5px;
}
.solution__buttons {
    display: flex;
    gap: 40px;
    align-items: center;
}
.solution-button-prev,
.solution-button-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #FFF;
    transition: all 0.3s ease;
    cursor: pointer;
}
.solution-button-prev:hover,
.solution-button-next:hover {
    background-color: #FFF;
}
.solution-button-prev:hover svg path,
.solution-button-next:hover svg path {
    fill: #020A0A;
}
.solution-button-prev:active,
.solution-button-next:active {
    background-color: #5B6770;
    border-color: #5B6770;
}
.solution-button-prev:active svg path,
.solution-button-next:active svg path {
    fill: #FFF;
}
.swiper-button-disabled {
    background-color: transparent;
    border-color: #DDDDDD;
    pointer-events: none;
    opacity: 0.5;
}
.swiper-button-disabled svg path {
    fill: #DDDDDD;
}
@media screen and (max-width: 1199px) {
    .solutionSwiper .swiper-slide {
        max-width: 420px;
    }
    .solution-tents__info h3 {
        font-size: 20px;
        min-height: 48px;
    }
}
@media screen and (max-width: 991px) {
    .solutionSwiper .swiper-slide {
        padding: 20px;
        gap: 40px;
    }
}
@media screen and (max-width: 767px) {
    .solution-tents__info h3 {
        font-size: 18px;
        min-height: 44px;
    }
}
@media screen and (max-width: 567px) {
    .solutionSwiper .swiper-slide {
        border-radius: 16px;
        gap: 30px;
        max-width: 100%;
    }

    .solutionSwiper .swiper-slide img {
        max-width: 60px;
    }
    .solutionSwiper .swiper-slide .solution-tents__info {
        gap: 10px;
    }
    .solution-tents__info p {
        font-size: 14px;
    }
    .advantagesSwiper .solution-pagination,
    .solutionSwiper .solution-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 10px;
        background-color: transparent;
    }
    .advantagesSwiper .swiper-pagination-bullet,
    .solutionSwiper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #6C6C6C;
        opacity: 1;
        transition: all 0.3s ease;
        margin: 0 !important;
    }
    .advantagesSwiper .swiper-pagination-bullet-active,
    .solutionSwiper .swiper-pagination-bullet-active {
        background-color: #FFF;
        width: 10px;
        height: 10px;
    }
    .solution__buttons {
        display: none;
    }
}

/* energy----------------------------------------------------------------------------------- */
.energy-krechet {
    position: relative;
    background-color: #000;
    padding: 100px 0 0 0;
    z-index: 1;
}
.energy-krechet::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #000;
}
.energy-krechet__wrap {
    background-image: url(/image/catalog/landings/krechet-2/energy-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 50px;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 1;
}
.energy-krechet__inner {
    max-width: 725px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 96px;
}
.energy-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.energy-krechet__info h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.energy-krechet__info h2 span {
    color: #F3E3CD;
}
.energy-krechet__info p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
.energy-krechet__inner ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.energy-krechet__inner ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
    position: relative;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(113deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.00) 110.84%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    padding: 20px;
}
.energy-krechet__inner ul li strong {
    font-weight: 700;
}
.energy-krechet__inner ul li::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(/image/catalog/landings/krechet-2/check-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1344px) {
    .energy-krechet__wrap {
        padding: 50px 30px;
    }
    .energy-krechet__inner {
        max-width: 515px;
        gap: 80px;
    }
    .energy-krechet__info h2 {
        font-size: 40px;
    }
    .energy-krechet__inner ul {
        gap: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .energy-krechet__wrap {
        padding: 40px 30px;
    }
    .energy-krechet__inner {
        max-width: 536px;
    }
}
@media screen and (max-width: 991px) {
    .energy-krechet {
        padding: 80px 0 0 0;
    }
    .energy-krechet__wrap {
        background-image: url(/image/catalog/landings/krechet-2/energy-bg-m.webp);
        background-position: center top;
        padding: 370px 30px 50px;
        justify-content: start;
    }
    .energy-krechet__inner {
        max-width: 100%;
        gap: 60px;
    }
    .energy-krechet__info {
        gap: 20px;
    }
    .energy-krechet__info h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .energy-krechet__wrap {
        padding: 309px 20px 40px;
        background-position: top left;
    }
    .energy-krechet__info h2 {
        font-size: 30px;
    }
    .energy-krechet__inner ul li {
        padding: 16px;
    }
}
@media screen and (max-width: 567px) {
    .energy-krechet__wrap {
        padding: 220px 10px 40px;
        border-radius: 16px 16px 0 0;
    }
    .energy-krechet__info h2 {
        font-size: 24px;
    }
    .energy-krechet__info p {
        font-size: 14px;
    }
    .energy-krechet__inner {
        gap: 50px;
    }
    .energy-krechet__inner ul {
        padding: 0 0 0 15px;
        gap: 30px;
    }
    .energy-krechet__inner ul li {
        font-size: 14px;
    }
    .energy-krechet__inner ul li::after {
        top: -15px;
        left: -15px;
        width: 30px;
        height: 30px;
    }    
}

/* assembly----------------------------------------------------------------------------------- */
.assembly-krechet {
    position: relative;
    background-color: #000;
    z-index: 1;
}
.assembly-krechet::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #000;
}
.assembly-krechet__wrap {
    position: relative;
    background-image: url(/image/catalog/landings/krechet-2/assembly.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.assembly-krechet__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, #000 44.18%, rgba(0, 0, 0, 0.00) 100%);
}
.assembly-krechet__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(270deg, #000 50.01%, rgba(0, 0, 0, 0.00) 100%);
}
.assembly-krechet__container {
    padding: 50px 50px 150px 50px;
    display: flex;
    flex-direction: column;
    gap: 95px;
    position: relative;
    z-index: 1;
}
.assembly-krechet__container h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    max-width: 700px;
    width: 100%;
}
.assembly-krechet__container h2 span {
    color: #F3E3CD;
}
.assembly-krechet__container ul {
    list-style: none;
    margin: 0;
    padding: 0 90px 0 62px;
    display: flex;
    flex-direction: column;
    gap: 66px;
    position: relative
}

.assembly-krechet__container ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
    position: relative;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(113deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.00) 110.84%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    padding: 20px;
    max-width: 430px;
    width: 100%;
}
.assembly-krechet__container ul li strong {
    font-weight: 700;
}
.assembly-krechet__container ul li::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    background-image: url(/image/catalog/landings/krechet-2/plus.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.assembly-krechet__container ul li:nth-child(2) {
    align-self: flex-end;
}
.assembly-krechet__container ul li:nth-child(1)::after {
    bottom: -16px;
    right: -16px;
}
.assembly-krechet__container ul li:nth-child(2)::after {
    top: -16px;
    left: -16px;
}
@media screen and (max-width: 1599px) {
    .assembly-krechet__container ul {
        padding: 0;
    }
}
@media screen and (max-width: 1344px) {
    .assembly-krechet__container {
        padding: 50px 30px 120px 30px;
        gap: 115px;
    }
    .assembly-krechet__container h2 {
        font-size: 40px;
    }
    .assembly-krechet__container ul li:nth-child(2) {
        max-width: 384px;
    }
}
@media screen and (max-width: 1199px) {
    .assembly-krechet__container {
        padding: 50px 30px 50px 30px;
        gap: 58px;
    }
    .assembly-krechet__container ul {
        gap: 0;
    }
    .assembly-krechet__container ul li:nth-child(1) {
        max-width: 280px;
    }
    .assembly-krechet__container ul li:nth-child(2) {
        max-width: 304px;
        margin: -60px 0 0 0;
    }
}
@media screen and (max-width: 991px) {
    .assembly-krechet__wrap {
        background-image: url(/image/catalog/landings/krechet-2/assembly-m.webp);
    }
    .assembly-krechet__wrap::after {
        width: 100px;
    }
    .assembly-krechet__wrap::before {
        width: 100px;
    }
    .assembly-krechet__container {
        gap: 30px;
    }
    .assembly-krechet__container h2 {
        font-size: 36px;
    }
    .assembly-krechet__container ul {
        gap: 300px;
    }
    .assembly-krechet__container ul li:nth-child(1) {
        max-width: 432px;
    }
    .assembly-krechet__container ul li:nth-child(2) {
        max-width: 432px;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .assembly-krechet__container {
        padding: 40px 20px;
        gap: 44px;
    }
    .assembly-krechet__wrap {
        background-image: url(/image/catalog/landings/krechet-2/assembly-s.webp);
        background-size: 938px;
    }
    .assembly-krechet__container h2 {
        font-size: 30px;
        text-wrap: balance;
    }
    .assembly-krechet__container ul {
        gap: 300px;
        max-width: 478px;
        width: 100%;
        align-self: center;
    }
    .assembly-krechet__container ul li:nth-child(1) {
        max-width: 332px;
    }
    .assembly-krechet__container ul li:nth-child(2) {
        max-width: 332px;
    }
    .assembly-krechet__container ul li {
        padding: 16px;
    }
    .assembly-krechet__wrap::after {
        width: 80px;
    }
    .assembly-krechet__wrap::before {
        width: 80px;
    }
}
@media screen and (max-width: 567px) {
    .assembly-krechet__container {
        padding: 30px 10px;
        gap: 20px;
    }
    .assembly-krechet__wrap {
        background-size: 580px;
        background-image: url(/image/catalog/landings/krechet-2/assembly-xs.webp);
    }
    .assembly-krechet__container h2 {
        font-size: 24px;
    }
    .assembly-krechet__container ul {
        gap: 220px;
        max-width: 478px;
        padding: 0 13px;
    }
    .assembly-krechet__container ul li:nth-child(1) {
        max-width: 332px;
    }
    .assembly-krechet__container ul li:nth-child(2) {
        max-width: 332px;
    }
    .assembly-krechet__container ul li {
        font-size: 14px;
    }
    .assembly-krechet__wrap::after {
        width: 50px;
    }
    .assembly-krechet__wrap::before {
        width: 50px;
    }
}

/* instrument-------------------------------------------------------------------------------------- */
.instrument-krechet {
    display: flex;
    justify-content: end;
    padding: 100px 0;
}
.instrument-krechet__wrap {
    max-width: 1050px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.instrument-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.instrument-krechet__info h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
}
.instrument-krechet__info h2 span {
    color: #266141;
}
.instrument-krechet__info p {
    color: #020A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
.instrument-krechet__wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.instrument-krechet__wrap ul li {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    background-image: url(/image/catalog/landings/krechet-2/instrument-bg.webp);
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    overflow: hidden;
    filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.15));
}
.instrument-krechet__wrap ul li img {
    width: 368px;
    height: 368px;
    object-fit: cover;
}
.instrument-krechet__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 40px;
}
.instrument-krechet__inner h3 {
    color: #020A0A;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}
.instrument-krechet__inner hr {
    width: 100%;
    height: 2px;
    background-color: #C9C9C9;
    border: none;
    margin: 0;
}
.instrument-krechet__inner h4 {
    color: #266141;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}
.instrument-krechet__inner p {
    color: #020A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .instrument-krechet__wrap {
        max-width: 995px;
    }
}
@media screen and (max-width: 1344px) {
    .instrument-krechet__wrap {
        max-width: 890px;
    }
    .instrument-krechet__info h2 {
        font-size: 40px;
    }
    .instrument-krechet__wrap ul {
        gap: 16px;
    }
    .instrument-krechet__inner h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .instrument-krechet {
        padding: 100px 30px;
    }
}
@media screen and (max-width: 991px) {
    .instrument-krechet {
        padding: 80px 20px;
    }
    .instrument-krechet__wrap {
        gap: 40px;
    }
    .instrument-krechet__info h2 {
        font-size: 36px;
    }
    .instrument-krechet__info {
        gap: 20px;
    }
    .instrument-krechet__wrap ul li img {
        width: 220px;
    }
    .instrument-krechet__inner {
        padding: 0 16px 0 20px;
    }
    .instrument-krechet__wrap ul li:nth-child(3) img {
        object-position: 75% center;
    }
}
@media screen and (max-width: 767px) {
    .instrument-krechet {
        padding: 80px 0;
    }
    .instrument-krechet__info h2 {
        font-size: 30px;
    }
    .instrument-krechet__wrap ul li {
        flex-direction: column;
        border-radius: 16px;
    }
    .instrument-krechet__wrap ul li img {
        width: 100%;
        height: 50vw;
        object-position: top center;
    }
    .instrument-krechet__inner {
        padding: 20px 16px;
        gap: 16px;
    }
    .instrument-krechet__wrap ul li:nth-child(3) img {
        object-position: center top;
    }
}
@media screen and (max-width: 567px) {
    .instrument-krechet {
        padding: 60px 0;
    }
    .instrument-krechet__info h2 {
        font-size: 24px;
    }
    .instrument-krechet__info p {
        font-size: 14px;
    }
    .instrument-krechet__wrap ul {
        gap: 10px;
    }
    .instrument-krechet__wrap ul li img {
        height: 250px;
    }
    .instrument-krechet__inner {
        gap: 10px;
    }
    .instrument-krechet__inner h3 {
        font-size: 18px;
    }
    .instrument-krechet__inner hr {
        height: 1px;
    }
    .instrument-krechet__inner h4 {
        font-size: 14px;
    }
    .instrument-krechet__inner p {
        font-size: 14px;
    }
}

/* engineering------------------------------------------------------------------------------ */
.engineering-krechet {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 0 0 100px 0;
}
.engineering-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 958px;
    width: 100%;
}
.engineering-krechet__info h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
    display: flex;
    flex-direction: column;
}
.engineering-krechet__info h2 span {
    color: #266141;
}
.engineering-krechet__info p {
    color: #020A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
.engineering-krechet ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.engineering-krechet ul li {
    background-color: #f9f9f9;
    background-image: url(/image/catalog/landings/krechet-2/instrument-bg.webp);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.15));
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.engineering-krechet ul li img {
    width: 80px;
    height: 80px;
}
.engineering-krechet__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.engineering-krechet__inner h3 {
    color: #020A0A;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}
.engineering-krechet__inner hr {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    border: none;
    margin: 0;
}
.engineering-krechet__inner p {
    color: #020A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .engineering-krechet__inner h3 {
        max-width: 300px;
    }
}
@media screen and (max-width: 1344px) {
    .engineering-krechet__info {
        max-width: 890px;
    }
    .engineering-krechet__info h2 {
        font-size: 40px;
    }
    .engineering-krechet ul {
        gap: 16px;
    }
    .engineering-krechet__inner h3 {
        max-width: 270px;
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .engineering-krechet {
        padding: 0 30px 100px 30px;
    }
    .engineering-krechet ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .engineering-krechet ul li:nth-child(3) {
       grid-area: 2 / 1 / 3 / 3;
    }
    .engineering-krechet__inner h3 {
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .engineering-krechet {
        gap: 40px;
        padding: 0 20px 80px 20px;
    }
    .engineering-krechet__info {
        gap: 20px;
    }
    .engineering-krechet__info h2 {
        font-size: 36px;
    }
    .engineering-krechet ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .engineering-krechet ul li {
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .engineering-krechet {
        padding: 0 0 80px 0;
    }
    .engineering-krechet__info h2 {
        font-size: 30px;
    }
    .engineering-krechet ul li {
        gap: 40px;
        border-radius: 16px;
    }
    .engineering-krechet__inner h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 567px) {
    .engineering-krechet {
        padding: 0 0 60px 0;
    }
    .engineering-krechet__info h2 {
        font-size: 24px;
    }
    .engineering-krechet__info p {
        font-size: 14px;
    }
    .engineering-krechet ul li {
        padding: 20px 16px;
        gap: 30px;
    }
    .engineering-krechet ul li img {
        width: 60px;
        height: 60px;
    }
    .engineering-krechet__inner {
        gap: 10px;
    }
    .engineering-krechet__inner p {
        font-size: 14px;
    }
}

/* guarantee------------------------------------------------------------------------------- */
.guarantee-krechet {
    background-image: url(/image/catalog/landings/krechet-2/guarantee-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 192px 50px;
    border-radius: 20px;
}
.guarantee-krechet__wrap {
    max-width: 630px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.guarantee-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.guarantee-krechet__info h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}
.guarantee-krechet__info p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
.guarantee-krechet__info p strong {
    font-weight: 700;
}
.guarantee-krechet__info p a {
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
    color: #FFF;
}
.guarantee-krechet__btn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: #266141;
    backdrop-filter: blur(2px);
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}
.guarantee-krechet__btn span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.guarantee-krechet__btn svg {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.guarantee-krechet__btn svg path,
.guarantee-krechet__btn svg rect {
    transition: all 0.3s ease;
}
.guarantee-krechet__btn:hover {
    background: #FFF;
}
.guarantee-krechet__btn:hover span {
    color: #266141;
}
.guarantee-krechet__btn:hover svg path {
    fill: #FFF;
}
.guarantee-krechet__btn:hover svg rect {
    fill: #266141;
}
.guarantee-krechet__btn:active {
    background: #163A27;
}
.guarantee-krechet__btn:active span {
    color: #FFF;
}
.guarantee-krechet__btn:active svg path {
    fill: #163A27;
}
.guarantee-krechet__btn:active svg rect {
    fill: #FFF;
}

@media screen and (max-width: 1344px) {
    .guarantee-krechet {
        padding: 135px 50px;
    }
    .guarantee-krechet__wrap {
        max-width: 525px;
    }
    .guarantee-krechet__info h2 {
        font-size: 40px;
    }
    .guarantee-krechet__btn span {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) {
    .guarantee-krechet {
        padding: 80px 30px;
    }
}
@media screen and (max-width: 991px) {
    .guarantee-krechet {
        background-position: center right 37%;
        padding: 262px 30px 50px 30px;
    }
    .guarantee-krechet__wrap {
        max-width: 100%;
        gap: 40px;
    }
    .guarantee-krechet__info {
        gap: 20px;
    }
    .guarantee-krechet__info h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .guarantee-krechet {
        background-image: url(/image/catalog/landings/krechet-2/guarantee-bg-m.webp);
        background-size: 100%;
        background-position: center top;
        padding: 50vw 20px 40px 20px;
        border-radius: 16px;
    }
    .guarantee-krechet__info h2 {
        font-size: 30px;
    }
    .guarantee-krechet__btn {
        gap: 5px;
        padding: 5px 5px 5px 16px;
    }
    .guarantee-krechet__btn svg {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 567px) {
    .guarantee-krechet {
        padding: 50vw 16px 30px 16px;
    }
    .guarantee-krechet__wrap {
        gap: 20px;
    }
    .guarantee-krechet__info h2 {
        font-size: 20px;
    }
    .guarantee-krechet__info p {
        font-size: 14px;
    }
    .guarantee-krechet__btn {
        text-align: center;
        justify-content: center;
        padding: 14px 25px;
    }
    .guarantee-krechet__btn span {
        font-size: 14px;
        text-wrap: balance;
    }
    .guarantee-krechet__btn svg {
        display: none;
    }
}

/* details--------------------------------------------------------------------------------- */
.details-krechet {
    padding: 100px;
}
.details-krechet__wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: end;
}
.details-krechet__info {
    max-width: 830px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.details-krechet__info h2 {
    color: #020A0A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}
.details-krechet__info p {
    color: #020A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.02em;
    margin: 0;
}
.details-krechet__inner {
    width: 100%;
    display: flex;
    justify-content: center;
}

.krechet-table-wrap {
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden; /* сохранит скругления */
    border-radius: 10px;
}

.krechet-table {
    width: calc(100% + 20px);
    margin: -10px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px;
}

/* Общие ячейки */
.krechet-table th,
.krechet-table td {
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #1C1C1A;
    border: 0;
    word-break: break-word;
    text-wrap: balance;
}

/* Шапка */
.krechet-table thead th {
    background: #266141;
    color: #ffffff;
    font-weight: 700;
    line-height: 140%;
    font-size: 20px;
    min-height: 56px;
    height: 70px;
}

/* Скругление внешних углов */
.krechet-table thead th:first-child {
    border-top-left-radius: 10px;
}

.krechet-table thead th:last-child {
    border-top-right-radius: 10px;
}

.krechet-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.krechet-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* Базовая высота строк */
.krechet-table tbody td {
    height: 70px;
    font-weight: 400;
}

.krechet-table tbody tr:nth-child(odd) td:nth-child(1),
.krechet-table tbody tr:nth-child(odd) td:nth-child(2) {
    background: #F0F0F0;
}

.krechet-table tbody tr:nth-child(odd) td:nth-child(3) {
    background: #E3EFE9;
}

.krechet-table tbody tr:nth-child(even) td:nth-child(1),
.krechet-table tbody tr:nth-child(even) td:nth-child(2) {
    background: #F9F9F9;
}

.krechet-table tbody tr:nth-child(even) td:nth-child(3) {
    background: #F0F4F2;
}
@media screen and (max-width: 1599px) {
    .details-krechet {
        padding: 100px 50px;
    }
}
@media screen and (max-width: 1344px) {
    .details-krechet {
        padding: 100px 0;
    }
    .details-krechet__wrap {
        gap: 50px;
    }
    .details-krechet__info {
        max-width: 750px;
        padding: 0 50px 0 0;
    }
    .details-krechet__info h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .details-krechet__info {
        max-width: 610px;
        padding: 0 30px 0 0;
    }
    .krechet-table th,
    .krechet-table td {
        font-size: 16px;
    }
    .krechet-table thead th {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .krechet-table {
        width: calc(100% + 10px);
        margin: -5px;
        border-spacing: 5px;
    }
    .details-krechet {
        padding: 80px 0;
    }
    .details-krechet__info {
        max-width: 100%;
        padding: 0 30px;
    }
    .details-krechet__info h2 {
        font-size: 36px;
    }
}
/* Мобильная версия */
@media (max-width: 767px) {
    .details-krechet__info {
        gap: 20px;
        padding: 0;
    }
    .details-krechet__info h2 {
        font-size: 30px;
    }
    .krechet-table {
        border-spacing: 0;
        width: 100%;
        margin: 0;
    }

    .krechet-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(100%);
        border: 0;
    }

    .krechet-table tbody {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .krechet-table tbody tr {
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }

    .krechet-table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        width: 100%;
        height: auto;
        min-height: 56px;
        padding: 20px;
        text-align: right;
        border-radius: 0;
    }

    .krechet-table tbody td::before {
        content: attr(data-label);
        flex: 0 0 42%;
        font-weight: 700;
        color: #1f1f1f;
        text-align: left;
    }

    /* В мобильной версии первая строка карточки — акцентная */
    .krechet-table tbody tr td:first-child {
        background: #286b43 !important;
        color: #ffffff;
    }

    .krechet-table tbody tr td:first-child::before {
        color: rgba(255, 255, 255, 0.9);
    }

    /* Остальные строки карточки — по той же логике, что и в таблице */
    .krechet-table tbody tr td:nth-child(2) {
        background: #e6e6e6 !important;
    }

    .krechet-table tbody tr td:nth-child(3) {
        background: #dfe7e2 !important;
    }
}

@media (max-width: 567px) {
    .details-krechet {
        padding: 60px 0;
    }
    .details-krechet__wrap {
        gap: 30px;
    }
    .details-krechet__info h2 {
        font-size: 24px;
    }
    .details-krechet__info p {
        font-size: 14px;
    }
    .krechet-table tbody td {
        flex-direction: column;
        gap: 6px;
        padding: 13px 14px;
        font-size: 14px;
        text-align: left;
        align-items: start;
    }

    .krechet-table tbody td::before {
        flex: none;
        opacity: 0.7;
    }
}


/* answers-------------------------------------------------------------------------------------- */
.answers-am {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.answers-am h2 {
    color: #020A0A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.answers-am__accordion {
    display: flex;
    flex-direction: column;
}
.answers-am__item {
    border-bottom: 1px solid #D9D9D9;
}
.answers-am__header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 30px;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: start;
}
.answers-am__title {
    color: #020A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.answers-am__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.answers-am__body span {
    display: block;
    padding: 0 0 20px 0;
    color: #020A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.answers-am__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.answers-am__icon::before,
.answers-am__icon::after {
    content: '';
    position: absolute;
    background-color: #266141;
    transition: transform 0.3s ease;
}
.answers-am__icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    transform: translateY(-50%);
}
.answers-am__icon::after {
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    transform: translateX(-50%);
}
.answers-am__header[aria-expanded="true"] .answers-am__icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}
@media screen and (max-width: 991px) {
    .answers-am {
        gap: 30px;
    }
    .answers-am h2 {
        font-size: 24px;
    }
    .answers-am .title-optic br {
        display: none;
    }
}
@media screen and (max-width: 567px) {
    .answers-am {
        gap: 20px;
    }
    .answers-am__header {
        gap: 20px;
        padding: 15px 0;
    }
    .answers-am__title {
        font-size: 16px;
    }
    .answers-am__body span {
        padding: 0 0 15px 0;
        font-size: 14px;
    }
}