.contacts-text {
    color: #231F14;
}

.contacts-info {
    position: relative;
}

.contacts-block {
    margin-top: 24px;
}

.contacts-info > div, .contacts-info > p {
    padding-left: 26px;
}

.contacts-info p {
    margin-top: 4px;
}

.contacts-info div {
    margin-top: 8px;
}

.contacts-address {
    color: #5F3316;
    font-weight: 600;
	line-height: 24px;
}

.contacts-hours {
	line-height: 24px;
}

.contacts-address:before, .contacts-hours:before {
    font-family: 'icomoon';
    font-size: 15px;
    position: absolute;
    left: 3px;
    color: #5F3316;
    margin-top: -1px;
}

.contacts-address:before {
    content: "\e91d";
}

.contacts-hours:before {
    content: "\e909";
}

.extra-text.contacts {
	margin: 0 0 16px 0;
}


@media (max-width: 992px) {
    .section-inner-block.section-form {
        margin-top: 24px;
    }
}

@media (max-width: 576px) {
    .contacts-slider img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .contacts-slider {
        margin-top: 24px;
    }

    .social-item-full:nth-child(2n) {
        padding-bottom: 24px;
        border-bottom: 1px solid #BBB9AE;
    }

    .social-item-full:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

.contacts-block ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 8px;
}

.contacts-links-text a {
    color: #5F3316;
}