.fancybox__content {
  background: none !important;
}

.short-video {
  align-items: center;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
  min-height: 520px;
}

@media (any-hover: hover) {
  .short-video:hover .short-video__play {
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1);
  }
}

.short-video__cover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.info-decor-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--Secondary-text, rgba(150, 154, 165, 1));
  margin-bottom: 16px;;
}
.info-decor__info .info-decor__subtitle.h3{
  font-size: 32px;
}
.short-video__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  width: 100%;
}

.short-video__play {
  align-items: center;
  background-color: var(--brand-blue);
  border-radius: 50%;
  display: flex;
  flex: 0 0 72px;
  height: 72px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: transform 0.3s ease;
  width: 72px;
  z-index: 1;
}
.info-decor__row{
  gap: 64px;
}
.info-decor__image .block__picture{
  width:100%;
  margin-top: 0;
}
.info-decor__row .info-decor__info{
  max-width: 602px;
}

.short-video__play img {
  flex: 0 0 22px;
  left: 4px;
  position: relative;
  width: 22px;
}

.short-video__text {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.info-decor__row .info-decor__box{
  flex: 0 0 49.09%;
}
@media (max-width: 1024px) {
    .info-decor__box {
        width: 100%;
    }
}
@media (min-width: 425px) and (max-width: 768px) {
  .block__video-short {
    height: inherit;
    min-height: 50vw;
  }
  .info-decor__info .info-decor__subtitle.h3{
  font-size: 24px;
}
}

@media (max-width: 425px) {
  .short-video {
    height: 520px;
  }
  .short-video__text {
    font-size: 18px;
    line-height: 26px;
  }
  .info-decor__info .info-decor__subtitle.h3{
  font-size: 24px;
}
}

.block__picture.block__picture--psize-small {
  padding-top: 32px;
  padding-right: 29px;
  padding-bottom: 32px;
  padding-left: 29px;
  border-radius: 20px;
}
.block__picture.block__picture--pcolor-grey {
  background-color: #f0f2f8;
}
.block__picture.block__picture--pcolor-white {
  background-color: #fff;
}
.block__picture.block__picture--pcolor-dark-blue {
  background-color: #2b2b69;
}
