@font-face {
    font-family: 'OpenSansCondensed';
    src: url('/fonts/OpenSansCondensed.ttf')  format('truetype')
}

html {
  background: #fff;
}
body {
  font-family: 'OpenSansCondensed','PT Serif', serif;
  color: #fff;
  font-size: 20px;
	background: #201e29;
}

h1,
h2,
h3 {
  font-weight: normal;

}
p,
p:last-child {

}

a {
	color: #fff;
}

a:hover, a:focus {
	color: #d4d2da;
	text-decoration: none;
}

.clear {
	clear: both;
}

.container-fluid {
	width: 100%;
}

#content {
	overflow: hidden;
	padding-top: 60px;
}

#header {
	font-size: 25px;
	text-transform: uppercase;
	padding-top: 25px;
}

.header_logo {
	float: left;
	width: 180px;
}

.header_logo img {
	display: inline-block;
	max-width: 100%;
}

.header_mail {
	float: left;
	width: 280px;
	padding-top: 25px;
}

.header_tel {
	float: left;
	width: 240px;
	padding-top: 25px;
}

.header_social {
	float: left;
	width: 160px;
	padding-top: 22px;
	text-align: center;
}

.header_social a {
	display: inline-block;
	margin: 0 15px;
	
}

.header_lk {
	padding-top: 10px;
	float: left;
	width: 280px;
}

.header_lk a {
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #201e29;
	background: #fff;
	border-radius: 15px;
}

.header_lk a:hover, .header_lk a:focus {
	background: #d4d2da;
}

.block1 {
	position: relative;
	background: url(./images/fon1.jpg) center top no-repeat;
	background-size: 100% auto;
	max-width: 1530px;
	margin: 0 auto;
	min-height: 900px;
	padding-top: 30px;
}

.klaksa1, .klaksa2, .klaksa3 {
	position: absolute;
	display: block;
	content: '';
}

.klaksa1 {
	background: url(./images/fon1_klaksa1.png) center center no-repeat;
	background-size: contain;
	width: 265px;
	height: 229px;
	top: -70px;
	left: -130px;
	z-index: 1;
}

.klaksa2 {
	background: url(./images/fon1_klaksa2.png) center center no-repeat;
	background-size: contain;
	width: 272px;
	height: 239px;
	top: -60px;
	right: -70px;
	z-index: 1;
}

.klaksa3 {
	background: url(./images/fon1_klaksa3.png) center center no-repeat;
	background-size: contain;
	width: 240px;
	height: 272px;
	bottom: -120px;
	left: -90px;
	z-index: 1;
}

.block1 .container {
	position: relative;
	
}

.block1 h1 {
	margin: 0;
	padding: 0;
	font-size: 60px;
	line-height: 60px;
}

.block1 h2 {
	margin: 0;
	padding: 0;
	font-size: 50px;
	margin-top: 25px;
	margin-bottom: 30px;
}

.block1 h3 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 20px;
	right: 140px;
	font-size: 30px;
}

.block1 p {
	padding: 0;
	margin: 0;
	font-size: 27px;
	line-height: 32px;
}

.block1_hint {
	font-size: 35px;
	line-height: 42px;
	margin-top: 50px;
}

.block1_arrow {
	position: absolute;
	width: 224px;
	height: 210px;
	background: url(./images/block1_arrow.png) center center no-repeat;
	background-size: contain;
	left: 550px;
	top: 340px;
	z-index: 1;
}

.block1_button {
	position: absolute;
	top: 250px;
	left: 630px;
	width: 280px;
	z-index: 3;
}

.block1_button a {
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #201e29;
	background: #fff;
	border-radius: 15px;
	font-size: 25px;
	text-transform: uppercase;
}

.block1_button a:hover, .header_lk a:focus {
	background: #d4d2da;
}

.block1_bottom {
	padding: 25px 110px;
	background: #201e29 url(./images/block1_bottom_icon.png) 25px 25px no-repeat;
	font-size: 27px;
	line-height: 34px;
	margin-top: 40px;
	opacity: 0.9;
}

.block1_bottom > div {
	margin-bottom: 40px;
}

.block1_citata {
	font-size: 28px;
	padding-top: 15px;
	padding-left: 440px;
}

.foto1 {
	position: absolute;
	display: block;
	background: url(./images/foto1.png) center center no-repeat;
	background-size: contain;
	width: 783px;
	height: 1074px;
	bottom: -120px;
	right: -350px;
	z-index: 2;
}

.block2 {
	background: url(./images/block2_fon1.png) left 50px no-repeat, url(./images/block2_fon2.png) right bottom no-repeat;
	margin-top: 70px;
}

.block2_name {
	font-size: 35px;
	margin-bottom: 20px;
}

.block2_block {
	float: left;
	width: 50%;
	font-size: 27px;
	line-height: 36px;
}

.block2_block > div {
	text-align: center;
	margin-bottom: 15px;
}

