/* *
 * Фиксированные размеры для всех картинок и иконок + object-fit: cover
 * Чтобы при замене в ACF изображения не ломали вёрстку
 */

/* --- Блок «О нас» --- */
/* .about__photo {
  width: 100%;
  height: 498px;
  overflow: hidden;
} */

.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* --- Услуги (карточки) --- */
/* .services__card {
  min-height: 320px;
} */

.services__card-img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.services__left .services__card-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}


/* --- Программы: карточки --- */
.programs__card-img {
  width: 100%;
  height: 514px;
  object-fit: cover;
}

/* --- Программы: иконки в блоках --- */
.programs__item-img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  object-position: left top;
}

/* --- Корты (слайдер) --- */
.courts__photos-img {
  width: 100%;
  height: 477px;
  object-fit: cover;
}

/* --- Преимущества (иконки) --- */
.features__card-icon {
  width: 80x;
  height: 80px;
  object-fit: contain;
}

/* --- Тренеры --- */
.coaches__card-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: 50% 14%;
}

/* --- Турниры --- */
.tournaments__card-img {
  object-fit: contain;
}

/* --- Шапка: логотип --- */
/* .header__logo img {
  height: 44px;
  width: auto;
  object-fit: contain;
} */

/* --- Подвал: логотип --- */
/* .footer__logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
} */
/* о нас */
/* .about__photo {
  width: 100%;
  height: 498px;
  overflow: hidden;
} */

/* .about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */



.skills__card--photo {
  width: 100%;
  height: 453px;
  object-fit: cover;
}

.skills__card--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}