html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




@font-face {
	font-family: "Lato-Regular";
 src: url("../font/Lato-Regular.ttf"); 
}
@font-face {
	font-family: "Lato-Black";
 src: url("../font/Lato-Black.ttf"); 
}
@font-face {
	font-family: "Lato-Heavy";
 src: url("../font/Lato-Heavy.ttf"); 
}
@font-face {
	font-family: "Lato-Semibold";
 src: url("../font/Lato-Semibold.ttf"); 
}
@font-face {
	font-family: "Lato-Light";
 src: url("../font/Lato-Light.ttf"); 
}
@font-face {
	font-family: "Lato-Light";
 src: url("../font/Lato-Light.ttf"); 
}
@font-face {
	font-family: "Lato-HeavyItalic";
 src: url("../font/Lato-HeavyItalic.ttf"); 
}
@font-face {
	font-family: "Lato-BlackItalic";
 src: url("../font/Lato-BlackItalic.ttf"); 
}
@font-face {
	font-family: "Lato-Bold";
 src: url("../font/Lato-Bold.ttf"); 
}
@font-face {
	font-family: "Lato-Italic";
 src: url("../font/Lato-Italic.ttf"); 
}
@font-face {
	font-family: "Lato-Medium";
 src: url("../font/Lato-Medium.ttf"); 
}
@font-face {
	font-family: "Lato-MediumItalic";
 src: url("../font/Lato-MediumItalic.ttf"); 
}



body{
	

}


.page-faq{
	width: 100%;
	background-color: #fff; 
	min-width: 1020px;
}	
	.bg-faq-first-line{
		background: url(../images/bg-faq-first-line.png ) no-repeat center center;
		width: 100%;
		height: 80px;
		 -moz-background-size:100% 100%; /* для Firefox 4+ */
	    -o-background-size:100% 100%; /* для Opera 9.5+ */
	    -webkit-background-size:100% 100%; /* для Safari 5+ и Chrome 4+ */
	    -khtml-background-size:100% 100%; /* для Konqueror (WebKit-браузеров) */
	    background-size:100% 100%; /* CSS3 свойств */
	}
		.faq-head{
			width: 986px;
			height: 80px;
			margin: 0 auto;
		}
			.faq-head a{
				text-decoration: none;
		}

		#nav-language ul{
			background-color: rgba(115, 115, 115, 0.8) !important;
		}
		
	.warranty{
		width: 986px;
		/*height: 1269px;*/
		margin: 0 auto;
	}
		.warranty h2{
			margin: 50px 0;
			font-size: 18px;
	    	font-family: "Lato-Black";
	    	color: rgb(80, 80, 80);  
	    	text-align: center; 
	    	text-transform: uppercase;
	    	line-height: 26px;
		}
		.warranty h3{
			font-size: 16px;
		    font-family: "Lato-Regular";
		    color: #202020;
		    line-height: 20px;
		    text-decoration: none;
		    text-transform: none;
		}
		