/**Код для страницы AI-ассистент RGB**/
/**Увеличить отступ для H1**/
@media screen and (max-width: 640px) {
    .t-title_sm {
        margin-top: 45px;
    }
}

/**Уменьшить отступ для блока с порядком**/
@media screen and (max-width: 960px) {
    .t1066__box-img-mobile {
        margin-bottom: 45px;
    }
}

/**Уменьшить отступ между заголовком и блоком**/
@media screen and (min-width: 960px) {
    .t-section__title {
        margin-bottom: 55px!important;
    }
}

@media screen and (max-width: 959px) {
    .t-section__title {
        margin-bottom: 30px!important;
    }
}

/**Добавить отступ 20px**/
@media screen and (max-width: 700px) {
    .t672__textwrapper {
        margin-left: 20px!important;
        margin-right: 20px!important;
    }
}

/**Соединить линии между кружочками**/
@media screen and (max-width: 700px) {
    .t1106 .t-container {
        row-gap: 0px!important;
    }
}

/**Убрать левый отступ во втором блоке**/
@media screen and (max-width: 700px) {
    .t859__separator {
        margin-bottom: 0px!important;
    }
}

/**Уменьшить отступ**/
/***@media screen and (max-width: 700px) {
    .t1066__item:not(:last-child) {
    margin-bottom: 20px!important;
    }
}***/