/* ============================================
   СТИЛИ ПРОСТЫХ СТРАНИЦ (Почему мы, Контакты)
   ============================================ */

/* ----- Заголовок страницы ----- */
.page-title {
    font-size: 30px;
    margin: 30px 0;
}

/* ----- Преимущества (Почему мы) ----- */
.advantages-list {
    margin-bottom: 30px;
}
.advantage-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.advantage-item:last-child {
    border-bottom: none;
}
.advantage-item:after {
    content: "";
    display: table;
    clear: both;
}
.advantage-icon {
    width: 120px;
    float: left;
    text-align: center;
}
.advantage-icon .icon-placeholder {
    display: inline-block;
    background-color: #e8f5e9;
    border-radius: 50%;
}
.advantage-text {
    margin-left: 140px;
}
.advantage-text h2 {
    margin-top: 0;
    font-size: 20px;
    color: #2a7d2a;
}
.advantage-text p {
    line-height: 1.6;
    color: #555555;
}

/* ----- Контакты ----- */
.contacts-content {
    margin-bottom: 30px;
}
.contacts-content:after {
    content: "";
    display: table;
    clear: both;
}
.contacts-info {
    width: 45%;
    float: left;
    margin-right: 5%;
}
.contacts-map {
    width: 50%;
    float: left;
}
.contact-block {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.contact-block:last-child {
    border-bottom: none;
}
.contact-block h2 {
    font-size: 18px;
    color: #2a7d2a;
    margin-bottom: 5px;
}
.contact-block p {
    margin-bottom: 5px;
}
.contact-block a {
    font-size: 16px;
}