.catalogi-order-video {
  display: none;
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #242424, #454545);
  border-radius: 10px;
}

.catalogi-order-video--mobile {
  max-width: 320px;
  aspect-ratio: 413 / 803;
}

.catalogi-order-video--desktop {
  max-width: 803px;
  aspect-ratio: 803 / 413;
}

.block_shop_5_rigth .catalogi-order-video--desktop {
  max-width: 803px;
}

.catalogi-order-video__button {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: center;
}

.catalogi-order-video__button:focus-visible {
  outline: 3px solid #f35c50;
  outline-offset: -4px;
}

.catalogi-order-video__play {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  background: #f35c50;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
  position: relative;
}

.catalogi-order-video__play:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 26px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #fff;
}

.catalogi-order-video__title,
.catalogi-order-video__caption {
  display: block;
}

.catalogi-order-video__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.catalogi-order-video__caption {
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.4;
}

.catalogi-order-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991px) {
  .catalogi-order-video--mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .catalogi-order-video--desktop {
    display: block;
  }
}
