@media all and (min-width: 0) {
  .contact .map {
    padding: 10px; }
    .contact .map iframe {
      height: 200px;
      border-radius: 8px; }
  .contact div.info {
    padding: 25px 10px 20px 10px;
    position: relative; }
    .contact div.info h2 {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 19px;
      padding-bottom: 10px; }
    .contact div.info p.address {
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 40px; }
      .contact div.info p.address a {
        color: #000;
        text-decoration: none; }
      .contact div.info p.address img {
        margin-right: 10px; }
    .contact div.info form {
      padding: 30px 0 40px 0;
      display: flex;
      justify-content: center;
      flex-direction: column;
      border-top: 1px solid #F3F3F3; }
      .contact div.info form .input {
        width: 100%;
        height: 48px;
        outline: none;
        background: #F8F8F8;
        border: none;
        margin: 0 0 20px 0;
        font-family: Arial;
        font-size: 14px;
        padding: 0 25px;
        color: #000; }
        .contact div.info form .input::placeholder {
          color: #000;
          opacity: 1;
          /* Firefox */ }
        .contact div.info form .input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000; }
        .contact div.info form .input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #000; }
      .contact div.info form textarea {
        width: 100%;
        outline: none;
        border: none;
        background: #F8F8F8;
        border: 1px solid #F2F2F2;
        font-family: Arial;
        font-size: 14px;
        padding: 10px 25px;
        border-radius: 5px;
        color: #000; }
        .contact div.info form textarea::placeholder {
          color: #000;
          opacity: 1;
          /* Firefox */ }
        .contact div.info form textarea:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000; }
        .contact div.info form textarea::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #000; }
      .contact div.info form .submit {
        width: 100%;
        background: rgba(238, 107, 1, 0.7);
        box-shadow: 0px 7px 10px rgba(255, 202, 158, 0.7);
        backdrop-filter: blur(5px);
        font-family: Arial;
        font-size: 20px;
        border: none;
        text-transform: uppercase;
        margin: auto;
        margin-top: 40px;
        height: 60px;
        color: #FFF;
        font-weight: bold;
        cursor: pointer; }
    .contact div.info div.mes {
      font-size: 25px;
      font-weight: bold; }
      .contact div.info div.mes p.success {
        color: green; }
      .contact div.info div.mes p.fail {
        color: red; } }
@media all and (min-width: 520px) {
  .contact {
    width: 480px;
    margin: auto; }
    .contact .map {
      padding-left: 0;
      padding-right: 0; }
    .contact div.info {
      padding-left: 0;
      padding-right: 0; } }
@media all and (min-width: 1200px) {
  .contact {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 100px 0 100px 0; }
    .contact .map {
      width: calc(100% - 630px);
      float: right; }
      .contact .map iframe {
        height: 570px;
        border-radius: 0; }
    .contact div.info {
      width: 580px;
      padding: 0; }
      .contact div.info h2 {
        font-size: 20px;
        line-height: 28px; }
      .contact div.info form {
        padding: 0;
        border-bottom: none;
        display: block; }
        .contact div.info form .left {
          float: left; }
        .contact div.info form .right {
          float: right; }
        .contact div.info form .input {
          font-size: 17px; }
        .contact div.info form textarea {
          width: 100%;
          font-size: 17px; }
      .contact div.info div.mes {
        padding-top: 30px; }
      .contact div.info p.address {
        font-size: 17px; } }
