.footer_wrap {
    position: relative;
    padding-bottom: 1em;
}

.footer {
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: white;
    padding-top: 4em;
    padding-bottom: 1em;
    position: relative;
}

.footer_bevel img {
    width: 100%;
}

.footer_title {
    font-size: 3em;
    text-transform: uppercase;
}

.footer_dark {
    color: #232323;
    font-weight: var(--font-bold);
}

.footer_botton {
    margin-top: 2em;
    text-transform: uppercase;
    padding: 0 1em
}

.footer_subtitle {
    font-weight: normal;
}

.footer_concat {
    margin: 2em 0;
    text-align: center;
    width: 100%;
}

.recenze-list {
    vertical-align: middle;
    text-align: justify;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: .4rem;
    column-gap: 1rem;
}

.recenze-list.recenze-list-min-8 {
    justify-content: space-between;
}

.onlinetv_device .recenze-list {
    display: none;
}

body.theme-2025.onlinetv_device .recenze-list,
body.theme-2025.onlinetv_device .homepage-3__recenze {
    max-width: 80%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.recenze-list__item {
    display: inline-block;
}

.recenze-list__img {
    display: block;
    max-width: 7rem;
    max-height: 1rem;
}

.recenze-list__item.--parabola-cz .recenze-list__img {
    max-height: 0.8rem;
}

.recenze-list__item.--tvweb .recenze-list__img {
    max-height: 0.6rem;
}

.recenze-list__item.--blesk .recenze-list__img {
    max-height: 0.7rem;
}

.recenze-list__item.--ct .recenze-list__img {
    max-height: 0.8rem;
}

.recenze-list__item.--cnews-cz .recenze-list__img {
    max-height: 0.6rem;
}

.recenze-list__item.--lupa-cz .recenze-list__img {
    max-height: 0.6rem;
}

.recenze-list__item.--prima .recenze-list__img {
    max-height: 1rem;
}

.recenze-list__item.--pravo .recenze-list__img {
    max-height: 0.8rem;
}

.recenze-list__item.--videorecenze .recenze-list__img {
    max-height: 1rem;
}

.recenze-list__item.--digitalni-televize-cz .recenze-list__img {
    max-width: none;
    max-height: 1.5rem;
}

.recenze-list__item.--epocha .recenze-list__img {
    max-width: none;
    max-height: 0.8rem;
}

.recenze-list__item.--chip .recenze-list__img {
    max-width: none;
    max-height: 0.6rem;
}

.recenze-list__item.--hospodarske-noviny .recenze-list__img {
    max-width: none;
    max-height: 1rem;
}

.recenze-list__item.--svet-androida .recenze-list__img {
    max-width: none;
    max-height: 1.2rem;
}

.content-paticka__tvapp-langs {
    display: none;
    text-align: center;
    margin: 2.2rem 0 1rem;
}

.page-origin-app.page-handle-normal .content-paticka__tvapp-langs {
    display: block;
}

.content-paticka__tvapp-langs-item {
    display: inline-block;
    
}

.content-paticka__tvapp-langs-item-img {
    display: block;
    padding: 0.5rem .75rem;
    width: 1.75rem;
    height: auto;
}

@media screen and (max-width: 1330px) {
    .recenze-list.recenze-list-min-8,
    .recenze-list {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 0.2rem;
    }

    .recenze-list__item {
        display: inline-block;
        display: flex;
        align-items: center;
        min-height: 2.1rem;
        box-sizing: border-box;
    }
    
}

@media screen and (max-width: 640px) {
    .footer_wrap {
        padding-bottom: 0
    }

    .footer_title {
        font-size: 2em;
    }

    .footer_botton .content_orangeButton {
        white-space: normal
    }

    .footer {
        padding-top: 3em;
        padding-bottom: 3em;
        margin-bottom: 1em
    }
}