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


/* Обложка */

.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;
	}
}


/* Регалии */

.uc-ordenlist .t-section__descr {
    margin-bottom: 10px !important;
    }

.uc-ordenlist .t938__feature-description {
    margin-top: 5px;
    }

.uc-ordenlist ul li {
    margin: 0 0 10px 0;   /* расстояние между пунктами */
    line-height: 1.4;
    }

.uc-ordenlist ol li {
    margin: 0 0 10px 0;   /* расстояние между пунктами */
    line-height: 1.4;
    }

.uc-ordenlist ol {
    list-style-image: url('https://static.tildacdn.com/tild3331-3630-4733-a237-653631303232/ic_star.svg');
    }

@media screen and (max-width: 960px) {
	.uc-ordenlist .t005__text {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
}


/* =================
    Подменю липучка 
   ================= */

.uc-stickymenu .t-records {
  overflow: unset !important;
}


/* Кнопки */

.uc-stickymenu .t976__list-item {
    padding: 0 5px 5px 0;
    }
    
.uc-stickymenu .t976__menu-link_small {
    padding: 4px 10px;
    }
    
.uc-stickymenu .t976__list-item .t986__menu-link {
    box-shadow: 0px 4px 8px rgba(26,3,78,0.1);
    }

.uc-stickymenu .t-container {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    }

.uc-stickymenu .t-col.t-col_12 {
    margin-left: 4px; 
    margin-right: 4px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 100%;
    }
    
/* Экраны */

@media screen and (max-width: 640px) {
    
.uc-stickymenu .t976__list-item .t976__menu-link {
    font-size: 16px !important;
    }

}



