.actor-list {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
}

.actor-list__items {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
}

.actor-list__item {
    display: flex;
    padding: 10px;
    flex-direction: column;
    font-size: 14px;
}

.actor-list__item:hover {
    background-color: #f2f2f2;
    transition: 0.2s linear;
}

.actor-list__name, .actor-list__lastname {
    font-size: 14px;
    color: #0d0d0d;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 500;
    display: block;
    line-height: 18px;
}

.actor-list__lastname {
    display: block;
}

.actor-list__image {
    width: 100%;
    height: auto;
}

.series-carousel__href {
    position: relative;
    display: block;
    z-index: 2;
}

.series-carousel__top {
    z-index: 3;
}

.new-top .new-adaptive-banner {
    height: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 0 0 42%;
}

.new-top .new-adaptive-banner a,
.new-top .new-adaptive-banner > div  {
    position:absolute;
    inset:0;
}

.header_line {
    background: #474972;
    height: 2px;
    margin: 0 10px;
    display: block;
}

.sd_top_block {
    height: 270px;
    overflow: hidden;
}

@media (max-width: 657px) {
    .sd_top_block {
        height: 180px;
        overflow: hidden;
    }
}

.header-new-navigation__reload {
    display: inline-block;
    padding-right: 5px;
    margin-bottom: -3px;
}

.menu_prefix {
    background-color: #b5bfdb;
    margin: -15px 10px -15px -30px;
    padding: 12px 15px;
    color: #474972;
    font-weight: bold !important;
}

.search-forms {
    z-index: 7;
    position: relative;
}

.header-new .search-forms__reload {
    flex-shrink: 0;
}

.header-new .search-forms__button {
    flex-shrink: 0;
}

.header-new .search-forms__input {
    flex-shrink: 1;
    min-width: 0;
}

.header-new-navigation__item {
    white-space: nowrap;
}

.series-carousel__item img {
    border-radius: 8px;
}

.series-carousel__href {
    cursor: pointer;
}

@media (max-width: 960px) {
    #wrapper.new-top {
        display: flex;
        flex-direction: column;
        padding-top: 50%;
    }

    #wrapper.new-top.no-top {
        padding-top:70px;
    }

    #wrapper.new-top #center {
        padding-top:10px;
    }

    .new-top .new-adaptive-banner {
        display: block;
    }

    .new-top.no-top .new-adaptive-banner{
        display: none;
    }

    .header-new {
        margin-top: -158px;
        background-color: white;
        z-index: 15;
    }

    .header-new .search-forms__box {
        padding: 8px 20px 4px 10px;
        box-sizing: border-box;
    }

    .menu_prefix {
        margin: -15px 10px -15px -20px;
    }

    .actor-list__items {
        display: grid;
        gap: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .actor-list__image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .header-new .search-forms__input {
        display: none;
        height: 30px;
    }

    .header-new .search-forms__reload {
        background-image: none;
        /* replaced by SVG image in HTML code */
    }
}

@media (max-width: 657px) {
    .product-detail .right-part {
        width: 312px;
        float: none;
    }
}

.footer__top{
    overflow: hidden;
}

/* Фиксы для Okko промо блока. */
/*
.banner-okko {
    height: 100px;
}

.banner-okko__box {
    margin-bottom: 10px !important;
}

.banner-okko__erid {
    font-size: 10px;
    text-align: right;
}

.banner-okko__figure {
    transition: rotate 0.5s ease;
}

.banner-okko__figure.active {
    rotate: 180deg;
}
 */