.js-output {
    margin-top: 20px;
    font-size: 18px;
    color: red;
}

.js-output:empty {
    margin-top: 0;
}

.js-output.success {
    color: green;
}

.page-404 {
    margin: 0 0 10rem;
}

.page-404__text {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 6rem;
}

.page-404__text a {
    color: #20877D;
    background-image: linear-gradient(#20877D, #20877D);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.25s ease-out, color 0.2s;
}
.page-404__text a:hover {
    background-size: 100% 1px;
}

.services-page__nav-submenu-list {
    display: none;
}

.services-page__nav-list-item--active .services-page__nav-submenu-list {
    display: block;
}
.results--not-found{
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #B7B7B7;
}
.js-hidden{
    display: none;
}
.table-overlflow{
    overflow: auto;
    position: relative;
    height: 800px;
}


.top-block__contacts-wrap .object-fit {
    align-items: flex-start;
}
