
.landing-category {
    font-family: "Montserrat", sans-serif;
    max-width: 1480px;
    min-width: 270px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-section);
}
.landing-category * {
    box-sizing: border-box; 
    -webkit-tap-highlight-color: transparent; 
}
.landing-category section {
    width: 100%;
}
:root {
    --gap-section: 100px;
    --padding-krechet: 50px;
    --borderradius-main: 25px;
    --borderradius-min: 20px;
    --text-gap: 20px;
    --title-gap: 50px;
    --block-gap: 40px;
}
.landing-category .boldtitle-krechet {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    text-transform: uppercase;
}
.landing-category .title-krechet {
    color: #266141;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.landing-category .subtitle-krechet {
    color: #020A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    text-transform: uppercase;
}
.landing-category .text-krechet {
    color: #020A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1344px) {
    .landing-category .title-krechet {
        font-size: 26px;
    }
    .landing-category .subtitle-krechet {
        font-size: 20px;
    }
    .landing-category .text-krechet {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --borderradius-main: 16px;
        --gap-section: 80px;
    }
    .landing-category .title-krechet {
        font-size: 20px;
    }
    .landing-category .boldtitle-krechet {
        font-size: 42px;
    }
    .landing-category .subtitle-krechet {
        font-size: 16px;
    }
}
@media screen and (max-width: 567px) {
    :root {
        --gap-section: 60px;
    }
    .landing-category .boldtitle-krechet {
        font-size: 24px;
    }
    .landing-category .title-krechet {
        font-size: 18px;
    }
    .landing-category .text-krechet {
        font-size: 14px;
    }
}
/* product============================================================================== */
.product-krechet {
    display: flex;
    justify-content: start;
    padding: 50px;
    border-radius: var(--borderradius-main);
    background-image: url(/image/catalog/category_photo/krechet-category/product-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-krechet__wrap {
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 650px;
    width: 100%;
}
.product-krechet__wrap .title-krechet {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #FFF;
}
.product-krechet__wrap hr {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    border: none;
    margin: 0;
}
.product-krechet__wrap .text-krechet {
    color: #FFF;
}
@media screen and (max-width: 1344px) {
    .product-krechet__wrap {
        max-width: 550px;
    }
}
@media screen and (max-width: 1199px) {
    .product-krechet {
        padding: 40px;
    }
    .product-krechet__wrap {
        max-width: 500px;
    }
}
@media screen and (max-width: 991px) {
    .product-krechet {
        padding: 433px 40px 40px 40px;
        background-image: url(/image/catalog/category_photo/krechet-category/product-bg-m.webp);
        background-size: 100%;
        background-position: top center;
        background-color: #5B6770;
    }
    .product-krechet__wrap {
        gap: 16px;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .product-krechet {
        padding: 55vw 20px 20px 20px;
    }
}
@media screen and (max-width: 567px) {
    .product-krechet__wrap .title-krechet {
        gap: 4px;
    }
    .product-krechet__wrap {
        gap: 10px;
    }
}
/* solution============================================================================== */
.solution-krechet__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 0 50px;
}
.solution-krechet__wrap img {
    max-width: 586px;
    width: 100%;
}
.solution-krechet__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 750px;
    width: 100%;
}
.solution-krechet__slider {
    margin: -80px 0 0 0;
    padding: 0 50px;
}
.solutionSwiper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.solutionSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border-radius: var(--borderradius-main);
    border: 1px solid #FFF;
    background: url(/image/catalog/category_photo/krechet-category/noise.webp);
    background-size: cover;
    /* box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10); */
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    height: auto;
}
.solutionSwiper .swiper-slide img {
    max-width: 80px;
    width: 100%;
}
.solutionSwiper .swiper-slide p {
    font-weight: 500;
}
.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: #E4E4E4;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #266141;
    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 #266141;
    transition: all 0.3s ease;
}
.solution-button-prev:hover,
.solution-button-next:hover {
    background-color: #266141;
}
.solution-button-prev:hover svg path,
.solution-button-next:hover svg path {
    fill: #FFF;
}
.solution-button-prev:active,
.solution-button-next:active {
    background-color: #22372C;
    border-color: #22372C;
}
.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;
}
.swiper-button-disabled svg path {
    fill: #DDDDDD;
}
@media screen and (max-width: 1599px) {
    .solution-krechet__wrap {
        align-items: start;
        gap: 26px;
    }
    .solution-krechet__wrap img {
        max-width: 562px;
    }
    .solution-krechet__inner {
        padding: 30px 0 0 0;
        max-width: 612px;
    }
}
@media screen and (max-width: 1344px) {
    .solution-krechet__wrap {
        gap: 10px;
        padding: 0;
    }
    .solution-krechet__wrap img {
        max-width: 560px;
    }
    .solution-krechet__inner {
        gap: 26px;
        max-width: 570px;
        padding: 100px 0 0 0;
    }
    .solution-krechet__slider {
        margin: -80px 0 0 0;
        padding: 0 30px;
    }
}
@media screen and (max-width: 1199px) {
    .solution-krechet__wrap {
        gap: 10px;
        padding: 0;
    }
    .solution-krechet__wrap img {
        max-width: 460px;
    }
    .solution-krechet__inner {
        max-width: 470px;
        padding: 0;
    }
    .solution-krechet__slider {
        margin: -60px 0 0 0;
        padding: 0;
    }
    .solution__controls {
        gap: 40px;
    }
    .solutionSwiper .swiper-slide {
        gap: 30px;
        padding: 30px;
    }
}
@media screen and (max-width: 991px) {
    .solution-krechet__wrap {
        gap: 20px;
        padding: 0 40px;
        align-items: center;
        flex-direction: column;
    }
    .solution-krechet__wrap img {
        max-width: 416px;
    }
    .solution-krechet__inner {
        max-width: 100%;
        padding: 0;
    }
    .solution-krechet__slider {
        margin: 40px 0 0 0;
    }
}
@media screen and (max-width: 767px) {
    .solution-krechet__wrap {
        padding: 0 20px;
    }
    .solution-krechet__wrap img {
        max-width: 360px;
    }
    .solution-krechet__slider {
        margin: 30px 0 0 0;
    }
    .solutionSwiper {
        gap: 30px;
    }
    .solution__controls,
    .solution__buttons {
        gap: 30px;
    }
    .solution-button-prev,
    .solution-button-next {
        width: 60px;
        height: 60px;
    }
    .solution-button-prev svg,
    .solution-button-next svg {
        width: 12px;
    }
}
@media screen and (max-width: 567px) {
    .solution-krechet__wrap {
        padding: 0 15px;
    }
    .solution-krechet__inner {
        gap: 16px;
    }
    .solutionSwiper {
        gap: 20px;
    }
    .solutionSwiper .swiper-slide {
        gap: 20px;
        padding: 20px;
    }
    .solutionSwiper .swiper-slide img {
        max-width: 60px;
    }
    .advantagesSwiper .solution-pagination,
    .solutionSwiper .solution-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 10px;
        background-color: transparent;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .advantagesSwiper .swiper-pagination-bullet,
    .solutionSwiper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #e1e1e1;
        opacity: 1;
        transition: all 0.3s ease;
        margin: 0 !important;
    }
    .advantagesSwiper .swiper-pagination-bullet-active,
    .solutionSwiper .swiper-pagination-bullet-active {
        background-color: #266141;
        width: 10px;
        height: 10px;
    }
    .solution__buttons {
        justify-content: space-between;
        width: 100%;
    }
}
/* peculiarities---------------------------------------------------------------------------- */
.peculiarities-krechet {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.peculiarities-krechet__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}
.peculiarities-krechet__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    border-radius: var(--borderradius-min);
    background: #F9F9F9;
}
.peculiarities-krechet__inner img {
    max-width: 80px;
    width: 100%;
}
.peculiarities-krechet__wrap>img {
    max-width: 750px;
    width: 100%;
    border-radius: var(--borderradius-main);
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1344px) {
    .peculiarities-krechet,
    .peculiarities-krechet__wrap {
        gap: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .peculiarities-krechet,
    .peculiarities-krechet__wrap {
        gap: 16px;
    }
}
@media screen and (max-width: 991px) {
    .peculiarities-krechet__wrap {
        display: flex;
        flex-direction: column;
    }
    .peculiarities-krechet__wrap-reverse {
        flex-direction: column-reverse;
    }
    .peculiarities-krechet__inner {
        gap: 16px;
        padding: 20px;
    }
}
@media screen and (max-width: 567px) {
    .peculiarities-krechet__inner img {
        max-width: 60px;
    }
    .peculiarities-krechet__wrap>img {
        aspect-ratio: 270 / 210;
    }
}
/* processing---------------------------------------------------------------------------------- */
.processing-krechet {
    padding: 0 50px;
    margin: 25px 0 0 0;
}
.processing-krechet__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 75px;
}
.processing-krechet__list li {
    position: relative;
    padding: 0 0 0 180px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.processing-krechet__head {
    display: flex;
    align-items: center;
    gap: 100px;
}
.processing-krechet__head img {
    max-width: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -25px;
}
@media screen and (max-width: 1344px) {
    .processing-krechet__list li {
        padding: 0 0 0 160px;
    }
}
@media screen and (max-width: 1199px) {
    .processing-krechet {
        padding: 0;
    }
}
@media screen and (max-width: 991px) {
    .processing-krechet__list {
        gap: 55px;
    }
    .processing-krechet__list li {
        padding: 0 0 0 110px;
        gap: 16px;
    }
}
@media screen and (max-width: 567px) {
    .processing-krechet {
        margin: 0;
    }
    .processing-krechet__list {
        gap: 40px;
    }
    .processing-krechet__list li {
        padding: 0 15px;
        gap: 16px;
    }
    .processing-krechet__head {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }
    .processing-krechet__head img {
        max-width: 60px;
        position: static;
    }
}
/* advantages------------------------------------------------------------------------- */
.advantages-category {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 0 50px;
}
.advantages-category__wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px; 
}
.advantages-category__titles {
    display: flex;
    flex-direction: column;
}
.advantages-category__titles h2 {
    color: #266141;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;
}
.advantages-category__titles h3 {
    color: #020A0A;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 0;
}
.advantages-category__text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 600px;
}
.advantages-category__text p {
    color: #020A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.swiper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: end;
}
.advantagesSwiper .swiper-slide {
    padding: 30px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.60);
    background: url(/image/catalog/category_photo/krechet-category/advantages-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: auto;
    display: flex;
    flex-direction: column;
}
.advantagesSwiper .swiper-slide hr {
    background: #D9D9D9;
    width: 100%;
    height: 1px;
    border: none;
    margin: 100px 0 30px 0;
}
.advantagesSwiper .swiper-slide h3 {
    min-height: 60px;
}
.advantagesSwiper .slider-control {
    position: relative;
    display: flex;
    gap: 40px;
}
.advantagesSwiper .solution-pagination {
    display: none;
}

