.announce__video,
.announce__scroll-animation {
  position: relative;
  max-width: 1264px;
  width: calc(100% - 44px);
  margin: auto;
}

.tab {
  background-color: rgba(230, 230, 230, 1);
}

.tab:hover {
  background-color: rgba(230, 230, 230, .6);
}

.announce__video video {
  position: absolute;
  width: 94.9%;
  left: 2.6%;
  top: 7.8%;
}

.announce__scroll-animation__wrapper {
  overflow: hidden;
  margin: 100px 0;
}

.announce__scroll-animation__wrapper_stripe {
  max-width: 3606px;
  width: 300%;transform: translate3d(0%, 0, 0);
  transition: 17ms transform linear;
}

.announce__spin-chair {
/*  position: absolute;
  bottom: 71.3%;
  left: 2.5%;
  overflow: hidden; 
  width: 95%;
  height: 17.8%;
  max-height: 859px;
  background: #fff;*/
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.anonounce__scheme-chair {
  overflow: hidden;
}

.for-announce .selected .section-list__item_name div:before {
    background-color: #fed686;
}

.chair-scheme-mobile {
  display: none !important;
}

@media(max-width: 1150px) {
  .comfort-collection {
    display: none;
  }
}

@media(max-width: 993px) {
  .anonounce__scheme-chair {
    display: none;
  }

  .chair-scheme-mobile {
    display: block !important;
  }
}

@media(max-width: 570px) {
  .announce__scroll-animation__wrapper {
    margin: 30px 0;
  }
}

.comfort-collection {
  position: absolute;
  width: 94.8%;
  background: #fff;
  left: 2.6%;
  top: 14%;
  height: 15%;
  min-height: 500px;
}

.announce__catalog {
  margin-bottom: -55px;
}

@media(max-width: 990px) {
  .announce__catalog {
    margin-bottom: -20px;
  }
}