/*! 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.
 */

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 {
  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.
 */

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 {
  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;
}

@font-face {
  font-family: 'Verdana';
  src: url("../fonts/Verdana/Verdana-Bold.eot");
  src: url("../fonts/Verdana/Verdana-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-Bold.woff2") format("woff2"), url("../fonts/Verdana/Verdana-Bold.woff") format("woff"), url("../fonts/Verdana/Verdana-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url("../fonts/Verdana/Verdana.eot");
  src: url("../fonts/Verdana/Verdana.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana.woff2") format("woff2"), url("../fonts/Verdana/Verdana.woff") format("woff"), url("../fonts/Verdana/Verdana.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SovMod';
  src: url("../fonts/SovMod/SovMod.eot");
  src: url("../fonts/SovMod/SovMod.eot?#iefix") format("embedded-opentype"), url("../fonts/SovMod/SovMod.woff2") format("woff2"), url("../fonts/SovMod/SovMod.woff") format("woff"), url("../fonts/SovMod/SovMod.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 16px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  color: #575757;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Verdana", sans-serif;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #c7c7c7;
}

body.open {
  overflow: hidden;
}

svg {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus,
*.focus {
  outline: none;
}

a {
  outline: none;
  color: #575757;
  text-decoration: none;
  transition: 0.2s;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

.wrapper {
  width: 100%;
  flex: 1 0 auto;
  overflow-x: hidden;
}

.container {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding: 0 180px;
  position: relative;
  z-index: 2;
}

img {
  max-width: 100%;
  display: block;
}

.hidden {
  display: none !important;
}

[role="button"] {
  cursor: pointer;
}

.hidden_desktop {
  display: none !important;
}

.footer {
  background: #ffffff;
}

.footer__container {
  padding: 115px 0 96px;
}

.footer__top {
  display: flex;
  margin-bottom: 50px;
}

.footer__left {
  flex: 0 0 300px;
  margin-right: 30px;
}

.footer__img {
  margin-top: 60px;
}

.footer__right {
  flex: 0 1 100%;
  margin-bottom: 30px;
}

.footer__nav {
  margin-bottom: 54px;
}

.footer__row {
  display: flex;
  margin-bottom: 20px;
}

.footer__row:last-of-type {
  margin-bottom: 0;
}

.footer__item {
  flex: 0 0 510px;
}

.footer__item_sm {
  flex: 0 0 150px;
  margin-right: 30px;
}

.footer__item_sm .footer__links {
  display: block;
}

.footer__item_sm .footer__links-item {
  margin-right: 0;
}

.footer__item-title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
}

.footer__links-item {
  font-size: 14px;
  margin-right: 30px;
}

.footer__link {
  border-bottom: 1px solid currentColor;
}

.footer__link:hover {
  border-bottom: 1px solid transparent;
}

.footer__text {
  font-size: 14px;
  line-height: 17px;
}

.footer__text-title {
  font-weight: 700;
  display: block;
}

.footer__bottom {
  display: flex;
}

.footer__bottom-link {
  color: #0073dd;
  border-bottom: 1px solid transparent;
}

.footer__bottom-link:hover {
  border-bottom: 1px solid currentColor;
}

.header {
  padding: 50px 0;
}

.header.active {
  background-color: #e8e8e8;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header__logo {
  width: 101px;
}

.header__burger {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header__burger.active .header__burger-icon span {
  right: auto;
}

.header__burger.active .header__burger-icon span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__burger.active .header__burger-icon span:nth-of-type(2) {
  opacity: 0;
}

.header__burger.active .header__burger-icon span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__burger-icon {
  width: 28px;
  height: 9px;
  position: relative;
}

.header__burger-icon span {
  display: block;
  position: absolute;
  right: 0;
  height: 1px;
  background: #575757;
  transition: 0.2s;
}

.header__burger-icon span:nth-of-type(1) {
  top: 0;
  width: 18px;
}

.header__burger-icon span:nth-of-type(2) {
  width: 100%;
  top: 4px;
}

.header__burger-icon span:nth-of-type(3) {
  width: 18px;
  bottom: 0;
}

.header__burger-text {
  margin-left: 16px;
  font-size: 12px;
  line-height: 15px;
}

.nav {
  display: none;
  position: fixed;
  top: 136px;
  left: 0;
  width: 100%;
  z-index: 12;
  background-color: #e8e8e8;
  height: calc(100vh - 136px);
}

.nav.active {
  display: block;
}

.nav__back {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 52px;
}

.nav__back:hover {
  border-bottom: 1px solid transparent;
}

.nav__container {
  height: calc(100vh - 136px);
}

.nav__content {
  max-width: 880px;
}

.nav__item {
  margin-bottom: 35px;
}

.nav__item-title {
  font-family: "SovMod", sans-serif;
  font-size: 80px;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
}

.nav__links {
  padding-top: 15px;
}

.nav__links-item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.nav__link {
  font-family: "SovMod", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
}

.nav__link:hover .nav__link-span {
  border-bottom: 1px solid transparent;
}

.nav__link-span {
  border-bottom: 1px solid currentColor;
  transition: 0.2s;
}

.nav__year {
  position: absolute;
  bottom: -130px;
  right: 0;
  font-family: "SovMod", sans-serif;
  -webkit-text-stroke: 1px #575757;
  color: transparent;
  font-size: 350px;
  line-height: 1;
}

.main {
  padding-top: 80px;
}

.main__container {
  text-align: center;
}

.main__figure {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

.main__bg {
  width: 1073px;
  max-width: 100%;
}

.main__bg img:nth-of-type(1) {
  display: block;
}

.main__bg img:nth-of-type(2) {
  display: none;
}

.main__img {
  position: absolute;
  top: 47px;
  right: 116px;
  width: 428px;
}

.main__menu {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
  text-align: left;
}

.main__item {
  margin-right: 195px;
}

.main__item:last-of-type {
  margin-right: 0;
}

.main__link {
  display: flex;
}

.main__link:hover .main__link-span {
  border-bottom: 1px solid transparent;
}

.main__link-icon {
  display: block;
  width: 46px;
  margin-right: 44px;
}

.main__link-text {
  font-family: "SovMod", sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.main__link-span {
  border-bottom: 1px solid currentColor;
  transition: 0.2s;
}

.main__down {
  cursor: pointer;
  display: inline-block;
  width: 45px;
  height: 62px;
}

.section__container {
  display: flex;
  padding: 80px 0;
  position: relative;
}

.section__title {
  white-space: nowrap;
  font-family: "SovMod", sans-serif;
  font-size: 32px;
  line-height: 36px;
  text-align: right;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.section__content {
  width: 870px;
  margin-right: 0;
  margin-left: auto;
}

.about p {
  margin-bottom: 28px;
}

.material__content {
  display: flex;
  flex-wrap: wrap;
}

.material__video {
  width: 100%;
  height: 348px;
  position: relative;
}

.material__video:hover .play {
  opacity: 1;
}

.material__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material__video .play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 174px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

.material__item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 40px;
  margin-bottom: 40px;
  flex-basis: calc(100% / 2 - (40px * (2 - 1)) / 2);
  max-width: calc(100% / 2 - (40px * (2 - 1)) / 2);
}

.material__item:nth-child(3n) {
  margin-right: 40px;
}

.material__item:nth-child(2n) {
  margin-right: 0;
}

.material__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 216px;
  position: relative;
}

.material__link:hover .material__link-span {
  opacity: 0;
}

.material__link:hover .material__link-img::before {
  background: rgba(232, 232, 232, 0);
}

.material__link:hover .material__link-img img {
  transform: scale(1.1);
}

.material__link-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 88px;
  z-index: -1;
}

.material__link-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}

.material__link-img:hover::before {
  background: rgba(232, 232, 232, 0);
}

.material__link-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(232, 232, 232, 0.8);
  transition: 0.2s;
  z-index: 1;
}

.material__link-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}

.material__link-text {
  font-family: "SovMod", sans-serif;
  font-size: 32px;
  line-height: 36px;
  transition: 0.2s;
}

.material__link-span {
  border-bottom: 1px solid currentColor;
  transition: 0.2s;
}

.collection {
  padding-top: 150px;
}

.collection .section__heading {
  text-align: left;
  border-top: 1px solid #5a525d;
  border-bottom: 1px solid #5a525d;
  position: relative;
  padding: 53px 0 40px;
  text-transform: uppercase;
}

.collection .section__heading-span {
  font-family: "SovMod", sans-serif;
  font-size: 77px;
  line-height: 1;
}

.collection .section__heading-figure {
  position: absolute;
  top: 0;
  right: 22px;
  width: 385px;
  height: 100%;
}

.collection .section__heading-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.collection .section__heading-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.collection__content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 230px;
}

.collection__item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 3 - (30px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (30px * (3 - 1)) / 3);
  margin-bottom: 194px;
}

.collection__item:nth-child(4n) {
  margin-right: 30px;
}

.collection__item:nth-child(3n) {
  margin-right: 0;
}

.collection__item:nth-of-type(1) {
  margin-top: -140px;
}

.collection__item:nth-of-type(2) {
  margin-top: 0;
}

.collection__item:nth-of-type(3) {
  margin-top: -70px;
}

.collection__item:nth-of-type(4) {
  margin-top: -90px;
}

.collection__item:nth-of-type(5) {
  margin-top: 0;
}

.collection__item:nth-of-type(6) {
  margin-top: -130px;
}

.collection__item:nth-of-type(7) {
  margin-top: -140px;
}

.collection__item:nth-of-type(8) {
  margin-top: 0;
}

.collection__item:nth-of-type(9) {
  margin-top: -240px;
}

.collection__link {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  font-family: "SovMod", sans-serif;
  font-size: 32px;
  line-height: 1;
  width: 100%;
  height: 464px;
  padding: 34px 10px;
  background: #E8E8E8;
}

.collection__link:hover .collection__img {
  transform: scale(1.1);
}

.collection__link:hover .collection__span {
  border-bottom: 1px solid transparent;
}

.collection__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.2s;
}

