/**** top-ba ***/
#sp-top-bar {
    color: #ffffff;
}
#sp-top-bar a {
    color: #ffffff;
}
#sp-header {
    background: #d9f7fc;
}
#sp-header {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    animation: spFadeIn 0.5s;
}



/**--------- меню---------**/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
padding: 0 10px;
font-weight: 400;
text-decoration: none;
font-size: 18px;
text-transform: uppercase;
}

/**--------- контент---------**/
/**-#sp-main-body {
padding: 10px 0!important;
} --**/

/**--------- отступ в лайтбоксе формы---------**/
.ba-forms-lightbox-row i {
    color: var(--label-typography-color) !important;
    cursor: pointer;
    font-size: 24px;
    padding: 5px !important;
    text-align: center;
    width: 24px;
    transition: .3s;
}

/**--------- календарь формы---------**/

.ba-form-calendar-field .ba-field-container input[readonly] {
    cursor: pointer;
    height: 58px;
}