@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-BlackItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Black.woff2") format("woff2"), url("../fonts/RobotoCondensed-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-ExtraBold.woff2") format("woff2"), url("../fonts/RobotoCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-ExtraLight.woff2") format("woff2"), url("../fonts/RobotoCondensed-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-ExtraLightItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Italic.woff2") format("woff2"), url("../fonts/RobotoCondensed-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-LightItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Medium.woff2") format("woff2"), url("../fonts/RobotoCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-MediumItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-SemiBold.woff2") format("woff2"), url("../fonts/RobotoCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-SemiBoldItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Thin.woff2") format("woff2"), url("../fonts/RobotoCondensed-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-ThinItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.contact-page {
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 550px) {
  .contact-page {
    margin-bottom: 0;
  }
}

.contact-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "info form" "map  form";
  gap: 40px;
  align-items: start;
  margin-bottom: 48px;
}
.contact-body .contact-info {
  grid-area: info;
}
.contact-body .contact-form-wrap {
  grid-area: form;
}
.contact-body .contact-map {
  grid-area: map;
}

@media (max-width: 767px) {
  .contact-body {
    gap: 24px;
  }
}
@media (max-width: 550px) {
  .contact-body {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "info" "form" "map";
    gap: 24px;
  }
}
.contact-info__site-name {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  margin: 0 0 30px;
  padding: 0 0 11px;
  position: relative;
  width: 100%;
}
.contact-info__site-name::after {
  content: "";
  background: #00adef;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-info__site-name a {
  color: #333;
  text-decoration: none;
}
.contact-info__site-name a:hover {
  color: #00adef;
}
.contact-info__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.contact-info__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-info__row:last-child {
  border-bottom: none;
}
.contact-info__row .fa {
  color: #00adef;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}
.contact-info__row span, .contact-info__row a {
  flex: 1;
}
.contact-info__row a {
  color: #333;
  text-decoration: none;
  transition: color 200ms ease;
}
.contact-info__row a:hover {
  color: #00adef;
}

.contact-form-wrap {
  background: #f9f9f9;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
}
.contact-form-wrap__title {
  display: block;
  background: #00adef;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 24px;
  letter-spacing: 0.3px;
}
.contact-form-wrap__body {
  padding: 24px;
}
.contact-form-wrap .wpcf7-form,
.contact-form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-form-wrap .wpcf7-form p,
.contact-form-wrap form p {
  margin: 0;
}
.contact-form-wrap .wpcf7-form label,
.contact-form-wrap form label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 5px;
}
.contact-form-wrap .wpcf7-form input[type=text],
.contact-form-wrap .wpcf7-form input[type=email],
.contact-form-wrap .wpcf7-form input[type=tel],
.contact-form-wrap .wpcf7-form textarea,
.contact-form-wrap form input[type=text],
.contact-form-wrap form input[type=email],
.contact-form-wrap form input[type=tel],
.contact-form-wrap form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 250ms ease;
  box-sizing: border-box;
  background: #fff;
}
.contact-form-wrap .wpcf7-form input[type=text]:focus,
.contact-form-wrap .wpcf7-form input[type=email]:focus,
.contact-form-wrap .wpcf7-form input[type=tel]:focus,
.contact-form-wrap .wpcf7-form textarea:focus,
.contact-form-wrap form input[type=text]:focus,
.contact-form-wrap form input[type=email]:focus,
.contact-form-wrap form input[type=tel]:focus,
.contact-form-wrap form textarea:focus {
  border-color: #00adef;
}
.contact-form-wrap .wpcf7-form textarea,
.contact-form-wrap form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form-wrap .wpcf7-form input[type=submit],
.contact-form-wrap form input[type=submit] {
  background: #00adef;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 0 32px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  width: fit-content;
  transition: background 250ms ease;
}
.contact-form-wrap .wpcf7-form input[type=submit]:hover,
.contact-form-wrap form input[type=submit]:hover {
  background: #f33b31;
}
.contact-form-wrap .wpcf7-form .wpcf7-response-output,
.contact-form-wrap form .wpcf7-response-output {
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 4px 0 0;
}

.contact-map {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 260px;
  border: none;
}
@media (max-width: 550px) {
  .contact-map iframe {
    min-height: 220px;
  }
}
