/* Стрелка для подменю */
.t-menusub__arrow:after {
    border-width: 12px 9px 0;
}

@media screen and (max-width: 640px) {
   .t-menusub__arrow:after {
    border-width: 6px 4px 0;
}
}

/* Отзывы для мобильной версии */
@media screen and (max-width: 640px) {
    .t958__card{
        height: 350px !important;
    }
    
    #rec839779233 .t958__more-wrapper {
    background-image: none;
}
}

@media screen and (min-width: 640px) and (max-width: 1200px) {
    .t958__card{
        height: 250px !important;
    }
    
    #rec839779233 .t958__more-wrapper {
    background-image: none;
}
}

    @media screen and (max-width: 640px) {
    .t958__card_preview .t958__avatar {
        margin-bottom: 20px;
    }
    
    .t958__author {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
}
}

@media screen and (max-width: 640px) {
    .t958__card_preview {
        padding: 30px;
        padding-top: 40px;
        height: 390px;
        width: 310px;
    }
}

/* Выравнивание кнопки в блоке свяжитесь с нами */
@media screen and (max-width: 640px) {
.t230__buttons {
    text-align: center;
}
}

@media screen and (max-width: 640px) {
.t477__blockimg {
    height: 300px !important;
}
}