

.contactsInnerSection .wrapper {
	display: flex;
	flex-wrap: wrap;
}



.contactsInnerSection .wrapper > .leftSide {
	width: 420px;
    padding-right: 94px;
}

.contactsInnerSection .wrapper > .rightSide {
	width: calc(100% - 420px);

}


@media (max-width: 1023px) {
	.contactsInnerSection .wrapper > .leftSide,
	.contactsInnerSection .wrapper > .rightSide {
		width: 100%;
		padding: 0;
	}
}



.contactsInnerSection .titleContainer + .contentContainer {
    margin-top: 60px;
}

@media (max-width: 1199px) {
	.contactsInnerSection .titleContainer + .contentContainer {
	    margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.contactsInnerSection .titleContainer + .contentContainer {
	    margin-top: 14px;
	}
}


.contactsInnerSection .titleContainer.drop {
	padding-right: 15px;
	position: relative;
	cursor: pointer;
}

.contactsInnerSection .titleContainer.drop:before {
	content: '';
    position: absolute;
    right: 3px;
    top: calc(50% - 6px);
    border-right: 1px solid #232323;
    border-bottom: 1px solid #232323;
    width: 8px;
    height: 8px;
    transition: .3s;
    transform-origin: 5px 5px;
    cursor: pointer;
    transform: rotate(45deg);
    z-index: 1;
}

.contactsInnerSection .titleContainer.drop + .blockAsideList {
	display: none;
}

.contactsInnerSection .titleContainer.drop.active:before {
	transform: rotate(225deg);
}



.blockAsideSection,
.contactsInnerSection .blockAside .link {
	margin-bottom: 20px;
}

.contactsInnerSection .blockAside .link a {
	text-decoration: none;
}


.blockAsideList {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 22px;
}

.blockAsideList .link {
	margin-bottom: 15px;
}

.blockAsideList .link a {
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #979797;
	transition: color .2s ease-in-out;
}

.blockAsideList .link.active a {
	color: #232323;
}

.blockAsideList .link a:hover {
	color: #232323;
}

@media (max-width: 1023px) {
	.blockAsideSection,
	.contactsInnerSection .blockAside .link {
		margin-bottom: 12px;
	}

	.blockAsideList {
	    margin-top: 10px;
	    margin-bottom: 14px;
	}
}



.contactsWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 30px;
}

.contactsColumn {
	width: 33.33%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.contactsColumn .title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #979797;
}

.contactsColumn .text {
	color: #232323;
}

.contactsColumn .text a {
	color: #232323;
}

.contactsTime {
	display: flex;
}

.contactsTimeRight {
	padding-left: 15px;
}


@media (min-width: 1681px) {
	.contactsWrap {
		justify-content: space-between;
	}

	.contactsColumn {
		width: auto;
		max-width: 20%;
	}
}
@media (max-width: 1199px) {
	.contactsColumn {
		width: 50%;
	}
	.contactsColumn .title {
		margin-bottom: 5px;
	}
}
@media (max-width: 1023px) {
	.contactsWrap {
		margin-top: 30px;
	}
	.contactsColumn {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	
}
@media (max-width: 767px) {
	.contactsColumn {
		width: 100%;
	}
	/*
	.contactsColumn .title {
		margin-bottom: 12px;
	}*/
}



.contactsMap {
	height: 615px;
}

@media (max-width: 1439px) {
	.contactsMap {
		height: 400px;
	}
}

@media (min-width: 767px) and (max-height: 750px) {
	.contactsMap {
		height: 400px;
	}
}

@media (max-width: 479px) {
	.contactsMap {
		height: 315px;
	}
}




.contactsBlock {
	margin-top: 60px;
}

@media (max-width: 1023px) {
	.contactsBlock {
		margin-top: 40px;
	}
}


.contactsColumnInside {
	margin-top: 20px;
}