@font-face {
  font-family: iransansXV;
  src: url("/financial-market-course/assets/fonts/IRANSansXV.woff2") format("woff2");
  font-weight: 100 1000;
  font-display: swap;
}
@font-face {
  font-family: iransansX;
  src: url("/financial-market-course/assets/fonts/IRANSansX-Regular.woff") format("woff");
}
@font-face {
  font-family: iransansX;
  src: url("/financial-market-course/assets/fonts/IRANSansX-Bold.woff") format("woff");
  font-weight: 700;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body, body :after, body :before, button, input, textarea {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "ss02" !important;
  font: 400 14px iransansX;
}

@supports (font-variation-settings: normal) {
  body, body :after, body :before, button, input, textarea {
    font: 400 14px iransansXV;
  }
}
h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  margin: 0;
}

ul {
  display: block;
  margin: 0;
  padding: 0;
}

li {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

svg {
  vertical-align: middle;
}

img {
  width: 100%;
  height: 100%;
}

body.pg-course {
  background: #FAFAFF;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1160px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
.flex {
  display: flex;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#icons-list {
  display: none;
}

.mr-auto {
  margin-right: auto;
}

.chevron::after {
  content: "";
  border: solid #1e1e1e;
  border-width: 0 2px 2px 0;
  padding: 3px;
  display: inline-block;
  transition: transform 250ms ease;
}
.chevron._down::after {
  transform: rotate(45deg);
}
.chevron._up::after {
  transform: rotate(225deg);
}

.show-more {
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: #674EFF;
  line-height: 30px;
  cursor: pointer;
}

.h-auto {
  height: auto !important;
}

.breadcrumb {
  background: #674EFF;
  padding: 20px 0;
  border-bottom: 1px solid #836FFF;
}

#breadcrumbs span {
  display: inline-block;
}
#breadcrumbs a {
  line-height: 30px;
  display: inline-block;
  padding-inline: 5px;
}
#breadcrumbs a, #breadcrumbs svg {
  color: #F4F4FA;
}
#breadcrumbs .icon-home svg {
  margin: 0;
}

