/* -- Header -- */
.header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: auto !important;
    background-image: url("../../img/header.png");
    background-repeat: no-repeat;
    background-position: top center;
}

/* -- телефоны -- */
.phone {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: auto !important;
    /* background-color: darkcyan; */
}

.phone ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: 400;
    min-height: 2.5em;
    }

.phone ul>li {
    padding-right: 1em;
}

/* -- Логотип -- */
.logo {
    display: flex;
    flex-direction: column;
    max-height: 15rem;
    width: 100%;
    height: auto !important;
    /*background-color: dimgray;*/
    padding-top: 1em;
}

.logo ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.img-logo {
    display: flex;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.text {
    display: flex;
    padding-left: 3em;
	line-height: 1.3;
}

