.contact-page {
    margin: 10px 0;
}

.contact-page .contact-address,
.contact-page .contact-phone,
.contact-page .contact-email {
    font-size: 1rem;
    margin: 15px 0;
    padding-left: 35px;
    position: relative;
}
.contact-page .contact-address::before,
.contact-page .contact-phone::before,
.contact-page .contact-email::before {
    background: url(/g/images/contact_icons_26x24.png);
    content: '';
    display: inline-block;
    height: 24px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 26px;
}
.contact-page .contact-address::before {background-position: 0 0}
.contact-page .contact-phone::before {background-position: 0 -48px}
.contact-page .contact-email::before {background-position: 0 -72px}

.command-group {
    margin: 10px 0 20px 0;
}
.command-list::after {
    clear: both;
    content: '';
    display: block;
    visibility: hidden;
    width: 100%;
}
.command__item {
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    display: block;
    float: left;
    margin: 10px 37px 10px 0;
    width: 374px;
}
.command__item:nth-child(3n) {
    margin-right: 0;
}
.command__item img {
    display: block;
    width: 100%;
}
.command__info {
    padding: 10px 15px;
}
.command__item_name {
    color: #144c32;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 8px 0;
    text-transform: uppercase;
}

.command__item p {
    margin: 7px 0;
}
.command__item a {
    color: #51a161;
    text-decoration: underline;
}
.command__item .strong-text {
    color: #282828;
    font-weight: 600;
}
.command__item .gray-text {
    color: #838182;
}