.container-team-home .linked_link.w-inline-block {
  display: none;
}
.error-message {
  color: red;
}
.download {
  width: 165px;
}
.active-flex {
  display: flex;
  justify-content: space-between;
  min-height: 200px;
  align-items: center;
  flex-wrap: wrap;
}
.active-flex .wrapp-descr-hero {
  padding-bottom: 0;
}
.active-flex .wrapp-descr-hero img {
  padding-right: 30px;
}
.section_active {
  height: 100%;
  min-height: 380px !important;
}
.productBox {
  font-size: 1.3rem;
}
.productBox p {
  line-height: 1.8rem;
}
.productBox .imagesBox {
  text-align: center;
  padding: 40px 10px;
}
.productBox .imagesBox img {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
}
.productBox .title-text {
  line-height: 1.8rem;
}
.productBox .title-text strong {
  font-size: 1.7rem;
}
.row-active img {
  border-radius: 20px;
}
.row-active p {
  margin-top: 30px;
  font-size: 1.6rem;
}
.row-job {
  padding: 70px 0;
}
.row-job .cards {
  height: 100%;
  padding: 30px;
}
.row-job .cards h3 {
  font-size: 1.8rem;
}
.cardPositions .card {
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 30px;
}
.cardPositions .title-top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.cardPositions .title-top .lf {
  font-size: 20px;
  font-weight: bold;
}
.cardPositions .title-top .rt {
  transition: transform 0.3s ease;
  font-size: 20px;
  font-weight: bold;
}
.cardPositions .title-top.active .rt {
  transform: rotate(45deg);
}
.cardPositions .bottom {
  padding-top: 20px;
  display: none;
  transition: all 0.3s ease;
}
.cardPositions .bottom.active {
  display: block;
}
#contactForm2 input {
  color: #ffffff;
}
.container-main .f-brand-logo.w-inline-block {
  width: 300px;
  max-width: 300px !important;
}
/*# sourceMappingURL=style.css.map */