.b-fieldtype-radioselect ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
}
.b-fieldtype-radioselect li {
	margin-bottom: 5px;
}
.b-fieldtype-radioselect input[type="radio"] {
	margin-left: 0;
}
.b-fieldtype-textinput input,
.b-fieldtype-select select,
.b-fieldtype-textarea textarea {
	padding: 1px;
	width: 100%;
	color: #000;
	font-size: 14px;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	display: block;
	outline: none;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-fieldtype-select {
	*margin-right: 2px;
}
.b-fieldtype-textinput {
	display: block;
	position: relative;
}
.b-fieldtype-textinput_pl20 {
	padding-left: 20px;
}
.b-fieldtype-textinput__txt {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	font-size: 14px;
	white-space: nowrap;
}
.b-fieldtype-textarea {
	*margin-right: 2px;
}
.b-fieldtype-textinput input[type="text"] {
	margin: 0;
	padding: 3px 5px;
}
.b-fieldtype-textinput_sale input[type="text"] {
	height: 36px;
	padding: 7px 75px 7px 40px;
	border-radius: 5px;
	border: 1px solid #999;
	background: url('/static/img/ggicons.png') no-repeat 10px -2423px transparent;
}
.b-fieldtype-textinput_head input {
	padding-top: 6px;
	font-style: italic;
	padding-bottom: 6px;
	border: 1px solid #e8e8e8;
}
.b-fieldtype-select label,
.b-fieldtype-textinput label,
.b-fieldtype-textarea label,
.b-label {
	display: block;
	margin-bottom: 5px;
}
.b-fieldtype-textarea textarea {
	resize: vertical;
	padding: 8px 10px;
}
div .b-fieldtype-textinput:first-child {
	margin-top: 0;
}
.b-form-help {
	font-size: 12px;
	padding-top: 3px;
	line-height: normal;
}
.b-fieldtype-checkbox,
.b-fieldtype-radio {
	display: block;
	margin-bottom: 5px;
	padding-left: 18px;
	line-height: normal;
}
.b-fieldtype-checkbox_ib {
	display: inline-block;
}
.b-fieldtype-checkbox_mb0,
.b-fieldtype-radio_mb0 {
	margin-bottom: 0;
}
.b-fieldtype-checkbox input[type="checkbox"],
.b-fieldtype-radio input[type="radio"] {
	float: left;
	height: 13px;
	width: 13px;
	padding: 0;
	margin: 0.3em 0 0 -18px;
}
.b-fieldtype-checkbox label,
.b-fieldtype-radio label {
	display: inline;
}
.b-fieldtype-w100 {
	width: 100px;
}
.b-fieldtype-checkbox_fl input[type="checkbox"] {
	float: none;
	margin-left: 0;
}
.b-fieldtype-li li {
	margin-bottom: 5px;
}
.b-error-show {
	background-color: #F7E1E0;
}
.b-error-holder {
	display: none;
	margin-left: 25%;
	font-size: 12px;
	color: red;
}
.b-error-show .b-error-holder {
	display: block;
}
.b-form-redmark {
	color: red;
}
/*buttons*/
.b-btn {
	font: 15px 'PT Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 15px;
	line-height: 18px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #005b86;
	text-shadow: 0 -1px 1px #053552;
	background-color: #126499;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fbe), to(#00669a));
	background-image: -webkit-linear-gradient(top, #007fbe, #00669a);
	background-image: -o-linear-gradient(top, #007fbe, #00669a);
	background-image: linear-gradient(to bottom, #007fbe, #00669a);
	background-image: -moz-linear-gradient(top, #007fbe, #00669a);
	background-repeat: repeat-x;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.b-btn:disabled,
.b-btn.disabled {
	opacity: 0.7;
}
.b-btn:focus {
	outline: none;
}
.b-btn:hover,
a.b-btn:hover {
	color: #fff;
	background-color: #005c8a;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006698), to(#005b86));
	background-image: -webkit-linear-gradient(top, #006698, #005b86);
	background-image: -o-linear-gradient(top, #006698, #005b86);
	background-image: linear-gradient(to bottom, #006698, #005b86);
	background-image: -moz-linear-gradient(top, #006698, #005b86);
	text-decoration: none;
}
.b-btn:disabled,
a.b-btn:disabled,
.b-btn.disabled,
a.b-btn.disabled {
	background-color: #005c8a;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006698), to(#005b86));
	background-image: -webkit-linear-gradient(top, #006698, #005b86);
	background-image: -o-linear-gradient(top, #006698, #005b86);
	background-image: linear-gradient(to bottom, #006698, #005b86);
	background-image: -moz-linear-gradient(top, #006698, #005b86);
}
.b-btn_light {
	color: #006699;
	border: 1px solid #dfdfdf;
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e3e3e3));
	background-image: -webkit-linear-gradient(top, #f3f3f3, #e3e3e3);
	background-image: -o-linear-gradient(top, #f3f3f3, #e3e3e3);
	background-image: linear-gradient(to bottom, #f3f3f3, #e3e3e3);
	background-image: -moz-linear-gradient(top, #f3f3f3, #e3e3e3);
	text-shadow: 0 1px 0px #fff;
}
.b-btn_light:hover,
a.b-btn_light:hover {
	color: #006699;
	border: 1px solid #dfdfdf;
	background-color: #dedede;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#d4d4d4));
	background-image: -webkit-linear-gradient(top, #e8e8e8, #d4d4d4);
	background-image: -o-linear-gradient(top, #e8e8e8, #d4d4d4);
	background-image: linear-gradient(to bottom, #e8e8e8, #d4d4d4);
	background-image: -moz-linear-gradient(top, #e8e8e8, #d4d4d4);
	text-shadow: 0 1px 0px #fff;
}
.b-btn_light:disabled,
a.b-btn_light:disabled,
.b-btn_light.disabled,
a.b-btn_light.disabled {
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e3e3e3));
	background-image: -webkit-linear-gradient(top, #f3f3f3, #e3e3e3);
	background-image: -o-linear-gradient(top, #f3f3f3, #e3e3e3);
	background-image: linear-gradient(to bottom, #f3f3f3, #e3e3e3);
	background-image: -moz-linear-gradient(top, #f3f3f3, #e3e3e3);
}
.b-btn_light-cr,
.b-btn_light-cr:hover,
a.b-btn_light-cr:hover {
	color: #990000;
}
.b-btn_orange {
	color: #fff;
	border: 1px solid #d75500;
	background-color: #fb7e00;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa200), to(#f56100));
	background-image: -webkit-linear-gradient(top, #ffa200, #f56100);
	background-image: -o-linear-gradient(top, #ffa200, #f56100);
	background-image: linear-gradient(to bottom, #ffa200, #f56100);
	background-image: -moz-linear-gradient(top, #ffa200, #f56100);
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.45);
}
.b-btn_orange:hover,
a.b-btn_orange:hover {
	color: #fff;
	border: 1px solid #ffa401;
	background-color: #f9c016;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4cb24), to(#ffa200));
	background-image: -webkit-linear-gradient(top, #f4cb24, #ffa200);
	background-image: -o-linear-gradient(top, #f4cb24, #ffa200);
	background-image: linear-gradient(to bottom, #f4cb24, #ffa200);
	background-image: -moz-linear-gradient(top, #f4cb24, #ffa200);
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.45);
}
.b-btn_orange:disabled,
a.b-btn_orange:disabled,
.b-btn_orange.disabled,
a.b-btn_orange.disabled {
	border: 1px solid #d75500;
	background-color: #fb7e00;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa200), to(#f56100));
	background-image: -webkit-linear-gradient(top, #ffa200, #f56100);
	background-image: -o-linear-gradient(top, #ffa200, #f56100);
	background-image: linear-gradient(to bottom, #ffa200, #f56100);
	background-image: -moz-linear-gradient(top, #ffa200, #f56100);
}
.b-btn_red {
	border: 1px solid #800308;
	background-color: #990000;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#990000), to(#7c0000));
	background-image: -webkit-linear-gradient(top, #990000, #800308);
	background-image: -o-linear-gradient(top, #990000, #7c0000);
	background-image: -moz-linear-gradient(top, #990000, #7c0000);
	background-image: linear-gradient(to bottom, #990000, #7c0000);
	text-shadow: 0 -1px 0 #800308;
}
.b-btn_red:hover,
a.b-btn_red:hover,
.b-btn_red:focus,
a.b-btn_red:focus {
	color: #fff;
	text-decoration: none;
	background-color: #800308;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#800308), to(#7c0000));
	background-image: -webkit-linear-gradient(top, #800308, #7c0000);
	background-image: -o-linear-gradient(top, #800308, #7c0000);
	background-image: linear-gradient(to bottom, #800308, #7c0000);
	background-image: -moz-linear-gradient(top, #800308, #7c0000);
}
.b-btn_red:disabled,
a.b-btn_red:disabled,
.b-btn_red.disabled,
a.b-btn_red.disabled {
	background-color: #990000;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#990000), to(#7c0000));
	background-image: -webkit-linear-gradient(top, #990000, #800308);
	background-image: -o-linear-gradient(top, #990000, #7c0000);
	background-image: -moz-linear-gradient(top, #990000, #7c0000);
	background-image: linear-gradient(to bottom, #990000, #7c0000);
}
.b-btn_big {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
}
.b-btn_block {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.b-btn_input {
	right: -2px;
	top: 0;
	position: absolute;
	padding-top: 6px;
	padding-bottom: 6px;
}
.b-btn_v_indents {
	margin: 10px 0;
}
.b-btn_mb20 {
	margin-bottom: 20px;
}
.b-btn_mb10 {
	margin-bottom: 10px;
}
.b-btn_mb5 {
	margin-bottom: 5px;
}
.b-btn_search {
	position: absolute;
	right: 0;
	top: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.b-btn_mw120 {
	min-width: 120px;
}
div.view-bl a[href*=amzn],
div.view-bl a[href*=amazon] {
	color: #000;
	background-color: #fbd000;
	background-image: none;
	border-color: #fbd000;
}
/*----------*/
/* js dd text */
.js-dd-container {
	position: relative;
	max-height: 300px;
	overflow: hidden;
}
.js-dd-container_mh45 {
	max-height: 45px;
}
.js-dd-container_mh115 {
	max-height: 115px;
}
.js-dd-container_mh120 {
	max-height: 120px;
}
.js-dd-container_mh500 {
	max-height: 500px;
}
.js-dd-opened {
	max-height: none;
}
.js-dd-body {
	padding-bottom: 25px;
}
.js-dd-button {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 21px;
	padding-top: 15px;
	text-align: center;
	background: url("/static/img/fader.png?v1") repeat-x scroll 0 -107px transparent;
}
.js-dd-button_out-fader {
	padding-top: 0;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #fff;
}
.js-dd-button_gray {
	background-position: 0 -203px;
}
.js-dd-button span {
	color: #4f4f4f;
}
.js-dd-button_out-fader span {
	color: #4f4f4f;
	font-size: 12px;
	border-bottom: 1px dashed;
}
.js-dd-button span:hover {
	color: #000;
	cursor: pointer;
}
.js-dd-close {
	display: none;
}
.js-dd-opened .js-dd-close {
	display: inline;
}
.js-dd-opened .js-dd-open {
	display: none;
}
/*----------*/
/*label*/
.b-label {
	min-height: 28px;
	padding-left: 10px;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	*display: inline;
	border-bottom: 1px solid #053855;
	font: 14px/1.2em 'PT Sans', Arial, Helvetica, sans-serif;
	background: url('/static/img/price-bg.png') 0 center no-repeat transparent;
}
.b-label:hover {
	text-decoration: none;
	opacity: 0.3;
}
.b-label_wide,
.b-label_wide .b-label__in,
.b-label_wide .b-label__desc {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-label__in {
	display: inline-block;
	*display: inline;
	min-height: 28px;
	padding-right: 10px;
	background: url('/static/img/price-bg.png') 100% center no-repeat transparent;
}
.b-label__desc {
	display: inline-block;
	text-align: center;
	padding: 0.6em 0;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	background-color: #126499;
}
.b-node-category-tag {
	float: right;
	background-color: #9B3597;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 5px;
	text-decoration: none !important;
	text-shadow: 0 -1px 0 #0B0B09;
}
.b-node-category-tag_search {
	margin-left: 4px;
}
.b-node-category-tag_left {
	float: left;
	margin-right: 10px;
	padding: 0;
	text-align: center;
	width: 21px;
}
.b-node-category-tag:hover {
	color: #fff;
}
.b-node-category-tag_r {
	background-color: #008014;
}
.b-node-category-tag_n {
	background-color: #170080;
}
.b-node-category-tag_m {
	background-color: #9B5D07;
}
.b-node-category-tag_cell-m {
	left: 0;
	bottom: 76px;
	position: absolute;
}
.b-node-category-tag_cell {
	left: 0;
	bottom: 0;
	float: none;
	position: absolute;
}
.b-inline-label {
	color: #fff;
	font-size: 14px;
	padding: 2px 10px;
	font-weight: bold;
	line-height: 16px;
	white-space: nowrap;
	background-color: #ff0000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}
.b-inline-label_gr {
	background-color: #6dbe45;
}
.n-label {
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
	min-width: 70px;
	font-size: 14px;
	line-height: 1.5em;
	color: #999;
	background-color: #eee;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: normal;
	text-shadow: 0 1px 0px #fff;
	vertical-align: middle;
}
a.n-label:hover,
a.n-label:focus,
a.n-label:active {
	color: #999;
	text-decoration: none;
}
.n-label_r {
	color: #fff;
	background-color: #008014;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
}
.n-label_a {
	color: #fff;
	background-color: #9b3597;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
}
.n-label_n {
	color: #fff;
	background-color: #170080;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
}
.n-label_b {
	color: #fff;
	background-color: #ff6600;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
}
.n-label_e {
	color: #fff;
	background-color: #663366;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
}
.n-label_m {
	color: #fff;
	background-color: #007880;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
}
.n-label_red {
	color: #fff;
	background-color: #990000;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
}
.n-label_green {
	color: #000;
	background-color: #95C221;
	text-shadow: none;
	font-weight: bold;
}
.n-label_gp30 {
	padding-left: 30px;
	padding-right: 30px;
}
a.n-label_r:hover,
a.n-label_a:hover,
a.n-label_n:hover,
a.n-label_b:hover,
a.n-label_r:focus,
a.n-label_a:focus,
a.n-label_n:focus,
a.n-label_b:focus,
a.n-label_r:active,
a.n-label_a:active,
a.n-label_n:active,
a.n-label_b:active {
	color: #fff;
}
.n-label_tile {
	position: absolute;
	left: 0;
	top: 10px;
}
.n-label_sale-top {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 28px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.n-label_h28 {
	height: 28px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a.n-label_sale-top:hover,
a.n-label_sale-top:focus,
a.n-label_sale-top:active {
	background-color: green;
}
.n-label_sale-top-active {
	background-color: #ed2024;
}
a.n-label_sale-top:hover,
a.n-label_sale-top:focus,
a.n-label_sale-top:active,
.n-label_sale-top-active {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
}
.n-label__img {
	position: relative;
	top: -2px;
}
/*----------*/
/* alert */
.alert {
	position: relative;
	padding: 10px 20px;
	color: #999;
	font-size: 14px;
	line-height: 1.2em;
	background-color: #eee;
	font-family: 'PT Sans', Arial, sans-serif;
	text-shadow: 0 1px 0px #fff;
}
.alert__left {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
	color: #ccc;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
}
.alert__right {
	display: inline-block;
	padding: 0 0 0 20px;
	margin-left: 115px;
	border-left: 3px solid #ccc;
	vertical-align: middle;

}
/* end alert */
/* Fonts */
.b-font12 {
	font-size: 12px;
}
.b-font13 {
	font-size: 13px;
}
.b-font14 {
	font-size: 14px;
	line-height: 16px;
}
.b-font16 {
	font-size: 16px;
	line-height: 16px;
}
.b-font18 {
	font-size: 18px;
	line-height: 18px;
}
.b-font20 {
	font-size: 20px;
}
.b-font24 {
	font-size: 24px;
}
.b-font48 {
	font-size: 48px;
}
/*----------*/
/*media*/
.b-media,
.b-media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.b-media,
.b-media .b-media {
  margin-top: 15px;
}
.b-media:first-child {
  margin-top: 0;
}
.b-media-img {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
.b-media-img_rel {
	position: relative;
}
.b-media-img_w30 {
	width: 30px;
}
.b-media-linkimg {
	float: left;
	margin-right: 10px;
	text-decoration: none;
	border: none;
}
.b-media-linkimg_mr15 {
	margin-right: 15px;
}
/*----------*/
/* Progress bar */
.progress-bar {
	height: 25px;
	font-size: 16px;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	font-style: italic;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0 1px 1px 1px;
	background: url("/static/img/progres_bar_grey.png") repeat-x scroll 0 0 transparent;
}
.progress-bar__over {
	float: left;
	color: #fff;
	height: 25px;
	overflow: hidden;
	text-shadow: 0 -1px 0px #004669;
	background: url("/static/img/progres_bar_blue.png") repeat-x scroll 0 0 transparent;
}
.progress-bar__under {
	float: right;
	color: #006699;
	overflow: hidden;
	text-shadow: 0 1px 0px #fff;
}
/*----------*/
.user-social {
	float: left;
	width: 23px;
	height: 23px;
	margin-right: 10px;
	background-image: url('/static/img/social_user.png');
	background-repeat: no-repeat;
	background-color: transparent;
}
.user-social_telegram {
	background-position: 0 0;
}
.user-social_twitter {
	background-image: url('/static/img/twitterx.png');
}
.user-social_linkedin {
	background-image: url('/static/img/linkedin.png');
}
.user-social_facebook {
	background-position: -46px 0;
}
.user-social_vk {
	background-position: -69px 0;
}
.user-social_youtube {
	background-position: -92px 0;
}
.user-social_inst {
	background-position: -115px 0;
}
.user-social_google {
	background-position: -138px 0;
}
.user-social_livejournal {
	background-position: -161px 0;
}
.strong {
	font-weight: bold;
}
.post-v-head {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0 10px;
	background-color: #eee;
	text-shadow: 0 1px #fff;
}
.post-v-head_mb20 {
	margin-bottom: 20px;
}
.post-v-head_light {
	color: #999;
}
.post-v-label {
	display: inline-block;
	color: #999;
	font-size: 12px;
	line-height: 1.7em;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 3px;
	text-shadow: 0 1px #fff;
	text-transform: uppercase;
	background-color: #eee;
}
/*-----  material type one -----*/
.post-v-a {
	position: relative;
	margin-bottom: 15px;
}
.post-v-a__hover  {
	display: block;
}
.post-v-a__img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #eee;
	position: relative;
}
.post-v-a__desc {
	display: block;
	font-size: 17px;
	padding: 0 10px 10px;
	text-shadow: 0 1px #fff;

}
.post-v-a_big .post-v-a__desc {
	font-size: 24px;
	font-weight: bold;
}
.fader-l,
.fader-r {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background-color: #fff;
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
}
.fader-r {
	left: auto;
	right: 0;
}
.post-v-a__hover:hover,
.post-v-a__hover:focus,
.post-v-a__hover:active {
	background-color: #eee;
	text-decoration: none;
	transition: background-color 1s ease 0s;
	-webkit-transition: background-color 1s ease 0s;
}
.post-v-a__hover:hover ~ .fader-l,
.post-v-a__hover:hover ~ .fader-r,
.post-v-a__hover:active ~ .fader-l,
.post-v-a__hover:active ~ .fader-r,
.post-v-a__hover:focus ~ .fader-l,
.post-v-a__hover:focus ~ .fader-r {
	width: 0;
	background-color: rgba(255, 255, 255, 0.3);
}
/*----- end material type one -----*/
/*-----  material type second -----*/
.post-v-b {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px dashed #ccc;
}
.post-v-b_comment {
	position: relative;
}
.post-v-b:last-of-type {
	border-bottom: none;
	margin-bottom: 20px;
}
.post-v-b__link {
	display: block;
	font-size: 17px;
	padding: 10px 0;
	text-shadow: 0 1px #fff;
}
.post-v-b__link_vp {
	padding: 20px 0;
}
.post-v-b_comment .post-v-b__link {
	padding: 15px 0 15px 30px;
}
.post-v-b:hover .post-v-b__link,
.post-v-b:focus .post-v-b__link,
.post-v-b:active .post-v-b__link {
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eee;
	text-decoration: none;
	transition: background-color 1s ease 0s;
	-webkit-transition: background-color 1s ease 0s;
}
.post-v-b_comment:hover .post-v-b__link,
.post-v-b_comment:focus .post-v-b__link,
.post-v-b_comment:active .post-v-b__link {
	padding-left: 40px;
}
.post-v-b:hover .post-v-label,
.post-v-b:focus .post-v-label,
.post-v-b:active .post-v-label {
	color: #393939;
	background-color: #ccc;
	transition: background-color 1s ease 0s;
	-webkit-transition: background-color 1s ease 0s;
}
.post-v-b__com-count {
	top: 18px;
}
.post-v-b__muted {
	color: #999;
	font-size: 14px;
	font-weight: bold;
}
.post-v-b__link-txt {
	font-size: 14px;
	font-weight: bold;

}

.post-v-b-event {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 12px;
	background: #eee;
}
.post-v-b-event span {
	line-height: 1.7em;
	margin-right: 5px;
	padding: 1px 10px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 1px rgba(0,0,0,0.6);
	background-color: #990000;
}
.post-v-b-event .post-v-b:first-child {
	padding-top: 12px;
	padding-bottom: 12px;
}
.post-v-b-event .post-v-b a {
	display: block;
	font-size: 17px;
	padding: 12px 0;
	text-shadow: 0 1px #fff;
	text-decoration: none;
}
.post-v-b-event .l-inner {
	margin: 0;
	padding-top: 12px;
}
/*----- end material type second -----*/
/*-----  material type layout -----*/
.post-v-media-img {
	display: block;
	border: 1px solid #eee;
	margin: 0 0 20px 10px ;
}
.post-v-media-l {
	font-size: 17px;
}
.post-v-media-price {
	display: block;
	color: #999;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0;
}
.post-v-media-p {
	font-size: 14px;
	margin-bottom: 5px;
}
.post-v-media-sl {
	font-size: 14px;
}
.post-v-media-muted {
	display: block;
	color: #999;
	font-size: 14px;
	font-style: italic;
}
.post-v-media-muted_fl {
	float: left;
	margin-top: 10px;
}
/*----- end material type layout -----*/
/*-----  material type third -----*/
.post-v-c {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #eee;
	overflow: hidden;
}
.post-v-c a {
	display: block;
}
.post-v-c a:hover img {
	-webkit-filter: url(#blur);
	filter: url(#blur);
	-webkit-filter: blur(2px);
	filter: blur(2px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
	-webkit-transition: 1s -webkit-filter linear;
	transition: 0.2s filter linear;
	-webkit-transition: 0.2s filter linear;
}
.post-v-c__desc,
.post-v-c__info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(0, 0, 0, 0.75);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000',GradientType=0 );/* IE6-9 */
}
.post-v-c__desc {
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	max-height: 55%;
}
.post-v-c__info {
	bottom: auto;
	top: 0;
	height: 26px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.8em;
	text-align: right;
}
.post-v-c a:hover .post-v-c__desc,
.post-v-c a:hover .post-v-c__info {
	background-color: rgba(0, 0, 0, 0.35);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#59000000',GradientType=0 );/* IE6-9 */
	transition: background-color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s;
}
.post-v-c a:hover .post-v-c__desc {
	text-align: center;
	top: 26px;
	max-height: none;
	white-space: nowrap;
}
.post-v-c a:hover .post-v-c__desc:before {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}
.post-v-c a:hover .post-v-c__desc > span {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
}

/*----- end material type third -----*/
/*----- material type four -----*/
.post-v-d {
	display: block;
	position: relative;
	padding-bottom: 100%;
}
.post-v-d[href]:hover,
.post-v-d[href]:focus {
	text-decoration: none;
}
.post-v-d__overlay {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.post-v-d[href]:hover .post-v-d__overlay {
	display: block;
}
.post-v-d__img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.post-v-d__label {
	z-index: 2;
}
.post-v-d__up {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	z-index: 2;
}
.post-v-d__txt {
	position: absolute;
	top: 26%;
	left: 10px;
	right: 10px;
	font-size: 14px;
}
.post-v-d__title {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.post-v-d__desc {
	margin-top: 5px;
	display: block;
}
.post-v-d__info {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	font-size: 14px;
	padding: 7px 0;
	border-top-style: solid;
	border-top-width: 1px;
}
.post-v-d__shadow {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin-bottom: 1px;
	height: 30px;
}
/*----- end material type four -----*/
/*----- forms -----*/
.select {
	display: block;
	position: relative;
}
.select select {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 31px;
	padding: 2px 10px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	color: #999;
	font-size: 14px;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select > i {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 25px;
}
.select > i:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	background: url('/static/img/ico-sprite.png?v1') no-repeat 1px -2037px #fff;
}
/*----- end forms -----*/
.b-gadget {
	border: 1px solid transparent;
	-webkit-transition: all 1s ease 0s;
	transition: all 0.5s ease 0s;
}
.b-gadget:hover {
	border-color: #ccc;
	background-color: #f3f3f3;
}
.b-gadget__img-wr {
	position: relative;
	text-align: center;
}
.b-gadget__del {
	position: absolute;
	width: 11px;
	height: 12px;
	left: 0;
	top: 0;
	background: url('/static/img/ico-sprite.png') no-repeat -5px -961px;
}
.b-gadget__buttons {
	position: absolute;
	height: 0;
	top: 50%;
	margin-top: -18px;
	left: 0;
	right: 0;
	display: none;
}
.b-gadget:hover .b-gadget__buttons {
	display: block;
}
.b-gadget__buttons .subscription-button {
	float: none;
	position: relative;
	left: 50%;
	margin-left: -57px;
}
.b-gadget__body {
	padding: 10px;
	min-height: 40px;
}
hr {
	margin-top: 10px;
	border-top-color: #e3e3e3;
}
.category-link {
	display: block;
	padding: 3px 10px;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	position: relative;
}
.category-link_drop {
	padding-right: 20px;
}
.category-link:hover,
.category-link:focus,
.category-link.active {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
.category-link__down {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	width: 8px;
	height: 5px;
	background: url('/static/img/ggicons.png') no-repeat 0 -2499px transparent;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.active > .category-link_drop  .category-link__down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sale-product {
	font-size: 14px;
}
.sale-product__img {
	position: relative;
}
.sale-product__photo {
	display: block;
	padding-bottom: 52.3%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
}
.sale-product__info {
	color: #999;
	margin: 5px 0;
}
.sale-product__price {
	position: relative;
	display: inline-block;
	height: 27px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	white-space: nowrap;
	background-color: #126499;
	border-bottom: 1px solid #053855;
	vertical-align: middle;
}
.sale-product__price_big {
	height: 49px;
	font-size: 26px;
	line-height: 48px;
	padding: 0 10px;
}
.sale-product__price_ggc {
	display: block;
	text-align: center;
}
.sale-product__price_ggc span {
	width: 24px;
	height: 54px;
	display: inline-block;
	vertical-align: middle;
	background-image: url('/static/img/ggicons.png?v5');
	background-repeat: no-repeat;
	background-position: 50% -2538px;
}
.ggc-price-box_price {
	width: 64%;
	float: left;
}
.ggc-price-box_buy {
	width: 30%;
	float: right;
	text-align: right;
}
.ggc-price-box_buy .b-btn {
	display: block;
}
.ggc-left-box_what {
	width: 35%;
	margin: 10px 0;
	float: left;
}
.ggc-left-box_what a.pseudo {
	text-decoration: none;
}
.ggc-left-box_what a.pseudo span + span {
	border-bottom: 1px dotted;
}
.ggc-left-box_what a.pseudo span span {
	width: 9px;
	height: 11px;
	display: inline-block;
	background: url('../../img/gg-sm-icon.png') no-repeat 50% 50%;
}
.ggc-left-box_left {
	width: 65%;
	margin: 10px 0;
	float: right;
	text-align: right;
	color: #9b9b9b;
}
.sale-product__price_list {
	position: absolute;
	bottom: 0;
	left: 0;
}
.sale-product__price:after,
.sale-product__price:before {
	content: '';
	position: absolute;
	top: 0;
	width: 10px;
	height: 100%;
	background-image: url('/static/img/price-bg.png');
	background-color: transparent;
	background-repeat: no-repeat;
	border-bottom: 1px solid #053855;
}
.sale-product__price:before {
	left: -10px;
	background-position: 0 center;
}
.sale-product__price:after {
	left: 100%;
	background-position: 100% center;
}
.sale-product__top {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 27px;
	padding: 0 10px 0 23px;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	line-height: 28px;
	white-space: nowrap;
	border-bottom: 1px solid #e6e6e6;
	text-shadow: 0 1px 0 #fff;
	background: url('/static/img/sales-star.png') no-repeat 10px center #eee;
}
.sale-product__top[href]:hover,
.sale-product__top[href]:focus,
.sale-product__top_active {
	color: #fff;
	background-color: green;
	text-decoration: none;
	border-bottom-color: green;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}
.sale-product__top_active {
	border-bottom-color: #900;
	background-color: #ed2024;
}
.ggc-icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('/static/img/ggicons.png?v1') no-repeat 0 -2472px transparent;
	vertical-align: middle;
}
.ggc-icon_big {
	width: 40px;
	height: 40px;
	background-position: 0 -2600px;
}
.ggc-icon_red {
	width: 50px;
	height: 50px;
	background-position: 0 -2640px;
}
.ggc-icon_sp {
	margin: -5px 0;
}
.ggc-icon_top-4 {
	position: relative;
	top: -4px;
}
.ggc-icon_sale-list {
	position: absolute;
	top: 2px;
	right: 2px;
}
.filters {
	font-size: 14px;
	font-weight: bold;
	background-color: #eee;
	padding: 4px 10px;
}
.js-category-bl.active .hidden {
	display: block;
}
.what-label {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 13px;
	line-height: 16px;
	color: #999;
	text-align: center;
	text-shadow: 0 1px 0px #fff;
	vertical-align: middle;
	background-color: #eee;
	border-radius: 50%;
}
.hidden {
	display: none;
}
.week-ggc-reward {
	font-size: 12px;
	overflow: hidden;
}
.week-ggc-reward__el {
	float: left;
	width: 80px;
	text-align: center;
}
.week-ggc-reward__block {
	display: inline-block;
	position: relative;
}
.week-ggc-reward__block .ggc-icon {
	opacity: 0.3;
}
.week-ggc-reward__block:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: -7px;
	width: 16px;
	height: 21px;
	background: url('/static/img/ggicons.png?v1') no-repeat 0 -2690px transparent;
}
@media screen and (max-width: 1150px) {
	.ggc-price-box_price {
		width: 69%;
	}
	.ggc-price-box_buy {
		width: 25%;
	}
}
@media screen and (max-width: 1100px) {
	.ggc-price-box_price {
		width: 100%;
		float: none;
	}
	.ggc-price-box_buy {
		margin-top: 5px;
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 1000px) {
	.ggc-left-box_what {
		width: 100%;
		float: none;
	}
	.ggc-left-box_left {
		width: 100%;
		float: none;
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	.post-v-a__desc {
		font-size: 24px;
		font-weight: bold;
	}
	.post-v-c__desc {
		font-size: 20px;
		font-weight: normal;
	}
	.post-v-a_mob-view .post-v-a__hover {
		overflow: hidden;
	}
	.post-v-a_mob-view .post-v-a__img  {
		margin-right: 10px;
		float: left;
		width: 100px;
	}
	.post-v-a_mob-view .post-v-a__desc {
		font-size: 17px;
		font-weight: normal;
	}
	.ggc-price-box_price {
		width: 64%;
		float: left;
	}
	.ggc-price-box_buy {
		width: 30%;
		margin-top: 0;
		float: right;
		text-align: right;
	}
	.ggc-left-box_what {
		width: 35%;
		float: left;
	}
	.ggc-left-box_left {
		width: 65%;
		float: right;
		text-align: right;
	}
}
@media screen and (max-width: 445px) {
	.ggc-price-box_price {
		width: 100%;
		float: none;
	}
	.ggc-price-box_buy {
		margin-top: 5px;
		width: 100%;
		float: none;
	}
	.ggc-left-box_what {
		width: 100%;
		float: none;
	}
	.ggc-left-box_left {
		width: 100%;
		float: none;
		text-align: left;
	}
}