/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */
  @font-face {
  font-family: 'Times New Roman';
  font-display: swap;
  src: url("../fonts/Times-New-Roman.woff") format("woff"), url("../fonts/Times-New-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Times New Roman';
  font-display: swap;
  src: url("../fonts/Times-New-Roman-Bold.woff") format("woff"), url("../fonts/Times-New-Roman-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
  
* {
  font-family: 'Times New Roman', Times, serif;
}
/**
 * 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.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

CSSResult
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button {
  border: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.gallery {
  height: 100vh;
  min-height: 920px;
  padding: 30px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
}

.gallery .slick-arrow {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  background-color: transparent;
  padding: 0;
  font-size: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  overflow: hidden;
}

.gallery .slick-arrow.slick-prev {
  left: 0;
}

.gallery .slick-arrow.slick-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  margin-left: -4px;
  margin-top: -8px;
  border-top: solid 4px #bbdada;
  border-left: solid 4px #bbdada;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gallery .slick-arrow.slick-next {
  right: 0;
}

.gallery .slick-arrow.slick-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  margin-left: -9px;
  margin-top: -8px;
  border-right: solid 4px #bbdada;
  border-bottom: solid 4px #bbdada;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  overflow: visible;
}

.gallery .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.gallery .slick-slide {
  margin: 0 20px;
  height: 390px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery .slick-slide div {
  padding: 0;
  margin: 0;
}

.gallery .gallery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
}

.gallery .gallery-slider li {
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: 7px 4px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow .3s linear;
  transition: -webkit-box-shadow .3s linear;
  -o-transition: box-shadow .3s linear;
  transition: box-shadow .3s linear;
  transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
}

.gallery .gallery-slider li a img {
  height: 390px;
  width: auto;
}

.mfp-gallery .mfp-container {
  max-width: 1000px;
  height: auto;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 50px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-preloader {
  display: none;
}

.mfp-close {
  display: none;
}

.mfp-counter {
  display: none;
}

.mfp-arrow {
  display: none;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90vh !important;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  display: none;
}

.mfp-title {
  display: none;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

* {
  font-size: 16px;
  line-height: 130%;
  color: black;
}

html,
body {
  height: 100%;
  background: white;
  color: #222222;
  scroll-behavior: smooth;
}

a,
button,
a *,
button * {
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.wrapper {
  min-height: 100%;
  max-width: 1540px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.section-top {
  padding-top: 290px !important;
}

.container {
  width: 100%;
  max-width: 1540px;
  padding: 0 100px 0 190px;
  margin: 0 auto;
}

.title_main {
  font-size: 28px;
  margin: 0 0 50px 0;
  padding: 0;
}

.title_chapter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background: rgba(29, 29, 29, 0.5);
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  height: auto;
  overflow: hidden;
}

.logo img {
  width: 100%;
  height: auto;
}

.page {
  padding: 0 0 200px 0;
  min-height: 100%;
}

.sidebar {
  background: white;
  height: 100%;
  width: calc(50vw - 770px);
  padding: 30px 25px 30px 55px;
  position: fixed;
  left: -5px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-shadow: 3px 2px 15px 0px rgba(207, 187, 184, 0.2);
          box-shadow: 3px 2px 15px 0px rgba(207, 187, 184, 0.2);
  overflow: auto;
  z-index: 10;
}

.menu {
  width: 60px;
  margin: 0 0 30px 0;
  padding: 0;
}

.menu__list {
  display: block;
}

.menu__li {
  margin: 9px 0 9px 0;
}

.menu__link {
  font-size: 14px;
  color: grey;
  padding: 5px;
  margin: 1px 0;
}

.menu__link:visited {
  color: grey;
}

.menu__link:active {
  color: purple;
}

.menu__link.active {
  text-shadow: 0px 0px 1px rgb(88, 88, 88);
}
.menu__link.parent {
  text-shadow: 0px 0px 1px rgb(88, 88, 88);
}

.row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column {
  margin: 0 5% 0 5%;
}

.parts {
  padding: 30px 0 50px 0;
}

.parts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.parts__item {
  width: 33.333%;
  margin: 0 0 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.parts__title {
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 0;
  z-index: -2;
}

.parts__link {
  width: 85%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.parts__link img,
.parts__link video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes comics-1 {
  0% {
    background: url("../img/comics/comics-menu/delakur-v1.jpg") 0 0/cover no-repeat;
  }

  50% {
    background: url("../img/comics/comics-menu/delakur-v1-2.jpg") 0 0/cover no-repeat;
  }

  100% {
    background: url("../img/comics/comics-menu/delakur-v1-3.jpg") 0 0/cover no-repeat;
  }
}

@keyframes comics-1 {
  0% {
    background: url("../img/comics/comics-menu/delakur-v1.jpg") 0 0/cover no-repeat;
  }

  50% {
    background: url("../img/comics/comics-menu/delakur-v1-2.jpg") 0 0/cover no-repeat;
  }

  100% {
    background: url("../img/comics/comics-menu/delakur-v1-3.jpg") 0 0/cover no-repeat;
  }
}

.about {
  padding: 30px 0 50px 0;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__row {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__column {
  margin: 0 5% 10% 0;
}

.portrait {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.portrait img {
  width: 100%;
  height: auto;
}

.pics-gallery,
.comics-gallery,
.zines-gallery,
.gif-gallery {
  padding: 30px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pics-gallery li,
.comics-gallery li,
.zines-gallery li,
.gif-gallery li {
  width: 25%;
  margin: 0 0 3.75% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pics-gallery li a,
.comics-gallery li a,
.zines-gallery li a {
  width: 85%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.gif-gallery li a {
  width: 65%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.pics-gallery li a img,
.comics-gallery li a img,
.zines-gallery li a img,
.gif-gallery li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.comics-gallery li,
.zines-gallery li {
  margin: 0 0 10% 0;
}

.footer {
  background: white;
  padding: 30px 0;
  text-align: right;
  -webkit-box-shadow: 3px 2px 24px 0px rgba(151, 131, 128, 0.2);
          box-shadow: 3px 2px 24px 0px rgba(151, 131, 128, 0.2);
  z-index: 5;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.iconbar {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iconbar__icon {
  width: 60px;
  margin: 0 20px 0 0;
}

.iconbar__link {
  width: 100%;
  padding: 5px;
  margin: 0;
  overflow: hidden;
  outline: none;
}

.iconbar__link img {
  width: 100%;
  height: auto;
}

.copyrights__artist {
  font-size: 12px !important;
  margin: 0 0 5px 0;
  padding: 0;
}

.copyrights__coder {
  font-size: 12px !important;
  margin: 0 0 5px 0;
  padding: 0;
}

.copyrights__year {
  font-size: 12px !important;
  margin: 0;
  padding: 0;
}

.copyrights__link {
  font-size: 16px !important;
  color: grey;
}

.copyrights__link:active {
  color: orangered;
}

.order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order__form iframe {
  width: 650px;
}

@media (max-width: 700px) {
  .order__form iframe {
    width: 100%;
  }
  .gallery .slick-arrow.slick-prev::before {
    margin-left: -19px;
  }
  .gallery .slick-arrow.slick-next::before {
    margin-left: -3px;
  }
}

@media (max-width: 1900px) {
  .sidebar {
    width: auto;
  }
}

@media (max-width: 1600px) {
  .gallery {
    min-height: 620px;
    padding: 30px 0 50px 0;
  }

  .gallery .slick-slide {
    height: 300px;
  }

  .gallery .gallery-slider li a img {
    height: 300px;
    width: auto;
  }

  .section-top {
    padding-top: 230px !important;
  }

  .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }

  .about {
    padding: 220px 0 50px 0;
  }

  .pics-gallery,
  .comics-gallery,
  .zines-gallery {
    padding: 30px 0 50px 0;
  }
}

@media (max-width: 1200px) {
  .title_chapter {
    font-size: 20px;
  }
}

@media (max-width: 1099px) {
  .pics-gallery li,
  .comics-gallery li,
  .zines-gallery li,
  .gif-gallery li {
    width: 33.33%;
  }
}

@media (max-width: 1000px) {
  .container {
    padding: 0 50px 0 130px;
  }

  .sidebar {
    padding: 30px 15px 30px 25px;
  }

  .parts__item {
    width: 50%;
    margin: 0 0 7% 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 30px 0 120px;
  }
}

@media (max-width: 720px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .iconbar {
    margin: 0 0 20px 0;
  }

  .iconbar__icon {
    width: 40px;
  }
}

@media (max-width: 705px) {
  .pics-gallery li,
  .comics-gallery li,
  .zines-gallery li,
  .gif-gallery li {
    width: 50%;
  }

  .pics-gallery li a,
  .comics-gallery li a,
  .zines-gallery li a {
    width: 90%;
  }
}

.gif-gallery li a {
  width: 70%;
}

@media (max-width: 450px) {
  .container {
    padding: 0 30px 0 30px;
  }

  .sidebar {
    display: none;
  }

  .parts__item {
    width: 100%;
    margin: 0 0 10% 0;
  }
}

@media (max-width: 420px) {
  .iconbar__icon {
    width: 35px;
    margin: 0 10px 0 0;
  }

  .copyrights__artist {
    font-size: 10px !important;
  }

  .copyrights__coder {
    font-size: 10px !important;
  }

  .copyrights__year {
    font-size: 10px !important;
  }

  .copyrights__link {
    font-size: 14px !important;
  }
}

@media (max-width: 350px) {
  .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }
}

@media (hover: none), (pointer: coarse) {
  .title_chapter {
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.8);
    color: rgba(70, 70, 70, 0.9);
  }

  .parts__title {
    opacity: 1;
    z-index: 2;
  }

  .gallery .slick-arrow {
    opacity: 0.6;
  }
}

@media (max-height: 400px) {
  .sidebar {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (hover: hover), (pointer: fine) {
  .menu__link:hover {
    color: purple;
  }

.gallery .slick-arrow:hover {
  opacity: 1;
}


.gallery .gallery-slider:hover .slick-arrow {
  opacity: .5 !important;
}

.gallery .gallery-slider li:hover {
  -webkit-box-shadow: 7px 4px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 7px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

  .pics-gallery li a:hover img,
  .comics-gallery li a:hover img,
  .zines-gallery li a:hover img,
  .gif-gallery li a:hover img {
    width: 110%;
  }
  .parts__link:hover img {
    width: 110%;
  }
  
  .parts__link:hover .parts__title {
    opacity: 1;
    z-index: 2;
  }
  
  .comics__link:hover .comics__title {
    opacity: 0;
    z-index: -1;
  }

  .pics-gallery li a:hover img,
  .comics-gallery li a:hover img,
  .zines-gallery li a:hover img,
  .gif-gallery li a:hover img {
    width: 110%;
  }

  .iconbar__link:hover img,
  .iconbar__link:active img {
    -webkit-transform: rotate(10deg) scale(1.1);
        -ms-transform: rotate(10deg) scale(1.1);
            transform: rotate(10deg) scale(1.1);
  }

.copyrights__link:hover {
  color: orangered;
}
}