@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #ffffff;
}

button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

@media (max-width: 1500px) {
  .container {
    padding: 0 10px;
  }
}
.wrapper {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

.nav {
  padding-top: 40px;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__list {
  display: flex;
  align-items: center;
}

.nav__list_item {
  margin-left: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
}

.services__item a {
  color: black;
}

.nav__btn {
  padding: 12px 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background: #219653;
  border-radius: 10px;
}

.intro h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
  color: #121212;
}

.intro h1 span {
  color: #219653;
}

.intro__inner {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.intro__content {
  max-width: 507px;
  padding-top: 50px;
}

.intro__subtitle {
  max-width: 490px;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 46px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #696969;
}

.intro__btn {
  padding: 16px 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: #219653;
  border-radius: 10px;
}

@media (max-width: 1500px) {
  .intro__img {
    max-width: 515px;
  }
}
@media (max-width: 1200px) {
  .intro__img {
    max-width: 469px;
  }
  .check-up__content,
.detox__content,
.surgery__content,
.advice__content {
    max-width: 450px !important;
  }
}
.services {
  padding-top: 100px;
}

.services__subtitle {
  font-weight: 700;
  font-size: 14px;
  color: #219653;
  text-align: center;
}

.services__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #121212;
  text-align: center;
}

.services__inner {
  margin-top: 51px;
  display: flex;
  justify-content: space-between;
}

.services__item {
  padding: 50px 40px 10px 40px;
  max-width: 287px;
  height: 226px;
  width: 100%;
  border-top: 3px solid #219653;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(18, 18, 18, 0.1);
  border-radius: 0px 0px 10px 10px;
}

@media (max-width: 1500px) {
  .services__item {
    max-width: 230px;
    padding: 39px 20px 10px 20px;
  }
}
.services__item h4 {
  margin-top: 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #121212;
}

.services__item p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #696969;
}

.check-up,
.detox,
.surgery,
.advice,
.surgery {
  padding-top: 100px;
}

@media (max-width: 1500px) {
  .check-up__img,
.detox__img,
.surgery__img,
.advice__img,
.surgery__img {
    max-width: 515px !important;
  }
}
.check-up__inner,
.detox__inner,
.surgery__inner,
.advice__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.check-up__content,
.detox__content,
.surgery__content,
.advice__content {
  max-width: 560px;
  width: 100%;
}

.check-up__subtitle,
.detox__subtitle,
.surgery__subtitle,
.advice__subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #219653;
}

.check-up__title,
.detox__title,
.surgery__title,
.advice__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #121212;
}

.check-up__descr,
.detox__descr,
.surgery__descr,
.advice__descr {
  margin-top: 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #696969;
}

.check-up__list,
.detox__list,
.surgery__list,
.advice__list {
  margin-top: 26px;
}

.check-up__list_item,
.detox__list_item,
.surgery__list_item,
.advice__list_item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
}

.check-up__list_item img,
.detox__list_item img,
.surgery__list_item img,
.advice__list_item img {
  margin-right: 12px;
}

.check-up__btn,
.detox__btn,
.surgery__btn,
.advice__btn {
  display: inline-block;
  margin-top: 16px;
  padding: 16px 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: #219653;
  border-radius: 10px;
}

.surgery__content {
  max-width: 697px;
}

.surgery__img {
  max-width: 759px;
}

.surgery__descr {
  max-width: 597px;
}

.advice {
  padding-top: 140px;
}

.advice__content {
  max-width: 496px;
}

.statistics {
  padding-top: 167px;
}

.statistics__subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #219653;
  text-align: center;
}

.statistics__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #121212;
  text-align: center;
}

.statistics__inner {
  margin: 73px auto 0;
  max-width: 921px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.statistics__item {
  border-top: 3px solid #219653;
  max-width: 287px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 190px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(18, 18, 18, 0.1);
  border-radius: 0px 0px 10px 10px;
}

.statistics__item .item__number {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #121212;
}

.statistics__item .item__title {
  margin-top: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #121212;
}

.statistics__item .item__subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #696969;
}

.find-us {
  padding-top: 154px;
}

.find-us__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #121212;
  text-align: center;
}

.find-us__subtitle {
  margin-top: 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #696969;
  text-align: center;
}

.find-us__inner {
  padding: 27px 45px;
  display: flex;
  margin: 46px auto 0;
  max-width: 1340px;
  height: 350px;
  width: 100%;
  background: rgba(33, 150, 83, 0.49);
}

.find-us__info {
  padding-top: 80px;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  color: #121212;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .find-us__info {
    font-size: 18px;
  }
}

.find-us .map {
  margin-right: 67px;
  width: 616px;
  height: 417px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1500px) {
  .find-us__inner {
    height: 295px;
    padding: 27px 30px;
  }
  .find-us__info {
    padding-top: 60px;
  }
  .find-us iframe {
    width: 500px;
    height: 300px;
  }
  .find-us .map::before {
    width: 500px !important;
    height: 300px !important;
    right: 0;
    left: 11px;
  }
}
.find-us .map::before {
  content: "";
  top: 11px;
  right: -11px;
  position: absolute;
  z-index: -1;
  width: 616px;
  height: 417px;
  border: 4px solid #037d00;
}

.footer {
  padding-top: 350px;
  padding-bottom: 40px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__info div {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
}

.footer__links {
  max-width: 655px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1500px) {
  .footer__links {
    max-width: 593px;
  }
}

.footer__link {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
}

.footer__link:last-child {
  display: flex;
  flex-direction: column;
}

.footer__link:last-child > div {
  margin-top: 18px;
}

.footer__link:last-child > div a {
  margin-right: 15px;
}


@media (max-width: 1366px) {
  .intro__img {
    max-width: 469px;
  }
  .check-up, .detox, .surgery, .advice, .surgery {
    padding-top: 100px;
    margin-left: 5%;
    margin-right: 5%;
}
}