@font-face {
	font-family: ico;
	font-weight: 400;
	font-style: normal
}
* {
	margin: 0;
	padding: 0
}
body {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	line-height: 23px;
	width: 100%
}
a {
	color: #0a78c2;
	outline: medium none;
	text-decoration: underline
}
a:hover {
	text-decoration: none
}
p {
	margin: 0 0 11px
}
b {
	font-weight: bolder
}
img {
	border: medium none
}
h1 {
	margin: 10px 0;
	font-size: 21px
}
h2 {
	margin: 10px 0;
	font-size: 22px
}
h3 {
	margin: 2px 0 10px;
	font-size: 20px;
	font-weight: 400
}
.container {
	width: 960px;
	margin: 0 auto
}
.btn {
	background: #049904;
	color: #fff;
	font-size: 18px;
	height: 50px;
	width: 300px;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 15px auto;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	text-decoration: none;
	border-radius: 4px;
	border: none
}
.btn:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}
.vk-comment-like::before {
	font-family: ico!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.left-column {
	float: left;
	width: 570px;
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	margin-right: 20px;
	padding: 30px 30px 0;
	margin-bottom: 10px
}
.vk-comment-text img {
	margin-top: 15px;
	margin-bottom: 10px
}
.sidebar {
	float: left;
	width: 309px;
	font-size: 12px
}
.sidebar-last-posts {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	padding: 15px;
	margin-bottom: 20px
}
.sidebar-last-post {
	margin-bottom: 0
}
.sidebar-last-post a {
	color: #489b1f
}
.sidebar-last-post-info {
	font-size: 11px;
	margin-bottom: 15px
}
.sidebar-last-post-info-login {
	color: #bb225c;
	margin-right: 5px
}
.sidebar-last-post-info-date {
	margin-right: 5px;
	color: #777
}
.sidebar-last-post-info-comments {
	color: #777;
	text-decoration: underline
}
.sidebar-bloggers {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	padding: 15px;
	margin-bottom: 20px
}
.sidebar-bloggers-avatar {
	display: inline-block
}
.sidebar-bloggers img {
	margin: 5px
}
.footer {
	clear: both;
	margin-left: 220px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #777
}
.photo {
	width: 100%;
	height: auto
}
.vk-container {
	font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	text-decoration: none
}
.vk-header {
	background: none repeat scroll 0 0 #dae2e8;
	padding: 4px 4px 4px 6px;
	margin-bottom: 10px
}
.vk-header-text {
	padding: 2px 3px 1px;
	line-height: 100%;
	color: #45688e;
	font-weight: 700
}
.vk-avatar img {
	float: left;
	margin-right: 10px
}
.vk-comment, .vk-comment-load {
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #dae1e8;
	padding-bottom: 15px
}
.vk-comment-name {
	color: #2b587a;
	font-weight: 700;
	font-size: 12px
}
.vk-comment-text {
	margin-left: 60px
}
.vk-comment-date {
	margin-left: 60px;
	color: #999
}
.vk-comment-like {
	position: absolute;
	right: -5px;
	bottom: 10px;
	width: 30px;
	height: 16px;
	display: inline-block
}
.vk-comment-like:hover {
	opacity: .5;
	cursor: pointer
}
.vk-comment-like-count {
	padding-left: 14px;
	font-weight: 700;
	color: #7295b2;
	font-size: 10px
}
.vk-comment-answer {
	color: #2b587a
}
.vk-comment-answer:hover {
	opacity: .5;
	cursor: pointer
}
@media (max-width:960px) {
	.container {
		width: 768px;
		box-sizing: border-box
	}
	.sidebar {
		display: none
	}
	.left-column {
		width: 100%;
		box-sizing: border-box
	}
}
@media (max-width:768px) {
	.container {
		width: 600px
	}
}
@media (max-width:600px) {
	.container {
		width: 480px
	}
	.footer {
		margin-left: 0;
		text-align: center
	}
}
@media (max-width:480px) {
	.container {
		width: 320px
	}
	.fln {
		float: none!important
	}
	.btn {
		font-size: 15px;
		width: 260px
	}
}
.header {
	max-width: 960px;
	margin: 0 auto 20px;
	background: url(header.png) no-repeat scroll 0 0 transparent;
	height: 131px;
	box-shadow: 0 1px 2px #818181;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px
}
.header h1 {
	position: absolute;
	top: 45px;
	left: 45px
}
.header div {
	position: absolute;
	font-weight: 700;
	top: 25px
}
.header .h-comment {
	right: 230px
}
.header .h-popular {
	right: 128px
}
.header .h-likes {
	right: 24px
}
@media only screen and (max-width:988px) {
	.left-column {
		float: none;
		width: 100%;
		margin: 0;
		padding: 10px;
		margin-bottom: 10px
	}
	.sidebar {
		display: none
	}
	.header {
		background: url(hm.png) repeat-x scroll 0 0 transparent;
		height: 131px
	}
	.header div {
		display: none
	}
	img {
		max-width: 100%
	}
}
.form-inputs {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
.form-input {
	margin-bottom: 10px;
	width: 300px;
	padding: 10px;
	border-radius: 5px
}
.form {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 40px 0
}
.form form {
	width: 300px
}
.form .img {
	width: 300px
}
.form .img img {
	width: 100%
}
.form form input, textarea, select {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto 16px;
	border: 1px solid #e7e7e7;
	background: #f8f9f9 none repeat scroll 0 0;
	border-radius: 3px;
	font-size: 16px;
	color: #000;
	padding-left: 15px;
	height: 40px
}
.btn3, .form form button {
	height: auto;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	padding: 15px 10px;
	background: red;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	max-width: 250px;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	transition: all .3s
}
.btn3:hover, .form form button:hover {
	transform: scale(1.1);
	background: red;
	color: #fff;
	text-decoration: none
}
.form form .prices {
	width: 100%;
	text-align: center;
	font-size: 0;
	margin: 0 0 15px
}
.form form .prices .new {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	text-transform: uppercase;
	margin: 5px;
	color: red;
	font-weight: 700
}
.form form .prices .new p {
	font-size: 40px;
	margin: 0 auto;
	color: red
}
.form form .prices .old {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	color: #b2b2b2;
	margin: 5px
}
.form form .prices .old p {
	font-size: 30px;
	margin: 0 auto;
	color: #b2b2b2
}
.toForm {
	cursor: pointer
}
@media all and (max-width:600px) {
	.form {
		width: 100%;
		flex-direction: column;
		padding: 20px 0
	}
	.form .img {
		padding: 20px 0
	}
}
@media all and (max-width:400px) {
	.form .img {
		width: 100%
	}
	.form form button, .form form input {
		width: 100%
	}
}