@font-face {
    font-family: Bebas;
    src: url(../../assets/fonts/Bebas_Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
	font-family: 'Roboto';
	src: url("../../assets/fonts/roboto.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url("../../assets/fonts/roboto_bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Bebas';
	src: url(../../assets/fonts/bebasneue_regular-webfont.woff) format("woff"), url(../../assets/fonts/bebasneue_regular-webfont.woff2) format("woff"), url(../../assets/fonts/bebasneue_regular-webfont.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}

input::-webkit-input-placeholder { color: #c3c3c3; font-weight: 200; }
input::-moz-placeholder { color: #c3c3c3; font-weight: 200; }
input:focus {
  outline: none;
}
textarea::-webkit-input-placeholder { color: #c3c3c3; font-weight: 200; }
textarea::-moz-placeholder { color: #c3c3c3; font-weight: 200; }
textarea:focus {
  outline: none;
}

html, body {
	height: 100%;
  position: relative;
	min-width: 320px; 
	margin: 0; 
	padding: 0; 
	border: 0;		
}

a {
	text-decoration: none;
}

body {
	color: #333;
	background: #fff;
  font-size: 20px;
  font-family: 'Roboto';
}

body.overflow {
  overflow: hidden;
}

.header_top {
	height: 100px;
}

.foto {
	position: relative;
	width: 100%;
	height: 450px;
	text-align: center;
	padding-top: 80px;
	padding-right: 15px;
	padding-bottom: 120px;
	padding-left: 15px;
}

.backgroud_foto {
	background-image: url(../../assets/img/contacts_fon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.backgroud_foto::after {
	content: '';
	background-color: rgba(50, 50, 50, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.foto_h1 {
	display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.foto_h1 h1 {
	   font-family: 'Bebas';
    font-size: 75px;
    letter-spacing: 3px;
    text-shadow: 
		-0   -1px 4px rgba( 0, 0, 0, 0.1 ),
		 0   -1px 4px rgba( 0, 0, 0, 0.1 ),
		-0    1px 4px rgba( 0, 0, 0, 0.1 ),
		 0    1px 4px rgba( 0, 0, 0, 0.1 ),
		-1px -0   4px rgba( 0, 0, 0, 0.1 ),
		 1px -0   4px rgba( 0, 0, 0, 0.1 ),
		-1px  0   4px rgba( 0, 0, 0, 0.1 ),
		 1px  0   4px rgba( 0, 0, 0, 0.1 ),
		-1px -1px 4px rgba( 0, 0, 0, 0.1 ),
		 1px -1px 4px rgba( 0, 0, 0, 0.1 ),
		-1px  1px 4px rgba( 0, 0, 0, 0.1 ),
		 1px  1px 4px rgba( 0, 0, 0, 0.1 ),
		-1px -1px 4px rgba( 0, 0, 0, 0.1 ),
		 1px -1px 4px rgba( 0, 0, 0, 0.1 ),
		-1px  1px 4px rgba( 0, 0, 0, 0.1 ),
		 1px  1px 4px rgba( 0, 0, 0, 0.1 );
}

.block_forma {
	max-width: 1000px;
	background: #fff;
	margin: -130px auto 0px auto;
  padding: 30px 100px;
}

.text_zagolovok {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 35px;
	font-family: 'Bebas';
	margin-bottom: 12px;
}

.text_zagolovok::after {
  display: block;
  content: '';
  width: 70px;
  height: 3px;
  margin: 2px auto 0;
  background: #e6c966;
}

.form_form {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  position: relative;
}

.input_contacts {
	background: 0 0;
	width: 100%;
	height: 47px;
	color: #333;
	display: block;
	padding: 5px 0;
	border: solid #e5e5e5;
	border-width: 0 0 1px;
	border-radius: 0;
	font-size: 16px;
  font-family: 'Roboto';
}
.ddd {
	position: relative;
}

.line_ddd {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #3367b5;
	-webkit-transition: width .4s ease;
	transition: width .4s ease;
}

.input_contacts:focus + .line_ddd {
 width: 100%!important;
}
.input_contacts:focus::-webkit-input-placeholder {
	color: #fff;
}

textarea {
	padding-top: 20px!important;
	outline: none;
	-moz-appearance: none;
	height: 200px!important;
	resize: none;
}

.line_hr {
	text-align: center;
	margin: 50px 0;
}

.line_hr::after, .line_hr::before {
  content: '';
  width: 20%;
  height: 1px;
  display: inline-block;
  background: #ccc;
  margin: 5px;
}

.menu_top_visible {
	position: fixed;
	overflow: hidden;
	top: -50px;
	width: 100%;
	height: 50px;
	z-index: 10;
	background: #0a2b5a;
	color: #fff;
}

.nav_img_main, #home_svg {
	width: 42px;
	margin-left: -5px;
	margin-right: 23px;
	fill: rgba(107, 106, 47, 0.66);
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}


.block_text_title {
	font-size: 48px;
	line-height: 50px;
	font-family: Bebas;
	font-weight: 700;
	padding-left: 87px;
	position: relative;
	margin-bottom: 24px;
}

.block_text_title.last {
	margin-top: 100px;
}

.block_text_number {
	position: absolute;
	top: 6px;
	left: -1px;
	font-size: 24px;
	line-height: 37px;
	color: #fff;
	background: #e6c966;
	padding: 0 8px;
	width: 64px;
}

.podlojka {
	position: absolute;
	top: 10px;
	left: 3px;
	height: 37px;
	background: #777777;
	width: 64px;
	z-index: -1;
}

.block_text_number::after {
	content: attr(data-block);
	position: absolute;
	top: -130px;
	left: -78px;
	font-size: 398px;
	line-height: 400px;
	color: #f3f3f3;
	z-index: -1;	
}

.zagolovok_why {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
	font-family: 'Bebas';
	margin-bottom: 12px;
}

.zagolovok_why::after {
	display: block;
	content: '';
	width: 70px;
	height: 3px;
	margin: 2px auto 0;
	background: #e6c966;	
}

footer {
	background-color: #fff;
	height: 250px;
	padding: 20px 0;
}

footer .zagolovok_why {
	text-align: left;
	padding-left: 40px;
}

footer .zagolovok_why.last {
	text-align: center;
	padding: 0;
}
footer .zagolovok_why.last::after {
	margin: 2px auto;
}

footer .zagolovok_why::after {
	margin: 2px 11px;
}

.footer_logo {
	width: 100%;
	height: 100%;
	margin-top: -20px;
}

.footer_navi {
	list-style: none;
}

.footer_navi li a {
	text-decoration: none;
  position: relative;
  display: inline-block;
  color: #333;
  transition: color .3s ease-out;
  font-size: 16px;
  margin-bottom: 3px;
  padding: 0px 6px;
  z-index: 10;
}

.footer_navi li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background: #3367b5;
  transition: height .3s ease-out;
}

.footer_navi li a:hover {
	color: #fff;
}

.footer_navi li a:hover::before {
	height: 100%;
	z-index: -1;
}

.google_map {
	width: 100%;
	height: 420px;
	border-bottom: 20px solid #0a2b5a;
}

.clearfix {
	clear: both;
}

.copyright {
	height: 20px;
	line-height: 20px;
	background: #0a2b5a;
	color: #eee;
	font-size: 14px;
	position: relative;
}

.viddil_prodajy {
	font-size: 16px;
}

.prodaj_text {
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
}

.tel_prodaj {
	color: #333;
	display: block;
	margin-bottom: 5px;
}

.social_ico:hover .social_icons {
	fill: #3367b5;
}

.social_icons {
	fill: #333;
	transition: all 0.5s ease;
}

.social_links {
	text-align: center;
	overflow: hidden;
}

.wrap_soc {
	display: inline;
	margin: 2px 4px;
}

.pansite {
	position: absolute;
	right: 0;
	bottom: 0;
}

.pansite a {
	color: #eee;
}

.linear {
	height: 1px;
	margin: 5px 0;
}

/*МОБИЛЬНОЕ МЕНЮ*/
.mobile_menu {
	position: fixed;
	height: 100%;
	z-index: 90;
	right: 0;
	width: 360px;
	background-color: #0a2b5a;
	padding: 60px 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
	
  }

.mobile_menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mobile_menu a {
  font-size: 40px;
	font-weight: 600;
	font-family: 'Bebas';
	text-transform: uppercase;
  display: flex;
  color: #fff;
	padding: 25px 20px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid #3d3d3d;
	position: relative;
}

.mobile_menu a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
	width: 0;
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}

.mobile_menu a:hover::after {
	width: 100%;
}

.spisok_nav {
	color: rgba(107, 106, 47, 0.66);
	font-size: 40px;
	display: block;
	width: 45px;
	margin-right: 15px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.mobile_menu.open a:hover .spisok_nav {
	color: #e6c966;
}

.mobile_menu.open a:hover #home_svg {
	fill: #e6c966;
}

.menu_close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/close.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
	z-index: 100;
	cursor: pointer;
}

.open_menu {
  position: absolute;
  top: 0;
  right: 35px;
  z-index: 12;
  cursor: pointer;
  opacity: 0.7;
  margin-top: 20px;
}

.open_menu.mobile {
	margin-top: 0;
}
/*--------------------*/

/*МОДАЛЬНОЕ ОКНО*/
.hidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #b0e8bd;
  text-align: center;
  font-size: 25px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 100;
  transition: all 0.5s;
  overflow: hidden;
}

.hidden.open {
	height: 50px;
}