.list_view .coures_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_view .coures_box .list_img {
  width: 50%;
  position: relative;
}

.list_view .coures_box .list_cont {
  width: 50%;
  padding-left: 15px;
}

.list_view .coures_box .co_name {
  text-align: left;
  padding: 5px 0 0;
}
.modal-backdrop{position: relative;}
.list_view .coures_box .attri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.65em;
  max-width: 90%;
  margin: 0 auto 5px;
  padding: 5px 0;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1;
}

.list_view .coures_box .attri span {
  white-space: normal;
}

.list_view .coures_box .main_price {
  background-color: transparent;
  margin-top: 10px;
  padding: 0px 0;
  border-top: none;
  text-align: left;
  font-size: 0.8em;
}

.list_view .coures_box .authors {
  font-size: 10px;
  display: inline-block;
  width: 100%;
}

.list_view .coures_box .authors .aut_name {
  display: inline-block;
}

.list_view .coures_box .authors img {
  width: 15px !important;
  display: inline-block;
}

.list_view .coures_box .price {
  border-top: 1px solid #e3e3e3;
  margin-top: 8px;
  padding-top: 5px;
  margin-bottom: 0;
}

.list_view .coures_box .price .view_co a {
  color: #333;
  font-size: 0.8em;
  padding: 5px;
}

.list_view .coures_box .price .view_co a:hover {
  color: #ff6d3a;
  background: transparent;
}

.modal {
  position: fixed;
  top: 0px;
  pointer-events: none;
  left: 0px;
  background: rgba(41, 48, 59, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 50px 0;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal.active .box {
  top: 50%;
}

.modal#success h1 {
  font-size: 1.5em;
}

.modal .modal-content {
  max-width: 640px;
  width: 100%;
  background-color: #29303b;
  margin: 0 auto;
  position: relative;
}

.modal .modal-content .close {
  color: #fff;
  top: 16px;
  position: absolute;
  right: 15px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  opacity: 1;
  z-index: 3;
  padding: 0;
}

.modal .modal-content iframe {
  width: 100%;
  border: none;
}

.modal .modal-content .video_palyer iframe {
  max-height: 362px;
}

.modal .modal-content .video_palyer iframe, .modal .modal-content .pdf_frame iframe {
  position: absolute;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  top: 15px;
  bottom: 0;
}

.modal .modal-content .pdf_frame iframe {
  height: 600px;
  max-height: 600px;
}

.massage-cont {
  padding: 0.5em;
  background: #fff;
  color: #000;
}

.massage-cont .course__title {
  padding: 0.5em;
  color: #000;
}

.massage-cont .close {
  color: #000 !important;
}

div#imagecontainer_compose {
  padding: 15px 0 0;
}

@media (max-width: 767px) {
  .modal .modal-content .video_palyer iframe, .modal .modal-content .pdf_frame iframe {
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .video_cor .video_palyer {
    height: 259px;
  }
}
/*# sourceMappingURL=modal-popup.css.map */