.menu_item a,
.mobile_navigation a {
    text-decoration: none;
    color: #000;
    position: relative;
    transition: all 0.2s ease;
}

.header .logo .logo_wrap .img_block{
  background-image: url('/img/logo_blue.png');
}

.header_bg .menu_item a,
.header_bg .mobile_navigation a {
  color: #FFF;
}

.header_bg .menu_drop__item a {
  color: #000;
}

.header_bg .logo .logo_wrap .img_block {
  background-image: url('/img/logo_white.png');
}

section {
    padding-top: 210px;
}

.link_back {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 auto 24px auto;
    display: flex;
    text-decoration: none;
    width: 185px;
}
.link_back img {
    width: 16px;
    margin-right: 10px;
}

.container__article_content {
    max-width: 852px;
}
.article_content {
    padding: 24px;
}

h1, h2 {
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}
h1 {
    margin: 0;
    word-break: break-word;
}

h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.44px;
    margin: 72px 0 48px 0;
}

.article_content img {
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
}
.article_content p, li {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
}
.article_content ul {
  list-style: none;
}

.article_content ul li::before {
  content: "\2022";
  color: rgb(61, 124, 246);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.article_content p strong {
    color: #3D7CF6;
    font-weight: 500;
}