.animation_find-container {
    padding: 0 5px;
}

.animation_find-main,
.animation_find-sidebar {
    clear: both;

    width: 100%;
    height: auto;

    background-color: #fa0;
}

.animation_find-sidebar {
    width: 100%;

    background-color: #fff;
}

.animation_find-main-right-arrow,
.animation_find-main-left-arrow {
    position: relative;
    z-index: 1;

    width: 12%;

    cursor: pointer;

    background-color: #d7d7d7;
    background-image: url('/assets/website/svg/v2/arrow_gray_left.svg');
    background-repeat: no-repeat;
    background-position: center 45%;
    background-size: 1.5em;

    /*flex-shrink: 0;*/
}

.animation_find-main-right-arrow:hover,
.animation_find-main-right-arrow:focus,
.animation_find-main-left-arrow:hover,
.animation_find-main-left-arrow:focus {
    opacity: .9;
}

.animation_find-main-right-arrow {
    margin-right: -1px;

    transform: scaleX(-1);

    background-color: #d14c47;
}

.animation_find-main__sub-title {
    margin: 0 0 12px;

    color: #FFF;

    font-size: 13px;
    line-height: 14px;
}

.animation_find-right__sub-title {
    margin: 0 6px 12px;

    text-align: center;

    color: #FFF;

    font-size: 13px;
    line-height: 14px;
}

.animation_find-right__title {
    padding-top: .7em;

    text-align: center;
    text-transform: uppercase;

    color: #333;

    font-size: 15px;
    font-weight: bold;
}

.animation_find-main__item-title {
    display: block;
    overflow: hidden;

    height: 46px;
    padding: 0.3em 0;

    text-align: center;
    white-space: normal;
    text-decoration: none;

    color: #fff;
    background: rgba(0, 0, 0, .5);

    line-height: 1.2;
}

.v2__animation_find-main-underline-right {
    height: 9px;
}

.animation_find-main__dropdown {
    width: 100%;
    padding: .5em 1.75em;

    text-transform: uppercase;

    color: #333;
    border: 0;
    border-radius: 0;
    background-color: #d7d7d7;

    font-size: 14px;
    font-weight: bold;
}

.animation_find-main__button:hover {
    color: #FFF;
}

.animation_find-label {
    width: 68%;
    margin: auto 0;
}

.animation_find-right__item-img {
    padding-top: 60%;

    background-size: cover;
}

.animation_find-side__items-container {
    display: flex;
    overflow: hidden;

    margin: .3em 0;
}

.animation_find-right__item {
    display: inline-block;

    width: 50%;
    padding: 0 .3em;

    text-align: center;
    vertical-align: top;
}

.animation_find-right__item:hover,
.animation_find-right__item:focus {
    opacity: .9;
}

.animation_find-main__title {
    margin: 0 0 6px;

    font-size: 24px;
    line-height: 18px;
}

.animation_find-side__container {
    overflow: hidden;
}

.animation_find-side__items-wrapper {
    overflow: hidden;

    width: 100%;
}

.animation_find-side__items {
    transition: 700ms;
    white-space: nowrap;
}

.animation_find-right__bottom {
    position: relative;

    margin: 0 0 1.8em 0;
}

.animation_find-right__bottom:hover,
.animation_find-right__bottom:focus {
    opacity: .9;
}

@media (min-width: 660px) {
    .animation_find-right__item {
        width: 20%;
    }

    .animation_find-main-right-arrow,
    .animation_find-main-left-arrow {
        width: 5%;
    }

    .main-watch-online .cartoons-watch-online__playlists {
        margin-bottom: 20px;
        margin-top: 0;
    }
}

@media (min-width: 1020px) {
    .animation_find-right__item {
        width: 50%;
    }

    .animation_find-main-right-arrow,
    .animation_find-main-left-arrow {
        width: 12%;
    }
}
