.mod_video_past_event {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #f8faff;
  padding-top: 44px;
  padding-bottom: 44px;
}

.mod_video_past_event .title {
  max-width: 715px;
}

.mod_video_past_event .title_event {
  margin-top: 80px;
}

.mod_video_past_event .ct_list {
  margin-top: 54px;
}

.mod_video_past_event .ct_list .item {
  margin-bottom: 24px;
}

.mod_video_past_event .ct_list .item .border {
  background-color: #fff;
  border: none !important;
  height: 100%;
}

.mod_video_past_event .ct_list .item figure {
  position: relative;
}

.mod_video_past_event .ct_list .item figure figcaption {
  position: absolute;
  background: #FFFFFF;
  border-radius: 16px;
  bottom: 26px;
  padding: 0 34px;
  font-size: 14px;
  line-height: 24px;
}

.mod_video_past_event .ct_list .item .ct_description {
  padding: 32px 32px 24px;
  background-color: #fff;
}

.mod_video_past_event .ct_list .item .ct_description .ctn_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.mod_video_past_event .ct_list .item .ct_description button {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 28px;
  text-align: center;
  border: 2px solid #104de5;
  border-radius: 27px;
  min-width: 230px;
  color: #fff;
  background-color: #104de5;
}

@media only screen and (max-width: 768px) {
  .modal {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal .modal__overlay {
    display: none !important;
  }
}
.modal .modal__container {
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  .modal .modal__container {
    top: 0 !important;
    height: auto;
    padding: 0;
    transform: none;
  }
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  min-height: 700px;
  margin: 0;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.1s, opacity 0.3s ease;
  background: #000000;
}

.modal#modal_video_event .modal__container {
  min-height: 338px !important;
}

.modal#modal_video_event .modal__container .modal__close {
  height: 24px;
  width: 24px;
  background-color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 3px !important;
  border-radius: 50%;
}

.modal#modal_video_event .ct_border {
  padding: 0 !important;
}

.modal#modal_video_event .ct_border video {
  max-width: 100%;
  max-height: 100%;
}

.modal#modal_video_event .ct_border .video-js {
  height: 338px;
  max-width: 100%;
}

.modal#modal_video_event .ct_border .video-js .vjs-control-bar {
  display: none;
}

.modal#modal_video_event .ct_border .video-js .vjs-control-bar .vjs-progress-control {
  opacity: 0;
  z-index: -1;
}

.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  display: block !important;
  margin: 0;
  max-width: 100%;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
  background: rgba(0, 0, 0, 0.4);
}

.modal__close {
  position: absolute;
  top: 22px;
  right: 10px;
  border: none;
  outline: none;
  background: none;
  font-size: 20px;
  color: #020841;
  font-weight: bold;
  z-index: 999;
  text-shadow: #fff 1px 1px 8px;
}

.modal__close:hover {
  color: #000;
}

.modal .modal__container {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.modal__container {
  position: relative;
  z-index: 22;
  max-width: 600px;
  width: 100%;
  min-height: 444px;
  margin: 0 auto;
  padding: 48px 100px;
  background: #FFFFFF;
  border-radius: 16px;
  text-align: center;
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .modal__container {
    padding: 48px 24px;
  }
}
.modal h2,
.modal h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin: 0 auto 54px !important;
  color: #000000;
  background-color: transparent !important;
  width: 100% !important;
  max-width: 400px !important;
}

.modal .modal__close.jsModalClose {
  top: 4px;
  font-size: 16px;
}

.modal .ct_border {
  padding: 48px 24px 40px;
}

.modal .form-columns-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.modal .hs-form-booleancheckbox-display {
  padding-left: 32px !important;
  margin-top: 40px;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.modal .hs-form-booleancheckbox-display span {
  margin-left: 0px !important;
}

.modal .hs_submit .hs-button {
  min-width: 230px;
  background-color: #000;
}

.modal .hs-form ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::before {
  border: #104DE5;
  background-color: #104DE5;
}

.modal .hs-form ul.inputs-list li.hs-form-booleancheckbox label input:checked + span::after {
  color: #fff !important;
}

#modal_form .hs_cos_wrapper_type_form h3 {
  margin: 0 !important;
}

#modal_form select {
  line-height: 50px;
  height: 50px !important;
}

#modal_form .hs-form ul.inputs-list li.hs-form-booleancheckbox label input:checked + span::after {
  color: #fff !important;
}

#modal_form .hs-form .hs-form-field .input .hs-input:not([type=checkbox]) {
  line-height: 48px;
}

#modal_form fieldset {
  max-width: 100% !important;
}