@media screen and (min-width: 1120px){
	#gs_contact-page-wrap {
		background: url(../img/content/content-bg.jpg) no-repeat center bottom;
		background-size: 1640px;
	}
}
@media screen and (min-width: 1640px){
	#gs_contact-page-wrap {
		background-size: 2000px;
	}
}
@media screen and (min-width: 2000px){
	#gs_contact-page-wrap {
		background-size: 100%;
	}
}

.gs_cp-marketing {
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	text-align: center;
	background: url(../img/contact-page/slides/contact-page-slide-600.jpg);
	background-size: cover;
}
.gs_cp-marketing-wrap {
	position: relative;
	margin: auto;
	max-width: 1600px;
}
.gs_cp-contact-options {
	text-align: center;
}
.gs_cp-contact-option {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 30px;
	padding: 0 0 0 100px;
	width: 280px;
	text-align: left;
}
.gs_cp-contact-option:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 82px;
	height: 82px;
	background: url(../img/contact-page/contact-option-icons.png);
	background-size: 250px;
}
.gs_cp-contact-option:nth-of-type(2):before {
	background-position: left -84px top;
}
.gs_cp-contact-option:nth-of-type(3):before {
	background-position: left -168px top;
}
.gs_cp-contact-option span {
	display: block;
	padding: 0 0 13px;
	font: 14px/1.2 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-transform: uppercase;
}
.gs_cp-contact-option a {
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 10px;
	width: 100%;
	max-width: 221px;
	color: #fff;
	font: bold 14px/1 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-transform: uppercase;
	background: #256cad;
	transition: 500ms;
}
.gs_cp-contact-option a:hover {
	color: #21293d;
	background-color: #fff;
}

/*  < form >  */
.gs_cp-form-wrap {
	z-index: 20;
	position: relative;
	box-sizing: border-box;
	padding: 20px 10px;
	width: 100%;
	background: #142d56;
}

.gs_cp-content {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1600px;
	line-height: 1.5;
}
.gs_cp-content:after {
	content:'';
	clear: both;
	display: block;
}

