@charset "UTF-8";
.main .title-text {
  line-height: 38px;
}
.main .title-text span {
  color: #6a2126;
}
.main .wrapper {
  position: relative;
  overflow: hidden;
}
.main .wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.main .wrapper-bg:last-child {
  display: none;
}
.main .wrapper .container {
  height: 890px;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: end;
}
.main .wrapper .container span {
  color: #6a2126;
}
.main .wrapper .status {
  display: flex;
  margin-bottom: 16px;
}
.main .wrapper .status-name {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #37b38b;
  border-radius: 4px;
}
.main .wrapper .status-info {
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #3c3c3b;
  margin-left: 4px;
  background: #fff;
}
.main .wrapper .status-info img {
  margin-right: 8px;
}
.main .wrapper .form-subtext {
  font-size: 14px;
  line-height: 21px;
  color: #2b8f70;
  margin-top: 12px;
}
.main .wrapper-title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  color: #3c3c3b;
  text-transform: uppercase;
}
.main .wrapper-subtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 24px 0;
}
.main .wrapper-text {
  font-size: 16px;
  line-height: 150%;
  color: #3c3c3b;
  margin-bottom: 64px;
}
.main .wrapper-form {
  width: 610px;
}
.main .wrapper-form .input-box {
  width: 60%;
}
.main .wrapper-form .form-submit {
  width: 38%;
}
.main .wrapper_service .container {
  height: 790px;
}
.main .wrapper_serviceIn .container {
  height: 790px;
}
.main .wrapper_serviceIn .wrapper-text {
  margin: 24px 0 86px;
  max-width: 669px;
}
.main .wrapper_serviceIn .wrapper-price {
  margin-bottom: 66px;
  font-size: 16px;
  line-height: 150%;
}
.main .wrapper_serviceIn .wrapper-price span {
  font-size: 24px;
  font-weight: 500;
  color: #3c3c3b;
}
.main .sec1 {
  margin: 160px 0;
}
.main .sec1-item {
  margin-top: 80px;
}
.main .sec1-item:first-child {
  margin-top: 0;
}
.main .sec1-item .item-info {
  width: 48%;
  font-size: 16px;
  line-height: 24px;
  color: #3c3c3b;
}
.main .sec1-item .item-info .item-text {
  margin-top: 32px;
}
.main .sec1-item .item-info ul.item-list li {
  margin-top: 32px;
  display: flex;
  align-items: start;
}
.main .sec1-item .item-info ul.item-list li::before {
  content: "";
  display: block;
  margin-top: 10px;
  width: 32px;
  height: 2px;
  background: #6a2126;
  margin-right: 16px;
}
.main .sec1-item .item-info ol.item-list li {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.main .sec1-item .item-info ol.item-list li svg {
  min-width: 28px;
  margin-right: 19px;
}
.main .sec1-item .item-photo {
  width: 48%;
}
.main .sec1-item .item-photo img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}
.main .sec2-box {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .sec2-item {
  width: 32.75%;
  height: 280px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
.main .sec2-item:nth-child(1), .main .sec2-item:nth-child(2), .main .sec2-item:nth-child(3) {
  z-index: 5;
}
.main .sec2-item:nth-child(4), .main .sec2-item:nth-child(5) {
  width: 49.5%;
}
.main .sec2-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF5F6;
  background: linear-gradient(180deg, rgba(255, 245, 246, 0) 50%, rgb(255, 245, 246) 100%);
  z-index: 2;
  transition: 0.3s all;
  border-radius: 12px;
}
.main .sec2-item .item-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s all;
}
.main .sec2-item .item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
.main .sec2-item .item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  z-index: 3;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3c3c3b;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: 0.3s all;
}
.main .sec2-item .item-info .item-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #6a2126;
}
.main .sec2-item .item-info .item-text {
  margin-top: 16px;
  display: none;
}
.main .sec2-item:hover::before {
  height: 368px;
  background: #FFF5F6;
  background: linear-gradient(180deg, rgba(255, 245, 246, 0) 0%, rgb(255, 245, 246) 100%);
}
.main .sec2-item:hover .item-photo {
  height: 368px;
}
.main .sec2-item:hover .item-info {
  height: 368px;
  box-shadow: 2px 5px 8.4px 0px rgba(2, 20, 60, 0.06);
}
.main .sec2-item:hover .item-info .item-text {
  display: block;
}
.main .sec3 {
  margin: 160px 0;
}
.main .sec3-box {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.main .sec3-item {
  padding: 28px;
  border-radius: 12px;
  box-shadow: 2px 5px 8.4px 0px rgba(2, 20, 60, 0.06);
}
.main .sec3-item .item-top .data {
  font-size: 14px;
  color: #3c3c3b;
}
.main .sec3-item .item-top .status {
  display: flex;
}
.main .sec3-item .item-top .status-info {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #37b38b;
  border-radius: 4px;
}
.main .sec3-item .item-top .status .webinar {
  background: #b80f87;
}
.main .sec3-item .item-top .status .training {
  background: #FF444E;
}
.main .sec3-item .item-top .status .ether {
  width: 103px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #3c3c3b;
  margin-left: 4px;
  border: 1px solid #3C3C3B;
}
.main .sec3-item .item-top .status .ether img {
  margin-right: 8px;
}
.main .sec3-item .item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 24px 0;
  color: #3c3c3b;
  min-height: 72px;
}
.main .sec3-item .item-list li {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 21px;
}
.main .sec3-item .item-list li span {
  display: flex;
  align-items: center;
  color: #6a2126;
}
.main .sec3-item .item-list li span::before {
  content: "";
  display: block;
  margin-top: 10px;
  width: 16px;
  height: 1px;
  background: #BBBBBB;
  margin: 0 12px;
}
.main .sec3-item .item-list li:last-child {
  margin-bottom: 0;
}
.main .sec3-item .item-link {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #6a2126;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 24px;
  transition: 0.3s all;
}
.main .sec3-item .item-link:hover {
  background: #3c3c3b;
}
.main .all-course {
  width: 254px;
  height: 67px;
  border-radius: 6px;
  border: 1px solid #6A2126;
  font-size: 14px;
  color: #6a2126;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  margin: 16px auto 0;
}
.main .all-course:hover {
  background: #6a2126;
  color: #fff;
}
.main .sec4-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-top: 48px;
}
.main .sec4-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.main .sec4-item {
  margin-bottom: 32px;
}
.main .sec4-item .item-photo {
  position: relative;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
}
.main .sec4-item .item-photo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.main .sec4-item .item-photo .status {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #37b38b;
  border-radius: 4px;
  z-index: 1;
}
.main .sec4-item .item-photo .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.main .sec4-item .item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #3c3c3b;
}
.main .sec4-item .item-subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #3c3c3b;
  margin-top: 4px;
}
.main .sec4-item .item-price {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #6a2126;
  margin-top: 8px;
  display: block;
}
.main .sec5 {
  margin-top: 160px;
}
.main .sec5-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-top: 48px;
}
.main .sec5-item {
  position: relative;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 8px;
  border-radius: 12px;
  margin-bottom: 32px;
}
.main .sec5-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6A2126;
  background: linear-gradient(180deg, rgba(106, 33, 38, 0) 0%, rgba(106, 33, 38, 0.75) 100%);
  z-index: 2;
}
.main .sec5-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
}
.main .sec5-item .status {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #FF444E;
  border-radius: 4px;
  z-index: 1;
}
.main .sec5-item .item-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
}
.main .sec5-item .item-info {
  color: #fff;
  position: relative;
  z-index: 3;
  padding: 24px 20px;
}
.main .sec5-item .item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.main .sec5-item .item-price {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 8px;
}
.main .sec6 {
  margin: 160px 0;
}
.main .sec6-box {
  background: #fff1e7;
  border-radius: 16px;
  padding: 48px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .sec6-form .form {
  margin: 56px 0 12px;
  width: 90%;
}
.main .sec6-form .form .input-box input {
  background: #fff;
}
.main .sec6-info .info-item {
  display: flex;
  align-items: center;
}
.main .sec6-info .info-item:last-child {
  margin-top: 32px;
}
.main .sec6-info .info-item .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: 16px;
  object-fit: cover;
}
.main .sec6-info .info-item .item-suptext {
  font-size: 16px;
  line-height: 24px;
  color: #3c3c3b;
}
.main .sec6-info .info-item .item-link {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #3c3c3b;
}
.main .sec6-info .info-item .social {
  margin-left: 4px;
  display: block;
  min-width: 30px;
  height: 30px;
}
.main .sec7 {
  margin: 160px 0;
}
.main .sec7-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-top: 48px;
}
.main .sec7-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 2px 5px 8.4px 0px rgba(2, 20, 60, 0.06);
  padding: 8px;
  color: #3c3c3b;
}
.main .sec7-item .item-photo {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.main .sec7-item .item-photo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.main .sec7-item .item-photo .status {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #B80F87;
  border-radius: 4px;
}
.main .sec7-item .item-photo .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .sec7-item .item-info {
  padding: 20px;
}
.main .sec7-item .item-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 4px;
}
.main .sec7-item .data {
  font-size: 14px;
  line-height: 21px;
}
.main .sec7 .all-course {
  margin-top: 48px;
}
.main .sec8-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 32px;
  margin-top: 48px;
}
.main .sec8-file {
  display: flex;
  align-items: start;
  color: #3c3c3b;
}
.main .sec8-file svg {
  margin-right: 19px;
}
.main .sec8-file .file-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.main .sec8-file .file-size {
  font-size: 14px;
  line-height: 21px;
  margin: 2px 0 8px;
}
.main .sec8-file .file-download {
  width: 180px;
  height: 40px;
  border-radius: 6px;
  background: #6a2126;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.main .sec8-file .file-download:hover {
  background: #3c3c3b;
}
.main .sec8 .all-course {
  margin-top: 48px;
}
.main .sec9 {
  margin: 160px 0;
}
.main .sec9 .container {
  max-width: 974px;
}
.main .sec9-top {
  margin: 48px 0;
}
.main .sec9-top .rating-score {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  margin-right: 12px;
}
.main .sec9-top .rating .stars svg {
  margin: 0 5.5px 5.5px 0;
}
.main .sec9-top .rating-info {
  font-size: 14px;
  line-height: 21px;
  color: #bbb;
}
.main .sec9-top .rating-info .reviews {
  display: flex;
  align-items: center;
}
.main .sec9-top .rating-info .reviews::after {
  content: "•";
  margin: 0 8px;
}
.main .sec9-top .btns {
  padding: 8px;
  border-radius: 8px;
  background: #fff1e7;
  display: flex;
}
.main .sec9-top .btns .rating-btn {
  background: transparent;
  height: 40px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #3c3c3b;
}
.main .sec9-top .btns .review-btn {
  width: 180px;
  height: 40px;
  border-radius: 6px;
  background: #6a2126;
  color: #fff;
  font-size: 14px;
  transition: 0.3s all;
}
.main .sec9-top .btns .review-btn:hover {
  background: #3c3c3b;
}
.main .sec9-reviews .review {
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 2px 5px 8.4px 0px rgba(2, 20, 60, 0.06);
  margin-bottom: 8px;
}
.main .sec9-reviews .review:last-child {
  margin-bottom: 0;
}
.main .sec9-reviews .review-top .avatar {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  margin-right: 16px;
  object-fit: cover;
}
.main .sec9-reviews .review-top .name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #3c3c3b;
}
.main .sec9-reviews .review-top .data {
  font-size: 13px;
  line-height: 21px;
  color: #bbb;
}
.main .sec9-reviews .review-stars {
  margin: 12px 0;
}
.main .sec9-reviews .review-stars svg {
  margin-right: 5.5px;
}
.main .sec9-reviews .review-text {
  font-size: 14px;
  line-height: 21px;
  color: #3c3c3b;
}
.main .swiper-btns .prev, .main .swiper-btns .next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  box-shadow: -8px 19px 32.4px 0px rgba(0, 0, 0, 0.21);
  cursor: pointer;
}
.main .swiper-btns .prev:hover, .main .swiper-btns .next:hover {
  background: #6a2126;
}
.main .swiper-btns .prev:hover svg path, .main .swiper-btns .next:hover svg path {
  fill: #fff;
}
.main .sec10-box {
  margin-top: 48px;
  position: relative;
}
.main .sec10-box .swiper-btns .prev, .main .sec10-box .swiper-btns .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.main .sec10-box .swiper-btns .prev {
  left: -20px;
}
.main .sec10-box .swiper-btns .next {
  right: -20px;
}
.main .sec10-img {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  object-fit: cover;
}
.main .sec11 {
  margin: 160px 0;
}
.main .sec11-box {
  position: relative;
  margin-top: 48px;
}
.main .sec11-box .swiper-btns .prev, .main .sec11-box .swiper-btns .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.main .sec11-box .swiper-btns .prev {
  left: -20px;
}
.main .sec11-box .swiper-btns .next {
  right: -20px;
}
.main .sec11-video {
  position: relative;
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
.main .sec11-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 5px 8.4px 0px rgba(2, 20, 60, 0.06);
}
.main .sec11-video .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.main .sec11-video video {
  width: 100%;
  height: 100%;
}
.main .sec11 .showVideo .play-btn {
  display: none;
}
.main .sec11 .showVideo .poster {
  display: none;
}
.main .sec12-box {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.main .sec12-item .item-img {
  width: 100%;
  height: 260px;
  border-radius: 12px;
  object-fit: cover;
}
.main .sec13 {
  margin: 160px 0;
}
.main .sec13 .container {
  max-width: 974px;
}
.main .sec13-box {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.main .sec13-img {
  width: 100%;
  height: 292px;
  border-radius: 12px;
}
.main .sec14-box {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main .sec14-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 344px;
  padding: 0 28px;
  margin-bottom: 24px;
}
.main .sec14-item .item-img {
  width: 217px;
  height: 297px;
  border-radius: 12px;
  object-fit: cover;
}
.main .sec14-item .item-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #3c3c3b;
  margin-top: 16px;
}
.main .sec15 {
  margin: 160px 0;
}
.main .sec15-box {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.main .sec15-item {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 2px 5px 8.4px 0px rgba(2, 20, 60, 0.06);
  color: #3c3c3b;
}
.main .sec15-item .item-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin: 12px 0;
}
.main .sec15-item .item-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.main .sec16-box {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.main .sec16-item {
  display: flex;
  flex-wrap: wrap;
}
.main .sec16-item .item-photo {
  width: 50%;
  height: 200px;
  border-radius: 12px 0 0 12px;
  object-fit: cover;
}
.main .sec16-item .item-info {
  width: 50%;
  height: 200px;
  border-radius: 0 12px 12px 0;
  background: #6a2126;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main .sec16-item .item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}
.main .sec17 {
  margin: 160px 0;
}
.main .sec17-box {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 40px;
}
.main .sec17-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 14px;
  line-height: 21px;
  color: #3c3c3b;
}
.main .sec17-item .item-title {
  font-weight: 700;
  margin: 16px 0 8px;
}
.main .sec18 {
  margin-bottom: 160px;
}
.main .sec18-box {
  margin-top: 48px;
}
.main .sec18-item {
  padding: 28px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 2px 5px 8.4px 0px rgba(2, 20, 60, 0.06);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .sec18-item .item-info .modul {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.main .sec18-item .item-info .modul-num {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  color: #6a2126;
  display: flex;
  align-items: center;
}
.main .sec18-item .item-info .modul-num::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #bbb;
  margin: 0 16px;
}
.main .sec18-item .item-info .item-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 16px;
}
.main .sec18-item .item-list {
  width: 55%;
}
.main .sec18-item .item-list li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.main .sec18-item .item-list li::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #6A2126;
  margin-right: 16px;
}
.main .sec18-item .item-list li:last-child {
  margin-bottom: 0;
}
.main .service-block {
  margin-top: 100px;
}
.main .service-block .service-box {
  margin-bottom: 130px;
}
.main .service-block .service-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  color: #6a2126;
  margin-top: 0;
  margin-bottom: 24px;
}
.main .service-block .service-title img {
  margin-right: 16px;
}
.main .service-block .service-item {
  padding: 15px 50px 15px 24px;
  background: #f8f8f8;
  border-radius: 8px;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
  margin-bottom: 12px;
}
.main .service-block .service-item:last-child {
  margin-bottom: 0;
}
.main .service-block .service-item .service-name {
  font-size: 18px;
  line-height: 141%;
  font-weight: 600;
  color: #3c3c3b;
  margin: 0;
}
.main .service-block .service-item .service-time {
  padding: 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #6a2126;
  background: #faecec;
  margin-right: 30px;
  transition: 0.3s all;
}
.main .service-block .service-item .service-time img {
  margin-right: 6px;
}
.main .service-block .service-item .service-price {
  font-size: 14px;
  line-height: 141%;
  font-weight: 400;
  color: #6a2126;
}
.main .service-block .service-item .service-price span {
  color: #BBBBBB;
}
.main .service-block .service-item:hover {
  background: #faecec;
}
.main .service-block .service-item:hover .service-time {
  background: #fff;
}

