
.article-model {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
}

.article-model img {
    height: 650px;
    width: auto;
}
.article {
    display: block;
    width: 100%;
    position: relative;
}

.article-model .article.main {
    height: 430px;
}

.article .ast {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 25px);
    text-align: center;
    color: #FFFFFF;
    line-height: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}


.text-limit {
}

.text-limit-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.cw1 {
    width: calc(100% / 12)
}

.cw2 {
    width: calc((100% / 12) * 2)
}

.cw3 {
    width: calc((100% / 12) * 3)
}

.cw4 {
    width: calc((100% / 12) * 4)
}

.cw5 {
    width: calc((100% / 12) * 5)
}

.cw6 {
    width: calc((100% / 12) * 6) !important;
}

.cw7 {
    width: calc((100% / 12) * 7)
}

.cw8 {
    width: calc((100% / 12) * 8)
}

.cw9 {
    width: calc((100% / 12) * 9)
}

.cw10 {
    width: calc((100% / 12) * 10)
}

.cw11 {
    width: calc((100% / 12) * 11)
}

.cw12 {
    width: calc((100% / 12) * 12)
}

.ch6 {
    height: calc((100% / 12) * 6)
}
.ch12 {
    height: calc((100% / 12) * 12)
}

.cw-auto {
    width: auto;
}



.relative {
    position: relative;
}
.cell {
    margin: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: hidden;
    display: block;
}
.cell-img {
    background-position: center;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    filter: brightness(70%);
}

.article.main.cell .ast {
    bottom: 80px;
}

.list-element-img:hover {
    transform: scale(1);
}
.article-row {
    width: 100%;
    height: 100%;
}
.article-row-50 {
    height: 50%;
}

.article:hover .cell-img {
    transform: scale(1);
}

.list-label {
    background: #f1f1f1;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
}
.list-label.news {
    background: #000000;
}
.list-label.events {
    background: var(--color-main-dark);
}
.list-label.campaigns {
    background: var(--color-main-brigth);
    color: #000000;
}
.list-label.date-label {
    color: #000000;
    margin-left: 15px;
}
.list-title, .list-title a {
    color: var(--color-main-dark);
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
}

.list-text {
    font-size: 16px;
}

.library {
    width: 100%;
}

.filter-open.library {
    width: calc(100% - 300px);
}

.list-library {
    width: calc(100%/12*4);
}

.filter-open .list-library {
     width: calc(100%/12*6);
}
.list-library .list-title {
    color: var(--color-main-dark);
    font-weight: bold;
}

.list-library .list-element-img {
    transform: scale(1) !important;
}

.list-library .library-info {
    width: calc(100% - 270px);
}

.filter-panel {
    width: 300px;
    background: var(--color-main-brigth-ultra-2);
    min-height: 800px;
    display: none;
    margin-right: 15px;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid var(--color-main-dark);
    border-radius: 5px;
}

.collection .filter-panel {
    margin-top: 0 !important;
}


.filter-panel.absolute-box {
    z-index: 10;
    top: -10px;
    position: absolute;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.filter-panel.show {
    display: block;
}

.filter-panel .row label {
    display: block;
    font-weight: bold;
    color: var(--color-main-dark);
    margin-bottom: 3px;
}

.filter-panel .row input {
    display: block;
    height: 20px;
    padding: 5px;
    width: calc(100% - 15px);
    border: 1px solid var(--color-main-dark);
    outline: none !important;
    border-radius: 3px;
}

.filter-panel .row select {
    display: block;
    height: 32px;
    padding: 5px;
    width: calc(100% - 5px);
    border: 1px solid var(--color-main-dark);
    outline: none !important;
    border-radius: 3px;
}

.filter-panel .row .clear-single {
    height: 30px;
    width: 30px;
    margin-left: 2px;
    border: 1px solid var(--color-main-super-dark);
    border-left: 0;
    line-height: 30px;
    text-align: center;
    background: var(--color-main);
    color: #FFFFFF;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

/* region Library Detail */
.ld {
    margin: 0 auto;
    width: 1100px;
}
.ld .book-image {
    width: 520px;
}

.ld .book-image img {
    width: 100%;
}


.ld .book-info {
    width: calc(100% - 550px);
    padding-left: 30px;
}

.ld .book-info .title {
    color: var(--color-main-dark);
    font-size: 32px;
    font-weight: bold;
}

.ld .author .font-bold {
    color: var(--color-main-dark);
}

.ld .author .list-label {
    margin-right: 10px;
}

.ld .book-description {
    font-size: 18px;
}

.ld .info-row {
    display: flex;
    margin-top: 15px;
    color: var(--color-main-dark);
}

.ld .info-row .font-bold {
    margin-left: 10px;
}


.ld .partner .list-label {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.ld .partner .partner-name {
    height: 30px;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-main-dark);
}

.ld .button {
    background: var(--color-main-dark);
    color: #FFFFFF;
    font-size: 20px;
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.ld .price {
    font-size: 28px;
    font-weight: bold;
    color: var(--color-main-dark);
}

.ld .back-list {
    text-align: center;
    margin-bottom: 25px;
    display: block;
}

.ld .back-list a {
    color: var(--color-main-dark) !important;
    cursor: pointer !important;
}



    /* endregion */

.text-gray {
    color: #777777;
}

.splide__arrow.splide__arrow--prev {
    border-radius: 0;
    width: 80px;
    height: 80px;
    transform: translateX(-105px);
    top: calc(50% - 45px);
    border: 2px solid var(--color-main-dark);
    background: #FFFFFF;
    line-height: 80px;
}
.splide__arrow.splide__arrow--next {
    border-radius: 0;
    width: 80px;
    height: 80px;
    transform: translateX(105px);
    top: calc(50% - 45px);
    border: 2px solid var(--color-main-dark);
    background: #FFFFFF;
    line-height: 80px;
}

.splide__arrow .la {
    font-size: 35px;
    color: var(--color-main-dark);
}

.splide__arrow:hover {
    background: rgba(0,0,0,0.04);
}


.e-magazine-price {
    font-size: 25px;
}

.detail-e-magazin-title {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-main);
}

.e-magazin-image-list {
    width: calc(100% + 10px);
    margin-left: -5px;
}
