* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
  }
  
  html {
    box-sizing: border-box;
  }
  
  a {
    display: block;
    text-decoration: none;
  }
  
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  ul,
  ol {
    list-style: none;
  }
  
  .clearfix::after {
    display: table;
    content: "";
    clear: both;
  }

  .visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
  }

  .container {
    width: 772px;
    margin: auto;
  }


  .contact {
    width: 100%;
    display: block;
    margin: auto;
    background-color: #19263d;
    background-image: url(./images/Layer\ 30.png);
    opacity: 0.9;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center ;
  }
  
  .contact-number {
    font-family:"Myriad Variable Concept", sans-serif;
    font-weight: lighter;
    font-size: 48px;
    color: #e76122;
    text-align: center;
    padding-top: 100px;
    /* margin-bottom: 20px; */
  }
  .contact-number-tel {
    font-family:"Myriad Variable Concept", sans-serif;
    font-weight: lighter;
    font-size: 48px;
    color: #e76122;
    }

  .contact-number-about {
    font-family:"OpenSans Light", sans-serif;
    font-weight: lighter;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 22px;
  }

  .contact-number-about-map {
    color: #fff;
  }

  .icon-fecebook {
    background-image: url(./images/icon/facebook.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-color: rgb(83, 120, 188);
    width: 41px; 
    height: 41px;
  }

  .social-list {
    width: 192px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 28px;

  }
  .icon-twitter {
    background-image: url(./images/icon/twitter.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-color: rgb(54, 208, 247);
    width: 41px;
    height: 41px;
    }

  .icon-linkedin {
    background-image: url(./images/icon/linkedin.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-color: rgb(0, 122, 181);
    width: 41px;
    height: 41px;
  }

  .icon-pinterest {
    background-image: url(./images/icon/pinterest.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-color: rgb(233, 42, 42);
    width: 41px;
    height: 41px;
  }

  .contact-message {
    font-family:"Myriad Variable Concept", sans-serif;
    font-weight: lighter;
    font-size: 30px;
    color: #e76122;
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-message-about {
    font-family:"OpenSans Italic", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    color: #fff;
    margin-bottom: 34px;
  }

  .section-form {
    padding-bottom: 146px;

  }

  .input-list-item:nth-of-type(-n+2) {
    margin-bottom: 16px;
}

.input-item {
    width: 372px;
    height: 45px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    padding-left: 20px;
}

.input-item::placeholder {
    font-family: "MontserratB", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: rgb(187, 187, 187);
  }

.textarea {
    width: 370px;
    height: 166px;
    padding-top: 20px;
    resize: none;
}

.input-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}

.form-button {
  display: block;
  width: 170px;
  height: 44px;
  border-radius: 3px;
  background-color: #5dbdb1;
  font-size: 16px;
  line-height: 22px;
  font-family: "MontserratB", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  margin: auto;
   /* padding-bottom: 146px; */
}

.footer-contact {
  font-family:"OpenSans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-bottom: 78px;
  position: relative;
}

.footer-contact::before {
  position: absolute; ;
  content: "";
  display: block;
  background-image: url(./images/icon/Shape\ 62\ copy\ 8.png);
  opacity: 0.702;
  left: -54px;
  top: -27px;
  width: 881px;
  height: 2px;
  z-index: 33;
}

.footer-contact::after {
  position: absolute; ;
  content: "";
  display: block;
  background-image: url(./images/icon/Arrow\ copy\ 4.png);
  background-repeat: no-repeat;
  background-position:center;
  position: absolute;
  left: 380px;
  top: 32px;
  width: 15px;
  height: 20px;
  z-index: 32;
}

  