@charset "utf-8";
@import "reset.css";
body, input, select {
	font-family: 'proxima';
}

body {
	font-size:14px;
	background:#f2f2f2;
}

a.red:hover {
	color:#d91240;
}

img {
	margin-bottom:-7px;
}

header {
	background:#fff;
	padding:19px 28px;
}

.sprite {
	background:url(../img/sprites.png) no-repeat;
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:25px;
	height:25px;
}

#logo {
	padding-left:80px;
	background:url(../img/logo.png) no-repeat;
}

#logo h2 {
	font-size:20px;
	font-weight:bold;
	padding-top:20px;
	font-family:proxima;
	margin-bottom:0;
}

#logo span {
	color:#c7c7c7;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0.7px;
}

#enter {
	width:280px;
	float:right;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	margin-top:24px;
	text-align:right;
}

.button-1 {
	backround:#70d077;
	height:28px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	text-align:center;
	padding:0 14px;
	border-radius:20px;
}

#enter select {
	border:none;
	font-size:12px;
	text-transform:uppercase;
	/* font-weight:bold; */
	display:inline-block;
	vertical-align:middle;
	padding:4px;
	margin-top:3px;
}

.lense {
	width:18px;
	height:18px;
	background:url(../img/sprites.png) -125px -24px no-repeat;
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 15px;
	cursor:pointer;
}

.button-1 {
	background:#70d077;
}

nav {
	height:52px;
	line-height:57px;
	background:#dfc161;
	text-align:center;
	z-index:1000;
	width:100%;
	position:relative;
}

nav.fixMenu {
	position:fixed;
	top:0;
}

body.fixMenu {
	margin-top:52px;
}

nav a {
	color:#102124;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	margin:0 18px;
	text-transform:uppercase;
}

nav a:hover, nav a.active {
	color:#fff;
}

b {
	font-weight:bold;
}

.clear {
	clear:both;
}

img.right {
	width:50%;
	float:right;
	margin:0 0 10px 20px;
}

.container {
	max-width:1290px;
	margin:0 auto;
}

.ph {
	padding-left:20px;
	padding-right:20px;
}

.pv {
	padding-top:32px;
	padding-bottom:32px;
}

section h1 {
	font-family:merriweather;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.7px;
	margin-bottom:25px;
	line-height:120%;
	overflow:hidden;
}

h2 {
	font-size:26px;
	font-family:merriweather;;
	font-weight:bold;
	letter-spacing:0.7px;
	margin-bottom:25px;
	line-height:120%;
}

section.article h1 b {
	max-width:1000px;
}

section h1 b {
	display:inline-block;
	margin-bottom:15px;
	margin-right:15px;
}

section h1 a {
	float:right;
	font-size:13px;
	text-transform:uppercase;
	font-family:proxima;
	color:#102124;
	padding-left:30px;
	position:relative;
}

section.article h1 a {
	padding-left:0;
	padding-right:30px;
	margin-bottom:15px;
	color:#dc160f;
	text-decoration:none;
	height:18px;
	line-height:18px;
	vertical-align:middle;
}

section h1 a span {
	background-position:0 0;
	width:23px;
	height:18px;
}

section.article h1 a span {
	background-position:-150px -25px;
	left:auto;
	right:0;
	top:0;
}

section h1 a .sprite {
	top:4px;
}

.shortnews, .blog {
	margin-right:-15px;
	overflow:hidden;
}

.shortnews .item {
	width:33.33%;
	float:left;
	padding-right:15px;
	box-sizing:border-box;
	margin-bottom:20px;
}

#rightSide .shortnews {
	margin-right:0;
}

@media screen and (min-width: 1024px) {
	#rightSide .shortnews .item {
		width:100%;
		padding:0;
		float:none;
		margin-bottom:20px;
	}
}

ol.politic {list-style: decimal; margin:15px 0 0 30px;}

.blog .item {
	width:50%;
	float:left;
	padding-right:15px;
	box-sizing:border-box;
	margin-bottom:20px;
}

.shortnews .item .inner {
	border:solid 1px #e4e4e4;
	background:#fff;
}

.item .img {
	position:relative;
}

