	#wrap {
		position: relative;
		background-color: #fff;
	}
	
	@media (max-width: 767px) {

		#wrap {}

	}
	
   
	#logo {  
		padding: 60px 0;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%; 	/* 1 */
	}
	
	#logo img { display: block; }	
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#logo {  
			padding: 50px 0;
		}
		
	}
	
	@media (max-width: 767px) {

		#logo {  
			padding: 50px 50px 50px 0; 	/* 1 */
		}
		
		.header-style-2 #logo {  
			padding: 30px 50px 30px 0; 	/* 1 */
		}
		
	}
	
   	
	#content {
	padding-bottom: 0px;
}

	 
   .fullwidth-section {
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding: 0;
	color: #000000;
	background-attachment: fixed;
	background-repeat: repeat-y;
	margin: 40px 0;





	background-image: url(
../../img/bg-3.пнг);
	background-image: url(../../img/bg-2.jpg);
	}

	.fullwidth-section-content {
		position: relative;
		z-index: 3;
	}
   
   	.fullwidth-section-overlay {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}
	
	.fullwidth-section-video {
		position: absolute;
		overflow: hidden;
		z-index: 1;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	
	.parallax.parallax-enabled { 
		background-attachment: fixed !important;
		-webkit-background-size: cover;
				background-size: cover;	
	}
	
	.horizontal-parallax { background-repeat: repeat-x; }
	
	.animated-parallax { background-repeat: repeat-x; }
	
	@media (max-width: 767px) {

		.fullwidth-section {
			-webkit-background-size: cover;
					background-size: cover;		
		}
		
	}
   
	
	#footer {
	padding: 3px;
	background-color: #FFCC00;
	color: #d1d1d1;
	}
	
	.footer-style-2 #footer {
		padding: 0;
		background: #212121 url(../images/bg-footer.jpg) no-repeat center center; 
	}
	
	#footer a { color: #d1d1d1; }
	
	#footer-widget-area-1 {}
	#footer-widget-area-2 {}
	#footer-widget-area-3 {}
	#footer-widget-area-4 {}
	
	#footer-bottom {
	padding: 20px 0;
	background-color: #945301;
	color: #FBD713;
	}
	
	#footer-bottom a {
	color: #FBD713;
}
	
	#footer-bottom-widget-area-1 {}
	#footer-bottom-widget-area-2 {}
	

	#back-to-top {
		position: fixed;
		z-index: 1010;
		right: -40px;
		bottom: 20px;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		background-color: #212121;
		color: #fafafa;
		font-size: 30px;
		text-align: center;					
		opacity: 0.5;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
	}
	
	#back-to-top i {
		font-size: 18px;
		line-height: 40px;
		font-weight: normal;
		vertical-align: top;
		-webkit-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
	}
	
	#back-to-top:hover { background-color: rgba(0, 0, 0, 0.7); }
	#back-to-top:hover i { color: #fff; }
	#back-to-top.visible { right: 40px; }
	#back-to-top.gone { right: -40px; }	

   
	.javascript-required,
	.modern-browser-required {
	    padding: 15px 0;
		background-color: #f00;
		color: #fff;
		font-weight: 700;
		text-align: center;
	}
	
   
   	h1.error {
		font-size: 60px;
		line-height: 90px;
	}
