/* CONTACT page */
@media (min-width:768px) {
  #pk-map {
    width:calc(100% - 20px)
  }
}
#pk-map {
  height:500px;
  background:#eee
}
.google-maps svg {
  position: absolute;
  top:50%;
  left:50%;
  margin: -8px 0 0 -8px;
  opacity:0.3
}
.contact-page-footer {
  margin-top: 140px;
}
.contact-page-footer > div {
  margin-bottom: 40px
}
.contact-page-footer h6 {
  text-transform: uppercase;
  color:#414141;
  letter-spacing: 0.1em;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 20px;
}
.contact-page-footer p {
  font-size: 0.875em;
  color:#727272;
}
.contact-page-footer svg {
  width:43px;
  height:43px;
  margin-bottom: 35px;
  color:#313537
}
#contact .contact-page textarea {text-indent:0}
.contact-page .form-fields label {
  width: 100%;
}
.contact-page h3 {
  margin: 0 0 40px;
  letter-spacing: 0.1em;
  font-size: 1.563em;
}
.contact-page .login-form {
  padding-top: 70px;
}
#contact p.title-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 44px;
  margin-top: 0;
}
#contact .contact-kursy p, .contact-email .label, .contact-tg .label, .contact-email .value, .contact-tg .value  {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.contact-email .value, .contact-tg .value {
  font-weight: 700;
}
.contact-tg .value a {
  color: #FF5555;
}
#contact .contact-kursy p {
  margin-top: 0;
  margin-bottom: 16px;
}
.contact-email, .contact-tg {
  margin-left: 30px;
  margin-bottom: 16px;

}
.contact-email.other-questions {
  margin-left: 0;
}
.social-networks {
  margin-top: 50px;
}
form.contactform-captcha {
  background: #FCF8F7;
  padding: 45px 100px;
  border-radius: 5px;
}
.contact-select {
  display: none;
}
.contact-page .form-fields label.file-upload-label {
  background: transparent;
  color: #333;
  padding: 13px 24px;
  border: 1px solid #333;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 20px;
  height: 41px;
  display: inline-block;
  width: 170px;
}
#contact ::placeholder {
  color: #888 !important;
}
#contact form input.form-control, #contact textarea {
  box-shadow: none;
  padding: 16px 24px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  color: #333;
  font-family: 'Open Sans';
}

#contact span.filename {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}
#contact footer.form-footer {
  text-align:center
}
#contact #main-content h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 80px;
  text-transform: capitalize;
}
.social-networks .wrapper-social ul.social-icons {
  display: flex;
  gap: 13px;
}
.social-networks .wrapper-social {
  padding-top: 0;
}
#contact .social-networks p.title-heading {
  margin-bottom: 28px;
}
@media (max-width:991px) {
    .contact-page-footer {
      margin-top: 90px
    }
    .contact-page-footer > div {
      margin-bottom: 20px
    }
    .social-networks {
      margin-bottom: 50px;
    }
    form.contactform-captcha {
      padding: 24px 12px;
    }
    .contact-page .form-fields label.file-upload-label {
      margin-right: 2px;
    }
    footer.form-footer button {
      width: 100%;
    }
}