.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1; /* ie 6/7 */
}

.constructor-tabs {

}

.constructor-tabs .contactsTabs {
	margin: 0;
}

.constructor-tabs .listCenter {
	text-align: left;
	font-size: 0px;
	line-height: 20px;
}

.constructor-tabs .list > li {
	margin-right: 40px;
	vertical-align: top;
}

.constructor-tabs .list > li:last-child {
	margin-right: 0px;
}

.constructor-tabs .tabsNav a {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 20px !important;
	color: #FFFFFF !important;
	opacity: 1;
	padding: 0px;
	border: none !important;
	vertical-align: top;
}

.constructor-tabs .butBasic:hover,
.constructor-tabs .tabsNav li.active .butBasic,
.constructor-tabs .butBasic.active {
	background: none;
	color: #fff !important;
	opacity: 1;
	text-decoration: underline;
}

.constructor-tabs .tabContent {
	padding-top: 32px;
}

.constructor-tabs .tabContent ul {
	text-align: left;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.constructor-tabs .tabContent ul li {
	display: block;
	vertical-align: top;
	position: relative;
	border-left: 1px solid #B6262C;
	padding-left: 24px;
	padding-right: 24px;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
}

.constructor-tabs .tabContent ul li:last-child {

}

.constructor-tabs .tabContent .contactsGroup {
	color: #fff !important;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
}

.constructor-tabs .tabContent .contactsGroup a {
	color: #fff !important;
	display: inline-block;
}

.constructor-tabs .tabContent .contactsGroupTitle {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 20px;
	margin: 0;
}

@media (max-width: 991.98px) {
	.constructor-tabs .tabContent ul li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 34px;
	}
	.constructor-tabs .tabContent ul li:last-child {
		margin-bottom: 0px;
	}
}