@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);
*{
	max-height:10000px; /* Android 4.2+ */
}
body{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	min-width: 240px;
}
h2 {
	line-height: 28px;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.tovar{
	max-height: 300px;
}
.header{
	overflow: hidden;
	width: 100%;
	height: auto;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	background: url(../img/header00.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/*-webkit-background-size: contain;*/
	/*background-size: contain;*/
}
.header:after{
	content: '';
	display: block;
	font-size: 0;
	line-height: 0;
	padding-top: 13.9%;
}
body .container{
	width: auto;
	max-width: 960px;
	padding: 0 10px;
}
.left-column{
	max-width: none;
	margin-right: 0;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.left-column,
.footer{
	width: 65.6%;
}
.thumbs{
	margin-left: 34px;
	overflow: hidden;
}
.sidebar {
	float: right;
	width: 32.2%;
	padding: 0;
	overflow: visible;
	max-width: none;
}
.block{
	max-width: 280px;
	width: auto;
}
.container .align-left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 60%;
}
.container .align-right{
	float: right;
	margin: 0 0 10px 10px;
	max-width: 60%;
}
.container .align-center{
	display: block;
	width: 80%;
	margin: 0 auto 10px;
}
.to-site{
	font-size: 25px;
	line-height: 29px;
	font-weight: bold;
	text-align: center !important;
}
.pc-hide{
	display: none;
}
.footer{
	text-align: center;
	padding: 10px 0 20px;
	margin: 0;
}
/*button to site*/
.go-to-site{
	cursor: pointer;
	font-size: 26px;
	min-width: 50%;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	display: inline-block;
	padding: 10px 12px;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 -1px 1px #777;
	color: #fff !important;
	text-decoration: none !important;
	outline: none;
	border-radius: 5px;
	border: 2px solid #a80900;
	box-shadow: 0 -1px 2px 1px rgba(255, 255, 255, 0.5) inset, 0.1em 0.1em 0.2em rgba(0,0,0,0.6);
	background: #ea1502;
	background: linear-gradient(to bottom,  #ea8e59 0%,#f02f17 100%);
	background: #ea1502 \0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.go-to-site > b, .go-to-site > span{ display: inline-block; }
.go-to-site:hover{
	opacity: 0.85;
	text-decoration: none !important;
}
.go-to-site:active{
	box-shadow: 0 -0.1em 0.2em 0.1em rgba(255, 255, 255, 0.5) inset;
	right: -2px;
	bottom: -2px;
}
/*blue*/
.go-to-site.btn-blue{
	border: 2px solid #07277b;
	background: #3053a0;
	background: linear-gradient(to bottom,  #5b8dbf 0%,#3053a0 100%);
	background: #3053a0 \0;
}
/*blue end*/
/*green*/
.go-to-site.btn-green{
	border: 2px solid #00700a;
	background: #108006;
	background: linear-gradient(to bottom,  #5c9322 0%,#108006 100%);
	background: #108006 \0;
}
/*green end*/
/*orange*/
.go-to-site.btn-orange{
	border: 2px solid #e85a13;
	background: #e87f00;
	background: linear-gradient(to bottom,  #edb900 0%,#e87f00 100%);
	background: #e87f00 \0;
}
/*orange end*/
/*purple*/
.go-to-site.btn-purple{
	border: 2px solid #440154;
	background: #6b0057;
	background: linear-gradient(to bottom,  #7b3796 0%,#6b0057 100%);
	background: #6b0057 \0;
}
/*purple end*/
/*pink*/
.go-to-site.btn-pink{
	border: 2px solid #da00c4;
	background: #ed9eeb;
	background: linear-gradient(to bottom,  #ed9eeb 0%,#e100ed 100%);
	background: #E100ED \0;
}
/*pink end*/
/*gray*/
.go-to-site.btn-gray{
	color: #000 !important;
	text-shadow: 0 -1px 1px #fff;
	border: 2px solid #ccc;
	background: #fff;
	background: linear-gradient(to bottom,  #fff 0%,#e5e5e5 100%);
	background: #e5e5e5 \0;
}
/*gray end*/
/*button to site end*/
@media only screen and (max-width: 980px){
	.fixed {
		position: relative;
		top: auto;
	}
	#w_banner_lnk,
	#sale_block_trans{
		display: none !important;
	}
	.sidebar-bloggers:first-child > img{
		float: none !important;
		margin: 0 0 8px !important;
	}
}
@media only screen and (max-width: 767px){
	.left-column,
	.footer{
		float: none;
		width: auto;
		padding: 10px 12px;
	}
	.sidebar {
		display: none;
	}
}
@media only screen and (max-width: 639px){
	.header{
		-webkit-background-size: 165%;
		background-size: 165%;
		background-position: 0 0;
		/*border-radius: 0;*/
	}
	.header:after {
		padding-top: 22.5%;
	}
	h2{
		font-size: 22px;
		line-height: 24px;
	}
	h3{
		text-align: center;
	}
	.container .align-left,
	.container .align-right{
		display: block !important;
		float: none !important;
		margin: 0 auto 10px !important;
		max-width: 100% !important;
	}
	.thumbs{
		margin-left: 0;
	}
	.go-to-site{
		font-size: 20px;
		line-height: 24px;
	}
	.pc-hide{
		display: block;
	}
	.sidebar-ad .block{
		margin: 0 auto;
	}
	.vk-comment-like{
		display: none;
	}
}