/*==================================================
  contact
==================================================*/
#contact-section-1 .text-wrap {
	height: 332px;
	justify-content: center;
	align-items: flex-end;
}
#contact-section-1 .text-wrap h1 {
	color: white;
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 44px;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 30px;
}
#contact-section-1 .text-wrap p {
	line-height: 26px;
	color: white;
	max-width: 340px;
}
#contact-section-2 .container {
	padding-top: 180px;
	padding-bottom: 160px;
}
#contact-section-2 .block {
	padding-left: 4%;
	padding-right: 4%;
	justify-items: center;
	align-items: center;
	text-align: center;
}
#contact-section-2 .block-item {
	width: 100%;
	justify-self: center;
	align-self: stretch;
}
#contact-section-2 .block-item:nth-child(2) {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
#contact-section-2 .block-item h2 {
	line-height: 60px;
	margin-bottom: 40px;
}
#contact-section-2 .block-item p {
	font-size: 20px;
	line-height: 26px;
	color: #686868;
	max-width: 75%;/*46*/
	margin: auto;
}
#contact-section-2 .contact-section-21.block-item p {
	max-width: 65%;
}
#contact-section-3 .container {
	background: #fafafa;
	padding-top: 80px;
	padding-bottom: 100px;
}
#contact-section-3 .container h2 {
	font-size: 48px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 80px;
}
#contact-section-3 .form-container {
	padding-left: 12%;
	padding-right: 12%;
}
#contact-section-3 .block {
	grid-column-gap: 3%;
}
#contact-section-3 .block:nth-child(2) .block-item:nth-child(2) {
	/*grid-column: 2/4;*/
}
#contact-section-3 .block:last-child .block-item:last-child {
	justify-self: end;
}
#contact-section-3 .block-item input {
	background: #fafafa;
	width: 100%;
	border: none;
	border-bottom: 1px solid #3e3e3e;
	padding: 10px 0;
	margin-bottom: 50px;
	font-size: 16px;
}
#contact-section-4 .block {
	padding-top: 80px;
	padding-bottom: 140px;
}
#contact-section-4 iframe {
	width: 100%;
	min-height: 356px;
}
#contact-section-4 .block-item:nth-child(2) {
	justify-self: center;
	align-self: center;
	padding-left: 15%;
	padding-right: 20%;
}
#contact-section-4 .block-item:nth-child(2) h2 {
	margin-bottom: 40px;
}
#contact-section-4 .block-item:nth-child(2) p {
	font-size: 20px;
	line-height: 26px;
	color: #686868;
	max-width: 70%;
}
#contact-section-5 {
	background: #400099;
}
#contact-section-5 .block {
	align-items: center;
	padding-top: 140px;
	padding-bottom: 140px;
}
#contact-section-5 .block-item h2 {
	font-size: 48px;
	line-height: 44px;
	margin-bottom: 30px;
	color: white;
	max-width: 320px;
}
#contact-section-5 .block-item p {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 60px;
	color: white;
	max-width: 280px;
}
#contact-section-5 .block-item .btn {
    background-color: #400099;
    border-color: white;
    color: white;
    height: auto;
    line-height: 1;
    padding: 20px 0;
}
#contact-section-5 .block-item .btn:hover {
	background-color: white;
	color: black;
	opacity: 1;
}
/*====================//====================*/
@media all and (max-width: 991px) {
	#contact-section-2 .container,
	#contact-section-3 .container,
	#contact-section-4 .block,
	#contact-section-5 .block {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#contact-section-2 .block {
		padding-left: 0;
		padding-right: 0;
		/*grid-auto-rows: 100px;*/
		grid-auto-rows: 150px;
	}
	#contact-section-2 .block-item:nth-child(2) {
		border-left: none;
		border-right: none;
		border-top: 1px solid #dcdcdc;;
		border-bottom: 1px solid #dcdcdc;;
	}
	#contact-section-2 .block-item h2 {
		margin-bottom: 0;
		line-height:75px;
	}
	#contact-section-2 .block-item p {
		max-width: 100%;
	}
	#contact-section-3 .container h2 {
		font-size: 27px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	#contact-section-3 .form-container {
		padding-left: 0;
		padding-right: 0;
	}
	#contact-section-3 .block:last-child .block-item,
	#contact-section-3 .block:last-child .block-item:last-child {
		justify-self: center;
	}
	#contact-section-3 .block:last-child .block-item:first-child,
	#contact-section-4 .block-item:nth-child(1),
	#contact-section-4 .block-item:nth-child(2) h2 {
		margin-bottom: 30px;
	}
	#contact-section-4 .block-item:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	#contact-section-4 .block-item:nth-child(2) p {
		max-width: 100%;
	}
	#contact-section-5 .block {
		justify-items: center;
	}
	#contact-section-5 .block-item h2 {
		font-size: 27px;
		line-height: 36px;
		max-width: 100%;
		text-align: center;
	}
	#contact-section-5 .block-item p {
		max-width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	#contact-section-5 .block-item .btn {
		margin: 0 auto 30px;
	}
}
/*====================//====================*/
@media all and (max-width: 575px) {
	#contact-section-3 .block:nth-child(2) .block-item:nth-child(2) {
		grid-column: 1/-1;
	}
}
