/*.container {
    width: 1040px;
    height: 100%;
    min-width: 1040px;
    !*background-color: #ff727f;*!
    margin: 0 auto;
    padding: 30px 80px;
    text-align: center;
}*/

.partnery__flex-container {
    /*margin: 0 auto;*/
    /*width: 981px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -50px;
}

.partnery__logo-item {
    /*background-color: aqua;*/
    /*border: solid #e5e5e5 1px;*/
    margin: 20px 7px;
    min-width: 325px;
    height: 172px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}

.partnery__link {
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    text-align: center;
}

.partnery__link a {
    color: #888888;
}