body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

section {
}

.container {
  max-width: 1150px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/* !HEADER */
.header {
  background-color: #dce9e2;
}

.header-container {
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-logo-link {
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  color: #212529;

  & span {
    font-weight: 700;
    color: #00856f;
  }
}

.header-navigation {
}

.header-navigation-list {
  display: flex;
  gap: 30px;
}

.header-navigation-list-item {
}

.header-navigation-link {
  font-weight: 400;
  font-size: 16px;
  color: #00856f;
  opacity: 0.9;

  &:hover,
  &:active {
    font-weight: 500;
    font-size: 16px;
    color: #00856f;
    opacity: 1;
  }
}

.header-button {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #00856f;
  border: 1px solid #00856f;
  border-radius: 40px;
  padding: 10px 20px;
  max-width: 200px;
  height: 38px;

  background: transparent;

  display: flex;
  justify-content: center;
  align-items: center;

  transition-property: transform, background-color, color, border, box-shadow;
  transition-duration: 500ms;
  transition-timing-function: easy;
  transition-delay: 0;

  &:hover,
  &:active {
    transform: scale(1.1);
    border: none;
    box-shadow: 0px 1px 2px 0px rgba(188, 188, 188, 0.7),
      1px 2px 4px 0px rgba(188, 188, 188, 0.7),
      2px 4px 8px 0px rgba(188, 188, 188, 0.7),
      2px 4px 16px 0px rgba(188, 188, 188, 0.7);
    color: #fff;
    background-color: #00453a;
  }
}

/* !MAIN */
/* !HERO */
.hero {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #dce9e2;
}

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

.hero-content-wrap {
  max-width: 605px;
}

.hero-title {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.3;
  color: #212529;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;

  & span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #00856f;
    margin-bottom: 16px;
  }
}

.hero-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #495057;
  margin-bottom: 32px;
}

.hero-button {
  border-radius: 40px;
  padding: 16px 32px;
  max-width: 300px;
  height: 52px;
  background: #00856f;

  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;

  transition-property: transform, background-color, box-shadow;
  transition-duration: 500ms;
  transition-timing-function: easy;
  transition-delay: 0;

  &:hover,
  &:active {
    transform: scale(1.1);
    box-shadow: 0px 1px 2px 0px rgba(188, 188, 188, 0.7),
      1px 2px 4px 0px rgba(188, 188, 188, 0.7),
      2px 4px 8px 0px rgba(188, 188, 188, 0.7),
      2px 4px 16px 0px rgba(188, 188, 188, 0.7);
    background-color: #00453a;
  }
}

.hero-button::before {
  content: "";
  background-image: url(../images/path4.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.hero-img {
  max-width: 420px;
}

/* ? container */

.hero-container-section {
  position: relative;
  top: -100px;
}
.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-container-list {
  border: 1px solid #dce9e2;
  border-radius: 6px;
  width: 1120px;
  height: 210px;
  background: #fffaf1;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
}

.hero-container-list-item {
  text-align: center;
}

.hero-container-cifra {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #212529;
}

.hero-container-cifra-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #00856f;
}

/* !AJUDA */

.ajuda {
  padding-bottom: 100px;
}

.ajuda-title {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #212529;
  max-width: 550px;
  margin: 0 auto;

  & span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #00856f;

    display: flex;
    flex-direction: column;

    margin-bottom: 16px;

    margin: 0 auto;
  }
}

.ajuda-list-wrap {
}

.ajuda-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
}

.ajuda-list-item {
  border: 1px solid #dce9e2;
  border-radius: 6px;
  padding: 24px;
  /* width: 347px; */
  height: 207px;
  background: #f7f9f9;
  width: calc((100% - 2 * 40px) / 3);
}

.ajuda-image-wrap {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #dce9e2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ajuda-done-svg {
  fill: #00856f;
  max-width: 16px;
}

.ajuda-list-item-title {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  color: #212529;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ajuda-list-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
}

/* !DOCTOR */

.doctor {
  background: #fffaf1;
}

.doctor .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.doctor-img {
  border-radius: 20px;
  max-width: 480px;
}

.doctor-wrap {
  max-width: 573px;
}

.doctor-title {
  font-weight: 700;
  font-size: 40px;
  color: #212529;

  display: flex;
  flex-direction: column;

  margin-top: 10px;
  margin-bottom: 24px;

  & span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #00856f;
  }
}

.doctor-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
}

/* !contact */

.contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.contact-wrap {
  display: flex;
  flex-direction: column;
  max-width: 404px;
}

.contact-title {
  font-weight: 700;
  font-size: 40px;
  color: #212529;
  margin-bottom: 40px;
}
.contact-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
}

.contact-list {
}

.contact-list-item {
}

.locate::before {
  content: "";
  display: inline-block; /* или block */
  width: 24px; /* ширина и высота */
  height: 24px;
  background-image: url(../images/map.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
  margin-bottom: 16px;
}

.mail::before {
  content: "";
  display: inline-block; /* или block */
  width: 24px; /* ширина и высота */
  height: 24px;
  background-image: url(../images/mail.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.contact-button {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 40px;
  padding: 16px 20px;
  width: 268px;
  height: 56px;

  background: #00856f;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 40px;

  transition-property: transform, background-color, box-shadow;
  transition-duration: 500ms;
  transition-timing-function: easy;
  transition-delay: 0;

  &:hover,
  &:active {
    transform: scale(1.1);
    box-shadow: 0px 1px 2px 0px rgba(188, 188, 188, 0.7),
      1px 2px 4px 0px rgba(188, 188, 188, 0.7),
      2px 4px 8px 0px rgba(188, 188, 188, 0.7),
      2px 4px 16px 0px rgba(188, 188, 188, 0.7);
    background-color: #00453a;
  }
}

.contact-button-svg {
  fill: #fff;
  background: transparent;
  max-width: 24px;
}

.contact-img {
  max-width: 575px;
  border-radius: 20px;
}

/* !footer */
.footer {
  background: #00856f;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer-wrap {
}

.footer-logo {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;

  & span {
    font-weight: 400;
  }
}

.footer-dscr-text,
.footer-dscr {
  font-weight: 400;
  font-size: 14px;
  color: #fffaf1;
  margin-bottom: 10px;
  margin-top: 10px;

  & span {
    margin-right: 5px;
  }
}

.footer-dscr-text {
}

.footer-link-wrap {
}

.footer-form-wrap {
}
.footer-form {
}
.footer-form-label {
}
.footer-form-input {
  height: 45px;
  border-radius: 40px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  width: 450px;
  border: transparent;
}

.footer-form-input::placeholder {
  color: #00856f;
}

.footer-form-btn {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 40px;
  background: #016957;
  padding: 16px 20px;
  margin-left: 5px;

  transition-property: transform, background-color;
  transition-duration: 500ms;
  transition-timing-function: easy;
  transition-delay: 0;

  &:hover,
  &:active {
    transform: scale(1.1);
    background-color: #00453a;
  }
}
