@font-face {
  font-family: "Montserrat";
  src: url("Montserrat.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: url("Jura.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.contactheroes {
  --main-color: #1c3762;
  --secondary-color: #b4bdcb;
  --light-color: #d6dbe2;
  --lightest-color: #e8ebef;
  --color-red: #c80000;
  line-height: 1;
  width: 100%;
  position: relative;
  font-family: Montserrat;
  color: #1c3762;
  margin-top: 30px;
  background-image: url("contactheroes_bg.jpg"), url("contactheroes_bg_left.jpg"), url("contactheroes_bg_right.jpg");
  background-position: center bottom, right calc(50vw + 740px) bottom, left calc(50vw + 740px) bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 1500px 346px, auto, auto;
}
@media (max-width: 1200px) {
  .contactheroes {
    background-size: 100% 50%;
  }
}
.contactheroes .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
  align-self: center;
}
@media (max-width: 700px) {
  .contactheroes .right {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.contactheroes-container {
  width: 100%;
  margin: auto;
  max-width: 1300px;
  display: flex;
  align-items: flex-end;
}
.contactheroes-container > img {
  z-index: 1;
  max-width: 45vw;
  position: relative;
}
@media (max-width: 1200px) {
  .contactheroes-container > img {
    max-width: 35vw;
  }
}
@media (max-width: 700px) {
  .contactheroes-container > img {
    display: none;
  }
}
.contactheroes h2 {
  text-transform: uppercase;
  color: #c80000;
  font: inherit;
  font-family: inherit;
  font-weight: 900;
  margin: 20px 0;
  line-height: 1;
  padding: 0;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1190px) {
  .contactheroes h2 {
    font-size: 23px;
  }
}
@media (max-width: 700px) {
  .contactheroes h2 {
    font-size: 26px;
  }
}
.contactheroes .intro {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .contactheroes .intro {
    font-size: 23px;
  }
}
@media (max-width: 700px) {
  .contactheroes .intro {
    font-size: 18px;
  }
}
.contactheroes-tags {
  color: var(--color-red);
  text-transform: uppercase;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  align-items: center;
  line-height: 1;
}
@media (max-width: 1190px) {
  .contactheroes-tags {
    display: none;
  }
}
.contactheroes-tags .square {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--color-red);
  transform: rotate(45deg);
}
.contactheroes .intro {
  margin-top: 32px;
}
.contactheroes-websites {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
  font-family: Jura;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .contactheroes-websites {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .contactheroes-websites {
    background: #b5bccc;
    margin-top: 0;
    padding: 10px;
    left: -10px;
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .contactheroes-websites span:not(.shop) {
    display: none;
  }
  .contactheroes-websites a::before {
    top: 5px !important;
  }
}
.contactheroes-websites a {
  text-decoration: none;
  color: inherit;
  margin-right: 20px;
  mix-blend-mode: normal;
  filter: brightness(1) contrast(1);
  transition: filter 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.contactheroes-websites a:visited {
  color: var(--main-color);
}
.contactheroes-websites a::before {
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.contactheroes-websites a:hover {
  filter: brightness(5) contrast(1.4) saturate(1.3);
}
.contactheroes-websites a:hover::before {
  transform: scale(1.1);
}
.contactheroes-websites .earth a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(earth.png);
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-size: contain;
}
.contactheroes-websites .shop a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background: url(basket.png);
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-size: contain;
  top: 3px;
  position: relative;
}
.contactheroes-buttons {
  background: var(--main-color);
  display: flex;
  flex-direction: column;
  color: var(--lightest-color);
  position: relative;
  padding: 10px 0;
}
.contactheroes-buttons img {
  background: #e8ebef;
}
.contactheroes-buttons::before {
  content: "";
  background-color: var(--main-color);
  position: absolute;
  right: 100%;
  width: 70%;
  top: 0;
  height: 100%;
  display: block;
}
@media (max-width: 700px) {
  .contactheroes-buttons {
    align-items: center;
  }
  .contactheroes-buttons img {
    width: 40px !important;
    height: 40px !important;
  }
}
.contactheroes-buttons a {
  color: inherit;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 33px;
  filter: brightness(1) contrast(1);
  transition: filter 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.contactheroes-buttons a:first-of-type {
  border-bottom: solid 1px var(--lightest-color);
}
.contactheroes-buttons a:hover {
  filter: brightness(5) contrast(1.4) saturate(1.3);
}
.contactheroes-buttons a[href*=phone] {
  font-weight: 800;
}
.contactheroes-buttons a[href*=mailto] {
  font-weight: 400;
}
.contactheroes-buttons a img {
  margin: 10px 20px 10px 0;
}
@media (max-width: 1190px) {
  .contactheroes-buttons a {
    font-size: 23px;
  }
  .contactheroes-buttons a img {
    width: 20px;
  }
}/*# sourceMappingURL=contactheroes.css.map */