/* --------------------
 Other
-------------------- */
.other {
    margin: 0 0 100px;
    padding: 60px 0 0;
}

@media (min-width: 768px) {
    .other {
        padding: 70px 0 0;
    }
}

.other-container {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .other-container {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .other__catalog__table-wrapper {
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .other__catalog .js-ps {
        max-height: none !important;
    }
}

.other__catalog__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.other__catalog__table > thead > tr > th, .other__catalog__table > thead > tr > td {
    background-color: #fff;
    border-left: 1px solid var(--color-theme);
    border-top: 1px solid var(--color-theme);
    color: var(--color-theme);
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
    padding: 12px 8px;
    text-align: center;
    vertical-align: center;
    width: auto;
}

@media (min-width: 768px) {
    .other__catalog__table > thead > tr > th, .other__catalog__table > thead > tr > td {
        font-size: var(--fs14);
        padding: 12px 10px;
    }
}

@media (min-width: 992px) {
    .other__catalog__table > thead > tr > th, .other__catalog__table > thead > tr > td {
        font-size: var(--fs16);
    }
}

.other__catalog__table > thead > tr > th._yt img, .other__catalog__table > thead > tr > td._yt img {
    height: 20px;
    width: auto;
}

@media (min-width: 768px) {
    .other__catalog__table > thead > tr > th:nth-child(2), .other__catalog__table > thead > tr > td:nth-child(2) {
        width: 130px;
    }
}

@media (min-width: 992px) {
    .other__catalog__table > thead > tr > th:nth-child(2), .other__catalog__table > thead > tr > td:nth-child(2) {
        width: 170px;
    }
}

.other__catalog__table > thead > tr > th:last-child, .other__catalog__table > thead > tr > td:last-child {
    border-right: 1px solid var(--color-theme);
}

@media (min-width: 768px) {
    .other__catalog__table > thead > tr > th:last-child, .other__catalog__table > thead > tr > td:last-child {
        width: 170px;
    }
}

@media (min-width: 992px) {
    .other__catalog__table > thead > tr > th:last-child, .other__catalog__table > thead > tr > td:last-child {
        width: 186px;
    }
}

.other__catalog__table > tbody > tr > th, .other__catalog__table > tbody > tr > td {
    background-color: #fff;
    border-bottom: 1px solid var(--color-theme);
    border-left: 1px solid var(--color-theme);
    font-size: var(--fs12);
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.4;
    padding: 12px 8px;
    text-align: left;
    vertical-align: center;
    width: auto;
}

@media (min-width: 768px) {
    .other__catalog__table > tbody > tr > th, .other__catalog__table > tbody > tr > td {
        font-size: var(--fs14);
        padding: 20px 10px;
    }
}

@media (min-width: 992px) {
    .other__catalog__table > tbody > tr > th, .other__catalog__table > tbody > tr > td {
        font-size: var(--fs16);
    }
}

.other__catalog__table > tbody > tr > th a, .other__catalog__table > tbody > tr > td a {
    color: inherit;
    text-decoration: underline;
}

.other__catalog__table > tbody > tr > th a:focus, .other__catalog__table > tbody > tr > td a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .other__catalog__table > tbody > tr > th a:hover, .other__catalog__table > tbody > tr > td a:hover {
        text-decoration: none;
    }
}

.other__catalog__table > tbody > tr > th:last-child, .other__catalog__table > tbody > tr > td:last-child {
    border-right: 1px solid var(--color-theme);
}

.other__catalog__table > tbody > tr > th._page, .other__catalog__table > tbody > tr > td._page {
    text-align: center;
}

.other__catalog__table > tbody > tr > th._yt, .other__catalog__table > tbody > tr > td._yt {
    font-weight: 700;
    text-align: center;
}

.other__catalog__table > tbody > tr > th {
    font-weight: 700;
}

@media (min-width: 768px) {
    .other__catalog__table > tbody > tr > th[rowspan]:first-child {
        width: 120px;
    }
}

@media (min-width: 992px) {
    .other__catalog__table > tbody > tr > th[rowspan]:first-child {
        width: 170px;
    }
}

.other__catalog__table > tbody > tr:first-child > th, .other__catalog__table > tbody > tr:first-child > td {
    border-top: 1px solid var(--color-theme);
}

.other__catalog__table > tbody > tr._section-1 > th[rowspan]:first-child {
    background-color: #4194d0;
    color: #fff;
    text-align: center;
}

.other__catalog__table > tbody > tr._section-1:nth-child(odd) > th, .other__catalog__table > tbody > tr._section-1:nth-child(odd) > td {
    background-color: #e4f4f6;
}

.other__catalog__table > tbody > tr._section-2 > th[rowspan]:first-child {
    background-color: #6bb286;
    color: #fff;
    text-align: center;
}

.other__catalog__table > tbody > tr._section-2:nth-child(odd) > th, .other__catalog__table > tbody > tr._section-2:nth-child(odd) > td {
    background-color: #eef9e9;
}

.other__catalog__table > tbody > tr._section-3 > th[rowspan]:first-child {
    background-color: #13a7a5;
    color: #fff;
    text-align: center;
}

.other__catalog__table > tbody > tr._section-3:nth-child(odd) > th, .other__catalog__table > tbody > tr._section-3:nth-child(odd) > td {
    background-color: #ddeeee;
}

.other__catalog__table > tbody > tr._section-4 > th[rowspan]:first-child {
    background-color: #b6af59;
    color: #fff;
    text-align: center;
}

.other__catalog__table > tbody > tr._section-4:nth-child(odd) > th, .other__catalog__table > tbody > tr._section-4:nth-child(odd) > td {
    background-color: #eae7ce;
}