.uc-cards .t1073__bgimg{
	border-radius: 15px;
	z-index: 1;
}

.uc-cards .t1073__col{
    display: flex;
    flex-direction: column;
}

.uc-cards .t1073__textwrapper{
	background: #29272c;
    border-radius: 10px;
    padding: 20px;
    margin-top: -25px;
    padding-top: 45px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
}

.uc-cards .t1073 .t-card__title{
	margin-bottom: 0px;
    margin-top: 0px;
}

.uc-cards .t-card__uptitle{
	position: absolute;
    right: 20px;
    top: 55px;
    font-weight: 400;
}

.uc-cards .t1073__price{
	text-align: right;
}

.uc-cards .t-card__descr{
	font-size: 12px !important;
	font-weight: 300 !important;
}
.uc-cards .t-card__descr ul{
	font-size: 15px !important;
    font-weight: 400 !important;
}

.uc-cards .t-card__link{
	margin-top: auto;
}