html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}
h3, h4 {
    margin: 0;
}
.landing-krechet {
    font-family: "Montserrat", sans-serif;
    max-width: 1500px;
    min-width: 270px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 200px;
}
.landing-krechet * {
    box-sizing: border-box; 
    -webkit-tap-highlight-color: transparent; 
}
.landing-krechet .title-krechet {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin: 0;
}
.landing-krechet .subtitle-krechet {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}
.landing-krechet .text-krechet {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.6px;
    margin: 0;
}
@media screen and (max-width: 1599px) {

}
@media screen and (max-width: 1344px) {
    .landing-krechet .title-krechet {
        font-size: 44px;
        letter-spacing: 2.2px;
    }
}
@media screen and (max-width: 1199px) {
    .landing-krechet {
        gap: 180px; 
    }
    .landing-krechet .title-krechet {
        font-size: 36px;
        letter-spacing: 1.8px;
    }
    .landing-krechet .subtitle-krechet {
        font-size: 22px;
        letter-spacing: 1.76px;
    }
    .landing-krechet .text-krechet {
        font-size: 18px;
        letter-spacing: 0.54px;
    }
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px){
    .landing-krechet {
        gap: 160px; 
    }
    .landing-krechet .title-krechet {
        font-size: 30px;
        letter-spacing: 1.5px;
    }
}
@media screen and (max-width: 567px) {
    .landing-krechet {
        gap: 140px; 
    }
    .landing-krechet .title-krechet {
        font-size: 26px;
        letter-spacing: 1.3px;
    }
    .landing-krechet .subtitle-krechet {
        font-size: 18px;
        letter-spacing: 1.44px;
    }
    .landing-krechet .text-krechet {
        font-size: 16px;
        letter-spacing: 0.48px;
    }
}
/* product============================================================================== */
.product-krechet {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.product__bg {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.product__bg-1 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 1080px;
    padding: 206px 0 275px 134px;
    border-radius: 20px;
    background: url(/image/catalog/landings/krechet/noise.webp), linear-gradient(47deg, rgba(64, 71, 77, 0.99) 45.39%, #5B6770 100%);
}
.product__bg-1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -62px;
    border-radius: 20px;
    opacity: 0.4;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.20) 100%);
    filter: blur(30px);
    -webkit-filter: blur(30px);
    width: 100%;
    height: 124px;
    will-change: transform;
}
.product__bg-1 img {
    width: 1200px;
}
.product__bg-2 {
    width: 100%;
    height: 750px;
    border-radius: 20px;
    background: url(/image/catalog/landings/krechet/noise.webp), linear-gradient(297deg, rgba(110, 110, 110, 0.99) 60.96%, #E7E7E7 98.43%);
    background-size: cover;
    margin: -80px 0 0 0;
}
.product__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 50px 44px 115px;
    width: 100%;
}
.product__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 590px 650px;
    /* grid-template-rows: max-content; */
    grid-column-gap: 65px;
    grid-row-gap: 103px;
    justify-content: space-between;
    width: 100%;
}
.product__inner img {
    max-width: 590px;
    width: 100%;
    grid-area: 1 / 1 / 3 / 2;
}
.product__title {
    display: flex;
    flex-direction: column;
    gap: 7px;
    grid-area: 1 / 2 / 2 / 3; 
    align-self: end;
    margin: 25px 0 0 0;
}
.product__title h2 {
    color: #FFF;
    font-size: 67px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 3.35px;
    text-transform: uppercase;
    margin: 0;
}
.product__title hr {
    width: 104px;
    height: 3px;
    background-color: #FFF;
    margin: 0;
    border: none;
}
.product__title h4 {
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0;
}
.product__text {
    display: flex;
    flex-direction: column;
    gap: 80px;
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
}
.product__text p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.6px;
    margin: 0;
}
.product__wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 50px;
}
.product__wrap ul li a {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.20);
    max-width: 421px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.3s ease-out;
}
.product__wrap ul li a:hover {
    border: 2px solid #266141;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.product__wrap ul li a:hover img:last-child {
    transform: translateX(5px);
}
.product__wrap ul li a:active {
    border: 2px solid #266141;
    background: #266141;
}
.product__wrap ul li a img {
    max-width: 30px;
    width: 100%;
    transition: all 0.3s ease-out;
}
.product__wrap ul li a h5 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.product__wrap ul li a .product__icon {
    max-width: 80px;
    width: 100%;
}
@media screen and (max-width: 1599px) {
    .product__bg-1 {
        width: 950px;
    }
    .product__bg-2 {
        height: 782px;
        background-size: auto;
        background-position: right
    }
    .product__wrap {
        gap: 60px;
        padding: 50px 50px 50px 40px;
    }
    .product__inner {
        grid-template-columns: 590px 550px;
        grid-column-gap: 0;
        grid-row-gap: 80px;
    }
    .product__inner img {
        max-width: 590px;
    }
    .product__title {
        gap: 10px;
        margin: 62px 0 0 0;
    }
    .product__title h2 {
        font-size: 58px;
        letter-spacing: 2.9px;
    }
    .product__title h4 {
        font-size: 24px;
        letter-spacing: 2.4px;
    }
}
@media screen and (max-width: 1344px) {
    .product__bg-1 {
        width: 896px;
        padding: 150px 0 277px 134px;
    }
    .product__bg-1 img {
        width: 1050px;
    }
    .product__bg-1::after {
        bottom: -20px;
    }
    .product__bg-2 {
        height: 706px;
    }
    .product__wrap {
        gap: 50px;
        padding: 50px 50px 50px 40px;
    }
    .product__inner {
        grid-template-columns: 500px 485px;
        grid-row-gap: 94px;
    }
    .product__inner img {
        max-width: 500px;
    }
    .product__title {
        margin: 50px 0 0 0;
    }
    .product__title h2 {
        font-size: 51px;
        letter-spacing: 2.55px;
    }
    .product__title h4 {
        font-size: 21px;
        letter-spacing: 2.1px;
    }
    .product__text {
        gap: 60px;
    }
    .product__text p {
        font-size: 18px;
        letter-spacing: 0.56px;
    }
}
@media screen and (max-width: 1199px) {
    .product__bg-1 {
        width: 680px;
        padding: 70px 0 311px 54px;
    }
    .product__bg-1 img {
        width: 910px;
    }
    .product__bg-2 {
        height: 684px;
    }
    .product__wrap {
        gap: 80px;
        padding: 30px 0 40px;
    }
    .product__inner {
        grid-template-columns: 440px 440px;
        grid-column-gap: 0;
        grid-row-gap: 100px;
        padding: 0 40px 0 0;
        align-items: start;
    }
    .product__inner img {
        max-width: 440px;
    }
    .product__title {
        margin: 38px 0 0 0;
    }
    .product__title h2 {
        font-size: 47px;
        letter-spacing: 2.35px;
    }
    .product__title hr {
        width: 100px;
    }
    .product__title h4 {
        font-size: 19px;
        letter-spacing: 1.9px;
    }
    .product__text {
        padding: 0 0 0 40px;
    }
    .product__wrap ul {
        grid-column-gap: 40px;
        grid-row-gap: 30px;
    }
    .product__wrap ul li a {
        gap: 20px;
        max-width: 401px;
    }
}
@media screen and (max-width: 991px) {
    .product__bg-1 {
        width: 100%;
        padding: 70px 0 339px;
    }
    .product__bg-1::after {
        bottom: -28px;
    }
    .product__bg-1 img {
        width: 910px;
        transform: translateX(-13px);
    }
    .product__bg-2 {
        height: 1100px;
        background: url(/image/catalog/landings/krechet/noise.webp), linear-gradient(297deg, rgba(110, 110, 110, 0.99) 60.96%, #E7E7E7 98.43%);
        margin: -80px 0 0 0;
    }
    .product__wrap {
        gap: 50px;
        padding: 70px 0 40px;
    }
    .product__inner {
        grid-template-columns: 362px 335px;
        grid-row-gap: 73px;
        padding: 0;
    }
    .product__inner img {
        width: 380px;
        grid-area: 2 / 1 / 3 / 2;
        transform: translateX(7px);
    }
    .product__title {
        grid-area: 1 / 1 / 2 / 3;
        align-items: center;
        text-align: center; 
        align-self: center;
        margin: 0;
    }
    .product__title h4 {
        max-width: 440px;
        width: 100%;
    }
    .product__text {
        grid-area: 2 / 2 / 3 / 3;
        padding: 0 30px 0 0;
        gap: 40px;
    }
    .product__text p {
        font-size: 18px;
        letter-spacing: 0.54px;
    }
    .product__wrap ul {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
}
@media screen and (max-width: 767px){
    .product-krechet {
        position: relative;
        background: url(/image/catalog/landings/krechet/noise.webp), linear-gradient(0deg, rgba(110, 110, 110, 0.99) 62.96%, #E7E7E7 100%);
        background-size: cover;
        background-position: center top 450px;
        border-radius: 20px;
    }
    .product__bg {
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .product__bg-1 {
        padding: 50px 0 427px;
    }
    .product__bg-1::after {
        bottom: -20px;
        height: 69px;
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
    .product__bg-2 {
        display: none;
    }
    .product__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
        position: relative;
        top: 0;
        left: 0;
        padding: 0 30px 30px 30px;
        margin: -570px 0 0 0;
    }
    .product__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .product__inner img {
        max-width: 380px;
        transform: translateX(20px);
    }
    .product__title {
        order: -1;
    }
    .product__text {
        gap: 20px;
        padding: 0;
    }
    .product__wrap ul li a {
        max-width: 458px;
    }
}
@media screen and (max-width: 567px) {
    .product-krechet {
        position: relative;
        background: url(/image/catalog/landings/krechet/noise.webp), linear-gradient(0deg, rgba(110, 110, 110, 0.99) 83.07%, #E7E7E7 105.83%);
        background-size: cover;
        background-position: center top 410px;
        border-radius: 10px;
    }
    .product__bg {
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .product__bg-1 {
        padding: 50px 0 350px;
        border-radius: 10px;
        height: 476px;
    }
    .product__bg-1 img {
        width: 150vw;
        position: absolute;
        top: 50px;
        left: -10px;
        transform: none;
    }
    .product__bg-1::after {
        bottom: -22px;
    }
    .product__wrap {
        gap: 50px;
        padding: 0 13px 20px 13px;
        margin: -425px 0 0 0;
    }
    .product__inner {
        gap: 30px;
    }
    .product__inner img {
        width: 100%;
        max-width: 380px;
        transform: translateX(20px);
    }
    .product__title h2 {
        font-size: 8vw;
        letter-spacing: 1.3px;
    }
    .product__title hr {
        width: 80px;
        height: 2px;
        border-radius: 2px;
    }
    .product__title h4 {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
    .product__wrap ul {
        gap: 20px;
    }
    .product__wrap ul li a {
        gap: 8px;
        justify-content: space-between;
        padding: 18px;
        border-radius: 6px;
        max-width: 320px;
    }
    .product__wrap ul li a:hover {
        border: 2px solid transparent;
    }
    .product__wrap ul li a:active {
        border: 2px solid #266141;
        background: #266141;
    }
    .product__wrap ul li a img {
        max-width: 20px;
    }
    .product__wrap ul li a h5 {
        font-size: 12px;
        letter-spacing: 0.6px;
        max-width: 170px;
    }
    .product__wrap ul li a .product__icon {
        max-width: 50px;
    }
}

/* peculiarities---------------------------------------------------------------------------------------------- */
.peculiarities-krechet {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.peculiarities-krechet h3 {
    text-align: center;
}
.peculiarities-krechet h3 span {
    color: #266141;
}
.peculiarities-krechet__wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 256px;
    width: 100%;
    padding: 240px 50px 50px 50px;
    background-image: url(/image/catalog/landings/krechet/peculiarities-bg.webp);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -90px left;
}
.peculiarities-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 625px;
    width: 100%;
}
.peculiarities-krechet__info b {
    color: #266141;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 3.84px;
    text-transform: uppercase;
}
.peculiarities-krechet__info hr {
    max-width: 56px;
    height: 3px;
    background-color: #266141;
    border: none;
    border-radius: 3px;
    margin: -2px 0 -2px 3px;
}
.peculiarities-krechet__info h4 {
    margin: 20px 0 0 0;
}
.peculiarities-krechet__wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.peculiarities-krechet__wrap ul li {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    max-width: 220px;
    width: 100%;
}
.peculiarities-krechet__wrap ul li img {
    max-width: 80px;
    width: 100%;
}
.peculiarities-krechet__wrap ul li span {
    color: #266141;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
}
@media screen and (max-width: 1599px) {
    .peculiarities-krechet__wrap {
        background-position: top -40px left;
    }
    .peculiarities-krechet__info {
        max-width: 550px;
    }
}
@media screen and (max-width: 1344px) {
    .peculiarities-krechet__wrap {
        gap: 216px;
        padding: 200px 50px 50px 50px;
        background-position: top -40px left -20px;
        background-size: 110%;
    }
    .peculiarities-krechet__info {
        max-width: 484px;
    }
    .peculiarities-krechet__wrap ul li {
        max-width: 204px;
    }
}
@media screen and (max-width: 1199px) {
    .peculiarities-krechet {
        gap: 50px;
    }
    .peculiarities-krechet__wrap {
        gap: 203px;
        padding: 100px 40px 40px 40px;
        background-position: top -10px left -20px;
        background-size: 110%;
    }
    .peculiarities-krechet__info {
        max-width: 400px;
    }
    .peculiarities-krechet__wrap ul {
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 50px;
        justify-content: center;
        max-width: 700px;
        align-self: center;
    }
}
@media screen and (max-width: 991px) {
    .peculiarities-krechet__wrap {
        gap: 100px;
        padding: 500px 40px 40px 40px;
        background-position: top center;
        background-size: 100%;  
        background-image: url(/image/catalog/landings/krechet/peculiarities-bg-m.webp);
    }
    .peculiarities-krechet__info {
        max-width: 100%;
    }
    .peculiarities-krechet__wrap ul {
        column-gap: 0px;
        row-gap: 50px;
        max-width: 620px;
    }
    .peculiarities-krechet__wrap ul li span {
        font-size: 18px;
        letter-spacing: 0.9px;
        text-wrap: balance;
    }
}
@media screen and (max-width: 767px){
    .peculiarities-krechet {
        gap: 40px;
    }
    .peculiarities-krechet__wrap {
        gap: 80px;
        padding: 530px 30px 30px 30px;
        background-size: 770px;  
    }
    .peculiarities-krechet__info {
        gap: 10px;
    }
    .peculiarities-krechet__wrap ul {
        column-gap: 0px;
        row-gap: 40px;
    }
}
@media screen and (max-width: 567px) {
    .peculiarities-krechet {
        gap: 30px;
    }
    .peculiarities-krechet__wrap {
        gap: 40px;
        padding: 87vw 16px 30px 16px;
        background-size: 125%;  
        border-radius: 10px;
    }
    .peculiarities-krechet__wrap ul {
        row-gap: 30px;
        flex-direction: column;
        align-items: center;
    }
    .peculiarities-krechet__wrap ul li {
        max-width: 238px;
        flex-direction: row;
        gap: 16px;
        text-align: start;
    }
    .peculiarities-krechet__wrap ul li span {
        font-size: 16px;
        letter-spacing: 0.8px;
    }
}

/* suppression------------------------------------------------------------------------------------------- */
.suppression-krechet {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 0 0 50px;
}
.suppression-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 625px;
}
.suppression-krechet__info b {
    color: #266141;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 3.84px;
    text-transform: uppercase;
}
.suppression-krechet__info hr {
    max-width: 68px;
    height: 3px;
    background-color: #266141;
    border: none;
    border-radius: 3px;
    margin: -2px 0;
}
.suppression-krechet__info h4 {
    margin: 20px 0 0 0;
    text-wrap: balance;
}
.suppression-krechet img {
    max-width: 700px;
    width: 100%;
}
@media screen and (max-width: 1599px) {
    .suppression-krechet {
        padding: 0;
    }
    .suppression-krechet__info {
        max-width: 550px;
    }
    .suppression-krechet img {
        max-width: 652px;
    }
}
@media screen and (max-width: 1344px) {
    .suppression-krechet__info {
        max-width: 535px;
    }
    .suppression-krechet img {
        max-width: 585px;
    }
}
@media screen and (max-width: 1199px) {
    .suppression-krechet__info {
        max-width: 440px;
    }
    .suppression-krechet img {
        max-width: 480px;
    }
}
@media screen and (max-width: 991px) {
    .suppression-krechet {
        padding: 0 40px;
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .suppression-krechet__info {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px){
    .suppression-krechet {
        padding: 0 30px;
        gap: 40px;
    }
    .suppression-krechet__info {
        gap: 10px;
    }
}
@media screen and (max-width: 567px) {
    .suppression-krechet {
        padding: 0;
        gap: 30px;
    }
}


/* advantages------------------------------------------------------------------------------------- */
.advantages-krechet {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}
.advantages-krechet ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    width: 100%;
}
.advantages-krechet ol li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    padding: 50px;
}
.advantages-krechet ol li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    background: url(/image/catalog/landings/krechet/03.svg), url(/image/catalog/landings/krechet/noise.webp), linear-gradient(90deg, #F7F7F7 0%, #FFF 100%);
    background-repeat: no-repeat;
    background-position: top 20px left 0, center, center;
    background-size: auto, cover, cover;
}
.advantages-krechet ol li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    background: url(/image/catalog/landings/krechet/04.svg), url(/image/catalog/landings/krechet/noise.webp), linear-gradient(90deg, #F7F7F7 0%, #FFF 100%);
    background-repeat: no-repeat;
    background-position: top 20px left 0, center, center;
    background-size: auto, cover, cover;
}
.advantages-krechet ol li:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
    background: url(/image/catalog/landings/krechet/05.svg), url(/image/catalog/landings/krechet/noise.webp), #FFF;
    background-repeat: no-repeat;
    background-position: top 20px left 0, center, center;
    background-size: auto, cover, cover;
}
.advantages-krechet ol li:nth-child(3) p {
    max-width: 603px;
    width: 100%;
}
.advantages-krechet ol li img {
    max-width: 80px;
    width: 100%;
}
.advantages-krechet ol li hr {
    border-radius: 2px;
    width: 80px;
    height: 2px;
    border: none;
    margin: 0;
    background-color: #266141;
}
.advantages-krechet ol li h4 {
    margin: 20px 0 0 0;
}
.advantages-krechet__wrap {
    display: flex;
    padding: 0 0 0 50px;
    width: 100%;
}
.advantages-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 625px;
    width: 100%;
    padding: 0 0 123px 0;
}
.advantages-krechet__info b {
    color: #266141;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 3.84px;
    text-transform: uppercase;
}
.advantages-krechet__info hr {
    max-width: 66px;
    height: 3px;
    background-color: #266141;
    border: none;
    border-radius: 3px;
    margin: -2px 0;
}
.advantages-krechet__info h4 {
    margin: 20px 0 0 0;
    text-wrap: balance;
}
.advantages-krechet__picture {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.advantages-krechet__picture::after {
    content: "";
    width: 841px;
    height: 136px;
    border-radius: 841px;
    opacity: 0.1;
    background: radial-gradient(50% 50% at 50% 50%, #000 0%, rgba(255, 255, 255, 0.00) 100%);
    filter: blur(10px);
    -webkit-filter: blur(10px);
}
.advantages-krechet__img {
    max-width: 678px;
    margin: 0 50px 0 0;
    width: 100%;
    transition: all 0.1s ease-out;
}
.advantages-krechet__range {
    max-width: 230px;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #FFF;
    position: absolute;
    top: 670px;
    right: 343px;
    transition: all 0.1s ease-out;
}

@media screen and (max-width: 1599px) {
    .advantages-krechet ol li:nth-child(3) p {
        max-width: 500px;
    }
    .advantages-krechet__info {
        max-width: 500px;
        padding: 0 0 110px 0;
    }
    .advantages-krechet__img {
        margin: 0 22px 0 0;
    }
    .advantages-krechet__range {
        right: 316px;
    }
    .advantages-krechet__picture::after {
        width: 730px;
        border-radius: 730px;
    }
}
@media screen and (max-width: 1344px) {
    .advantages-krechet {
        gap: 80px;
    }
    .advantages-krechet ol li:nth-child(3) p {
        max-width: 435px;
    }
    .advantages-krechet__info {
        padding: 0 0 107px 0;
    }
    .advantages-krechet__img {
        margin: 0 17px 0 0;
        max-width: 579px;
    }
    .advantages-krechet__range {
        top: 568px;
        right: 267px;
        max-width: 200px;
    }
    .advantages-krechet__picture::after {
        width: 590px;
        border-radius: 590px;
    }
}
@media screen and (max-width: 1199px) {
    .advantages-krechet ol {
        gap: 40px;
    }
    .advantages-krechet ol li {
        padding: 40px;
    }
    .advantages-krechet ol li:nth-child(3) p {
        max-width: 400px;
    }
    .advantages-krechet__wrap {
        padding: 0 0 0 40px;
    }
    .advantages-krechet__info {
        max-width: 400px;
        padding: 0 0 13px 0;
    }
    .advantages-krechet__img {
        margin: 0 15px 0 0;
        max-width: 471px;
    }
    .advantages-krechet__range {
        top: 462px;
        right: 218px;
        max-width: 165px;
    }
    .advantages-krechet__picture::after {
        width: 490px;
        height: 96px;
        border-radius: 490px;
    }
}
@media screen and (max-width: 991px) {
    .advantages-krechet {
        gap: 0;
    }
    .advantages-krechet ol {
        display: flex;
        flex-direction: column;
    }
    .advantages-krechet ol li:nth-child(3) p {
        max-width: 100%;
    }
    .advantages-krechet__wrap {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
    }
    .advantages-krechet__info {
        max-width: 100%;
        padding: 0 40px;
    }
    .advantages-krechet__picture {
        position: relative;
        right: 0;
        bottom: 0;
        margin: -20px 0;
        width: 100%;
        align-items: center;
    }
    .advantages-krechet__img {
        margin: 0 15px 0 0;
        max-width: 471px;
    }
    .advantages-krechet__range {
        top: 462px;
        right: 325px;
        max-width: 165px;
    }
    .advantages-krechet__picture::after {
        width: 550px;
        height: 96px;
        border-radius: 550px;
    }
}
@media screen and (max-width: 767px){
    .advantages-krechet ol li {
        padding: 30px;
        /* gap: 10px; */
    }
    .advantages-krechet ol li h4 {
        margin: 10px 0 -10px 0;
    }
    .advantages-krechet__picture {
        position: relative;
        bottom: 0;
        margin: -10px 0 -30px;
        max-width: 518px;
    }
    .advantages-krechet__range {
        top: 464px;
        right: 235px;
        max-width: 161px;
    }
    .advantages-krechet__picture::after {
        width: 100%;
        height: 80px;
        border-radius: 518px;
    }
    .advantages-krechet__info {
        gap: 10px;
        padding: 0 30px;
    }
}
@media screen and (max-width: 567px) {
    .advantages-krechet ol {
        gap: 30px;
    }
    .advantages-krechet ol li {
        padding: 16px;
        border-radius: 10px;
    }
    .advantages-krechet__info {
        padding: 0;
    }

    .advantages-krechet__picture {
        margin: -10px 0 -30px;
        max-width: 80vw;
    }
    .advantages-krechet__img {
        margin: 0 15px 0 0;
        max-width: 471px;
    }
    .advantages-krechet__range {
        top: 79vw;
        right: 36.5vw;
        max-width: 28vw;
    }
}


/* autonomous--------------------------------------------------------------------------------------------------------------- */
.autonomous-krechet {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.autonomous-krechet h3 {
    text-align: center;
}
.autonomous-krechet h3 span {
    color: #266141;
}
.autonomous-krechet ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.autonomous-krechet ul li {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    width: 100%;
    border-radius: 20px;
    background: url(/image/catalog/landings/krechet/noise.webp), linear-gradient(64deg, #22372C 0%, #31483C 41.77%, #3E4F46 83.55%);
    background-size: cover;
    background-position: center top 20px;
    background-repeat: no-repeat;
}
.autonomous-krechet__picture {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 190px 50px 50px 50px;
    border-radius: 20px;
    background-color: #E7E7E7;
    background-image: url(/image/catalog/landings/krechet/autonomous-1.webp);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}
.autonomous-krechet ul li:nth-child(2) .autonomous-krechet__picture {
    background-image: url(/image/catalog/landings/krechet/autonomous-2.webp);
}
.autonomous-krechet__picture img {
    max-width: 80px;
    width: 100%;
}
.autonomous-krechet__picture hr {
    border-radius: 2px;
    width: 80px;
    height: 2px;
    border: none;
    margin: 0;
    background-color: #266141;
}
.autonomous-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
}
.autonomous-krechet__info svg, .autonomous-krechet__info hr {
    display: none;
}
.autonomous-krechet .autonomous-krechet__info h4, .autonomous-krechet .autonomous-krechet__info p {
    color: #FFF;
}
@media screen and (max-width: 1599px) {
    .autonomous-krechet__picture {
        background-position: center right -50px;
    }
}
@media screen and (max-width: 1344px) {
    .autonomous-krechet__picture {
        background-position: center right -90px;
    }
}
@media screen and (max-width: 1199px) {
    .autonomous-krechet {
        gap: 50px;
    }
    .autonomous-krechet ul {
        gap: 40px;
    }
    .autonomous-krechet__picture {
        padding: 130px 40px 40px 40px;
        background-position: center right -80px;
    }
    .autonomous-krechet__info {
        padding: 40px;
    }
}
@media screen and (max-width: 991px) {
    .autonomous-krechet ul {
        flex-direction: column;
    }
    .autonomous-krechet ul li {
        max-width: 100%;
    }
    .autonomous-krechet__picture {
        background-position: top right;
        background-size: auto 120%;
    }
}
@media screen and (max-width: 767px){
    .autonomous-krechet {
        gap: 40px;
    }
    .autonomous-krechet ul {
        gap: 30px;
    }
    .autonomous-krechet__picture {
        padding: 140px 30px 30px 30px;
        background-position: top right -70px;
    }
    .autonomous-krechet__info {
        padding: 30px;
        gap: 10px;
    }
}
@media screen and (max-width: 567px) {
    .autonomous-krechet {
        gap: 40px;
    }
    .autonomous-krechet .title-krechet {
        font-size: 20px;
    }
    .autonomous-krechet ul {
        gap: 30px;
    }
    .autonomous-krechet ul li {
        border-radius: 10px;
    }
    .autonomous-krechet__picture {
        width: 100%;
        height: 56vw;
        padding: 0;
        border-radius: 10px;
    }
    .autonomous-krechet__picture img,
    .autonomous-krechet__picture hr {
        display: none;
    }
    .autonomous-krechet__info {
        padding: 16px;
    }
    .autonomous-krechet__info svg {
        display: inline;
    } 
    .autonomous-krechet__info hr {
        display: inline;
        border-radius: 2px;
        width: 80px;
        height: 2px;
        border: none;
        margin: 10px 0 20px 0;
        background-color: #FFFFFF;
    }
}


/* protection------------------------------------------------------------------------------------------ */
.protection-krechet {
    display: flex;
    flex-direction: column;
}
.protection-krechet__item-1 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 50px;
    position: relative;
}
.protection-krechet__item-1 img {
    width: 100%;
    max-width: 650px;
}
.protection-krechet__item-1 div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 650px;
    width: 100%;
    padding: 50px 0 0 0;
}
.protection-krechet__wrap {
    display: flex;
    flex-direction: column;
    gap: 300px;
    align-items: start;
    padding: 50px;
    border-radius: 20px;
    background: url(/image/catalog/landings/krechet/noise.webp) , linear-gradient(90deg, rgba(64, 71, 77, 0.99) 0%, #5B6770 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -400px 0 -250px;
}
.protection-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 650px;
    width: 100%;
    align-self: end;
}
.protection-krechet__info hr {
    border-radius: 2px;
    width: 80px;
    height: 2px;
    border: none;
    margin: 0;
    background-color: #FFFFFF;
}
.protection-krechet .protection-krechet__info p {
    color: #FFF;
}
.protection-krechet__titles {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.protection-krechet .protection-krechet__titles h3, .protection-krechet .protection-krechet__titles h4 {
    color: #FFF;
}
.protection-krechet__item-2 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 0 0 50px;
    position: relative;
}
.protection-krechet__item-2 div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 650px;
    width: 100%;
    padding: 298px 0 0 0;
}
.protection-krechet__item-2 hr {
    border-radius: 2px;
    width: 80px;
    height: 2px;
    border: none;
    margin: 0;
    background-color: #020A0A;
}
.protection-krechet__item-2 img {
    max-width: 700px;
    width: 100%;
}
@media screen and (max-width: 1599px) {
    .protection-krechet__item-1 {
        padding: 0 50px 0 0;
    }
    .protection-krechet__item-1 img {
        max-width: 600px;
    }
    .protection-krechet__item-1 div {
        max-width: 550px;
        padding: 43px 0 0 0;
    }
    .protection-krechet__wrap {
        gap: 270px;
        margin: -360px 0 -240px;
    }
    .protection-krechet__info {
        max-width: 550px;
    }
    .protection-krechet__item-2 div {
        max-width: 550px;
        padding: 289px 0 0 0;
    }
    .protection-krechet__item-2 img {
        max-width: 600px;
    }
}
@media screen and (max-width: 1344px) {
    .protection-krechet__item-1 {
        padding: 0 50px 0 0;
    }
    .protection-krechet__item-1 img {
        max-width: 535px;
    }
    .protection-krechet__item-1 div {
        max-width: 485px;
        padding: 0;
    }
    .protection-krechet__wrap {
        gap: 203px;
        margin: -350px 0 -200px;
    }
    .protection-krechet__info {
        max-width: 485px;
    }
    .protection-krechet__titles {
        max-width: 485px;
    }
    .protection-krechet__item-2 div {
        max-width: 485px;
        padding: 245px 0 0 0;
    }
    .protection-krechet__item-2 img {
        max-width: 540px;
    }
}
@media screen and (max-width: 1199px) {
    .protection-krechet__item-1 {
        padding: 0 40px 0 0;
    }
    .protection-krechet__item-1 img {
        max-width: 440px;
        padding: 7px 0 0 0;
    }
    .protection-krechet__item-1 div {
        max-width: 400px;
        padding: 0;
    }
    .protection-krechet__wrap {
        gap: 200px;
        margin: -265px 0 -115px;
        padding: 40px;
    }
    .protection-krechet__info {
        max-width: 400px;
        gap: 20px;
    }
    .protection-krechet__titles {
        max-width: 400px;
    }
    .protection-krechet__item-2 {
        padding: 0 0 0 40px;
    }
    .protection-krechet__item-2 div {
        max-width: 400px;
        gap: 20px;
        padding: 155px 0 0 0;
    }
    .protection-krechet__item-2 img {
        max-width: 450px;
    }
}
@media screen and (max-width: 991px) {
    .protection-krechet {
        gap: 30px;
    }
    .protection-krechet__item-1 {
        padding: 0 40px;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .protection-krechet__item-1 img {
        max-width: 450px;
        padding: 0;
    }
    .protection-krechet__item-1 div {
        max-width: 100%;
    }
    .protection-krechet__wrap {
        gap: 150px;
        margin: 0;
        padding: 30px 40px;
    }
    .protection-krechet__info {
        max-width: 100%;
    }
    .protection-krechet__titles {
        max-width: 100%;
    }
    .protection-krechet__item-2 {
        padding: 0 40px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .protection-krechet__item-2 div {
        max-width: 100%;
        padding: 0;
    }
    .protection-krechet__item-2 img {
        max-width: 470px;
    }
}
@media screen and (max-width: 767px){
    .protection-krechet__item-1 {
        padding: 0 30px;
        gap: 0;
    }
    .protection-krechet__wrap {
        gap: 100px;
        padding: 30px;
    }
    .protection-krechet__info {
        gap: 10px;
    }
    .protection-krechet__item-2 {
        padding: 0 30px;
    }
    .protection-krechet__item-2 div {
        gap: 10px;
    }
}
@media screen and (max-width: 567px) {
    .protection-krechet {
        gap: 20px;
    }
    .protection-krechet__item-1 {
        padding: 0;
        gap: 20px;
    }
    .protection-krechet__item-1 div {
        padding: 0 16px;
    }
    .protection-krechet__wrap {
        gap: 80px;
        padding: 16px;
        border-radius: 10px;
    }
    .protection-krechet__item-2 {
        padding: 0;
        gap: 20px;
    }
    .protection-krechet__item-2 div {
        padding: 0 16px;
    }
}

/* convenient---------------------------------------------------------------------------------------------------------- */
.convenient-krechet {
    display: flex;
    flex-direction: column;
}
.convenient-krechet__headband {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 50px;
}
.convenient-krechet__headband img {
    max-width: 650px;
    width: 100%;
}
.convenient-krechet__headband div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 650px;
    width: 100%;
    padding: 17px 0 0 0;
}
.convenient-krechet__headband div img {
    max-width: 80px;
    width: 100%;
}
.convenient-krechet__headband div hr {
    border-radius: 2px;
    width: 80px;
    height: 2px;
    border: none;
    margin: 0;
    background-color: #266141;
}
.convenient-krechet__headband div h4 {
    margin: 20px 0 0 0;
}
.convenient-krechet__removable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    border-radius: 20px;
    overflow: hidden;
    background: url(/image/catalog/landings/krechet/noise.webp), linear-gradient(90deg, rgba(64, 71, 77, 0.99) 0%, #5B6770 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: -100px 0 -20px 0;
}
.convenient-krechet__removable img {
    max-width: 650px;
    width: 100%;
}
.convenient-krechet__removable div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 650px;
    width: 100%;
}
.convenient-krechet__removable div img {
    max-width: 80px;
    width: 100%;
}
.convenient-krechet__removable div hr {
    border-radius: 2px;
    width: 80px;
    height: 2px;
    border: none;
    margin: 0;
    background-color: #FFFFFF;
}
.convenient-krechet .convenient-krechet__removable div h4 {
    margin: 20px 0 0 0;
    color: #FFF;
}
.convenient-krechet .convenient-krechet__removable div p {
    color: #FFF;
}
.convenient-krechet__folding {
    padding: 277px 50px;
    display: flex;
    justify-content: end;
    background-image: url(/image/catalog/landings/krechet/folding.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 0px 0px 20px 20px;
}
.convenient-krechet__folding div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 650px;
    width: 100%;
}
.convenient-krechet__folding div img {
    max-width: 80px;
    width: 100%;
}
.convenient-krechet__folding div hr {
    border-radius: 2px;
    width: 80px;
    height: 2px;
    border: none;
    margin: 0;
    background-color: #266141;
}
.convenient-krechet__folding div h3 {
    margin: 20px 0 0 0;
}

@media screen and (max-width: 1599px) {
    .convenient-krechet__headband {
        padding: 0 0 0 25px;
    }
    .convenient-krechet__headband img {
        max-width: 600px;
    }
    .convenient-krechet__headband div {
        max-width: 600px;
        padding: 35px 0 0 0;
    }
    .convenient-krechet__removable {
        padding: 0 0 0 50px;
        margin: -40px 0 -20px 0;
    }
    .convenient-krechet__removable img {
        max-width: 600px;
    }
    .convenient-krechet__removable div {
        max-width: 550px;
    }
    .convenient-krechet__folding {
        background-position:  center left -30px;
        background-size: auto;
    }
    .convenient-krechet__folding div {
        max-width: 550px;
    }
}
@media screen and (max-width: 1344px) {
    .convenient-krechet__headband {
        padding: 0 50px 0 0;
    }
    .convenient-krechet__headband>img {
        max-width: 535px;
        padding: 47px 0 0 0;
    }
    .convenient-krechet__headband div {
        max-width: 485px;
        padding: 0;
    }
    .convenient-krechet__removable {
        margin: -20px 0 -20px 0;
    }
    .convenient-krechet__removable>img {
        max-width: 635px;
        margin: 0 -50px 0 0;
        padding: 0 0 30px 0;
    }
    .convenient-krechet__removable div {
        max-width: 485px;
    }
    .convenient-krechet__folding {
        background-position:  center left -30px;
        background-size: cover;
        padding: 230px 50px 290px;
    }
    .convenient-krechet__folding div {
        max-width: 485px;
    }
}
@media screen and (max-width: 1199px) {
    .convenient-krechet__headband {
        padding: 0;
    }
    .convenient-krechet__headband>img {
        max-width: 440px;
        padding: 113px 0 0 0;
    }
    .convenient-krechet__headband div {
        max-width: 440px;
    }
    .convenient-krechet__removable {
        margin: -20px 0 -20px 0;
        padding: 0 0 0 40px;
    }
    .convenient-krechet__removable>img {
        max-width: 570px;
        padding: 0 0 50px 0;
        margin: 0 -90px 0 0;
    }
    .convenient-krechet__removable div {
        max-width: 390px;
    }
    .convenient-krechet__folding {
        background-position:  center left -50px;
        background-size: cover;
        padding: 184px 40px;
    }
    .convenient-krechet__folding div {
        max-width: 400px;
    }
}
@media screen and (max-width: 991px) {
    .convenient-krechet__headband {
        flex-direction: column-reverse;
        align-items: start;
        gap: 30px;
        padding: 0 40px;
    }
    .convenient-krechet__headband>img {
        max-width: 450px;
        padding: 0;
    }
    .convenient-krechet__headband div {
        max-width: 100%;
        padding: 0;
    }
    .convenient-krechet__removable {
        flex-direction: column-reverse;
        align-items: end;
        padding: 0;
        margin: -20px 0;
    }
    .convenient-krechet__removable>img {
        max-width: 520px;
        margin: 0 -30px -100px 0;
        padding: 0;
    }
    .convenient-krechet__removable div {
        max-width: 100%;
        padding: 0 40px 40px 40px;
    }
    .convenient-krechet__folding {
        padding: 554px 40px 40px 40px;
        background-image: url(/image/catalog/landings/krechet/folding-m.webp);
        background-position: top center;
        background-size: 100%;
    }
    .convenient-krechet__folding div {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px){
    .convenient-krechet__headband {
        align-items: center;
        padding: 0 30px;
    }
    .convenient-krechet__headband div h4 {
        margin: 20px 0 -10px 0;
    }
    .convenient-krechet__removable>img {
        max-width: 434px;
        margin: 0 -30px -110px 0;
    }
    .convenient-krechet__removable div {
        padding: 0 30px 30px 30px;
    }
    .convenient-krechet__removable div h4 {
        margin: 20px 0 -10px 0;
    }
    .convenient-krechet__folding {
        padding: 72vw 30px 30px 30px;
    }
    .convenient-krechet__folding div h4 {
        margin: 20px 0 -10px 0;
    }
}
@media screen and (max-width: 567px) {
    .convenient-krechet__headband {
        padding: 0;
    }
    .convenient-krechet__headband div h4 {
        margin: 10px 0 -10px 0;
    }
    .convenient-krechet__removable {
        border-radius: 10px;
        margin: -10px 0;
    }
    .convenient-krechet__removable>img {
        max-width: 434px;
        margin: 0;
    }
    .convenient-krechet__removable div {
        padding: 0 16px 16px 16px;
    }
    .convenient-krechet__removable div h4 {
        margin: 10px 0 -10px 0;
    }
    .convenient-krechet__folding {
        padding: 72vw 16px 16px 16px;
        border-radius: 0px 0px 10px 10px;
    }
    .convenient-krechet__folding div h4 {
        margin: 10px 0 -10px 0;
    }
}

/* dimensions--------------------------------------------------------------------------------- */
.dimensions-krechet {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 340px;
    width: 100%;
}
.dimensions-krechet__ratio {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 700px;
    width: 100%;
    padding: 64px 0 0 50px;
}
.dimensions-krechet__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dimensions-krechet ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 125px;
}
.dimensions-krechet ul li {
    display: flex;
    align-items: center;
    gap: 30px;
}
.dimensions-krechet__icon {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dimensions-krechet__icon img {
    max-width: 80px;
    width: 100%;
}
.dimensions-krechet__icon hr {
    border-radius: 2px;
    width: 80px;
    height: 2px;
    border: none;
    margin: 0;
    background-color: #266141;
}
.dimensions-krechet__item {
    display: flex;
    flex-direction: column;
}
.dimensions-krechet__item b {
    color: #266141;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.6px;
}
.dimensions-krechet__item span {
    color: #266141;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.6px;
}
.dimensions-krechet__picture {
    position: absolute;
    top: 0;
    right: 70px;
}
.dimensions-krechet__img {
    max-width: 581px;
    width: 100%;
    transition: all 0.1s ease-out;
}
.dimensions-krechet__jack {
    max-width: 185px;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #266141;
    position: absolute;
    top: 724px;
    right: 370px;
    transition: all 0.1s ease-out;
}
.dimensions-krechet__wire {
    display: flex;
    padding: 50px;
    border-radius: 20px;
    background: url(/image/catalog/landings/krechet/noise.webp), #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dimensions-krechet__wire div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 650px;
    width: 100%;
}
.dimensions-krechet__wire div img {
    max-width: 80px;
    width: 100%;
}
.dimensions-krechet__wire div hr {
    border-radius: 2px;
    width: 80px;
    height: 2px;
    border: none;
    margin: 0;
    background-color: #266141;
}
.dimensions-krechet__wire div h3 {
    margin: 20px 0 0 0;
}

@media screen and (max-width: 1599px) {
    .dimensions-krechet {
        gap: 100px;
    }
    .dimensions-krechet__ratio {
        max-width: 600px;
        padding: 0 0 0 50px;
    }
    .dimensions-krechet ul {
        gap: 90px;
    }
    .dimensions-krechet__picture {
        top: 14px;
        right: 0;
    }
    .dimensions-krechet__wire div {
        max-width: 550px;
    }
}
@media screen and (max-width: 1344px) {
    .dimensions-krechet {
        gap: 100px;
    }
    .dimensions-krechet__ratio {
        max-width: 535px;
        padding: 0 0 0 50px;
    }
    .dimensions-krechet ul {
        gap: 50px;
    }
    .dimensions-krechet ul li {
        gap: 20px;
    }
    .dimensions-krechet__picture {
        top: 149px;
    }
    .dimensions-krechet__img {
        max-width: 497px;
    }
    .dimensions-krechet__jack {
        max-width: 150px;
        top: 625px;
        right: 320px;
    }
    .dimensions-krechet__wire div {
        max-width: 485px;
    }
}
@media screen and (max-width: 1199px) {
    .dimensions-krechet {
        gap: 60px;
    }
    .dimensions-krechet__ratio {
        max-width: 100%;
        padding: 0 40px;
    }
    .dimensions-krechet ul {
        gap: 40px;
        flex-direction: column;
    }
    .dimensions-krechet ul li {
        gap: 20px;
    }
    .dimensions-krechet__picture {
        top: auto;
        bottom: 83px;
    }
    .dimensions-krechet__img {
        max-width: 405px;
    }
    .dimensions-krechet__jack {
        max-width: 129px;
        top: 505px;
        right: 257px;
    }
    .dimensions-krechet__wire {
        padding: 40px;
    }
    .dimensions-krechet__wire div {
        max-width: 400px;
    }
}
@media screen and (max-width: 991px) {
    .dimensions-krechet {
        gap: 240px;
    }
    .dimensions-krechet h4 {
        text-wrap: balance;
    }
    .dimensions-krechet__picture {
        top: auto;
        bottom: 350px;
    }
    .dimensions-krechet__wire div {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px){
    .dimensions-krechet {
        gap: 0;
    }
    .dimensions-krechet__ratio {
        gap: 20px;
        padding: 0 30px;
    }
    .dimensions-krechet__info {
        gap: 10px;
    }
    .dimensions-krechet__picture {
        position: relative;
        top: 0;
        right: 0;
        align-self: end;
        margin: -110px 0;
    }
    .dimensions-krechet__img {
        max-width: 351px;
    }
    .dimensions-krechet__jack {
        max-width: 110px;
        top: 438px;
        right: 224px;
    }
    .dimensions-krechet__wire {
        padding: 30px;
    }
    .dimensions-krechet__wire div h3 {
        margin: 20px 0 -10px 0;
    }
}
@media screen and (max-width: 567px) {
    .dimensions-krechet__ratio {
        gap: 40px;
        padding: 0;
    }
    .dimensions-krechet ul li {
        gap: 16px;
    }
    .dimensions-krechet__item b {
        font-size: 18px;
        letter-spacing: 1.44px;
    }
    .dimensions-krechet__item span {
        font-size: 16px;
        letter-spacing: 1.28px;
    }
    .dimensions-krechet__picture {
        margin: 40px 0 -40px;
    }
    .dimensions-krechet__img {
        max-width: 251px;
    }
    .dimensions-krechet__jack {
        max-width: 81px;
        top: 313px;
        right: 159px;
    }
    .dimensions-krechet__wire {
        padding: 80px 16px 16px 16px;
        border-radius: 10px;
    }
    .dimensions-krechet__wire div h3 {
        margin: 10px 0 -10px 0;
    }
}


/* guarantee---------------------------------------------------------------------------------------- */
.guarantee-krechet {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    max-width: 1070px;
    width: 100%;
}
.guarantee-krechet img {
    max-width: 680px;
    width: 100%;
}
@media screen and (max-width: 1599px) {

}
@media screen and (max-width: 1344px) {

}
@media screen and (max-width: 1199px) {
    .guarantee-krechet {
        max-width: 100%;
        padding: 0 40px;
    }
}
@media screen and (max-width: 991px) {
    .guarantee-krechet {
        gap: 20px;
    }
    .guarantee-krechet img {
        max-width: 620px;
    }
}
@media screen and (max-width: 767px){
    .guarantee-krechet {
        padding: 0 30px;
    }
}
@media screen and (max-width: 567px) {
    .guarantee-krechet {
        padding: 0;
        gap: 10px;
    }
}

/* more----------------------------------------------------------------------------------------------------------- */
.more-krechet {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    background-image: url(/image/catalog/landings/krechet/more-krechet.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 0 34px 0 120px;
}
.more-krechet__img {
    max-width: 546px;
    width: 100%;
}
.more-krechet__wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 60px;
}
.more-krechet__inner {
    display: flex;
    gap: 125px;
}
.more-krechet__item {
    border-radius: 20px;
    background-color: #96918A;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.more-krechet__item:nth-child(2) {
    background-color: #7B8F77;
}
.more-krechet__item:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.more-krechet__item:hover svg {
    transform: translateX(5px);
}
.more-krechet__item:hover img {
    transform: scale(1.05);
}
.more-krechet__item img {
    width: 299px;
    margin: -123px 0 0 -89px;
    transition: all 0.3s ease-in-out;
}
.more-krechet__item div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.more-krechet__item div span {
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: 0.6px;
}
.more-krechet__item div svg {
    width: 22px;
    transition: all 0.3s ease-in-out;
}
.more-krechet__wrap p {
    max-width: 625px;
}
@media screen and (max-width: 1599px) {
    .more-krechet {
        padding: 0;
    }
    .more-krechet__inner {
        gap: 100px;
    }
    .more-krechet__wrap p {
        max-width: 600px;
    }
}
@media screen and (max-width: 1344px) {
    .more-krechet__img {
        max-width: 535px;
    }
    .more-krechet__inner {
        gap: 35px;
    }
    .more-krechet__item img {
        width: 271px;
        margin: -80px -10px 0 -51px;
    }
    .more-krechet__wrap p {
        max-width: 535px;
    }
}
@media screen and (max-width: 1199px) {
    .more-krechet__img {
        max-width: 440px;
    }
    .more-krechet__wrap {
        gap: 40px;
    }
    .more-krechet__inner {
        gap: 40px;
    }
    .more-krechet__item img {
        width: 220px;
        margin: -94px 0 0 -60px;
    }
    .more-krechet__item div span {
        font-size: 18px;
        letter-spacing: 0.54px;
    }
    .more-krechet__item div svg {
        width: 20px;
    }
    .more-krechet__wrap p {
        max-width: 440px;
    }
}
@media screen and (max-width: 991px) {
    .more-krechet {
        flex-direction: column;
        align-items: center;
        gap: 120px;
        padding: 0 40px;
        background-position: center top 237px;
    }
    .more-krechet__wrap {
        gap: 60px;
        align-items: center;
    }
    .more-krechet__inner {
        gap: 70px;
    }
    .more-krechet__wrap p {
        max-width: 620px;
        text-align: center;
    }
}
@media screen and (max-width: 767px){
    .more-krechet {
        gap: 120px;
        padding: 0;
    }
    .more-krechet__img {
        max-width: 350px;
    }
    .more-krechet__wrap {
        gap: 40px;
    }
    .more-krechet__inner {
        gap: 78px;
    }
    .more-krechet__wrap p {
        padding: 0 30px;
    }
}
@media screen and (max-width: 567px) {
    .more-krechet {
        background-position: center top 148px;
        gap: 100px;
    }
    .more-krechet__img {
        max-width: 68vw;
    }
    .more-krechet__inner {
        flex-direction: column;
        gap: 92px;
    }
    .more-krechet__item {
        border-radius: 10px;
        padding: 16px;
        gap: 10px;
    }
    .more-krechet__item img {
        width: 53vw;
        margin: -68px 0 0 -52px;
    }
    .more-krechet__item div span {
        font-size: 16px;
        letter-spacing: 0.48px;
    }
    .more-krechet__item div svg {
        width: 18px;
    }
    .more-krechet__wrap p {
        padding: 0;
    }
}