.page_header {
	height: 340px;
	background-color: #edf6fb;
	background-size: cover;
	background-position: center center;
	padding: 180px 35px 0;
	position: relative;
}
.page_header h1 {
	font-size: 99px;
	margin: 0;
}
.page {
	padding: 80px 0 150px;
	position: relative;
}
.page_link {
	width: 560px;
	position: absolute;
	background-color: #fff;
}
.page_link._fixed {
	position: fixed;
}
.page_link div {
	height: 38px;
}
.page_link span {
	font-weight: 500;
	cursor: pointer;
	line-height: 1.4em;
}
.page_link span:hover,
.page_link span._current {
	color: #e9693d;
}
.page_content {
	width: 710px;
	margin-left: 750px;
}
.page_content-i {
	margin-bottom: 80px;
}
.page_content-i h2 {
	font-size: 48px;
	margin: 0 0 40px 0;
}
.page_content-i p,
.page_content-i ul {
	line-height: 1.4em;
}
.page_content-i._form {
	flex-wrap: wrap;
}
.page_content-i._form h2 {
	width: 100%;
}
/*.page_content-i._form ._form-text {
	width: 40%;
}*/
.page_content-i._form ._form-block {
	width: 100%;
	margin: 30px auto 60px;
}
.page_content-i strong._price {
	border-top: 4px solid #000;
	padding: 5px 0 20px;
	font-size: 24px;
}

#SurveyError {
	display: none;
}
.SurveyHasError #SurveyError {
	display: block;
}
.SurveyCodeRequested #SurveyCaptcha {
	display: none;
}
.SurveyCodeRequested #SurveyButton {
	display: none;
}
#SurveyCode {
	display: none;
}
.SurveyCodeRequested #SurveyCode {
	display: block;
}
#SurveyContainer {
	border: 1px solid #f0ece6;
	padding: 0;
}
#SurveyContainer ._title {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 50px auto;
}
#SurveyContainer .survey-fields {
	padding: 20px;
	border-top: 1px solid #dcdcdc;
}
.survey-fields div {
	padding-bottom: 1rem;
}
#SurveyPhone {
	margin-top: 10px;
}
#SurveyPhone input {
	border: none;
	border-bottom: 1px solid #707070;
	width: 90%;
}
#SurveyButton {
	width: 100%;
}
#SurveyButton button {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	margin: 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.1em;
	border: none;
}
#SurveyButton button:disabled {
	background-color: #ccc;
	color: white;
	border: none;
}
#SurveyContainer .survey-fields {
	width: 100%;
	margin: 0 auto;
}
#SurveyCode {
	width: 80%;
	margin: 0 auto 20px;
}
#SurveyCode input {
	margin-top: 10px;
	width: 100%;
	height: 25px;
	border: none;
	border-bottom: 1px solid #000;
	font-size: 18px;
	background-color: transparent;
}
#SurveyCode input::placeholder {
	color: #000;
}
#SurveyCode input:focus::placeholder {
	color: transparent;
}

#SurveyContainer #SurveyError {
	color: #e8351c;
}
#SurveyCaptcha,
#SurveyButton {
	margin: 5px auto;
	text-align: center;
}
#SurveyCaptcha > div/*,
#SurveyCaptcha iframe */{
	width: auto !important;
}


@media (max-width: 1680px) {
	.page_header {
		height: 250px;
		padding: 140px 35px 0;
	}
	.page_header h1 {
		font-size: 66px;
	}
	.page {
		padding: 60px 0 110px;
	}
	.page_link {
		width: 420px;
		font-size: 12px;
	}
	.page_link div {
		height: 30px;
	}
	.page_content {
		width: 530px;
		margin-left: 650px;
	}
	.page_content-i {
		margin-bottom: 60px;
		font-size: 12px;
	}
	.page_content-i h2 {
		font-size: 36px;
	}
	.page_content-i ul {
		padding-left: 30px;
	}
	.page_content-i strong._price {
		border-top-width: 3px;
		padding: 4px 0 15px;
		font-size: 18px;
	}
	#SurveyCode input {
		font-size: 16px;
	}
}
@media (max-width: 1480px) {
	.page {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.page_content {
		width: 480px;
	}
}
@media (max-width: 1400px) {
	.page_header {
		height: 240px;
	}
	.page_header h1 {
		font-size: 48px;
	}
	.contacts_info, .contacts_form {
		width: 48%;
	}
}
@media (max-width: 1280px) {
	.page_header {
		padding-left: 20px;
	}
	.page_content {
		margin-left: auto;
	}
	.page_content-i strong._price {
		border-top-width: 2px;
		padding: 3px 0 12px;
		font-size: 16px;
	}
}
@media (max-width: 1000px) {
	.page_link {
		width: 280px;
	}
	.page_link > div {
		margin-bottom: 10px;
	}
	.page_content-i {
		margin-bottom: 40px;
	}
	.page_content-i h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.page_content-i ul {
		padding-left: 20px;
	}
	.page_content {
		width: 350px;
	}
}
@media (max-width: 940px) {
	.page_header {
		height: 210px;
	}
	.page_header h1 {
		font-size: 28px;
	}
}
@media (max-width: 700px) {
	.page_header {
		height: 250px;
		padding-top: 120px;
	}
	.page_header h1 {
		font-size: 32px;
		word-wrap: break-word;
	}
	.page {
		flex-direction: column;
		padding-bottom: 80px;
	}
	.page_link {
		width: 100%;
		position: initial;
		margin-bottom: 50px;
	}
	.page_content {
		width: 100%;
	}
	.page_content-i h2 {
		font-size: 22px;
	}
	.page_content-i._form ._form-block {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#SurveyContainer {
		width: 100%;
		padding: 56px 16px 32px;
		margin-left: 0;
		text-align: center;
		
	}
	#SurveyCaptcha {
		display: flex;
		justify-content: center;
	}
	#SurveyContainer .survey-fields {
		padding: 20px 0;
	}
	#SurveyCode input {
		font-size: 14px;
	}
}

header div.header_t {
	display: none !important;
}