.block2_block > div img {
	display: inline-block;
	max-width: 100%;
}

.block2_block_left {
	padding-right: 25px;
	position: relative;
}

.block2_block_left:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: #fff;
}

.block2_block_right {
	padding-left: 60px;
}

.footer {
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	margin-top: 70px;
	padding-bottom: 30px;
}

.footer_social a {
	margin: 0 20px;
}

.footer_social {
	margin-bottom: 15px;
}

.footer p {
	padding: 0;
	margin: 0;
}



/* Всплывающая форма*/


.popup {
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
}

.popup_cont {
	position: absolute;
	z-index: 201;
	width: 330px;
	height: 420px;
	border-radius: 20px;
	border: 1px solid #eee;
	left: calc(50% - 165px);
	top: calc(50% - 190px);
	padding: 40px 10px;
	background: #201e29;
	color: #fff;
}



.popup_close {
	background: url(./images/popup_close.png) center center no-repeat;
	width: 36px;
	height: 36px;
	color: transparent;
	right: 20px;
	top: 10px;
	position: absolute;
	cursor: pointer;
}

.popup_cont h2 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 0px;
}

.popup_cont .form_input {
	margin: 15px 0;
}

.popup_cont input {
	width: 100%;
	border: 0;
	border-radius: 4px;
	padding: 8px 12px;
	color: #201e29;
}

.popup_cont .form_submit {
	margin-top: 10px;
}

.popup_cont .form_submit button {
	width: 100%;
	color: #201e29;
	height: 45px;
}


.form_send_message {
	margin: 100px auto;
	max-width: 400px;
	padding: 20px;
	background: #f6faed;
	border: 1px solid #566932;
	text-align: center;
	color: #566932;
}

.form_send_message span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.hidden_page {
	font-size: 16px;
	line-height: 22px;
	padding: 20px;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 10;
	background: #201e29;
	display: none;
}

