/**
Theme Name: Astra Cust
Template: astra
Version: 1.0.0
*/

/* .menu-bokovoe-container .current-menu-item a {
    color: #E40928 !important;
    font-weight: bold !important;
} */

.menu-bokovoe2-container .current-menu-item:not(.current-menu-ancestor) > a,
.menu-bokovoe-container .current-menu-item:not(.current-menu-ancestor) > a {
    color: #E40928 !important;
    font-weight: bold !important;
}

.menu-bokovoe2-container li,
.menu-bokovoe-container li {
    margin-bottom: 10px; /* Увеличивает расстояние между пунктами */
    margin-top: 10px; 
}
.menu-bokovoe2-container a,
.menu-bokovoe-container a {
	display: block;
    line-height: 1.2; /* Уменьшает расстояние между строками в одном пункте */
}
table, td, th {
    border: 1px solid #e1e4e6 !important;
}

th {
    background: #edf3f7;
}

.wpcf7-submit {
    background-color: #E40928; /* Цвет фона */
    color: #ffffff !important;/* Цвет текста */
    font-size: 16px; /* Размер шрифта */
    width: 100%; /* Кнопка на всю ширину формы */
    max-width: 200px;
    padding: 16px 40px 16px 40px!important;
	font-weight: 300 !important;
}

.wpcf7-spinner {
    display: block;
    margin: 5px auto 0;
}

