/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/address/address.scss ***!
  \**********************************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
.t8-address {
  padding: 52px 0 152px;
  background: #dddddd;
}
@media all and (max-width: 768px) {
  .t8-address {
    padding-bottom: 52px;
  }
}
.t8-address__container {
  max-width: 70.717592592%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 66px;
}
@media all and (max-width: 1400px) {
  .t8-address__container {
    max-width: 80%;
  }
}
@media all and (max-width: 992px) {
  .t8-address__container {
    max-width: 90%;
  }
}
.t8-address__block {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media all and (max-width: 768px) {
  .t8-address__block {
    flex-direction: column;
  }
}
.t8-address__block-img {
  min-width: 52%;
  max-width: 52%;
  position: relative;
}
@media all and (max-width: 768px) {
  .t8-address__block-img {
    min-width: 100%;
    max-width: 100%;
  }
}
.t8-address__block-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media all and (max-width: 768px) {
  .t8-address__block-img img {
    width: 100%;
    height: auto;
    position: static;
  }
}
.t8-address__block-content {
  flex-grow: 1;
  padding: 21px 8px 21px 80px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 23px;
}
@media all and (max-width: 992px) {
  .t8-address__block-content {
    padding: 10px 20px;
  }
}
@media all and (max-width: 768px) {
  .t8-address__block-content {
    padding: 20px;
  }
}
.t8-address__block-content-main h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 2%;
  margin: 0;
}
@media all and (max-width: 768px) {
  .t8-address__block-content-main h4 {
    font-size: 24px;
    line-height: 150%;
  }
}
.t8-address__block-content-main p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
@media all and (max-width: 768px) {
  .t8-address__block-content-main p {
    font-size: 16px;
  }
}
.t8-address__block-content-main h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 4%;
  text-transform: uppercase;
  margin: 0;
}
@media all and (max-width: 768px) {
  .t8-address__block-content-main h6 {
    font-size: 18px;
  }
}
.t8-address__block-content-location p {
  margin: 0;
}
.t8-address__block-content-location p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 134%;
  display: flex;
  align-items: center;
  column-gap: 5px;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .t8-address__block-content-location p a {
    font-size: 16px;
  }
}
.t8-address__block-content-location p a::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/wp-content/themes/element/assets/images/t8/address-location.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*# sourceMappingURL=address.css.map*/