/*
Gagadget.com
-
(C) 2006-2013, MSP "Magnet"
*/

p {
	margin: 0 0 10px;
}
small,
.small {
	font-size: 85%;
}
strong,
.strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.muted {
	color: #999999;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	margin: 18px 0 10px;
	line-height: normal;
	color: inherit;
	text-rendering: optimizelegibility;
	line-height: 1.5em;
	/*font-family: 'PT Sans',Arial,Helvetica,sans-serif;*/
}
.l-inner h1:first-child,
.l-inner h2:first-child,
.l-inner h3:first-child,
.l-inner h4:first-child,
.l-inner h5:first-child,
.l-inner .h1:first-child,
.l-inner .h2:first-child,
.l-inner .h3:first-child,
.l-inner .h4:first-child,
.l-inner .h5:first-child {
	margin-top: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1,
.h1 {
	font-size: 28px;
}
h2,
.h2 {
	font-size: 22px;
}
h3,
.h3 {
	font-size: 18px;
}
h4,
.h4 {
	font-size: 14px;
	font-weight: bold;
}
h5,
.h5 {
	font-size: 12px;
	font-weight: bold;
}
h1 small,
.h1 small {
	font-size: 20px;
}
h2 small,
.h2 small {
	font-size: 16px;
}
h3 small,
.h3 small {
	font-size: 12px;
}
h4 small,
.h4 small {
	font-size: 10px;
}
ul,
ol {
	padding: 0;
	margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
li {
	line-height: 25px;
}
ul.unstyled,
ol.unstyled {
	margin: 0;
	list-style: none;
}
.respon-img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

/* Layout */
.l-page-wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
}
.l-page-wrapper_indets {
	margin-top: 20px;
	padding-bottom: 40px;
}
.l-page {
	padding-bottom: 230px;
}
* HTML .l-container {
	*zoom: 1;
}
.l-container:before,
.l-container:after {
	display: table;
	line-height: 0;
	content: "";
}
.l-container:after {
	clear: both;
}
.l-container_wide {
	margin-left: -10px;
    margin-right: -10px;
}
[class*="l-grid"] {
	float: left;
	width: 100%;
}
.r-wide {
	margin-right: 320px;
}
.l-grid_main.pull-right > .r-wide {
	margin-right: 0;
	margin-left: 200px;
}
.l-grid_rightcol {
	width: 300px;
	margin-left: -300px;
}
.l-grid_300 {
	float: right;
	width: 300px;
	z-index: 1;
	margin-left: -300px;
	position: relative;
}
.l-grid_rightcol_ml {
	margin-left: -310px;
}
.l-grid_main.pull-right + .l-grid_rightcol {
	width: 200px;
	margin-left: 0;
	margin-right: -200px;
}
.l-grid_3-4 {
	width: 75%;
}
*+html .l-grid_3-4 {
	margin-right: -1px;
}
.l-grid_2 {
	width: 50%;
}
.l-grid_2-left {
	width: 50%;
	float: left;
}
.l-grid_2-right {
	float: right;
	width: 50%;
}
.l-grid_2-left > .l-inner {
	margin-right: 10px;
}
.l-grid_2-right > .l-inner {
	margin-left: 10px;
}
.l-grid_3 {
	width: 33.33333333333%;
	transition: width 0.5s linear;
}
*+html .l-grid_3 {
	width: 33%;
}
.l-grid_4 {
	width: 25%;
}
.l-grid_5 {
	width: 20%;
}
.l-grid_6 {
	width: 16.66666666666667%;
}
.l-grid_8 {
	width: 12.5%;
}
.l-inner {
	padding: 0 10px 1px;
	margin: 0 0 30px;
}
.l-inner_wide {
	padding: 0;
}
.l-inner_high {
	margin-bottom: 0;
}
.l-inner_border {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #222;
}
.l-inner_border a {
	color: #333 !important;
}
.l-inner_custom {
	margin-bottom: 10px;
}
.l-inner_mb20 {
	margin-bottom: 20px;
}
.l-inner_color {
	padding: 10px;
	margin-top: -10px;
	margin-bottom: 21px;
	background-color: #F3F3F3;
}
.l-inner_special {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.l-separator {
	height: 10px;
	*zoom: 1;
}
.l-separator:before,
.l-separator:after {
	display: table;
	line-height: 0;
	content: "";
}
.l-separator:after {
	clear: both;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.pseudo {
	text-decoration: none;
}
.pseudo:hover,
.pseudo:active,
.pseudo:focus {
	text-decoration: none;
}
.pseudolink {
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}
.pseudo__underline {
	text-decoration: none;	
}
.pseudo:hover .pseudolink,
.pseudo:focus .pseudolink {
	border-bottom: 1px dotted #ff0000;
	color: #ff0000;
}
.pseudo:hover .pseudo__underline,
.pseudo:focus .pseudo__underline {
	text-decoration: underline;
}
/*fix for not respos page*/
.header-nav_more,
.r-no-pc,
.r-mobi,
.b-submenu__more {
	display: none;
}
/*----------*/
@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 32px;
	}
	h2,
	.h2 {
		font-size: 26px;
	}
	h3,
	.h3 {
		font-size: 20px;
	}
}