/* ------------------------------------------ */
.first-screen {
  background: url(../img/bg-4.webp) no-repeat center center;
  background-size: cover;
  /* background-attachment: fixed; */
}
/* ------------------------------------------ */
.methods::before {
  background: url(../img/rr1.webp) no-repeat center center;
  background-size: cover;
}
/* ------------------------------------------ */
.types__title {
  margin-bottom: 30px;
}
.types__subtitle {
  max-width: 820px;
  margin: 0 auto 50px;
}
.types__cards-title {
  margin-bottom: 29px;
}
/* ------------------------------------------ */
.leisure {
  padding-bottom: 40px;
}
/* ------------------------------------------ */
.care {
  padding-top: 40px;
}
.care .methods__list {
  max-width: 500px;
}
.methods__list-subtitle {
  max-width: 500px;
  margin-bottom: 13px;
}
.care .methods__list-title {
  margin-bottom: 25px;
}
@media screen and (max-width: 1300px) {
  .types__title {
    margin-bottom: 26px;
  }
  .types__subtitle {
    max-width: 726px;
    margin: 0 auto 30px;
  }
  .care .methods__list-title {
    margin-bottom: 20px;
  }
  .leisure {
    padding-bottom: 30px;
  }
  /* ------------------------------------------ */
  .care {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .types__title {
    margin-bottom: 20px;
  }
  .types__subtitle {
    margin: 0px auto 20px;
  }
  .types__cards-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 950px) {
  .types__title {
    margin-bottom: 16px;
  }
  .types__subtitle {
    margin: 0px auto 16px;
  }
  .types__cards-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 950px) {
  .care .methods__list {
    margin-bottom: 20px;
  }
}