.item .imgholder {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:left top;
	z-index:50;
	opacity:0.7;
	transition-property:opacity;
	transition-duration:0.2s;
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.2s;
	-moz-transition-property:opacity;
	-moz-transition-duration:0.2s;
	-o-transition-property:opacity;
	-o-transition-duration:0.2s;
}

.item:hover .imgholder {
	opacity:1;
}

.looksCount {
	position:absolute;
	left:15px;
	top:15px;
	color:#fff;
	padding-left:33px;
	z-index:100;
}

.looksCount .sprite {
	background-position:0 -25px;
}

.commentsCount {
	position:absolute;
	right:15px;
	bottom:15px;
	color:#fff;
	padding-left:35px;
	z-index:100;
}

.blog .commentsCount {
	bottom:auto;
	top:15px;
}

.commentsCount .sprite {
	background-position:-25px 0;
}

.item .img {
	background:#000;
}

.item .img img {
	width:100%;
	height:auto;
	opacity:0;
	position:relative;
	z-index:1;
}

.item .text {
	padding:22px 15px 5px 15px;
}

.blog .item .inner {
	position:relative;
}

.blog .item .text {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	color:#fff;
	height:auto;
	z-index:100;
	box-sizing:border-box;
	background:url(../img/bg-shadow.png) repeat-x;
}

.info {
	color:#bcbcbc;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.7px;
	margin-bottom:10px;
}

.blog .info {
	display:inline-block;
	padding:0 8px;
	color:#000;
	background:rgba(255,255,255,0.6);
	margin-bottom:20px;
}

.blog .item h2, .shortnews .item h2 {
	min-height:100px;
	font-size:18px;
	font-weight:bold;
	line-height:120%;
	margin-bottom:15px;
	color:#000;
	font-family:proxima;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.content a {
	color:#c00;
	font-style:italic;
}

.blog .item h2 {
	min-height:inherit;
	font-size:34px;
	font-family:robotocond;
	font-weight:bold;
	color:#fff;
	margin-right:35px;
}

.date {
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.7px;
	margin-bottom:5px;
}

.more {
	text-decoration:none;
	background-color:#dfc161;
	height:21px;
	line-height:24px;
	display:block;
	padding:0 7px;
	border-radius:2px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	float:right;
	transition-property:background-color;
	transition-duration:0.3s;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.3s;
	-o-transition-property:background-color;
	-o-transition-duration:0.3s;
	-moz-transition-property:background-color;
	-moz-transition-duration:0.3s;
	position:relative;
	left:-1px;
	top:-1px;
}

.item:hover .more {
	background-color:#70d077;
}

a.more:active {
	top:0;
	left:0;
}

.item a {
	text-decoration:none;
}

.btnHolder {
	text-align:center;
	padding:30px 0 10px 0;
}

.btnHolder.pt10 {
	padding-top:10px;
	padding-bottom:40px;
}

.btnHolder.left {
	text-align:left;
}

.button-2, .button-3 {
	border:solid 3px #102124;
	height:42px;
	line-height:44px;
	text-transform:uppercase;
	border-radius:30px;
	padding:0 60px; 
	display:inline-block;
	color:#102124;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	position:relative;
	font-family:'proxima';
	cursor:pointer;
}

.commentsHeader .button-3 {
	padding:0 15px;
	height:36px;
	line-height:38px;
	font-size:13px;
	vertical-align:middle;
	float:right;
	display:block;
	padding-left:47px;
}


.btnComment .sprite {
	background-position:-50px -49px;
	left:18px;
	top:8px;
}

.button-3 {
	padding:0 30px; 
}

.button-2:hover, .button-3:hover {
	background:#fff;
}

.button-2:active, .button-3:active {
	left:1px;
	top:1px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3) inset;
}

.gray {
	background:#d9d9d9;
}

footer {
	background:#181724;
	color:#ccc;
}

footer .container {
	overflow:hidden;
}

.f-logo {
	font-weight:normal;
	font-size:12px;
	width:230px;
	color:#868686;
	float:left;
}

.f-logo p {
	margin-left:58px;
}

.mt20 {
	margin-top:20px;
}

.mb15 {
	margin-bottom:15px;
}

