.wotLogo {
    padding: 0px;
    width: 59px;
    height: 80px;
    background-image: url(../img/wotlogo.png);
    margin-right: 40px;
    margin-top: 5px;

}

.bad-logo {
    padding: 0px;
    width: 80px;
    height: 79px;
    background-image: url(../img/bad-logo.png);
    margin-left: 50px;
}

.clanHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: #A8A595;
    height: 80px;
    width: 900px;
}

.headerBlock {
    width: 1250px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}