.sp-header-schedule {
    position: relative;
    padding-left: 50px;
    align-self: center;
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
}

.sp-header-schedule__icon {
    width: 30px;
    height: 30px;
    fill: #cdcdcd;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}

.sp-header-schedule__list {}

.sp-header-schedule__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.sp-header-schedule__property {
    color: #cdcdcd;
    font-weight: normal;
    flex-basis: 50%;
    max-width: 50%;
}

.sp-header-schedule__value {
    color: #28333e;
    font-weight: 500;
    flex-basis: 50%;
    max-width: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sp-header-call__item { font-size: 14px; white-space: nowrap; }
    .sp-header-call__phone { line-height: 1.3; }
    .sp-header-call__modal { font-size: 12px; }
    .sp-header-schedule { padding: 0; }
    .sp-header-schedule__icon { display: none; }
    .sp-header-schedule__item { font-size: 10px; }
}

.header-top-contacts {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    font-size: 12px;
}

@media (max-width: 360px) {
    .header-top-contacts { font-size: 10px; }
}
@media (min-width: 992px) {
    .header-top-contacts { display: none }
}
@media (max-width: 992px) {
    .header-top-contacts { display: flex; justify-content: center }
}

.header-top-contacts ul {
    display: flex;
}

.header-top-contacts li {
    white-space: nowrap;
}

.header-top-contacts li:not(:first-child)::before {
    content: "/";
    color: #cfcfcf;
    margin: 0 5px;
}

.header-top-contacts strong {
    color: #222;
    font-weight: 500;
}

.js-search-cat:hover{
    cursor:pointer;
}
.js-search-cat-link{
    color: #00b4e3;

}
.js-search-cat-link:hover{
    color: #ff0000;
    text-decoration: underline !important;
}
#sp-rating:hover{
    cursor: pointer;
}
#corrected{
    font-style: italic;
    color: #03b4e3;
    text-decoration: underline;
}