.home-block {
    max-width: 1440px;
}
.home-new .s-home-header {
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    background-color: #e6f0f8;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    background-image: url(../png/kcm-bg.png);
    background-position: top right;
    margin-top: 70px;

    
}
.s-home-header-bg{
    padding: 290px 0 200px; 
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vw;
}
.page-breadcrumbs section.s-breadcrumbs{
    margin-top: 15px;
}
.link-block {
    gap: 20px 140px;
}
.s-home-header h1, .page-breadcrumbs .s-breadcrumbs .kama_breadcrumbs>span, .page-breadcrumbs .s-breadcrumbs .kama_breadcrumbs>span a{
    color: #121212;
        max-width: 600px;
}
.kcm-description {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.015em;
    color: #121212;
    max-width: 710px;
    padding: 40px 0 80px;
}
button.kcm-button{
    min-width: 222px;
}
button.kcm-button:hover {
    min-width: 228px;
}


section.kcm-main-content {
    max-width: 1440px;
    margin: 48px auto 74px;
}
.kcm-row {
    display: grid;
    grid-template-columns: 465px 1fr;
    grid-gap: 145px;
    padding: 60px 0 48px;
    justify-content: center;
    align-items: center;
}
.kcm-row:nth-child(even){
    direction : rtl;
}
.kcm-content{
    direction: ltr;
}
.kcm-content ul {
    padding-top: 4px;
}
.kcm-content li {
    padding-bottom: 15px;
    display: block;
}
.kcm-content li:before {
    display: inline-block;
    content: "— ";
    color: #08CADA;
    padding-right: 10px;
}
.kcm-content p{
    padding: 18px 0;

}
.kcm-content-title {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 119.54%;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #121212;
    padding-bottom: 42px;
    padding-top: 18px;
}
.kcm-content-desc
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    /* or 36px */

    letter-spacing: 0.015em;
}
.kcm-sub-desc {
    display: grid;
    grid-template-columns: 104px 1fr;
    padding: 22px 0;
}
.kcm-desc {
    margin-top: -4px;
}

button.x-btn.x-btn-new-blue-stroke.x-btn-w-md:hover {
    min-width: 230px;
}
button.x-btn.x-btn-new-blue-stroke.x-btn-w-md {
    min-width: 222px;
    margin: 0;
    display: block;
}
.kcm-main-content button.x-btn.x-btn-new-blue-stroke.x-btn-w-md {
    margin: auto;
}

section.s-home-benefits.kcm {
    background: #1E2224;
    padding: 120px 0;
}
.s-home-benefits-inner, .technologies-inner {
    max-width: 1440px;
    margin: auto;
}
.s-home-benefits-inner h2 {
    color: #fff;
}
.benefit-description {
    color: #fff;
    max-width: 1150px;
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.015em;
    padding-top: 12px;
}
.swiper-benefits-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: #fff;
    padding: 0;
    gap: 32px 100px;
    text-align: center;
    max-width: 1240px;
    margin: auto;
    padding-top: 40px;
}

