@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans:wght@300;400;700&display=swap");
.content__header {
  width: 100%;
  background-color: #2ECC71;
  color: white;
  padding: 50px 30px;
}

@media (max-width: 799px) {
  .content__header {
    padding: 50px 10px;
  }
}

.content__header h2 {
  text-align: center;
}

.content__header p {
  font-size: 0.9rem;
  padding: 10px 0px;
  text-align: center;
}

.content__formwork {
  width: 100%;
  border: 1px solid #edeeef;
  -webkit-box-shadow: 2px 2px 15px 0px rgba(102, 102, 119, 0.25);
          box-shadow: 2px 2px 15px 0px rgba(102, 102, 119, 0.25);
}

@media (max-width: 799px) {
  .content__formwork {
    width: calc(100% - 20px);
    margin: 50px 10px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}

@media (min-width: 800px) {
  .content__formwork {
    width: calc(100% - 40px);
    max-width: 580px;
    margin: 80px 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
}

.content__formwork--offer {
  height: 100%;
}

.content__formwork--offer h2 {
  margin-bottom: 10px;
  text-align: center;
}

.content__formwork--offer h3 {
  margin-bottom: 5px;
}

.content__formwork--offer h4 {
  margin-bottom: 5px;
}

.content__formwork--offer li {
  list-style-position: inside;
  margin-bottom: 5px;
}

.content__formwork--offer li:last-child {
  margin-bottom: 0px;
}

.content__formwork--offer button.formofferBtn {
  padding: 5px 25px;
  outline: 0;
  margin-top: 15px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 799px) {
  .content__formwork--offer button.formofferBtn {
    border: solid 1px #2ECC71;
  }
}

@media (min-width: 800px) {
  .content__formwork--offer button.formofferBtn {
    border: solid 2px #2ECC71;
  }
}

.content__formwork--form {
  width: 100%;
  height: 0px;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

.content__formwork--form input, .content__formwork--form button {
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

.content__formwork--form form {
  opacity: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: height opacity .3s ease-in-out;
  transition: height opacity .3s ease-in-out;
  width: 250px;
  height: 0px;
  /* @media(min-width: 800px){
        width: 530px;
    }*/
}

@media (min-width: 800px) {
  .content__formwork--form form {
    width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.content__formwork--form form input {
  width: 250px;
  height: 0px;
  border: 0;
  outline: 0;
}

.content__formwork--form form input[type=file] {
  height: 0px;
  padding: 0;
}

.content__formwork--form form button {
  width: 100px;
  height: 0px;
  background-color: white;
  border: 0;
  outline: 0;
  color: transparent;
}

.content__formwork--form form p {
  width: 100%;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.content__formwork--form--active {
  margin-top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.content__formwork--form--active form {
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.content__formwork--form--active form input {
  width: 250px;
  height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}

.content__formwork--form--active form input[type=file] {
  height: auto;
  padding: 0;
  border: 0;
}

.content__formwork--form--active form button {
  width: 100px;
  height: 30px;
  background-color: white;
  color: black;
  border: 1px solid #2ECC71;
}

.content__contactrecruter {
  width: 100%;
  background-color: #012145;
  padding: 50px 30px;
}

@media (max-width: 799px) {
  .content__contactrecruter {
    padding: 50px 10px;
  }
}

.content__contactrecruter h2 {
  text-align: center;
  margin-bottom: 20px;
  color: white;
}

.content__contactrecruter--wiz {
  width: 300px;
  padding: 20px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}

.content__contactrecruter--wiz h3 {
  margin-bottom: 5px;
}

.content__contactrecruter--wiz h4 {
  margin-bottom: 20px;
}

.content__contactrecruter--wiz p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.content__contactrecruter--wiz a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #222222;
}

.content__contactrecruter--wiz p:last-child {
  margin-bottom: 0px;
}

.content__contactrecruter--wiz img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.content__reason {
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 30px;
}

@media (max-width: 799px) {
  .content__reason {
    padding: 0px 10px;
  }
}

@media (max-width: 799px) {
  .content__reason--links {
    width: 100%;
    max-width: 400px;
    padding: 0px 10px;
  }
}

@media (min-width: 800px) {
  .content__reason--links {
    width: 50%;
    max-width: 400px;
  }
}

.content__reason--links {
  padding-bottom: 20px;
}

.content__reason--links div {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
}

.content__reason--links img {
  width: 40px;
  height: 40px;
}

.content__reason--links p {
  width: calc(100% - 40px);
  padding: 0px 20px;
  font-size: 1.1rem;
  text-align: center;
}

.content__reason--links h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
/*# sourceMappingURL=work.css.map */