* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

h1 {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1070px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 50px;
}

h3 {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  font-size: 24px;
}

h5 {
  color: #858585;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

h6 {
  color: #858585;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

p {
  color: #858585;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

button {
  border: none;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: #0A91AB;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

input {
  border: none;
}

textarea {
  resize: none;
}

html,
body {
  overflow-x: hidden;
}

.container {
  margin: 0px auto;
  max-width: 1060px;
  padding: 0px 10px;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

section {
  padding: 80px 0px;
}

@media (max-width: 1024px) {
  section {
    padding: 40px 0px;
  }
}

@media (max-width: 1070px) {
  .mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}

@media (max-width: 1070px) {
  .mobc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .wrapper img {
    width: 100%;
  }
}

.footer {
  margin-top: 80px;
}

.bg__black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=base.css.map */