/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/contact-with-map/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.contact-with-map {
  background-color: #F2F2F2;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .contact-with-map {
    padding: 50px 15px;
  }
}
@media (min-width: 1024px) {
  .contact-with-map {
    padding: 65px 15px;
  }
}
.contact-with-map__wrapper {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (min-width: 768px) {
  .contact-with-map__wrapper {
    flex-wrap: nowrap;
  }
}
.contact-with-map__wrapper-left {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 575px) {
  .contact-with-map__wrapper-left {
    margin-bottom: 0px;
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
}
@media (min-width: 768px) {
  .contact-with-map__wrapper-left {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 0px;
  }
}
.contact-with-map__wrapper-left-text {
  padding-top: 30px;
}
@media (min-width: 575px) {
  .contact-with-map__wrapper-left-text {
    padding-top: 55px;
    max-width: calc(55% - 23px);
    flex: 0 0 calc(55% - 23px);
  }
}
.contact-with-map__wrapper-left-text-logo {
  margin-bottom: 20px;
}
.contact-with-map__wrapper-left-text-subtitle {
  color: #2D2D2D;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .contact-with-map__wrapper-left-text-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .contact-with-map__wrapper-left-text-subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
.contact-with-map__wrapper-left-text-description {
  color: #2D2D2D;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 575px) {
  .contact-with-map__wrapper-left-text-description {
    font-size: 16px;
  }
}
.contact-with-map__wrapper-left-text-description em {
  color: #19191B;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
}
@media (min-width: 575px) {
  .contact-with-map__wrapper-left-text-description em {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .contact-with-map__wrapper-left-text-description em {
    font-size: 20px;
    line-height: 24px;
  }
}
.contact-with-map__wrapper-left-text-description strong {
  color: #2D2D2D;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
@media (min-width: 575px) {
  .contact-with-map__wrapper-left-text-description strong {
    font-size: 16px;
  }
}
.contact-with-map__wrapper-left-image {
  max-width: calc(45% - 23px);
  flex: 0 0 calc(45% - 23px);
  height: 246px;
  position: relative;
  width: 100%;
  border-radius: 150px 150px 0px 0px;
  margin-top: auto;
  display: none;
}
@media (min-width: 575px) {
  .contact-with-map__wrapper-left-image {
    display: block;
  }
}
.contact-with-map__wrapper-left-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 150px 150px 0px 0px;
}
.contact-with-map__wrapper-right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .contact-with-map__wrapper-right {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
}
.contact-with-map__wrapper-right-iframe {
  height: 640px;
  width: 100%;
  position: relative;
}
.contact-with-map__wrapper-right-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=style-index.css.map*/