*, *:before, *:after {
  box-sizing: border-box; }

#section1 {
  background: url("../images/section_01.jpg") center no-repeat;
  height: 838px;
  position: relative; }

#section2 {
  background: url("../images/section_02.jpg") center no-repeat;
  height: 1275px;
  position: relative; }

#section3 {
  background: url("../images/section_03.jpg") center no-repeat;
  height: 705px;
  position: relative; }

#section4 {
  background: url("../images/section_04.jpg") center no-repeat;
  height: 758px;
  position: relative;
  padding-top: 120px;
  padding-left: 50%; }
  #section4 .form {
    width: 475px;
    margin-left: 62px;
    padding: 30px 40px;
    color: #fff;
    text-align: center; }
    #section4 .form > h2 {
      font-size: 36px;
      margin-bottom: 10px; }
    #section4 .form > h3 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 10px; }
      #section4 .form > h3 > span {
        color: #feed30; }
    #section4 .form .form-group {
      display: flex;
      margin-bottom: 10px;
      background-color: #fff;
      border-radius: 5px;
      padding: 15px; }
      #section4 .form .form-group input {
        background-color: transparent;
        border: 0;
        flex: 1;
        font-size: 16px; }
      #section4 .form .form-group .send-message {
        border: 0;
        background-color: transparent;
        color: #e83217;
        cursor: pointer;
        font-size: 16px; }
        #section4 .form .form-group .send-message:disabled {
          color: #999; }
    #section4 .form button[type=submit] {
      border: 0;
      background-image: linear-gradient(90deg, #efd0ac, #fff1de, #f0d3af);
      color: #e93017;
      font-size: 26px;
      width: 100%;
      margin-bottom: 10px;
      padding: 10px 0;
      border-radius: 5px;
      cursor: pointer; }
    #section4 .form > p {
      font-size: 12px; }

/*# sourceMappingURL=style.css.map */
