/*кнопки в меню*/
    .t228 .t-btn {
    height: 56px;
    margin-left: 10px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
    }

/*кнопка в карточках второго блока*/
    @media screen and (max-width: 980px) {
    .t-btnflex_sm, .t-btn.t-btnflex_sm, .t-submit.t-btnflex_sm {
        height: 60px;
        font-size: 16px;
    }
    }
    
/*прозрачность заливки полей форм*/
    .t-input {
        background-color: rgb(255, 255, 255, 0.1) !important;
    }

/*прозрачность заливки полей форм*/
    .t-select {
        background-color: rgb(255, 255, 255, 0.1) !important;
    }

/*стили чекбокса форм форм*/   
    .t-checkbox__indicator {
    border: 1px solid #fff;
    background-color: #5F6574;
    border-radius: 100px;
    opacity: 1;
    }
    
/*Замена иконок в выпадающих карточках шагов*/
   .t585__opened .t585__lines {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
   }
   .t585__lines svg {
    display: none;
}
   .t585__lines::after {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    background-image: url(https://static.tildacdn.com/tild6633-6434-4539-b732-646261366137/arrow-down.svg);
    background-size: 100%;
}
.t585__icon {
    background-image: linear-gradient(rgba(53, 208, 117, 1) 0%, rgba(142, 225, 176, 1) 100%);
    border-radius: 100px;
}

/*Отступы в выпадающих карточках шагов*/
@media screen and (max-width: 640px) {
    .t585__trigger-button {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*прогресс бар на отзывах*/
    .t994__loader-inner {
        background-color: #35D075 !important;
    }
/*блок отзывов*/
    #rec1404722871 {
    border-radius: 32px;
    background-image: url(https://static.tildacdn.com/tild6631-6536-4437-b035-316232646466/back.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: scroll;
    background-size: cover;
    }
   
/*обводка выпадающего меню мобилка*/ 
@media screen and (max-width: 980px) {
    #rec1443429691 .t228 {
        border-bottom: solid 1px #E2F1E8;
        border-radius: 0px 0px 32px 32px;
    }
    #rec1443429691 .tmenu-mobile {
        border-bottom: solid 1px #E2F1E8;
    }
}

/*описания на карточках отзывов*/ 
.t994__halign_center .t994__textwrapper {
    text-align: center;
    background-color: #F8FAFB;
    border-radius: 32px;
}
@media screen and (max-width: 640px) {
 .t994__halign_center .t994__textwrapper {
    text-align: center;
    background-color: #F8FAFB;
    border-radius: 24px;
}   
}