@charset "UTF-8";
/* -------------------------------------
	Страница подбора ленты
	------------------------------------- */
.page-tape__row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.tape {
  width: 963px;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .page-tape__row {
    display: block;
  }
  .tape {
    width: 100%;
  }
}
