﻿.page-contact .row {
  background-color: #74be49;
}
@media (min-width: 768px) {
  .page-contact .row {
    padding: 77px 36px 93px 36px;
  }
}
@media (min-width: 1200px) {
  .page-contact .row {
    padding: 77px 118px 93px 117px;
  }
}
@media (min-width: 1440px) {
  .page-contact .row {
    padding: 77px 127px 93px 127px;
  }
}
.page-contact .cell {
  border-radius: 11px;
  background-color: #f7f7f7;
  min-height: 560px;
}
.page-contact .cell:first-child {
  margin: 30px 30px 0 30px;
  padding: 1px 28px 0 28px;
}
@media (min-width: 768px) {
  .page-contact .cell:first-child {
    width: 434px;
    padding: 0 28px;
    margin: 0 0 0 130px;
  }
}
@media (min-width: 1024px) {
  .page-contact .cell:first-child {
    margin: 0;
  }
}
.page-contact .cell:last-child {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: #4a4a4a;
  margin: 30px 30px 30px 30px;
  padding: 1px 28px 0 28px;
}
@media (min-width: 768px) {
  .page-contact .cell:last-child {
    width: 434px;
    padding: 0 80px;
    margin: 30px 0 0 130px;
  }
}
@media (min-width: 1024px) {
  .page-contact .cell:last-child {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .page-contact .cell:last-child {
    margin: 0 0 0 66px;
  }
}
@media (min-width: 1440px) {
  .page-contact .cell:last-child {
    width: 684px;
  }
}
.page-contact h1 {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  color: #4a4a4a;
  margin: 41px 0 3px 0;
}
.page-contact h1:first-child {
  margin-top: 21px;
}
.page-contact h2 {
  font-weight: 500;
  margin: 17px 0 2px 0;
  font-size: 1.231em;
}
.page-contact a {
  text-decoration: none;
}
.page-contact a:hover,
.page-contact a:focus {
  text-decoration: underline;
}
.page-contact p:last-child a {
  text-decoration: underline;
}
.contact-form {
  margin-top: 13px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  color: #4a4a4a;
}
.contact-form label {
  font-weight: 400;
  margin-bottom: 3px;
}
.contact-form input,
.contact-form textarea {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  width: 256px;
}
.contact-form input {
  display: block;
}
.contact-form textarea {
  height: 100px;
}
@media (min-width: 768px) {
  .contact-form textarea {
    width: 372px;
  }
}
.contact-form button,
.contact-form button:hover,
.contact-form button:active {
  padding: 10px 45px;
  border-radius: 16px;
  background: none;
  background-color: #165d2a;
  border: none;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}
.contact-form button:hover,
.contact-form button:active {
  text-decoration: underline;
}