.t-body {
    font-family: "Inter Tight", Arial, sans-serif;
}

/* кастом ширина */


@media screen and (max-width:999px) {
    .mob-width-adjust {
        width: calc( 100% - 20px) !important;
    }
}

#rec420021164 .tn-elem[data-elem-id="1481028507037"] .tn-atom {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.55;
    font-weight: 600;
    border-width: 0px;
    border-radius: 10px;
    background-color: #eb0505;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 30px -5px #0000004d;
}

#rec420021164 .tn-elem[data-elem-id="1481028507037"] .tn-atom:hover {
    background-color: #ff0000;
    background-image: none;
    color: #ffffff;
    box-shadow: 0px 20px 50px -5px #0000004d;
}

.t702__form-bottom-text a {
    text-decoration: underline !important;
}

.fs-bars-head {
    text-shadow: 0px 1px 2px black;
}

/* MOB MENU */
.t280__menu {
    text-align: left !important;
}

/* Заголовки внутренних страниц ПК */
.main-title {
    border-bottom: 10px solid #eb0505;
    padding-bottom: 8px;
}

.card-list::before {
    content: "•";
    color: #eb0505;
    font-size: 32px;
    padding-right: 5px;
    top: 3px;
    display: block;
    position: relative;
    line-height: 12px;
}

.card-list-white::before {
    content: "•";
    color: white;
    font-size: 32px;
    padding-right: 5px;
    top: 3px;
    display: block;
    position: relative;
    line-height: 12px;
}

/* МАРКИРОВАННЫЕ СПИСКИ В ТРЕНЕРАХ */
.bulletedlist {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    display: list-item;
    margin-bottom: 8px;
    max-width: 80%;
}

/* КНОПКА В ТРЕНЕРАХ */
.coach-details {
    display: block;
    height: 32px;
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 4px;
    color: white !important;
    width: 240px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
}

@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 14px !important;
    }
}

/* Remove default bullets */
ul {
    list-style: none; /* Remove default bullets */
}

li.bulletedlist::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

li#red.bulletedlist::before {
    color: red; /* Change the color */
}


/* Заголовки внутренних страниц на телефоне */
.main-title {
    border-bottom: 4px solid #eb0505;
    padding-bottom: 8px;
}

.footer-contact-button {
    border: 2px dotted #5a5a5a;
    border-radius: 4px;
    transition: ease-in 200ms;
}

.footer-contact-button:hover {
    border: 0px;
    background-color: #eb0505;
    transition: ease-in 200ms;
}

.footer-form-text a {
    color: white !important;
    text-decoration: underline !important;
}


/* Отступы кнопки с телефоном в МЕНЮ */
.t228 .t-btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.t228__right_buttons {
    padding-left: 20px !important;
}

.t228__imglogo {
    margin-right: 30px !important;
}

.t-input {
    height: 56px !important;
    font-size: 24px !important;
    line-height: 1.33;
}

/* СТИЛИ РАСПИСАНИЯ ТРЕНИРОВОК */

.schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 14px;
    color: white;
}
.day {
    display: block;
    min-width: 140px;
    width: calc(50% - 8px);
    font-size: 20px;
    font-weight: 700;
    background-color: ;
    margin: 0px 0px 30px;
    padding: 0px 0px 0px;
}
.day h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
    .day h3 {
        font-size: 16px;
    }
}
.training {
    display: block;
    font-size: 14px;
    background-color: #282828;
    margin: 0px 0px 8px;
    padding: 8px 8px;
}
.time {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.workout {
    display: block;
    padding-top: 6px;
    font-weight: 600;
    font-size: 16px;
}
.workout p {
    font-weight: 400;
    font-size: 12px;
    margin: 4px 0px 0px;
}
.cat {
    color: white;
    font-size: 12px;
    font-weight: 400;
    display: inline-flex;
    border-radius: 3px;
    margin: 10px 0px 0px;
    padding: 4px 8px;
}
#child {
    background-color: #f4c912;
    color: black;
}
#women {
    background-color: red;
}
#adult {
    background-color: #000;
}

/* КОНЕЦ СТИЛЕЙ РАСПИСАНИЯ ТРЕНИРОВОК */
