body{
	font-family: 'Roboto',Arial,sans-serif;
}

h1{
	font-size: 60px;
	font-weight: 600;	
}

section{
	padding-top:80px;
	padding-bottom:80px;	
}

section#header{
	position: relative;
	width: 100%;
	background: rgba(0,0,0,0.8);
	min-height: 100vh;
}

section#header button{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 50px;
	border-radius: 0;	
	margin:10px 5px;
}

section#form{
	position: relative;

	width: 100%;
	background: rgba(0,0,0,0.8);

}

section#header .bg-img{
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	background-image: url(img/header_bg.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 1;
	top: 0;
}

section#header>.fluid-container>.row{

}

.header-menu ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	height: 100%;
}

.header-menu ul li{
	
}

.header-menu ul li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;	
}

.header-logo{
text-align: center;	
}

.header-logo img{
	max-width: 250px;
	width: 80%;
}

.header-text{
	color:#fff;
	margin-top:150px;
	text-align:center;
	
}

.header-text h1{
	margin-bottom: 40px;
}

.header-text__descr{
	font-size: 22px;
	font-weight: 300;
}

.header-text__btns{
	text-align: center;
	margin-top: 70px;	
}

section.bg-white{
	background:#fff;
	color:#000;
}

section.bg-gray{
	background:#f5f5f5;
	color:#000;
}

section.bg-transblack{ 
	background:#000;
	color:#fff;
}


section.bg-transblack .section-title, section.bg-transblack .section-title h2{ 
	color:#fff;
}

.section-title{
	text-align:center;
}
.section-title h2{
	font-size: 40px;
	color: #000;
	font-weight: 600;
	margin-bottom: 60px;
}

.adv-item{
	margin-bottom:60px;
}

.adv-item__pix{
	text-align: center;
}

.adv-item__pix img{
	max-height: 100px;
	max-width: 240px;
	/*width:100%;*/
}

.adv-item__text{
    font-size: 23px;
    font-weight: 300;	
}

.adv-item__text a{
	text-decoration:underline;
}

.adv-item__text a:hover{
	text-decoration:none;
}

.imps-item{
	text-align:center;
	padding-top: 30px;
	padding-bottom: 30px;	
}

.imps-item__pix{
	max-width: 120px;
	width: 100%;
	margin-bottom: 30px;
}

.imps-item__text{
	display: block;
	font-size: 23px;
	font-weight: 300;
}

.section-title>h2>span{
	color:#35a152;
}

.section-title>span{
	display: block;
	font-size: 26px;
	font-weight: 300;
}

.section-title>span a{
	text-decoration:underline;
}

.section-title>span a:hover{
	text-decoration:none;
}

.bg-img_form{
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	background-image: url(img/form_bg.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 1;
	top: 0;	
}


.section-title h3{
	font-size:20px;
	margin-bottom:45px;
	text-transform:uppercase;
}


.contacts__phone-n-email{
	text-align:center;
}

.contacts__phone-n-email a{
	color: #000;
	font-size: 36px;
	display: block;
	font-weight: 600;
	line-height: 1.2em;
	transition: all ease-in-out 0.25s;
}

.contacts__phone-n-email a:hover{
	color:#35a152;
	text-decoration:none;
}



#tags_cloud_links{
	width: 100%; 
	height: 350px;
}


div.jqcloud a {
	font-weight: 300;
	font-family: 'Roboto';	
}
 

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){ 



}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
	
	.header-logo{
		margin-bottom:20px;
	}

	.header-menu ul{
		display:block !important;
		text-align:center;
	}
	
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
	
	.header-logo{
		margin-bottom:20px;
	}	

	.header-menu ul{
		display:block !important;
		text-align:center;
	}	
	
	.header-text{
		margin-top:30px;
	}		
	
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px){
	
	.header-logo{
		margin-bottom:20px;
	}	

	.header-menu ul{
		display:block !important;
		text-align:center;
	}

	.adv-item__pix{
		margin-bottom: 20px;
	}
	
	.adv-item__pix img{
		max-height: unset;
		width: 145px;
	}
	
	.header-text{
		margin-top:30px;
	}	
	
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
	
	.header-logo{
		margin-bottom:20px;
	}	

	.header-menu ul{
		display:block !important;
		text-align:center;
	}	
	
	.imps-item{
		margin-bottom:30px;
	}
	
	.imps>.imps-item:last-child{
		margin-bottom:0;
	}
	
	.adv-item__pix{
		margin-bottom: 20px;
	}
	
	.adv-item__pix img{
		max-height: unset;
		width: 145px;
	}
	
	#adv .adv-item:last-child{
		margin-bottom: 0;
	}

	.header-text{
		margin-top:30px;
	}	
	
}
 






