

/* Start:/local/templates/v1rt-2k21/components/v1rt/section/shorts-cta/style.css?17726161671174*/
  .cta-block {
    margin: 40px 0 40px;
    padding: 28px 32px;
    border-radius: 18px;
    background: linear-gradient(
      135deg,
      rgba(1,176,255,0.08),
      rgba(5,53,152,0.06)
    );
  }

  .cta-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
  }

  .cta-price {
    font-size: 26px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
  }

  .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background: #01B0FF;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.25s ease;
  }

  .cta-button:hover,
  .cta-button:focus,
  .cta-button:active {
    background: #053598;
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-2px);
  }

  @media (max-width: 600px) {
    .cta-inner {
      flex-direction: column;
      gap: 18px;
    }

    .cta-price {
      font-size: 22px;
      white-space: normal;
      text-align: center;
    }

    .cta-button {
      width: 100%;
      max-width: 280px;
      text-align: center;
    }
  }
/* End */


/* Start:/local/templates/v1rt-2k21/components/v1rt/section/shorts/style.css?17726152061127*/
  .video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  @media (min-width: 1024px) {
    .video-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .video-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1080 / 1964;
    background: #111;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
  }

  .video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s ease;
  }

  /* Затемнение если не играет */
  .video-item:not(.playing) video {
    filter: brightness(0.6);
  }

  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(1, 176, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: 0.2s ease;
  }

  .play-btn svg {
    width: 26px;
    height: 26px;
    fill: #fff;
    margin-left: 3px;
  }

  .video-item.playing .play-btn {
    opacity: 0;
  }
/* End */
/* /local/templates/v1rt-2k21/components/v1rt/section/shorts-cta/style.css?17726161671174 */
/* /local/templates/v1rt-2k21/components/v1rt/section/shorts/style.css?17726152061127 */
