.grecaptcha-badge {
    visibility: hidden;
}

.platforms .platforms__item br {
    display: none;
}

.services .slideCard-text br {
    display: none;
}

.clientsSlider .swiper-wrapper {
    transition-timing-function: linear !important; /* Равномерное движение */
}

.text-html ul {
    list-style: disc;
    padding-left: 16px;
    margin: 10px 0;
}

.text-html ol {
    list-style: decimal;
    padding-left: 16px;
    margin: 10px 0;
}
.break-color-white {
    background: #ffffff;
}
.break-color-grey {
    background: #d7e3e5;
}
.break-color-blue {
    background: #452bb2;
}
.break-96 {
    height: 96px;
}
@media screen and (max-width: 576px) {
    .break-96 {
        padding-top: 64px;
    }
}