.index ~ .tabbed .tabs {
    display: none !important;
}

.contacts img {
    display: block;
    width: 100%;
    height: auto;
}

.contacts {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
    font-size: 0.85em;
    line-height: 1.5;
}

.contacts p:last-child {
    margin-right: -8px;
}

.contacts .person {
    flex: 1 1 25%;
    max-width: 25%;
    padding: 15px;
}

.contacts h2 {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0.8em 0 0.4em !important;
    letter-spacing: 0.7px;
}

.contacts h4 {
    font-size: 1.1em;
    line-height: 1.3;
    margin: 0.8em 0 0.4em;
}

.contacts .label {
    display: inline-block;
    min-width: 34px;
    font-weight: 500;
}

@media(max-width: 1199px) {
    .contacts .person {
        flex: 1 1 33.3333%;
        max-width: 33.3333%;
    }
}

@media(max-width: 991px) {
    .contacts {
        font-size: 1em;
    }

    .contacts .person {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media(max-width: 567px) {
    .contacts .person {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.image-left img {
	width: 146px;
	height: auto;
	display: block;
	margin: 20px 0;
}

@media(min-width: 568px) {
	.image-left > div {
		display: inline-block;
		vertical-align: middle;
	}

	.image-left .image-box {
		padding-right: 20px;
	}
	
	.image-left h4:first-child {
		margin-top: 0;
	}
}
