/* -- Основной блок таблицы -- */
.contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form {
    flex: 1 0 30em;
    flex-flow: row wrap;
    max-width: 100%;
    min-width: 240px;
    height: auto;
}

.adress-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
    }

.adress-text h2 {
    text-align: left;
    font-weight: 300;
    font-size: 1.6em;
    margin: 0 0 10px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #eeeeee;
    color: #474747;
}

.adress-text li {
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    
}