section.block-contact {
  background-color: #071E30;
  padding-left: 100px;
  padding-right: 150px;
  color: #fff;
}

section.block-contact .content {
  width: 600px;
  position: relative;
  z-index: 10;
}

section.block-contact img {
  position: absolute;
  width: auto;
  right: 0px;
  top: 0px;
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  -webkit-animation: 1s ease-in 0s 1 show;
          animation: 1s ease-in 0s 1 show;
}

section.block-contact > div {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  place-items: center start;
  width: 100%;
}

section.block-contact h1 {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 3.75rem;
  color: #fff;
  -webkit-animation: 0.5s ease-out 0s 1 sliderighttoleft;
          animation: 0.5s ease-out 0s 1 sliderighttoleft;
}

section.block-contact p {
  font-size: 20px;
  line-height: 35px !important;
}

section.block-contact .icons a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.05);
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.block-contact .icons a:hover {
  background: rgba(255, 255, 255, 0.2);
}

section.block-contact .icons a.linkedin {
  background-image: url(../img/icon-linkedin.svg);
}

section.block-contact .address {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
  line-height: 1.5;
  margin-top: 20px;
  display: block;
}

section.block-write {
  background-color: #fff;
  padding: 0 150px 0px 150px;
  color: #000;
}

section.block-write .content {
  width: 600px;
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
}

section.block-write > div {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  place-items: center start;
}

section.block-write h2 {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 3.75rem;
  margin-bottom: 0;
}

section.block-write h2:before {
  background: url(../img/bulletpoint.svg) center center/contain no-repeat;
  position: absolute;
  content: "";
  left: -50px;
  top: 0px;
  width: 2rem;
  height: 3.75rem;
}

section.block-write .subtitle {
  font-weight: 300;
  font-size: 14px;
  display: block;
  margin-bottom: 50px;
  color: rgba(0, 30, 50, 0.5);
}

section.block-write p {
  font-size: 20px;
  line-height: 35px !important;
}

section.block-write form {
  width: 100%;
}

section.block-write form > div {
  margin-top: 25px;
}

section.block-write form > div:first-child {
  margin-top: 0;
}

section.block-write form input[type=text],
section.block-write form input[type=email],
section.block-write form textarea {
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 30, 50, 0.2);
  color: #0d151b;
  font-family: Montserrat, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: white;
  outline: none;
}

section.block-write form input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

section.block-write form label {
  display: none;
}

section.block-write form .terms {
  margin-top: 12px;
}

section.block-write form .terms .check {
  position: relative;
  z-index: 50;
  border: 1px solid rgba(0, 30, 50, 0.5);
  border-radius: 100%;
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  display: block;
  float: left;
  margin-top: -8px;
  margin-right: 15px;
}

section.block-write form .terms .check.checked {
  background-color: gray;
}

section.block-write form .terms .terms-text {
  display: inline-block;
  font-size: 12px;
}

section.block-write form .last > div:first-child {
  float: left;
  width: 50%;
}

section.block-write form .terms-text {
  font-size: 12px;
}

section.block-write form button {
  margin-left: auto;
  background: rgba(0, 30, 50, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  height: 45px;
  color: #001e32;
  width: auto;
  padding: 15px 15px;
  margin: 0px !important;
  display: inline-block;
}

section.block-write form button span {
  display: block;
  float: left;
  font-size: 14px;
  text-shadow: none;
  vertical-align: middle;
  color: inherit;
}

section.block-write form button div {
  display: block;
  float: left;
  width: 50px;
  height: 23px;
  margin-top: -3px;
  margin-left: 5px;
  -webkit-transition: background-position 0.3s ease-in-out 0s;
  transition: background-position 0.3s ease-in-out 0s;
  background: url(../img/arrow_right_blue.svg) center center/contain no-repeat;
  background-size: 30px auto;
}

section.block-write form button:hover {
  background: rgba(0, 30, 50, 0.2);
}

section.block-write form button:hover div {
  background-position-x: right;
}

@media only screen and (max-device-width: 768px) {
  section.block-contact {
    padding-left: 40px;
    padding-right: 40px;
  }
  section.block-contact .content {
    width: 100%;
  }
  section.block-contact img {
    -webkit-animation: none;
            animation: none;
  }
  section.block-contact > div {
    position: relative;
    z-index: 10;
    min-height: 100vh;
    display: -ms-grid;
    display: grid;
    place-items: center start;
    width: 100%;
  }
  section.block-contact h1 {
    font-size: 36px;
    line-height: 36px;
    -webkit-animation: none;
            animation: none;
  }
  section.block-contact p {
    font-size: 16px;
    line-height: 1.5 !important;
  }
  section.block-write {
    padding-left: 40px;
    padding-right: 40px;
  }
  section.block-write .content {
    width: 100%;
  }
  section.block-write > div {
    min-height: auto;
  }
  section.block-write h2 {
    font-size: 26px;
    line-height: 26px;
  }
  section.block-write h2:before {
    display: none;
  }
  section.block-write .subtitle {
    margin-top: 5px;
  }
  section.block-write form input[type=text],
  section.block-write form input[type=email],
  section.block-write form textarea {
    font-size: 16px;
    padding: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  section.block-write form .last > div:first-child {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
