.status-sucessfully-send {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
  background: green;
  color: white;
}
.status-error-send {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
  background: #b02a2a;
  color: white;
}

.courses-page-overview-section {

  padding-top: 20px;
}
.courses-page-overview-section .wrapper .custom-content-width h2 {
  text-align: center;
  padding-bottom: 60px;
  font-size: 30px;
  font-weight: 600;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .courses-search {
  width: 40%;
  padding: 18px 25px;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 27px 9px #ebebeb;
  -webkit-box-shadow: 0px 0px 27px 9px #ebebeb;
  -moz-box-shadow: 0px 0px 27px 9px #ebebeb;
  font-size: 15px;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .courses-search::placeholder {
  color: #bebebe;
  font-weight: 300;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .courses-date {
  width: 50%;
  padding: 18px 25px;
  border: none;
  box-shadow: 0px 0px 27px 9px #ebebeb;
  -webkit-box-shadow: 0px 0px 27px 9px #ebebeb;
  -moz-box-shadow: 0px 0px 27px 9px #ebebeb;
  font-size: 15px;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .courses-date::placeholder {
  color: #bebebe;
  font-weight: 300;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .delete-filter-button {
  border: none;
  cursor: pointer;
  padding: 13px 25px 13px 25px;
  transition: 0.3s;
  background: #d8d8d8;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .delete-filter-button:hover {
  background: #b9b9b9;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .delete-filter-button img {
  width: 25px;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .courses-submit {
  cursor: pointer;
  width: auto;
  padding: 17px 40px;
  background: #0c3d71;
  font-weight: 200;
  font-size: 17px;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .courses-submit:hover {
  background: #76050e;
}
@media screen and (max-width: 820px) {
  .courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form {
    flex-wrap: wrap;
  }
  .courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .courses-search {
    width: 100%;
  }
  .courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .courses-date {
    width: calc(100% - 50px);
  }
  .courses-page-overview-section .wrapper .custom-content-width .courses-overview-filter-section form .courses-submit {
    width: 200px;
  }
}
.courses-page-overview-section .wrapper .custom-content-width .courses-searched-results {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-searched-results p {
  text-align: center;
  font-weight: 300;
}
.courses-page-overview-section .wrapper .custom-content-width .courses-searched-results p .searched-results-cirle {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  background: #129012;
  padding: 15px;
  border-radius: 100%;
  position: relative;
  transform: translateY(10px);
}
.courses-page-overview-section .wrapper .custom-content-width .courses-searched-results p .searched-results-cirle .searched-results-num {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.presend-importand-text {
  text-align: center;
  color: red;
  line-height: 23px;
  margin-top: 15px;
  margin-bottom: -5px;
}
.courses-page-courses-list .wrapper {
	width: 100%!important;
}

.courses-page-courses-list p
{
	margin-bottom: 0px!important;
}

.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards {
  padding-bottom: 80px;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card {
  width: calc(100% - 20px);
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  height: 300px;
  overflow: hidden;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card:hover {
  transform: scale(1.04);
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card .course-card-image {
  object-fit: 100%;
  height: 500px;
  transform: translateY(-100px);
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card .card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.84499737395) 100%);
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card .card-bg .card-flex-content {
  min-height: 272px;
  padding: 15px 15px 15px 25px;
  display: flex;
  align-items: flex-end;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card .card-bg .card-flex-content .card-content {
  width: 100%;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card .card-bg .card-flex-content .card-content .card-heading {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 10px;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card .card-bg .card-flex-content .card-content .card-content-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card .card-bg .card-flex-content .card-content .card-content-about .card-date-place .card-date {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card .card-bg .card-flex-content .card-content .card-content-about .card-date-place .card-place {
  color: #9b9b9b;
  font-weight: 300;
  font-size: 13px;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card .card-bg .card-flex-content .card-content .card-content-about .card-price {
  color: #fff;
  font-weight: 600;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card .card-bg .card-actual-info {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #129012;
  color: #fff;
  padding: 7px 15px;
  font-weight: 300;
  font-size: 12px;
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card.course-is-over .card-bg .card-flex-content {
  background: #ffffff;
  background: linear-gradient(180deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%);
}
.courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card.course-is-over .card-bg .card-actual-info {
  background: #c75962;
}
@media screen and (max-width: 820px) {
  .courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex {
    flex-wrap: wrap;
  }
  .courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex {
    flex-wrap: wrap;
  }
  .courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .courses-page-courses-list .wrapper .custom-content-width .ongoing-courses-cards .cards-flex .course-card {
    width: 100%;
  }
}
.panel-footer {
  text-align: center;
  position: relative;
}
.panel-footer .fa-facebook {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.panel-footer p {
  font-size: medium;
  padding: 0 20px;
}
.course-detail-page-heading-section .wrapper, .course-detail-page-heading-section .custom-content-width{
  width: 100%!important;
}


.course-detail-page-heading-section .wrapper .custom-content-width .course-page-heading-section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #d0d6e3;
}
.course-detail-page-heading-section .wrapper .custom-content-width .course-page-heading-section a {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  color: #0c3d71!important;
  display: inline-block;
  padding: 20px 20px 20px 60px;
  border: 2px solid #0c3d71;
  background-image: url('img/course-arrow-back.svg');
  background-size: 25px;
  background-position: 15px 50%;
  background-repeat: no-repeat;
}
.course-detail-page-heading-section .wrapper .custom-content-width .course-page-heading-section a:hover {
  background: #1a7605;
  color: #fff!important;
  background-image: url('img/course-arrow-back-white.svg');
  border: 2px solid #1a7605;
  background-size: 25px;
  background-position: 15px 50%;
  background-repeat: no-repeat;
}
.course-detail-page-heading-section .wrapper .custom-content-width .course-page-heading-section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .course-detail-page-heading-section .wrapper .custom-content-width .course-page-heading-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .course-detail-page-heading-section .wrapper .custom-content-width .course-page-heading-section a {
    transform: none;
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .course-detail-page-heading-section .wrapper .custom-content-width .course-page-heading-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.course-detail-page-about-section .wrapper {
  width: 100%!important;
}
.course-detail-page-about-section .wrapper .custom-content-width {
  padding-top: 60px;
  padding-bottom: 60px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #0c3d71;
  text-transform: uppercase;
  padding-bottom: 60px;
  line-height: 1.5;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex {
  display: flex;
  gap: 40px;
  padding-bottom: 40px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-img {
  width: 25%;
  height: 100%;
  position: relative;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-img p {
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 10px 15px;
  background: #129012;
  color: #fff;
  font-weight: 300;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content {
  width: 75%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-annotation-heading {
  padding-bottom: 25px;
  font-weight: 600;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-annotation-text {
  line-height: 1.5;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-duration-and-date .course-duration,
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-duration-and-date .course-date {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-duration-and-date .course-duration img,
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-duration-and-date .course-date img {
  width: 30px;
  height: 30px;
  max-width: 100%;
  max-height: 100%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-duration-and-date .course-duration p,
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-duration-and-date .course-date p {
  font-weight: 600;
  font-size: 16px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-program-download {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.3s;
  padding: 20px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-program-download:hover {
  background: #ececec;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-program-download:hover p {
  color: #76050e;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-program-download img {
  width: 40px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-program-download p {
  color: #0c3d71;
  font-size: 16px;
  font-weight: 600;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section {
  display: flex;
  box-shadow: 0px 0px 5px 4px rgba(237,237,237,0.75);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(237,237,237,0.75);
  -moz-box-shadow: 0px 0px 5px 4px rgba(237,237,237,0.75);
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section .location-info {
  width: 60%;
  padding: 35px 25px;
  display: flex;
  gap: 20px;
  background: #fff;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section .location-info .location-pin img {
  width: 35px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section .location-info .location-content .location-heading {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section .location-info .location-content .location-coordinates {
  color: #6e6e6e;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section .location-info .location-content .location-coordinates span {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  padding-left: 10px;
  background-image: url('img/content-copy.svg');
  background-size: 17px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section .location-info .location-content .location-coordinates span:hover {
  background-color: #fafafa;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section .location-info .location-content .show-on-map {
  margin-top: 40px;
  display: inline-block;
  color: #0c3d71;
  font-size: 17px;
  font-weight: 400;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section .location-map {
  width: 40%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-heading {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content {
  background: #fff;
  box-shadow: 0px 0px 5px 4px rgba(237,237,237,0.75);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(237,237,237,0.75);
  -moz-box-shadow: 0px 0px 5px 4px rgba(237,237,237,0.75);
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .course-capacity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  border-bottom: 1px solid #efefef;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .course-capacity .capacity-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .course-capacity .capacity-text img {
  width: 20px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .course-capacity .capacity-text p {
  font-size: 16px;
  font-weight: 500;
  color: #129012;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .course-capacity .capacity-count-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .course-capacity .capacity-count-section .count-text {
  color: #c4c4c4;
  font-size: 16px;
  font-weight: 300;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .course-capacity .capacity-count-section .people-count {
  color: #129012;
  font-size: 16px;
  font-weight: 600;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 40px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .required-field-symbol {
  color: #0c3d71;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .flex-inputs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .flex-inputs div {
  width: 50%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .flex-inputs div label {
  width: 100%;
  line-height: 1.5;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .IC-flex-inputs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .IC-flex-inputs div {
  width: 60%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .IC-flex-inputs div.load-link {
  width: 40%;
  margin-top: 10px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .IC-flex-inputs div.load-link a {
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  display: block;
  border: 1px solid #0c3d71;
  text-decoration: none;
  color: #0c3d71;
  font-size: 15px;
  font-weight: 300;
  transition: 0.3s;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .IC-flex-inputs div.load-link a:hover {
  background-color: #1a8e11!important;
  border: 1px solid #1a8e11!important;
  color: #fff!important;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .IC-flex-inputs div label {
  width: 100%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex {
  display: flex;
  gap: 80px;
  padding: 30px;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex::after {
  position: absolute;
  content: '';
  background: #efefef;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex input {
  margin-top: 10px;
  margin-bottom: 20px;
  width: calc(100% - 40px);
  padding: 15px 20px;
  font-size: 13px;
  border: 1px solid #efefef;
}

.druh-ucasti-prednaska-cont input
{
  margin-top: 10px;
  margin-bottom: 20px;
  width: calc(100%);
  padding: 15px 20px;
  font-size: 13px;
  border: 1px solid #efefef;
}


.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex input::placeholder {
  color: #cacaca;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .general-information-form {
  width: 50%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .general-information-form .general-information-form-content .registered-doctors-link {
  line-height: 1.5;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .general-information-form .general-information-form-content .registered-doctors-link a {
  color: #0c3d71;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .billing-information-form {
  width: 50%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .billing-information-form .billing-information-switcher #switcher-buttons {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .billing-information-form .billing-information-switcher #switcher-buttons input {
  position: absolute;
  visibility: hidden;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .billing-information-form .billing-information-switcher #switcher-buttons .et_pb_button {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  gap: 20px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .billing-information-form .billing-information-switcher #switcher-buttons .et_pb_button span {
  width: 25px;
  height: 25px;
  background-image: none;
  background-size: 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #efefef;
  border-radius: 100%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .billing-information-form .billing-information-switcher #switcher-buttons .et_pb_button.activeButton span {
  width: 25px;
  height: 25px;
  background-image: url('img/checkmark-white.svg');
  background-size: 17px;
  border: 1px solid #129012;
  background-color: #129012;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .billing-information-form .billing-information-switcher #switcher-buttons .et_pb_button p {
  font-size: 15px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-comment-section {
  padding: 25px;
  border-bottom: 1px solid #efefef;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-comment-section label {
  width: 100%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-comment-section textarea {
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  width: calc(100% - 40px);
  padding: 15px 20px;
  font-size: 13px;
  border: 1px solid #efefef;
  resize: none;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-comment-section textarea::placeholder {
  color: #cacaca;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-checkboxes-section {
  padding: 25px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-checkboxes-section div {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-checkboxes-section div input {
  accent-color: #0c3d71;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-checkboxes-section div label {
  line-height: 1.5;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-checkboxes-section div label a {
  color: #0c3d71;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-checkboxes-section div label a:hover {
  color: #76050e;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-checkboxes-section .submit-form-section {
  text-align: center;
  display: block;
  padding-top: 30px;
  padding-bottom: 20px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-checkboxes-section .submit-form-section button {
  background: #129012;
  padding: 20px 40px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .form-checkboxes-section .submit-form-section button:hover {
  background: #077506;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .form-errors-box {
  background: #fae6e6;
  color: #972a2a;
  margin: 10px;
  padding: 5px 20px;
  border: 1px solid #eccccc;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .form-errors-box ul li {
  padding: 5px 0;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section {
  background: #fff;
  box-shadow: 0px 0px 5px 4px rgba(237,237,237,0.75);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(237,237,237,0.75);
  -moz-box-shadow: 0px 0px 5px 4px rgba(237,237,237,0.75);
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  border-bottom: 1px solid #efefef;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity .capacity-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity .capacity-text img {
  width: 20px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity .capacity-text p {
  font-size: 16px;
  font-weight: 500;
  color: #0c3d71;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity .capacity-count-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity .capacity-count-section .count-text {
  color: #c4c4c4;
  font-size: 16px;
  font-weight: 300;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity .capacity-count-section .people-count {
  color: #0c3d71;
  font-size: 16px;
  font-weight: 600;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity-content div {
  padding-top: 80px;
  padding-bottom: 80px;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity-content div img {
  width: 80px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity-content div p {
  padding-top: 25px;
  line-height: 1.5;
  color: #cecece;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .under-form-section {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d6e3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .under-form-section .back-to-courses a {
  text-decoration: none;
  color: #0c3d71!important;
  display: inline-block;
  padding: 20px 20px 20px 60px;
  border: 2px solid #0c3d71;
  background-image: url('img/course-arrow-back.svg');
  background-size: 25px;
  background-position: 15px 50%;
  background-repeat: no-repeat;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .under-form-section .back-to-courses a:hover {
  background: #1a7605;
  color: #fff!important;
  background-image: url('img/course-arrow-back-white.svg');
  border: 2px solid #1a7605;
  background-size: 25px;
  background-position: 15px 50%;
  background-repeat: no-repeat;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .under-form-section .tags p {
  font-weight: 300;
}
.course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .under-form-section .tags p span {
  padding-left: 10px;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex {
    flex-direction: column;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-img {
    width: 100%;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content {
    width: 100%;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex {
    flex-direction: column;
    gap: 20px;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex::after {
    display: none;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .general-information-form {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #efefef;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-register-forms-content .main-forms .main-forms-flex .billing-information-form {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-duration-and-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-program-download {
    padding: 0;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-program-download:hover {
    background: none;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section {
    flex-direction: column;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section .location-info {
    width: auto;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-location-section .location-map {
    width: auto;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .under-form-section {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-duration-and-date {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-program-download {
    padding: 0;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-about-section .course-about-flex .course-content .course-info-flex .course-program-download:hover {
    background: none;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-capacity .capacity-count-section {
    flex-direction: column-reverse;
    gap: 10px !important;
  }
  .course-detail-page-about-section .wrapper .custom-content-width .course-register-forms-section .course-full-section .course-capacity .capacity-count-section {
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.course-detail-page-about-section h3, .course-detail-page-about-section p
{
	margin-bottom: 0px!important;
}


/** ****************** **/

.data-block-container
{
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	
}

.data-block-container .data-block
{
	width: 100%;
	margin-bottom: 10px;
}


@media screen and (min-width: 700px) 
{
	.data-block-container
	{
		display: flex;
		justify-content: space-between;
	}
	
	.data-block-container .data-block
	{
		margin-bottom: 0px;
		width: 20%;
	}
}

.data-block-container .data-block-title
{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #0c3d71;
}

.data-block-container select
{
	padding: 15px 20px;
	font-size: 13px;
	border: 1px solid #efefef;
	background: white!important;
	width: 90%;
}
