/*кастомные кнопки со стрелками*/
    .button__arrow--blue .tn-atom {
        padding: 0 24px;
    }
    
    .button__arrow--blue .tn-atom:after {
        content: "";
        position: absolute;
        right: 4px;
        top: 4px;
        z-index: 999;
        width: 40px;
        height: 40px;
        background: no-repeat center/contain
        url("https://static.tildacdn.com/tild3332-3632-4862-b630-306632656436/Arrow.svg");
        transition: transform .25s ease; 
    }

    .button__arrow--blue:hover .tn-atom::after{
        transform: rotate(45deg);
    }
    
    .button__arrow--white .tn-atom {
        padding: 0 24px;
    }
    
    .button__arrow--white .tn-atom:after {
        content: "";
        position: absolute;
        right: 4px;
        top: 4px;
        z-index: 999;
        width: 40px;
        height: 40px;
        background: no-repeat center/contain
        url("https://static.tildacdn.com/tild6438-3264-4762-b134-646266633239/Arrow-1.svg");
        transition: transform .25s ease;
    }
    
      .button__arrow--white:hover .tn-atom::after {
        transform: rotate(45deg);
    }
    
    
    
/*кастомные кнопки в формах*/
.uc-castom-form .t-submit:after {
        content: "";
        position: absolute;
        right: 7px;
        top: 7px;
        z-index: 999;
        width: 40px;
        height: 40px;
        background: no-repeat center/contain
        url("https://static.tildacdn.com/tild6438-3264-4762-b134-646266633239/Arrow-1.svg");
        transition: transform .25s ease;
    }
    
    .uc-castom-form-zero .t-submit:after {
        content: "";
        position: absolute;
        right: 4px;
        top: 4px;
        z-index: 999;
        width: 40px;
        height: 40px;
        background: no-repeat center/contain
        url("https://static.tildacdn.com/tild6438-3264-4762-b134-646266633239/Arrow-1.svg");
        transition: transform .25s ease;
    }
    
    .uc-castom-form-zero .t-submit {
        text-align: left;    
    }

    
.uc-castom-form .t-btnflex_md, .uc-castom-form .t-submit.t-btnflex_md {
    padding: 17px 24px!important;
    justify-content: flex-start!important;
}

/*слайдер*/
    .slider-arrow-left .tn-atom, .slider-arrow-right .tn-atom {
        padding: 0 24px;
    }

/*уменьшенный текст в блоках "почему выбирают нас" и тд*/
    .title-small-span span {
        font-size: 30px;
    }

/*блок отзывов*/
    .uc-reviews .t1186__card_circle {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        gap: 32px;
        padding: 24px;
    }
    
    .uc-reviews .t1186__card_circle .t1186__bgimg {
        width: 56px;
        min-height: 56px;
        height: 56px;
    }
    
    .uc-reviews .t1186__head {
        align-items: center;
}

    .uc-reviews .t1186__card {
        border-radius: 24px;
        background-image: url(https://static.tildacdn.com/tild3934-6162-4463-b663-633662303135/Margin.svg);
        background-repeat: no-repeat;
        background-position: center 24px;
        background-size: 87%;
    }
    
    .uc-reviews .t1186__item {
        min-width: 370px;
    }