/*.services-page__block:first-of-type  .services-page__aside{
    display: none;
}
.services-page__block:first-of-type.grid {
    grid-template-columns: 1fr;
}*/

.service-card__link-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero .hero__inner .hero__title {
    font-size: clamp(28px, 4vw, 46px) !important;
}

.video-trtt {
  width: 93vw;
  height: calc(93vw * 0.5625);
  max-width: 720px;
  max-height: 405px;
}

.section__title {
    font-size: clamp(28px, 4vw, 46px) !important;
}

/* По умолчанию (на десктопе) – фиксированный размер 720x405 */
.typical__block-content iframe {
    width: 720px !important;
    height: 405px !important;
    max-width: none !important;
}

/* На экранах уже 767px и меньше – адаптивный размер */
@media (max-width: 767px) {
    .typical__block-content iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        max-width: 100% !important;
    }
}