/*.title.callback__title, .callback__row .title-3 {
    text-align: center;
}
.callback__row .title-3 {
    flex-grow: 1;
    text-transform: lowercase;
}


@media (max-width: 575px) {
    .header__top {
        padding-block: 0;
    }
}



*/
.step__title {
    color: #f3c683;
    text-align: center;
}
.callback__left .title-3.active-text {
    text-transform: lowercase;
}
.section__top.step__top {
    justify-content: center;
}
@media (max-width: 1500px) {
    .header__menu {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
.step__item {
    border: 1px solid #edc280;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.title.callback__title {
    text-align: center;
}
.callback__left .title-3.active-text {
    text-align: center;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
}
}