footer#colophon a.contacts-item {
    padding: 0 30px 15px;
    text-align: center;
    min-width: 200px;
    font-size: 16px;
    color:#fff;
    font-family: 'Montserrat Bold';
    font-weight: 700;
}
a.contacts-item:hover, a.contacts-item:focus {
    text-decoration: none;
}
.contacts-item i {
    color: #ffa79e;
    font-size: 32px;
    height:40px;
    line-height: 40px;
    margin-bottom:20px;
    transition: color .5s
}
.contacts-item.footer-addr i {
    font-size:45px
}
a.contacts-item:hover i, a.contacts-item:focus i {
    color: #d40000;

}
@media only screen and (max-width: 767px) {
    footer#colophon .contacts {
        flex-wrap: wrap;
    }
    footer#colophon .contacts > * {
        width: 50%
    }
    footer#colophon .contacts > *:first-child {
        width: 100%
    }
}
