/* ==========
    Тренинги
   ========== */


/* Обложка */

.t-shadow {
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    }

/* Дата */

.uc-date .t850__wrap {
    padding: 10px 10px;
    }

@media screen and (max-width: 960px) {
    .uc-date .t850__bottommargin {
        margin-bottom: 5px !important;
        }
    .uc-date .t850__col {
        margin-bottom: 0px !important;
        }
    .uc-date .t850__wrap {
        padding: 20px 20px 10px;
        }
    }

/* Таймер */

.uc-timer .t-cover,
.uc-timer .t-cover__carrier {
	height: 230px !important;
}

.uc-timer .t415__textwrapper {
	margin-bottom: 30px !important;
}

.uc-timer .t415__content {
	padding: 0px !important;
}

@media screen and (max-width: 1024px) {
	.uc-timer .t-cover,
	.uc-timer .t-cover__carrier {
		height: 160px !important;
	}
}

@media screen and (max-width: 640px) {
	.uc-timer .t415__col {
		padding: 0 10px !important;
	}
}

/* Преподаватель */

@media screen and (max-width: 640px) {
    .uc-trhost-640 .t842__wrap {
        display: flex;
        }
    }

.uc-trhost-640 .t842__col .t842__inner-col {
    box-shadow: 0px 10px 40px rgba(26, 3, 78, 0.1);
    }

.uc-trhost-640 .t842__col .t842__inner-col:hover {
    background-color: #ffffff !important;
    box-shadow: 0px 4px 8px rgba(26,3,78,0.1)
    } 

.uc-trhost-640 .t842__bgwrapper {
    width: 120px !important;
    }

.uc-trhost-640 .t842__wrap_right {
    padding: 20px !important;  
    }

/* Тарифы-заголовок */

@media (min-width: 640px) and (max-width: 1024px) {
    .uc-plan-title .t017__title {
        font-size: 42px !important;
        }
    }

    .uc-plan-title .t017__uptitle {
        padding-bottom: 0px !important;
    }



/* ============
    Перевязки
   ============ */
   
/* Карточки */
.uc-seemore .t858__inner-col {
	height: 100% !important;
}

.uc-seemore .t858__wrap {
	padding: 10px 15px !important;
	display: flex;
	align-items: center;
	gap: 10px;
}

.uc-seemore .t858__bgimg {
	margin-bottom: 0px !important;
}

.uc-seemore .t858__separator {
	margin-bottom: 20px !important;
	margin-top: 0px;
}

/* 480–960px: 2 колонки */
@media screen and (min-width: 480px) and (max-width: 960px) {
	.uc-seemore .t858__container.t-container_flex {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}

	.uc-seemore .t858__col {
		width: 50% !important;
		max-width: 50% !important;
		flex: 0 0 50% !important;
	}

	.uc-seemore .t858__separator {
		margin-bottom: 0px !important;
	}

	.uc-seemore .t-col {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

/* 