/* Данные стили подключаются и грузятся в конце для тяжелых анимаций и рабочих правок */
.header-decor__svg path,
.footer-decor__svg path{
    /* fill: #00000022; */
}

/* .seasonal-overlay svg {
    margin: 50px;
    width: 250px;
    height: 250px;
}

.seasonal-overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
    background-image: url("data:image/svg+xml,...");
    background-repeat: repeat;
    background-size: 250px 250px;
    opacity: 0.55;
    animation: buh_oberegSeasonMove 120s linear infinite;
    color: #e83535;
} */

/* Таблица: Беременность по неделям */
.table_calendar {
    width: 100%;
    border-radius: 12px;
    border: 0px solid #999;
    background-color: #fff9e7;
    text-align: center;
}
.table_calendar th {
    background: #ee6677;
    text-transform: uppercase;
    font-weight: 700;
}
.table_calendar th h2 {
    color: #fff;
    margin: 0;
}
.table_calendar .trimestr {
    border: 1px solid #bbb;
    border-radius: 12px;
    display: inline-block;
    padding: 5px 15px;
    margin: 5px 0;
    text-decoration: none;
    color: #000;
}
.table_calendar .trim_1 {
    background-color: #9e9;
    font-size: 24px;
}
.table_calendar .trim_1:hover,
.table_calendar .trim_1m,
.table_calendar .m_week_1 {
    background-color: #cfc;
}
.table_calendar .trim_1m:hover,
.table_calendar .m_week_1:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    background-color: #9e9;
    color: #a00;
}

.table_calendar .trim_2 {
    background-color: #6de;
    font-size: 24px;
}
.table_calendar .trim_2:hover,
.table_calendar .trim_2m,
.table_calendar .m_week_2 {
    background-color: #8ef;
}
.table_calendar .trim_2m:hover,
.table_calendar .m_week_2:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    background-color: #6de;
    color: #a00;
}

.table_calendar .trim_3 {
    background-color: #ff96da;
    font-size: 24px;
}
.table_calendar .trim_3:hover,
.table_calendar .trim_3m,
.table_calendar .m_week_3 {
    background-color: #fae;
}
.table_calendar .trim_3m:hover,
.table_calendar .m_week_3:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    background-color: #ff96da;
    color: #a00;
}