.collection__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection__span {
  border-bottom: 1px solid currentColor;
  transition: 0.2s;
  text-transform: uppercase;
}

.history {
  height: 1000px;
  overflow: hidden;
}

.history .section__title {
  display: none;
}

.history .section__title.active {
  display: block;
}

.history__content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1660px;
}

.history__slider {
  width: 100%;
}

.history__slider-item {
  height: 900px;
}

.history__slider-item_1 {
  padding-top: 306px;
  padding-right: 119px;
  padding-left: 120px;
}

.history__slider-item_1 .history__slider-info {
  width: 510px;
  height: 385px;
}

.history__slider-item_1 .history__slider-year {
  bottom: -184px;
  right: 64px;
}

.history__slider-item_2 {
  padding-top: 219px;
  padding-right: 90px;
}

.history__slider-item_2 .history__slider-info {
  align-items: flex-end;
  width: 397px;
  height: 264px;
}

.history__slider-item_2 .history__slider-year {
  top: -137px;
  right: 78px;
}

.history__slider-item_3 {
  padding-top: 336px;
  padding-right: 125px;
}

.history__slider-item_3 .history__slider-info {
  width: 432px;
  height: 432px;
}

.history__slider-item_3 .history__slider-year {
  bottom: -9px;
  right: 108px;
}

.history__slider-item_4 {
  padding-top: 219px;
  padding-right: 225px;
}

.history__slider-item_4 .history__slider-info {
  width: 568px;
  height: 406px;
}

.history__slider-item_4 .history__slider-year {
  bottom: -190px;
  right: -220px;
}

.history__slider-item_5 {
  padding-top: 247px;
  padding-right: 145px;
}

.history__slider-item_5 .history__slider-info {
  align-items: flex-end;
  width: 362px;
  height: 305px;
}

.history__slider-item_5 .history__slider-year {
  top: -140px;
  right: -9px;
}

.history__slider-item_6 {
  padding-top: 355px;
  padding-right: 148px;
}

.history__slider-item_6 .history__slider-info {
  width: 660px;
  height: 455px;
}

.history__slider-item_6 .history__slider-year {
  bottom: -70px;
  right: 463px;
}

.history__slider-item_7 {
  padding-top: 267px;
}

.history__slider-item_7 .history__slider-info {
  width: 660px;
  height: 455px;
}

.history__slider-item_7 .history__slider-year {
  bottom: -218px;
  left: 68px;
}