.f-menu a {
	color:#bbb;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	margin:0 6px;
	letter-spacing:0.05em;
	transition-property:color;
	transition-duration:0.2s;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-moz-transition-property:color;
	-moz-transition-duration:0.2s;
	-o-transition-property:color;
	-o-transition-duration:0.2s;
}

.f-menu a:first-child {
	margin-left:0;
}

.f-logo .f-menu a:first-child {
	margin-left:6px;
}

.f-menu a:last-child {
	margin-left:0;
}

.f-menu a:hover {
	color:#fff;
}

.f-mid {
	width:437px;
	margin:0 auto;
	text-align:center;
}

.share {
	margin-top:15px;
}

.social-links {
	width:210px;
	float:right;
	margin-top:-5px;
	text-align:center;
}

.social-links div {
	margin-top:15px;
}

.social-links div a {
	background-image:url(../img/sprites.png);
	width:24px;
	height:19px;
	display:inline-block;
	margin:0 7px;
	opacity:0.6;
	transition-property:opacity;
	transition-duration:0.2s;
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.2s;
	-moz-transition-property:opacity;
	-moz-transition-duration:0.2s;
	-o-transition-property:opacity;
	-o-transition-duration:0.2s;
}

.social-links div a:first-child {
	margin-left:0;
}

.social-links div a:last-child {
	margin-right:0;
}

.social-links a:hover {
	opacity:1;
}

.vk {
	background-position:-50px 0;
}

.fb {
	background-position:-74px 0;
}

.tw {
	background-position:-98px 0;
}

.ig {
	background-position:-122px 0;
}

.yt {
	background-position:-146px 0;
}

a.subscribe {
	height:22px;
	line-height:22px;
	font-weight:bold;
	font-size:12px;
	color:#fa890f;
	padding-left:30px;
	display:inline-block;
	position:relative;
	margin-top:32px;
}

.subscribe span {
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:22px;
	height:22px;
	background:url(../img/sprites.png) -25px -25px;
}

#menuButton {
	width:35px;
	height:29px;
	background:url(../img/sprites.png) -99px -74px;
	position:absolute;
	left:25px;
	top:12px;
	cursor:pointer;
	display:none;
}

.cover {
	background:rgba(255,255,255,0.8);
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:900;
	display:none;
}

#menuButton:hover {
	background-position:-137px -74px;
}

.articleInfo {
	margin-bottom:40px;
}

.articleInfo div {
	color:#000;
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	margin-right:30px;
	padding-left:28px;
	height:19px;
	line-height:19px;
	vertical-align:middle;
	position:relative;
}

.articleDate .sprite {
	background-position:-50px -25px;
	width:20px;
	height:19px;
}

.articleLooks .sprite {
	background-position:-75px -25px;
	width:25px;
	height:15px;
}

.articleCommentsCount .sprite {
	background-position:-100px -25px;
	width:22px;
	height:19px;
}

.clearFloat {
	overflow:hidden;
}

#leftSide {
	float:left;
	width:100%;
	padding-right:430px;
	padding-left:20px;
	margin-right:-400px;
	box-sizing:border-box;
}

#rightSide {
	float:left;
	width:400px;
	box-sizing:border-box;
}

.content {
	overflow:hidden;
	margin-bottom:40px;
}

.content p {
	line-height:150%;
	font-size:16px;
	margin-bottom:15px;
	text-align:justify;
}

.content p.author {
	margin-bottom:0;
}

.author, .source {
	font-weight:bold;
	font-style:italic;
	margin-right:50%;
}

.author i, .source a {
	font-weight:normal;
	color:#1d91a5;
}

.source a {
	text-decoration:none;
	border-bottom:dashed 1px #1d91a5;
}

.article .share {
	margin:0;
	float:right;
	width:50%;
	text-align:right;
}

.bubble {
	font-size:16px;
	width:44px;
	height:40px;
	position:relative;
	display:inline-block;
	top:-15px;
	left:15px;
	background:url(../img/sprites.png) 0 -49px;
	text-align:center;
}

/* COMMENTS */
.comments .item {
    background: #fff;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
	position:relative;
}

.p20 {
    padding: 20px;
}

.bigavatar {
    float: left;
    border-radius: 50%;
    width: 93px;
    height: 93px;
    overflow: hidden;
	border:none;
	background:url(../img/noavatar.jpg) center center;
}