.siteTitle {
  background: #674EFF;
  padding-block: 24px;
  margin-bottom: 30px;
}
.siteTitle h1 {
  font: 700 26px/39px iransansXV;
}
.siteTitle .content-wrapper {
  color: #fff;
  row-gap: 20px;
  white-space: nowrap;
}
.siteTitle .btn {
  height: 42px;
  padding-inline: 16px;
  border-radius: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 500;
  line-height: 30px;
}
.siteTitle .btn.btn-share {
  border: 1px solid #fff;
  color: #fff;
}
.siteTitle .btn.btn-watch {
  background: #fff;
  color: #674EFF;
}
.siteTitle .btn-wrapper {
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-self: center;
}
.siteTitle .desc-wrapper, .siteTitle .desc-course {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.siteTitle .desc-course .item {
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: 30px;
}

.socials {
  margin-block: 30px 20px;
}
.socials .iconWrap {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background: #674EFF;
}

.socials-wrapper {
  background: #E9E5FF;
  border-radius: 14px;
  padding: 20px;
  gap: 20px;
}
.socials-wrapper .title {
  font: 600 16px/24px iransansXV;
  color: #1e1e1e;
  margin-bottom: 5px;
}
.socials-wrapper .subtitle {
  color: #5a5858;
  line-height: 30px;
}

.socialMedias {
  -moz-column-gap: 18px;
       column-gap: 18px;
  justify-content: center;
}

.sidebar {
  width: 100%;
  max-width: 335px;
}
.sidebar .accordion {
  margin-bottom: 15px;
}
.sidebar .icon.-big {
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #F4F5FF;
}
.sidebar .icon.-big.exercise {
  background: #FFE4E4;
}
.sidebar .accordion-btn.expanded .accordion-title {
  background: #1e1e1e;
  transition: border-radius 250ms ease-out;
}
.sidebar .accordion-btn.expanded .titleName {
  color: #fff;
}
.sidebar .accordion-btn.expanded .icon:after {
  border-color: #fff;
}
.sidebar .accordion-body .description {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.sidebar .accordion-body .title {
  font-weight: 500;
  line-height: 21px;
}
.sidebar .accordion-body .text {
  color: #5a5858;
  line-height: 18px;
  align-self: flex-end;
}
.sidebar .accordion-body a {
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 15px 20px;
  border-bottom: 1px solid #ECEFF3;
}
.sidebar .contact-support {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  margin-top: 15px;
}
.sidebar .contact-support .title {
  font: 600 16px/24px iransansXV;
  color: #1e1e1e;
  margin-bottom: 5px;
}
.sidebar .contact-support .subtitle {
  line-height: 30px;
  color: #5a5858;
  margin-bottom: 20px;
}
.sidebar .contact-support button.support {
  border: 1px solid #1e1e1e;
  border-radius: 14px;
  width: 100%;
  height: 46px;
}

.accordion {
  border-radius: 14px;
  overflow: hidden;
}

.accordion-btn {
  width: 100%;
  cursor: pointer;
}

.accordion-body[aria-expanded=false] {
  display: none;
}

.accordionItem {
  background: #fff;
  border-bottom: 1px solid #ECEFF3;
}
.accordionItem:last-child {
  border-bottom: none;
}

.accordion-title {
  padding: 15px 20px;
  transition: background-color 250ms ease-out;
}
.accordion-title .titleName {
  font-weight: 500;
  line-height: 21px;
  color: #1e1e1e;
}
.accordion-title .icon:after {
  border-color: #1e1e1e;
}

.video {
  align-self: stretch;
}
.video iframe {
  width: 100%;
  border-radius: 18px;
}
.video .h_iframe-aparat_embed_frame > span {
  display: inline !important;
}
.video hr {
  display: none;
}

.course-description {
  margin-top: 20px;
}
.course-description .scoreNumber {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.course-description .description-title {
  font: 700 20px/30px iransansXV;
}
.course-description .titleWrap {
  color: #1e1e1e;
  margin-bottom: 10px;
}
.course-description .scoring {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.course-description .score {
  -moz-column-gap: 5px;
       column-gap: 5px;
  cursor: pointer;
}
.course-description p.courseDescription {
  line-height: 40px;
  color: #5a5858;
  height: 200px;
  overflow: hidden;
}
.course-description .show-more {
  position: absolute;
  bottom: 0;
  right: calc(50% - 54px);
  z-index: 1;
}
.course-description .subtitleWrap {
  position: relative;
  padding-bottom: 30px;
}
.course-description .subtitleWrap .icon {
  transition: transform 350ms ease;
}
.course-description .subtitleWrap.expanded:after {
  opacity: 0;
}
.course-description .subtitleWrap.expanded .icon {
  transform: rotate(180deg);
}
.course-description .subtitleWrap:after {
  background: linear-gradient(180deg, rgba(250, 250, 255, 0) -66.67%, #FAFAFF 100%);
  content: "";
  height: 110px;
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: opacity 200ms ease;
}

.comments {
  flex-basis: calc(100% - 355px);
  padding-bottom: 30px;
  margin-bottom: 28px;
}
.comments .title {
  font: 700 20px/30px iransansXV;
  color: #1e1e1e;
}
.comments .show-more {
  margin-top: 30px;
}

.cm-reg-btn {
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: #674EFF;
  cursor: pointer;
}
.cm-reg-btn .text {
  line-height: 21px;
}

.cm-box {
  row-gap: 10px;
  margin-top: 30px;
}
.cm-box.reply-to-cm {
  border: 1px solid #E2E4E8;
  border-radius: 12px;
  padding: 15px;
  margin-top: 15px;
}
.cm-box .cm-titleWrap {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.cm-box .avatar {
  width: 24px;
  height: 24px;
}
.cm-box .avatarName {
  font: 600 16px/24px iransansXV;
  color: #1e1e1e;
}
.cm-box .cm-avatar {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cm-box .cm-date {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.cm-box .date {
  line-height: 18px;
  font-size: 12px;
  color: #5a5858;
}
.cm-box .cm-text {
  line-height: 30px;
  color: #1e1e1e;
}
.cm-box .cm-replyWrap {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.cm-box .cm-replyWrap .text {
  color: #5a5858;
  line-height: 21px;
  align-self: flex-end;
}
.cm-box .cm-reply, .cm-box .cm-likes {
  -moz-column-gap: 5px;
       column-gap: 5px;
  cursor: pointer;
}

.copyRights {
  margin-bottom: 20px;
  margin-inline: auto;
  line-height: 30px;
  color: #5a5858;
}

@media (max-width: 767px) {
  .siteTitle h1 {
    margin-bottom: 15px;
  }
  .siteTitle .desc-course {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 20px;
  }
  .socials-wrapper {
    flex-direction: column;
  }
  .course-description .description-title {
    font: 700 18px/27px iransansXV;
  }
  .comments {
    margin-bottom: 57px;
  }
}
@media (max-width: 991px) {
  .siteTitle .content-wrapper {
    flex-direction: column;
  }
  .sectionWrap .mainWrap {
    flex-direction: column;
    row-gap: 40px;
    align-items: stretch;
  }
  .sidebar {
    max-width: 100%;
  }
  .video iframe {
    aspect-ratio: 1.755;
  }
  .fake-item {
    display: none;
  }
}
@media (min-width: 992px) {
  .sidebar {
    order: -1;
    margin-left: 20px;
    align-self: flex-start;
    position: sticky;
    top: 10px;
  }
  .sectionWrap .mainWrap {
    flex-wrap: wrap;
  }
  .video {
    flex-basis: calc(100% - 355px);
  }
  .video iframe {
    aspect-ratio: 1.744;
  }
}
@media (min-width: 768px) {
  .video hr {
    display: block;
    margin-block: 30px;
    border-color: #E2E4E8;
    border-bottom: none;
  }
}
