

/* Start:/bitrix/templates/Inelt/components/bitrix/catalog.section/landings/style.css?17774551533046*/
.container {
    max-width: 1170px;
    margin: 0 auto;
}

html {
    color: #1D1A1A;
}

a {
    text-decoration: none;
    color: inherit;
}


.power {
    margin: 36px auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.custom-card {
    padding: 14px 20px;
    border-radius: 12px;
    border: 3px solid #E0EFFF;
    background: #FFF;
    transition: all ease .3s;
}

@media (any-hover: hover) {
    .custom-card:hover {
        border: 3px solid #4aa3de;
    }
}


.custom-card__image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 166 / 160;

}

.custom-card__title {
    margin-top: 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
}

.custom-card__subtitle {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    margin-bottom: 30px;
}

@media(max-width: 992px) {
    .power {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

@media(max-width: 575px) {
    .power {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 425px) {
    .power {
        grid-template-columns: repeat(1, 1fr);
        justify-items: anchor-center;
    }

    .custom-card {
        max-width: 200px;
    }
}

/**/
.splide__arrow {
    display: none;
}

.custom-services-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 600;
    color: #042C57;
    margin-bottom: 15px;
}

.splide__slide {
    width: calc(20% - 25px) !important;
}

@media(max-width: 900px) {
    .splide__slide {
        width: calc(33% - 25px) !important;
    }
}

@media(max-width: 768px) {
    .splide__slide .custom-card {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .splide__slide .custom-card .custom-card-body {
        max-width: 140px;
        width: 100%;
    }

    .splide__slide .custom-card__image {
        min-width: 110px;
    }

    .splide__slide {
        width: calc(50% - 25px) !important;
    }
}

@media(max-width: 575px) {
    .splide__slide {
        width: calc(70% - 25px) !important;
    }
}

@media(max-width: 425px) {
    .splide__slide {
        width: calc(90% - 25px) !important;
    }
}

.splide__slide .custom-card {
    border: none;
    padding: 0;
}

.splide__slide {
    border: 3px solid #E0EFFF;
    border-radius: 12px;
    padding: 14px 20px;
    transition: all ease .3s;
}

@media (any-hover: hover) {
    .splide__slide:hover {
        border: 3px solid #4aa3de;
    }
}

.custom-services-block {
    margin-bottom: 50px;
}

.splide__pagination {
    display: none;
}
/* End */
/* /bitrix/templates/Inelt/components/bitrix/catalog.section/landings/style.css?17774551533046 */
