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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 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 { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul , menu{ list-style: none; }
table { border-collapse: collapse; border-spacing: 0;}

@font-face {
	font-family: 'Lato';
	src: url('font/lato-regular-webfont.svg#latoregular') format('svg');
	src: url('font/lato-regular-webfont.eot');
	src: url('font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('font/lato-regular-webfont.ttf') format('truetype'),
	url('font/lato-regular-webfont.woff') format('woff'),
	url('font/lato-regular-webfont.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #f1f1f1;
	font-family: 'Lato',arial, helvetica, sans-serif;
	line-height: 18px;
	font-size: 16px;
}
.popup_browser {
	background: #ffffff;
	color:#555555;
	border: 1px solid #e2e3e5;
	margin:110px auto 0;
	width: 680px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0 69px 0;
}
.logo {
	background:  url("../images/main_logo.png") center no-repeat;
	height: 90px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 1px solid #e2e3e5;
}
.browserList li {
	display: inline-block;
	margin: 30px 16px 0 16px;
}
.browserLink {
	width: 82px;
	padding-top: 89px;
	display: inline-block;
	background: url("../images/icon_browser.png") no-repeat;
	color:#1b81ae;
	text-decoration: none;
	outline: none;
}
.browserLink:hover {
	color:#60afe6;
}
.browserLink.ff {
	background-position:0 0;
}
.browserLink.gh {
	background-position:-80px 0;
}
.browserLink.op {
	background-position: -162px 0;
}