body.working .tagsPosts .spinner-overlay {
    display: flex;
    align-items: center;
    position: relative;
}
body.working .tagsPosts .spinner-overlay + .slide {
    display: none;
}
body.working .tagsPosts .spinner-overlay .spinner {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #72b14a;
}
body:not(.working) .tagsPosts .spinner-overlay {
    display: none;
}
.tagsPosts .col-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-thema .col-thema.collection .card {
    background: transparent;
    width: 46%;
    padding-left: 4%;
    margin-bottom: 0;
}
.top-thema .col-thema.collection .card-section {
    padding-top: 0;
    padding-bottom: 0;
}
.top-thema .collection .cell-content {
    display: flex;
    margin-bottom: 24px;
}
.top-thema .collection img {
    object-fit: cover;
    aspect-ratio: 1.7777777778;
    max-width: 215px;
}
.top-thema .collection .subtitle {
    margin-bottom: 10px;
}
.top-thema .col-thema.main .fullImgCardAnimation {
    height: 100%;
}
.tagsPosts .slider-wrapper {
    position: relative;
    justify-content: space-between;
}
.tagsPosts .slide {
    display: none;
}
.tagsPosts .slide[data-current="true"] {
    display: flex;
}
.tagsPosts .arrow-wrapper {
    z-index: 2;
    display: flex;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.tagsPosts .arrow {
    transform: rotate(-45deg);
    height: 22px;
    width: 22px;
    color: transparent;
    display: block;
}
.tagsPosts .arrow.arrow-right {
    border-bottom: 2px solid #8a8a8a;
    border-right: 2px solid #8a8a8a;
    margin-right: 10px;
}
.tagsPosts .arrow.arrow-left {
    border-top: 2px solid #8a8a8a;
    border-left: 2px solid #8a8a8a;
    margin-left: 10px;
}
.tagsPosts .big-box .fullImgCardAnimation {
    height: 440px;
}
.tagsPosts .boxes-collection .fullImgCardAnimation {
    height: 215px;
}
.tagsPosts .load-more-button {
    margin-top: 35px;
}
.fullImgCardAnimation {
    position: relative;
    width: 100%;
}
.fullImgCardAnimation .card-section {
    padding-bottom: 0;
}
.fullImgCardAnimation .subtitle {
    margin-bottom: 6px;
}
.fullImgCardAnimation .title {
    margin-bottom: 0.5rem;
}
.boxes-collection .fullImgCardAnimation {
    width: calc(50% - 10px);
    margin-bottom: 10px;
}
.fullImgCardAnimation .card {
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    background: transparent;
}
.fullImgCardAnimation img {
    position: absolute;
    height: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    object-fit: cover;
}
.fullImgCardAnimation .card-more-text {
    height: 0;
    transition: 0.4s height;
}
.fullImgCardAnimation:hover .card-more-text {
    margin-top: 0.5rem;
    height: 182px;
}
.fullImgCardAnimation {
    max-height: initial;
    overflow: initial;
    display: block;
}
.fullImgCardAnimation {
    overflow: hidden;
    display: inline-block;
}
@media (min-width: 1024px) {
    .top-thema .headline {
        margin-bottom: 30px;
    }
    .top-thema .col-thema.collection {
        padding: 35px 40px 20px;
        margin-left: 1.5rem;
        width: calc(51% - 1.5rem);
        order: 1;
    }
    .top-thema .col-thema.main {
        width: 49%;
        order: 2;
        padding-left: 0;
    }
}
@media (max-width: 1023px) {
    .top-thema {
        background: #f0f0f0;
        padding-top: 3px;
    }
    .top-thema .title h3 {
        margin-bottom: 0;
        font-size: 18px;
    }
    .top-thema .col-thema.main img {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        width: 100% !important;
    }
}
@media (min-width: 640px) {
    .tagsPosts .tag-search {
        margin-bottom: 20px !important;
    }
    .tagsPosts .arrow-wrapper {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
    .tagsPosts .arrow-wrapper.show-previous-button {
        left: 2.5rem;
    }
    .tagsPosts .arrow-wrapper.show-next-button {
        right: 2.5rem;
    }
    .tagsPosts .big-box {
        width: 40%;
        padding-right: 0;
    }
    .tagsPosts .boxes-collection {
        width: 60%;
        padding-left: 0;
    }
    .boxes-collection .fullImgCardAnimation {
        margin-left: 10px;
    }
    .fullImgCardAnimation .card {
        margin: 15px 25px 10px;
    }
}
@media (max-width: 639px) {
    .tagsPosts .tag-search {
        margin-bottom: 5px !important;
    }
    .badge.eztag {
        padding: 7px 14px;
    }
    .top-thema-mini {
        margin: 35px 0 15px;
    }
    .top-thema > .title, .top-thema .main, .top-thema .collection {
        padding: 10px;
    }
    .top-thema > .title {
        padding-bottom: 5px;
    }
    .top-thema .subtitle {
        font-size: 12px;
    }
    .top-thema .title.size-20:last-child {
        font-size: 16px;
        padding-right: 40px;
    }
    .top-thema .title.size-24 {
        margin-top: 8px;
        font-size: 20px;
    }
    .top-thema .collection {
        padding-top: 20px;
    }
    .top-thema .collection img {
        max-width: 130px;
    }
    .top-thema .collection .cell-content {
        margin-bottom: 16px;
    }
    .top-thema .collection .cell-content:last-child {
        margin-bottom: 5px;
    }
    .tagsPosts .slide[data-current="true"] {
        display: block;
    }
    .tagsPosts .arrow-wrapper {
        background: rgba(185, 185, 185, 0.2);
    }
    .tagsPosts .arrow-wrapper {
        margin: 0 1.5rem;
    }
    .tagsPosts .big-box {
        margin-bottom: 10px;
    }
    .fullImgCardAnimation .card {
        margin: 10px 15px;
    }
    .tagsPosts .boxes-collection .fullImgCardAnimation {
        height: 135px;
    }
    .mobile-tags-swiper-section {
        margin-bottom: -15px;
    }
    .mobile-tags-swiper-section .badge.eztag {
        margin: 0 0 5px 0 !important;
    }
    .mobile-tags-swiper-section .fullImgCardAnimation .card {
        margin: 0 0 0 10px;
        width: calc(100% - 20px);
    }
    .mobile-tags-swiper-section .fullImgCardAnimation .card .card-section {
        padding: 0;
    }
    .mobile-tags-swiper-section .swiper-slide a {
        width: 96%;
        display: block;
        margin-bottom: 15px;
    }
}
