.contactBlock {
  width: 100%;
  padding: 110px 0 80px 0;
  background: #272a2c;
}
.contactBlock_Container {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.contactBlock_TopText {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: left;
}
.contactBlock_Title {
  color: #fff;
  font-family: "Alata", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin: 0 0 16px 0;
  text-align: left;
}
.contactBlock_Text {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
  max-width: 860px;
}

.contactBlock_Grid {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: start;
  gap: 40px;
  margin-top: 80px;
}

.contactBlock_List {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 24px;
}
.contactBlock_ListItem {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
.contactBlock_ListIcon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.contactBlock_ListBody {
  display: grid;
  gap: 6px;
}
.contactBlock_ItemTitle {
  color: #fff;
  font-family: "Alata", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.26px;
}
.contactBlock_ItemValue {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.contactBlock_ItemLink {
  margin-top: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.contactBlock_ItemLink:hover {
  text-decoration: underline;
}

.contactBlock_FormWrapper p {
  margin: 0;
}

.contactBlock_FormWrapper .halfDiv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contactBlock_FormWrapper .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contactBlock_FormWrapper label {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 4px;
}

.contactBlock_FormWrapper .wpcf7-form-control-wrap input,
.contactBlock_FormWrapper .wpcf7-form-control-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #fff;
  padding: 12px;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
}

.contactBlock_FormWrapper .wpcf7-form-control-wrap input:focus,
.contactBlock_FormWrapper .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}

.contactBlock_FormWrapper .wpcf7-form > p {
  margin-top: 24px;
}

.wpcf7-form-control.wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.wpcf7-form-control.wpcf7-acceptance input {
  width: auto;
}

.wpcf7-form-control.wpcf7-acceptance a {
  color: #fff;
}

.contactBlock_FormWrapper input[type="submit"] {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: linear-gradient(0deg, #c53c29 0%, #c53c29 100%);
  padding: 8px 20px;
}

.contactBlock_FormWrapper input[type="submit"]:hover {
  border: 1px solid rgba(255, 255, 255, 0);
  background: linear-gradient(0deg, #8a291b 0%, #8a291b 100%);
}

@media (max-width: 1024px) {
  .contactBlock_Grid {
    grid-template-columns: 1fr;
  }
  .contactBlock_Title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .contactBlock_FormWrapper .halfDiv {
    grid-template-columns: 1fr;
  }
  .contactBlock {
    padding: 50px 0;
  }
}
