

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/error_table/style.css?17691758822945*/
html {
    scroll-behavior: smooth;
}
.side-menu._wide{
    width:100%;
}
div.error__item{
    margin-bottom: 0;
}
.error__item .vacancies__accordion-btn{
    padding: 15px 60px 15px 30px;
    font-size: 16px;
}
.error_table{
    width: 100%;
    border-collapse: collapse;
}
.error_table td{
    padding: 10px 15px;
    border: 1px solid #4A483F;
}
.error_table td:first-child{
    width: 100px;
}
.side-menu.sticky-block{
    padding: 18px;
    font-size: 16px;
    line-height: 25px;
    color: #454A52;
    box-shadow: 0px 0px 24px 0px rgba(173,187,201,0.32);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(173,187,201,0.32);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    width: 100%;
    z-index: 10;
}
.side-menu.side-menu.sticky-block--stick {
    position: fixed;
    height: auto;
    left: 0;
}
.alpha__list{
    background: rgba(173,187,201,0.32);
}

.alphabet__list{
    margin-bottom: 30px;
}
.alphabet__list-item{
    font-weight: bold;
    font-size: 18px;
    margin-right:6px;
}
.alpha__list--name{
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
    color: #0d56ad;
}
.alpha__list-item--name{
    font-weight: bold;
}

.row .error__list ul{
    list-style: inherit;
    margin-left: 20px;
}

.error__list table{
    border-collapse: collapse;
}

.error__list table td{
    padding: 10px 15px;
    border: 1px solid #4A483F;
}

@media (max-width: 768px) { 
    .error-block {
        position: relative;
    }

    .error-block .side-menu {
        position: static;
    }

    .error-block .error-block__search {
        position: absolute;
        z-index: 10;
        top: 35px;
        padding: 0;
    }

    .error-block .alphabet__list {
        margin-bottom: 165px;
    }

    .error-block__table-wrapper {
        overflow: auto;
    }
}

@media (max-width: 550px) {
    .error-block .error-block__search {
        position: absolute;
        z-index: 10;
        top: 55px;
    }
}

.match-counter {
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 27px;
    opacity: 0;
    z-index: -1;
    transition: 0.2s;
    background-color: #ffffff;
}

.match-counter--active {
    opacity: 1;
    z-index: 1;
}

.match-counter__numbers {
    margin-right: 8px;
}

.match-counter__buttons-block {
    display: flex;
}

.match-counter__button {
    padding: 0;
    border: none;
    background: none;
    font-size: 18px;
    transition: 0.2s;
}

.match-counter__button:first-child {
    margin-right: 8px;
}


.match-counter__button:hover {
    opacity: 0.7;
    transition: 0.2s;
}

@media (max-width: 768px) {
    .match-counter {
        bottom: 45px;
    }

    .sticky-block--stick .match-counter {
        bottom: 27px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/error_table/style.css?17691758822945 */
