.contact-page {
  padding: 140px 0 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/page-top-bg/bg_.webp");
  background-size: cover;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
}

.page-info h2 {
  color: #e1b470;
  font-size: 28px;
  font-family: khaleefa;
  text-align: center;
}

.map iframe {
  width: 100%;
  height: 600px;
  margin-bottom: 104px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.54);
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.contact-form textarea {
  line-height: 1.4;
  height: 130px;
  margin-bottom: 48px;
}

.contact-form .site-btn img {
  left: 5px;
}

.contact-text h3 {
  margin-bottom: 25px;
  color: #e1b470;
}

.contact-text p {
  line-height: 1.9;
  color: #fffcd9;
  margin-bottom: 50px;
  font-size: 18px;
}

.cont-info {
  overflow: hidden;
  margin-bottom: 20px;
}

.cont-info .ci-icon {
  float: left;
  width: 32px;
  margin-right: 26px;
}

.cont-info .ci-text {
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 576px) and (max-width: 767px) {
  .page-info h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .page-info h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .page-info h2 {
    font-size: 42px;
  }
}
