/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
#thumbnail-carousel .splide__slide {
  opacity: 0.6;
}

#thumbnail-carousel .splide__slide.is-active {
  opacity: 1;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  black-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: Merriweather-Bold;
  font-display: swap;
  src: url(../fonts/Merriweather-Bold.woff) format("woff"),
    url(../fonts/Merriweather-Bold.woff2) format("woff2");
}

@font-face {
  font-family: Merriweather-Regular;
  font-display: swap;
  src: url(../fonts/Merriweather-Regular.woff) format("woff"),
    url(../fonts/Merriweather-Regular.woff2) format("woff2");
}

@media (pointer: coarse) {
  *::-webkit-scrollbar {
    width: 45px;
  }

  *::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    border: 10px solid whitesmoke;
  }

  * {
    scrollbar-width: auto;
  }
}

*::-webkit-scrollbar {
  width: 55px;
}

*::-webkit-scrollbar-thumb {
  background-color: RGB (195, 153, 124, 0.6); /* цвет плашки */
  border-radius: 20px; /* закругления плашки */
  border: 10px solid whitesmoke; /* padding вокруг плашки */
}
* {
  scrollbar-width: auto;
}

.header {
  padding: 40px 0 0 0;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.promo__page {
  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;
  /* background-image: url(../img/paper.jpg); */
  background-color: #f7e5d6;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.promo__page img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.m__main {
  padding-bottom: 30px;
}

.main__title {
  color: #f7e5d6;
  margin: 0 110px 30px 0;
}
.main__block {
  margin: 0 105px 135px 105px;
  height: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__wrap {
  height: 100%;
  width: 100%;
}

.newspaper__wrap,
.modal {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  position: relative;
}

.main__inner {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 7px;
  padding-right: 10px;
}
.main__content {
  width: 100%;
  padding: 19px 19px 19px 50px;
  border: 1px solid rgba(248, 248, 248, 0.3);
}
.main__link {
  color: #f7e5d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  justify-content: flex-start;
  gap: 210px;
  font-family: Inter-Medium;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.main__link p:nth-child(1) {
  position: relative;
  width: 600px;
}
.main__link p:nth-child(1)::before {
  position: absolute;
  content: "";
  background-image: url(../icons/icon.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: -34px;
}
.main__link p:nth-child(2) {
  font-size: 16px;
  line-height: 17.6px;
  color: RGB (195, 153, 124, 0.6);
}
.newspaper__inner {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: 110px;
  gap: 100px;
}
.newspaper__gallery {
  margin: 0 auto;
}
.newspaper__back {
  position: relative;
  color: #f7e5d6;
  font-size: 30px;
  font-weight: 400;
  line-height: 27px;
  padding: 17.29px 25px 17.29px 65px;
  border: 1px solid #f7e5d6;
}
.newspaper__back::before {
  position: absolute;
  content: "";
  background-image: url(../icons/back.svg);
  width: 30px;
  height: 32px;
  left: 25px;
}
.newspaper__wrap {
  /* position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.newspaper__wrap svg {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10%;
  bottom: 10%;
}
.newspaper__date {
  margin-bottom: 5px;
  font-family: Merriweather-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #f7e5d6;
  opacity: 0.8;
  width: 770px;
}
.date-center {
  text-align: center;
}
.newspaper__title {
  font-family: Merriweather-Bold;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  width: 760px;
  margin-bottom: 10px;
}
.newspaper__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.newspaper__img img {
  height: auto;
  width: 772px;
  -o-object-fit: contain;
  object-fit: contain;
}
#open-3 svg {
  right: 10%;
}
#open-2 svg {
  right: 10%;
}
#open-7 svg {
  right: 10%;
}
#open-10 svg {
  right: 10%;
}
#open-11 svg {
  right: 10%;
}

.splide__arrows {
  position: absolute;
  top: 50%;
  z-index: 999;
}
.splide__arrows button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.splide__arrow--prev {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
  padding: 10px;
}
.splide__arrow--next {
  -webkit-transform: translateX(710px);
  -ms-transform: translateX(710px);
  transform: translateX(710px);
  padding: 10px;
}
.modal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  z-index: 1100;
}
.modal__inner {
  position: relative;
  margin-top: 298px;
}
.modal__back {
  position: absolute;
  top: -78px;
  left: 40px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.modal__desc {
  position: absolute;
  top: -78px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 40px;
  cursor: pointer;
}
.modal__desc img {
  width: 50px;
  height: 50px;
}
.modal__desc p {
  color: RGB (195, 153, 124, 0.6);
}
.modal__wrap {
  position: absolute;
  right: 50px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 160px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal__bottom {
  margin-right: 274px;
}
.close {
  position: absolute;
  z-index: 9999;
  top: -168px;
  right: 40px;
}
.close svg {
  width: 50px;
  height: 50px;
}
.footer,
.modal__bottom {
  font-family: Merriweather-Regular;
  font-size: 26px;
  font-weight: 400;
  line-height: 28.6px;
  text-align: center;
  color: RGB (195, 153, 124, 0.6);
  margin-bottom: 20px;
}
body,
html {
  height: 100%;
  overflow: hidden;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  font-family: Merriweather-Regular, sans-serif;
  color: #f7e5d6;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.locked {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
.wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 1080px;
  height: 1920px;
  padding: 20px;
  z-index: 2;
}
.wrapper__border {
  border: 1px solid rgba(247, 229, 214, 0.9);
  width: 100%;
  height: 100%;
}
.main__background {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.main__background img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
header {
  padding: 0;
}
main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
button {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 400;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
iframe,
img,
svg,
video {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding-left: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}
.section-title {
  font-family: Merriweather-Regular;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  text-align: left;
  margin-bottom: 25px;
}
.title__sm {
  font-size: 50px;
  line-height: 45px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-30 {
  margin-top: 30px;
}

.mt-15p {
  margin-top: 5%;
}

.fz-15 {
  font-size: 15px;
}

.mb-100 {
  margin-bottom: 100px;
}
.lost {
  display: none;
}

.zoom {
  position: relative;
}

.big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 85%;
  bottom: 78px;
}

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -120px auto 80px;
  padding: 10px;
  width: 130px;
  background-color: #f7e5d6;
  border-radius: 5px;
}

.lang a {
  color: #f7e5d6;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}

.hold {
  opacity: 50%;
}
