@import url('https://fonts.googleapis.com/css?family=Patua+One&display=swap');

/* roboto-regular - latin_cyrillic-ext_cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'),
		 url('../fonts/roboto-v20-latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/roboto-v20-latin_cyrillic-ext_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
html {
	-webkit-text-size-adjust: none;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	min-width: 320px;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.p0{
	padding: 0;
}
.contanier {
	height: 100vh;
}

.parallax-img {
	height: 1000px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../img/bg-1.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }

  .bg-fixed {
	  background-attachment: fixed;
	}


/*BUTTONS*/
.topNubex {
	position: fixed;
	right: 45px;
	bottom: 45px;
	width:45px;
	height: 45px;
	position: fixed;
	background: #66666629 url("../img/up.png") center center no-repeat;
	border-radius: 25px;
   }
   
.my_btn{
	background-color: #6db63e;
	border: none;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 30px;
}
.my_btn:hover {
	text-decoration: none;
	color: #fff;
}
.btn_md{
	padding: 10px 30px;
}
.btn_lg{
	padding: 15px 50px;
}

.soc_btn_grey{
	border: 1px solid #211e1f;
	color: #211e1f;
	background-color: transparent;
	width: 30px;
	height: 30px;
}
.soc_btn_white{
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	width: 30px;
	height: 30px;
}

.call_btn{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background-color: #fff;
	border: none;
	z-index: 999;
}

/*HEADER*/

nav{
	height: 94px;
	line-height: 94px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li{
	display: inline-block;
	padding: 0 30px;
}
.menu li a{
	color: #6db63e;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.menu li a:hover,
.menu li a:focus{
	text-decoration: none;
	color: #fff;
}
.top_line{
	height: 1px;
	background-color: #e1e1e1;
}

.navbar-logo {
    color: #6db63e;
    font-size: 64px;
    font-weight: 1000;
    font-family: 'Patua One', cursive;
	/*text-shadow: 1px 1px 1px #a16323, -1px -1px 1px #a16323, -1px 1px 1px #a16323, 1px -1px 1px #a16323;
	text-shadow: 1px 1px 2px #a16323, 0 0 1em #a16323; */
}
.navbar-logo2 {
    width: 50px;
    height: 50px;
    margin-top: 13px;
}

.logo{
	padding-top: 45px;

}

.title_block{
	color: #fff;
	text-align: center;
	margin-top: -653px;
	/*text-shadow: 1px 1px 1px gray, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;*/

}
.title_block h1{
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 158px;
	font-size: 64px;
}
.title_block p{
	font-size: 50px;
	margin-bottom: 50px;
}

/*PARAMETRS SECTION*/
.params_s{
	padding: 95px 0;
}
.param_block{
	text-align: center;
	margin-bottom: 50px;
}
.param_block i{
	font-size: 35px;
	color: #6db63e;
}
.param_block h3{
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
    font-weight: bold;
}
.param_block p{
	font-size: 14px;
}

/*WORKS SECTION*/
.work_block{
	position: relative;
}
.image_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(104, 190, 96, 0.7);;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	opacity: 0;
}
.work_block:hover .image_wrap{
	opacity: 1;
}
.work_descr{
	color: #fff;
	text-align: center;
	margin: auto;
}


/*TEAM SECTION*/
.team_s{
	padding: 95px 0;
	color: #6c7279;
}
.team_item h4{
	font-family: 'Roboto', sans-serif;
	color: #000;
}
.team_item>span{
	text-transform: uppercase;
	color: #6db63e;
	font-size: 14px;
}
.team_item p{
	font-size: 14px;
	padding: 10px 0;
}



/*DOWNLOAD SECTION*/
.download{
	padding: 90px 0;
}
.download_block{
	text-align: center;
}
.download_block h5{
	font-size: 24px;
}
.download_block p{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

/*FOOTER*/
.main_footer{
	padding: 70px 0;
	background-color: #6db63e;
}
.footer_item{
	text-align: center;
	margin-bottom: 20px;
}
.footer_item h5{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.footer_item p{
	font-size: 14px;
	color: #fff;
}

.copyright_block{
	background-color: #6db63e;
	text-align: center;
	padding: 30px 0;
}
.copy_txt{
	color: #9d9fb2;
}



/*MODALS*/
#dlForm{
	width: 70%;
	margin: 0 auto;
}
#dlForm input{
	margin-bottom: 15px;
}

.map {
	width: 100%;
}

/* slider */
    /* стили для элемента body */
    body {
		margin: 0;

		height: 3000px;
	  }
  
	  /* стили основного контейнера слайдера */
	  .slider {
		position: relative;
		overflow: hidden;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	  }
  
	  /* стили для обёртки, в которой заключены слайды */
	  .slider__wrapper {
		position: relative;
		overflow: hidden;
	  }
  
	  /* стили для контейнера слайдов */
	  .slider__items {
		display: flex;
		transition: transform 0.6s ease;
	  }
  
	  /* стили для слайдов */
	  .slider__item {
		flex: 0 0 100%;
		max-width: 100%;
	  }
  
	  /* стили для кнопок "вперед" и "назад" */
	  .slider__control {
		position: absolute;
		top: 50%;
		display: none;
		align-items: center;
		justify-content: center;
		width: 40px;
		color: #fff;
		text-align: center;
		opacity: 0.5;
		height: 50px;
		transform: translateY(-50%);
		background: rgba(0, 0, 0, 0.5);
	  }
  
	  .slider__control_show {
		display: flex;
	  }
  
	  .slider__control:hover,
	  .slider__control:focus {
		color: #fff;
		text-decoration: none;
		outline: 0;
		opacity: 0.9;
	  }
  
	  .slider__control_prev {
		left: 0;
	  }
  
	  .slider__control_next {
		right: 0;
	  }
  
	  .slider__control::before {
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		background: transparent no-repeat center center;
		background-size: 100% 100%;
	  }
  
	  .slider__control_prev::before {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	  }
  
	  .slider__control_next::before {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	  }
  
	  /* стили для индикаторов */
	  .slider__indicators {
		position: absolute;
		right: 0;
		bottom: 10px;
		left: 0;
		z-index: 15;
		display: flex;
		justify-content: center;
		padding-left: 0;
		margin-right: 15%;
		margin-left: 15%;
		list-style: none;
		margin-top: 0;
		margin-bottom: 0;
	  }
  
	  .slider__indicators li {
		box-sizing: content-box;
		flex: 0 1 auto;
		width: 30px;
		height: 4px;
		margin-right: 3px;
		margin-left: 3px;
		text-indent: -999px;
		cursor: pointer;
		background-color: rgba(255, 255, 255, 0.5);
		background-clip: padding-box;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	  }
  
	  .slider__indicators li.active {
		background-color: #fff;
	  }
  
	  .img-fluid {
		display: inline-block;
		height: auto;
		max-width: 100%;
	  }
  /* end of slider */