/* Billboards page вЂ” v2 components, С‚РѕР»СЊРєРѕ РјРѕРґРёС„РёРєР°С‚РѕСЂС‹ --billboards */

.app { background: #000000; }
.billboards-page { padding: 0; }

.hero--billboards .hero__bg-img {
  object-fit: cover;
}

/* 440: hero вЂ” 1 РєРЅРѕРїРєР° В«Р Р°СЃСЃС‡РёС‚Р°С‚СЊ РєР°РјРїР°РЅРёСЋВ», fluid 440в†’834 */
@media (max-width: 833px) {
  .hero--billboards .hero__actions .button--outline {
    display: none;
  }

  .hero--billboards .hero__actions .button--primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: clamp(16px, calc(16 * 100vw / 440), 30px) clamp(32px, calc(32 * 100vw / 440), 60px);
    gap: clamp(10px, calc(10 * 100vw / 440), 19px);
    width: clamp(243px, calc(243 * 100vw / 440), 460px);
    min-width: 243px;
    height: clamp(52px, calc(52 * 100vw / 440), 98px);
    flex: none;
    background: #14f195;
    border-radius: 64px;
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: clamp(16px, calc(16 * 100vw / 440), 18px);
    line-height: 1.25;
    color: #000000;
    white-space: nowrap;
  }
}

/* Р¤РѕРЅ РїРѕ Р±СЂРµР№РєРїРѕРёРЅС‚Р°Рј вЂ” РєР°Рє РЅР° СЂР°РґРёРѕ */
@media (max-width: 439px) {
  .hero--billboards .hero__bg-img {
    object-position: right center;
  }
}

@media (min-width: 440px) and (max-width: 1439px) {
  .hero--billboards .hero__bg-img {
    object-position: 90% center;
  }
}

@media (min-width: 1440px) {
  .hero--billboards .hero__bg-img {
    object-position: center center;
  }
}

/* Hero title/subtitle: mobile by default */
.hero--billboards .hero__title-inner,
.hero--billboards .hero__subtitle-inner {
  display: none;
}

.hero--billboards .hero__title--mobile,
.hero--billboards .hero__subtitle--mobile {
  display: block;
}

/* 834px: tablet вЂ” Figma Blok1 */
@media (min-width: 834px) and (max-width: 1439px) {
  .hero--billboards {
    min-height: 485px;
  }

  .hero--billboards .container {
    max-width: 834px;
  }

  .hero--billboards .hero__content {
    padding: 56px 32px 80px;
    gap: 18px;
    align-items: flex-start;
  }

  .hero--billboards .hero__content .hero__actions {
    margin-top: 18px;
  }


  .hero--billboards .hero__title--mobile,
  .hero--billboards .hero__subtitle--mobile {
    display: none;
  }

  .hero--billboards .hero__title--834,
  .hero--billboards .hero__subtitle--834 {
    display: block;
  }

  .hero--billboards .hero__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.48px;
  }

  .hero--billboards .hero__subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #c4c4c4;
    margin-bottom: 0;
  }

  .hero--billboards .hero__actions {
    gap: 0;
  }

  .hero--billboards .hero__actions .button--outline {
    display: none;
  }

  .hero--billboards .hero__actions .button--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    width: 243px;
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background: #14f195;
    color: #000000;
    border-radius: 64px;
    white-space: nowrap;
  }
}

/* 1440px: desktop variants */
@media (min-width: 1440px) {
  .hero--billboards .hero__title--mobile,
  .hero--billboards .hero__subtitle--mobile,
  .hero--billboards .hero__title--834,
  .hero--billboards .hero__subtitle--834 {
    display: none;
  }

  .hero--billboards .hero__title--desktop,
  .hero--billboards .hero__subtitle--desktop {
    display: block;
  }

  .hero--billboards .hero__actions .button--outline {
    display: none;
  }

  .hero--billboards .hero__actions .button--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    width: 243px;
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background: #14f195;
    color: #000000;
    border-radius: 64px;
    white-space: nowrap;
  }
}

