.main-frame {
  background-image: url(../image/new_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.head-title {
  margin: 0 auto;
  padding-top: 190px;
  text-transform: uppercase;
}
.head-title h1 {
  font-size: 36px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
}
footer {
  background: none;
}
.contact-bar__info {
  display: flex;
  justify-content: space-between;
  width: 624px;
  margin: 0 auto;
  margin-top: 83px;
}
.contact-bar__info a,
.contact-bar__info p {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
}
.mail-bar .bar__icon {
  margin-right: 26px;
}
.mail__adress a {
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}
.phone-bar,
.mail-bar {
  display: flex;
  width: 50%;
}
.bar__icon {
  margin-top: 5px;
  margin-right: 19px;
}
.phone__numbers {
  display: flex;
  flex-direction: column;
}
.contact-bar__form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 97px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-bar__form * {
  color: #ffffff;
}
.contact-bar__form h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-container label {
  margin-left: 19px;
}
.form-container input {
  border: 1px solid #ffffff;
  border-radius: 25px;
  width: 448px;
  height: 45px;
  margin: 0 auto;
  background: transparent;
  padding-left: 15px;
  margin-bottom: 15px;
}
.contact-bar__form .buttons {
  justify-content: center;
  display: flex;
}
.contact-bar__form input.contact__btn {
  width: 193px;
  height: 45px;
  background-color: transparent;
  color: #B5944F;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #B5944F;
  border-radius: 25px;
  transition: all 0.4s;
  padding: 0;
  margin: 0;
}
.contact-bar__form input.contact__btn:hover {
    color: #ffffff;
    background-color: #B5944F;
}

.form-container textarea {
  width: 448px;
  height: 233px;
  margin: 0 auto;
  border: 1px solid #dedede;
  border-radius: 29px;
  background: transparent;
  padding: 15px;
  margin-bottom: 41px;
}
.form-send {
  width: 193px;
  height: 45px;
  margin: 0 auto;
  background: #b5944f;
  border: 1px solid #b5944f;
  border-radius: 25px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.footer-top,
.footer-bottom {
  background: none;
}
.footer-top {
  padding: 0px;
}
.foot-text {
  color: #ffffff;
}
footer *, footer a, footer a:hover {
  color: #ffffff;
}
.footer-bottom {
  margin-top: 115px;
}
.foot-logo img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 650px) {
  .main-frame {
    background-image: url(../image/mobile_new_contact.jpg);
    background-size: contain;
    background-position: top -4vh left;
    background-color: #0E0F12;
  }
  .icon-dark  {
    filter: brightness(0) invert(1);
}
  .head-title {
    padding-top: 77px;
  }
  .head-title h1 {
    font-size: 18px;
    line-height: 15px;
  }
  .contact-bar__form {
    margin-top: 58px;
  }
  .contact-bar__info {
    justify-content: center;
    width: 160px;
    margin-top: 42px;
  }
  .buttons {
    display: flex;
    justify-content: center;
}
  .form-container {
    padding: 0 15px;
    width: 100%;
  }
  .form-container label {
    margin-left: 0px;
  }
  .form-container textarea {
    margin-bottom: 24px;
  }
  .contact-bar__info,
  .phone-bar,
  .mail-bar {
    flex-direction: column;
  }
  .phone-bar,
  .mail-bar {
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .phone-bar {
    margin-bottom: 21px;
  }
  .bar__icon {
    margin: 0;
    margin-bottom: 18px;
  }
  .mail-bar .bar__icon {
    margin: 0;
    margin-bottom: 18px;
  }
  .form-container input,
  .form-container textarea {
    width: 100%;
  }
  .foot-column .d_golden {
    color: #ffffff;
}
}