.swiper-tech-wrap {
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    margin: auto;
    row-gap: 60px;
    column-gap: 80px;
    justify-content: center;
    max-width: 880px;
}
.one-benefit-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0;
    padding-top: 20px;
}
.one-benefit {
    background: none;
    padding: 20px;

}
.one-benefit-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;

    letter-spacing: 0.015em;
    color: #1E2224;
    opacity: 0.8;
}
.one-benefit-content img{
    margin: auto;
}
.kcm-img {
    min-height: 800px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
section.technologies.kcm {
    padding: 120px 0 90px;
}
section.technologies.kcm .s-headline {
    text-align: center;
    padding: 0 15px 40px;
    letter-spacing: 0.025em;
}
.swiper-tech-wrap img {
    margin: auto;
}
.kcm-mobile-img{
    display: none;
}
@media(max-width: 1919px){
    .home-new .s-home-header {
        background-position: 68px 0px;
    }
    .home-block {
        max-width: 956px;
    }
    .home-new .s-home-header {
        min-height: auto;
    }
    .s-home-header-bg {
        background-position: left;
        padding: 220px 0 120px;
        min-height: auto;
    }
    .kcm-img {
        min-height: 600px;
    }
    .kcm-description {
        font-size: 16px;
        letter-spacing: 0;
        max-width: 600px;
        padding-bottom: 60px;
    }
    section.kcm-main-content {
        max-width: 956px;
        margin: 60px auto 20px;
    }
    .kcm-row {
        grid-template-columns: 345px 1fr;
        grid-gap: 70px;
        padding: 20px 0 60px;
    }
    .kcm-content-title {
        font-size: 32px;
        padding-bottom: 26px;
        padding-top: 0;
    }
    .kcm-content-desc {
        font-size: 16px;
        letter-spacing: 0;
    }
    .kcm-content p {
        padding: 12px 0;
    }
    .kcm-content ul {
        padding-top: 8px;
    }
    .kcm-sub-desc {
        grid-gap: 22px;
        grid-template-columns: 50px 1fr;
        padding: 16px 0;
    }
    .kcm-desc {
        margin-top: 0px;
    }
    .s-home-benefits-inner, .technologies-inner {
        max-width: 1200px;
    }
    .s-home-benefits.kcm h2 {
        font-size: 32px;
    }
    .benefit-description {
        max-width: 720px;
        font-size: 16px;
        letter-spacing: 0;
        padding-top: 18px;
    }

    section.s-home-benefits.kcm {
        padding: 80px 0px 100px;
    }
    
    .swiper-benefits-wrap{
        gap: 0;
        max-width: 1000px;
        padding-top: 28px;

    }
    .home-new .s-home-benefits .s-headline {
        text-align: center;
        padding: 0 0px 5px;
    }

    .kcm-description-bottom {
        font-size: 16px;
        letter-spacing: 0em;
        padding: 20px 120px 40px;
    }
    section.technologies.kcm .s-headline h2{
        font-size: 32px;
    }
    section.technologies.kcm {
        padding: 80px 0 120px;
    }
    .swiper-tech-wrap {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 50px;
        column-gap: 60px;
        max-width: 700px;
    }
}

@media(max-width: 1439px){
    .s-breadcrumbs {
        margin: 0px 0 0;
    }
    .link-block {
        padding-top: 24px;
    }
    .home-new .s-home-header {
            margin-top: 52px;
    }
    .home-block {
        max-width: 860px;
        padding-top: 0;
        text-align: left;
    }
    .s-home-header-bg {
        background-position: left;
        padding: 120px 0;
    }
    .s-home-header h1 {
        font-size: 48px;
        line-height: 150%;
    }
    .kcm-description {
        font-size: 16px;
        letter-spacing: 0;
        max-width: 500px;
        padding: 26px 0 40px;
    }
    .home-new .s-home-header .x-btn {
        margin: 24px 0;
    }
    section.kcm-main-content {
        max-width: 860px;
    }
    .kcm-row {
        grid-template-columns: 290px 1fr;
        grid-gap: 54px;
    }
    section.s-home-benefits.kcm {
        padding: 60px 0px 100px;
    }
    .swiper-benefits-wrap {
        grid-template-columns: 1fr 1fr;
        max-width: 860px;
        margin: auto;
        grid-gap: 5px 30px;
    }

    .home-new .s-home-benefits .s-headline {
        padding-bottom: 0px;
    }
    .one-benefit {
        padding: 20px 40px;
    }
    .kcm-description-bottom {
        padding: 20px 80px 40px;
    }
    section.technologies.kcm {
        padding: 80px 0 120px;
    }
    section.technologies.kcm .s-headline {
        padding: 0 15px 36px;
    }
    .swiper-tech-wrap {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 40px;
        column-gap: 57px;
        max-width: 624px;
    }
    .one-benefit:nth-child(even) {
        justify-self: start;
    }

}


@media(max-width: 1023px){
    .home-block, section.kcm-main-content, .s-home-benefits-inner, .technologies-inner {
        max-width: calc(100% - 30px);
        margin: auto;
    }
    .home-new .s-home-header {
        background-size: cover;
    }
    .s-home-header-bg {
        padding: 60px 0 68px;
    }
    .home-new .s-home-header .x-btn {
        width: 100%;
    }
    .link-block {
        padding-top: 24px;
        text-align: center;
        justify-content: center;
        row-gap: 34px;
    }
    .kcm-description {
        padding: 29px 2px 34px 0;
    }
    .s-home-header h1 {
        font-size: 32px;
    }



    section.kcm-main-content {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .kcm-img {
        background-size: cover;
    }
    
    
    .kcm-content-title {
        padding-bottom: 20px;
    }
    .swiper-tech-wrap {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 20px;
        column-gap: 20px;
    }

    .kcm-icon {
        margin: auto;
        width: 50px;
    }
    .kcm-sub-desc {
        grid-gap: 10px;
    }
    .s-home-benefits.kcm h2 {
        padding: 0;
    }
   
    .home-new .s-home-header{
        min-height: auto;
    }   
    .kcm-description-bottom {
        padding: 0 0 30px 0;
    }
    section.technologies.kcm {
        padding: 60px 0 100px;
    }
    section.technologies.kcm .s-headline {
        padding: 0 15px 15px;
    }
}

@media(max-width: 768px){
    .kcm-mobile-img{
        display: block;
        height: 164px;
    }
    .kcm-img{
        display: none;
    }
    .home-new .s-home-header {
        padding-bottom: 250px;
        background-size: 320px;
        background-image: url(../png/kcm-bg-mobile.png);
        background-position: bottom left;
        background-color: #dbebf5;
    }
    .s-home-header-bg {
        padding: 60px 0 0px;
    }
    .swiper-tech-wrap {
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
        column-gap: 20px;
    }
    .kcm-row {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 20px 0 25px;
    }
    .kcm-img {
        min-height: 164px;
        height: 164px;
        background-position: 0px 45%;

    }
    .kcm-img.full {
        min-height: 120vw;
        background-position: center;
        min-width: 100%;
        max-width: 100%;
        margin: auto;

    }
    .kcm-sub-desc {
        grid-gap: 22px;
        grid-template-columns: 1fr;
        padding: 16px 0;
    }
    .kcm-content {
        text-align: left;
        
    }
    .s-home-benefits.kcm h2 {
        padding: 0;
        justify-content: start;
            margin-left: 0;
    }
    .benefit-description{
        text-align: left;
    }
    .swiper-benefits-wrap {
        grid-gap: 16px 40px;
        grid-template-columns: 1fr;
    }
    .one-benefit {
        padding: 0;
    }
    .one-benefit-content {
        padding-top: 24px;
    }
    .one-benefit-title {
        text-align: left;
        padding-top: 20px;
    }
    .home-new .s-home-benefits .s-headline {
        text-align: left;
    }
    .one-benefit-content img {
        margin: 0;
    }
    .kcm-description-bottom {
        text-align: left;
    }
    button.x-btn.x-btn-new-blue-stroke.x-btn-w-md {
        min-width: 100%;
    }

}