@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: #fff; font-weight: 200; }
input::-moz-placeholder { color: #fff; font-weight: 200; }
input:focus {
  outline: none;
}

input.input_2::-webkit-input-placeholder {color: #646464;}
input.input_2::-moz-placeholder {color: #646464;}

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;
}

.wrap_main {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 1000px;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

.wrap_main::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(to right, #5e9ed9, #315ae4);
	opacity: 0.7;
}

.zapis_modal {
  border: 2px solid #e6c966;
  padding: 0.5em 1.9em;
  color: #fff;
	transition: all .4s;
	cursor: pointer;
}

.zapis_modal:hover {
	background: #e6c966;
	color: #333;
}

#background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video_overlay {
  position: absolute!important;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0,0,0,.55);
}

.main_text {
	z-index: 10;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.main_text h1 {
  text-transform: uppercase;
  font-size: 150px;
  color: #fff;
  margin: 20px 5px;
  font-weight: 700;
	font-family: 'Bebas';
	position: relative;
}

.main_text .h1_bud {
	display: inline-block;
	font-size: 35px;
	height: 45px;
	padding: 10px 15px;
	line-height: 27px;
	background-color: #e6c966;
	font-family: Bebas;
	font-weight: 700;
}

.info_h1 {
	text-align: center;
}

.main_text span.niz {
  color: #fff;
  letter-spacing: 7px;
  font-size: 25px;
  margin-top: 7px;
  opacity: 0;
  transition: all 0.5s;
}

.main_text span.niz.visible {
  opacity: 1;
}

.zapis_konsylt {
	margin-top: 80px;
	text-align: center;
}

.zapis_modal.konsylt {
  padding: 1.5em 3em;
  font-size: 1.2em;
}

.mouse_scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	text-align: center;
	z-index: 10;
}

.mouse_scroll .mouse {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 40px;
}

.mouse_scroll img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mouse_scroll .wheel_mouse {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.mouse_scroll .wheel_mouse.animate {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.detalno {
	color: #fff;
	font-weight: 100;
	font-size: 12px;
}

.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;
}

.about_us {
	max-width: 1100px;
	margin: 0 auto 200px;
	width: 100%;
	position: relative;
	padding-top: 220px;
}

.about_image img {
	width: 100%;
}

.objects {
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.about_text {
	margin-left: 100px;
}

.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;	
}

ul.about_us_list {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: 600;
}

ul.about_us_list li {
	position: relative;
	padding: 5px 0 5px 27px;
}

ul.about_us_list li+li {
	margin-top: 25px;
}

ul.about_us_list li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #e6c966;
	width: 4px;
}

.text_info_us {
	margin-bottom: 65px;
}

.pole_object {
	position: relative;
	overflow: hidden;
	max-width: 410px;
	max-height: 300px;
	height: 300px;;
	cursor: pointer;
	margin-bottom: 30px;
}

.pole_object img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: transform 0.4s ease-in-out;
}

.pole_object:hover img {
	transform: scale(1.1);
}

.name_object {
	position: absolute;
	z-index: 1;
	text-align: right;
	top: 1px;
	right: 10px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.atribute {
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	display: inline-block;
	background-color: #0a2b5a;
}

.atribute::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 100%;
	border-left: 20px solid transparent;
	border-top: 30px solid #0a2b5a;
}

.overlay_object {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #fff;
	text-align: center;
	background: rgba(10, 43, 90, 0.6);
	transition: all 0.7s ease;
}

.pole_object:hover .overlay_object {
	opacity: 1;
}

.jk_house, .name_house {
	text-transform: uppercase;
}

.jk_house {
	font-size: 18px;
	padding-top: 60px;
	padding-bottom: 20px;
}

.name_house {
	font-size: 40px;
	font-family: 'Bebas';
}

.more {
	margin-top: 50px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 15px;
	color: #333;
	background-color: #fff;
}

.adress_object {
	position: absolute;
	bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	left: 0;
	right: 0;
}

.goodprice {
	margin: 100px auto;
	height: 300px;
	max-width: 800px;
}

fieldset {
	border: 3px solid #e6c966;
	position: relative;
}

legend {
	text-transform: uppercase;
	font-family: 'Bebas';
	font-size: 31px;
	font-weight: 700;
}

.fieldset {
	display: inline-block;
	width: 200px;
}

option, select {
	font-size: 25px;
	padding: 5px 15px;
}

.get_goods {
	position: absolute;
	top: 30%;
	right: 20px;
	padding: 15px 25px;
	border-radius: 10px;
	background: #3367b5;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}

.margin_tel {
	font-size: 24px;
	padding: 5px 10px;
	max-width: 203px;
	margin-bottom: 20px;
}

.line {
	display: inline-block;
	margin-bottom: 2px;
	border-bottom: 3px solid #e6c966;
}

.quote {
  background: linear-gradient(135deg, #f5de8a 0%, #ffffff 100%);
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  border: 3px solid #e6c966;
}

.quote_h2 {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
}

.quote_list {
	list-style: none;
}

.quote_list>li {
	margin-bottom: 5px;
}

.wrap_elem_why {
	text-align: center;
	margin-bottom: 70px;
}

.wrap_elem_why img {
	width: 150px;
}

.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;	
}

.wrap_elem_why img:hover {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-animation: tremor 1 linear 1s;
  animation: tremor 1 linear 1s;
  will-change: tremor; 
}

@-webkit-keyframes tremor {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes tremor {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.text_why {
	color: #5a5a5a;
	font-size: 18px;
}

#block_four {
	position: relative;
}

.buyer {
	margin-top: 100px;
}

.block_four_left_img {
	display: inline;
	float: left;
	width: 40%;
}

.buyer_img_mobile {
	float: left;
	width: 140px;
	margin: 5px 5px 5px 0;
}
.mobile_buyer .block_text_title {
	margin-left: 35px;
}

.block_four_left_img img {
	width: 100%;
}

.block_four_right_text {
	display: inline;
	float: left;
	width: 50%;	
}

.accordion_blocks li p {
	display: none;
	padding: 6px 10px;
	font-weight: 100;
	font-size: 17px;
	text-transform: none;
}

.accordion_blocks a {
	cursor: pointer;
	width: 100%;
}

.accordion_blocks a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion_blocks a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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;
}
/*--------------------*/

/*МОДАЛЬНОЕ ОКНО*/
#bl_zapis_2 {
	max-width: 70%;
	margin: 0 auto;
}

#bl_zapis_2 input {
	width: 100%;
	border: 2px solid #ddd;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 1em;
}

.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;
}

/*АНИМАЦИЯ БЛОКА*/
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/*-------------------*/