*,
*:after,
*:before {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

input,
textarea,
button,
select {
    font-family: inhert;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select {
    text-indent: .01px;
    text-overflow: '';
    border: 0;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

code,
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

.clearfix {
    clear: both;
}

@font-face {
    font-family: 'AGForeignerC';
    src: url(/dist/assets/52ef51d5edbd751ff4db2f7347ee5b56.eot);
    src: local("AGForeignerC"), url(/dist/assets/52ef51d5edbd751ff4db2f7347ee5b56.eot?#iefix) format("embedded-opentype"), url(/dist/assets/0d48c3adcb459124d314ff1fb0f0ca62.woff2) format("woff2"), url(/dist/assets/4046a72b0302bd24c14fc3ebb12483f9.woff) format("woff"), url(/dist/assets/7e267e3665c8f0ba9b248a9f71850c50.ttf) format("truetype"), url(/dist/assets/360bddd42cf2c12f39fda417e50a7d8c.svg#AGForeignerC) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AGForeignerMediumC';
    src: url(/dist/assets/c2d8f4ff47634e0e39381cd0ed7588fe.eot);
    src: local("AGForeignerMediumC"), url(/dist/assets/c2d8f4ff47634e0e39381cd0ed7588fe.eot?#iefix) format("embedded-opentype"), url(/dist/assets/cfa380ffe686239e56e76fd807fdd8f2.woff2) format("woff2"), url(/dist/assets/9fa8a84fe78e5c012dee566195e95e1e.woff) format("woff"), url(/dist/assets/a609a0c02d9ed80e684a5e6738e71624.ttf) format("truetype"), url(/dist/assets/2a24b8ddea96e3c43b63624857a1e157.svg#AGForeignerMediumC) format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AGForeignerC';
    src: url(/dist/assets/fba868a886590bc3f7813adca2a71bbe.eot);
    src: local("AGForeignerC Bold"), local("AGForeignerC-Bold"), url(/dist/assets/fba868a886590bc3f7813adca2a71bbe.eot?#iefix) format("embedded-opentype"), url(/dist/assets/2b8c45ccb783a5f1ed211276b99ad496.woff2) format("woff2"), url(/dist/assets/785496e75e8d372b27de54b42486081c.woff) format("woff"), url(/dist/assets/5ca8e7afcbb98cf0ba085fcbf70f5546.ttf) format("truetype"), url(/dist/assets/3e46f4009c38eb1f480fdf3990b304f6.svg#AGForeignerC-Bold) format("svg");
    font-weight: bold;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

html.open-menu {
    overflow: hidden;
    height: 100vh;
}

html.open-menu body {
    overflow: hidden;
    height: 100vh;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 0;
    font-family: 'AGForeignerC', sans-serif;
}

.wrapper {
    max-width: 1476px;
    padding: 0 40px;
    margin: 0 auto;
}

@media only screen and (max-width: 1368px) {
    .wrapper {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .wrapper {
        max-width: 740px;
        padding: 40px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        padding: 40px 50px 0;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper {
        padding: 50px 10px 0;
    }
}
.popup-note {
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    display: none;
    width: 100%;
    max-width: 690px;
    min-height: 150px;
    max-height: 320px;
    transform: translate(-50%, -50%);
    box-shadow: 0 15px 20.16px .84px rgba(0, 0, 0, .68);
    background-color: #fff;
  }
  
  .popup-note__close {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .5s opacity;
    transition: .5s opacity;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
  }
  
  .popup-note__close:hover {
    opacity: .8;
  }
  
  .popup-note__close::before {
    position: absolute;
    width: 28px;
    height: 3px;
    content: '';
    transform: rotate(-45deg);
    background-color: #fff;
  }
  
  .popup-note__close::after {
    position: absolute;
    width: 28px;
    height: 3px;
    content: '';
    transform: rotate(45deg);
    background-color: #fff;
  }

  .popup-note__header {
    position: relative;
    vertical-align: middle;
    padding: 15px 0;
    text-align: center;
    background-color: #AB0502;
    /* border-bottom: 2px solid #dcdcdc; */
  }
  
  .popup-note__header span {
    font-family: 'AGForeignerC', sans-serif;
    font-size: 18px;
    color: #fff;
  }

  .popup-note__message {
    position: relative;
    padding: 24px 24px;
    text-align: center;
    font-family: 'AGForeignerC', sans-serif;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    z-index: 110px;
  }

  .opened {
      display: block;
  }
body {
  position: relative;
}

html {
  overflow-x: inherit;
}

.ovh {
  overflow-y: hidden;
}

#kop,
.kop {
  display: none !important;
}

#overlay {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.popup-auth {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  background-color: rgba(52, 52, 52, 0.5);
  z-index: 100;
}

.popup-auth .popup-wrapper {
  display: flex;
  z-index: 1;
  max-width: 320px;
  width: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}

.popup-auth .close {
  position: absolute;
  right: 14px;
  top: 16px;
  background: transparent url(/dist/assets/24ae66b56d0e7e1056f9141d80308698.png) no-repeat;
  width: 25px;
  height: 26px;
  outline: none;
  border: none;
}

.popup-auth__form {
  margin-top: 40px;
  width: 100%;
}

.popup-auth__title {
  font-size: 30px;
  text-align: center;
  line-height: 24px;
  color: #fff;
}

.popup-auth__input {
  width: 100%;
  height: 42px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  padding: 0 25px;
  border: 0;
  outline: none;
  margin-bottom: 25px;
  font-size: 18px;
  font-family: 'AGForeignerC', sans-serif;
}

.popup-auth__button {
  height: 42px;
  border-radius: 20px;
  width: 100%;
  background: linear-gradient(to bottom, #b50404 0%, #840101 100%);
  border: 0;
  outline: none;
  font-size: 24px;
  color: #fff;
  font-family: 'AGForeignerC', sans-serif;
  cursor: pointer;
}

.popup-auth__extra {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.popup-auth__extra span {
  font-size: 18px;
  line-height: 24px;
  color: #b7b6b6;
  padding: 0 10px;
}

.popup-auth__link {
  color: #f7f6f6;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: 0.2s all;
}

.popup-auth__link:hover {
  border-bottom-color: transparent;
}

.popup-auth.open {
  display: block;
}
.header-auth {
    margin-top: 20px;
    font-size: 18px;
    color: #343434;
    text-decoration: none;
    border-bottom: 1px solid #cccccc;
    transition: 0.2s all;
    margin-left: 42px;
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 1024px) {
    .header-auth {
        display: none; 
    } 
}
.header-auth__mobile {
      position: absolute;
      right: 8px;
      top: 16px;
      display: none;
      padding: 20px;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      background-image: url(/dist/assets/a6ad403ae9e676aa3242d8dbdef907cc.png);
      background-repeat: no-repeat;
      width: 28px;
      height: 33px; 
}
@media only screen and (max-width: 1024px) {
    .header-auth__mobile {
          display: -webkit-box;
          display: flex; 
    } 
}
@media only screen and (max-width: 1024px) {
    .header-auth span {
        display: none; 
    } 
}
.header-auth:after {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-image: url(/dist/assets/a6ad403ae9e676aa3242d8dbdef907cc.png);
    width: 28px;
    height: 33px; 
}
.header-auth:hover {
    border-bottom-color: transparent; 
}
.header-user {
    display: -webkit-box;
    display: flex;
    margin-right: 43px;
    margin-top: 20px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end; 
}
@media only screen and (max-width: 1024px) {
    .header-user {
        position: absolute;
        right: 8px;
        top: 16px;
        margin-right: 0; 
    } 
}
.header-user__cover img {
    border-radius: 50%;
    width: 44px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain; 
}
.header-user__name {
    text-align: center;
    color: #4d4d4d;
    font-size: 17px;
    text-decoration: none;
    border-bottom: 1px solid #dadada;
    margin: 0 20px;
    line-height: 22px;
}
@media only screen and (max-width: 1024px) {
    .header-user__name {
        display: none; 
    } 
}
.header-user__logout {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAaCAYAAABctMd+AAACmElEQVRIiaWWPUsrQRSGn90EQ+JXIyjRxkZUSGGnkMI/sEhAQQsh2EWIZeQSba5csBPEyhSGECGNFrJFIBY2AUFIZWGhJqCkE6tssruJcwvJmFwhkrkHtpiX2WfPvHN2zmhCiF+AH+Dx8ZGXlxdUYnJykpmZmU6p7gWGGo2Gb2dnh1QqpQRuRzQa5eTkhMHBQQCPF2hls1lSqRRjY2MYhoGmaX1BhRAUCgXS6TRzc3MkEgmAlhfg+voagNPTUyKRiFLWpmliGAbFYlFqOsDHxwcAo6OjSmCgbUVX6IC0odVqKcNd16WTJeEq8fz83DUOBAIANJvN/4O/vb0RCoXY3Nyk0WgAsLi4yOHhIQMDA3KeVwXuui62bZPNZimXy+RyOaamptjd3aVarSKEQNO0nzN3HOfbY9s2Ho8HgGKxyNLSEnd3dwAEg0Hpe8/ME4kEl5eXQPdGua6L4zhy/Pr6Sjgc5vz8nNXVVan3hJumydPT00+LkytcW1vj4OCAvb094IcNbVdAP7G/v8/6+jq2bauXYq+YnZ1F1/XetliW1RfU7/eTyWSk7z3h8Xgc0zS/6fV6nZubG4QQUpuenubi4oKFhQWp9YTHYjFisdg3/f39nYmJCVkxy8vL5HI5xsfHu+YpeW5ZljxLtra2yOfzElwqleSKlP7Q4eFh5ufn2djYIJlMAlCr1dje3qZarVIoFNThIyMjlEqlrnPk9vaWTCaDYRhSUy7FTjB89QRd/0J2NYt/X1D5WGcF6fBZnwAPDw/K8EqlAoDX++W0JoT4fXV1FVhZWQEgFAopNej7+3uEEJydnRGNRgEsTQjxB/AdHR1xfHysdG8RQhAMBonH4+3OD2BrnZcix3Go1Wp9w+HzkPP5fJ1S/S8DOBI/lqMUNgAAAABJRU5ErkJggg==");
    width: 23px;
    height: 26px;
    display: block;
    background-repeat: no-repeat;
    opacity: 0.6;
    transition: 0.5s all; 
}
.header-user__logout:hover {
    opacity: 1;
}
@media only screen and (max-width: 1024px) {
    .header-user__logout {
        margin: 0 5px;
    } 
}

.ya-page_js_yes .ya-site-form_inited_no { 
    display: none; 
}

.header .wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 230px;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .header .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        justify-content: center;
        height: auto;
    }
}

.nav-burger {
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    left: 7px;
    top: 6px;
    cursor: pointer;
    margin-left: 5px;
    z-index: 3;
    display: none;
}

@media only screen and (max-width: 1024px) {
    .nav-burger {
        display: -webkit-box;
        display: flex;
    }
}

.nav-burger.open {
    display: -webkit-box;
    display: flex;
    position: fixed;
}

.nav-burger.open .nav-burger-line:first-child {
    -webkit-transform: rotate(135deg) translateY(-5px);
    transform: rotate(135deg) translateY(-5px);
}

.nav-burger.open .nav-burger-line:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.nav-burger.open .nav-burger-line:last-child {
    -webkit-transform: rotate(-135deg) translateY(5px);
    transform: rotate(-135deg) translateY(5px);
}

.nav-burger-line {
    display: block;
    width: 33px;
    height: 4px;
    background-color: #b50404;
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-radius: 9px;
    transition: all .25s ease-in-out;
    left: 0;
}

.nav-burger-line:first-child {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.nav-burger-line:last-child {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.header-logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
}

.header-logo img {
    width: 211px;
    height: 190px;
}

@media only screen and (max-width: 768px) {
    .header-logo img {
        width: 160px;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .header-logo img {
        width: 120px;
        height: auto;
    }
}

.header-logo__text {
    margin-left: 30px;
}

@media only screen and (max-width: 768px) {
    .header-logo__text {
        margin-left: 20px;
    }
}

.header-logo__caption {
    font-family: "AGForeignerMediumC", sans-serif;
    font-size: 37px;
    color: #b50404;
}

@media only screen and (max-width: 768px) {
    .header-logo__caption {
        font-size: 24px;
    }
}

.header-logo__desc {
    font-family: 'AGForeignerC', sans-serif;
    font-size: 21px;
    color: #af0404;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .header-logo__desc {
        font-size: 18px;
    }
}

.header-logo__description {
    font-family: 'AGForeignerC', sans-serif;
    font-size: 16px;
    color: #424343;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .header-logo__description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-info {
        width: 100%;
        display: block;
    }
}

.header-social {
    margin-bottom: 17px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-right: 43px;
}

@media only screen and (max-width: 1024px) {
    .header-social {
        -webkit-box-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-top: 20px;
    }
}

.header-social__item {
    margin-left: 13px;
    opacity: 0.6;
    transition: 0.5s all;
}

.header-social__item:hover {
    opacity: 1;
}

.header-search {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .header-search {
        display: none;
    }
}

.header-search__input {
    border: 1px solid #282a28;
    font-size: 18px;
    color: #343434;
    padding: 8px 12px;
    width: 362px;
    font-family: 'AGForeignerC', sans-serif;
}

.header-search__button {
    text-indent: -999px;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/dist/assets/e369d4a5505dce864c22b0317cadb530.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 34px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 10px;
    opacity: 0.3;
    transition: 0.5s all;
}

.header-search__button:hover {
    opacity: 1;
}

.nav {
    background: #830101;
    background: linear-gradient(to bottom, #830101 0%, #b70404 100%);
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .nav {
        display: none;
    }
}

.nav.open {
    background: #dbdbdb;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.nav.open .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.nav.open .nav-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.nav.open .nav-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: transparent;
    width: 250px;
    text-align: center;
}

.nav.open .nav-right:after {
    content: none;
}

.nav.open .nav-left__item,
.nav.open .nav-right__item {
    width: 100%;
    color: #b50404;
}

@media only screen and (max-width: 1024px) {
    .nav.open {
        display: block;
    }
}

.nav .wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.nav-left {
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
}

.nav-left__item {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(1, 1, 1, 0.55);
    padding: 23px 20px;
    border-bottom: 3px solid transparent;
    transition: 0.5s all;
}

.nav-left__item:hover {
    border-bottom-color: #fff;
}

.nav-left__item.active {
    border-bottom-color: #fff;
}

.nav-right {
    display: -webkit-box;
    display: flex;
    background: linear-gradient(to bottom, #2168f8 0%, #5aa3fb 100%);
    height: 100%;
    width: 250px;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.nav-right:after {
    content: '';
    background: linear-gradient(to bottom, #2168f8 0%, #5aa3fb 100%);
    position: absolute;
    height: 69px;
    width: 1000px;
    left: 100%;
    z-index: 0;
}

.nav-right__item {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(1, 1, 1, 0.55);
    padding: 23px 20px;
    border-bottom: 3px solid transparent;
    transition: 0.5s all;
}

.nav-right__item:hover {
    border-bottom-color: #fff;
}

.nav-right__item.active {
    border-bottom-color: #fff;
}

.nav-right__item:last-child {
    margin-right: 0;
}
.article-item__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px; }
    
.article-item__block .fb-like {
    height: auto;
    width: auto;
}

.share-button {
    margin-left: 10px;
}

@media only screen and (max-width: 880px) {
    .article-item__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }

    .article-item__block img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .share-button {
        margin-bottom: 20px;
        margin-left: 0px;
    }
}

.article-item__favorites, .article-item__no_favorites {
    background-color: #ac0303;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 60px;
    transition: 0.5s all;
    height: 51px;
    max-width: 271px;
    cursor: pointer;
}

.article-item__favoritse:hover, .article-item__no_favorits:hover {
    background-color: #900101;
}

.article-item__icon-like {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAADA0lEQVRIibWVQWgcVRjH/++b92a3bu10d1M22XppQQw91YtQ8VAQwYMHEelRL16UWvSsQgq2B0GQKhUPFRS8KIKQe8DVWgpeQiaTdMNgq9ndJLuzszuTmdmZfW+fhxiJ7ZakdfO7ft/3///54H2P1Wo1PJHPA0QYDBKrVCy9N3XixAUhRHkEIAoDt9lsXY/j6LtcLg+mNZI0xdGjhQuVyvSlJy3raQL0cDjsep73Y7/fv8a0bhMRAIDVajXkTRMAnq3MzHxdPXnyLDcM7CWKItTr9Rthr/eWgsYxy7o++8zs24VCAffTarXqf7juG5zz20S0Y8A5P3361KlfK9PTMw9M/EOWZXAc5yoB2eyZM3PmTqixNJtN7697914wTXMVCwsLcBzne30ApFJaKXWQVu267vztW7eIckI8X61WX39onD0YRNjd7X5Uq9VXMinPU2lq6jXLstiBph6BfD6PUrn8KhWLxecmLb5LqVg8R5zzpw7LwBSiQgCMfTsfk5HWI1JKdQ7LgDGWUhiGS4dlsB3HNiVRdHM4HE5cXCmFbqf9C3U67Xm/3/MnbRBFUZym2U9ULpc3et3uV1LKiRpsbW19YzB2l6zjRWwH4aeNVuvPSYlvbLS2gl7vE8EFKEkSGIbRaW9uXoyT+H+Lx0mC9fX1iwDuAgBlaQrOOQzG5m17eS4ZDB5bPBkMYNv2VSnVD4wxaGgQYztniDjHdr9/ecW2v0iz7JHF0yzDiuN8GQbBBybn+Fd3b5NpmvC73XdXbPtKFB98XWmawlla+sz3/Xfu/yf+Y6AZgzBNhNH2h86y/eZmu53sJ972vMHKsnMpDML3hRAP1Mced845pFLfrq2tveS67m9qzEOUUsJ13d/r9TsvZ1n2ORd8bICH/h6ccxBjNzcajRdXV+/M+b4f7tZ8308cx7nSajTOE2M/j0u+C1taXARjDHI0QhAE0EpB5ExwISClgiACY4RMDmePFY9/RBqm53kfCyEWDcYg9Qg5biJJYsjRCIwxFI4cARFBa42/AeeYrWIHxkN6AAAAAElFTkSuQmCC");
    width: 24px;
    height: 23px;
    background-repeat: no-repeat;
    display: block;
}

.article-item__icon-text {
    font-size: 18px;
    line-height: 24px;
    padding: 0 25px 0 50px;
}

.fill-space {
    flex-grow: 1;
}

.share-btn{
    box-sizing: border-box;
    height: 20px;
    width: 103px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    line-height: 0;
    padding: 0 6px 0 2px;
    text-decoration: none;
}

.tgme_widget_share_btn{
    background-color: #54A9EB;
}


#vviber_share_btn{
    display: none;
}

@media only screen and (max-width: 800px) {
    #viber_share_btn{
        display: inline-block;
    }
}

.viber_share_btn{
    background-color: #7d519e;
}

.share_icon{
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

.tgme_widget_share_icon{
    background: url(/dist/assets/65f1c1ea3f6ce1be304a2019d2a36c2e.png) no-repeat 0 0;
}

.viber_share_icon{
    background: url(/dist/assets/26a1e624bbd100f6a59e3358d313bac0.png) no-repeat 0 0;
}

.tgme_widget_share_label, .viber_share_label {
    box-sizing: border-box;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: -1px 0 0 5px;
    display: inline-block;
    line-height: 20px;
}
.donation {
    max-width: 800px;
    margin: 40px auto 40px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) {
    .donation {
        margin: 0px center;
    }
}

.donation__header {
    min-height: 71px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-bottom: 2px solid #dcdcdc;
}

.donation__title {
    font-size: 20px;
    line-height: 32px;
    color: #2c2c2c;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .donation__title {
        padding: 20px 20px;
    }
}

@media only screen and (max-width: 450px) {
    .donation__title {
        margin: 0 0;
    }
}

.donation-content {
    padding: 20px 40px;
}

@media only screen and (max-width: 1124px) {
    .donation-content {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .donation-content {
        padding: 20px 5px;
    }
}

@media only screen and (min-width: 767px) {
    .qiwi_big{
        display: initial;
        margin: 0 center;
    }

    .qiwi_middle{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .qiwi_big{
        display: none;
    }
    .qiwi_middle{
        display: initial;
        margin: 0 center;
    }
}

.donation-content_title {
    font-size: 18px;
    line-height: 24px;
    color: #2c2c2c;
    text-align: center;
}

.donation-content_title--last {
    margin: 30px 0 20px;
}

.donation-content_desc {
    font-size: 14px;
    line-height: 20px;
    color: #2c2c2c;
    margin: 20px 0;
    text-align: center;
}

.donation-content_desc a {
    color: #b50404;
    text-decoration: none;
    border-bottom: 1px solid #eed3d3;
    transition: 0.2s all;
}

.donation-content_desc a:hover {
    border-bottom-color: transparent;
}

.donation-content__link {
    font-size: 14px;
    line-height: 20px;
    color: #b50404;
    text-decoration: none;
    border-bottom: 1px solid #eed3d3;
    transition: 0.2s all;
}

.donation-content__link:hover {
    border-bottom-color: transparent;
}

.donation-content__img {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 0 20px;
}

@media only screen and (max-width: 550px) {
    .donation-content__img img {
        width: 100%;
    }
}

.donation-content__footer {
    text-align: center;
}

.donation-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .donation-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

.donation-form__field {
    width: calc(100% / 3 - 35px);
    margin-right: 40px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .donation-form__field {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .donation-form__field {
        margin-right: 0;
        width: 100%;
    }
}

.donation-form__field:last-child {
    margin-right: 0;
}

.donation-form__field input {
    margin-top: 13px;
    font-size: 18px;
    line-height: 20px;
    color: #959595;
    border-radius: 20px;
    border: 1px solid #565656;
    padding: 10px 10px;
    text-align: center;
    width: 100%;
    font-family: 'AGForeignerC', sans-serif;
}

.donation-form__label {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .donation-form__label {
        margin-top: 20px;
    }
}

.donation-form__inputwr {
    display: -webkit-box;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .donation-form__inputwr {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.donation-form__inputwrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-width: 100px;
    margin-right: 20px;
}

.donation-form__inputwrap:last-child {
    margin-right: 0;
}

.donation-form__rubl {
    width: 100%;
}

.donation-form__sub {
    color: #2c2c2c;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
}

.donation-form__kop {
    max-width: 50px;
    width: 100%;
}

.donation-form .registration-form__button {
    color: #fff;
}
.pagination__button {
    margin: 30px auto 0;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-between;
    justify-content: space-evenly;
    text-align: center;
    max-width: 1300px;
}

.pagination__button .pag-list {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin: 0 auto;
}

.pagination__button span, .pagination__button div {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 20px;
    color: #000;
    margin: 2px auto 0px;
}

.pagination__button div {
    margin: 0px auto;
}

.pagination__button .delta_button{
    width: 63px;
    height: 45px;
    background: #525050;
    border-radius: 5px;
    cursor: pointer;
}

.pagination__button .delta_button_dis{
    background: #898989;
    cursor: default;
}

.pagination__button .left {
    float: left;
    margin: auto;
}

.pagination__button img {
    display: inline-block;
}

.pagination__button .left img {
    position: relative;
    top: 4px;
}

.pagination__button .right {
    float: right;
    margin: auto;
}

.pagination__button .right img {
    position: relative;
    top: 4px;
}

@media only screen and (max-width: 800px) {
    .pagination__button span {
        margin: 1px auto 0px;
    }
}

@media only screen and (max-width: 650px) {
    .pagination__button span {
        margin: 1px auto 0px;
        font-size: 16px;
        padding: 5px 5px;
    }
    .pagination__button .left, .pagination__button .right{
        width: 40px;
        height: 100%;
    }
    .pagination__button .left img, .pagination__button .right img {
        top: 1px;
        left: 1px;
    }
}

@media only screen and (max-width: 380px) {
    .pagination__button span {
        margin: 0px auto 3px;
        font-size: 15px;
        padding: 3px 3px;
    }
    .pagination__button .left, .pagination__button .right{
        width: 30px;
        height: 100%;
    }
    .pagination__button .left img, .pagination__button .right img {
        top: 0px;
    }
}
.comment-list__item {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 24px;
}

.comment-list__item+.comment-list__item {
    margin-top: 40px;
}

.comment-list__item p {
    margin-bottom: 10px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
}

.comment-list__control {
    margin-top: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.comment-quote {
    margin-bottom: 5px;
    background-color: #E3E3E3;
    font-style: italic;
}

.comment-b {
    font-weight: bold;
}

.comment-i {
    font-style: italic;
}

@media only screen and (max-width: 430px) {
    .comment-list__control {
        display: block;
    }
}

.comment-list__reply{
    color: #2c2c2c;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #b4b4b4;
    transition: 0.5s all;
    cursor: pointer;
    display: inline;
}

.comment-list__reply:hover {
    border-bottom-color: transparent;
}

.comment-list__count_like {
    position: relative;
    padding-left: 30px;
}

.comment-list__count_like:before {
    content: '';
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -3px;
}

.comment-list__count_like_no_active:before {
    background-image: url(/dist/assets/ea099a4e160774601be3c1ce0ad3edfc.png);
}

.comment-list__count_like_active {
    cursor: pointer;
}

.comment-list__count_like_active:before {
    background-image: url(/dist/assets/881ce3f25cacc53c5c651dbb48cf0662.png);
}

.comment-list__like_action{
   display: inline-flex;
   text-align: center;
   align-content: center;
   align-items: center;
}

.comment-list__user {
    color: #929292;
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (max-width: 430px) {
    .comment-list__user {
        margin-top: 20px;
    }
}


.textedit-popup {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 720px;
  height: 100%;
  max-height: 470px;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 20.16px .84px rgba(0, 0, 0, .68);
  background-color: #fff;
}

.textedit-popup__header .error{
  font-family: 'AGForeignerC', sans-serif;
  font-size: 14px;
  display: none;
  color: #A90710;
  margin: 0px 0px 0 150px;
}

.textedit-popup__close {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 25px;
  right: 15px;
  width: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
}

.textedit-popup__close:hover {
  opacity: .8;
}

.textedit-popup__close::before {
  position: absolute;
  width: 28px;
  height: 3px;
  content: '';
  transform: rotate(-45deg);
  background-color: #D8D8D8;
}

.textedit-popup__close::after {
  position: absolute;
  width: 28px;
  height: 3px;
  content: '';
  transform: rotate(45deg);
  background-color: #D8D8D8;
}

.textedit-popup__header {
  position: relative;
  vertical-align: middle;
  padding: 15px 0;
  margin: 10px 0 10px 20px;
  background-color: #fff;
}

.textedit-popup__header span {
  font-family: 'AGForeignerC', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2C2C2C;
}

.textedit_line{
  color: #E5E5E5;
}

.textedit-popup__form {
  padding: 15px 20px 0 20px;
  width: 100%;
  background-color: #fff;
}

.textedit-header__input {
  font-family: 'AGForeignerC', sans-serif;
  font-size: 18px;
  border: 1px solid #E5E5E5;
  text-align: left;
  background-color: #fff;
  padding: 5px 0px;
  margin-bottom: 20px;
}

.textedit-header__input input {
  resize: none;
  color: #2c2c2c;
  line-height: 20px;
  padding: 5px;
  border: none;
  margin-left: 15px;
  width: calc(100% - 20px);
}

.textedit-popup__form .textedit-body__input {
  position: relative;
  text-align: left;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  background-color: #fff;
}

.textedit-toolbar{
  border: none;
  background-color: #E5E5E5;
  padding: 10px 0px;
}

.textedit-toolbar button{
  font-family: 'AGForeignerC', sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin: 0 5px;
  cursor: pointer;
  width: 40px;
  height: 26px;
  -webkit-transition: .3s background;
  transition: .3s background;
  border-radius: 15px;
  background-color: #fff;
}

.textedit-toolbar #textedit_bold{
  font-weight: bold;
  color: #2C2C2C;
}

.textedit-toolbar #textedit_italic{
  font-style: italic;
  color: #898989;
}

.textedit-toolbar #textedit_quote{
  position: relative;
  top: -2px;
}

.textedit-toolbar #textedit_quote .img{
  width: 11px;
  height: 8px;
  left: 5px;
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACuSURBVHgBXY/BDQIhEEUXYgGWYAmWsFbgdqAd6JGECzcCF2IFbinaAR2oHewNuIAzBDajk0yYvPz5f2BDK2vtvZRyhr4JIa6dG2Ne8OxyzgeOwDm3BdGIM2PsQYQTCnFOKfkqjjGuMISwiqFOzcArpZYq5pxfKMRZa43LaDLACb7qGtw3+CGuYx/gxGcz5VOH9N6e9uMMW8d/SNOwpJSVb6DfsDD3H5PouaUtnX0BpLtXqkNYvxIAAAAASUVORK5CYII=");
}

.textedit-toolbar #textedit_paragraph{
  position: relative;
  top: 1px;
}

.textedit-toolbar #textedit_paragraph .img{
  width: 13px;
  height: 13px;
  left: 5px;
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFiYmJ////sMHxnwAAAAJ0Uk5T/wDltzBKAAAAHElEQVR42mJgQAGMyICBKDkwD1UOH48q9gEEGAAi4wBkizQFTQAAAABJRU5ErkJggg==");
}

.textedit-body__input textarea {
  font-family: 'AGForeignerC', sans-serif;
  font-size: 14px;
  color: #2c2c2c;
  resize: none;
  height: 180px;
  padding: 5px;
  border: none;
  width: 100%;
}


.textedit-submit {
  text-align: center;
  margin-top: 20px;
  display: flex;
}

.textedit-submit button {
  background-color: #ac0303;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 60px;
  transition: 0.5s all;
  height: 51px;
  max-width: 271px;
  cursor: pointer;
}

.textedit-submit button span{
  font-family: 'AGForeignerMediumC', sans-serif;
  font-size: 16px;
  line-height: 21px;
  padding: 0 40px 0 40px;
}

.textedit-submit .info {
  font-family: 'AGForeignerC', sans-serif;
  color: #898989;
  font-size: 14px;
  margin: 17px 0 0 45px;
  text-align: left;
}

@media only screen and (max-width: 650px) {
  .textedit-submit .info {
    font-family: 'AGForeignerC', sans-serif;
    color: #898989;
    font-size: 14px;
    margin: 5px 0 0 15px;
    text-align: left;
  }
}

.opened {
  display: block;
}
/*
.popup-note-textedit {
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 790px;
  min-height: 150px;
  max-height: 320px;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 20.16px .84px rgba(0, 0, 0, .68);
  background-color: #fff;
}

.popup-note-textedit__close {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 25px;
  right: 15px;
  width: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
}

.popup-note-textedit__close:hover {
  opacity: .8;
}

.popup-note-textedit__close::before {
  position: absolute;
  width: 28px;
  height: 3px;
  content: '';
  transform: rotate(-45deg);
  background-color: #D8D8D8;
}

.popup-note-textedit__close::after {
  position: absolute;
  width: 28px;
  height: 3px;
  content: '';
  transform: rotate(45deg);
  background-color: #D8D8D8;
}

.popup-note-textedit__header {
  position: relative;
  vertical-align: middle;
  padding: 15px 0;
  text-align: left;
  margin: 10px 0 10px 20px;
}

.popup-note-textedit__header span {
  font-family: 'AGForeignerC', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2C2C2C;
}

.popup-note-textedit__message {
  position: relative;
  padding: 15px 10px 0 10px;
  text-align: center;
  font-family: 'AGForeignerC', sans-serif;
  font-size: 14px;
  color: #898989;
  z-index: 110px;
}*/
.popup-note-comment {
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 790px;
  min-height: 150px;
  max-height: 320px;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 20.16px .84px rgba(0, 0, 0, .68);
  background-color: #fff;
}

.popup-note-comment__close {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 25px;
  right: 15px;
  width: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
}

.popup-note-comment__close:hover {
  opacity: .8;
}

.popup-note-comment__close::before {
  position: absolute;
  width: 28px;
  height: 3px;
  content: '';
  transform: rotate(-45deg);
  background-color: #D8D8D8;
}

.popup-note-comment__close::after {
  position: absolute;
  width: 28px;
  height: 3px;
  content: '';
  transform: rotate(45deg);
  background-color: #D8D8D8;
}

.popup-note-comment__header {
  position: relative;
  vertical-align: middle;
  padding: 15px 0;
  text-align: left;
  margin: 10px 0 10px 20px;
}

.popup-note-comment__header span {
  font-family: 'AGForeignerC', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2C2C2C;
}

.popup-note-comment__message {
  position: relative;
  padding: 15px 10px 0 10px;
  text-align: center;
  font-family: 'AGForeignerC', sans-serif;
  font-size: 14px;
  color: #898989;
  z-index: 110px;
}

.comment_add_disabled {
  color: #929292;
  pointer-events: none;
  cursor: default;
}
.caption {
    padding: 17px 20px;
    font-size: 29px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1, 1, 1, 0.55);
    background-color: #ac0303;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .caption {
        display: block;
        text-align: center;
        font-size: 27px;
        padding: 15px 18px;
    }
}

@media only screen and (max-width: 600px) {
    .caption {
        font-size: 25px;
        padding: 13px 16px;
    }
}
.auth-error {
    margin-top: 40px;
    color: #929292;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
}

.auth-error a {
    color: #ac0303;
    text-decoration: none;
    border-bottom: 1px solid #d7a1a1;
    transition: 0.5s all;
}

.auth-error a:hover {
    border-bottom-color: transparent;
}

.header-auth {
    margin-top: 20px;
    font-size: 18px;
    color: #343434;
    text-decoration: none;
    border-bottom: 1px solid #cccccc;
    transition: 0.2s all;
    margin-left: 42px;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .header-auth {
        display: none;
    }
}

.comment-list__item {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 24px;
}

.comment .filters {
    margin-top: 20px;
}

.textedit-popup__info {
  font-family: 'AGForeignerC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2C2C2C;
  margin-bottom: 10px;
}

.textedit-body__input textarea {
  height: 170px;
}

.form__captcha {
  margin-left: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 620px) {
  .form__captcha img {
      width: 100px;
      height: auto;
  }
}

@media only screen and (max-width: 500px) {
  .form__captcha {
      margin-top: 15px;
      margin-left: 0;
  }

  .form__captcha img {
      width: auto;
      height: auto;
  }
}

.popup-note-senderror {
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 790px;
  min-height: 150px;
  max-height: 320px;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 20.16px .84px rgba(0, 0, 0, .68);
  background-color: #fff;
}

.popup-note-senderror__close {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 25px;
  right: 15px;
  width: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
}

.popup-note-senderror__close:hover {
  opacity: .8;
}

.popup-note-senderror__close::before {
  position: absolute;
  width: 28px;
  height: 3px;
  content: '';
  transform: rotate(-45deg);
  background-color: #D8D8D8;
}

.popup-note-senderror__close::after {
  position: absolute;
  width: 28px;
  height: 3px;
  content: '';
  transform: rotate(45deg);
  background-color: #D8D8D8;
}

.popup-note-senderror__header {
  position: relative;
  vertical-align: middle;
  padding: 15px 0;
  text-align: left;
  margin: 10px 0 10px 20px;
}

.popup-note-senderror__header span {
  font-family: 'AGForeignerC', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2C2C2C;
}

.popup-note-senderror__message {
  position: relative;
  padding: 15px 10px 0 10px;
  text-align: center;
  font-family: 'AGForeignerC', sans-serif;
  font-size: 14px;
  color: #898989;
  z-index: 110px;
}
.mediametrics {
    max-width: calc(100vw - 482px);
    overflow-x: hidden;
    margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
    .mediametrics {
         max-width: calc(100vw - 20px);
    }
}
.archive-item__img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .archive-item__img {
        margin: 40px auto;
    }
}
.articles-list {
    -webkit-box-flex: 1;
            flex: 1 30%; 
}

.articles-list__caption {
    padding: 17px 20px;
    font-size: 29px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1, 1, 1, 0.55);
    background-color: #ac0303;
    display: inline-block;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
    .articles-list__caption {
        display: block;
        text-align: center;
    }
}

.articles-list__link {
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .articles-list__link {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.articles-list__footlink {
    margin: 20px 0 30px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.articles-list__footlink:hover span {
    background-color: #900101;
}

.articles-list__footlink span {
    display: inline-block;
    padding: 9px 13px;
    font-size: 17px;
    color: #fff;
    background-color: #ac0303;
    margin: 0 auto;
    text-align: center;
    transition: 0.5s all;
}

@media only screen and (max-width: 1024px) {
    .articles-list__footlink {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        margin: 25px 20px 0;
    }
}
.articles-list-item__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-left: 10px;
}

@media only screen and (max-width: 1100px) {
    .articles-list-item__social {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .articles-list-item__social {
        margin: 10px 0 0 0;
    }
}

/*.articles-list-item__social_mobile{
    display: inline;
}

@media only screen and (max-width: 440px) {
    .articles-list-item__social_mobile {
        display: inline-block;
    }
}*/

.articles-list-item__view {
    position: relative;
    margin-right: 15px;
    padding-left: 42px;
}

/*@media only screen and (max-width: 500px) {
    .articles-list-item__view {
        padding-left: 37px;
        margin-right: 8px;
    }
}*/

.articles-list-item__view:before {
    content: '';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAWCAYAAABDhYU9AAAFLElEQVRIic2Xa4hVVRTHf2vvc8+9Mz7m1pRmNpXmUJSJkznWGL18JGNp2UAQhBEJEUFlDygSJggi6PUhKirBnkgW1YhUGEFU9qm32BRjNmXazJA0qTlz79lr9eHcuXOvXsehPtT6tM/e+7/2//z3OmutI2a2Goj5/1khAuoA/18zqWHeAWGsHXaMuVrjWpjxrB9mwZWBlkJUlSRJSs+G1EAJUEwCQ8NFBCgUE4IqZpCE2pgRnKqhqmWKSZJUnV9pURkowvDwMN57nBvhLOzp6+ebr7+lt3cXg38Ocu6cFi5eeCET6usQ4NBwEe8czjlCMLxPqe3tH2DHd9+xY/t2nItobm5mQev5NEyexNBQATIRroQbIScitcmpKnEcUygU8N4jIrywYQPrHljHb7/urgKdM7+VRx56mOVLLyeKRsM1KhFb/8or3HfPvQz8trcK1zxnDp3rOrm+4xoAhoaGyOVyhBAqBKlQ2szWALFZKreZEUURjz35BHffuXb0PkaspL6bWM9br79NftIEnnzqGbx33HLzzXy1Yzt333brUXEA6196lZtuuJ4QAt57kiSpUrFkhTK5VFpFxPHFF59zfmsrFpSjBpBB/uTptJ63gEsuXUhGHJvf38rHH7wLamPiokkT+XLbZ8yePRsA1YBZGloVBAuuMgxF0oWXN24cm1jJ/tjzK21tC7j/rrXcs/YO5s+fNzaxkiX7D7B+w4vlZ+dqZ7IoATJA795+3ul6nz8P/sV7H346tvcKOzDYVx7v6vnh2AABDLZs2cppJz3H5IZJrLxmOY0nTK64+vRrjkZe8ufe3Tz6xOOYxAzuHxg3uf6B3wEwg3379o0bt3NnN08/9SwTG+qZ1zo3JXeY4s5Is3BLy7l8+G4XW954jaWXLRrb84gTEaZOmTYyZNaM5nGTazlvHu9t7eLNNzdy5pkzsURRrc51TjAUyGUzzJrRxJxzzmDZ4ivA+VGZD48hTZFTTm5i2ZL28vSK9qvTwVgloLR2VXs7M5tP4fSZp5DLZUlqYJwA3iAE41BiqBntyxez6MqKg7TCsQGxI9eQp2NlB21tF5SdLVm6iBWrrjsmwamnnspNN64mBCOokiQB7wXnKlUQfGdn5zzAm4FgJAbHT6xj7twWftnTx4+//IRpKH+Fvi7L1BOns2rltXQ+2Mlx+QmpmGrEseOiiy6hu6eHnu+7axKbMm0aXW+9w9lnn4UqRFGa30SkVCXKW4OY2RqD2NRAhKIqSUiYEMfs3tNH19ub+WjbJ/zYs5N8Pk/T9CYWtrXR0bGKhob6skCqRjAl9p79+4d4/oX1bNq0ie7eH/ACjY2NLL10CbffcSezZjQdRdORqwGgIKa2BiFOQiCEQDaOOZQUMYF6nwFgcPAABw8eRHxEvmEydbl0PgmGGWQiwYBCUiRyHl9KpMVhZW/fALlclnxjnrgqnSnHsBI5iA1IQhETQ8ThRSiqEfvoiCqUqBI5h2r6lYpAsIAmRQC8z+Kc1MAFRAxU8c5RXeePqK2FCNKOQDWQiSKCBswUNYhESqXFSDQtzpHzOAeKggM1w5lDNRCsQC6uL3sPCsPDBaI4IuMEsYCa4hylDFBJ6MjU4CCtaeKEYrGIqRH5DIqVaq0gAl4EL4KI4QAxxSzgsPJ65BxmSjEUoTSfzcY4J6iA956MTxWTI/JTrX5O0hbdiS/XVhBinx3dJS7tmStMxFW9t3cZvMsARsalh4ukR472aR7w4/0n8BFwiFJXcniz989MqmLpX7gs/A2w1CaNGN3w0gAAAABJRU5ErkJggg==");
    width: 39px;
    height: 22px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
}

.articles-list-item__comment {
    position: relative;
    margin-right: 15px;
    padding-left: 25px;
}

/*@media only screen and (max-width: 500px) {
    .articles-list-item__comment {
        padding-left: 20px;
        margin-right: 8px;
    }
}*/

.articles-list-item__comment:before {
    content: '';
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAACDElEQVQ4jYVSTWtTQRQ985H25eHrS9oadNMPcNGtq8YaxT+g4EoiWBCkCxduqwi6deVvEHQnQqtUuhBcCIJR6kKoaLCLoFLTJpqXl8zL+5jrIt9pkl44zDBz7rln7lx2f/0unm++MMJAZ/b/7M/VPSWZ4ATCmCBwcDZtTZXSFzIf76zdLkgppfH9W34VBKtDC/U4FQBAhAgHpZL1amNzYXFhfkN4Orj4q/BzHgwAA8DR3LA2MBocAAG5nU+nhaNql/y6Fwdr1+IDbIxQ6CQAmpj0w4B3T3q2rV70JRwJBjACONNcCBF1q7aTe4hjgwBiAGM0aGEgmXqEh30j61wNERokMgx/Yr8wD4NQjK44zOXAGSOAiPGYjPUMzfHz0x+6WZ8zzlfSy3tHLju9GYduUdO2a3ztxs33jLO/fRwQQMcBnW6cXVp6I65evqLjZvyLnUjwIAxEraEmEZEAADNpHcZtS8WMCTVhGkqahoqZhpLxSe+EadZnUrOF1KnU9qyd/C1rXh2p6ZNh5nzmXd1x8fDxo1vVYtnOZrMvZ6ypfKlcghDNz6WWgyAIkUgm4OsIu1934bgueNVxcHBYRO5DDlvbr1Etlu25M4ufH6zfy3uBj39OBV6j0Q+/ubquC6UUBOeQT549RRiGqCmFaqVip88tv129dn0nv/cDnt8AEUG3rLQdEREirUHUHZn/lFsBZhDXbGQAAAAASUVORK5CYII=");
    width: 18px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.articles-list-item__like {
    position: relative;
    margin-right: 15px;
    padding-left: 22px;
}

/*@media only screen and (max-width: 500px) {
    .articles-list-item__like {
        margin-right: 0;
        padding-left: 17px;
    }
}*/

.articles-list-item__like:before {
    content: '';
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAB+UlEQVQokZWSzWsTURTFz32TpNgkzSRiqxCaQpCAH7Ef0yaipiaNmBJKW4qLgF24dSNu/D9045/gQih0JbooWlMqLi0NcaHYqsVSJzPNRzMZM29cjE6mQaE58HiLe36Xc+97wvviJibGxrBdLkU5eKaltaY8fZ7YlCS5lguF/YQkoc35+Vq9ltJbetLV545dGR11BwZ8P+4sLoGePn6CZ6sr0vra63EAAAPAAQA4NxL+HPAOHJW3S5e6aySwL48ePHwlyKo8tPF2I20bTABknbpaDf48OBgEddUAwDRFr9/3S+ACJWuH1ZBtcIocgFN/vDv7e/2MCxS0Ov7D+D+Z9uVmjXqj3QN6TIbeNlnQH5DtuD3K6/O1WHY6/QmAvd1elLp6bZfFotE9t+irnDgFwd7BfG52i0XCEdxfvrd2ohQOuHC3UEwmkjqTFRmJ8cnKhcsXiwCOv3W3TOv4Q+LHxdtzpd1v38E4TFTrVZwNnS4FguKWncTZhDpwv+j/emNi8o1aPYRhGGAMhDbnqCgK5mZzm5mZzDoA025CndHCw+EPuenMCzAGTdNARGCA9bEMw0DzSMPIcKSczc48d53y1MBtmC8tLLy8eT31rqlpaLYs+C9rpSQC5xyqomDozKB6K5VeYYJQIaJGPp9fjcfjO4qqQNd1MOrM9xt5ib22cZAtQAAAAABJRU5ErkJggg==");
    width: 16px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.articles-list-item__select {
    position: relative;
    margin-right: 15px;
    padding-left: 22px;
}

/*@media only screen and (max-width: 500px) {
    .articles-list-item__select {
        margin-right: 0;
        padding-left: 17px;
    }
}*/

.articles-list-item__select:before {
    content: '';
    background-repeat: no-repeat;
    /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPBQTFRFj4+Po6OjqqqqsrKyeHh4f39/gICAjo6Ora2tlpaWhYWFm5ubhoaGfHx8goKCe3t7l5eXoaGhhISEjY2N3NzcpaWlmZmZiYmJlZWVmpqanp6efn5+2trauLi4+/v71dXVzs7Ovb29y8vLu7u7k5OT6Ojovr6+sbGxioqKpKSkoKCgurq61NTUwcHBdXV1x8fHdHR0Z2dntLS01tbWqKio+Pj4////xsbG3d3dcHBw7e3t0tLS5OTk5eXlvLy8t7e3/Pz8r6+vzMzM6urqkJCQqampn5+fs7Ozw8PDp6enh4eHq6uriIiI4eHhrq6u////SXQT6AAAAFB0Uk5T/////////////////////////////////////////////////////////////////////////////////////////////////////////wATc6Z5AAAA0UlEQVR42kTORVYEURBE0fxu5V7tbrg7jTvk/ncDfWrALOKOHiD2md65ROxlD4MpIuBYSmHFyd2HR89GGcJ54LcDWy5dumLZ6WAK734o7AIU1ITe3mR7kPBQpsZERSvX7Oj7ECz3Ayjq2sX05/Wqcw+qEp6JCSHHet4dDWewdrtcptGKsu54OFt2AHl4cMFFohx5pjn0ALdte99PPO9LmRj6f2H4WQVhUqpJRF70phQxL0CWMMnjFjaANCIL0G7zG8C3pzlLt/Af8NFU1836FWAAj08h2oeMbOwAAAAASUVORK5CYII=");*/
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI1QTFRFgoKChISE////eXl5eHh4fn5+fX19e3t7dnZ2f39/w8PD+fn5/f39dXV19/f3hoaGvb29/v7+wcHBz8/PmJiYsbGxs7OzqKioi4uLlJSUjIyM2tra7u7u0tLS/Pz8qamp4ODg6+vrg4OD9PT08/Pz+vr6kJCQubm5gYGBnp6enJyc9fX1u7u77e3t////LUbjHwAAAC90Uk5T/////////////////////////////////////////////////////////////wBapTj3AAAAnElEQVR42lTO5w7CMAwE4LMzOmgLZe+9x73/45HQgsTJP86fosgg9bgsGKKdk5JgMTXWbMnO2Sf3mlAYIEvXavwVZq94WYS42dALIHaHfhJBMicI4nvYeHwkjiC74ZnELtKgG6FKBb9IeQBz+3kcV7GXcAdXqWt2Vw7iYeSjm3TDL2ZesQHq2ApsrvwC2fNm0bQW6Cb8h1rb8hZgAAn0EijjYchFAAAAAElFTkSuQmCC");
    width: 16px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}
.articles-list-item {
    height: 150px;
    display: -webkit-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
@media only screen and (max-width: 768px) {
    .articles-list-item {
        margin: 0px 20px 20px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .articles-list-item {
        margin: 0px 10px 20px 10px;
    }
}

.articles-list-item__cover {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
    max-height: 130px;
    margin-top: 5px;
    transition: 1.5s all;
    overflow-y: hidden;
}

.articles-list-item__cover:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}



.articles-list-item__cover--circle {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    height: 130px;
}

.articles-list-item__cover--big {
    min-width: 180px;
    max-width: 180px;
    max-height: 180px;
    width: 180px;
}

.articles-list-item .image {
    width: 100%;
    height: auto;
}

.articles-list-item__cover--circle .image {
    width: auto;
    height: 100%;
    border-radius: 50%;
}

.articles-list-item__info {
    margin-left: 25px;
    height: 130px;
}

.articles-list-item__textheaders {
    height: 110px;
}

@media only screen and (max-width: 768px) {
    .articles-list-item__info {
        overflow-y: hidden;
        margin-left: 25px;
    }
}

@media only screen and (max-width: 500px) {
    .articles-list-item__info {
        margin-left: 10px;
        height: 150px;
    }
}

.articles-list-item__authors {
    display: inline-block;
    height: 29%;
    overflow: hidden;
}

.articles-list-item__author {
    font-size: 12px;
    line-height: 17px;
    color: #2c2c2c;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 23px;
}

@media only screen and (max-width: 768px) {
    .articles-list-item__author {
        font-size: 11px;
        margin-right: 13px;
    }
}

.articles-list-item__title {
    font-size: 18px;
    color: #2c2c2c;
    line-height: 22px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s all;
    display: block;
    height: 50%;
    overflow:hidden;
}

@media only screen and (max-width: 1024px) {
    .articles-list-item__title {
        font-size: 16px;
        line-height: 20px;
        height: 47%;
    }
}

@media only screen and (max-width: 768px) {
    .articles-list-item__title {
        font-size: 14px;
        color: #2c2c2c;
        line-height: 17px;
    }
}

.articles-list-item__title:hover {
    border-bottom-color: #2c2c2c;
}

.articles-list-item__desc {
    font-size: 14px;
    line-height: 17px;
    color: #2c2c2c;
    display: block;
    height: 40%;
    overflow:hidden;
}

@media only screen and (max-width: 768px) {
    .articles-list-item__desc {
        font-size: 12px;
        line-height: 14px;
        height: 20%;
    }
}

.articles-list-item__date {
    margin-top: 2px;
    font-size: 12px;
    color: #929292;
    display: -webkit-box;
    display: flex;
}
@media only screen and (max-width: 500px) {
    .articles-list-item__date {
        display: block;
    }
}
.articles-list_place_article-right {
    -webkit-box-flex: 1;
    flex: 1 70%;
}

@media only screen and (max-width: 700px) {
    .articles-list_place_article-right {
        display: none;
    }
}
.footer {
    padding: 50px 0;
}

.footer .wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 700px) {
    .footer .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 0 50px;
    }
}

.footer-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 40%;
}

@media only screen and (max-width: 700px) {
    .footer-left {
        margin-bottom: 40px;
        width: 100%;
    }
}

.footer-left__item {
    text-decoration: none;
    color: #2d2d2d;
    font-size: 12px;
    line-height: 24px;
}

.footer-left__item:hover span {
    border-bottom-color: transparent;
}

.footer-left__item span {
    border-bottom: 1px solid #d6d6d6;
    transition: 0.2s all;
}

.footer-left__item a {
    text-decoration: none;
    margin-left: 5px;
    color: #2d2d2d;
    font-size: 12px;
}

.footer-right .counter {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    width: 196px;
}

.footer-right .counter__item {
    width: 88px;
    height: 31px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer-right .counter__img {
    width: 100%;
    height: auto;
}
.article-item {
    margin-top: 50px;
}

.rkn-zapret, .rkn-inoagent  {
    font-size: 10px;
    line-height: 12px;
    margin: 25px 0;
    text-align: justify;
}

@media only screen and (max-width: 1024px) {
    .article-item {
        margin-top: 0;
    }
}

.authors {
    display: -webkit-box;
    display: flex;
    margin: 60px 0 0;
}

.authors .wrapper {
    display: -webkit-box;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .authors {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .authors .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.authors-item__content {
    width: calc(100% - 302px);
    margin-right: 60px;
}

@media only screen and (max-width: 1024px) {
    .authors-item__content {
        width: 100%;
        margin-right: 0;
        -webkit-box-flex: 1;
        flex: 1 100%;
    }
}

.article-item__caption {
    font-size: 29px;
    line-height: 31px;
    color: #2c2c2c;
}

@media only screen and (max-width: 1024px) {
    .article-item__caption {
        text-align: center;
    }
}

.article-item__desc {
    font-size: 18px;
    color: #2c2c2c;
    line-height: 24px;
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .article-item__desc {
        text-align: center;
    }
}

.article-item__date {
    margin-top: 10px;
    color: #929292;
    font-size: 18px;
    line-height: 24px;
}

.article-item__date #date {
    margin-top: 10px;
    color: #929292;
    font-size: 16px;
    line-height: 23px;
    padding-left: 35px;
    position: relative;
}

.article-item__date #date:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('/img/date.png');
    left: 0;
    top: -3px;
    position: absolute;
}

.article-details__views {
    position: relative;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 42px;
    font-size: 16px;
    line-height: 23px;
}

@media only screen and (max-width: 500px) {
    .article-details__views {
        padding-left: 37px;
        margin-right: 8px;
    }
}

.article-details__views:before {
    content: '';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAWCAYAAABDhYU9AAAFLElEQVRIic2Xa4hVVRTHf2vvc8+9Mz7m1pRmNpXmUJSJkznWGL18JGNp2UAQhBEJEUFlDygSJggi6PUhKirBnkgW1YhUGEFU9qm32BRjNmXazJA0qTlz79lr9eHcuXOvXsehPtT6tM/e+7/2//z3OmutI2a2Goj5/1khAuoA/18zqWHeAWGsHXaMuVrjWpjxrB9mwZWBlkJUlSRJSs+G1EAJUEwCQ8NFBCgUE4IqZpCE2pgRnKqhqmWKSZJUnV9pURkowvDwMN57nBvhLOzp6+ebr7+lt3cXg38Ocu6cFi5eeCET6usQ4NBwEe8czjlCMLxPqe3tH2DHd9+xY/t2nItobm5mQev5NEyexNBQATIRroQbIScitcmpKnEcUygU8N4jIrywYQPrHljHb7/urgKdM7+VRx56mOVLLyeKRsM1KhFb/8or3HfPvQz8trcK1zxnDp3rOrm+4xoAhoaGyOVyhBAqBKlQ2szWALFZKreZEUURjz35BHffuXb0PkaspL6bWM9br79NftIEnnzqGbx33HLzzXy1Yzt333brUXEA6196lZtuuJ4QAt57kiSpUrFkhTK5VFpFxPHFF59zfmsrFpSjBpBB/uTptJ63gEsuXUhGHJvf38rHH7wLamPiokkT+XLbZ8yePRsA1YBZGloVBAuuMgxF0oWXN24cm1jJ/tjzK21tC7j/rrXcs/YO5s+fNzaxkiX7D7B+w4vlZ+dqZ7IoATJA795+3ul6nz8P/sV7H346tvcKOzDYVx7v6vnh2AABDLZs2cppJz3H5IZJrLxmOY0nTK64+vRrjkZe8ufe3Tz6xOOYxAzuHxg3uf6B3wEwg3379o0bt3NnN08/9SwTG+qZ1zo3JXeY4s5Is3BLy7l8+G4XW954jaWXLRrb84gTEaZOmTYyZNaM5nGTazlvHu9t7eLNNzdy5pkzsURRrc51TjAUyGUzzJrRxJxzzmDZ4ivA+VGZD48hTZFTTm5i2ZL28vSK9qvTwVgloLR2VXs7M5tP4fSZp5DLZUlqYJwA3iAE41BiqBntyxez6MqKg7TCsQGxI9eQp2NlB21tF5SdLVm6iBWrrjsmwamnnspNN64mBCOokiQB7wXnKlUQfGdn5zzAm4FgJAbHT6xj7twWftnTx4+//IRpKH+Fvi7L1BOns2rltXQ+2Mlx+QmpmGrEseOiiy6hu6eHnu+7axKbMm0aXW+9w9lnn4UqRFGa30SkVCXKW4OY2RqD2NRAhKIqSUiYEMfs3tNH19ub+WjbJ/zYs5N8Pk/T9CYWtrXR0bGKhob6skCqRjAl9p79+4d4/oX1bNq0ie7eH/ACjY2NLL10CbffcSezZjQdRdORqwGgIKa2BiFOQiCEQDaOOZQUMYF6nwFgcPAABw8eRHxEvmEydbl0PgmGGWQiwYBCUiRyHl9KpMVhZW/fALlclnxjnrgqnSnHsBI5iA1IQhETQ8ThRSiqEfvoiCqUqBI5h2r6lYpAsIAmRQC8z+Kc1MAFRAxU8c5RXeePqK2FCNKOQDWQiSKCBswUNYhESqXFSDQtzpHzOAeKggM1w5lDNRCsQC6uL3sPCsPDBaI4IuMEsYCa4hylDFBJ6MjU4CCtaeKEYrGIqRH5DIqVaq0gAl4EL4KI4QAxxSzgsPJ65BxmSjEUoTSfzcY4J6iA956MTxWTI/JTrX5O0hbdiS/XVhBinx3dJS7tmStMxFW9t3cZvMsARsalh4ukR472aR7w4/0n8BFwiFJXcniz989MqmLpX7gs/A2w1CaNGN3w0gAAAABJRU5ErkJggg==");
    width: 39px;
    height: 22px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.article-details__count-selected {
    position: relative;
    margin-right: 20px;
    padding-left: 32px;
    font-size: 16px;
    line-height: 23px;
}

@media only screen and (max-width: 500px) {
    .article-details__count-selected {
        padding-left: 30px;
        margin-right: 8px;
    }
}

.inbody_picture_block {
    display: block;
    float: left;
}

.inbody_picture{
    width: 400px;
    height: auto;
}

.inbody_picture_caption{
    text-align: justify;
    font-size: 11px;
    line-height: 2px;
    color:#505050;
    font-style: italic;
}

@media only screen and (max-width: 500px) {
    .article-details__selecteds{
        display: inline-block;
        margin-top: 10px;
    }
    .article-details__selected{
        line-height: 33px;
    }
    .inbody_picture{
        width: 320px;
        height: auto;
    }
}

.article-item__name {
    display: block;
    margin-bottom: 10px;
    padding-left: 35px;
    margin-top: 10px;
    color: #929292;
    font-size: 16px;
    line-height: 23px;
    position: relative;
}

.article-item__name:before {
    content: '';
    width: 24px;
    height: 22px;
    background-image: url('/img/who.png');
    left: 0;
    top: 0;
    position: absolute;
}

.article-item__point {
    display: block;
    margin-bottom: 10px;
    padding-left: 35px;
    margin-top: 10px;
    color: #929292;
    font-size: 16px;
    line-height: 23px;
    position: relative;
}


.article-item__point:before {
    content: '';
    width: 24px;
    height: 21px;
    background-image: url('/img/where.png');
    left: 0;
    top: 0;
    position: absolute;
}

.article-item__selected {
    display: block;
    margin-bottom: 10px;
    padding-left: 35px;
    margin-top: 10px;
    color: #929292;
    font-size: 16px;
    line-height: 23px;
    position: relative;
}

.article-item__selected:before {
    content: '';
    width: 25px;
    height: 21px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAVCAMAAACE9bUqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS9QTFRFc3NzdHR0dXV1dnZ2////b29v/f39YGBgbW1tcnJya2trcXFxampqYWFhd3d3bGxsZGRkXl5e/v7+aWlp9/f3bm5u+Pj4aGhoZmZmY2Nj6enpYmJicHBw9fX1WlpaZ2dn2dnZ2NjYZWVlWVlZzMzMysrKoKCg5+fn4ODgh4eHkZGR/Pz8g4ODtbW1fX197Ozsx8fHS0tLzs7O5OTk0NDQW1tb1dXVycnJ4uLiX19fra2ty8vLkJCQvr6++/v7VlZWvLy8v7+/4+Pj+vr6xsbGzc3NtLS0mJiYk5OTsbGxqKiowcHBeXl53Nzc0tLSsrKyvb290dHRfn5+9PT07u7u29vbnZ2d1tbWwMDAoaGhXV1d09PTgoKCeHh4gYGB8/Pz8fHxenp639/f+fn5////IXVlhQAAAGV0Uk5T/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAZaNKDAAABSElEQVR42myQ5ZLDMAyEZQg2adImZWZuj5mZmRn0/s9wcdLedOZu/3ilz6uxBYjYeW/Wiq6MQtF4PH3dER4Q+cybXnb6EzkBBvXu59VdMSoI37EV3bLKs0s55PewWFCdiHUcReALSVOjlJJCfpenE0+SRkAy9SYHeT+iUQAg4chB6TFPhWfZSF2GDzBE4SHQQAoFnurSDZzqVlABDRlZNrQx4xmqjkq8+8OY7wghIW0TlhPqsD8mj1zAl/MPoVJiDr77KeKPABLc8A5C7RMX+GUlGSbjxPtAYb3KAdd6+RQbPVyIsUzlcFvsLf4QU1Q/5k9lqhJbdf2Nojz/YiZJEGOQUlq14a49be1l7RD1MkzKhDfSfi8gKE8xW6KE6Wb3luM4QSy1TenVUI4ao8YvwekVxcj0cviXYKM1ee7ifwTP2oOx6keAAQBKl06s9Qzb+AAAAABJRU5ErkJggg==");
    left: 0;
    top: 0;
    position: absolute;
}

.article-item__selected_count{
    margin-right: 10px;
}

.article-item__site {
    display: block;
    margin-bottom: 10px;
    padding-left: 35px;
}

.article-item__site a:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('/img/source.png');
    left: -35px;
    top: -3px;
    position: absolute;
}

.article-item__site a,
.article-item__name a,
.article-item__selected a,
.article-item__point a {
    position: relative;
    margin-top: 10px;
    color: #929292;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color .5s ease-in-out;
}

.article-item__name a:hover,
.article-item__point a:hover,
.article-item__selected a:hover,
.article-item__site a:hover {
    border-color: #929292;
}

@media only screen and (max-width: 1024px) {
    .article-item__date {
        text-align: center;
    }
}

.article-item__description {
    display: flow-root;
    margin-top: 20px;
    text-align: justify;
    font-size: 18px;
    line-height: 24px;
    color:#2c2c2c;
}

.article-item__description p,
.article-item__description div,
.article-item__description span,
.article-item__description span span {
    text-align: justify;
    margin-bottom: 10px;
}

.article-item__description img,
.article-item__description p img,
.article-item__description div img {
    margin: 0 20px 20px 0;
    max-width: 100%;
    height: auto;
}

.article-item__description p img {
    padding: 0 5px 0 5px;
}

.article-item__error{
    color: #ac0303;
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
}

@media only screen and (max-width: 440px) {
    .article-item__description img, .article-item__description p img, .article-item__description div img {
        margin: 0 5px 5px 0px;
        float: none;
    }
}

.authors-item__side {
    min-width: 302px;
    width: 302px;
}

@media only screen and (max-width: 1024px) {
    .authors-item__side {
        width: 100%;
    }
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
    max-width: 960px;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.display_none{
    display: none;
}

.giraff {
    max-width: calc(100vw - 482px);
    overflow-x: hidden;
}
@media only screen and (max-width: 1024px) {
    .giraff {
        max-width: calc(100vw - 20px);
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 400px) {
    .giraff {
        max-width: 320px;
        overflow-x: hidden;
    }
}

.vid_vpaut_div {
    display:inline-block;
    width:400px;
    height:250px;
}

@media only screen and (max-width: 400px) {
    .vid_vpaut_div {
        display:inline-block;
        width:360px;
        height:225px;
    }

    .video-wrap {
        max-width: 360px;
    }
}

.videoroll {
    margin-top: 20px;
}

.reklama {
    overflow-x: hidden;
 }
 @media only screen and (max-width: 1024px){
   .reklama {
      max-width: calc(100vw - 40px);
      overflow-x: hidden;
   }
 }
