main.katalog h2.septitle,
main.katalog h3.septitle {
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 5px;
}
main.katalog h3.septitle {
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 1.25em;
}
main.katalog h2.septitle::after,
main.katalog h3.septitle::after {
    display: block;
    width: 50px;
    height: 2px;
    background: #15a7dd;
    content: '';
}

main.katalog h3 a {
    color: #000;
}
.night main.katalog h3 a {
    color: #fff;
}
main.katalog h3 a:hover {
    text-decoration: none;
}

main.katalog {
    padding: 50px;
    padding-top: 0;
}
main.katalog .katalog-category:first-of-type h2 {
    margin-top: 0;
}

main.katalog .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
main.katalog a.product-face {
    display: flex;
    min-height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
main.katalog article.single .content a.product-face {
    min-height: 200px;
    min-width: 200px;
    float: left;
    justify-content: center;
}
main.katalog article.single .content a.product-face .label {
    display: none;
}
main.katalog a.product-face .icon,
main.katalog a.grid-article .icon,
nav.product-shortcuts a.product-face .icon {
    width: 100%;
    text-align: center;
    /* min-height: 200px; */
    height: 100px;
    width: 100px;
    margin: 10px;

    transform: scale(1) translate3d(0,0,0);
    transition: transform .2s ease-in-out;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}
main.katalog a.grid-article .icon {
    width: 120px;
    height: 120px;
}
main.katalog a.product-face:hover .icon,
main.katalog a.grid-article:hover .icon,
nav.product-shortcuts a.product-face:hover .icon {
    transform: scale(1.1) translate3d(0,0,0);
}
main.katalog a.product-face .label {
    transition: opacity .2s ease-in-out;
}
main.katalog a.product-face:hover .label {
    opacity: 0.75;
}
main.katalog a.product-face .icon .mask,
main.katalog a.grid-article .icon .mask,
nav.product-shortcuts a.product-face .icon .mask {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(60deg, #11a2dc, #3fdcee);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
main.katalog a.product-face .label {
    line-height: 1.5;
    font-weight: 600;
    margin-top: auto;
    text-align: center;
}
main.katalog a.back-button {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 0.8em;
}
main.katalog a.back-button i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 1.2em;
}


main.katalog article.single > .descbox {
    padding-left: 0;
}
main.katalog h1 {
    font-size: 42px;
    font-weight: 300;
}
main.katalog h1 a span {
    letter-spacing: 0.8px;
}
main.katalog h2.filled,
main.katalog .table-title {
    font-size: 18px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.07);
    padding: 0.75em 1em;
    transition: background .4s ease-in-out;
    clear: both;
}
main.katalog .table-title {
    margin: 1em 0;
}
main.katalog .table-title h2 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}
body.night main.katalog h2.filled,
body.night main.katalog .table-title {
    background: rgba(255, 255, 255, 0.07);
}
main.katalog .table-title {
    display: flex;
    justify-content: space-between;
}
main.katalog .table-title .compare {
    text-transform: none;
}
main.katalog .table-title .compare select {
    max-width: 200px;
}


table.param-table {
    font-size: 16px;
    width: 100%;
}
table.param-table td {
    padding: 0.15em 0.4em;
}
table.param-table td.icon,
table.param-table td.label {
    color: #00adf4;
}
table.param-table td.label {
    white-space: nowrap;
}
table.param-table td.value {
    width: 70%;
}
table.param-table.in-comp td.value {
    width: 50%;
}
table.param-table td.label::after {
    content: ':';
}
table.param-table td.icon {
    color: transparent;
    background: linear-gradient(60deg, #11a2dc, #3fdcee);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.2em;
    line-height: 0;
    width: 50px;
    text-align: right;
}
table.param-table thead a {
    color: inherit;
}
table.param-table thead tr td {
    font-weight: bold;
}

main.katalog article.single > .content {
    padding: 0.5em 0;
}

main.katalog article.single figure.product-image {
    float: left;
    padding: 0;
    margin: 0 2em 0 0;
    max-width: 320px;
}
main.katalog article.single figure.product-image + p,
main.katalog article.single .product-face + p {
    clear: none;
}
main.katalog article.single figure.product-image .title {
    display: none;
}

main.katalog section.os-download h3 {
    font-size: 24px;
    margin-bottom: 0.5em;
}
main.katalog section.os-download select {
    padding: 0.75em;
    margin: 0 0.5em;
}


nav.product-shortcuts a.product-face .icon {
    width: 1.9em;
    height: 1.9em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.16em 0 0;
}


.lsa-side-scroll.katalog .grid-article {
    min-height: 200px;
    width: 200px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
    color: inherit;
    border: 1px solid transparent;
    transition: border-color .2s ease-in-out;
    margin-left: 20px;
    position: relative;
}
.lsa-side-scroll.katalog .grid-article:first-of-type {
    margin-left: 0;
}
.lsa-side-scroll.katalog .grid-article picture {
    display: flex;
    align-items: center;
    height: 200px;
    overflow: hidden;
}
.lsa-side-scroll.katalog .grid-article picture img {
    object-fit: contain;
}
.lsa-side-scroll.katalog .grid-article .title {
    /* margin-top: auto; */
    display: block;
    text-align: center;
    padding: 0.5em;
    white-space: normal;
}
.lsa-side-scroll.katalog .grid-article .year {
    position: absolute;
    opacity: 0.8;
    bottom: -60px;
}
.lsa-side-scroll.katalog .scroll-button {
    top: 50px;
    background: none;
}
.lsa-side-scroll.katalog .scroll-button i {
    font-size: 28px;
    color: inherit;
}
.lsa-side-scroll.katalog {
    margin-bottom: 70px;
}
.lsa-side-scroll.katalog .scroll-area-wrap {
    overflow: visible;
}
.lsa-side-scroll.katalog .scroll-area {
    margin-bottom: -70px;
    padding-bottom: 70px;
    display: grid;
    grid-auto-flow: column;
    scrollbar-width: none;
}
.lsa-side-scroll.katalog .scroll-area::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 818px) {
    main.katalog article.single .content a img.alignleft {
        max-width: 100%;
        margin-left: 0;
    }
    main.katalog article.single figure.product-image {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    main.katalog {
        padding: 0;
    }
    main.katalog a.product-face .icon {
        min-height: 120px;
    }
    main.katalog .items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
    table.param-table td.icon {
        padding: 0 0.25em 0 0;
        width: auto;
    }
    table.param-table td.label {
        white-space: initial;
    }
    table.param-table td.value {
        width: auto;
    }

    main.katalog .table-title {
        display: block;
    }
    main.katalog .table-title .compare {
        margin-top: 0.5em;
    }

    .lsa-side-scroll.katalog .grid-article {
        min-height: 150px;
        width: 150px;
    }
    .lsa-side-scroll.katalog .grid-article picture {
        height: 150px;
    }

    nav.product-shortcuts a.product-face .icon {
        margin: 0 1.25em 0 0.75em;
    }

    article .single-footer .line .commentslink-wrapper {
        padding-bottom: 0 !important;
    }

}