.mechlab__classdetails-head {
  position: relative;
}
.mechlab__classdetails-head_title {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .mechlab__classdetails-head_title {
    margin-bottom: 60px;
  }
}
.mechlab__classdetails-head_title h1 {
  margin-bottom: 24px;
}
.mechlab__classdetails-head::after {
  content: "";
  top: 10%;
  right: 0;
  position: absolute;
  width: 30%;
  height: 100%;
  background: rgba(255, 255, 255, 0.61);
  opacity: 0.17;
  filter: blur(100px);
  z-index: -1;
  border-radius: 0 999px 999px 0;
}
.mechlab__classdetails-head::before {
  content: "";
  position: absolute;
  top: 24%;
  right: 0;
  width: 100%;
  height: 514px;
  background-image: url("../images/student-project-head-vetor.svg");
  background-position: 100% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.mechlab__classdetails-head_image {
  width: 100%;
}
.mechlab__classdetails-head_image img {
  width: 100%;
}
.mechlab__classdetails-course {
  padding: 120px 0 60px 0;
}
@media (max-width: 767px) {
  .mechlab__classdetails-course {
    padding: 80px 0 60px 0;
  }
}
.mechlab__classdetails-course_row {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .mechlab__classdetails-course_row {
    margin-bottom: 80px;
  }
}
.mechlab__classdetails-course_row:last-child {
  margin-bottom: 0;
}
.mechlab__classdetails-video {
  padding: 60px 0 60px 0;
}
@media (max-width: 767px) {
  .mechlab__classdetails-video {
    padding: 20px 0 60px 0;
  }
}
.mechlab__classdetails-video h2 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .mechlab__classdetails-video h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.mechlab__classdetails-program {
  padding: 60px 0 60px 0;
}
@media (max-width: 767px) {
  .mechlab__classdetails-program {
    padding: 20px 0 60px 0;
  }
}
.mechlab__classdetails-program_head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mechlab__classdetails-program_head {
    margin-bottom: 32px;
  }
}
.mechlab__classdetails-program_head h2 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .mechlab__classdetails-program_head h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.mechlab__classdetails-comments {
  padding: 100px 0 20px 0;
}
.mechlab__classdetails-comments h2 {
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mechlab__classdetails-comments h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mechlab__classdetails-comments_container {
    padding: 0;
    overflow: hidden;
  }
}
.mechlab__classdetails-comments_slider .slick-list {
  /* the slides */
  margin: 0 -5px 0 0;
  /* the slides */
}
.mechlab__classdetails-comments_slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .mechlab__classdetails-comments_slider .slick-list {
    margin: 0 -10px 0 0;
  }
}
.mechlab__classdetails-comments_slider .slick-list .slick-slide {
  margin: 0 5px 0 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .mechlab__classdetails-comments_slider .slick-list .slick-slide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    margin: 0 10px 0 0;
  }
}
.mechlab__classdetails-comments_slider .slick-list .slick-slide.slick-center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mechlab__classdetails-comments_slider .slick-arrow {
  width: 40px;
  height: 40px;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid #ffffff;
  line-height: 12px;
  color: #ffffff;
}
.mechlab__classdetails-comments_slider .slick-arrow::before {
  opacity: 1;
}
.mechlab__classdetails-comments_slider .slick-arrow.slick-prev {
  bottom: -86px;
  top: auto;
  left: calc(50% - 90px);
}
.mechlab__classdetails-comments_slider .slick-arrow.slick-next {
  bottom: -86px;
  top: auto;
  right: calc(50% - 90px);
}
@media (max-width: 767px) {
  .mechlab__classdetails-comments_slider-slide {
    width: 300px !important;
  }
}
.mechlab__classdetails-comments_slider-slide_comment-bubble {
  background: #ffffff;
  padding: 35px 32px;
  margin-bottom: 44px;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 767px) {
  .mechlab__classdetails-comments_slider-slide_comment-bubble {
    padding: 20px;
  }
}
.mechlab__classdetails-comments_slider-slide_comment-bubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 75px;
  height: 20px;
  background-image: url("../images/bubble-point.svg");
  background-position: 50% -1px;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mechlab__classdetails-comments_slider-slide_comment-bubble p {
  color: #3F3464;
  font-weight: 600;
  line-height: 25px;
  font-size: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mechlab__classdetails-comments_slider-slide_comment-bubble p {
    font-size: 16px;
    line-height: 28px;
  }
}
.mechlab__classdetails-comments_slider-slide_comment-bubble_rate {
  color: #FADE4D;
}
.mechlab__classdetails-comments_slider-slide_comment-bubble_rate span {
  padding: 0 3px;
}
.mechlab__classdetails-team_card h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .mechlab__classdetails-team_card h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.mechlab__classdetails-team_card p {
  font-size: 20px;
  opacity: 0.5;
  line-height: 32px;
}
@media (max-width: 767px) {
  .mechlab__classdetails-team_card p {
    font-size: 16px;
    line-height: 24px;
  }
}
.mechlab__classdetails-team_card_image {
  width: 276px;
  height: 276px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 24px;
  max-width: 100%;
}
.mechlab__classdetails-team_card_image-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.mechlab__classdetails-team_card_image-inner a {
  padding: 12px;
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 16px;
  right: 16px;
  background: rgba(63, 52, 100, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}
.mechlab__classdetails-subscribe {
  padding: 100px 0 200px 0;
  position: relative;
}
.mechlab__classdetails-subscribe::after {
  content: "";
  top: 10%;
  left: 0;
  position: absolute;
  width: 30%;
  height: 100%;
  background: rgba(255, 255, 255, 0.61);
  opacity: 0.17;
  filter: blur(100px);
  z-index: -1;
  border-radius: 0 999px 999px 0;
}
.mechlab__classdetails-subscribe::before {
  content: "";
  position: absolute;
  bottom: -240px;
  left: 0;
  width: 100%;
  height: 475px;
  background-image: url("../images/cost-top-vector.svg");
  background-position: 100% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mechlab__classdetails-subscribe .input-group-dia {
  border: 1px dashed #ffffff;
  position: relative;
  max-width: 500px;
  margin: auto;
  border-radius: 5px;
  padding: 5px;
}
.mechlab__classdetails-subscribe .input-group-dia input {
  background: none;
  border: none;
  box-shadow: none;
  padding: 21px 5px 21px 24px;
}
@media (max-width: 767px) {
  .mechlab__classdetails-subscribe .input-group-dia input {
    padding: 12px 5px 12px 16px;
  }
}
.mechlab__classdetails-subscribe .input-group-dia input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E1E5F8;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .mechlab__classdetails-subscribe .input-group-dia input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}
.mechlab__classdetails-subscribe .input-group-dia button {
  width: 170px;
  background: #ffffff;
  border-radius: 4px !important;
  border: none;
  box-shadow: none;
  color: #3F3464;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .mechlab__classdetails-subscribe .input-group-dia button {
    width: 120px;
    font-size: 14px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=classDetailStyles.css.map */
