.widget-week  {
	margin: 0 auto;
	padding: 15px 0;
	max-width: 300px;
	padding-top: 15px;
	border-top: 2px solid #ed5e42;
}

.widget-week h2 {
	font-size: 23px;
	margin-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	padding-bottom: 0;
	text-align: left;
	margin-bottom: 15px;
}

.widget-week__switcher {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	max-width: 272px;
	margin: 27px auto 0;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(197, 197, 197, 0.23);
	position: relative;
	display: none;
}
.red-line {
	position: absolute;
	width: 50%;
	height: 2px;
	bottom: -1px;
	left: 0;
	background-color: #f55948;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.show-comments .red-line {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
.show-views .red-line {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.show-comments .wwsc,
.show-views .wwsv {
	color: black;
}
.widget-week__switcher span {
	cursor: pointer;
	width: 50%;
	display: inline-block;
	text-align: center;
}
.widget-week__switcher span:hover {
	color: black;
} 
.widget-week__item {
	color: black;
	text-decoration: none;
	font-family: 'Roboto', serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.widget-week__item:hover {
	color: black;
	text-decoration: none;
}
.widget-week__item:hover .title {
	color: #ed5e42;
} 
.widget-week__item .title {
	margin: 0 auto;
	padding: 15px 0;
	line-height: 1.4;
}
.widget-week__item .numbers span {
	display: inline-block;
}
.widget-week__item .numbers .count {
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.widget-week__item:hover .numbers .count,
.widget-week__item:hover .numbers .icon-view {
	color: black;
}
.widget-week__item .icon {
	width: 16px;
	height: 13px;
	background: center no-repeat;
	background-size: 100%;
	margin-right: 6px;
	-webkit-transform: translate(0, 2px);
  	transform: translate(0, 2px);
}
.widget-week__views,
.widget-week__comments {
	display: none;
}
.show-comments .widget-week__comments,
.show-views .widget-week__views {
	display: block;
}


.top__item {
	padding-bottom: 20px;
	margin-top: 15px;
}
.top__item {
	border-bottom: 1px solid #c9c9c9;
}
.top__text {
}

.top__image {
	float:left;
	margin-top: 5px;
	width: 50px;
	height: 50px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background-color: #ed5e42;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: white;
	text-align: center;
	border-radius: 3px;
}
.top__image img {
	max-width: 70px;
}
.top__order {
	font-weight: 700;
	color: white;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 28px;
}

.top__text {
	margin-left: 15px;
}
.top__text .title {
	padding: 0;
	text-align: left;
	line-height: 1.3;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
}

.top__text .numbers {
	text-align: left;
}

.top__text .numbers .icon-view {
	font-size: 10px;
	padding-right: 1px;
	color:  #999;
}

.widget_lifehacker_widget_related {
	margin: 20px 0;
}

.widget_lifehacker_widget_related h2 {
	display: block !important;
	font-size: 24px;
	text-align: left;
}

.widget_lifehacker_widget_related-item {
	display: block;
	text-align: left;
	padding: 9px 0;
}

.widget_lifehacker_widget_related-item a { 
	border-bottom: 1px solid currentColor;
}

.widget_lifehacker_widget_related-item a:hover {
	color: #337ab7;
}  

.widget-seo {
	display: block;
	margin: 20px auto;
	width: 100%;
}
	.widget-seo__item {
		position: relative;
		display: inline-block;
		width: 25%;
		padding-right: 10px;
		padding-left: 80px;
		margin-bottom: 15px;
		vertical-align: top;
		min-height: 50px;

		text-align: left;
		font-size: 13px;
	}

	.widget-seo__item.widget-seo__item--noimage {
		padding-left: 0;
	}

	.widget-seo__image {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}

	.widget-seo__link {
		color: #000;
	}
@media screen and (max-width:1024px) {
	.widget-seo {
		display: none;
	}
}
