h4.underline {
	border-bottom:1px dashed #BCBBB4;
}
.flag-last {
	width:144px;
	height:65px;
	padding: 23px 0 0 15px;
	position:absolute;
	top:50px;
	left:-13px;
	background: url(../img/flag-sp-last.png) no-repeat 0 0;	
	color:#FFF;
	font-weight:normal;
	font-size:15px;
	text-align:left;
	text-transform:uppercase;
}
.like {
	text-align:left;
}
form  input {
	padding:2px;
	height:21px;
	width:400px;
	font-size:12px;
	line-height:21px;
}
form  textarea {
	padding:2px;
	height:150px;
	width:400px;
	font-size:12px;
}
.prumitka {
	font-size:11px;
	line-height:11px;
	color:#BBBCBE;
}
#comment {
	position:relative;
	padding-bottom:50px;
	text-align:right;
}
.submit {
	right:0;
}
#comment table {
	width:100%;
	margin-bottom:20px;
}
#comment td {
	vertical-align:top;
	padding:10px 0;
}
#comment td.text {
	border-bottom:2px dotted #d3d3c9;
}
#comment td img {
	margin-right:10px;
}
#comment td p {
	color:#7F7E7C;
	font-size:12px;
}
#comment td p.name {
	font-size:14px;
	margin-top:20px;
}
#comment td p.data {
	font-size:10px;
	text-align:left;
	position:relative;
	top:auto;
	right:auto;
}
.golos, .golos a {
	display:block;
	width:100px;
	height:20px;
	background:url(../img/golos.png) no-repeat 0 0;
	color:#FFFFFF;
	line-height:19px;
	text-transform:uppercase;
	text-align:center;
}
.golos a {
	background-position: 0 -20px;
}
.detail {
	float:right;
	right:0;
}
.line-punkt2 {
	display:block;
	margin:10px 3px 30px 3px;
	border:none;
	background:none;
	border-top:2px dotted #d3d3c9;
}
.sp {
	padding:20px 0;
	min-height:200px;
}
.sp .detail {
	position:absolute;
	bottom:20px;
	right:290px;
}
.sp .img {
	position:absolute;
	right:0;
}
.sp .left {
	float:left;
	margin:0 290px 0 200px;
	text-align:left;
}
.sp p {
	margin: 5px 290px 5px 200px;
}
.sp .like {
	position:absolute;
	bottom:20px;
	left:30px;
	margin:0;
}
.sp .flag {
	width:112px;
	height:166px;
	background:url(../img/blog-flag.png) no-repeat 0 0;
	position:absolute;
	z-index:10;
	padding-right:10px;
	top:-12px;
	left:30px;
	padding-top:60px;
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
}
#body h1 {
    border-bottom: 1px dashed #C6C7C1;
    color: #595651;
    display: inline-block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: bold;
}
#body p>img, #body div>img {
	width:100%;
	height:auto;
}
@media only screen and (max-width: 1023px) {
	#body-right p>img {
		width:100%;
		height:auto;
	}
}
@media only screen and (max-width: 800px) {
	.white {
		margin:20px 0;
		padding: 15px 15px 5px 15px;
	}
	.news {
		margin-bottom:40px;
	}
	.white hr {
		margin:10px 0;
	}
	form  input {
		width:60%;
	}
	form  textarea {
		width:60%;
	}
	.prumitka {
		margin-right:0;
	}
	#form-send {
		margin-left:10px;
	}
}