.history__slider-info {
  position: relative;
  display: flex;
  padding: 30px 24px;
}

.history__slider-info:hover .history__slider-img img {
  transform: scale(1.1);
}

.history__slider-info:hover .history__slider-img:before {
  background: rgba(196, 196, 196, 0);
}

.history__slider-info:hover .history__slider-text {
  opacity: 0;
}

.history__slider-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.history__slider-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(196, 196, 196, 0.6);
  z-index: 1;
  transition: 0.2s;
}

.history__slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}

.history__slider-text {
  font-size: 16px;
  line-height: 28px;
  width: 284px;
  color: #000000;
  z-index: 2;
  transition: 0.2s;
}

.history__slider-title {
  font-weight: bold;
}

.history__slider-year {
  position: absolute;
  max-width: none;
  font-size: 249px;
  line-height: 1;
  font-family: "SovMod", sans-serif;
  -webkit-text-stroke: 1px #575757;
  color: transparent;
  z-index: -1;
}

.owl-prev {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: rotate(90deg) translateX(-50%);
}

.owl-prev.disabled {
  display: none;
}

.owl-prev .nav-btn {
  width: 46px;
  height: 63px;
  background: url("../img/svg/arrow.svg") left top no-repeat;
}

.owl-next {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-90deg);
}

.owl-next.disabled {
  display: none;
}

.owl-next .nav-btn {
  width: 46px;
  height: 63px;
  background: url("../img/svg/arrow.svg") left top no-repeat;
}

.collection-select {
  padding-bottom: 100px;
}

.collection-select__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 125px;
  padding-bottom: 70px;
  border-bottom: 1px solid #5a525d;
  padding-right: 180px;
  padding-top: 100px;
}

