/*
 * Colors
 */
/*
 * Breakpoints
 */
.contact-us .contact__union {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .contact-us .contact__union {
    flex-direction: row;
  }
}
.contact-us .contact__union.wrapper .contact__messages {
  margin: 0 auto 100px;
}
.contact-us .contact__union .contact__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  order: 2;
  margin-top: 68px;
}
@media (min-width: 992px) {
  .contact-us .contact__union .contact__box {
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .contact-us .contact__union .contact__box {
    width: 57%;
    height: auto;
    margin-top: 0;
    order: 1;
    flex-direction: column;
  }
}
.contact-us .contact__union .contact__box .contact__our-contacts {
  height: auto;
  background: #f2f4f5;
  padding-top: 40px;
  padding-left: 24px;
  padding-bottom: 54px;
}
@media (min-width: 992px) {
  .contact-us .contact__union .contact__box .contact__our-contacts {
    width: 50%;
    padding-left: 60px;
  }
}
@media (min-width: 1440px) {
  .contact-us .contact__union .contact__box .contact__our-contacts {
    width: 100%;
    height: 100%;
    padding-left: 120px;
    padding-top: 80px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .contact-us .contact__union .contact__box .contact__our-contacts {
    padding-left: 41%;
  }
}
.contact-us .contact__union .contact__box .contact__our-contacts .contact__title {
  margin-bottom: 14px;
}
@media (min-width: 1440px) {
  .contact-us .contact__union .contact__box .contact__our-contacts .contact__title {
    margin-bottom: 0px;
  }
}
.contact-us .contact__union .contact__box .contact__our-contacts .contact__block {
  margin-top: 0px;
  width: 100%;
}
@media (min-width: 1440px) {
  .contact-us .contact__union .contact__box .contact__our-contacts .contact__block {
    margin-top: 54px;
    width: 370px;
  }
}
.contact-us .contact__union .contact__box .contact__our-contacts .contact__block .contact__text {
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px 0px;
  display: block;
}
@media (min-width: 1440px) {
  .contact-us .contact__union .contact__box .contact__our-contacts .contact__block .contact__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.contact-us .contact__union .contact__box .contact__our-contacts .contact__block .contact__text_mark {
  border-top: 1px solid #e5e9ed;
}
.contact-us .contact__union .contact__box .contact__our-contacts .contact__block .contact__content {
  margin-top: -12px;
}
.contact-us .contact__union .contact__box .contact__our-contacts .contact__block .contact__content p {
  color: #000000;
  opacity: 0.7;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 24px;
  display: block;
  margin-bottom: 3px;
}
.contact-us .contact__union .contact__box .contact__map {
  height: 265px;
  order: 1;
}
@media (min-width: 992px) {
  .contact-us .contact__union .contact__box .contact__map {
    width: 50%;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .contact-us .contact__union .contact__box .contact__map {
    height: 100%;
    width: 100%;
  }
}
.contact-us .contact__union .contact__box .contact__map iframe {
  width: 100% !important;
  height: 100% !important;
}
.contact-us .contact__union .contact__messages {
  width: 100%;
  padding-top: 0px;
  margin-left: 0px;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 47px;
}
@media (min-width: 1440px) {
  .contact-us .contact__union .contact__messages {
    width: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: 100px;
    padding-right: 0px;
    padding-left: 0;
    margin-top: 0;
    order: 2;
  }
}
.contact-us .contact__union .contact__messages .contact__title {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 1440px) {
  .contact-us .contact__union .contact__messages .contact__title {
    margin-bottom: 54px;
    text-align: left;
  }
}
.contact-us .contact__union .contact__messages .message-form {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-us .contact__union .contact__messages .message-form {
    width: 630px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .contact-us .contact__union .contact__messages .message-form {
    margin-left: 0px;
  }
}

.message-form form {
  position: relative;
}
.message-form .form__union {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .message-form .form__union {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.message-form .form__union p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 992px) {
  .message-form .form__union p {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.message-form .form__union label:first-child {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .message-form .form__union label:first-child {
    margin-right: 15px;
  }
}
.message-form .form__union label:nth-child(3) input {
  margin-bottom: 20px;
}
.message-form label {
  position: relative;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
}
.message-form label .required {
  color: var(--accent);
}
.message-form label .wpcf7-not-valid-tip {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  color: var(--accent);
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.message-form label input {
  border: 1px solid #dde2e7;
  display: flex;
  width: 100%;
  height: 44px;
  padding: 0px 15px;
  align-items: center;
  gap: 10px;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 30px;
}
.message-form label textarea {
  border: 1px solid #dde2e7;
  display: flex;
  width: 100%;
  height: 140px;
  padding: 15px;
  align-items: center;
  gap: 10px;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 20px;
}
.message-form label br {
  display: none;
}
.message-form .name {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
}
.message-form .container {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: -14px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1440px) {
  .message-form .container {
    margin-bottom: -14px;
  }
}
.message-form .container input {
  position: absolute;
  top: 8px;
  left: -23px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  padding: 0;
}
.message-form .wpcf7-list-item {
  margin: 0 0 0 0em;
}
.message-form .wpcf7-checkbox input:checked {
  background-color: var(--accent);
  border: 1px solid var(--accent);
}
.message-form .wpcf7-list-item-label {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 6px;
  margin-left: 3px;
  display: block;
}
@media (min-width: 992px) {
  .message-form .wpcf7-list-item-label {
    width: 380px;
  }
}
.message-form .wpcf7-list-item-label a {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.message-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 23px;
  color: var(--accent);
  margin-left: 3px;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.message-form .wpcf7-spinner {
  padding: 0;
  margin: 0px;
  position: absolute;
  bottom: -30px;
  right: 0px;
}
.message-form .wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 0em;
  padding: 0em 0em;
  border: 0px solid #00a0d2;
  font-size: 12px;
  color: var(--accent);
}
.message-form .wpcf7-submit {
  background: var(--accent);
  display: flex;
  margin: 0 auto;
  width: 300px;
  margin-top: 12px;
  padding: 15px 30px 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
  transition: 0.6s all;
}
@media (min-width: 992px) {
  .message-form .wpcf7-submit {
    width: 220px;
    margin-right: 0;
    margin-top: 0px;
  }
}
.message-form .wpcf7-submit:hover {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
}
.message-form form > div:nth-child(2) > p > label:nth-child(1) > span.wpcf7-form-control-wrap > input {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .message-form form > div:nth-child(2) > p > label:nth-child(1) > span.wpcf7-form-control-wrap > input {
    margin-bottom: 20px;
  }
}

.content-box label:nth-child(1) > span.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  bottom: -5px !important;
}
@media (min-width: 992px) {
  .content-box label:nth-child(1) > span.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    bottom: 15px !important;
  }
}
