

/* Start:/inform/noise-calculator/style.css?17744415111051*/
html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 70px;
}

.table-wrapper {
    margin-top: 16px;
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    overflow: auto;
}

.table-wrapper + .table-wrapper {
    margin-top: 24px;
}

table {
    width: 100%;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
    border: none;
}

th {
    background: #FFF7E1;
    text-align: center;
}

th,
td {
    min-width: 62px;
    padding: 3px 16px;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #BDBDBD;
}

th:first-child,
td:first-child {
    border-left: none;
}

th:last-child,
td:last-child {
    border-right: none;
}

tr:first-child th,
tr:first-child td {
    border-top: none;
}

tr:last-child th,
tr:last-child td,
.bottom-borderless {
    border-bottom: none;
}

@media (max-width: 767px) {
    .table-wrapper + .table-wrapper {
        margin-top: 16px;
    }
}

@media (max-width: 639px) {
    th, td {
        padding: 3px 4px;
        font-size: 14px;
        line-height: 19px;
    }
}
/* End */


/* Start:/local/components/dev.autoset/breadcrumb/templates/.default/style.css?16799162862189*/
.breadcrumbs__wrap {
    position: relative;
    padding: 8px 0 16px 0;
}

.breadcrumbs__items,
.breadcrumbs__items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__items {
    overflow: auto;
}

.bg-block .shadow-left:before,
.bg-block .shadow-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    background: linear-gradient(90deg, #E8E9EB 25%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

.bg-block .shadow-left:before {
    left: -1px;
}

.bg-block .shadow-right:after {
    right: -1px;
    transform: rotate(-180deg);
}

.breadcrumbs__items-wrap.visible {
    flex-wrap: wrap;
}

.breadcrumbs__item {
    position: relative;
    margin-right: 20px;
}

.breadcrumbs__item:last-of-type {
    margin-right: 0;
}

.breadcrumbs__item a, .breadcrumbs__item span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    color: #828282;
}

.breadcrumbs__item a {
    font-weight: 500;
}

.breadcrumbs__item:last-of-type a, .breadcrumbs__item:last-of-type span {
    pointer-events: none;
    font-weight: 400;
}

.breadcrumbs__item:not(:last-child):before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    right: -16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58394 10L4 9.41606L7.44526 6L4 2.58394L4.58394 2L8.58395 6L4.58394 10Z' fill='%23828282'/%3E%3C/svg%3E%0A");
}

.breadcrumbs-filter .breadcrumbs__wrap {
    padding: 24px 24px 16px 0;
}

@media (min-width: 768px) {
    .breadcrumbs-filter .container-block {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .breadcrumbs-filter .breadcrumbs__wrap {
        padding: 16px 32px 16px 0;
    }

    .breadcrumbs .container-block {
        width: 100%;
    }

    .breadcrumbs__item a, .breadcrumbs__item span {
        font-size: 10px;
        line-height: 16px;
    }
}
/* End */


/* Start:/local/components/dev.autoset/breadcrumb/templates/.default/style_after_form.css?1666245794206*/
.breadcrumbs {
    margin-top: -24px;
}

@media (max-width: 1199px) {
    .breadcrumbs {
        margin-top: -20px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin-top: -16px;
    }
}
/* End */


/* Start:/local/components/dev.autoset/noise.calculator/templates/.default/style.css?17744415112739*/
.calculator {
    margin: 16px auto 0;
    max-width: 600px;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 1px #E8E9EB inset;
}

.calculator__bg {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border-radius: 12px;
    background: #E8E9EB;
}

.calculator__select-list {
    display: flex;
    gap: 24px;
}

.calculator__subtitle {
    font-size: 20px;
    text-align: center;
}

.calculator__select-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.calculator__select-item.mark:before,
.calculator__select-item.mark:after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 20px;
    font-size: 20px;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
}

.calculator__select-item.mark:before {
    content: '/';
    left: 0;
    margin-left: -22px
}

.calculator__select-item.mark:after {
    content: 'R';
    right: 0;
    margin-right: -22px;
}

.calculator__label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 14px;
}

.calculator__result {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 32px 32px;
}

.calculator__help-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.calculator__help {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.calculator__help:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    z-index: 0;
    border-radius: 50%;
    border: 1px solid var(--main-blue-color);
}

.no-touch .calculator__help:hover:before,
.touch .calculator__help.open:before {
    border: 1px solid var(--main-red-color);
}

.calculator__help svg {
    display: block;
    width: 8px;
    height: 10px;
    fill: var(--main-blue-color);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.no-touch .calculator__help:hover svg,
.touch .calculator__help-circle.open svg {
    fill: var(--main-red-color);
}

.calculator td {
    text-align: center;
}

.calculator td.mark {
    background: var(--main-blue-color);
    color: #FFF;
}

@media (max-width: 767px) {
    .calculator,
    .calculator__bg {
        border-radius: 6px;
    }

    .calculator__subtitle {
        font-size: 18px;
    }

    .calculator__bg,
    .calculator__result {
        padding: 16px;
        gap: 16px;
    }
}
/* End */
/* /inform/noise-calculator/style.css?17744415111051 */
/* /local/components/dev.autoset/breadcrumb/templates/.default/style.css?16799162862189 */
/* /local/components/dev.autoset/breadcrumb/templates/.default/style_after_form.css?1666245794206 */
/* /local/components/dev.autoset/noise.calculator/templates/.default/style.css?17744415112739 */