.collection-select__back {
  width: 62px;
  height: 36px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection-select__back img {
  transform: rotate(90deg);
  width: 32px;
  height: 62px;
  object-fit: cover;
}

.collection-select__text {
  flex: 0 0 690px;
}

.collection-select__title {
  font-size: 50px;
  line-height: 1;
  font-family: "SovMod", sans-serif;
  margin-bottom: 53px;
  text-transform: uppercase;
}

.collection-select__p {
  font-size: 16px;
  line-height: 28px;
}

.collection-select__container {
  text-align: center;
}

.collection-select__content {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.collection-select__item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 3 - (30px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (30px * (3 - 1)) / 3);
}

.collection-select__item:nth-child(4n) {
  margin-right: 30px;
}

.collection-select__item:nth-child(3n) {
  margin-right: 0;
}

.collection-select__item:nth-of-type(6n - 5) {
  padding-top: 59px;
}

.collection-select__item:nth-of-type(6n - 3) {
  padding-top: 59px;
}

.collection-select__item:nth-of-type(6n - 2) {
  padding-top: 180px;
}

.collection-select__item:nth-of-type(6n) {
  padding-top: 300px;
}

.collection-select__img {
  height: 464px;
}

.collection-select__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-select__more {
  border-bottom: 1px solid currentColor;
  font-size: 24px;
  line-height: 28px;
}

.collection-select__more:hover {
  border-bottom: 1px solid transparent;
}

.navigation {
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid #5A525D;
  margin-bottom: 95px;
}

.navigation__item {
  margin-right: 50px;
  margin-bottom: 20px;
}

.navigation__link {
  font-family: "SovMod", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.navigation__link.active {
  color: #878787;
}

.navigation__link.active .navigation__span {
  border-bottom: 1px solid transparent;
}

.navigation__link:hover .navigation__span {
  border-bottom: 1px solid transparent;
}

.navigation__span {
  border-bottom: 1px solid currentColor;
  transition: 0.2s;
}

.collection-info__container {
  margin-bottom: 50px;
}

.collection-info__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}

.collection-info__nav-item {
  font-size: 24px;
  line-height: 1;
  font-family: "SovMod", sans-serif;
}

.collection-info__nav-item:last-of-type {
  text-align: right;
}

.collection-info__nav-item a {
  border-bottom: 1px solid currentColor;
}

.collection-info__nav-item a:hover {
  border-bottom: 1px solid transparent;
}

.collection-info__content {
  width: 870px;
  margin-right: 0;
  margin-left: auto;
}

.collection-info__img {
  margin-bottom: 64px;
  position: relative;
  width: 100%;
}

.collection-info__img img {
	max-height: 50vh;
	margin: auto;
	cursor: pointer;
}

.collection-info__text {
  position: relative;
  margin-bottom: 28px;
}

.collection-info__title {
  font-family: "SovMod", sans-serif;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.collection-info__p {
  width: 690px;
  font-size: 16px;
  line-height: 28px;
  max-width: 100%;
}

.collection-info__p p {
  margin-bottom: 28px;
}

.collection-info__p p:last-of-type {
  margin-bottom: 0;
}

.collection-info__tags a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  margin-right: 20px;
  color: #0073dd;
  border-bottom: 1px solid currentColor;
}

.collection-info__tags a:before {
  content: '# ';
}

.collection-info__tags a:hover {
  border-color: transparent;
}

.collection-info__tag-span {
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}

.collection-info__back {
  position: absolute;
  top: 0;
  left: -180px;
  width: 62px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection-info__back img {
  transform: rotate(90deg);
  width: 32px;
  height: 62px;
  object-fit: cover;
}

.collection-info__bottom {
  border-top: 1px solid #5a525d;
  padding: 25px 180px;
}

.collection-info__vendor-item {
  font-family: "SovMod", sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.collection-info__videos {
  width: 660px;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

.collection-info__videos-item {
  height: 100px;
  background: #bdbdbd;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 4 - (30px * (4 - 1)) / 4);
  max-width: calc(100% / 4 - (30px * (4 - 1)) / 4);
  position: relative;
  cursor: pointer;
}

.collection-info__videos-item:nth-child(5n) {
  margin-right: 30px;
}

.collection-info__videos-item:nth-child(4n) {
  margin-right: 0;
}

.collection-info__videos-item::before {
  content: "";
  width: calc(100% - 20px);
  height: 13px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #c4c4c4 57%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%) left top repeat-x;
  background-size: 35px 30px;
}

.collection-info__videos-item::after {
  content: "";
  width: calc(100% - 20px);
  height: 13px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #c4c4c4 57%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%) left top repeat-x;
  background-size: 35px 13px;
}

.collection-info__videos-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-info__videos-item.image:before,
.collection-info__videos-item.image:after {
  display: none;
}

.collection-info__videos-item.image .play {
  display: none;
}

.collection-info__videos-item .play {
  fill: none;
  stroke: #000;
  stroke-width: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 41px;
}

.collection-info__videos-item .play svg {
  transition: .2s;
}

.collection-info__videos-item:hover .play svg {
  fill: #000;
}

.video {
  padding-bottom: 100px;
  padding-top: 150px;
}

.video .section__heading {
  margin-bottom: 200px;
  text-align: left;
  border-top: 1px solid #5a525d;
  border-bottom: 1px solid #5a525d;
  position: relative;
  padding: 53px 0 40px;
}

.video .section__heading-span {
  font-family: "SovMod", sans-serif;
  font-size: 77px;
  line-height: 1;
}

.video .section__heading-figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 100%;
}

.video .section__heading-img {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video .section__heading-img img {
  object-fit: contain;
}

.video .section__heading-bg {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.video__container {
  text-align: center;
}

.video__content {
  max-width: 1050px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 140px;
}

.video__item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 2 - (30px * (2 - 1)) / 2);
  max-width: calc(100% / 2 - (30px * (2 - 1)) / 2);
  padding: 90px 70px;
  background: #e8e8e8;
  position: relative;
  margin-bottom: 93px;
}

.video__item:nth-child(3n) {
  margin-right: 30px;
}

.video__item:nth-child(2n) {
  margin-right: 0;
}

.video__item:nth-of-type(2n - 1) {
  margin-top: -63px;
}

.video__item::before {
  content: "";
  width: calc(100% - 80px);
  height: 30px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(-90deg, #e8e8e8 56%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background-color: #c4c4c4;
  background-size: 67px 30px;
}

.video__item::after {
  content: "";
  width: calc(100% - 80px);
  height: 30px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(-90deg, #e8e8e8 56%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background-color: #c4c4c4;
  background-size: 67px 30px;
}

.video__img {
  position: relative;
}

.video__img:hover .play {
  opacity: 1;
}

.video__img .play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: 0.2s;
}

.docs__container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.docs__container .section__heading {
  margin-bottom: 0;
  text-align: left;
  border-top: 1px solid #5a525d;
  border-bottom: 1px solid #5a525d;
  position: relative;
  padding: 53px 0 40px;
}

.docs__container .section__heading-span {
  position: relative;
  z-index: 2;
  font-family: "SovMod", sans-serif;
  font-size: 77px;
  line-height: 1;
}

.docs__container .section__heading-figure {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 427px;
  height: 100%;
}

.docs__container .section__heading-img {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.docs__container .section__heading-img img {
  object-fit: contain;
}

.docs__container .section__heading-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.docs__content {
  width: 100%;
  padding-top: 50px;
  text-align: center;
}

.docs__links {
  margin-bottom: 87px;
  text-align: left;
}

.docs__links-item {
  display: inline-block;
  margin-right: 50px;
}

.docs__link {
  font-family: "SovMod", sans-serif;
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid currentColor;
}

.docs__link.active {
  color: #878787;
  border-bottom: 1px solid transparent;
}

.docs__link:hover {
  border-bottom: 1px solid transparent;
}

.docs__text {
  text-align: left;
  max-width: 870px;
}

.docs__p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}

.docs__gallery {
  text-align: left;
  width: calc(100% + 30px);
  margin-bottom: 50px;
  margin-left: -15px;
}

.docs__gallery .fl {
  float: left;
}

.docs__gallery .fr {
  float: right;
}

.docs__gallery .w2 {
  width: calc((100% / 3) - 30px);
}

.docs__gallery .w3 {
  width: calc((100% / 2) - 30px);
}

.docs__gallery .hor {
  height: 328px;
}

.docs__gallery .ver {
  height: 474px;
}

.docs__gallery-img {
  background: #eaeaea;
  margin: 0 15px;
}

.docs__gallery-img:nth-of-type(10n - 9) {
  margin-top: 40px;
}

.docs__gallery-img:nth-of-type(10n - 8) {
  margin-top: 40px;
}

.docs__gallery-img:nth-of-type(10n - 7) {
  margin-top: 153px;
}

.docs__gallery-img:nth-of-type(10n - 6) {
  margin-top: 97px;
}

.docs__gallery-img:nth-of-type(10n - 5) {
  margin-top: 102px;
}

.docs__gallery-img:nth-of-type(10n - 4) {
  margin-top: 77px;
}

.docs__gallery-img:nth-of-type(10n - 3) {
  margin-top: 131px;
}

.docs__gallery-img:nth-of-type(10n - 2) {
  margin-top: 127px;
}

.docs__gallery-img:nth-of-type(10n - 1) {
  margin-top: 158px;
}

.docs__gallery-img:nth-of-type(10n) {
  margin-top: 77px;
}

.docs__gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.docs__more {
  font-family: "SovMod", sans-serif;
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid currentColor;
  margin-top: 50px;
  display: inline-block;
}

.docs__more:hover {
  border-bottom: 1px solid transparent;
}

.bio {
  padding-bottom: 100px;
  padding-top: 150px;
}

.bio .section__heading {
  margin-bottom: 200px;
  text-align: left;
  border-top: 1px solid #5a525d;
  border-bottom: 1px solid #5a525d;
  position: relative;
  padding: 53px 0 40px;
}

.bio .section__heading-span {
  font-family: "SovMod", sans-serif;
  font-size: 77px;
  line-height: 1;
}

.bio .section__heading-figure {
  position: absolute;
  top: 0;
  right: 22px;
  width: 626px;
  height: 100%;
}

.bio .section__heading-img {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bio .section__heading-img img {
  object-fit: contain;
}

.bio .section__heading-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.bio__content {
  padding-top: 100px;
}

.bio__images {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 765px;
  float: right;
}

.bio__images .bio__img {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 64px;
  margin-bottom: 64px;
  flex-basis: calc(100% / 2 - (64px * (2 - 1)) / 2);
  max-width: calc(100% / 2 - (64px * (2 - 1)) / 2);
  margin-bottom: 116px;
}

.bio__images .bio__img:nth-child(3n) {
  margin-right: 64px;
}

.bio__images .bio__img:nth-child(2n) {
  margin-right: 0;
}

.bio__images .bio__img figcaption {
  padding-top: 30px;
  font-size: 12px;
  line-height: 24px;
  font-style: italic;
}

.bio__img {
  display: table;
  background: #e8e8e8;
  padding: 40px 44px 40px;
  margin-bottom: 100px;
}

.bio__img figure {
  display: table;
  margin: 0 auto;
}

.bio__img figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 30px 0 30px;
  font-size: 12px;
  line-height: 24px;
  font-style: italic;
}

.bio__p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
}

.bio .w4 {
  width: calc(100% / 3 * 2);
}

.bio .w2 {
  width: calc(100% / 3);
}

.bio .w3 {
  width: calc(100% / 2);
}

.bio .w5 {
  width: calc(100% / 6 * 5);
}

.bio .m0a {
  margin: 0 auto 80px;
}

.bio .fl {
  float: left;
}

.bio .fr {
  float: right;
}

.bio .mr0 {
  margin-right: -180px;
}

.bio .ml0 {
  margin-left: -180px;
}

.clearfix {
  display: block;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.history-museum {
  padding-top: 150px;
}

.history-museum .section__heading {
  margin-bottom: 200px;
  text-align: left;
  border-top: 1px solid #5a525d;
  border-bottom: 1px solid #5a525d;
  position: relative;
  padding: 53px 0 40px;
}

.history-museum .section__heading-span {
  position: relative;
  z-index: 2;
  font-family: "SovMod", sans-serif;
  font-size: 77px;
  line-height: 1;
}

.history-museum .section__heading-figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 564px;
  height: 100%;
}

.history-museum .section__heading-img {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}

.history-museum .section__heading-img img {
  object-fit: contain;
}

.history-museum .section__heading-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.history-museum__content {
  padding-top: 100px;
}

.history-museum__img {
  display: table;
  background: #e8e8e8;
  padding: 40px 44px 0;
  margin-bottom: 100px;
}

.history-museum__img figure {
  display: table;
  margin: 0 auto;
}

.history-museum__img figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 30px 0 32px;
  font-size: 12px;
  line-height: 24px;
  font-style: italic;
}

.history-museum__p {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 80px;
}

.history-museum .w4 {
  width: calc(100% / 3 * 2);
}

.history-museum .w2 {
  width: calc(100% / 3);
}

.history-museum .w3 {
  width: calc(100% / 2);
}

.history-museum .w5 {
  width: calc(100% / 6 * 5);
}

.history-museum .m0a {
  margin: 0 auto 80px;
}

.history-museum .fl {
  float: left;
}

.history-museum .fr {
  float: right;
}

.history-museum .mr0 {
  margin-right: -180px;
}

.history-museum .ml0 {
  margin-left: -180px;
}

@media screen and (max-width: 1660px) {
  .history {
    height: 750px;
  }

  .history__content {
    width: 1440px;
  }

  .history__slider-item {
    height: 700px;
  }

  .history__slider-item_1 {
    padding-top: 270px;
  }

  .history__slider-item_1 .history__slider-info {
    width: 400px;
    height: 300px;
  }

  .history__slider-item_1 .history__slider-year {
    bottom: -115px;
  }

  .history__slider-item_2 {
    padding-top: 100px;
  }

  .history__slider-item_2 .history__slider-info {
    width: 350px;
    height: 240px;
  }

  .history__slider-item_2 .history__slider-year {
    top: -100px;
  }

  .history__slider-item_3 {
    padding-top: 270px;
  }

  .history__slider-item_3 .history__slider-info {
    width: 400px;
    height: 330px;
  }

  .history__slider-item_4 {
    padding-top: 100px;
  }

  .history__slider-item_4 .history__slider-info {
    width: 378px;
    height: 286px;
  }

  .history__slider-item_4 .history__slider-year {
    bottom: -110px;
  }

  .history__slider-item_5 {
    padding-top: 270px;
  }

  .history__slider-item_5 .history__slider-info {
    width: 350px;
    height: 245px;
  }

  .history__slider-item_5 .history__slider-year {
    top: -80px;
  }

  .history__slider-item_6 {
    padding-top: 100px;
  }

  .history__slider-item_6 .history__slider-info {
    width: 500px;
    height: 335px;
  }

  .history__slider-item_6 .history__slider-year {
    right: 200px;
  }

  .history__slider-item_7 {
    padding-top: 270px;
  }

  .history__slider-item_7 .history__slider-info {
    width: 530px;
    height: 315px;
  }

  .history__slider-item_7 .history__slider-year {
    bottom: -118px;
  }

  .history__slider-year {
    font-size: 200px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1280px;
    padding: 0 15px;
  }

  .nav__item-title {
    font-size: 44px;
  }

  .nav__year {
    font-size: 300px;
  }

  .main__img {
    right: 216px;
    top: 53px;
  }

  .section__content {
    width: 1000px;
  }

  .material__video {
    height: 415px;
  }

  .collection__link {
    height: 555px;
  }

  .history__content {
    width: 1280px;
  }

  .collection-select__wrap {
    padding-right: 0;
  }

  .collection-select__text {
    flex: 0 0 1040px;
  }

  .collection-info__content {
    width: 1068px;
  }

  .docs__gallery .hor {
    height: 404px;
  }

  .docs__gallery .ver {
    height: 570px;
  }

  .bio .mr0 {
    margin-right: -15px;
  }

  .bio .ml0 {
    margin-left: -15px;
  }

  .history-museum .mr0 {
    margin-right: -15px;
  }

  .history-museum .ml0 {
    margin-left: -15px;
  }
}

@media (max-width: 1279px) {
  .container {
    max-width: 1024px;
  }

  .footer__container {
    padding: 60px 0;
  }

  .footer__item {
    flex: 0 1 100%;
  }

  .footer__item_sm {
    flex: 0 0 150px;
  }

  .header {
    padding: 30px 0;
  }

  .nav {
    top: 96px;
    height: calc(100vh - 96px);
  }

  .nav__container {
    height: calc(100vh - 96px);
  }

  .nav__year {
    font-size: 200px;
    bottom: -80px;
    transform: none;
  }

  .main {
    padding-top: 60px;
  }

  .main__img {
    top: 30px;
    right: 126px;
  }

  .section__content {
    width: 900px;
  }

  .material__video {
    height: 330px;
  }

  .material__video .play {
    width: 100px;
    height: 100px;
  }

  .collection__item {
    margin-bottom: 140px;
  }

  .collection__item:nth-of-type(1) {
    margin-top: -90px;
  }

  .collection__item:nth-of-type(3) {
    margin-top: -20px;
  }

  .collection__item:nth-of-type(4) {
    margin-top: -40px;
  }

  .collection__item:nth-of-type(6) {
    margin-top: -80px;
  }

  .collection__item:nth-of-type(7) {
    margin-top: -90px;
  }

  .collection__item:nth-of-type(9) {
    margin-top: -190px;
  }

  .collection__link {
    height: 440px;
    font-size: 26px;
  }

  .history__content {
    width: 1024px;
  }

  .collection-select__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .collection-select__text {
    flex: 0 0 770px;
  }

  .collection-select__item:nth-of-type(6n - 5) {
    padding-top: 40px;
  }

  .collection-select__item:nth-of-type(6n - 3) {
    padding-top: 40px;
  }

  .collection-select__item:nth-of-type(6n - 2) {
    padding-top: 40px;
  }

  .collection-select__item:nth-of-type(6n) {
    padding-top: 40px;
  }

  .collection-info__content {
    width: 813px;
  }

  .docs__gallery .hor {
    height: 284px;
  }

  .docs__gallery .ver {
    height: 446px;
  }

  .bio__images {
    width: 580px;
  }

  .bio__images .bio__img {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 30px;
    margin-bottom: 30px;
    flex-basis: calc(100% / 2 - (30px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (30px * (2 - 1)) / 2);
    padding-bottom: 0;
  }

  .bio__images .bio__img:nth-child(3n) {
    margin-right: 30px;
  }

  .bio__images .bio__img:nth-child(2n) {
    margin-right: 0;
  }

  .bio__img {
    padding: 30px;
    margin-bottom: 50px;
  }

  .bio .w3 {
    width: calc(100% / 3);
  }

  .history-museum__img {
    padding: 30px 30px 0;
    margin-bottom: 50px;
  }

  .history-museum .w3 {
    width: calc(100% / 3);
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: 768px;
  }

  .footer__nav {
    margin-bottom: 30px;
  }

  .nav__year {
    font-size: 120px;
    bottom: -40px;
  }

  .main__img {
    right: 84px;
    width: 307px;
  }

  .main__item {
    margin-right: 60px;
  }

  .main__link-icon {
    margin-right: 24px;
  }

  .main__link-text {
    font-size: 20px;
    line-height: 28px;
  }

  .section__container {
    padding: 60px 0;
  }

  .section__content {
    width: 650px;
  }

  .material__video {
    height: 244px;
  }

  .material__video .play {
    width: 80px;
    height: 80px;
  }

  .material__video .play {
    width: 40px;
    height: 40px;
  }

  .collection .section__heading-span {
    font-size: 45px;
  }

  .collection .section__heading-figure {
    width: 255px;
  }

  .collection__link {
    height: 320px;
    font-size: 22px;
  }

  .history {
    height: 700px;
  }

  .history__content {
    width: 768px;
  }

  .history__slider-item {
    height: 650px;
  }

  .history__slider-item_1 {
    padding-right: 0;
    padding-left: 15px;
    padding-top: 250px;
  }

  .history__slider-item_1 .history__slider-year {
    right: 0;
    bottom: -80px;
  }

  .history__slider-item_2 {
    padding-right: 0;
    padding-top: 70px;
  }

  .history__slider-item_2 .history__slider-year {
    right: 0;
    top: -70px;
  }

  .history__slider-item_3 {
    padding-right: 0;
    padding-top: 250px;
  }

  .history__slider-item_3 .history__slider-year {
    right: 0;
  }

  .history__slider-item_4 {
    padding-right: 0;
    padding-top: 70px;
  }

  .history__slider-item_4 .history__slider-year {
    right: 0;
    bottom: -80px;
  }

  .history__slider-item_5 {
    padding-right: 0;
    padding-top: 250px;
  }

  .history__slider-item_5 .history__slider-year {
    right: 0;
    top: -50px;
  }

  .history__slider-item_6 {
    padding-right: 0;
    padding-top: 70px;
  }

  .history__slider-item_6 .history__slider-year {
    right: 0;
  }

  .history__slider-item_7 {
    padding-top: 250px;
  }

  .history__slider-item_7 .history__slider-year {
    left: auto;
    right: 0;
    bottom: -80px;
  }

  .history__slider-year {
    font-size: 160px;
  }

  .collection-select__wrap {
    padding: 30px 0;
    display: block;
  }

  .collection-select__back {
    margin-bottom: 30px;
  }

  .collection-select__img {
    height: 314px;
  }

  .navigation {
    margin-bottom: 30px;
  }

  .navigation__item {
    margin-right: 20px;
  }

  .navigation__link {
    font-size: 18px;
  }

  .collection-info__content {
    width: 100%;
  }

  .collection-info__img {
    margin-bottom: 30px;
  }

  .collection-info__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .collection-info__back {
    margin-bottom: 30px;
    position: static;
  }

  .collection-info__bottom {
    padding: 25px 0;
  }

  .video .section__heading-span {
    font-size: 45px;
  }

  .video .section__heading-figure {
    width: 420px;
  }

  .video__item {
    padding: 70px 25px;
  }

  .video__item::before {
    width: calc(100% - 50px);
    top: 20px;
  }

  .video__item::after {
    width: calc(100% - 50px);
    bottom: 20px;
  }

  .video__img .play {
    width: 60px;
  }

  .docs__container .section__heading-span {
    font-size: 45px;
  }

  .docs__container .section__heading-figure {
    width: 420px;
  }

  .docs__links-item {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }

  .docs__gallery .hor {
    height: 234px;
  }

  .docs__gallery .ver {
    height: 324px;
  }

  .bio .section__heading-span {
    font-size: 45px;
  }

  .bio .section__heading-figure {
    width: 255px;
  }

  .bio .section__heading-img {
    height: 200px;
  }

  .bio__images {
    width: 100%;
  }

  .bio__img {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .bio .w4 {
    width: 100%;
  }

  .bio .w2 {
    width: 100%;
  }

  .bio .w3 {
    width: 100%;
  }

  .bio .w5 {
    width: 100%;
  }

  .bio .fl {
    float: none;
  }

  .bio .fr {
    float: none;
  }

  .bio .mr0 {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .bio .ml0 {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .history-museum .section__heading-span {
    font-size: 45px;
  }

  .history-museum .section__heading-figure {
    width: 420px;
  }

  .history-museum__img {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .history-museum .w4 {
    width: 100%;
  }

  .history-museum .w2 {
    width: 100%;
  }

  .history-museum .w3 {
    width: 100%;
  }

  .history-museum .w5 {
    width: 100%;
  }

  .history-museum .fl {
    float: none;
  }

  .history-museum .fr {
    float: none;
  }

  .history-museum .mr0 {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .history-museum .ml0 {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }

  .container {
    max-width: 425px;
    width: 100%;
  }

  .hidden_desktop {
    display: block !important;
  }

  .hidden_mobile {
    display: none !important;
  }

  .footer__container {
    padding: 30px 0;
  }

  .footer__top {
    flex-wrap: wrap;
  }

  .footer__left {
    order: 1;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .footer__img {
    margin-top: 30px;
  }

  .footer__right {
    flex: 0 0 100%;
  }

  .footer__row {
    flex-wrap: wrap;
  }

  .footer__item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .footer__item:last-of-type {
    margin-bottom: 0;
  }

  .footer__item_sm {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .footer__item-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 30px;
  }

  .footer__links {
    display: block;
  }

  .footer__links-item {
    font-size: 11px;
    line-height: 20px;
  }

  .footer__link:hover {
    border-bottom: 1px solid currentColor;
  }

  .footer__bottom {
    flex-wrap: wrap;
  }

  .footer__bottom .footer__left {
    order: -1;
    margin-bottom: 34px;
  }

  .footer__bottom-link:hover {
    border-bottom: 1px solid transparent;
  }

  .header {
    height: 50px;
  }

  .header {
    padding: 15px 0;
  }

  .header__logo {
    width: 50px;
  }

  .nav {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: auto;
  }

  .nav__back {
    margin-bottom: 20px;
  }

  .nav__back:hover {
    border-bottom: 1px solid currentColor;
  }

  .nav__item {
    margin-bottom: 20px;
  }

  .nav__item-title {
    font-size: 24px;
  }

  .nav__link {
    font-size: 14px;
  }

  .nav__link:hover .nav__link-span {
    border-bottom: 1px solid currentColor;
  }

  .nav__year {
    font-size: 40px;
    position: static;
    transform: none;
    text-align: center;
  }

  .main {
    padding-top: 30px;
  }

  .main__bg {
    max-width: 290px;
  }

  .main__bg img:nth-of-type(1) {
    display: none;
  }

  .main__bg img:nth-of-type(2) {
    display: block;
  }

  .main__img {
    width: 190px;
    right: -30px;
    top: -29px;
  }

  .main__menu {
    display: block;
    margin-bottom: 30px;
    padding-left: 60px;
  }

  .main__item {
    margin: 0;
    margin-bottom: 38px;
  }

  .main__link:hover .main__link-span {
    border-bottom: 1px solid currentColor;
  }

  .main__link-icon {
    width: 28px;
    margin-right: 18px;
  }

  .main__link-text {
    font-size: 16px;
    line-height: 22px;
  }

  .main__down {
    width: 30px;
    height: 47px;
  }

  .section__container {
    padding: 30px 0;
    display: block;
  }

  .section__title {
    writing-mode: horizontal-tb;
    transform: none;
    position: static;
    text-align: left;
    margin-bottom: 20px;
  }

  .section__content {
    width: 100%;
  }

  .about p {
    margin-bottom: 15px;
  }

  .material__content {
    display: block;
  }

  .material__video {
    height: 160px;
  }

  .material__item {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .material__link:hover .material__link-span {
    opacity: 1;
  }

  .material__link:hover .material__link-img::before {
    background: rgba(232, 232, 232, 0.8);
  }

  .material__link:hover .material__link-img img {
    transform: none;
  }

  .material__link-text {
    font-size: 26px;
    line-height: 1;
  }

  .collection {
    padding-top: 30px;
  }

  .collection .section__heading {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    padding: 0;
    margin-bottom: 40px;
  }

  .collection .section__heading-span {
    font-size: 40px;
    padding: 13px 0 5px;
    display: block;
    flex: 0 0 100%;
    border-top: 1px solid #5a525d;
  }

  .collection .section__heading-figure {
    position: relative;
    top: auto;
    right: auto;
    width: 242px;
    margin: 0 auto;
    order: -1;
    z-index: -1;
  }

  .collection .section__heading-img {
    position: static;
    flex: 0 0 100%;
  }

  .collection .section__heading-bg {
    top: auto;
    bottom: -30px;
    transform: none;
  }

  .collection__content {
    display: block;
    padding-top: 0;
  }

  .collection__item {
    max-width: 100%;
    width: 290px;
    margin: 0 auto 30px !important;
  }

  .collection__link {
    height: 400px;
  }

  .collection__link:hover .collection__img {
    transform: none;
  }

  .collection__link:hover .collection__span {
    border-bottom: 1px solid currentColor;
  }

  .history {
    height: auto;
  }

  .history__content {
    width: 100%;
    position: static;
    transform: none;
  }

  .history__slider-item {
    height: auto;
  }

  .history__slider-item {
    padding: 0 !important;
  }

  .history__slider-info:hover .history__slider-img img {
    transform: none;
  }

  .history__slider-info:hover .history__slider-img:before {
    background: rgba(196, 196, 196, 0.6);
  }

  .history__slider-info:hover .history__slider-text {
    opacity: 1;
  }

  .history__slider-info {
    width: auto !important;
    height: 300px !important;
  }

  .history__slider-year {
    display: none;
  }

  .collection-select {
    padding-bottom: 50px;
  }

  .collection-select__back {
    width: 47px;
    height: 24px;
  }

  .collection-select__back img {
    width: 24px;
    height: 47px;
  }

  .collection-select__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .collection-select__p {
    font-size: 14px;
    line-height: 20px;
  }

  .collection-select__content {
    display: block;
  }

  .collection-select__item {
    display: block;
    padding: 0 !important;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .collection-select__img {
    height: auto;
  }

  .collection-select__more:hover {
    border-bottom: 1px solid currentColor;
  }

  .navigation {
    display: block;
  }

  .navigation__item {
    margin-bottom: 10px;
  }

  .navigation__link {
    font-size: 14px;
  }

  .navigation__link:hover .navigation__span {
    border-bottom: 1px solid currentColor;
  }

  .collection-info__nav-item {
    font-size: 14px;
    line-height: 1.3;
  }

  .collection-info__nav-item a:hover {
    border-bottom: 1px solid currentColor;
  }

  .collection-info__tags a {
    border-bottom: 1px solid transparent;
  }

  .collection-info__back {
    width: 47px;
    height: 24px;
  }

  .collection-info__back img {
    width: 24px;
    height: 47px;
  }

  .collection-info__videos-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 30px;
    margin-bottom: 30px;
    flex-basis: calc(100% / 2 - (30px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (30px * (2 - 1)) / 2);
  }

  .collection-info__videos-item:nth-child(3n) {
    margin-right: 30px;
  }

  .collection-info__videos-item:nth-child(2n) {
    margin-right: 0;
  }

  .video {
    padding-top: 30px;
  }

  .video .section__heading {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    padding: 0;
    margin-bottom: 40px;
  }

  .video .section__heading-span {
    font-size: 40px;
    padding: 13px 0 5px;
    display: block;
    flex: 0 0 100%;
    border-top: 1px solid #5a525d;
  }

  .video .section__heading-figure {
    position: relative;
    top: auto;
    right: auto;
    width: 242px;
    margin: 0 auto;
    margin-bottom: -10px;
    order: -1;
    z-index: 1;
  }

  .video .section__heading-img {
    position: static;
    width: 195px;
    margin: 0 auto;
    transform: none;
  }

  .video .section__heading-bg {
    top: auto;
    left: 0;
    bottom: 50px;
    transform: none;
  }

  .video__content {
    display: block;
    padding-top: 0;
  }

  .video__item {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .video__item:nth-of-type(2n - 1) {
    margin-top: 0;
  }

  .docs__container {
    padding-top: 30px;
  }

  .docs__container .section__heading {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    padding: 0;
    margin-bottom: 40px;
  }

  .docs__container .section__heading-span {
    font-size: 40px;
    padding: 13px 0 5px;
    display: block;
    flex: 0 0 100%;
    border-top: 1px solid #5a525d;
  }

  .docs__container .section__heading-figure {
    position: relative;
    top: auto;
    transform: none;
    right: auto;
    width: 242px;
    margin: 0 auto;
    margin-bottom: -30px;
    order: -1;
    z-index: 2;
  }

  .docs__container .section__heading-img {
    position: static;
    width: 265px;
    margin: 0 auto;
    transform: none;
  }

  .docs__container .section__heading-bg {
    width: 280px;
  }

  .docs__content {
    padding-top: 0;
  }

  .docs__links {
    margin-bottom: 30px;
  }

  .docs__link {
    font-size: 18px;
  }

  .docs__link:hover {
    border-bottom: 1px solid currentColor;
  }

  .docs__gallery {
    width: 100%;
    margin: 0 auto;
    max-width: 290px;
  }

  .docs__gallery .fl {
    float: none;
    margin: 0;
  }

  .docs__gallery .fr {
    float: none;
    margin: 0;
  }

  .docs__gallery .w2 {
    width: 100%;
  }

  .docs__gallery .w3 {
    width: 100%;
  }

  .docs__gallery .hor {
    height: 192px;
  }

  .docs__gallery .ver {
    height: 416px;
  }

  .docs__gallery-img {
    margin: 0;
    margin-bottom: 20px !important;
  }

  .docs__more {
    font-size: 18px;
    margin-top: 30px;
  }

  .docs__more:hover {
    border-bottom: 1px solid currentColor;
  }

  .bio {
    padding-top: 30px;
  }

  .bio .section__heading {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    padding: 0;
    margin-bottom: 40px;
  }

  .bio .section__heading-span {
    font-size: 40px;
    padding: 13px 0 5px;
    display: block;
    flex: 0 0 100%;
    border-top: 1px solid #5a525d;
  }

  .bio .section__heading-figure {
    position: relative;
    top: auto;
    right: auto;
    width: 242px;
    margin: 0 auto;
    order: -1;
    z-index: -1;
  }

  .bio .section__heading-img {
    position: static;
    width: 195px;
    margin: 0 auto;
  }

  .bio .section__heading-bg {
    top: auto;
    bottom: -30px;
    transform: none;
  }

  .bio__content {
    padding-top: 0;
  }

  .bio__images {
    width: 100%;
    display: block;
  }

  .bio__images .bio__img {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .bio__img {
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .bio__img figcaption {
    padding: 15px 0 15px;
  }

  .history-museum {
    padding-top: 30px;
  }

  .history-museum .section__heading {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    padding: 0;
    margin-bottom: 40px;
  }

  .history-museum .section__heading-span {
    font-size: 40px;
    padding: 13px 0 5px;
    display: block;
    flex: 0 0 100%;
    border-top: 1px solid #5a525d;
  }

  .history-museum .section__heading-figure {
    position: relative;
    top: auto;
    right: auto;
    width: 242px;
    margin: 0 auto;
    order: -1;
    z-index: 1;
  }

  .history-museum .section__heading-img {
    position: static;
    width: 265px;
    margin: 0 auto;
    transform: none;
  }

  .history-museum .section__heading-bg {
    width: 280px;
    top: -30px;
    left: 0;
    transform: none;
  }

  .history-museum__content {
    padding-top: 0;
  }

  .history-museum__img {
    padding: 15px 15px 0;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .history-museum__img figcaption {
    padding: 15px 0 15px;
  }

  .history-museum__p {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .nav__container {
    height: auto;
  }
}
/*# sourceMappingURL=maps/main.css.map */
