*{
	margin: 0;
	padding: 0;
}
html,body{
	height:100% !important; 
}

body{
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size:20px;
	font-weight: 700;
	line-height:1.5;
	min-width: 320px;
	
}

h3{
	margin: 0;
	font-weight: 700;
	font-size: 30px;
	color: #000;
	line-height: 1.5;
}


.contacts{
	background: #fff;
	width: 100%;
	padding: 10px;
}

.contacts span{
	margin-right: 50px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	color: #757575;
	font-size:15px;
}

.contacts i{
	color: #008000;
}

 /* Dropdown Button */
.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    left: -140px;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
    transition: 1s;
}
.color-4 a.icon{
	cursor: pointer;
	display: none;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

.color-4 a.icon:hover{
	color: #000;
	background-color: #D3D3D3;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.main__menu{
	display: none;
	position: relative;
}

.main__menu li{
	list-style-type: none;
}

.dropdown__nav{
	background:#017f48;
	display: flex;
	flex-direction: column;
}

.dropdown__nav a{
	margin-top: 20px;
}

.about_heading h2{
	margin: 0;
	font-weight: 700;
	font-size: 44px;
	color: #000;
	line-height: 1.5;
}

.about_heading h2 span{
	color: #0b661a;
}

.about_heading h6{
	margin-top: 0;
	/*margin-bottom: 34px;*/
	font-size: 26px;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
}

.about_img img{
	margin-bottom:100px;
	border-radius: 10px;
}

.para_content{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
}

.col-md-6.text-about{
	padding-left: 40px;
}

.clv_underline img{
	width: 300px;
	height: 30px;
}
svg {
  width: 100%;
  height: 50px;
}

svg {
	fill: #0b661a;
}

#advantages{
	background: #008000;
	/*border: 1em solid #404541;*/
}

#advantages h2{
	display: inline;
	margin: 50px;
	font-weight: 700;
	font-size: 44px;
	color: #000;
	line-height: 1.5;
}

.how__to{
	display: inline;
	margin: 50px;
	font-weight: 700;
	font-size: 44px;
	color: #000;
	line-height: 1.5;
}



.brk-sc-honeycomb-one__content p{
	margin-top: 10px;
	opacity: 0;
	padding: 10px;
	background-color: #fff;
	border-radius: 30px;
	/*margin-bottom: 34px;*/
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
	transition: all .5s ease-in-out;
}
 
.brk-sc-honeycomb-one__content h3{
	transition: all .5s ease-in-out;
}

.brk-sc-honeycomb-one_hide-btn:hover .brk-sc-honeycomb-one__content h3{
	color: #000;
}

.brk-sc-honeycomb-one_hide-btn:hover .brk-sc-honeycomb-one__content p{
	opacity: 1;
}

/*-----Начальное положение меню-----*/
.headhesive{ 
	width: 100%;
	position: fixed;
	transform: translateY(-320%);
	z-index: 9999;
	transition: 0.5s;
}
/*-----Конечное положение меню-----*/
.headhesive--stick{
	transform: translateY(-88px);
}

#steps .brk-headline__sample h2{
	margin-top: 0;
	margin-bottom: 60px;
}

#nav_menu img{
	float: left;
	display: inline-block;
}
#nav_menu{
	margin-top: 88px;
}


#testimonials{
	margin-bottom: 50px;
}

#gallery{
	margin-top: 100px;
	margin-bottom: 100px;	
}

#video{
	margin-top: 100px;
	margin-bottom: 100px;
}

#copy{
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

@media only screen and (max-width : 1200px){
	#advantages h2{
	/*display: inline-block;*/
	text-align: center;
	margin: 50px;
	font-weight: 700;
	font-size: 44px;
	color: #000;
	line-height: 1.5;
	
	}
}
@media only screen and (min-width : 992px){
	.brk-sc-honeycomb-one__content h3{
		font-size: 20px;
	}
}

@media only screen and (max-width : 992px){
	#advantages h2{
		text-align: center;
		/*font-size: 35px;*/
		margin: 0;
		
	}
	.about_heading svg{
		height: 3.8em;
	}
}	

@media only screen and (max-width : 768px){
	#advantages h2{
		/*text-align: center;*/
		/*font-size: 35px;*/
		margin: 0;
		
	}

	.brk-sc-honeycomb-one__content h3{
		font-size: 20px;
	}

	.about_heading svg{
		height: 3em;
	}
}

@media only screen and (min-width : 676px){
	.dropdown__nav{
		display: none;
	}

	
}

@media only screen and (max-width : 676px){
	.color-4 a.icon{
		display: inline-block;
		margin: 10px 5px;
	}

	.main__nav{
		display: none;
	}
	.dropdown__nav__container .cl-effect-2 a {
		line-height: 20px;
	}

	.dropdown__nav a{
	margin-top: 0;
}

}

@media only screen and (max-width : 580px){
	#steps .brk-headline__sample h2{
		font-size: 3rem;
	}
}

@media only screen and (max-width : 445px){
	#steps .brk-headline__sample h2{
		font-size: 2rem;
	}
}


@media only screen and (max-width : 480px) {
	.about_heading h2{
	margin: 0;
	font-weight: 700;
	font-size: 26px;
	color: #000;
	line-height: 1.5;
}

	.about_heading h6{
		margin: 0;
		font-weight: 700;
		font-size: 16px;
		color: #000;
		line-height: 1.5;
	}

	.about_heading svg{
		height: 2em;
	}

	.para_content p{
		font-size: 12px;
	}

	.about_img img{
		margin-bottom: 20px;
	}

	#advantages h2{
		text-align: center;
		font-size: 28px;
		margin: 0;
		
	}

	.brk-sc-honeycomb-one__content h3{
		font-size: 20px;
	}

	.velo-slide__title{
		font-size: 30px;
	}

	.velo-slide__text{
		font-size: 21px;
		line-height: 1;
	}

	.velo-slides{
		margin-bottom: 60px;
	}

	.contacts span{
		font-size: 12px;
	}

}
