.animation__image {
    float: left;

    width: 116px;
    height: 116px;
    margin-right: 16px;
    margin-bottom: 16px;

    border-radius: 5px;
}

.animation__description {
    clear: both;
    overflow: hidden;

    margin: 10px 0 0;
}

.animation__description_p {

    line-height: 18px;
}

.animation__description p:first-child {
    margin-top: 0;
}

.animation__description p:last-child {
    margin-bottom: 0;
}

.animation__info-item {
    margin: 2px 0;
}

.animation__info-item-title {
    font-weight: bold;
}

.animation__description_expander {
    display: block;

    height: 48px;

    cursor: pointer;
    text-align: center;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px 42px;
}

.animation__description_expander-up {
    background-image: url('/assets/website/svg/arrow_up.svg');
}

.animation__description_expander-down {
    background-image: url('/assets/website/svg/arrow_down.svg');
}

@media (min-width: 480px) {
    .animation__image {
        width: 174px;
        height: 174px;
    }
}

@media (min-width: 756px) {
    .animation__image {
        width: 220px;
        height: 220px;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .animation__info-item {
        margin: 2px 0;

        font-size: 14px;
    }

    .animation__info-item-title {
        font-size: 14px;
    }

    .animation__description {
        margin: 20px 0 0;

        font-size: 14px;
    }
}