.bigavatar img {
	width:93px;
	height:93px;
}

.comments .text {
    padding:0 0 0 114px;
}

.stars {
    width: 124px;
    height: 26px;
    float: right;
    text-align: right;
    display: block;
}

.stars div {
	width:16px;
	height:16px;
	margin-left:5px;
	background:url(../img/sprites.png) -75px -50px;
	display:inline-block;
}

.stars.rating4 div:nth-child(1) {
	background-position: -50px -50px;
}

.stars.rating3 div:nth-child(1), .stars.rating3 div:nth-child(2)  {
	background-position: -100px -50px;
}

.stars.rating2 div:nth-child(1), .stars.rating2 div:nth-child(2), .stars.rating2 div:nth-child(3)  {
	background-position: -100px -50px;
}

.stars.rating1 div:nth-child(1), .stars.rating1 div:nth-child(2), .stars.rating1 div:nth-child(3), .stars.rating1 div:nth-child(4)  {
	background-position: -100px -50px;
}

.stars.rating0 div {
	background-position: -100px -50px;
}

.comments .text h2 {
    margin-bottom: 12px;
    position: relative;
	font-size:18px;
}

.comments .text h2 a {
	color:#000;
	text-decoration:underline;
	font-style:italic;
}

.comments p {
	font-size:16px;
}

.ifooter {
    text-align: right;
    border-top: solid 1px #f8f8f8;
    text-align: right;
    font-size: 13px;
    color: #000;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
    z-index: 100;
	font-weight:bold;
	text-transform:uppercase;
}

.ifooter div.date {
	font-size:inherit;
    width: 145px;
    float: left;
    text-align: left;
    margin-left: 0;
	font-weight:bold;
}

.ifooter div {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 20px;
    white-space: nowrap;
    position: relative;
}

.like {
    position: relative;
    cursor: pointer;
    text-align: left;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.like:hover b {
	border-bottom:solid 1px #c00;
}

.like .sprite {
	width:20px;
	height:20px;
	left:0;
	top:3px;
	background-position:-125px -50px;
}

.docomment {
	padding: 0 0 0 20px;
	cursor:pointer;
}

.docomment:hover b {
	border-bottom:solid 1px #c00;
}

.docomment .sprite {
	width:20px;
	height:20px;
	left:0;
	top:3px;
	background-position:-50px -75px;
}

.like.self .sprite {
	background-position:-150px -50px;
}

.p2025 {
    padding: 13px 20px 0px 20px;
}

.commentsHeader h2:after, .p20:after {
	content: "";
	display: table;
	clear: both;
}

.answer h2 span {
    position: absolute;
    right: 0;
    top: -7px;
    width: 18px;
    height: 24px;
    background: url(../img/sprites.png) -75px -75px no-repeat;
}

.answer h2 a {
    position: relative;
    display: inline-block;
    padding-right: 32px;
}

menuContainer a {
	text-transform:uppercase;
}

.delBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    background-position: 0px -90px;
    cursor: pointer;
    opacity: 0.4;
}

.delBtn {
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
}

/* COMMENTS END */

@media screen and (max-width: 1024px) {
	.blog .item, .shortnews .item {
		float:none;
		width:auto;
		max-width:560px;
		margin:0 auto 15px auto;
		padding-right:0;
	}
	.blog .item h2, .shortnews .item h2 {
		min-height:inherit;
	}
	section.shlop .ph {
		padding-left:0;
		padding-right:0;
	}
	.hotnews, .blog {
		margin-right:2px;
	}
	section.shlop h1 {
		margin-left:15px;
		margin-right:15px;
	}
	#leftSide {
		float:none;
		width:auto;
		padding:0 15px;
		margin-right:0;
	}
	#rightSide {
		float:none;
		width:auto;
		padding:0 15px;
	}
	#rightSide h2, .commentsHeader h2 {
		padding-left:15px;
		padding-right:15px;
	}
	.btnHolder.left {
		text-align:center;
	}
	.btnHolder.pt10 {
		padding-bottom:30px;
		margin-bottom:30px;
		border-bottom:solid 1px #dadada;
	}
	.shortnews, .blog {
		margin-right:0;
	}
}

