* {
  box-sizing: border-box;
}

body {
  font-family: "400";
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
  width: 100vw;
  background-color: #fff;
}

h1 {
  font-size: 40px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-top: 10px;
}

h2 {
  font-size: 25px;
  line-height: 1.5;
  color: #1a1a1a;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

img {
  /*width: 100%;*/
}

ul {
  padding: 0;
  margin: 0;
  padding-left: 30px;
}

.content li {
  list-style: disc;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header {
  background-color: #181819;
  padding: 0 10px;
}

.burger__main-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #121333;
  transition: right 0.4s linear;
  padding: 20px 10px;
  height: 100%;
  overflow: auto;
  z-index: 9999999999;
}
.burger__main-menu li {
  padding: 9px;
}
.burger__main-menu li img {
  width: 17px;
}

.burger__main-submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}

.burger__main-menu__item {
  font-family: "400";
  line-height: 1.2;
  color: #afafaf;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}
.burger__main-menu__item:hover {
  color: #000;
}

.burger__title {
  font-family: "400";
  color: #000;
  font-size: 18px;
}

.burger__line {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(80, 80, 80, 0.337254902);
}

.burger__main-menu__active {
  right: 0;
}

.burger__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  display: none;
}

.hidden {
  overflow: hidden;
}

.mobile_logo {
  width: 100px;
  cursor: pointer;
  z-index: 999;
}

#burger {
  display: none;
  cursor: pointer;
  width: 18px;
  margin-left: 25px;
}

.close {
  cursor: pointer;
  width: 18px;
}

#more {
  position: relative;
}
#more::after {
  position: absolute;
  right: -15px;
  top: 7px;
  content: "";
  width: 7.5px;
  height: 4.5px;
  background-image: url(../img/more.svg);
  background-size: 7.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#more:hover::after {
  position: absolute;
  right: -15px;
  top: 7px;
  content: "";
  width: 7.5px;
  height: 4.5px;
  background-image: url(../img/more-black.svg);
  background-size: 7.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.more__area {
  display: flex;
  align-items: flex-end;
  z-index: -1;
  transition: opacity 0.3s linear;
  bottom: -5%;
  position: absolute;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: auto;
  opacity: 0;
}

.more__area__active {
  overflow: visible;
  height: 200%;
  opacity: 1;
  z-index: 70;
}

.close__more__area {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 69;
}

.sub__nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.header__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.header__right {
  width: 86%;
  display: flex;
  align-items: center;
  flex: 0 0 86%;
}

.logo {
  color: #000;
  text-align: center;
  width: 80px;
  font-size: 18px;
  display: flex;
  align-items: center;
  display: none;
  font-weight: 700;
}

.header-main__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.header__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  border-top: 1px rgba(0, 0, 0, 0.1725490196) solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav {
  z-index: 71;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "400";
  margin-right: 20px;
}
.nav li {
  list-style: none;
}

.nav a {
  color: #fff;
}

.nav__item {
  position: relative;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s linear;
  color: #fff;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
.nav__item:hover {
  border-bottom: 1px solid #888;
  color: #c9c9c9;
}

@media (max-width: 860px) {
  .header__right {
    flex: 0 1 90%;
  }
}
@media (max-width: 800px) {
  .header-main__title {
    display: block;
  }
  .logo {
    display: block;
  }
  #burger {
    display: block;
    z-index: 999;
  }
  .header__bottom {
    justify-content: space-between;
  }
  .header__title {
    display: none;
  }
}
.content {
  padding-bottom: 30px;
}
.content__image__min {
  max-width: 500px;
  margin: 0px auto;
}
.content picture {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content img {
  max-width: 100%;
  border-radius: 10px;
}
.content strong {
  font-size: 18px;
  font-family: "700";
}
.content p {
  font-size: 14px;
  line-height: 1.4;
}
.content a {
  width: 100%;
}
.content ul {
  margin-top: 15px;
}
.content li {
  margin-bottom: 10px;
}

.footer {
  padding: 30px 0;
  background-color: #000000;
  color: #969696;
}
.footer li {
  list-style: none;
  margin-bottom: 5px;
}
.footer li:last-child {
  margin-bottom: 0;
}
.footer h3 {
  color: #fff;
}
.footer p {
  font-size: 14px;
  line-height: 1.4;
}
.footer a {
  color: #969696;
  text-align: center;
  transition: color 0.3s linear;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer__items {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  grid-column-gap: 30px;
}
.footer__items p {
  font-size: 12px;
  line-height: 12px;
}
.footer__item {
  justify-self: center;
  display: flex;
  flex-direction: column;
}
.footer__item h3 {
  margin-top: 0;
}
.footer__item p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.footer__security {
  align-self: center;
}
.footer__security a {
  font-size: 12px;
  line-height: 1.4;
  margin-right: 15px;
}
.footer__security a:last-child {
  margin-right: 0;
}
.footer__security p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.footer__logo {
  max-width: 100px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .footer p {
    text-align: left;
  }
  .footer__items {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .footer__item {
    justify-self: self-start;
  }
  .footer__security {
    justify-self: self-start;
  }
  .footer__logo {
    justify-self: self-start;
    margin-left: 0;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
  }
}
@font-face {
  font-family: "400";
  src: url("../fonts/400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "400";
  src: url("../fonts/400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "700";
  src: url("../fonts/700.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "700";
  src: url("../fonts/700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 700px) {
  .content-row__text {
    float: none;
  }
  .content-row table {
    float: none;
    margin-left: 0;
  }
  .content__image__items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content__image__item {
    margin-bottom: 20px;
  }
  .content__image__item:last-child {
    margin-bottom: 0;
  }
  .container {
    padding: 0 20px;
  }
  li {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  table {
    display: inline-block;
    overflow-x: auto;
    max-width: 100%;
  }
}

#cookie_note {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 50%;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p {
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: black;
}

.cookie_accept {
  width: 20%;
}
@media (min-width: 576px) {
  #cookie_note.show {
    display: flex;
  }
}

@media (max-width: 575px) {
  #cookie_note.show {
    display: block;
    text-align: left;
  }
}

.block-author {
  padding: 20px;
  background-color: #d7d7d7;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
}

.block-author__content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.block-author__links {
  display: flex;
  align-items: center;
}

table {
  border: 1px solid #afafaf;
  border-collapse: collapse;
}

th {
  border: 1px solid #afafaf;
  padding: 5px;
}

.footer__security {
  display: flex;
  flex-direction: column;
}

.YT {
  min-width: 200px;
}
.content a {
color:#3DBDF6;
}