.media-split--billboards .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 834px) {
  .media-split--billboards .container {
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .media-split--billboards .container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 48px;
  }
  .media-split--billboards .media-split__title {
    flex-basis: 100%;
  }
}

.cta-form.cta-form--billboards .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* 834вЂ“1439: С‚Р° Р¶Рµ СЃС‚СЂСѓРєС‚СѓСЂР°, С‡С‚Рѕ 440 Рё 1440 вЂ” column, С†РµРЅС‚СЂРёСЂРѕРІР°РЅРёРµ, РєР°СЂС‚РѕС‡РєР° */
@media (min-width: 834px) and (max-width: 1439px) {
  .cta-form.cta-form--billboards .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding: 44px clamp(24px, 3vw, 44px);
    background: #19161c;
    max-width: min(770px, calc(100% - 48px));
    margin-inline: auto;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .cta-form.cta-form--billboards .cta-form__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    width: 100%;
    max-width: 408px;
  }

  .cta-form.cta-form--billboards .cta-form__title {
    font-size: clamp(24px, calc(24 + (38 - 24) * (100vw - 834px) / 606), 38px);
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #ffffff;
  }

  .cta-form.cta-form--billboards .cta-form__text {
    font-size: clamp(18px, calc(18 + (22 - 18) * (100vw - 834px) / 606), 22px);
    line-height: 1.3;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }

  .cta-form.cta-form--billboards .cta-form__form-wrapper {
    width: 100%;
    max-width: 408px;
  }

  .cta-form.cta-form--billboards .cta-form__form {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }

  .cta-form.cta-form--billboards .cta-form__form-title {
    display: none;
  }

  .cta-form.cta-form--billboards .cta-form__form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    width: 100%;
  }

  .cta-form.cta-form--billboards .cta-form__field:nth-child(1),
  .cta-form.cta-form--billboards .cta-form__field:nth-child(3) {
    display: none;
  }

  .cta-form.cta-form--billboards .cta-form__field:nth-child(2) {
    width: 100%;
  }

  .cta-form.cta-form--billboards .cta-form__input {
    width: 100%;
    max-width: 383px;
    height: 56px;
    border: 1px solid #ffffff;
    border-radius: 12px;
  }

  .cta-form.cta-form--billboards .cta-form__input::placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    letter-spacing: -0.03em;
  }

  .cta-form.cta-form--billboards .cta-form__form .button {
    width: 145px;
    height: 52px;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 64px;
    background: #14f195;
    color: #000000;
  }
}

@media (min-width: 1440px) {
  .cta-form.cta-form--billboards .container {
    gap: 48px;
  }
}

/* Steps: С†РµРЅС‚СЂР°Р»СЊРЅР°СЏ (3-СЏ) РёРєРѕРЅРєР° вЂ” С‡С‘СЂРЅР°СЏ */
.steps--billboards .step-card:nth-child(3) .step-card__icon {
  filter: brightness(0);
}

