:root{
	--accent-color: #003058;
}

.contacts {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px
}

/*.contacts-decor {
	position: absolute;
	height: 0;
	border-bottom: 3px solid var(--accent-color);
	top: 80px;
	z-index: 0;
	right: 0;
	width: 80%
}*/
.contacts:before {
	position: absolute;
	content: ' ';
	height: 0;
	border-bottom: 3px solid var(--accent-color);
	top: 70px;
	z-index: 0;
	right: 0;
	width: 74%
}
.contacts-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto
}
.contacts-heading-container {
	float: left;
	position: relative;
	z-index: 1
}
.contacts-heading-container.social-directory {
	width: 100%
}
.contacts-heading-container h2 {
	line-height: 1.1;
	font-family: var(--heading-font);
	color: var(--accent-color);
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	font-size: 56px;
	line-height: 80px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
	background-color: #fff;
	display: inline-block;
	padding-right: 30px
}
/*.contacts-heading-container h2:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: -10px;
	width: 28px;
	height: 6px;
	background-color: var(--accent-color);
}*/
.contacts-text {
	padding-right: 90px;
	line-height: 24px;
}
.contacts-text a.social-link {
	transition: ease-in-out .2s all
}
.contacts-text a.social-link:hover {
	text-decoration: none;
	opacity: .8
}
.contacts-text.social-directory {
	position: absolute;
	bottom: 0
}
.contacts-contacts {
	padding-top: 115px;
	/*float: right;*/
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
}
.contacts-contact {
	margin-bottom: 30px;
}
.contacts-contact h3 {
	font-family: var(--heading-font);
	color: var(--accent-color);
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0
}
.contacts-contact h4 {
	margin: 0;
	padding: 0 0 10px;
	color: #212121;
	font-family: var(--link-font);
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 20px;
}
.contacts-contact p {
	margin: 0;
	line-height: 1.6
}
.contacts-contact-text {
	line-height: 25px
}
.contacts.contacts-col-1 .contacts-heading-container {
	width: 60%
}
.contacts.contacts-col-1 .contacts-contacts {
	width: 40%;
	justify-content: flex-end;
}
.contacts.contacts-col-1 .contacts-contact{
	min-width: 50.3%;
}
.contacts.contacts-col-2 .contacts-heading-container {
	width: 40%
}
.contacts.contacts-col-2 .contacts-contacts {
	width: 60%
}
.contacts.contacts-col-2 .contacts-contacts .contacts-contact {
	float: left;
	width: calc(50% - 25px);
	margin-right: 50px
}
.contacts.contacts-col-2 .contacts-contacts .contacts-contact:nth-child(even) {
	margin-right: 0
}
.contacts .social-link span {
	margin: 0 5px
}
/*@media only screen and (min-width:2000px) {
	.contacts-decor {
		width: 68%
	}
}*/
@media only screen and (max-width:1200px) {
	.contacts.contacts-col-1 .contacts-heading-container, .contacts.contacts-col-2 .contacts-heading-container {
		width: 100%;
	}
	.contacts.contacts-col-1 .contacts-contacts, .contacts.contacts-col-2 .contacts-contacts {
		width: 100%;
		padding-top: 25px
	}
	.contacts.contacts-col-1 .contacts-contacts .contacts-contact, .contacts.contacts-col-2 .contacts-contacts .contacts-contact {
		width: 100%;
	}
	.contacts-contact h3{
		letter-spacing: 1.5px;
	}
}
@media only screen and (max-width:900px) {
	.contacts:before {
		top: 54px;
	}
	.contacts {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 0;
	}
	.contacts-contact p {
		line-height: 2
	}
	.contacts-heading-container h2 {
		font-size: 48px;
		/*margin-top: 32px;*/
		letter-spacing: 1.5px;
	}
	.contacts-contact h3 {
		font-size: 36px;
	}
}
@media only screen and (max-width:900px) {
	.whatsapp_number{
		display: none;
	}
}