#kccal .form__contactTitle {
  margin-top: 3em;
}
#kccal .form__contactTitle::before {
  display: block;
}
#kccal .form__contactText {
  margin-top: 3em;
}
#kccal .from__contact__web {
  margin-top: 60px;
}
#kccal .form__inner {
  padding-top: 20px;
}
#kccal .kc-calender-title {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px !important;
  max-width: 640px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  padding: 12px 0 10px !important;
  margin: 24px auto 0;
}
#kccal .kc-calender-title span {
  width: 20px;
  height: 24px;
  margin-right: 6px;
  display: flex;
  align-items: center;
}
#kccal .kc-calendar {
  text-align: center;
  background: #fff;
  height: 840px;
}
#kccal .kc-calendar iframe {
  width: 100%;
  max-width: 800px !important;
  max-height: inherit !important;
}

@media screen and (max-width: 768px) {
  #kccal .kc-calender-title {
    font-size: 18px !important;
  }
  #kccal .kc-calender-title span {
    width: 20px;
  }
  #kccal .kc-calendar {
    margin-left: auto;
    margin-right: auto;
    height: 760px;
  }
  #kccal .kc-calendar iframe {
    height: 760px !important;
  }
}/*# sourceMappingURL=kccalendar.css.map */