body,
.announce {
  background-color: rgb(225, 225, 215);
}

.task {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.task-2019-inner,
.als-grid-title,
.top-tabs {
  font-family: 'ALS-Hauss';
}

.announce__picture {
  margin-left: 0;
  margin-right: 0;
}

.announce__picture video {
  width: 100%;
}

.task-2019-inner {
  font-family: 'ALS-Hauss';
  font-size: 1.07em;
}
.announce__text {
  font-family: 'ALS-Hauss';
  font-size: 1.6em;
}

.announce__text h2 {
  text-align: left;
}

.text-width {
  max-width: 980px;
  margin: auto;
}

.text-width svg {
  width: 100%;
}

/*  Роли  */
.credits {
  font-family: 'Dostoevsky_title-ExBold-Cond';
  padding: 0;
  background: #000;
  color: #e1e1d7;
  font-size: 24px;
}

.credits h4 {
  font-family: 'ALS-Hauss';
  padding-right: 0;    
  font-size: 1.6em;
  font-weight: 400;
  padding-bottom: 20px;
}
.credits li {
  margin-bottom: 10px;
}

.credits.with-days .credits-inner-wrapper {
  padding-right: 0;
}

.credits-credits-wrapper {
  text-align: center;
  width: 100%;
}

.credits .column-wrapper {
  width: 100%;
}

.credits .column li {
  width: 100%;
  font-size: 32px !important;
}

.credits .credits-days-wrapper {
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.logo-worlds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.logo-worlds video {
  width: 100%;
}

.logo-worlds__item {
  width: 25%;
}


.black-bg {
  background-color: #000;
  color: #fff;
}

.merch {
  background-color: #000;
}

.merch,
.merch__wide,
.merch__wide img {
  width: 100%;
  display: block;
}

.merch__wide {
  margin-bottom: 1%;
}

.merch__double {
  margin-bottom: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.merch__double img {
  width: 49.5%;
  height: 100%;
}


.video-bg {
  margin: 0;
  padding: 0;
  background: #e6e6df;
  width: 100%;
}

.video-bg video {
  display: block;
  width: 100%;
}

.vimeo_desktop {
  width: 100%;
  margin: auto;
}

.vimeo_desktop iframe {
  width: 100%;
  height: 66.25vw;
  margin: 0 auto;
  pointer-events: none;
}

.color-sections {
  width: 100%;
  background: rgb(225, 225, 215);
  color: #000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.color-sections__item {
  position: relative;
  color: #fff;
  text-align: center;
  /* 	padding-bottom: 5%; */
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 1%;
}

.color-sections__item .announce__text,
.color-sections__item .announce__text h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #e1e1d7;
  text-align: left;
}
.color-sections-white {
  color: #e1e1d7 !important;
}

.writter-world {
  opacity: 1;
  /* 	display: block; */
  /* 	background-color: #37676B; */
}

.works-world {
  /* 	display: none; */
  /* 	background-color: #B04141; */
}

.readers-world {
  /* 	display: none; */
  /* 	background-color: #7D6C4F; */
}

.museum-world {
  /* 	display: none; */
  /* 	background-color: #5A6E82; */
}

.world-block-parent-01 {
  position: relative;
}

.world-block-parent-02 {
  position: relative;
}

.world-block-parent-03 {
  position: relative;
}

.world-block-parent-04 {
  position: relative;
}

.world-block {
  width: 100%;
  height: 80%;
  position: relative;
  /* 	background: green; */
}

.world-block img {
  width: 100%;
}

.block-novisible {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.world-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  /* 	background: rgba(0,0,0,0.4); */
}

.world-block__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  margin: 5%;
}

.world-block__item-center {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
  z-index: 3;
  margin: 5%;
}

.world-block__item-single {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* 	position: absolute; */
  /*
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80%;
z-index: 3;
*/
  margin: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.world-block-sausage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  /* 	height: 100%; */
  z-index: 2;
}

.overlay-sausage {
  z-index: 4;
}

.world-hide {
  display: none;
}

.no-visible {
  opacity: 0;
}

.active {
  opacity: 1;
}

.world-intro-wrapper {
  min-height: 16rem;
  position: relative;
}

.text-lines {
  position: absolute;
  left: -3rem;
  right: 0;
  bottom: 0;
  width: calc(3rem + 100%);
  z-index: 1;
}

.ribbon-1,
.ribbon-1-shadow {
  -webkit-transform: translate(-1890px, 410px);
      -ms-transform: translate(-1890px, 410px);
          transform: translate(-1890px, 410px);
}

.ribbon-2,
.ribbon-2-shadow {
  -webkit-transform: translate(100%, -180px) rotate(180deg);
      -ms-transform: translate(100%, -180px) rotate(180deg);
          transform: translate(100%, -180px) rotate(180deg);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.ribbon-3,
.ribbon-3-shadow {
  -webkit-transform: translate(0, 417px);
      -ms-transform: translate(0, 417px);
          transform: translate(0, 417px);
}

text {
  font-size: 90px;
  font-family: 'Dostoevsky_title-ExBold-Cond', sans-serif;
  text-transform: uppercase;
}



.writter-world__single-image {
  width: 100%;
  position: relative;
}

.writter-world__single-image img {
  width: 100%;
}

.writter-world__single-middle {
  width: 100%;
  position: relative;
  z-index: 2;
}

.writter-world__single-front,
.writter-world__single-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
}

.writter-world__single-front {
  z-index: 3;
}

.writter-world__single-back {
  z-index: 1;
}

.writter-world__double-middle-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
  z-index: 3;
}

.writter-world__double-middle {
  width: 100%;
  position: relative;
  z-index: 1;
}


.sausages-item-01 {
  opacity: 1;
  position: relative;
}

.sausages-item-02 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sausages-item-03 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sausages-item-012 {
  opacity: 1;
  position: relative;
}

.sausages-item-022 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sausages-item-032 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-sausages {
  z-index: 5;
}


.sausages-item-013 {
  opacity: 1;
  position: relative;
}

.sausages-item-023 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sausages-item-033 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}


.sausages-item-014 {
  opacity: 1;
  position: relative;
}

.sausages-item-024 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sausages-item-034 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1600px) {
  .world-intro-wrapper {
    min-height: 10rem;
  }
}

@media (max-width: 900px) {
  .world-intro-wrapper {
      min-height: 8rem;
  }
  .credits .column {
      font-size: 19px !important;
      padding: 0;
  }
  .announce__text {
      font-size: 1.2em;
  }
  .logo-worlds {
    flex-wrap: wrap;
  }
  .logo-worlds__item {
    width: 50%;
  }
  .next-page__text {
    font-size: 100%;
    width: 100%;
  }
  .vimeo_desktop iframe {
    pointer-events: auto;
  }
}