.hidden_page_return {
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #201e29;
	background: #fff;
	border-radius: 15px;
	font-size: 25px;
	text-transform: uppercase;
	margin: 20px auto;
	width: 280px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------АДАПТАЦИЯ----------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width:1680px){
	
	.block1 {
	max-width: 1200px;
	min-height: 900px;
	padding-top: 20px;
	padding-left: 50px;
	min-height: 800px;
}

.block1 h1 {
	position: relative;
	z-index: 3;
	font-size: 50px;
	line-height: 50px;

}

.block1 h2 {
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.block1 p {
	font-size: 24px;
	line-height: 28px;
}

.block1_hint {
	font-size: 30px;
	line-height: 36px;
	margin-top: 30px;
}

.block1_bottom {
	padding: 20px 110px;
	font-size: 22px;
	line-height: 30px;
	margin-top: 30px;
}

.block1_bottom > div {
	margin-bottom: 25px;
}

.block1_arrow {
	width: 200px;
	height: 188px;
	left: 475px;
	top: 265px;
}

.block1_button {
	top: 190px;
	left: 535px;
}

.foto1 {
	width: 600px;
	height: 820px;
	bottom: -35px;
	right: -120px;
}

.block1 h3 {

	right: 250px;
	font-size: 26px;
}

.klaksa3 {
	bottom: -70px;
	z-index: 1;
}

.block1_bottom {
	position: relative;
	z-index: 2;
}

}

@media (max-width:1200px){
	.header_logo {
	width: 120px;
}

.header_mail {
	width: 200px;
}

.header_tel {
	width: 180px;
}

#content {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}	
	
.klaksa1 {
	width: 200px;
	height: 160px;
	top: -50px;
	left: -100px;
}

.klaksa2 {
	width: 200px;
	height: 180px;
	top: -40px;
	right: -50px;
}

.klaksa3 {
	width: 180px;
	height: 200px;
	bottom: 0px;
	left: -70px;
}

.block1 {
	padding-left: 0px;
	min-height: 800px;
}

.block1 h1 {
	font-size: 44px;
	line-height: 42px;
}

.block1 h2 {
	font-size: 32px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.block1 p {
	font-size: 20px;
	line-height: 28px;
}

.block1_hint {
	font-size: 24px;
	line-height: 32px;
	margin-top: 40px;
}

.block1_arrow {
	width: 150px;
	height: 150px;
	left: 390px;
	top: 265px;
}

.block1_button {
	top: 190px;
	left: 440px;
}


.foto1 {
	width: 560px;
	height: 750px;
	bottom: -15px;
	right: -180px;
}

.block1_citata {
	font-size: 24px;
	padding-top: 0px;
	padding-left: 400px;
}

.block1 h3 {
	right: 170px;
	top: 15px;
}

.block1_bottom {
	padding: 20px 90px;
	font-size: 20px;
	line-height: 26px;
	margin-top: 30px;
}

.block2 {
	margin-top: 0px;
}

.block2_name {
	font-size: 30px;
}

.block2_block {
	font-size: 21px;
	line-height: 32px;
}

.block2 {
	background-size: auto 40%, auto 40%;
}

}


@media (max-width:1024px){
	
	.block1 h1 {
	font-size: 40px;
	line-height: 40px;
}

.block1 h2 {
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 20px;
}

.block1 p {
	font-size: 18px;
	line-height: 23px;
}

.block1_hint {
	font-size: 22px;
	line-height: 28px;
	margin-top: 25px;
}

.block1_bottom > div {
	margin-bottom: 15px;
}

.block1_bottom {
	padding: 20px 90px;
	font-size: 18px;
	line-height: 25px;
	margin-top: 30px;
}

.block1 {
	min-height: 650px;
}

.foto1 {
	width: 480px;
	height: 650px;
	bottom: -15px;
	right: -100px;
}

.block1 h3 {
	right: 210px;
	top: 15px;
}

.block1 h3 {
	font-size: 22px;
}

.block1_arrow {
	width: 150px;
	height: 150px;
	left: 370px;
	top: 200px;
}

.block1_button {
	top: 135px;
	left: 410px;
}

.block2_block > div img {
	height: 100px;
}

.block2_block {
	font-size: 18px;
	line-height: 28px;
}

.footer {
	font-size: 18px;
	line-height: 30px;

}

.block2 {
	background-position: left bottom, right bottom;
}

}

@media (max-width:992px){
	.header_logo {
	width: 90px;
}

#header {
	font-size: 20px;
	padding-top: 20px;
}

.header_mail {
	width: 150px;
}

.header_tel {
	width: 140px;
}

.header_social a {
	margin: 0px 10px;
}

.header_social {
	width: 130px;
}

.header_lk {
	width: 200px;
}

.block1 h1 {
	font-size: 34px;
	line-height: 36px;
}

.block1 h2 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.block1 p {
	font-size: 17px;
	line-height: 22px;
}

.block1_hint {
	font-size: 20px;
	line-height: 27px;
	margin-top: 25px;
}

.block1_citata {
	font-size: 22px;
	padding-top: 0px;
	padding-left: 280px;
}

.foto1 {
	width: 450px;
	height: 620px;
	bottom: -15px;
	right: -175px;
}

.block1_arrow {
	width: 150px;
	height: 150px;
	left: 320px;
	top: 190px;
}

.block1_button a {
	font-size: 20px;
}

.block1_button {
	top: 130px;
	left: 360px;
	width: 210px;
}

.block1 h3 {
	right: 105px;
	top: 10px;
}

.block1 h3 {
	font-size: 20px;
}

.block1_bottom br {
	display: none;
}

.block1_bottom {
	padding-right: 264px;
}

}

@media (max-width:767px){
	
	.header_logo {
	text-align: center;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.header_logo img {
	max-width: 45px;
}

#header {
	text-align: center;
}

.header_mail, .header_tel, .header_social, .header_lk {
	float: none;
	width: 100%;
	padding: 5px 0;
}

.header_lk {
	float: none;
	width: 200px;
	margin: 0 auto;
	margin-top: 10px;
}

.klaksa1, .klaksa2, .klaksa3 {
	display: none;
}

.block1 {
	min-height: auto;
	background-size: cover;
}

#content {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.block1 h1 br {
	display: none;
}

.block1 h1 {
	text-align: center;
	padding-bottom: 15px;
}

.block1 h3 {
	position: relative;
	text-align: center;
	top: auto;
	right: auto;
}

.block1 h2 {
	text-align: center;
}

.foto1 {
	width: 400px;
	height: 550px;
	bottom: auto;
	right: auto;
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.block1_citata {
	font-size: 22px;
	padding-top: 10px;
	padding-left: 0;
	text-align: center;
	padding-bottom: 20px;
}

.block1_arrow {
	width: 150px;
	height: 150px;
	left: 330px;
	top: 180px;
}

.block1_button {
	top: 125px;
	left: 380px;
	width: 210px;
}

.block2 {
	background: none;
	padding-top: 20px;
}

.block2_block {
	float: none;
	width: 100%;
	padding: 10px 0;
	
}

.block2_block_left, .block2_block_right {
	border-bottom: 3px solid #fff;
}

.block2_block_left::after {
	display: none;
}

.block2_block_right {
	padding-top: 30px;
}

.block1_bottom {
	padding-right: 90px;
}

}

@media (max-width:480px){
	
	.block1 p {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.block1 p br, .block1_hint br {
	display: none;
}

.block1_hint {
	font-size: 20px;
	line-height: 29px;
	margin-top: 25px;
	text-align: center;
}

.block1_button {
	top: auto;
	left: auto;
	width: 280px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}

.block1_arrow {
	
	display: none;
}

.block1_bottom {
	padding-right: 20px;
}

.foto1 {
	width: 280px;
	height: 380px;
}

.footer {
	margin-top: 50px;
}

.footer p {
	margin-bottom: 15px;
	line-height: 22px;
}

}