.coaches__block .swiper-slide {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.coaches__item {
  padding: 40px;
  background-color: var(--bg-alt-second);
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  display: flex;
  flex-direction: column;
}
.coaches__item__block {
  border: 1px solid var(--bg-primary-stroke);
}
.coaches__item-bottom {
  margin-top: auto;
}
.coaches__item p {
  margin-bottom: 20px;
}
.coaches__item .img-holder {
  position: relative;
  margin-bottom: 20px;
  height: 325px;
  background: linear-gradient(90deg, #E31919 0%, #E3AD19 100%);
}
.coaches__item .img-holder .mark-block {
  background-color: var(--text-primary-head);
  display: flex;
  gap: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-family: var(--font-family-third);
  align-items: center;
}
.coaches__item .img-holder .mark-block img {
  width: 16px;
  height: 16px;
  -o-object-fit: none;
     object-fit: none;
}
.coaches__item-img img {
  max-height: none;
  z-index: 1;
  position: relative;
}
.coaches__item-title {
  margin-bottom: 10px;
}

.coaches__item-img {
  position: relative;
}

.coaches__item-img::after {
  content: "";
  background-image: url(/wp-content/uploads/2026/04/black.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 34px;
  position: absolute;
  right: -2px;
  top: 0;
}

.coaches__item__block::after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2026/04/rectangle-786.png);
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.coach-navigation {
  display: flex;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
.coach-navigation .swiper-pagination {
  justify-content: center;
  align-items: center;
}

.slider-btn {
  border: 1px solid white !important;
  background-color: transparent;
}

.slider-btn:hover {
  background-color: var(--hover-main);
  border: 1px solid var(--hover-main) !important;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-nav--disabled {
  background: rgba(255, 255, 255, 0.1019607843) !important;
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
  cursor: default !important;
}
.btn-nav--disabled svg {
  opacity: 0.5;
}

.btn-nav--disabled:hover {
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
}

.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.1019607843) !important;
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
  cursor: default !important;
}
.swiper-button-disabled svg {
  opacity: 0.5;
}

@media screen and (max-width: 1200px) {
  .coaches__item {
    padding: 20px;
  }
}/*# sourceMappingURL=block.css.map */