/* в•ђв•ђв•ђ CTA Contact 440 вЂ” Fluid 440в†’834: РјР°СЃС€С‚Р°Р±РёСЂСѓРµС‚СЃСЏ РїСЂРё СѓРІРµР»РёС‡РµРЅРёРё СЌРєСЂР°РЅР° в•ђв•ђв•ђ */
@media (max-width: 833px) {
  .cta-form.cta-form--billboards .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(44px, calc(44px + (54 - 44) * (100vw - 440px) / 394), 54px) clamp(20px, calc(20px + (44 - 20) * (100vw - 440px) / 394), 44px);
    gap: clamp(26px, calc(26px + (32 - 26) * (100vw - 440px) / 394), 32px);
    background: #19161c;
    width: 100%;
    max-width: min(100%, clamp(440px, calc(440px + (770 - 440) * (100vw - 440px) / 394), 770px));
    margin-inline: auto;
    box-sizing: border-box;
  }

  .cta-form.cta-form--billboards .cta-form__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    width: 100%;
    max-width: min(100%, clamp(408px, calc(408px + (480 - 408) * (100vw - 440px) / 394), 480px));
  }

  .cta-form.cta-form--billboards .cta-form__title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(24px, calc(24px + (32 - 24) * (100vw - 440px) / 394), 32px);
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #ffffff;
  }

  .cta-form.cta-form--billboards .cta-form__text {
    font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 440px) / 394), 22px);
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }

  .cta-form.cta-form--billboards .cta-form__form-wrapper {
    width: 100%;
    max-width: min(100%, clamp(408px, calc(408px + (480 - 408) * (100vw - 440px) / 394), 480px));
  }

  .cta-form.cta-form--billboards .cta-form__form {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }

  .cta-form.cta-form--billboards .cta-form__form-title {
    display: none;
  }

  .cta-form.cta-form--billboards .cta-form__form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    width: 100%;
  }

  .cta-form.cta-form--billboards .cta-form__fields {
    width: 100%;
  }

  .cta-form.cta-form--billboards .cta-form__field:nth-child(1),
  .cta-form.cta-form--billboards .cta-form__field:nth-child(3) {
    display: none;
  }

  .cta-form.cta-form--billboards .cta-form__field:nth-child(2) {
    width: 100%;
  }

  .cta-form.cta-form--billboards .cta-form__input {
    width: 100%;
    height: 56px;
    border: 1px solid #ffffff;
    border-radius: 12px;
  }

  .cta-form.cta-form--billboards .cta-form__input::placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    letter-spacing: -0.03em;
  }

  .cta-form.cta-form--billboards .cta-form__form .button {
    width: 145px;
    height: 52px;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 64px;
    background: #14f195;
    color: #000000;
  }
}

/* в•ђв•ђв•ђ CTA Contact 1440px вЂ” Figma 1088px РєР°СЂС‚РѕС‡РєР° в•ђв•ђв•ђ */
@media (min-width: 1440px) {
  .cta-form.cta-form--billboards {
    display: flex;
    justify-content: center;
    background: transparent;
    padding: 0 32px;
  }

  .cta-form.cta-form--billboards .container {
    max-width: 1088px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 54px 44px 60px;
    background: #19161c;
    border-radius: 12px;
  }

  .cta-form.cta-form--billboards .cta-form__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    width: 100%;
  }

  .cta-form.cta-form--billboards .cta-form__title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.03em;
  }

  .cta-form.cta-form--billboards .cta-form__text {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.8);
  }

  .cta-form.cta-form--billboards .cta-form__form-wrapper {
    width: 100%;
  }

  .cta-form.cta-form--billboards .cta-form__form {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    width: 100%;
  }

  .cta-form.cta-form--billboards .cta-form__form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    width: 100%;
  }

  .cta-form.cta-form--billboards .cta-form__form-title {
    display: none;
  }

  /* РўРѕР»СЊРєРѕ РїРѕР»Рµ С‚РµР»РµС„РѕРЅР° вЂ” 383px */
  .cta-form.cta-form--billboards .cta-form__fields {
    width: auto;
    display: flex;
    justify-content: center;
  }

  .cta-form.cta-form--billboards .cta-form__field:nth-child(1),
  .cta-form.cta-form--billboards .cta-form__field:nth-child(3) {
    display: none;
  }

  .cta-form.cta-form--billboards .cta-form__field:nth-child(2) {
    width: 383px;
  }

  .cta-form.cta-form--billboards .cta-form__input {
    width: 383px;
    height: 56px;
    border: 1px solid #ffffff;
    border-radius: 12px;
  }

  .cta-form.cta-form--billboards .cta-form__input::placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    letter-spacing: -0.03em;
  }

  .cta-form.cta-form--billboards .cta-form__form .button {
    width: 145px;
    height: 52px;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 64px;
    background: #14f195;
    color: #000000;
  }
}