@media screen and (max-width: 1599px) {
    .advantages-category {
        gap: 80px;
        padding: 0;
    }
    .advantages-category__wrap {
        padding: 0 50px; 
    }
    .advantagesSwiper .swiper-slide hr {
        margin: 50px 0 30px 0;
    }
}
@media screen and (max-width: 1344px) {
    .advantages-category__wrap {
        padding: 0 30px; 
    }
}
@media screen and (max-width: 1199px) {
    .advantages-category {
        gap: 60px;
    }
    .advantagesSwiper .swiper-slide {
        max-width: 350px;
        width: 100%;
    }
    .advantagesSwiper .swiper-slide hr {
        margin: 40px 0 30px 0;
    }
    .advantagesSwiper .swiper-slide h3 {
        min-height: 73px;
    }
}
@media screen and (max-width: 991px) {
    .advantages-category {
        gap: 30px;
    }
    .advantagesSwiper .swiper-slide {
        border-radius: 15px;
        max-width: 340px;
    }
    .advantagesSwiper .swiper-slide hr {
        margin: 20px 0 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .advantagesSwiper .swiper-slide {
        padding: 20px;
        border-radius: 10px;
        max-width: 100%;
    }
    .advantagesSwiper .swiper-slide h3 {
        min-height: auto;
    }
}
@media screen and (max-width: 567px) {
    .advantages-category {
        gap: 60px;
    }
    .advantagesSwiper.swiper-slide {
        padding: 14px;
        max-width: 100%;
    }
    .advantagesSwiper .swiper-slide hr {
        margin: 20px 0 10px 0;
    }
    .advantagesSwiper .solution-pagination {
        display: flex;
        position: absolute;
        justify-content: center;
        max-width: 100px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .slider-control {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
}
/* autonomy---------------------------------------------------------------------------------- */
.autonomy-krechet {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 50px;
}
.autonomy-krechet img {
    max-width: 613px;
    width: 100%;
}
.autonomy-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 1599px) {
    .autonomy-krechet {
        gap: 40px;
        padding: 0 40px;
    }
    .autonomy-krechet img {
        max-width: 509px;
    }
}
@media screen and (max-width: 1344px) {
    .autonomy-krechet {
        gap: 20px;
        padding: 0 30px;
    }
}
@media screen and (max-width: 1199px) {
    .autonomy-krechet {
        gap: 10px;
        padding: 0;
    }
    .autonomy-krechet img {
        max-width: 460px;
    }
}
@media screen and (max-width: 991px) {
    .autonomy-krechet {
        gap: 20px;
        padding: 0 40px;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .autonomy-krechet {
        padding: 0 20px;
    }
    .autonomy-krechet img {
        max-width: 367px;
    }
    .autonomy-krechet__info {
        gap: 16px;
    }
}
@media screen and (max-width: 567px) {
    .autonomy-krechet {
        padding: 0 15px;
    }
}
/* guarantee----------------------------------------------------------------------------- */
.guarantee-krechet {
    display: flex;
    justify-content: end;
    background-image: url(/image/catalog/category_photo/krechet-category/guarantee-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 105px 50px;
    border-radius: var(--borderradius-main);
}
@media screen and (max-width: 1344px) {
    .guarantee-krechet {
        padding: 132px 50px;
    }
    .guarantee-krechet .boldtitle-krechet {
        font-size: 42px;
    }
}
@media screen and (max-width: 1199px) {
    .guarantee-krechet {
        padding: 108px 30px;
    }
}
@media screen and (max-width: 991px) {
    .guarantee-krechet {
        background-image: url(/image/catalog/category_photo/krechet-category/guarantee-bg-m.webp);
        background-size: 100%;
        background-position: center top;
        padding: 400px 40px 40px 40px;
        background-color: #5B6770;
    }
}
@media screen and (max-width: 767px) {
    .guarantee-krechet {
        padding: 50vw 20px 20px 20px;
    }
    .guarantee-krechet .boldtitle-krechet {
        font-size: 38px;
    }
}
@media screen and (max-width: 567px) {
    .guarantee-krechet .boldtitle-krechet {
        font-size: 24px;
    }
}