.container-flags {
    /*width: 900px;*/
    clear: both;
    float: left;
    display: block;
}

.container-companies {
    width: 100%;
    clear: both;
    float: left;
    display: block;
}

.box-flags {
    width: 98px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 5px;
    min-height: 82px;
}

@media (max-width: 1024px) {
    .box-flags {
        width: 100px;
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
        margin-top: 5px;
        min-height: 84px;
    }
}

.box-companies {
    width: calc(16% - 10px);
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    min-height: 84px;
    margin-bottom: 10px;
}

.img-flag {
    width: 50px;
    float: left;
}

.img-flag {
    width: 40px;
    float: left;
}

.img-companies {
    width: 120px;
    float: left;
}

.text-world-map {
    margin-right: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
}

