:root {
  --main-bg-color: #fff;
  --main-action-color: #3563E9;
  --main-text-color: #233643;
  --main-link-color: #0f1f2c;
  --main-hover-link-color: #495c69;
  --main-container-width: 1320px;
  --main-container-max-width: 96%;
  --main-transition: 0.5s all ease;
  --main-font: "Plus Jakarta Sans", sans-serif; }

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  border: none !important; }

.wpcf7-spinner {
  position: absolute !important; }

.contact {
  margin: 150px 0; }
  @media screen and (max-width: 576px) {
    .contact {
      margin: 80px 0; } }
  .contact .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      .contact .container {
        display: block; } }
  .contact .left-content {
    max-width: 540px;
    margin-right: 20px; }
    .contact .left-content h3 {
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--main-action-color); }
    .contact .left-content h2 {
      max-width: 805px;
      font-weight: 800;
      font-size: 40px;
      line-height: 150%;
      letter-spacing: -0.01em;
      text-transform: capitalize;
      color: var(--main-text-color); }
      @media screen and (max-width: 576px) {
        .contact .left-content h2 {
          font-size: 22px; } }
  .contact .right-content {
    max-width: 672px;
    box-shadow: 0 30px 84px 0 #e4ebfc;
    background: #fff;
    border-radius: 24px;
    padding: 48px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .contact .right-content {
        max-width: 100%; } }
    @media screen and (max-width: 576px) {
      .contact .right-content {
        padding: 20px; } }
    .contact .right-content .text h2 {
      font-weight: 700;
      font-size: 36px;
      line-height: 122%;
      letter-spacing: -0.02em;
      text-align: center;
      margin-bottom: 48px; }
      .contact .right-content .text h2 strong {
        color: var(--main-action-color);
        display: block; }
    .contact .right-content .wrapper-button {
      text-align: center; }
      .contact .right-content .wrapper-button input {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: var(--main-bg-color);
        padding: 11px 60px;
        background: var(--main-action-color);
        transition: var(--main-transition);
        border: 1px var(--main-action-color) solid;
        border-radius: 150px;
        text-decoration: none;
        display: inline-block;
        box-shadow: none;
        outline: none;
        cursor: pointer; }
        .contact .right-content .wrapper-button input:hover {
          background: var(--main-bg-color);
          color: var(--main-action-color); }
    .contact .right-content .wrapper-fields {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .contact .right-content .wrapper-fields p {
        width: 48%;
        margin-bottom: 20px; }
        .contact .right-content .wrapper-fields p:last-child {
          width: 100%;
          margin-bottom: 48px; }
        .contact .right-content .wrapper-fields p label {
          display: block;
          font-weight: 400;
          font-size: 14px;
          line-height: 143%;
          color: #90a3bf; }
          .contact .right-content .wrapper-fields p label input {
            width: 100%;
            display: block;
            margin-top: 6px;
            border-radius: 37px;
            padding: 12px 16px;
            height: 48px;
            background: #fafafa;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #233643;
            border: none;
            outline: none;
            box-shadow: none; }
            .contact .right-content .wrapper-fields p label input::placeholder {
              font-weight: 400;
              font-size: 16px;
              line-height: 150%;
              color: #233643; }
          .contact .right-content .wrapper-fields p label textarea {
            width: 100%;
            display: block;
            margin-top: 6px;
            border-radius: 37px;
            padding: 12px 16px;
            height: 80px;
            background: #fafafa;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #233643;
            border: none;
            outline: none;
            box-shadow: none;
            font-style: normal; }
            .contact .right-content .wrapper-fields p label textarea::placeholder {
              font-weight: 400;
              font-size: 16px;
              line-height: 150%;
              color: #233643; }

/*# sourceMappingURL=contact-block.css.map */
