.uc-prod-70_30 .t-container:before,
.uc-prod-30_70 .t-container:before,
.uc-prod-30 .t-container:before {
    content: none;
}
.uc-prod-70_30 .t-container,
.uc-prod-30_70 .t-container,
.uc-prod-30 .t-container {
    gap: 12px;
}
.uc-prod-70_30 .t-col,
.uc-prod-30_70 .t-col,
.uc-prod-30 .t-col {
    margin: 0;
}
.uc-prod-70_30 .t-col:first-child,
.uc-prod-30_70 .t-col:last-child{
    width: calc(65% - 6px);
    max-width: calc(65% - 6px);
}
.uc-prod-70_30 .t-col:last-child,
.uc-prod-30_70 .t-col:first-child{
    width: calc(35% - 6px);
    max-width: calc(35% - 6px);
}
.uc-prod-30 .t-col{
    width: calc((100% / 3) - 8px);
    max-width: calc((100% / 3) - 8px);
}
.uc-prod-70_30 .t686__cell,
.uc-prod-30_70 .t686__cell,
.uc-prod-30 .t686__cell {
    justify-content: flex-start;
}
.uc-prod-70_30 .t686__textwrapper,
.uc-prod-30_70 .t686__textwrapper,
.uc-prod-30 .t686__textwrapper {
    height: 100%;
    padding: 40px;
}
.uc-prod-70_30 .t686__textwrapper__content,
.uc-prod-30_70 .t686__textwrapper__content,
.uc-prod-30 .t686__textwrapper__content {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.uc-prod-70_30 .t-card__btn-wrapper,
.uc-prod-30_70 .t-card__btn-wrapper,
.uc-prod-30 .t-card__btn-wrapper {
    margin: 0;
}
.uc-prod-70_30 .t686__button-container,
.uc-prod-30_70 .t686__button-container,
.uc-prod-30 .t686__button-container,
.uc-services .t686__button-container{
    display: flex;
    justify-content: flex-end;
}
.uc-prod-70_30 .t686 .t-card__btn,
.uc-prod-30_70 .t686 .t-card__btn,
.uc-prod-30 .t686 .t-card__btn,
.uc-services .t686 .t-card__btn{
    display: flex;
    align-items: center;
    height: auto;
    padding: 0;
    position: relative;
    padding-right: 20px;
}
.uc-prod-70_30 .t686 .t-card__btn:before,
.uc-prod-30_70 .t686 .t-card__btn:before,
.uc-prod-30 .t686 .t-card__btn:before,
.uc-services .t686 .t-card__btn:before {
    content: '';
    display: block;
    width: 9px;
    height: 2px;
    background: #000;
    border-radius: 10px;
    transform: translateY(-5px) rotate(-45deg);
    position: absolute;
    right: 0;
    bottom: 0;
}
.uc-prod-70_30 .t686 .t-card__btn:after,
.uc-prod-30_70 .t686 .t-card__btn:after,
.uc-prod-30 .t686 .t-card__btn:after,
.uc-services .t686 .t-card__btn:after{
    content: '';
    display: block;
    width: 9px;
    height: 2px;
    background: #000;
    border-radius: 10px;
    transform: translateY(5px) rotate(45deg);
    position: absolute;
    right: 0;
    top: 0;
}
/*услуги*/
.uc-services .t-col_4 {
    margin: 0;
    max-width: calc((100% / 3) - (80px / 3));
    box-sizing: border-box;
    height: 200px;
}
.uc-services .t-col_4 .t686__table {
    height: 100%!important;
    padding: 20px;
    box-sizing: border-box;
}
.uc-services .t686__container {
    gap: 40px;
}
.uc-services .t686__container:before {
    content: none;
}
.uc-services .t686__show_hover .t686__textwrapper {
    opacity: 1;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
}
.uc-services .t686__textwrapper__content {
    margin: 0;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.uc-services .t686__bg {
    background-size: 100px 100px;
    background-position: center 20px;
    /*transition: all .3s ease-in-out;*/
}
.uc-services .t686__img {
    display: block;
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    /*transition: all .3s ease-in-out;*/
}
.uc-services .t-card__title {
    color: #fff!important;
}
.uc-services .t686__separator {
    display: none;
}
.uc-services .t686__button-container {
    height: 0;
    /*transition: all .3s ease-in-out;*/
}
.uc-services .t-card__btn-wrapper {
    margin-top: 0;
}
.uc-services .t686__cell:hover .t686__bg {
    opacity: 0;
}
.uc-services .t686__cell:hover .t686__img {
    opacity: 1;
    height: 40px;
    margin-bottom: 20px;
}
.uc-services .t686__cell:hover .t-card__title {
    color: #2b2a29!important;
}
.uc-services .t686__cell:hover .t686__button-container {
    height: auto;
}
.uc-services .t686__cell:hover .t686__textwrapper__content {
    justify-content: space-between;
}








