#CanvasContainer{
    z-index: 99;
}
#CatalogMobileMenu{
    z-index: 100;
}
.rightModal__overlay{
    z-index: 108;
}
.rightModal__container{
    z-index: 109;
}
.rightModal__container__close{
    z-index: 100;
}

/* INDEX ABOUT START */
.index-about .container {
    padding: 120px calc(var(--bs-gutter-x) * .5);
}

.index-about__text {
    max-width: 760px;
    width: 100;
    background-color: #fff;
}

.index-about .site__title {
    margin: 0 0 40px 0;
}

.index-about__text p {
    margin: 0 0 20px 0;
}

.index-about__texth3 {
    margin: 40px 0 20px 0;
}

.index-about__text li {
    margin: 0 0 20px 0;
}

.index-about__text li:last-child{
    margin: 0;
}

.index-about__text li::marker {
    color: rgba(239, 127, 26, 1);
}

.index-about__content {
    background-image: url(/local/templates/kompressors/dev/img/index-about-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
/* INDEX ABOUT END */

/* INDEX ADVANTAGES START */
.index-advantages {
    background: rgba(246, 248, 249, 1);
}

.index-advantages .container {
    padding: 80px calc(var(--bs-gutter-x) * .5);
}  

.index-advantages__group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.index-advantages__top {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.index-advantages__title {
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    max-width: 200px;
}

.index-advantages__bottom {
    font-size: 16px;
}
/* INDEX ADVANTAGES END */

@media(max-width:768px){
    .index-section-list__group {
        grid-template-columns: repeat(1, 1fr);
    }

    .index-section-list__item-name {
        font-size: 16px;
    }

    .index-section-list__item {
        height: 200px;
        background-size: 60%;
    }

    .index-section-list__item-arrow {
        background: rgba(255,255,255,1);
    }

    .index-section-list__item-name {
        width: 80%;
        margin: 0;
        padding: 8px;
        border-radius: 4px;
        background-color: rgba(255,255,255,0.7);
    }

    .index-about .container,
    .index-advantages .container {
        padding: 40px calc(var(--bs-gutter-x) * .5);
    }

    .index-about .site__title {
        margin: 0 0 20px 0;
    }

    .index-section-list__group {
        padding: 40px 0;
    }

    .index-advantages__group{
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }

    .index-advantages .site__title {
        margin: 0 0 20px 0;
    }

    .index-advantages__title {
        font-size: 18px;
    }

    .index-advantages__bottom {
        font-size: 14px;
    }

    .index-advantages__top{
        margin: 0 0 10px 0;
    }

    .b-index__services__item {
        flex-wrap: wrap;
    }

    .b-index__services__item__img,
    .b-index__services__item__desc {
        flex: 0 0 100%;
    }

    .b-index__services__item__desc {
        padding: 0;
    }

    .b-index__services__item__img {
        margin: 0 0 10px 0;
    }

    .b-index__services__item__title {
        font-size: 16px;
        font-weight: bold;
    }


}