.t585__title strong {
    float:right;
    opacity:0.5;
    font-weight:300;
}
.t585__title p {
    width:100%;
}
.t908__item {
    background:#fafafa;
    border-radius:40px;
    background-image:url(https://static.tildacdn.com/lib/linea/82770d28-1712-8aa5-42f5-dc2f02757e67/arrows_circle_left.svg);
    background-repeat:no-repeat;
    background-size:40px;
    background-position:right center;
    background-position-x:calc(100% - 30px);
}
.t908__item_active {
    background:#000;
}
.t908__item .t-name {
    font-size:24px;
    padding-bottom:0;
}
.t908__item .t-descr {
    display:none;
}
.t908__item_active .t-name {
    font-size:24px;
    padding-bottom:15px;
    color:#fff !important;
}
.t908__item_active .t-descr {
    color:#fff !important;
    font-size:18px;
    display:block;
}
.t908__textwrapper {
    padding:30px 40px;
}

@media (max-width: 640px) {
    .t391__text, .t004 .t-text, .t1050 .t-descr, .t718__contacts, .t718__address, .t526__persname {
        font-size: 22px !important;
    }
    .t908__heading, .t585__title, .t526__persdescr {
        font-size: 16px !important;
    }
    .t908__descr, .t585__text {
        font-size: 16px !important;
    }
    .t908__textwrapper {
        padding: 30px 20px !important;
    }
    .t908__item {
        border-radius: 30px !important;
    }
    .t-rec_pt_90 {
        padding-top: 60px !important;
    }
    .t-rec_pb_90 {
        padding-bottom: 60px !important;
    }
    .t-rec_pb_120 {
        padding-bottom: 90px !important;
    }
    .t-rec_pb_135 {
        padding-bottom: 90px !important;
    }
    .t-rec_pb_45 {
        padding-bottom: 15px !important;
    }
    .t585__title em {
        font-style: unset !important;
        max-width: 70% !important;
        display: inline-block;
    }
}