.trainers {
  position: relative;
  margin: 0;
  /* min-height: 100vh; */
  width: 100%;
  background-color: #191919;
  
  z-index: 2;

}
.trainers__bg{
  position: absolute;
  top: 30px;
  left: -2px;
  z-index: 0;
  width: 100vw;
  height: 95% !important;
}
.trainers__bg img{
  width: 100%;
  height: 100% !important;
}
.trainers__title {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  top: -70px;
}
@media (min-width: 350px) and (max-width: 1600px) {
  .trainers__title {
    top: calc(-25px + (-70 - -25) * ((100vw - 350px) / (1600 - 350)));
  }
}
.trainers__title p {
  
  font-family: Oswald;
  font-size: 36px;
  line-height: 47px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #e50c3e;
}
.trainers__list {
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin: 0 auto;
}
.trainers__list__row__1 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.trainers__list__row__2 {
 display: flex;
 justify-content: space-evenly;
 flex-wrap: wrap;
 margin: 5% 0;
}
.trainers__list__dacktop__item {
  max-width: 15% !important;
}
.trainers__list__dacktop__item__name {
  display: flex;
  justify-content: center;
  margin: 5px 0;
  font-family: Oswald;
  font-size: 23px;
  line-height: 47px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #e50c3e;
  white-space: nowrap;
}
.trainers__map {
  position: relative;
  margin-top: 8%;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.trainers__map__adress {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trainers__map__adress p{
  font-family: Oswald;
  font-size: 37.5px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #e50c3e !important;
}
@media (max-width: 800px) {
  .trainers__list__dacktop, .trainers__bg {
    display: none;
  }
  
  .trainers {
    margin: 0;
    max-width: 100%;
    height: auto;
  
    background: url('../img/map.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;

  }
  .trainers__map{
    position: relative;
    z-index: 2;
    margin: 25px 0;
  }
  .trainers__map__adress p{
    font-size: 18px;
    line-height: 22px;

  }
  .trainers__ragged__bottom{
    position: relative;
  }
}
@media (min-width: 800px) {
  .trainers__list__mobile {
    display: none;
  }
}
.trainers__list__mobile{
    margin-bottom: 23%;
}
.splide__slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.splide__slide img{
    width: 50% !important;
}
.splide__slide p{
    display: flex;
    justify-content: center;
    margin: 5px 0;
    font-family: Oswald;
    font-size: 23px;
    line-height: 47px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #e50c3e;
    white-space: nowrap;
}
.trainers__list img {
    border-radius: 50%;
    border: 10px solid #e50c3e;
}
.trainers__ragged{
  position: relative;
  z-index: 2;
}
.trainers__ragged__bottom{
  position: relative;
  display: flex;
    align-items: flex-end;
    z-index: 2;
}
.trainers__ragged__bottom img, .trainers__ragged img{
  width: 100%;
}