/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*==============================
fonts
==============================*/
@font-face {
  font-family: "lato";
  src: url("../fonts/lato-light.woff2") format("woff2"), url("../fonts/lato-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/lato-regular.woff2") format("woff2"), url("../fonts/lato-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zhizn";
  src: url("../fonts/zhizn.woff2") format("woff2"), url("../fonts/zhizn.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*==============================
base
==============================*/
*, *::before, *::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}

.site-body--intermission {
  background-color: #2b92e5;
}

/*==============================
container
==============================*/
.site-wrapper {
  min-width: 320px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

/*==============================
visually-hidden
==============================*/
.visually-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}

/*==============================
text
==============================*/
.main-text {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ababab;
  text-align: left;
  position: relative;
}

/*==============================
footer-support
==============================*/
.footer-support {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer-support__content {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

.footer-support__footer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

/*==============================
site-header
==============================*/
.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  background-color: #000000;
  position: relative;
  z-index: 500;
}
@media (min-width: 576px) {
  .site-header {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .site-header {
    width: 100%;
    /*
    border-radius: 0 0 300px 235px/0 0 235px 250px;
    */
    border-radius: 0 0 300px 200px;
    border-bottom: dotted 8px #ffffff;
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .site-header__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.site-header__col {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .site-header__col {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .site-header__col--min {
    flex-basis: 15%;
  }
}
@media (min-width: 768px) {
  .site-header__col--max {
    flex-basis: 70%;
  }
}

.site-header__opener {
  display: block;
  font-family: "lato", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  font-family: zhizn, "Times New Roman", Times, serif;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  position: relative;
}
.site-header__opener:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .site-header__opener:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .site-header__opener {
    text-align: left;
  }
}

.site-header__copyright {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-size: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  position: relative;
}
.site-header__copyright[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .site-header__copyright[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}
.site-header__copyright::after {
  content: "";
  display: block;
  box-sizing: border-box;
  content: "CC";
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 48% 42% 44% 43%;
  font-family: zhizn, "Times New Roman", Times, serif;
  font-size: 20px;
  position: absolute;
}

.site-header__name {
  display: block;
  padding: 10px 20px;
  font-family: zhizn, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #2b92e5;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-header__name[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .site-header__name[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}
.site-header__name::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 100%;
  border-left: 2px solid #2b92e5;
  border-top: 2px solid #2b92e5;
  border-bottom: 2px solid #2b92e5;
  border-radius: 5px 8px 6px 9px;
  position: absolute;
  left: 0;
  top: 0;
}
.site-header__name::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 100%;
  border-right: 2px solid #2b92e5;
  border-top: 2px solid #2b92e5;
  border-bottom: 2px solid #2b92e5;
  border-radius: 5px 8px 6px 9px;
  position: absolute;
  right: 0;
  top: 0;
}
.site-header__name--current {
  color: #ffffff;
}
.site-header__name--current::before {
  border-color: #ffffff;
}
.site-header__name--current::after {
  border-color: #ffffff;
}

.site-header__exit {
  display: block;
  margin: 10px;
  padding: 5px 10px;
  border: 1px solid #2b92e5;
  font-size: 12px;
  color: #2b92e5;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-header__exit:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .site-header__exit:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}
@media (min-width: 576px) {
  .site-header__exit {
    padding: 5px 15px 5px 10px;
    border-radius: 0 0 20px 0;
    position: absolute;
    left: -2px;
    top: -2px;
    margin: 0;
  }
}
/*==============================
site-footer
==============================*/
.site-footer {
  padding: 10px 0;
  background-color: #000000;
}
@media (min-width: 768px) {
  .site-footer {
    border-radius: 300px 200px 0 0;
    border-top: dotted 8px #ffffff;
    position: relative;
  }
}
@media (min-width: 768px) {
  .site-footer--add-nav {
    padding-bottom: 40px;
  }
}

.site-footer__col {
  flex-basis: 50%;
  width: 50%;
}
.site-footer__col .pages__link {
  display: inline-block;
}
.site-footer__col:first-child {
  text-align: right;
}
.site-footer__col:last-child {
  text-align: left;
}

/*==============================
main-nav
==============================*/
.main-nav {
  width: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: width;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
}
.main-nav:target {
  width: 100%;
  overflow-y: auto;
}
.main-nav:target .main-nav__closer {
  display: block;
  width: 80px;
  height: 100vh;
  font-size: 0;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 700;
}
.main-nav:target .main-nav__closer:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .main-nav:target .main-nav__closer:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}
.main-nav:target .main-nav__closer::after {
  content: "X";
  width: 80px;
  height: 40px;
  font-family: "lato", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  font-family: zhizn, "Times New Roman", Times, serif;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 0;
}

.main-nav__content {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
}
.main-nav__content::-webkit-scrollbar {
  display: none;
}

.main-nav__closer {
  display: none;
}

.main-nav__list {
  margin-right: 80px;
  background-color: #000000;
  text-align: center;
}
.main-nav__list--main {
  border-radius: 0 15px 20px 0/0 100px 100px 0;
  border-right: 5px dotted #444951;
}
.main-nav__list--ol {
  color: #444951;
  text-align: left;
}
.main-nav__list--ol .main-nav__item {
  border-width: 0;
}
.main-nav__list--sub {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0;
}
.main-nav__list--sub .main-nav__item {
  border-width: 0;
}
@media (min-width: 576px) {
  .main-nav__list {
    text-align: left;
  }
}

.main-nav__item {
  padding: 10px;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  border-bottom: dotted 4px #444951;
  position: relative;
}
@media (min-width: 576px) {
  .main-nav__item {
    padding: 10px 20px;
  }
}

.main-nav__link {
  display: inline-block;
  margin: 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  color: #2b92e5;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: border-color, color;
}
.main-nav__link[href]:hover, .main-nav__link[href]:active {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.main-nav__link--header {
  display: inline-block;
  font-family: zhizn, "Times New Roman", Times, serif;
  font-size: 20px;
}
.main-nav__link--header:not([href]) {
  color: #444951;
}
@media (min-width: 576px) {
  .main-nav__link--header {
    font-size: 30px;
  }
}
.main-nav__link--current {
  position: relative;
}
.main-nav__link--current:not([href]) {
  color: #ffffff;
}
@media (min-width: 576px) {
  .main-nav__link--current::before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 30px;
    border-left: 2px solid #444951;
    border-top: 2px solid #444951;
    border-bottom: 2px solid #444951;
    border-radius: 5px 8px 6px 9px;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -15px;
  }
}
@media (min-width: 576px) {
  .main-nav__link--current::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 30px;
    border-right: 2px solid #444951;
    border-top: 2px solid #444951;
    border-bottom: 2px solid #444951;
    border-radius: 5px 8px 6px 9px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -15px;
  }
}

/*==============================
pages
==============================*/
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.pages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pages__link {
  display: block;
  padding: 0 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  font-family: zhizn, "Times New Roman", Times, serif;
  color: #444951;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  position: relative;
}
.pages__link[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .pages__link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}
@media (min-width: 576px) {
  .pages__link::before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 16px;
    background-image: url("../img/sprite-pages.svg");
    position: absolute;
    top: 50%;
    margin-top: -8px;
  }
}
.pages__link[href] {
  color: #ffffff;
}
.pages__link--prev {
  text-align: left;
}
@media (min-width: 576px) {
  .pages__link--prev::before {
    background-position: center top -16px;
    left: 0;
  }
}
@media (min-width: 576px) {
  .pages__link--prev {
    padding-left: 40px;
  }
}
@media (min-width: 576px) {
  .pages__link--prev[href]::before {
    background-position: center top;
  }
}
.pages__link--next {
  text-align: right;
}
@media (min-width: 576px) {
  .pages__link--next::before {
    background-position: center top -48px;
    right: 0;
  }
}
@media (min-width: 576px) {
  .pages__link--next {
    padding-right: 40px;
  }
}
@media (min-width: 576px) {
  .pages__link--next[href]::before {
    background-position: center top -32px;
  }
}
.pages__link--stop::before {
  display: none;
}
.pages__link--stop::after {
  display: none;
}

/*==============================
site-main
==============================*/
.site-main p {
  font-family: "lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.site-main p a {
  color: #2b92e5;
  text-decoration: none;
  border-bottom: 1px solid #2b92e5;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-main p a[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .site-main p a[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .site-main {
    padding-top: 100px;
  }
}
.site-main--intermission {
  background-color: #2b92e5;
}

.site-main__img-wrapper {
  display: block;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-main__img-wrapper[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .site-main__img-wrapper[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}
.site-main__img-wrapper img {
  max-width: 100%;
  height: auto;
}

/*==============================
breadcrumbs
==============================*/
.breadcrumbs {
  position: relative;
  z-index: 1;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  padding: 10px;
}
.breadcrumbs__item::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-left-width: 10px;
  border-top-width: 6px;
  border-bottom-width: 3px;
  border-style: solid;
  border-left-color: #ababab;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-width: 0;
  border-radius: 2px;
  position: relative;
  left: 10px;
}
.breadcrumbs__item:first-child::after {
  border-top-width: 2px;
  border-bottom-width: 6px;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link--home {
  background-position: center top -30px;
}
.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  display: inline-block;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #ababab;
  transition-duration: 0.2s;
  transition-property: color;
}
.breadcrumbs__link[href]:hover, .breadcrumbs__link[href]:active {
  color: #2b92e5;
}
.breadcrumbs__link--home {
  display: inline-block;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 48% 42% 44% 43%;
  background-color: #ffffff;
  background-image: url("../img/sprite-breadcrumbs.svg");
  background-position: center top;
  vertical-align: middle;
}
.breadcrumbs__link--home[href]:hover, .breadcrumbs__link--home[href]:active {
  background-position: center top -60px;
}

/*==============================
flag-header
==============================*/
.flag-header {
  margin: 0;
  padding: 10px;
  text-align: center;
}
.flag-header span {
  display: inline-block;
  padding: 10px;
  background-color: #000000;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  font-family: zhizn, "Times New Roman", Times, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 576px) {
  .flag-header span::before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 70px;
    height: 60px;
    background-image: url("../img/sprite-flag-header.svg");
    background-position: center top;
    position: absolute;
    left: -72px;
    bottom: 0;
  }
}
@media (min-width: 576px) {
  .flag-header span::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 70px;
    height: 60px;
    background-image: url("../img/sprite-flag-header.svg");
    background-position: center top -60px;
    position: absolute;
    right: -72px;
    bottom: 2px;
  }
}
@media (min-width: 576px) {
  .flag-header span {
    padding: 10px 50px;
    font-size: 50px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .flag-header span {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .flag-header span {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .flag-header span {
    font-size: 70px;
  }
}
.flag-header em {
  display: block;
  font-size: 20px;
  font-style: normal;
  text-transform: lowercase;
}
.flag-header b {
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 576px) {
  .flag-header {
    position: relative;
    z-index: 1;
  }
}

/*==============================
main-header
==============================*/
.main-header {
  margin: 0;
  padding: 10px;
  font-family: zhizn, "Times New Roman", Times, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 576px) {
  .main-header {
    font-size: 50px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .main-header {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .main-header {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .main-header {
    font-size: 70px;
  }
}
.main-header--name {
  font-size: 25px;
}
@media (min-width: 576px) {
  .main-header--name {
    font-size: 30px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .main-header--name {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .main-header--name {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .main-header--name {
    font-size: 45px;
  }
}

/*==============================
animation
==============================*/
.animation {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.animation__content--cow {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .animation__content--cow::before {
    content: "";
    display: block;
    box-sizing: border-box;
    background-image: url("../img/sprite-cow.svg");
    width: 300px;
    height: 200px;
    -webkit-animation-name: fly, cow;
            animation-name: fly, cow;
    -webkit-animation-duration: 30s, 1.2s;
            animation-duration: 30s, 1.2s;
    -webkit-animation-timing-function: ease-in, linear;
            animation-timing-function: ease-in, linear;
    -webkit-animation-iteration-count: infinite, infinite;
            animation-iteration-count: infinite, infinite;
    position: absolute;
  }
}
@media (min-width: 576px) {
  .animation__content--bottom::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 576px) {
  .animation__content--bottom {
    padding-bottom: 200px;
    position: relative;
  }
}
@media (min-width: 576px) {
  .animation__content--big-bottom::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50vh;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 576px) {
  .animation__content--big-bottom {
    padding-bottom: 50vh;
    position: relative;
  }
}
@media (min-width: 576px) {
  .animation__content--rake::after {
    background-image: url("../img/sprite-rake.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-animation-name: rake;
            animation-name: rake;
    -webkit-animation-duration: 9.5s;
            animation-duration: 9.5s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
  }
}
@media (min-width: 576px) {
  .animation__content--piano::after {
    background-image: url("../img/sprite-piano.svg");
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-animation-name: piano;
            animation-name: piano;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
.animation__content--cover {
  background-color: #1d109a;
  background-image: url("../img/mks.svg");
  background-repeat: no-repeat;
  background-position: center bottom 20px;
}
@media (min-width: 576px) {
  .animation__content--cover::before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    background-image: url("../img/mks.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation-name: mks;
            animation-name: mks;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    transform-origin: 50% 0;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
  }
}
@media (min-width: 576px) {
  .animation__content--cover {
    background-image: url("../img/village.svg"), url("../img/town.svg"), url("../img/bell-tower.svg"), url("../img/teza.svg");
    background-repeat: repeat-x, repeat-x, no-repeat, repeat-x;
    background-size: auto;
    -webkit-animation-name: cover;
            animation-name: cover;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
@media (min-width: 576px) {
  .animation__content--town::after {
    background-image: url("../img/village.svg"), url("../img/town.svg"), url("../img/bell-tower.svg");
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-size: auto, auto, contain;
    background-position: bottom;
  }
}

@-webkit-keyframes fly {
  0% {
    top: 180px;
    left: 100%;
  }
  40% {
    top: -50px;
    left: -300px;
  }
  49.999% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(-1);
    top: 180px;
    left: -300px;
  }
  80% {
    top: -50px;
    left: 100%;
  }
  99.999% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(1);
    top: -50px;
    left: 100%;
  }
}

@keyframes fly {
  0% {
    top: 180px;
    left: 100%;
  }
  40% {
    top: -50px;
    left: -300px;
  }
  49.999% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(-1);
    top: 180px;
    left: -300px;
  }
  80% {
    top: -50px;
    left: 100%;
  }
  99.999% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(1);
    top: -50px;
    left: 100%;
  }
}
@-webkit-keyframes cow {
  0% {
    background-position: center top;
  }
  24.999% {
    background-position: center top;
  }
  25% {
    background-position: center -200px;
  }
  49.999% {
    background-position: center -200px;
  }
  50% {
    background-position: center -400px;
  }
  74.999% {
    background-position: center -400px;
  }
  75% {
    background-position: center -600px;
  }
  99.999% {
    background-position: center -600px;
  }
}
@keyframes cow {
  0% {
    background-position: center top;
  }
  24.999% {
    background-position: center top;
  }
  25% {
    background-position: center -200px;
  }
  49.999% {
    background-position: center -200px;
  }
  50% {
    background-position: center -400px;
  }
  74.999% {
    background-position: center -400px;
  }
  75% {
    background-position: center -600px;
  }
  99.999% {
    background-position: center -600px;
  }
}
@-webkit-keyframes cover {
  0% {
    background-color: #ffffff;
    background-position: bottom left -500px, bottom left -250px, bottom left 50px, bottom left 100px;
  }
  50% {
    background-color: #1d109a;
    background-position: bottom right -500px, bottom right -250px, bottom right 50px, bottom right 100px;
  }
  100% {
    background-color: #ffffff;
    background-position: bottom left -500px, bottom left -250px, bottom left 50px, bottom left 100px;
  }
}
@keyframes cover {
  0% {
    background-color: #ffffff;
    background-position: bottom left -500px, bottom left -250px, bottom left 50px, bottom left 100px;
  }
  50% {
    background-color: #1d109a;
    background-position: bottom right -500px, bottom right -250px, bottom right 50px, bottom right 100px;
  }
  100% {
    background-color: #ffffff;
    background-position: bottom left -500px, bottom left -250px, bottom left 50px, bottom left 100px;
  }
}
@-webkit-keyframes mks {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
@keyframes mks {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
@-webkit-keyframes piano {
  0% {
    background-position: center -200px;
  }
  24.999% {
    background-position: center -200px;
  }
  25% {
    background-position: center top;
  }
  49.999% {
    background-position: center top;
  }
  50% {
    background-position: center -200px;
  }
  74.999% {
    background-position: center -200px;
  }
  75% {
    background-position: center -400px;
  }
  99.999% {
    background-position: center -400px;
  }
}
@keyframes piano {
  0% {
    background-position: center -200px;
  }
  24.999% {
    background-position: center -200px;
  }
  25% {
    background-position: center top;
  }
  49.999% {
    background-position: center top;
  }
  50% {
    background-position: center -200px;
  }
  74.999% {
    background-position: center -200px;
  }
  75% {
    background-position: center -400px;
  }
  99.999% {
    background-position: center -400px;
  }
}
@-webkit-keyframes rake {
  0% {
    background-image: none;
  }
  73.999% {
    background-image: none;
  }
  74% {
    background-image: url("../img/sprite-rake.svg");
    background-position: center top;
  }
  79.199% {
    background-position: center top;
  }
  79.2% {
    background-position: center -200px;
  }
  84.399% {
    background-position: center -200px;
  }
  84.4% {
    background-position: center -400px;
  }
  89.599% {
    background-position: center -400px;
  }
  89.6% {
    background-position: center -600px;
  }
  94.799% {
    background-position: center -600px;
  }
  94.8% {
    background-position: center -800px;
  }
  99.999% {
    background-position: center -800px;
  }
}
@keyframes rake {
  0% {
    background-image: none;
  }
  73.999% {
    background-image: none;
  }
  74% {
    background-image: url("../img/sprite-rake.svg");
    background-position: center top;
  }
  79.199% {
    background-position: center top;
  }
  79.2% {
    background-position: center -200px;
  }
  84.399% {
    background-position: center -200px;
  }
  84.4% {
    background-position: center -400px;
  }
  89.599% {
    background-position: center -400px;
  }
  89.6% {
    background-position: center -600px;
  }
  94.799% {
    background-position: center -600px;
  }
  94.8% {
    background-position: center -800px;
  }
  99.999% {
    background-position: center -800px;
  }
}
/*==============================
scene
==============================*/
.scene input {
  display: none;
}
.scene #scene-day:checked ~ .scene__btn-block .scene__btn[for*=scene-day] {
  border-color: #000000;
  cursor: default;
}
.scene #scene-day:checked ~ .scene__btn-block .scene__btn[for*=scene-day]:active, .scene #scene-day:checked ~ .scene__btn-block .scene__btn[for*=scene-day][href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .scene #scene-day:checked ~ .scene__btn-block .scene__btn[for*=scene-day]:hover, .scene #scene-day:checked ~ .scene__btn-block .scene__btn[for*=scene-day][href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.scene #scene-day:checked ~ .scene__body .scene__part--left::before {
  background-color: #2b92e5;
  background-image: url("../img/pigeons.svg");
}
.scene #scene-day:checked ~ .scene__body .scene__part--right::before {
  background-color: #2b92e5;
  background-image: url("../img/pigeons.svg");
}
.scene #scene-night:checked ~ .scene__btn-block .scene__btn[for*=scene-night] {
  border-color: #000000;
  cursor: default;
}
.scene #scene-night:checked ~ .scene__btn-block .scene__btn[for*=scene-night]:active, .scene #scene-night:checked ~ .scene__btn-block .scene__btn[for*=scene-night][href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .scene #scene-night:checked ~ .scene__btn-block .scene__btn[for*=scene-night]:hover, .scene #scene-night:checked ~ .scene__btn-block .scene__btn[for*=scene-night][href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.scene #scene-night:checked ~ .scene__body .scene__part--left::before {
  background-color: #1d109a;
  background-image: url("../img/stars.svg");
}
.scene #scene-night:checked ~ .scene__body .scene__part--right::before {
  background-color: #1d109a;
  background-image: url("../img/stars.svg");
}
.scene #scene-left-day:checked ~ .scene__btn-block .scene__btn[for*=scene-left-day] {
  border-color: #000000;
  cursor: default;
}
.scene #scene-left-day:checked ~ .scene__btn-block .scene__btn[for*=scene-left-day]:active, .scene #scene-left-day:checked ~ .scene__btn-block .scene__btn[for*=scene-left-day][href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .scene #scene-left-day:checked ~ .scene__btn-block .scene__btn[for*=scene-left-day]:hover, .scene #scene-left-day:checked ~ .scene__btn-block .scene__btn[for*=scene-left-day][href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.scene #scene-left-day:checked ~ .scene__body .scene__part--left::before {
  background-color: #2b92e5;
  background-image: url("../img/pigeons.svg");
}
.scene #scene-left-day:checked ~ .scene__body .scene__part--right::after {
  background-color: #2b92e5;
  background-image: url("../img/pigeons.svg");
}
.scene #scene-left-night:checked ~ .scene__btn-block .scene__btn[for*=scene-left-night] {
  border-color: #000000;
  cursor: default;
}
.scene #scene-left-night:checked ~ .scene__btn-block .scene__btn[for*=scene-left-night]:active, .scene #scene-left-night:checked ~ .scene__btn-block .scene__btn[for*=scene-left-night][href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .scene #scene-left-night:checked ~ .scene__btn-block .scene__btn[for*=scene-left-night]:hover, .scene #scene-left-night:checked ~ .scene__btn-block .scene__btn[for*=scene-left-night][href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.scene #scene-left-night:checked ~ .scene__body .scene__part--left::before {
  background-color: #1d109a;
  background-image: url("../img/stars.svg");
}
.scene #scene-left-night:checked ~ .scene__body .scene__part--right::after {
  background-color: #1d109a;
  background-image: url("../img/stars.svg");
}
.scene #scene-right-day:checked ~ .scene__btn-block .scene__btn[for*=scene-right-day] {
  border-color: #000000;
  cursor: default;
}
.scene #scene-right-day:checked ~ .scene__btn-block .scene__btn[for*=scene-right-day]:active, .scene #scene-right-day:checked ~ .scene__btn-block .scene__btn[for*=scene-right-day][href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .scene #scene-right-day:checked ~ .scene__btn-block .scene__btn[for*=scene-right-day]:hover, .scene #scene-right-day:checked ~ .scene__btn-block .scene__btn[for*=scene-right-day][href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.scene #scene-right-day:checked ~ .scene__body .scene__part--left::after {
  background-color: #2b92e5;
  background-image: url("../img/pigeons.svg");
}
.scene #scene-right-day:checked ~ .scene__body .scene__part--right::before {
  background-color: #2b92e5;
  background-image: url("../img/pigeons.svg");
}
.scene #scene-right-night:checked ~ .scene__btn-block .scene__btn[for*=scene-right-night] {
  border-color: #000000;
  cursor: default;
}
.scene #scene-right-night:checked ~ .scene__btn-block .scene__btn[for*=scene-right-night]:active, .scene #scene-right-night:checked ~ .scene__btn-block .scene__btn[for*=scene-right-night][href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .scene #scene-right-night:checked ~ .scene__btn-block .scene__btn[for*=scene-right-night]:hover, .scene #scene-right-night:checked ~ .scene__btn-block .scene__btn[for*=scene-right-night][href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.scene #scene-right-night:checked ~ .scene__body .scene__part--left::after {
  background-color: #1d109a;
  background-image: url("../img/stars.svg");
}
.scene #scene-right-night:checked ~ .scene__body .scene__part--right::before {
  background-color: #1d109a;
  background-image: url("../img/stars.svg");
}
@media (min-width: 576px) {
  .scene {
    padding: 20px 0;
  }
}
.scene--how .scene__part::before, .scene--how .scene__part::after {
  width: 0;
  background-color: #ffffff;
  -webkit-animation-name: scene-how-bg;
          animation-name: scene-how-bg;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.scene--how .scene__part--left::before, .scene--how .scene__part--left::after {
  left: 0;
}
.scene--how .scene__part--left::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scene--how .scene__part--left::after {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scene--how .scene__part--right::before, .scene--how .scene__part--right::after {
  left: auto;
  right: 0;
}
.scene--how .scene__part--right::before {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scene--how .scene__part--right::after {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.scene__btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.scene__btn-item {
  padding: 10px;
}

.scene__btn {
  display: block;
  padding: 10px;
  border: 4px dotted #2b92e5;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  text-transform: lowercase;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.scene__btn:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .scene__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}

.scene__body {
  display: flex;
  padding: 5px;
  background-color: #000000;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .scene__body {
    padding: 10px;
  }
}

.scene__part {
  flex-basis: 50%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: relative;
}
.scene__part::before, .scene__part::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: 400px;
  transition-duration: 0.3s;
  transition-property: width, background-color;
  position: absolute;
  top: 0;
  left: 0;
}
.scene__part img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  position: relative;
}
.scene__part--left::before, .scene__part--left::after {
  background-position: top right;
}
.scene__part--right::before {
  background-position: top left;
}

@-webkit-keyframes scene-how-bg {
  0% {
    width: 0;
  }
  13% {
    width: 100%;
  }
  25% {
    width: 0;
  }
}

@keyframes scene-how-bg {
  0% {
    width: 0;
  }
  13% {
    width: 100%;
  }
  25% {
    width: 0;
  }
}
/*==============================
characters
==============================*/
.characters {
  padding: 10px 0;
}
.characters p {
  margin-top: 0;
}

.characters__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .characters__item {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.characters__main {
  padding: 10px 0;
}
@media (min-width: 576px) {
  .characters__main {
    display: flex;
    align-items: center;
  }
}

.characters__img-wrapper {
  display: flex;
  width: 260px;
  height: 260px;
  margin: 0 auto 20px;
  border-radius: 48% 42% 44% 43%;
  border: 2px solid #000000;
  overflow: hidden;
}
.characters__img-wrapper img {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 576px) {
  .characters__img-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .characters__content {
    flex-grow: 1;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .characters__stuff .stuff__item {
    flex-basis: 50%;
    width: 50%;
  }
}

.characters__title {
  margin: 0;
  padding: 10px 0;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  font-family: zhizn, "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 576px) {
  .characters__title {
    text-align: left;
  }
}

.characters__nav {
  display: none;
}
@media (min-width: 768px) {
  .characters__nav {
    display: block;
    width: 100%;
    padding-top: 30px;
    background-color: #000000;
    border-radius: 35px 35px 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
  }
}

@media (min-width: 768px) {
  .characters__nav-opener {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #2b92e5;
    border-radius: 20px 20px 0 0;
    font-family: "lato", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    transition-duration: 0.2s;
    transition-property: opacity;
    position: absolute;
    top: 0;
    left: 0;
  }
  .characters__nav-opener:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .characters__nav-opener:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}

.characters__nav-closer {
  display: none;
}

@media (min-width: 768px) {
  .characters__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 0;
  }
}
@media (min-width: 768px) {
  .characters__nav-list:target {
    max-height: 70vh;
    padding: 5px 0;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .characters__nav-list:target ~ .characters__nav-closer {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #2b92e5;
    border-radius: 48% 42% 44% 43%;
    font-size: 0;
    transition-duration: 0.2s;
    transition-property: opacity;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -25px;
  }
  .characters__nav-list:target ~ .characters__nav-closer:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .characters__nav-list:target ~ .characters__nav-closer:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .characters__nav-list:target ~ .characters__nav-closer::after {
    content: "X";
    width: 50px;
    height: 50px;
    font-family: "lato", Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    text-transform: none;
    font-family: zhizn, "Times New Roman", Times, serif;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .characters__nav-list:target ~ .characters__nav-opener {
    cursor: default;
  }
  .characters__nav-list:target ~ .characters__nav-opener:active, .characters__nav-list:target ~ .characters__nav-opener[href]:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .characters__nav-list:target ~ .characters__nav-opener:hover, .characters__nav-list:target ~ .characters__nav-opener[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}

@media (min-width: 768px) {
  .characters__nav-item {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .characters__nav-link {
    display: block;
    padding: 5px;
    border: 1px solid #444951;
    font-family: "lato", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: opacity;
  }
  .characters__nav-link[href]:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .characters__nav-link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}

.characters__member-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.characters__member-item {
  padding: 0 15px 5px 0;
}

.characters__member-link {
  font-size: 14px;
  color: #2b92e5;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.characters__member-link[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .characters__member-link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}

/*==============================
flag
==============================*/
.flag {
  position: relative;
}

.flag__one {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: -100px;
}

/*==============================
tags
==============================*/
.tags__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.tags__item {
  padding: 0 10px 10px 0;
}

.tags__link {
  display: block;
  padding: 10px;
  border: 2px dotted #2b92e5;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  text-decoration: none;
  text-transform: lowercase;
  color: #2b92e5;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.tags__link[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.7;
}
@media (min-width: 768px) {
  .tags__link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
  }
}

/*==============================
modal
==============================*/
.modal {
  display: none;
}
.modal:target {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal:target .modal__max-closer {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.modal:target .modal__block {
  width: 90%;
  padding: 10px;
  background: #ffffff;
  border: 2px dotted #000000;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  position: relative;
}
@media (min-width: 576px) {
  .modal:target .modal__block {
    width: 80%;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .modal:target .modal__block {
    width: 70%;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .modal:target .modal__block {
    width: 60%;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .modal:target .modal__block {
    width: 50%;
    padding: 50px;
  }
}
.modal:target .modal__content {
  max-height: 70vh;
  overflow-y: auto;
}
.modal:target .modal__closer {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
  position: absolute;
  top: -40px;
  right: 0;
}
.modal:target .modal__closer::before {
  content: "X";
  width: 100%;
  height: 40px;
  font-family: "lato", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  font-family: zhizn, "Times New Roman", Times, serif;
  color: #000000;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.modal:target .modal__closer:hover, .modal:target .modal__closer:active {
  opacity: 0.6;
  cursor: pointer;
}

/*==============================
action
==============================*/
.action {
  padding-bottom: 20px;
}

.action__bg {
  margin: 0;
}
.action__bg em {
  display: block;
  margin: 25px 0;
  font-size: 15px;
  font-weight: 300;
  color: #444951;
  font-style: normal;
}
@media (min-width: 576px) {
  .action__bg {
    padding-left: 160px;
  }
}
.action__bg:nth-child(2) em {
  margin-top: 10px;
}

.action__mention {
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .action__say .action__bg {
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .action__say {
    padding-left: 160px;
    position: relative;
  }
}
.action__say--unique {
  padding-bottom: 60px;
}

.action__person {
  margin: 0;
}
@media (min-width: 576px) {
  .action__person {
    width: 120px;
    position: absolute;
    left: 10px;
    top: -5px;
  }
}

.action__img-wrapper {
  display: flex;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 48% 42% 44% 43%;
  border: 2px solid #000000;
  overflow: hidden;
}
.action__img-wrapper img {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 576px) {
  .action__img-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 0;
  }
}

.action__name {
  display: block;
  padding-top: 5px;
  font-family: zhizn, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 576px) {
  .action__name {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .action__bubble {
    padding: 30px 20px;
    background-color: #eeeeee;
    border-radius: 5% 10% 25% 10%/15% 30% 30% 27%;
    position: relative;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .action__bubble {
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .action__bubble:first-of-type::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 30px solid #eeeeee;
    border-bottom: 20px solid transparent;
    border-left-width: 0;
    position: absolute;
    left: -20px;
    top: 30px;
  }
}

.action__info {
  display: none;
}
@media (min-width: 768px) {
  .action__info {
    display: block;
    width: 100%;
    padding-top: 30px;
    border-radius: 35px 35px 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
  }
}

@media (min-width: 768px) {
  .action__info-text {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #444951;
    border-radius: 20px 20px 0 0;
    font-family: "lato", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*==============================
karaoke
==============================*/
.karaoke {
  padding-bottom: 20px;
}
.karaoke .site-wrapper {
  padding: 0;
}
.karaoke--night .karaoke__body {
  background-color: #21209a;
}
@media (min-width: 768px) {
  .karaoke--night .karaoke__body {
    background-image: url(../img/stars.svg);
  }
}
.karaoke--night .karaoke__headline {
  background-color: #21209a;
}
.karaoke--night .karaoke__video-wrapper {
  border-color: #867bec;
}
.karaoke--night .karaoke__toggle span {
  color: #21209a;
}
.karaoke--night .karaoke__toggle span::after {
  background-color: #21209a;
}
.karaoke--night .karaoke__video {
  background-image: url("../media/warning-night.png");
}
.karaoke--left .karaoke__header::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  margin: 10px auto;
  border-radius: 48% 42% 44% 43%;
  background-image: url("../img/bell-tower-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #ffffff;
}
.karaoke--right .karaoke__header::after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  margin: 10px auto;
  border-radius: 48% 42% 44% 43%;
  background-image: url("../img/bell-tower.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #ffffff;
}

.karaoke__body {
  min-height: 300px;
  padding-bottom: 40px;
  background-color: #2b92e5;
}
@media (min-width: 768px) {
  .karaoke__body {
    background-image: url(../img/pigeons.svg);
    background-size: 400px;
  }
}

.karaoke__headline {
  padding: 10px;
  background-color: #2b92e5;
}

.karaoke__header {
  margin: 0;
  padding: 10px;
  font-family: zhizn, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .karaoke__header {
    font-size: 30px;
  }
}

.karaoke__video-wrapper {
  border: 5px solid #ffffff;
}
@media (min-width: 768px) {
  .karaoke__video-wrapper {
    border-radius: 10% 25% 30% 15%/5% 10% 15% 10%;
    overflow: hidden;
  }
}

.karaoke__video {
  display: block;
  margin: 0;
  width: 100%;
  background-image: url("../media/warning-day.png");
  box-shadow: none;
}

.karaoke__text {
  padding: 20px 10px 10px;
}

.karaoke__toggle-input {
  display: none;
}
.karaoke__toggle-input:checked ~ .karaoke__lyrics {
  height: auto;
  padding: 10px;
}
@media (min-width: 768px) {
  .karaoke__toggle-input:checked ~ .karaoke__lyrics {
    padding: 20px;
  }
}
.karaoke__toggle-input:checked ~ .karaoke__toggle span::after {
  background-position: center bottom;
}
.karaoke__toggle-input:checked ~ .karaoke__lyrics .karaoke__toggle span::after {
  background-position: center bottom;
}

.karaoke__toggle {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.karaoke__toggle span {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 20% 14% 0 0;
  font-family: zhizn, "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #2b92e5;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: color;
}
.karaoke__toggle span::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -5px;
  margin-left: 20px;
  background-color: #2b92e5;
  border-radius: 50%;
  background-image: url("../img/sprite-more.svg");
  background-position: center top;
  transition-duration: 0.3s;
  transition-property: background-color;
}
@media (min-width: 768px) {
  .karaoke__toggle span {
    padding: 20px 20px 10px;
    border-radius: 45% 22% 0 0;
  }
}
.karaoke__toggle:hover span {
  color: #000000;
}
.karaoke__toggle:hover span::after {
  background-color: #000000;
}

.karaoke__lyrics {
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0 0 4% 5%/0 0 2% 4%;
  border-top: 5px solid #ffffff;
}
@media (min-width: 768px) {
  .karaoke__lyrics {
    border-radius: 0 0 30% 5%/0 0 15% 10%;
  }
}

.karaoke__chorus {
  padding-left: 10px;
  border-left: 2px solid #eeeeee;
}
@media (min-width: 768px) {
  .karaoke__chorus {
    margin-left: 20px;
    padding-left: 20px;
  }
}

.karaoke__name {
  display: block;
  color: #ababab;
}

.karaoke__bg {
  margin: 0;
}
.karaoke__bg em {
  display: block;
  margin: 25px 0;
  font-size: 15px;
  font-weight: 300;
  color: #444951;
  font-style: normal;
}

.karaoke__comment {
  color: #ababab;
  font-style: normal;
}