
* {
  box-sizing: border-box;
}

.mobile-wrap {
  width: 666px;
  border: 1px solid #000000;
  margin: 0 auto;
  min-height: 600px;
  font-family: 'Press Start 2P'; 
  background: black;
}

img {
  max-width: 100%;
  display: block;
}

.img-footer {
  background-color: #e5e9ee;
  color: #197eaf;
  padding: .4em;
  font-size: .8em;
  margin-bottom: 1.2em;
}

.article {
  width: 92%;
  margin: 0 auto;
}
.article h1,
.article h3,
.article p {
  margin-bottom: .8em;
}
.article p:last-child {
  margin-bottom: 2em;
}
.article h1 {
  font-size: 1.8em;
  font-family: 'Press Start 2P';
  font-weight: 600;
  color: #FFF;
  margin-top: .8em;
}
.article h3 {
  font-size: 1.2em;
  text-align: justify;
  color: #FFF;
  line-height: 1.2;
}
.article p {
  text-align: justify;
  color: #a70f0f;
  line-height: 1.4;
}

.header {
  font-size: 1.6em;
  font-family: 'Press Start 2P';
  font-weight: 600;
  color: #a70f0f;
  margin-bottom: 1em;
}

.article-footer {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 1em;
}

.news-linked {
  margin-top: 10px;
  border-top: 5px solid #da0c01;
  padding: 1em .8em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e9ee+0,ffffff+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3c0101 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3c0101 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3c0101 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0101', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.news-linked__title {
  font-size: 1.2em;
  font-weight: bold;
  color: #a70f0f;
  margin-bottom: .5em;
}

.news-linked__body {
  text-align: justify;
  color: #a70f0f;
  line-height: 1.2;
}

.link-row--footer {
  background-color: #de0c01;
  color: white;
  padding: 1em;
  font-size: 1.2em;
  text-shadow: 4px -3px 1px black;
  
      border-style: solid;
    border-width: 5px;
    border-color: #000;
	margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
	   
}
a { text-decoration: none; color:#de0c01;}

/* мигающий пиксиль начало*/
.blink {
	animation-duration: 1s;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin:0;
	padding:0;
	display:inline;
	text-shadow: none!important;
}

@keyframes blink {
	0% {
		color: #de0c01;
	}

	80% {
		color: #de0c01;
	}

	81% {
		color: #ffffff;
	}

	100% {
		color: #ffffff;
	}
}
/* мигающий пиксиль конец*/

/* СкролерБар начало*/

::-webkit-scrollbar {
width: 15px;
height: 15px;
}


::-webkit-scrollbar-track-piece  {
background-color: #de0c01;
/* Цвет самой линии*/
}

::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: #820203;
/* Цвет бегунка*/
}

/* СкролерБар Конец*/