.gs_cp-content h1,
.gs_cp-content h2,
.gs_cp-content h3,
.gs_cp-content h4,
.gs_cp-content h5,
.gs_cp-content h6 {
	padding: 0 0 10px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	line-height: 1.2;
}
.gs_cp-content h1 {
	padding: 0 0 18.75px;
	color: #21293d;
	font-size: 25px;
	text-transform: uppercase;
}
.gs_cp-content h2 {
	margin: 0 0 18px;
	padding: 0 0 0 15.75px;
	color: #21293d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.45;
	border-left: 3px solid #256cad;
}
.gs_cp-content h3 {
	padding: 0 0 21.75px;
	color: #256cae;
	font-size: 16px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.gs_cp-content h4 {
	font-size: 16px;
	font-style: italic;
}
.gs_cp-content h5 {
	font-size: 16px;
}
.gs_cp-content a {
	color: #4584ce;
}
.gs_cp-content a:hover {
	color: #295382;
	text-decoration: none;
}

.gs_cp-addresses li {
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin: 0 auto 20px;
}
.gs_cp-addresses li p { padding: 0; }

.gs_cp-maps { display: none; }

.gs_cp-content .gs_cp-help-btn {
	display: block;
	width: 250px;
	text-align: center;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	background: #256cad;
	box-shadow: inset 0 0 0 2px #fff;
	border: 2px solid #256cad;
	border-radius: 5px;
	margin: 0 auto 20px;
	transition: 500ms;
}
.gs_cp-content .gs_cp-help-btn:hover {
	color: #fff;
	text-decoration: none;
	background: #3187d8;
	border-color: #3187d8;
}

@media screen and (min-width: 800px){
	.gs_cp-marketing {
		position: relative;
		padding: 20px;
		background-image: url(../img/contact-page/slides/contact-page-slide-1120.jpg);
	}
	.gs_cp-marketing:after {
		content: '';
		display: table;
		clear: both;
	}
	.gs_cp-contact-options {
		display: inline-block;
	}
	.gs_cp-contact-option {
		margin: 0 auto 40px;
		padding: 0 0 0 133px;
		width: auto;
		min-height: 93px;
	}
	.gs_cp-contact-option:nth-of-type(3) {
		margin-bottom: 0;
	}
	.gs_cp-contact-option:before {
		top: 0;
		width: 93px;
		height: 93px;
		background-size: auto 93px;
	}
	.gs_cp-contact-option:nth-of-type(2):before {
		background-position: left -95px top;
	}
	.gs_cp-contact-option:nth-of-type(3):before {
		background-position: left -190px top;
	}
	.gs_cp-contact-option span {
		font-size: 18px;
		padding: 0 0 10px;
	}
	.gs_cp-contact-option a {
		font-size: 16px;
		padding: 10px 10px;
	}

	.gs_cp-form-wrap {
		padding: 20px;
		max-width: 300px;
		box-sizing: border-box;
		float: right;
	}

	.gs_cp-content {
		padding: 20px;
	}
	.gs_cp-content main {
		float: left;
		width: calc(100% - 20px - 300px);
	}

	.gs_cp-content .gs_cp-help-btn {
		position: relative;
		box-sizing: border-box;
		width: 300px;
		padding: 10px 0 10px 50px;
		font-size: 18px;
	}
	.gs_cp-content .gs_cp-help-btn:before {
		content: '';
		position: absolute;
		width: 45px;
		height: 37px;
		background: url(../img/contact-page/help-btn-icon.png);
		background-size: 100%;
		top: 4px;
		left: 15px;
	}

	.gs_cp-sidebar {
		float: right;
		width: 300px;
		height: 500px;
	}
}

@media screen and (min-width: 1120px){
	.gs_cp-marketing {
		padding: 40px 40px 40px;
		min-height: 345px;
	}
	.gs_cp-contact-options {
		margin: 0 378px 0 0;
	}
	.gs_cp-contact-option {
		box-sizing: border-box;
		display: inline-block;
		margin: 0 15px 0 0;
		padding: 160px 0 0;
		min-width: 205px;
		text-align: center;
	}
	.gs_cp-contact-option:last-of-type {
		margin-right: 0;
	}
	.gs_cp-contact-option:before {
		left: calc(50% - 66px);
		width: 132px;
		height: 132px;
		background-size: 400px;
	}
	.gs_cp-contact-option:nth-of-type(2):before {
		background-position: left -134px top;
	}
	.gs_cp-contact-option:nth-of-type(3):before {
		background-position: left -268px top;
	}
	.gs_cp-contact-option span {
		font-size: 16px;
	}

	.gs_cp-form-wrap {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 350px;
	}

	.gs_cp-content {
		padding: 40px;
	}
	.gs_cp-content main {
		width: calc( 100% - 40px - 358px );
	}
	.gs_cp-content h1 {
		font-size: 29px;
	}
	.gs_cp-content h2 {
		margin: 0 0 24px;
		font-size: 22px;
	}
	.gs_cp-content h3 {
		font-size: 20px;
		letter-spacing: 2.7px;
	}

	.gs_cp-addresses {
		margin: 0 auto 30px;
	}
	.gs_cp-addresses li {
		display: inline-block;
		vertical-align: top;
		width: calc(33.33% - 4px);
		box-sizing: border-box;
		padding: 0 10px 20.25px;
		font-size: 14px;
		border: 0;
		border-bottom: 2px solid transparent;
		margin: 0;
	}
	.gs_cp-addresses li:first-child {
		padding-left: 0;
	}
	.gs_cp-addresses li {
		position: relative;
	}


	.gs_cp-addresses a {
		display: none;
	}

	.gs_cp-maps {
		display: block;
		margin: 0 auto 20px;
	}
	.gs_cp-maps li {
		display: block;
	}
	.gs_cp-maps a {
		display: block;
	}
	.gs_cp-maps img {
		display: block;
		width: 100%;
		max-width: 1138px;
	}

	.gs_cp-content .gs_cp-help-btn {
		margin: 40px auto 0;
		padding: 10px 0 10px 50px;
		width: 330px;
		font-size: 20px;
	}

	.gs_cp-content .sidebar {
		margin: 144px 0 0;
	}
}
@media screen and (min-width: 1640px){
	.gs_cp-marketing {
		padding: 92px 60px 60px;
		min-height: 460px;
		background-image: url(../img/contact-page/slides/contact-page-slide-2000.jpg);
	}
	.gs_cp-contact-options {
		margin: 0 460px 0 0;
	}
	.gs_cp-contact-option {
		margin: 0 40px 0 0;
		padding: 186px 0 0;
		min-width: 256px;
	}
	.gs_cp-contact-option:before {
		width: 186px;
		height: 186px;
		background-size: auto;
		left: calc(50% - 93px);
	}
	.gs_cp-contact-option:nth-of-type(2):before {
		background-position: left -190px top;
	}
	.gs_cp-contact-option:nth-of-type(3):before {
		background-position: left -380px top;
	}
	.gs_cp-contact-option span {
		font-size: 18px;
		padding: 30px 0 30px;
	}
	.gs_cp-contact-option a {
		font-size: 18px;
		padding: 10px 20px;
	}
	.gs_cp-form-wrap {
		top: 0;
		right: 0;
	}

	.gs_cp-content {
		padding: 60px;
	}
	.gs_cp-content main {
		width: calc(100% - 60px - 358px);
	}
	.gs_cp-content h1 {
		padding: 0 0 25px;
		font-size: 34px;
	}
	.gs_cp-content h2 {
		margin: 0 0 24px;
		padding: 0 0 0 21px;
		font-size: 26px;
		border-left-width: 5px;
	}
	.gs_cp-content h3 {
		padding: 0 0 29px;
		font-size: 20px;
		letter-spacing: 3.6px;
	}
	.gs_cp-content h4,
	.gs_cp-content h5 {
		font-size: 18px;
	}

	.gs_cp-addresses {
		margin: 0 0 40px;
	}
	.gs_cp-addresses li {
		margin: 0 25px 0;
		padding: 0 10px 27px;
		width: auto;
		font-size: 18px;
	}
	.gs_cp-addresses li:first-child {
		margin-left: 0;
	}
	.gs_cp-addresses li:last-child {
		margin-right: 0;
	}

	.gs_cp-content .gs_cp-help-btn {
		margin: 60px auto 0;
		font-size: 26px;
		width: 500px;
		padding: 15px 0 15px 85px;
	}
	.gs_cp-content .gs_cp-help-btn:before {
		width: 66px;
		height: 54px;
		top: 7px;
		left: 40px;
	}

	.gs_cp-content .sidebar {
		margin: 60px 0 0;
	}
}

/*  < sb_form >  */
.sb_form {
	margin: 0;
	padding: 13.5px 14.25px 12.75px;
	background: #21293d;
}
.sb_form .cont_heading {
	padding: 0 0 16.5px;
	color: #fff;
	font: bold 18px/1.05 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.sb_form form {
	box-sizing: border-box;
	background: transparent;
}
.sb_form form .form-part {
	position: relative;
	padding: 0 0 5.25px;
}
.sb_form form .form-part-textarea {
	padding: 0 0 7.5px;
}
.sb_form form input[type="text"],
.sb_form form textarea {
	box-sizing: border-box;
	width: 100%;
	color: #061c26;
	font: 13.5px/normal 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 8px rgba( 0, 0, 0, 0.5 );
}
.sb_form form input[type="text"] {
	padding: 0 12.75px 0;
	height: 33.75px;
}
.sb_form form textarea {
	padding: 9.75px 12.75px 9.75px;
	height: 66.75px;
}
/*  < placeholder >  */
.sb_form form ::-webkit-input-placeholder { color: #061c26; }
.sb_form form :-ms-input-placeholder { color: #061c26; }
.sb_form form ::-moz-placeholder { opacity: 1; color: #061c26; }
.sb_form form :-moz-placeholder { opacity: 1; color: #061c26; }
.sb_form form :placeholder-shown { color: #061c26; }
.sb_form form ::placeholder { color: #061c26; }
.sb_form form input[placeholder],
.sb_form form [placeholder],
.sb_form form *[placeholder] { color: #061c26; }
/*  </ placeholder >  */
.sb_form form label {
	display: block;
}
.sb_form form .error {
	padding: 10px;
	color: #fff;
	font: 16px/1 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ce3426;
}
.sb_form form .captcha-wrapper {
	display: block;
	margin: 0 auto 7.5px;
	padding: 0;
	width: 100%;
	/* max-width: 255px; */
	height: 60px;
	background: #4a90e2;
}
.sb_form form input[type="submit"] {
	opacity: 1;
	box-sizing: border-box;
	display: block;
	margin: auto;
	width: 100%;
	height: 39px;
	color: #fff;
	font: 13.5px/normal 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	background: #256cad;
	border: 0;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 250ms ease;
}
.sb_form form input[type="submit"]:hover {
	cursor: pointer;
	color: #fff;
	background-color: #388bdb;
}
@media screen and (min-width: 1120px) {
	.sb_form {
		padding: 18px 19px 17px;
	}
	.sb_form .cont_heading {
		padding: 0 0 22px;
		font-size: 24px;
	}
	.sb_form form .form-part {
		padding: 0 0 7px;
	}
	.sb_form form .form-part-textarea {
		padding: 0 0 10px;
	}
	.sb_form form input[type="text"],
	.sb_form form textarea {
		font-size: 18px;
	}
	.sb_form form input[type="text"] {
		padding: 0 17px 0;
		height: 45px;
	}
	.sb_form form textarea {
		padding: 13px 17px 13px;
		height: 89px;
	}
	.sb_form form .captcha-wrapper {
		margin: 0 auto 10px;
		padding: 0;
	}
	.sb_form form input[type="submit"] {
		height: 52px;
		font-size: 18px;
	}
}
/*  </ sb_form >  */

/*  < modal window >  */
.sxn_modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.9 );
}
.sxn_modal .block_cont {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	box-sizing: border-box;
	margin: auto;
	width: 90%;
	max-width: 500px;
	background: #fff;
}
.sxn_modal .sxn_modal_link_close {
	cursor: pointer;
	position: absolute;
	top: -34px;
	right: -4px;
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 32px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
	background: transparent;
	transition: all 250ms ease;
}
.sxn_modal .sxn_modal_link_close:hover {
	opacity: 0.7;
	text-decoration: none;
}
/*  </ modal window >  */

/*  < sxn_modal_form >  */
.sxn_modal_form .block_cont {
	border: 2px solid #fff;
}
/*  </ sxn_modal_form >  */