/* Устанавливает шрифт для Логотипа */
.uc-navbar .t462__logo, .uc-navbar-footer .t457__logo, .tmenu-mobile__burgerlogo__title {
    font-family: 'Playball';
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
}
.uc-navbar .t462__logo:hover, .uc-navbar-footer .t457__logo:hover, .tmenu-mobile__burgerlogo__title:hover {
    color: #e95e8f !important;
}
/* Отключает ненужные отступы */
.t795__title, .t578__title {
    margin-bottom: 0px;
}
.uc-navbar-footer .t457__col_mt30 {
    margin-top: 20px !important;
}
/* Смена цвета при наведении у ссылок в подвале */
.uc-navbar-footer .t457__li > a {
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
}
.uc-navbar-footer .t457__li > a:hover {
    color: #c6bef6 !important;
    opacity: 1 !important;
}
/* Внутренний фон для шапки */
.t462, .tmenu-mobile {
    -webkit-box-shadow: 0px -5px 5px -5px rgba(114,94,233, 0.45) inset;
    -moz-box-shadow: 0px -5px 5px -5px rgba(114,94,233, 0.45) inset;
    box-shadow: 0px -5px 5px -5px rgba(114,94,233, 0.45) inset !important;
}
/* Чтобы контент под шапку не заезжал */
.uc-top-block {
    margin-top: 130px;
}
/**/
/* Буллеты у слайдера с отзывами */
.t958__more-dot {
    width: 8px;
    height: 8px;
    background-color: #3b306e;
}
.t958__more-dot:not(:last-child) {
    margin-right: 4px;
}
@media screen and (max-width: 980px) {
    .uc-top-block {
        margin-top: 80px !important;
    }
}
@media screen and (max-width: 960px) {
    /* Перезаписывает стили Тильды и устанавливает отступы для разделителя между карточками курсов */
    .t1068__line_mobile {
        margin: 25px auto !important;
    }
    /* Перезаписывает стили Тильды и устанавливает отступ между блоками :В стоимость курсов входит: */
    .t841 .t-col:not(:last-child) {
        margin-bottom: 15px;
    } 
    /* Перезаписывает стили Тильды и не дает заголовку сместится влево */
    .t1148 .t-section__container .t-align_right, .t1148 .t-section__container .t-align_center {
        text-align: center !important; 
        margin-left: auto !important; 
    }
}
@media screen and (max-width: 480px) {
    .uc-top-block {
        margin-top: 70px !important;
    }
}