.legend-title {
    font-weight: 300;
    font-size: 16px;
    color: #909090;
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}

.legend-box {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: inline-block;
    overflow-x: auto;
}

.legend-box::after {
    content: '';
    display: table;
    clear: both;
}

.legend-item {
    margin-bottom: 15px;
}

.legend-item span {
    display: inline-block;
}

.legend-img {
    margin-right: 5px;
}

.legend-item img {
    max-height: 44px;
}

/*.block-item {
    width: auto;
    display: inline-table;
    white-space: normal;
    float: none;
    margin-right: 60px;
}

.block-item:last-of-type {
    margin-right: 0;
}*/

@media screen and (max-width: 1024px) {
    /*.legend-title {
        padding: 0 20px;
    }
    .legend-box {
        padding: 0px 20px;
    }
    .block-item {
        margin-right: 40px;
    }*/
}

@media screen and (min-width: 768px) {
    /*.legend-title {
        padding: 0;
    }
    .legend-box {
        padding: 0px;
    }*/
}