@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.pseudo-body {
  background-size: cover !important;
  height: 100vh;
  margin: 0;
  font-family: "Inter", sans-serif !important;
  background-position: center top -60px;
  /* overflow-x: hidden; */
}

.m-courses-header {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
}

.m-courses-header a {
  font-size: 24px;
  color: #fff;
}

/* .m-courses-header img:first-child {
  margin-left: auto;
}

.m-courses-header img:last-child {
  margin-left: auto;
} */

.x-btn {
  margin-bottom: 2px;
  width: 30px;
  height: 30px;
  padding: 7px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trade-section {
  margin-top: 14px;
  padding-left: 22px;
  padding-right: 22px;
}

.trade-title {
  color: white;
  font-size: 31px;
  font-weight: 800;
}

.trade-section span {
  font-weight: 400;
  color: #E8EBF3;
  font-size: 21px;
  line-height: 22px;
}

.share-btn {
  margin-top: 22px;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 2px solid white;
  justify-content: space-between;
  padding: 15px 19px;
  text-decoration: none;
}

.btn-span{
  font-size: 16px !important;
  flex-grow: 1;
  text-align: center;
  color: white !important;
}

.share-btn img {
  width: 17px;
  margin-left: auto;
}
.subs-container {
  color: white;
  background-color: #000;
  backdrop-filter: blur(8px);
  padding: 10px 15px 16px 15px;
  /* border-top-right-radius: 25px;
  border-top-left-radius: 25px; */
  border-top: 1px solid rgba(78, 78, 80, 0.52);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
}

.course-plan-icon {
  margin-right: 2px;
}

.subs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.courses-amount {
  display: flex;
  gap: 2px;
  align-items: center;
  margin-left: 2px;
}

.courses-amount span {
  /* font-weight: 700; */
  font-size: 18px;
}

.added-courses {
  font-weight: 600;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 3px 8px;
  border-radius: 9px;
  margin-left: 12px;
}

.added-courses span {
  font-size: 13px;
  font-family: 'Inter', sans-serif;
}

.special-grade img {
  width: 15px;
}

.courses-amount span {
  /* margin-left: 4px; */
}

.gradient-text {
  margin-right: 2px;
  font-family: 'Raleway', sans-serif;
  background: -webkit-linear-gradient(113.34deg,#2bff8f 12.85%, #00e5df 88.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 19px;
  font-weight: 800;
}

.grade {
  font-size: 17px;
  margin-right: 5px;
  border: 2px solid #1dfff9;
  border-radius: 11px;
  padding: 1px 8px;
}

.grade span {
  font-family: "Inter", sans-serif;
  color: white;
  font-weight: 700;
}

.activate-btn {
  border: 1px solid #1dfff9;
  margin-top: 10px;
  color: black;
  text-align: center;
  border-radius: 18px;
  padding: 5px;
  text-decoration: none;
  background: linear-gradient(91.91deg, #1dfff9 13.44%, #2bff8e 92.87%);
}

.activate-title{
  font-weight: 600;
  font-size: 15px;
}

.activate-price {
  font-weight: 600;
}

.activate-price span {
  margin-right: 3px;
  margin-left: -2px;
}

.activate-btn img {
  width: 18px;
  margin-left: 2px;
  margin-bottom: -4px;
}

.activate-price {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.trade-video {
  height: 200px;
  width: 100%;
  margin-top: 14px;
  border-radius: 22px;
}

.awaits-title {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 43px;
  margin-top: 38px;
  line-height: 30px;
  /* margin-left: 7px; */
}

.awaits-container {
  background-color: white;
  color: black;
  padding: 12px 28px 29px 28px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.number-amount {
  font-family: "Inter", sans-serif;
  font-weight: 800 !important;
  font-size: 19px !important;
}

.await span {
  font-weight: 500;
  font-size: 16px;
}

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

.await {
  margin-top: 16px;
  display: flex;
  gap: 7px;
  align-items: start;
}

.await img {
  margin-top: 4px;
}

.wasted-container {
  padding: 8px 26px;
}

.wasted-title {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0px;
}

.wasted-price {
  font-size: 16px;
}

.wasted-p {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #d1cbcb;
  margin-top: 0 !important;
}



.modules {
  color: black;
  background-color: white;
  padding: 40px 28px;
  padding-bottom: 40px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.modules-amount {
  font-weight: 600;
  font-size: 26px;
  padding: 8px 18px 2px 18px;
  display: inline-block;
  border: 1px solid black;
  border-radius: 10px;
  font-family: 'Bebas', sans-serif;
  margin-bottom: 12px;
}

.module-number {
  font-family: "Bebas", sans-serif;
  font-size: 72px;
  font-weight: 400;
  margin-top: 4px;
  line-height: 1;
}

.module {
  display: flex;
  gap: 8px;
  align-items: start;
}

.module-title {
  border-radius: 14px;
  min-height: 60px;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 8px 12px;
  background-color: #2bff8f;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  border: .3px solid #898989;
  margin-top: -5px;
  font-size: 16px !important;
}

.module-module {
  font-family: "Bebas", sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-left: 3px;
}

.module-title span {
  font-size: 15px;
  font-weight: 200;
  line-height: 1.2;
}

.module-name {
  margin-left: 10px;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.benefits-container {
  margin-top: 45px;
}

.title {
  line-height: 40px;
  color: white;
  font-weight: 800;
  font-size: 43px;
  margin-left: 14px;
}

.benefits {
  margin-top: 20px;
  color: white;
  border-radius: 51px;
  border: 2px solid white;
  padding: 30px 20px;
  margin: 0 28px 0 28px;
}

.benefit {
  /* word-break: break-all; */
  margin-top: 18px;
  display: flex;
  align-items: start;
  gap: 13px;
}

.benefits-name {
  font-weight: 600;
  font-size: 15px;
}

.question-container {
  margin: 70px 28px 28px 28px;
}

.question-container .title {
  margin-left: 0;
}

.toggle-btn {
  font-family: "Bebas", serif;
  border: none;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-size: 24px;
  font-weight: 100 !important;
  cursor: pointer;
}

.white-line {
  margin-right: 8px;
  margin-top: 60px;
}

.quote-container {
  text-align: center;
  margin-bottom: 140px;
  height: 300px;
}

.quote {
  padding: 30px 35px 30px 30px;
}

.contact-btn {
  position: relative;
  padding: 11px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 28px;
  background: black;
  z-index: 1;
  overflow: hidden;
}

.contact-btn span {
  color: white;
  font-weight: 800;
  font-size: 16px;
  z-index: 2;
}

.qoute {
  margin-left: 30px;
  margin-right: 30px;
}

.course-container {
  color: white;
  background-color: black;
  margin-top: 29px;
  padding: 0;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
}

.about-course-title {
  color: white;
  font-size: 27px;
  font-weight: 800;
}

.by-team {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 500;
}

.about {
  margin-left: 7px;
}
/* 
.btn-title {
  display: flex;
  align-items: center;
} */

.rub-icon {
  margin-left: -2px;
  margin-right: 3px;
}

.bloc {
  margin-top: -1px;
}


.benefit-name{
  font-size: 15px;
  line-height: 1.2;
}

.benefit img {
  width: 17px;
  height: 17px;
}

.faq-item {
  border-radius: 8px;
  margin: 0px 0px 0px 0px;
  /* padding: 10px; */
  transition: all 0.3s ease;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px; 
  cursor: pointer;
}

.question-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
  word-wrap: break-word;
}


.toggle-icon {
  font-family: 'Inter', sans-serif ;
  background: #232424;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 66px;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: transform 0.3s, background-color 0.3s;
  padding-bottom: 10px;
  font-weight: 100 !important;
}

.toggle-icon:active {
  transform: scale(0.95);
}

.faq-answer {
  margin-top: 20px;
  /* margin-bottom: 30px; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}

.faq-answer p {
  margin: 0;
  font-size: 15px;
  opacity: .8;
}