@media (max-width: 1550px) {
  .main .wrapper .container {
    height: 700px;
  }
  .main .wrapper_service .container {
    height: 600px;
    padding-bottom: 50px;
  }
  .main .wrapper_serviceIn .container {
    height: 600px;
    padding-bottom: 50px;
  }
  .main .sec3 {
    margin: 60px 0;
  }
  .main .sec3-box {
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .main .wrapper .container {
    height: 560px;
    padding-bottom: 70px;
  }
  .main .wrapper-box {
    width: 60%;
  }
  .main .wrapper-title {
    font-size: 24px;
    line-height: 30px;
  }
  .main .wrapper-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0;
  }
  .main .wrapper-text {
    margin-bottom: 32px;
  }
  .main .wrapper-form {
    width: 100%;
  }
  .main .wrapper-form .input-box {
    height: 50px;
  }
  .main .wrapper-form .form-submit {
    height: 50px;
  }
  .main .wrapper_service .container {
    height: 500px;
  }
  .main .wrapper_service .wrapper-bg {
    object-position: -350px;
  }
  .main .sec2-item .item-info {
    padding: 10px;
  }
  .main .sec2-item .item-info .item-title {
    font-size: 18px;
    line-height: 26px;
  }
  .main .sec3-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .sec4-top {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
  }
  .main .sec4-top .sec4-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .main .sec4-top .sec4-item:first-child .item-photo {
    height: 350px;
  }
  .main .sec4-box {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4px;
  }
  .main .sec5-box {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
  }
  .main .sec5-item {
    padding: 0;
  }
  .main .sec5-item .item-info {
    padding: 12px;
  }
  .main .sec6-box {
    flex-direction: column;
    padding: 32px;
  }
  .main .sec6 .title-text {
    margin: 0;
  }
  .main .sec6-form {
    width: 100%;
    margin-bottom: 24px;
  }
  .main .sec6-form .form {
    width: 100%;
    margin: 48px 0 12px;
  }
  .main .sec7-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .sec8-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .sec10 .container {
    padding: 0;
  }
  .main .sec11 .container {
    padding: 0;
  }
  .main .sec12-box {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px;
  }
  .main .sec15-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .main .wrapper-bg:first-child {
    display: none;
  }
  .main .wrapper-bg:last-child {
    display: block;
    object-position: right !important;
  }
  .main .wrapper_serviceIn .container {
    height: 400px;
  }
  .main .sec3-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .main .sec5-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  .main .sec5-item {
    margin-bottom: 12px;
  }
  .main .sec9-top {
    flex-direction: column;
  }
  .main .sec9-top .btns {
    margin-top: 16px;
  }
  .main .sec15-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .sec16-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .main .sec17-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .service-block .service-item {
    padding: 16px 20px;
  }
  .main .service-block .service-item .service-time {
    margin-right: 8px;
  }
}
@media (max-width: 576px) {
  .main .title-text {
    line-height: 28px;
  }
  .main .wrapper .container {
    height: 560px;
    padding-bottom: 30px;
  }
  .main .wrapper-box {
    width: 60%;
  }
  .main .wrapper-title {
    font-size: 24px;
    line-height: 30px;
  }
  .main .wrapper-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
  }
  .main .wrapper-text {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 80px;
  }
  .main .wrapper-form {
    width: 100%;
    flex-direction: column;
  }
  .main .wrapper-form .input-box {
    width: 100%;
  }
  .main .wrapper-form .form-submit {
    width: 100%;
    margin-top: 12px;
  }
  .main .wrapper-box {
    width: 75%;
  }
  .main .wrapper-bg {
    object-position: -650px;
  }
  .main .wrapper_service .container {
    height: 500px;
  }
  .main .wrapper_serviceIn .container {
    height: 450px;
  }
  .main .wrapper_serviceIn .wrapper-text {
    margin-bottom: 50px;
  }
  .main .sec1 {
    margin: 60px 0;
  }
  .main .sec1-item {
    margin-top: 30px;
  }
  .main .sec1-item:nth-child(2) {
    flex-wrap: wrap-reverse;
  }
  .main .sec1-item .item-info {
    width: 100%;
  }
  .main .sec1-item .item-info .item-text {
    margin-top: 20px;
  }
  .main .sec1-item .item-info ul.item-list li {
    margin-top: 20px;
  }
  .main .sec1-item .item-info ol.item-list li {
    margin-top: 20px;
  }
  .main .sec1-item .item-photo {
    width: 100%;
    margin-top: 20px;
  }
  .main .sec2-box {
    margin-top: 24px;
  }
  .main .sec2-item {
    width: 100% !important;
    height: 350px;
  }
  .main .sec2-item .item-info .item-text {
    display: block;
    margin-top: 8px;
  }
  .main .sec2-item::before {
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 245, 246, 0) 0%, rgb(255, 245, 246) 100%);
  }
  .main .sec2-item:hover::before {
    height: 100%;
  }
  .main .sec2-item:hover .item-photo {
    height: 100%;
  }
  .main .sec2-item:hover .item-info {
    height: 100%;
  }
  .main .sec4-top {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .main .sec4-top .sec4-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .main .sec4-top .sec4-item:first-child .item-photo {
    height: 200px;
  }
  .main .sec4-top .sec4-item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .main .sec4-top .sec4-item:nth-child(2) .item-photo {
    height: 200px;
  }
  .main .sec4-top .sec4-item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .main .sec4-top .sec4-item:nth-child(3) .item-photo {
    height: 200px;
  }
  .main .sec4-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .sec4-item {
    margin-bottom: 16px;
  }
  .main .sec4-item .item-photo {
    height: 150px;
    border-radius: 4px;
  }
  .main .sec4-item .item-title {
    margin-top: 8px;
    line-height: 20px;
  }
  .main .sec4-item .item-subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
  .main .sec4-item .item-price {
    font-size: 18px;
  }
  .main .all-course {
    height: 50px;
  }
  .main .sec5 {
    margin-top: 160px;
  }
  .main .sec5-box {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
  .main .sec5-item {
    margin-bottom: 5px;
    padding: 10px;
  }
  .main .sec5-item:last-child {
    margin-bottom: 25px;
  }
  .main .sec6 {
    margin: 60px 0;
  }
  .main .sec6-box {
    flex-direction: column;
    padding: 32px 20px;
  }
  .main .sec6-form {
    width: 100%;
    margin-bottom: 24px;
  }
  .main .sec6-form .form {
    width: 100%;
    margin: 48px 0 12px;
    flex-direction: column;
  }
  .main .sec6-form .form .input-box {
    width: 100%;
  }
  .main .sec6-form .form .form-submit {
    width: 100%;
    margin-top: 12px;
  }
  .main .sec7 {
    margin: 60px 0;
  }
  .main .sec7-box {
    grid-column-gap: 5px;
    grid-row-gap: 12px;
    margin-top: 30px;
  }
  .main .sec7-item .item-info {
    padding: 12px 5px;
  }
  .main .sec7 .all-course {
    margin-top: 30px;
  }
  .main .sec8-box {
    grid-column-gap: 5px;
    grid-row-gap: 12px;
    margin-top: 30px;
  }
  .main .sec8-file {
    flex-direction: column;
  }
  .main .sec8-file svg {
    margin: 0 0 8px 0;
  }
  .main .sec8-file .file-download {
    width: 100%;
  }
  .main .sec8 .all-course {
    margin-top: 30px;
  }
  .main .sec9 {
    margin: 60px 0;
  }
  .main .sec9-top {
    margin: 30px 0;
  }
  .main .sec9-top .btns .rating-btn {
    padding: 5px 12px;
    font-size: 14px;
  }
  .main .sec9-top .btns .review-btn {
    width: 150px;
  }
  .main .sec10-box {
    margin-top: 30px;
  }
  .main .sec11 {
    margin: 60px 0;
  }
  .main .sec11-box {
    margin-top: 30px;
  }
  .main .sec12-box {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 24px;
  }
  .main .sec12-item .item-img {
    height: 160px;
  }
  .main .sec13 {
    margin: 60px 0;
  }
  .main .sec13-box {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .main .sec14 {
    margin-bottom: 60px;
  }
  .main .sec14-box {
    margin-top: 30px;
  }
  .main .sec15 {
    margin: 60px 0;
  }
  .main .sec15-box {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .main .sec15-item {
    padding: 12px;
  }
  .main .sec15-item .item-title {
    font-size: 13px;
    line-height: 16px;
    margin: 8px 0;
  }
  .main .sec15-item .item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .main .sec16-box {
    margin-top: 30px;
  }
  .main .sec16-item .item-photo {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
  .main .sec16-item .item-info {
    width: 100%;
    border-radius: 0 0 12px 12px;
    height: auto;
  }
  .main .sec17 {
    margin: 60px 0;
  }
  .main .sec17-box {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .main .sec17-item .item-title {
    font-size: 14px;
    line-height: 20px;
  }
  .main .sec17-item .item-text {
    line-height: 18px;
  }
  .main .sec18 {
    margin-bottom: 60px;
  }
  .main .sec18-box {
    margin-top: 30px;
  }
  .main .sec18-item {
    flex-direction: column;
    align-items: start;
  }
  .main .sec18-item .item-list {
    width: 100%;
    margin-top: 16px;
  }
  .main .service-block {
    margin-top: 60px;
  }
  .main .service-block .service-box {
    margin-bottom: 60px;
  }
  .main .service-block .service-item {
    flex-direction: column;
  }
  .main .service-block .service-item .service-name {
    margin-bottom: 12px;
  }
  .main .service-block .service-item .item-info {
    width: 100%;
    justify-content: space-between;
  }
}/*# sourceMappingURL=new_file.css.map */