.part-7 .submain .footnote {
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.part-7 .submain .footnote div {
    position: relative;
}

.part-7 .submain .footnote .logo {
    margin: 0 0 70px 0;
    display: flex;
    justify-content: center;
}

.part-7 .submain .footnote .logo img {
    width: 300px;
}

.part-7 .submain .footnote .slogan {
    text-transform: uppercase;
    font-family: 'Akzid-Medium';
}

.part-7 .submain .footnote .sub-slogan {
    font-family: 'Akzid-Light';
    margin-top: 10px;
}

.part-7 .submain .footnote .sub-slogan .big {    
    font-family: 'Akzid-Medium';
}

.part-7 .submain .footnote .coords {
    margin: 20px 0 70px 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%;
}

.part-7 .submain .footnote .coords .address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.part-7 .submain .footnote .coords .ec {
    text-align: right;
    flex-direction: column;
    display: flex;
    align-items: self-end;
    justify-content: flex-end;
}