/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/contact.entry.scss ***!
  \*****************************************************************************************************************************/
@font-face {
  font-family: "RedHatDisplay";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../../.././dist/css/build/font/RedHatDisplay-VariableFont_wght.ttf) format("truetype-variations");
}
.contact__container {
  padding-inline: 15px;
  width: 100%;
  margin-inline: auto;
  padding-block: 30px 60px;
}
@media only screen and (min-width: 1200px) {
  .contact__container {
    max-width: 1518px;
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__container {
    padding-block: 40px 140px;
  }
}
.contact__heading {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .contact__heading {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 35px;
  }
}
.contact__icons-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1200px) {
  .contact__icons-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.contact__icons-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100vw;
  position: absolute;
  left: -15px;
  bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .contact__icons-wrapper::after {
    left: 0;
    width: 100%;
  }
}
.contact__icon-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .contact__icon-item {
    flex: 1;
    max-width: 367px;
    gap: 16px;
  }
}
.contact__icon {
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #4c9bf2;
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 1200px) {
  .contact__icon {
    width: 43px;
    height: 43px;
  }
}
.contact__icon-text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
}
@media only screen and (min-width: 1200px) {
  .contact__icon-text {
    font-size: 22px;
  }
}
.contact__subheading {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-block: 35px 15px;
  color: #1a1a1a;
}
@media only screen and (min-width: 1200px) {
  .contact__subheading {
    font-size: 22px;
    margin-block: 35px 25px;
  }
}
.contact__texts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .contact__texts-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.contact__text-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 1200px) {
  .contact__text-item {
    flex: 1;
    max-width: 367px;
    gap: 1px;
  }
}
.contact__text-item--pickup {
  flex-direction: row;
  padding-top: 15px;
  gap: 9px;
}
.contact__text-item--pickup > img {
  position: relative;
  top: 1px;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1200px) {
  .contact__text-item--pickup > img {
    position: relative;
    width: 26px;
    height: 26px;
    top: 3px;
  }
}
.contact__text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #1a1a1a;
}
@media only screen and (min-width: 1200px) {
  .contact__text {
    font-size: 18px;
  }
}
.contact__text--bold {
  font-weight: 700;
}
.contact__text--pink {
  color: #f95fc4;
}

/*# sourceMappingURL=contact.min.60154ac09d7e3a6ce17b.css.map*/