/*---------------General styles-------------*/
body {
	background: url(../img/pattern.png) 0 0 repeat, url(../img/map.png) center top no-repeat, #121212;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}
a {
	text-decoration: none;
}

.container {
	max-width: 980px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	margin-top: 46px;
	background: #ffffff;
}
.container-inner {
	max-width: 940px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	padding-top: 17px;
	position: relative;
}
.flex-wrap {
	display: flex;
	justify-content: space-between;
}
.world-news__item, .latest-news__item, .gallery-news__item {
	max-width: 145px;
	width: 100%;
}
.btn-read-more {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #cf0000;
	font-weight: bold;
}
/*-------------grid-----------*/
.content--wrapper {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (min-width: 768px){
	.content--wrapper {
		flex-direction: row;
	}
}
.promo {
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (min-width: 992px) {
	.promo {
		flex-direction: row;
	}
}
.main-block {
	width: 100%;
}
@media screen and (min-width: 768px){
	.main-block {
		max-width: 457px;
	}
}
.sidebar_narrow {
	width: 100%;
}
@media screen and (min-width: 768px){
	.sidebar_narrow {
		max-width: 193px;
	}
}
.sidebar_wide {
	width: 100%;
}
@media screen and (min-width: 768px){
	.sidebar_wide {
		max-width: 250px;
	}
}
/*-----------------header--------------*/
.header-top__wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px){
	.header-top__wrapper {
		flex-wrap: nowrap;
	}
}
.main-menu-logo {
	display: block;
	max-width: 313px;
	width: 100%;
	margin-top: 11px;
}
.header-logo-img {
	width: 77%;
	height: auto;
}
.site-menu {
	max-width: 376px;
	width: 100%;
	margin-top: 37px;
	margin-left: 24px;
}
.site-menu__item {
	text-decoration: none;
	font-size: 12px;
	color: #cf0000;
	border-left: 1px solid #202021;
	padding: 0 6px 0 11px;
}
.site-menu__item:first-child {
	border-left: none;
}
.search-block {
	max-width: 250px;
	width: 100%;
}
.header-social-icon-plugin {
	width: 100%;
}
.search {
	margin-top: 5px;
}
.search form {
	display: flex;
}
.search form input {
	width: 218px;
	height: 28px;
}
.btn-search {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 28px;
	background: #202021 url("../img/search-icon.png") 11px 4px no-repeat;
	border: none;
}
.categories-menu {
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #1b1d1e 100%);
	background: -webkit-linear-gradient(top,  #000000 0%,#1b1d1e 100%);
	background: linear-gradient(to bottom,  #000000 0%,#1b1d1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1b1d1e',GradientType=0 );
	padding: 0;
	margin: 0;
	padding-left: 22px;
	margin-top: 16px;
}
.categories-menu__item {
	display: inline-block;
	padding: 12px 21px 12px 11px;
}
.categories-menu__item a {
	text-decoration: none;
	font-family: 'bebas_neue_regularregular';
	font-size: 20px;
	color: #ffffff;
}
/*---------------Slider block---------*/
.slider-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 11px 6px 11px;
	background: #202021;
}
@media screen  and (min-width: 768px){
	.slider-block {
		flex-direction: row;
		max-width: 670px;
	}
}
.slider-for {
	width: 100%;
}
@media screen  and (min-width: 768px){
	.slider-for {
		max-width: 529px
	}
}
.slider-for__item {
	width: 100%;
	position: relative;
	border: 3px solid #000000;
}
.slider-for__item:focus {
	outline: none;
}
.slider-for__item img {
	width: 100%;
}
.slider-for__item img:focus {
	outline: none;
}
@media screen  and (min-width: 768px){
	.slider-for__item {
		max-width: 523px;
	}
}
.slider-info {
	background: rgba(0, 0, 0, 0.75);
	padding-top: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.slider-info__text {
	color: #ffffff;
	font-size: 15px;
	padding-left: 143px;
	padding-right: 2px;
}
.breaking-news-label {
	display: inline-block;
	color: #ffffff;
	background: #cf0000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 4px 14px 4px 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.slider-nav {
	margin-left: 12px;
}
.slider-nav__item {
	max-width: 107px;
	width: 100%;
	margin-bottom: 5px;
}
.slider-nav__item:last-child {
	margin-bottom: 0;
}
.slider-nav__item:focus {
	box-sizing: border-box;
	outline: none;
	border: 3px solid #ff0000;
}
.slider-nav__item img {
	width: 100%;
}
.slider-nav__item img:focus {
	outline: none;
}
/*--------------world news block------------*/
.world-news {
	padding-bottom: 15px;
}
.title-wrapper {
	position: relative;
}
.btn-more {
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 0;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: #cf0000;
	padding: 0 10px 0 12px;
	font-size: 10px;
}
.title-item {
	border-bottom: 3px solid #cf0000;
	margin: 0 0 15px 2px;
}
.title-item a {
	text-decoration: none;
	font-family: 'bebas_neue_regularregular';
	font-size: 25px;
	color: #202021;
	letter-spacing: 1px;
	line-height: 21px;
	font-weight: 700;
}
.world-news-img {
	display: inline-block;
	width: 100%;
}
.title-subitem {
	margin-top: 9px;
	margin-bottom: 0;
	line-height: 14px;
}
.title-subitem a {
	font-size: 12px;
	font-weight: bold;
	color: #202021;
}
.article-news {
	margin: 0;
	line-height: 14px;
	margin-bottom: 7px;
}
.article-news a {
	font-size: 12px;
	color: #202021;
}
/*------------latest news----------*/
.latest-news {
	padding-top: 18px;
	padding-bottom: 15px;
}
.latest-news-img {
	display: inline-block;
	width: 100%;
}
/*-------------gallery news-----------*/
.gallery-news {
	padding-top: 16px;
}
.gallery-wrap {
	flex-wrap: wrap;
}
.gallery-news__item {
	margin-bottom: 6px;
}
.gallery-news-img {
	display: inline-block;
	width: 100%;
}
/*--------------tech news-------------*/
.tech-news {
	padding-top: 17px;
}
.tech-news-list {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px){
	.tech-news-list {
		display: block;
	}
}
.tech-news-list .row-wrap {
	justify-content: space-around;
	flex-direction: column;
}
@media screen and (min-width: 768px){
	.tech-news-list .row-wrap {
		justify-content: space-between;
		flex-direction: row;
	}
}
.tech-news-list .row-wrap:first-child .tech-news__item {
	background: url("../img/dash.png") 0 104px repeat-x;
}
.tech-news__item {
	width: 100%;
	padding-bottom: 21px;
}
@media screen and (min-width: 768px){
	.tech-news__item {
		max-width: 221px;
	}
}
.title-subitem-technews {
	margin-top: 5px;
}
.title-subitem-technews a {
	font-size: 15px;
	line-height: 18px;
}
.by_john a {
	display: inline-block;
	font-size: 11px;
	color: #202021;
	border-right: 1px solid #767676;
	padding: 0 9px 0 0;
}
.by_john a:last-child {
	border-right: none;
	padding-left: 3px;
}
.by_john a span {
	color: #cf0000;
}
/*--------------desk news---------*/
.desk-news__item {
	position: relative;
	background: url("../img/dash.png") 0 100% repeat-x;
	margin: 0 0 22px 0;
	padding: 0 0 20px 0;
}
.desk-news__item .article-news {
	margin-bottom: 2px;
}
.desk-news__item:nth-child(2) {
	margin-bottom: 20px;
	padding-bottom: 16px;
}
.desk-news__item:last-child {
	background: none;
}
.time_create_topic {
	display: inline-block;
	font-size: 10px;
	color: #202021;
	margin-left: 11px;
}
.btn-desk-news {
	position: inherit;
	top: 30px;
	left: -123px;
}
@media screen and (min-width: 768px) {
	.btn-desk-news {
		position: absolute;
		top: 114px;
		right: 128px;
		left: 0;
	}
}
/*--------------editorial news--------------*/
.editorial-news {
	padding-top: 20px;
}
.editorial-news .title-wrapper .title-item {
	margin-bottom: 12px;
}
.editorial-gallery__item {
	margin-left: 4px;
}
.editorial-gallery__item .title-subitem {
	margin: 5px 0 9px 1px;
}
.editorial-gallery__item .title-subitem a {
	color: #cf0000;
}
/*-------------video news-------------*/
.video-news {
	position: relative;
	background: #e4e4e4;
	padding: 10px 15px 4px 20px;
}
.btn-video-news {
	position: inherit;
	top: 4px;
	left: 50%;
}
@media screen and (min-width: 768px) {
	.btn-video-news {
		left: 170px;
	}
}
.video-news__item {
	margin-bottom: 14px;
	justify-content: space-around;
}
.video-news__item:last-child {
	margin-bottom: 0;
}
.video-news__item:hover .title-subitem a {
	color: #cf0000;
}
@media screen and (min-width: 768px) {
	.video-news__item {
		justify-content: space-between;
	}
}
.video-news__item .title-subitem {
	margin-top: 5px;
	margin-left: 10px;
}
/*----------------banner film----------*/
.banner-film {
	text-align: center;
}
.banner-film-img {
	display: inline-block;
	width: 100%;
	max-width: 250px;
	margin-top: -8px;
}
/*--------------sign up block---------------*/
.newsletter-form {
	background: #e4e4e4;
	text-align: center;
	padding-bottom: 23px;
	margin: 13px 0 15px 0;
}
.newsletter-form .title-wrapper .title-item {
	border-bottom: none;
	padding-top: 13px;
	margin-bottom: 0;
}
.newsletter-form .title-wrapper .article-news {
	margin: 4px 0 0 0;
}
.sending-newsletters {
	text-align: left;
	margin-left: 22px;
	margin-top: 10px;
}
.sending-newsletters input {
	margin: 6px 0 2px;
	width: 90%;
	height: 26px;
	padding-left: 6px;
}
.btn-submit {
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	background: #cf0000;
	padding: 7px 28px 3px 22px;
	font-size: 13px;
	border: none;
	margin-top: 8px;
}
.spam-text {
	margin: 10px 0 0 8px;
}
/*--------------popular news-------------*/
.popular-news-list {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.popular-news-list {
		display: block;
	}
}
.popular-news {
	padding-top: 5px;
}
.popular-news .title-wrapper .title-item a {
	color: #cf0000;
}
.popular-news .title-wrapper .title-item a::after {
	content: 'most read';
	padding-left: 78px;
	font-family: 'bebas_neue_regularregular';
	font-size: 25px;
	letter-spacing: 1px;
	color: #202021;
}
.popular-news__item {
	position: relative;
	display: inline-block;
	background: url("../img/dash.png") 0 bottom repeat-x;
	padding: 0 0 2px;
	margin-bottom: 20px;
}
.popular-news__item:last-child {
	background: none;
}
.release-date {
	display: inline-block;
	font-style: italic;
	font-size: 11px;
	color: #202021;
}
@media screen and (min-width: 768px) {
	.release-date {
		position: absolute;
		top: -2px;
		left: 0;
	}
	.btn-read-more-popular {
		position: inherit;
		bottom: 19px;
		left: 86px;
	}
}
.btn-popular-news {
	position: inherit;
	right: 63px;
	top: 21px;
}
/*-----------subscribe banner---------*/
.banner-subscribe {
	padding-top: 8px;
	text-align: center;
}
.banner-subscribe-img {
	display: inline-block;
	width: 100%;
	max-width: 250px;
	margin-top: 29px;
}
/*--------------footer----------*/
footer {
	padding: 10px 0 37px;
}
.ads-banner {
	text-align: center;
	padding-top: 29px;
	padding-bottom: 24px;
	background: url("../img/dash.png") 0 2px repeat-x, url("../img/dash.png") 0 146px repeat-x;
}
.baner-footer-img {
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 728px;
	min-width: 320px;
}
.footer-menu {
	margin-top: 18px;
	margin-left: 51px;
}
.footer-menu a {
	text-decoration: none;
	font-size: 12px;
	color: #020305;
	border-left: 1px solid #202021;
	padding: 0 16px 0 16px;
}
.footer-menu a:first-child {
	border: none;
}
.copyright {
	text-align: center;
	margin-top: 23px;
}
.copyright span {
	display: inline-block;
	margin-left: 6px;
}
.copyright p {
	font-size: 12px;
	line-height: 19px;
	color: #020305;
}
.copyright p a {
	color: inherit;
}