/* отзывы */



    .t958__wrapper {
    margin:30px 20px;
    }
    
    
    .t958__item .t-slds__wrapper {
    padding-right: 20px;

}

.t-width_12 {
    max-width: 370px;
}


.t958__card {
    padding: 20px;
}

.t958__avatar {
    margin-right: 15px;
    width: 80px;
    height: 80px;
}


@media screen and (max-width: 960px) {
.t-width .t-slds__wrapper {
    padding: 0px 20px 0px 0px;
}
}

@media screen and (max-width: 640px){
.t958__gallery {
    padding: 0 0px;
}

.t958__card_popup {
    border-radius: 10px;
}

.t958__card-wrapper{
    border-radius:10px!important;
}
}






/*Вариант со стрелками в правом верхнем углу над слайдером*/


.t958__slider{
    margin-left:0 !important;
}

.t958__gallery >.t-container_100 {
    margin-top: 45px;
}

.t958__previous, .t958__next{
    width:40px !important;
    height:40px !important;
}

/*Скругление попапа с текстом*/
.t958__card_popup{
    border-radius:16px !important;
}

/*Стрелка в право - отступ от правой стороны*/
 .t958__next{
    right:40px !important;
}

/*Стрелка в лево - отступ от правой стороны*/
.t958__previous {
    right: 120px !important;
}

.t958__gallery > .t958__previous{
    left:inherit !important;
}




/*Стрелка в лево - отступ от правой стороны*/
.t958__previous {
    right: 95px !important;
}

.t958__gallery > .t958__previous{
    left:inherit !important;
}




/*Добавляем стрелки навигации для блока */
@media screen and (min-width:320px){
    .t958__previous:before {
        content: "";
        width: 40px;    /*Ширина иконки */
        height: 40px;   /*Высота иконки */
        position: absolute;
        /*Вставляем ссылку на стрелку влево */
         background-image: url(https://static.tildacdn.com/tild3138-3962-4561-a461-363662303937/r.svg);  
        background-size: cover;
        transition: all .2s ease-in-out;    /*Плавность анимации*/
    }
    
    .t958__next:before {
        content: "";
        width: 40px;    /*Ширина иконки */
        height: 40px;   /*Высота иконки */
        position: absolute;
        /*Вставляем ссылку на стрелку вправо */
         background-image: url(https://static.tildacdn.com/tild3135-3166-4864-a435-666233396335/l.svg);
        background-size: cover;
        transition: all .2s ease-in-out;    /*Плавность анимации*/
    }
}
@media screen and (min-width:320px{
    .t958__next:hover:before{ /*Анимация иконки влево при наведении*/
        transition: all .2s ease-in-out;    /*Плавность анимации*/
        transform:translateX(10px);  /*Смещение иконки вправо*/
        opacity:0.7;    /*Прозрачность*/
    }
    
    .t958__previous:hover:before{ /*Анимация иконки влево при наведении*/
        transition: all .2s ease-in-out;    /*Плавность анимации*/
        transform:translateX(-10px);  /*Смещение иконки влево*/
        opacity:0.7;    /*Прозрачность*/
    }
}




.t958__card_popup {
    border-radius: 20px;
}
.t958__more {
    opacity: 100%;
}
.t958__more-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3571de;
}
.t958__more-dot:not(.t958__more-dot:last-child) {
    margin-right: 4px;
}