@media screen and (max-width: 850px) {
	.f-logo {
		float:none;
		margin:0 auto 20px auto;
	}
	.f-mid {
		margin:0;
		width:auto;
		clear:both;
	}
	.social-links {
		width:100%;
		margin:0 0 20px 0;
		float:none;
	}
}

@media screen and (max-width: 760px) {
	#logo {
		padding-left:0;
		padding-top:80px;
		background-position:center top;
		width:100%;
		text-align:center;
	}
	#enter {
		position:absolute;
		right:12px;
		margin:0;
		top:8px;
		z-index:1100;
	}
}

@media screen and (max-width: 690px) {
	#menuContainer {
		display:none;
	}
	#menuContainer.visible {
		display:block;
	}
	#menuButton {
		display:block;
	}
	nav {
		position:fixed;
		top:0;
	}
	#enter {
		position:fixed;
	}
	body {
		margin-top:52px;
	}
	#menuContainer {
		background:#dfc161;
		padding:10px;
		position:absolute;
		top:50px;
		width:100%;
		height:auto;
		box-sizing:border-box;
	}
	#menuContainer a {
		display:block;
		text-align:left;
		border-bottom:solid 1px #efd770;
	}
	#menuContainer a:last-child {
		border:none;
	}
	.content p {
		text-align:left;
	}
}

@media screen and (max-width: 580px) {
	.blog .item .text {
		position:relative;
		left:auto;
		top:auto;
		bottom:auto;
		color:#000;
		background:#fff;
	}
	.blog .item .text h2 {
		color:#000;
		font-size:22px;
	}
	.blog .item, .shortnews .item {
		margin-bottom:0;
	}
	.blog .info {
		color:#fff;
		background:#ccc;
	}
	.button-2 {
		padding:0 30px;
	}
	section h1 {
		font-size:28px;
	}
	.blog .item .inner, .shortnews .item .inner {
		border:none;
	}
	#leftSide, #rightSide {
		padding:0;
	}
	#leftSide p, #leftSide ul, #leftSide h2, #leftSide h3 {
		padding-left:15px;
		padding-right:15px;
	}
	.bigavatar {
		float:none;
		margin-bottom:10px;
	}
	.comments .text {
		padding:0;
	}
	#leftSide .comments .text p {
		padding:0;
	}
	.stars {
		position:absolute;
		right:25px;
		top:25px;
	}
}

@media screen and (max-width: 460px) {
	.articleInfo div {
		display:block;
		margin-bottom:10px;
	}
}

@media screen and (max-width: 360px) {
	section h1 {
		font-size:24px;
	}
	#enter {
		position:relative;
		top:auto;
		left:-23px;
		float:none;
		clear:both;
		margin-bottom:20px;
		z-index:20;
	}
}

.slide {
	display:none;
}

.content ul, .content ol {
	margin-left:20px;
}

.content ul li {
	list-style:disc;
	font-size:16px;
	margin-bottom:15px;
}

.content ol li {
	list-style:decimal;
	font-size:16px;
	margin-bottom:15px;
}

.content img.left, .content .left .img {
	float:left;
	margin:0 20px 20px 0;
	max-width:50%;
	height:auto;
}

.content img.right, .content .right .img {
	float:right;
	margin:0 0 20px 20px;
	max-width:50%;
	height:auto;
}

.content img.middle, .content .middle img {
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}

@media screen and (max-width: 510px) {
	.content img.left, .content .left .img, .content img.right, .content .right .img {
		width:100%;
		max-width:none;
		padding:0 0 20px 0;
	}
}

.content div.mw {
	padding:10px;
	width:33.33%;
	float:left;
	box-sizing:border-box;
}

.content div.mw img {
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.content div.mw p {
	font-size:14px;
	text-align:left;
}

.mw:nth-child(4) {
    clear:left;
}

@media screen and (max-width: 615px) {
	.content div.mw {
		width:50%;
	}	
	.mw:nth-child(4) {
    	clear:none;
	}
	.mw:nth-child(3) {
    	clear:left;
	}
}

@media screen and (max-width: 520px) {
	.content div.mw {
		width:100%;
		clear:both;
	}	
}

#politik {margin-top: 11px;}