/*  --------------  order-page  ------------  */

/*   order-ads    */

.order-page .order-ads {
  padding: 158px 100px 100px;
  background: url("/public/webp/main-proposals-bg.webp") center center / cover
      no-repeat,
    var(--footerBgColor);
}

.order-page .order-ads-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-page .order-ads-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.order-page .order-ads-subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 58px;
}

.order-page .order-ads-subtitle > .line-break {
  display: none;
}

.order-page .ads-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.order-page .ads-card {
  width: 100%;
  display: flex;
  gap: 48px;
  padding: 56px 32px;
  background-color: var(--textColor);
}

.order-page .ads-card-info-wrapper {
  display: flex;
  flex-direction: column;
  width: 382px;
}

.order-page .ads-card-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--redActiveColor);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.order-page .ads-card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--footerBgColor);
}

.order-page .ads-card-price {
  margin-top: auto;
  font-weight: 600;
  font-size: 40px;
  line-height: 0.8;
  letter-spacing: 0;
  color: var(--redActiveColor);
  text-align: center;
  text-transform: uppercase;
}

.order-page .ads-card-img {
  aspect-ratio: 335 / 400;
  object-fit: cover;
}

.order-page .ads-card-about-wrapper {
  display: flex;
  flex-direction: column;
  width: 363px;
}

.order-page .ads-card-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  color: var(--footerBgColor);
  text-transform: uppercase;
  margin-bottom: 32px;
}

.order-page .ads-card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-page .ads-card-item {
  position: relative;
  padding-left: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--footerBgColor);
}

.order-page .ads-card-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/public/svg/list-item-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.order-page .ads-card-btn {
  margin-top: auto;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  background-color: var(--redActiveColor);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .order-page .ads-card-btn:hover,
  .order-page .ads-card-btn:focus {
    background-color: var(--hoverRedBtnColor);
  }
}

.order-page .order-ads .ads-counter {
  display: none;
}

/*   help-to-choose    */

.order-page .help-to-choose {
  padding: 100px 100px 88px;
  background: url("/public/webp/main-statistics-bg.webp") center / cover
      no-repeat,
    var(--footerBgColor);
}

.order-page .help-to-choose-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-page .help-to-choose-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 482px;
}

.order-page .help-to-choose-title {
  font-weight: 500;
  font-size: 56px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.order-page .help-to-choose-title > .line-break {
  display: block;
}

.order-page .help-to-choose-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

/*   help-to-choose-form  */

.order-page .help-to-choose-form-wrapper {
  width: 610px;
  padding: 56px;
  background-color: var(--textColor);
}

.order-page .help-to-choose-form-wrapper .modal-form-title {
  color: var(--greenBgColor);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.order-page .help-to-choose-form .name-input {
  width: 100%;
  height: 51px;
  padding: 16px;
  color: var(--footerBgColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  border-bottom: 1px solid var(--footerBgColor);
  margin-bottom: 16px;
}

.order-page .help-to-choose-form .email-and-phone-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}

.order-page .help-to-choose-form .email-input,
.order-page .help-to-choose-form .phone-input {
  flex: 1;
  height: 51px;
  padding: 16px;
  color: var(--footerBgColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  border-bottom: 1px solid var(--footerBgColor);
}

.order-page .help-to-choose-form .policy-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}

.order-page .help-to-choose-form .policy-checkbox {
  cursor: pointer;
}

.order-page .help-to-choose-form .policy-text {
  color: var(--footerBgColor);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0;
}

.order-page .help-to-choose-form .policy-link {
  color: var(--redActiveColor);
  border-bottom: 1px solid var(--redActiveColor);
}

.order-page .help-to-choose-form .form-btn {
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  color: var(--greenBtnTextColor);
  background-color: var(--greenBgColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .order-page .help-to-choose-form .form-btn:hover,
  .order-page .help-to-choose-form .form-btn:focus {
    background-color: var(--hoverGreenBtnColor);
  }
}

/*  --------------  master-class-page neirophotoset-page ------------  */

/*   hero   */

.master-class-page .hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}

.master-class-page.neirophotoset-page .hero {
  background-image: url("/public/webp/mc-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.master-class-page .hero .content-wrapper {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}

.master-class-page .hero-text {
  grid-column: 1;
  align-self: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.master-class-page .hero-btn {
  width: 295px;
  height: 51px;
  grid-column: 2;
  justify-self: end;
  padding: 16px 24px;
  background-color: var(--redActiveColor);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .master-class-page .hero-btn:hover,
  .master-class-page .hero-btn:focus {
    background-color: var(--hoverRedBtnColor);
  }
}

.master-class-page .hero-title {
  grid-column: 1 / -1;
  justify-self: center;
  font-weight: 600;
  font-size: 135px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}

/*   study-result   */

.master-class-page .study-result {
  padding: 100px 100px 150px;
  background-color: var(--textColor);
}

.master-class-page .study-result-titles-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}

.master-class-page .study-result-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--redActiveColor);
}

.master-class-page .study-result-subtitle {
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--redActiveColor);
}

.master-class-page .study-result-content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

.master-class-page .study-result-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.master-class-page .study-result-item-title-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
}

.master-class-page .study-result-item-number {
  color: var(--redActiveColor);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.master-class-page .study-result-item-title {
  color: var(--redActiveColor);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.master-class-page .study-result-item-title-text {
  padding-left: 50px;
  color: var(--footerBgColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

.master-class-page
  .study-result-item:nth-child(1)
  .study-result-item-title-text {
  padding-left: 45px;
}

.master-class-page .study-result .photo-and-btn-wrapper {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.master-class-page.neirophotoset-page .study-result .photo-and-btn-wrapper {
  grid-template-columns: repeat(2, 1fr);
}

.master-class-page .study-result-owner-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.master-class-page.neirophotoset-page .study-result-photo-1,
.master-class-page.neirophotoset-page .study-result-photo-2,
.master-class-page.neirophotoset-page .study-result-photo-3 {
  height: 100%;
  object-fit: cover;
}

.master-class-page.neirophotoset-page .study-result-photo-1-mobile,
.master-class-page.neirophotoset-page .study-result-photo-2-mobile,
.master-class-page.neirophotoset-page .study-result-photo-3-mobile {
  display: none;
}

.master-class-page.neirophotoset-page .study-result-photo-3 {
  grid-column: span 2 / span 2;
}

.master-class-page .study-result-btn {
  width: 100%;
  height: 55px;
  padding: 16px 24px;
  background-color: var(--redActiveColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.master-class-page.neirophotoset-page .study-result-btn {
  grid-column: span 2 / span 2;
  grid-row-start: 3;
}

@media (min-width: 1024px) {
  .master-class-page .study-result-btn:hover,
  .master-class-page .study-result-btn:focus {
    background-color: var(--hoverRedBtnColor);
  }
}

/*   study-format    */

.master-class-page .study-format {
  padding: 100px 100px 90px;
  background: url("/public/webp/mc-study-format-bg.webp") center / cover
      no-repeat,
    var(--greenBgColor);
}

.master-class-page .study-format .faq-wrapper {
  margin-bottom: 150px;
}

.master-class-page .study-format .faq-main-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 56px;
}

.master-class-page .study-format .faq-main-title > .line-break {
  display: none;
}

.master-class-page .study-format .faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.master-class-page .study-format .faq-item {
  padding: 24px;
  border-bottom: 1px solid var(--textColor);
}

.master-class-page .study-format .faq-question-block {
  display: flex;
  align-items: center;
  gap: 24px;
}

.master-class-page .study-format .faq-question-number {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.master-class-page .study-format .faq-question {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.master-class-page .study-format .faq-arrow-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: auto;
  fill: var(--textColor);
  cursor: pointer;
}

@media (min-width: 1024px) {
  .master-class-page .study-format .faq-arrow-icon:hover,
  .master-class-page .study-format .faq-arrow-icon:focus {
    rotate: 180deg;
  }
}

.master-class-page .study-format .faq-arrow-icon.active {
  rotate: 180deg;
}

.master-class-page .study-format .faq-answer {
  display: none;
  width: 90%;
  padding-top: 24px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
}

.master-class-page .study-format .faq-answer.active {
  display: block;
}

.master-class-page .study-format .faq-item.gift {
  border-bottom: 1px solid var(--redActiveColor);
  background-color: var(--redActiveColor);
}

.master-class-page .study-format .faq-question-gift-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  fill: var(--textColor);
}

.master-class-page .study-format .format-main-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 56px;
}

.master-class-page .study-format .formats-list {
  display: flex;
  gap: 20px;
}

.master-class-page .study-format .formats-card-item {
  width: calc((100% - 60px) / 4);
  min-height: 295px;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  background-color: var(--textColor);
}

.master-class-page .study-format .formats-card-icon {
  margin-bottom: 12px;
}

.master-class-page .study-format .formats-card-title {
  color: var(--redActiveColor);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.master-class-page .study-format .formats-card-text {
  margin-top: auto;
  color: var(--footerBgColor);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}

.master-class-page .study-format .formats-card-item.second {
  background-color: var(--redActiveColor);
}

.master-class-page .study-format .formats-card-item.second .formats-card-title,
.master-class-page .study-format .formats-card-item.second .formats-card-text {
  color: var(--textColor);
}

/*   first-creating    */

.master-class-page .first-creating {
  padding: 140px 100px;
  background: url("/public/webp/main-statistics-bg.webp") center / cover
    no-repeat;
}

.master-class-page .first-creating .first-creating-container {
  position: relative;
}

.master-class-page .first-creating .first-creating-owner-image {
  position: absolute;
  bottom: -140px;
  right: 16px;
}

.master-class-page .first-creating .first-creating-content-wrapper {
  position: relative;
  max-width: 765px;
}

.master-class-page .first-creating .first-creating-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin-bottom: 40px;
}

.master-class-page .first-creating .first-creating-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.master-class-page .first-creating .first-creating-btn-and-price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
}

.master-class-page .first-creating .first-creating-btn {
  width: 400px;
  height: 51px;
  padding: 16px 24px;
  background-color: var(--redActiveColor);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .master-class-page .first-creating .first-creating-btn:hover,
  .master-class-page .first-creating .first-creating-btn:focus {
    background-color: var(--hoverRedBtnColor);
  }
}

.master-class-page .first-creating .first-creating-price {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}

.master-class-page .first-creating .first-creating-curved-arrow-icon {
  margin-left: 41%;
}

.master-class-page.neirophotoset-page
  .first-creating
  .first-creating-text
  > .line-break {
  display: block;
}

/* ------------  master-class-page chatgpt-page  ----------*/

.master-class-page.chatgpt-page .hero {
  background-image: url("/public/webp/mc-chatgpt-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.master-class-page.chatgpt-page .content-wrapper {
  max-width: 1242px;
}

.master-class-page.chatgpt-page .hero-title {
  font-size: 116px;
  letter-spacing: 0;
}

.master-class-page.chatgpt-page
  .first-creating
  .first-creating-content-wrapper {
  max-width: 759px;
}

.master-class-page.chatgpt-page
  .first-creating
  .first-creating-text
  > .line-break {
  display: block;
}

/* -------------- master-class-page digital-avatar-page --------------*/

.master-class-page.digital-avatar-page .hero {
  background-image: url("/public/webp/mc-digital-avatar-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.master-class-page.digital-avatar-page .content-wrapper {
  max-width: 1251px;
}

.master-class-page.digital-avatar-page .hero-title {
  font-size: 112px;
  letter-spacing: 0;
}

.master-class-page.digital-avatar-page .study-result {
  padding: 100px 100px 124px;
}

.master-class-page.digital-avatar-page
  .first-creating
  .first-creating-text
  > .line-break {
  display: block;
}

/*  ----------  master-class-page ai-videos-page  ---------- */

.master-class-page.ai-videos-page .hero {
  background-image: url("/public/webp/mc-ai-videos-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.master-class-page.ai-videos-page .hero-title {
  font-size: 130px;
  letter-spacing: 0;
}

.master-class-page.ai-videos-page
  .first-creating
  .first-creating-content-wrapper {
  max-width: 764px;
}

.master-class-page.ai-videos-page
  .first-creating
  .first-creating-text
  > .line-break {
  display: block;
}

/* --------  master-class-page editing-in-capcut-page  ------ */

.master-class-page.editing-in-capcut-page .hero {
  background-image: url("/public/webp/mc-editing-in-capcut-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.master-class-page.editing-in-capcut-page .content-wrapper {
  max-width: 1265px;
}

.master-class-page.editing-in-capcut-page .hero-title {
  font-size: 120px;
  letter-spacing: 0;
}

.master-class-page.editing-in-capcut-page
  .first-creating
  .first-creating-text
  > .line-break {
  display: block;
}

/* --------  master-class-page design-in-bazaart-page  ------ */

.master-class-page.design-in-bazaart-page .hero {
  background-image: url("/public/webp/mc-design-in-bazaart-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.master-class-page.design-in-bazaart-page .content-wrapper {
  max-width: 1248px;
}

.master-class-page.design-in-bazaart-page .hero-title {
  font-size: 115px;
  letter-spacing: -0.01em;
}

.master-class-page.design-in-bazaart-page
  .first-creating
  .first-creating-content-wrapper {
  max-width: 759px;
}

.master-class-page.design-in-bazaart-page
  .first-creating
  .first-creating-text
  > .line-break {
  display: block;
}

/* -------------  master-class-page content-plan-page ---- */

.master-class-page.content-plan-page .hero {
  background-image: url("/public/webp/mc-content-plan-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.master-class-page.content-plan-page .content-wrapper {
  max-width: 1258px;
}

.master-class-page.content-plan-page .hero-title {
  font-size: 145px;
  letter-spacing: 0;
}

.master-class-page.content-plan-page
  .first-creating
  .first-creating-text
  > .line-break {
  display: block;
}

/*  --------------  course-page storitel-page  ------------  */

/*   hero   */

.course-page .hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}

.course-page.storitel-page .hero {
  background: url("/public/webp/course-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.course-page .hero .content-wrapper {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.course-page .hero-text {
  grid-column: 1;
  align-self: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-page .hero-btn {
  width: 295px;
  height: 51px;
  grid-column-start: 2;
  grid-row-start: 2;
  justify-self: self-end;
  padding: 16px 24px;
  background-color: var(--redActiveColor);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .course-page .hero-btn:hover,
  .course-page .hero-btn:focus {
    background-color: var(--hoverRedBtnColor);
  }
}

.course-page .hero-title-1 {
  grid-column-start: 1;
  grid-row-start: 2;
  font-weight: 600;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}

.course-page .hero-title-2 {
  grid-column: span 2 / span 2;
  justify-self: self-end;
  font-weight: 600;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}

/*   for-whom   */

.course-page .for-whom {
  padding: 100px;
  background-color: var(--textColor);
}

.course-page .for-whom .course-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 125px;
}

.course-page .for-whom .course-info-title {
  flex: 1;
  color: var(--redActiveColor);
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}
.course-page .for-whom .course-info-list {
  flex: 3;
  display: flex;
  gap: 20px;
}

.course-page .for-whom .course-info-item {
  width: calc((100% - 40px) / 3);
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--redActiveColor);
}

.course-page .for-whom .course-info-item:nth-child(2) {
  background-color: var(--redActiveColor);
}

.course-page .for-whom .course-info-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}

.course-page .for-whom .course-info-item:nth-child(1) .course-info-text,
.course-page .for-whom .course-info-item:nth-child(3) .course-info-text {
  color: var(--redActiveColor);
}

.course-page .for-whom-title {
  color: var(--redActiveColor);
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 56px;
}

.course-page .for-whom-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.course-page .for-whom-card-item {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border: 1px solid var(--redActiveColor);
}

.course-page .for-whom-card-item:nth-child(2) {
  background-color: var(--redActiveColor);
}

.course-page .for-whom-card-item:nth-child(3) {
  grid-row: span 2 / span 2;
  padding: 0;
  border-width: 0;
}

.course-page .for-whom-card-item:nth-child(3) .for-whom-card-owner-img {
  height: 100%;
  object-fit: cover;
}

.course-page .for-whom-card-item:nth-child(3) .for-whom-card-owner-img-mobile {
  display: none;
}

.course-page .for-whom-card-icon {
  margin-bottom: 12px;
}

.course-page .for-whom-card-title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.course-page .for-whom-card-item:nth-child(1) .for-whom-card-title,
.course-page .for-whom-card-item:nth-child(4) .for-whom-card-title,
.course-page .for-whom-card-item:nth-child(5) .for-whom-card-title {
  color: var(--redActiveColor);
}

.course-page .for-whom-card-text {
  margin-top: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}

.course-page .for-whom-card-item:nth-child(1) .for-whom-card-text,
.course-page .for-whom-card-item:nth-child(4) .for-whom-card-text,
.course-page .for-whom-card-item:nth-child(5) .for-whom-card-text {
  color: var(--footerBgColor);
}

/*   study-info   */

.course-page .study-info {
  padding: 100px;
  background: url("/public/webp/main-proposals-bg.webp") center center / cover
    no-repeat;
}

.course-page .study-info .program-wrapper {
  margin-bottom: 150px;
}

.course-page .study-info .program-main-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin-bottom: 56px;
}

.course-page .study-info .program-buttons-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.course-page .study-info .program-btn {
  width: calc((100% - 40px) / 3);
  height: 52px;
  padding: 16px 24px;
  background-color: transparent;
  border: 1px solid var(--textColor);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .course-page .study-info .program-btn:hover,
  .course-page .study-info .program-btn:focus {
    background-color: var(--redActiveColor);
    border-color: var(--redActiveColor);
  }
}

.course-page .study-info .program-btn.active {
  background-color: var(--redActiveColor);
  border-color: var(--redActiveColor);
}

.course-page .study-info .program-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.course-page .study-info .program-cards-wrapper .program-card-item:nth-child(1),
.course-page .study-info .program-cards-wrapper .program-card-item:nth-child(2),
.course-page .study-info .program-cards-wrapper .program-card-item:nth-child(3),
.course-page .study-info .program-cards-wrapper .program-card-item:nth-child(5),
.course-page .study-info .program-cards-wrapper .program-card-item:nth-child(6),
.course-page .study-info .program-cards-wrapper .program-card-item:nth-child(7),
.course-page .study-info .program-cards-wrapper .program-card-item:nth-child(8),
.course-page .study-info .program-cards-wrapper .program-card-item:nth-child(9),
.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(10) {
  padding: 16px 24px;
  background-color: var(--greenBgColor);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(1) {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 2;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(4) {
  grid-row: span 3 / span 3;
  grid-column-start: 1;
  grid-row-start: 1;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(4)
  .program-card-owner-photo {
  height: 100%;
  object-fit: cover;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(5) {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(6) {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 2;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(7) {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(8) {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(9) {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 2;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(10) {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}

.course-page .study-info .program-cards-wrapper .program-info-block {
  flex: 1;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-info-block
  .program-info-day {
  display: block;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-info-block
  .program-info-title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-info-block
  .program-info-text {
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
}

.course-page .study-info .program-cards-wrapper .program-list-block {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-list-block
  .program-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-list-block
  .program-icon {
  min-width: 16px;
}

.course-page
  .study-info
  .program-cards-wrapper
  .program-list-block
  .program-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
}

.course-page .study-info .study-program-wrapper {
  margin-bottom: 150px;
}

.course-page .study-info .study-program-main-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin-bottom: 56px;
}

.course-page .study-info .study-program-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.course-page .study-info .study-program-item {
  padding: 24px;
  border-bottom: 1px solid var(--textColor);
}

.course-page .study-info .study-program-question-block {
  display: flex;
  align-items: center;
  gap: 24px;
}

.course-page .study-info .study-program-question-number {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.course-page .study-info .study-program-question {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-page .study-info .faq-arrow-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: auto;
  fill: var(--textColor);
  cursor: pointer;
}

@media (min-width: 1024px) {
  .course-page .study-info .faq-arrow-icon:hover,
  .course-page .study-info .faq-arrow-icon:focus {
    rotate: 180deg;
  }
}

.course-page .study-info .faq-arrow-icon.active {
  rotate: 180deg;
}

.course-page .study-info .study-program-answer {
  display: none;
  width: 90%;
  padding-top: 24px;
}

.course-page .study-info .study-program-answer.active {
  display: block;
}

.course-page .study-info .study-program-answer-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.course-page .study-info .study-program-answer-topic-item {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
}

.course-page .study-info .study-program-item.gift {
  border-bottom: 1px solid var(--redActiveColor);
  background-color: var(--redActiveColor);
}

.course-page .study-info .study-program-question-gift-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  fill: var(--textColor);
}

.course-page
  .study-info
  .study-program-item.gift
  .study-program-answer-topic-list {
  list-style: inside;
}

.course-page
  .study-info
  .study-program-item.gift
  .study-program-answer-topic-item {
  padding-left: 8px;
}

.course-page .study-info .format-wrapper {
  margin-bottom: 150px;
}

.course-page .study-info .format-main-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 56px;
}

.course-page .study-info .formats-list {
  display: flex;
  gap: 20px;
}

.course-page .study-info .formats-card-item {
  width: calc((100% - 60px) / 4);
  min-height: 295px;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  background-color: var(--textColor);
}

.course-page .study-info .formats-card-icon {
  margin-bottom: 12px;
}

.course-page .study-info .formats-card-title {
  color: var(--redActiveColor);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-page .study-info .formats-card-text {
  color: var(--footerBgColor);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}

.course-page .study-info .formats-card-text:nth-of-type(1) {
  margin-top: auto;
}

.course-page .study-info .formats-card-item.second {
  background-color: var(--redActiveColor);
}

.course-page .study-info .formats-card-item.second .formats-card-title,
.course-page .study-info .formats-card-item.second .formats-card-text {
  color: var(--textColor);
}

.course-page .study-info .valuable-wrapper {
  margin-bottom: 150px;
}

.course-page .study-info .valuable-wrapper .valuable-titles-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 56px;
}

.course-page .valuable-wrapper .valuable-title {
  grid-row: span 1 / span 2;
  align-self: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-page .study-info .valuable-wrapper .valuable-subtitle-1,
.course-page .study-info .valuable-wrapper .valuable-subtitle-2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-page .study-info .valuable-wrapper .valuable-subtitle-2 {
  grid-column-start: 2;
  justify-self: flex-end;
  margin-top: 10px;
}

.course-page .study-info .valuable-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 56px;
}

.course-page .study-info .valuable-item {
  width: calc((100% - 40px) / 3);
  display: flex;
  gap: 25px;
}

.course-page .study-info .valuable-icon-wrapper {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: var(--textColor);
}

.course-page .study-info .valuable-icon {
  fill: var(--redActiveColor);
}

.course-page .study-info .valuable-info-title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.course-page .study-info .valuable-info-title > .line-break {
  display: block;
}

.course-page .study-info .valuable-info-text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}

.course-page .study-info .study-rates-wrapper {
  margin-bottom: 150px;
}

.course-page .study-info .study-rates-main-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin-bottom: 56px;
}

.course-page .study-info .study-rates-list {
  display: flex;
  gap: 20px;
}

.course-page .study-info .rates-card-item {
  width: calc((100% - 40px) / 3);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: var(--textColor);
}

.course-page .study-info .rates-card-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}

.course-page .study-info .rates-card-subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.course-page .study-rates-list .rates-card-text-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.course-page .study-rates-list .rates-card-text-item {
  position: relative;
  padding-left: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

.course-page .study-rates-list .rates-card-text-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/public/svg/list-item-star-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.course-page .study-rates-list .rates-card-price-and-btn-wrapper {
  width: 100%;
  margin-top: auto;
}

.course-page .study-rates-list .rates-card-price {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}

.course-page .study-rates-list .rates-card-btn {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  color: var(--redActiveColor);
  background-color: var(--textColor);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .course-page .study-rates-list .rates-card-btn:hover,
  .course-page .study-rates-list .rates-card-btn:focus {
    color: var(--textColor);
    background-color: var(--hoverRedBtnColor);
    border: 1px solid var(--footerBgColor);
  }
}

.course-page .study-info .rates-card-item:nth-child(1),
.course-page .study-info .rates-card-item:nth-child(3) {
  background-color: var(--textColor);
}

.course-page .study-info .rates-card-item:nth-child(1) .rates-card-title,
.course-page .study-info .rates-card-item:nth-child(3) .rates-card-title {
  color: var(--redActiveColor);
}

.course-page .study-info .rates-card-item:nth-child(1) .rates-card-subtitle,
.course-page .study-info .rates-card-item:nth-child(3) .rates-card-subtitle {
  color: var(--footerBgColor);
}

.course-page .study-info .rates-card-item:nth-child(1) .rates-card-text-item,
.course-page .study-info .rates-card-item:nth-child(3) .rates-card-text-item {
  color: var(--footerBgColor);
}

.course-page
  .study-info
  .rates-card-item:nth-child(1)
  .rates-card-text-item::before,
.course-page
  .study-info
  .rates-card-item:nth-child(3)
  .rates-card-text-item::before {
  background-image: url("/public/svg/list-item-star.svg");
}

.course-page
  .study-info
  .rates-card-item:nth-child(1)
  .rates-card-text-item.unsupported {
  padding-left: 24px;
  text-decoration: line-through;
}

.course-page
  .study-info
  .rates-card-item:nth-child(1)
  .rates-card-text-item.unsupported::before {
  background-image: url("/public/svg/cross-rates.svg");
}

.course-page .study-info .rates-card-item:nth-child(1) .rates-card-price,
.course-page .study-info .rates-card-item:nth-child(3) .rates-card-price {
  color: var(--redActiveColor);
}

.course-page .study-info .rates-card-item:nth-child(1) .rates-card-btn,
.course-page .study-info .rates-card-item:nth-child(3) .rates-card-btn {
  color: var(--textColor);
  background-color: var(--redActiveColor);
}

@media (min-width: 1024px) {
  .course-page
    .study-rates-list
    .rates-card-item:nth-child(1)
    .rates-card-btn:hover,
  .course-page
    .study-rates-list
    .rates-card-item:nth-child(1)
    .rates-card-btn:focus,
  .course-page
    .study-rates-list
    .rates-card-item:nth-child(3)
    .rates-card-btn:hover,
  .course-page
    .study-rates-list
    .rates-card-item:nth-child(3)
    .rates-card-btn:focus {
    background-color: var(--hoverRedBtnColor);
    border-width: 0;
  }
}

.course-page .study-info .rates-card-item:nth-child(2) {
  background-color: var(--redActiveColor);
}

.course-page .study-rates-counter {
  display: none;
}

/* reviews */

.course-page .study-info .reviews-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 56px;
}

.course-page .study-info .reviews-title {
  align-self: center;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-box: trim-both cap alphabetic;
  text-transform: uppercase;
}

.course-page .study-info .reviews-viewport {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 2;
  width: 100%;
  overflow: hidden;
}

.course-page .study-info .reviews-list {
  display: flex;
  gap: 20px;
  transition: transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1);
  will-change: transform;
}

.course-page .study-info .reviews-list .review-card {
  flex: 0 0 auto;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 16px;
  background-color: var(--textColor);
}

.course-page .study-info .review-card-author-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
}

.course-page .study-info .review-card-author {
  color: var(--redActiveColor);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-page .study-info .review-card-text {
  margin-top: auto;
  color: var(--footerBgColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

.course-page .study-info .reviews-counter {
  grid-column-start: 2;
  grid-row-start: 1;
  justify-self: end;
  align-self: center;
  display: flex;
  align-items: center;
  gap: 24px;
}

.course-page .study-info .reviews-counter .arrow-left-icon {
  width: 32px;
  height: 64px;
  fill: var(--textColor);
  cursor: pointer;
}

@media (min-width: 1024px) {
  .course-page .study-info .reviews-counter .arrow-left-icon:hover,
  .course-page .study-info .reviews-counter .arrow-left-icon:focus {
    fill: var(--redActiveColor);
  }
}

.course-page .study-info .reviews-counter .counter {
  font-weight: 500;
  font-size: 24px;
  line-height: 2.65;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-page .study-info .reviews-counter .arrow-right-icon {
  width: 32px;
  height: 64px;
  fill: var(--textColor);
  cursor: pointer;
}

@media (min-width: 1024px) {
  .course-page .study-info .reviews-counter .arrow-right-icon:hover,
  .course-page .study-info .reviews-counter .arrow-right-icon:focus {
    fill: var(--redActiveColor);
  }
}

/*   loud-sound   */

.course-page .loud-sound {
  padding: 140px 100px;
  background: url("/public/webp/main-statistics-bg.webp") center / cover
    no-repeat;
}

.course-page .loud-sound .loud-sound-container {
  position: relative;
}

.course-page .loud-sound .loud-sound-owner-image {
  position: absolute;
  bottom: -140px;
  right: 16px;
}

.course-page .loud-sound .loud-sound-content-wrapper {
  position: relative;
  max-width: 796px;
}

.course-page .loud-sound .loud-sound-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin-bottom: 40px;
}

.course-page .loud-sound .loud-sound-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.course-page .loud-sound .loud-sound-text > .line-break {
  display: block;
}

.course-page .loud-sound .loud-sound-btn-and-price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.course-page .loud-sound .loud-sound-btn {
  width: 400px;
  height: 51px;
  padding: 16px 24px;
  background-color: var(--redActiveColor);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .course-page .loud-sound .loud-sound-btn:hover,
  .course-page .loud-sound .loud-sound-btn:focus {
    background-color: var(--hoverRedBtnColor);
  }
}

.course-page .loud-sound .loud-sound-price {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}

.course-page .loud-sound .loud-sound-curved-arrow-icon {
  margin-left: 41%;
}

/*  --------------    course-page archetypes-page  ------------  */

.course-page.archetypes-page .hero {
  background: url("/public/webp/course-archetypes-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.course-page.archetypes-page .hero-text {
  margin-bottom: -12px;
}

.course-page.archetypes-page .hero-title-2 {
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}

.course-page.archetypes-page
  .study-info
  .program-cards-wrapper
  .program-card-item:nth-child(2)
  .program-list-block {
  justify-content: normal;
  gap: 16px;
}

.course-page.archetypes-page .study-info .format-wrapper {
  margin-left: -100px;
  margin-right: -100px;
  background-color: #14371666;
}

.course-page.archetypes-page
  .study-info
  .format-wrapper
  .format-content-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.course-page.archetypes-page .study-info .format-main-title {
  margin-bottom: 0px;
}

.course-page.archetypes-page .study-info .formats-card-item {
  width: 395px;
}

.course-page.archetypes-page .study-info .formats-card-text {
  line-height: 1.2;
}

.course-page.archetypes-page .loud-sound .loud-sound-content-wrapper {
  max-width: 785px;
}

.course-page.archetypes-page .loud-sound .loud-sound-title {
  letter-spacing: -0.02em;
}

.course-page.archetypes-page .loud-sound .loud-sound-btn-and-price-wrapper {
  align-items: flex-end;
  margin-bottom: 37px;
}

.course-page.archetypes-page .loud-sound .loud-sound-price {
  margin-bottom: -13px;
}

/*  --------------    course-page mobile-and-photography-page  ------------  */

.course-page.mobile-and-photography-page .hero {
  background: url("/public/webp/course-mobile-and-photography-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.course-page.mobile-and-photography-page .hero-text {
  margin-bottom: -12px;
}

.course-page .hero-title-1,
.course-page .hero-title-2 {
  letter-spacing: 0;
}

.course-page .hero-title-tablet {
  display: none;
}

/*  --------------    check-list-page cam-fear-page  ------------  */

/* check-list-page - общее название страниц такого типа*/
/* cam-fear-page - текущая страница */

/*   hero   */

.check-list-page .hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}

.check-list-page.cam-fear-page .hero {
  background-image: url("/public/webp/cl-cam-fear-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.check-list-page .hero .content-wrapper {
  max-width: 1250px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 27px;
}

.check-list-page .hero-text {
  grid-column: 1;
  align-self: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.check-list-page .hero-btn {
  width: 295px;
  height: 51px;
  grid-column: 2;
  justify-self: end;
  padding: 16px 24px;
  color: var(--greenBtnTextColor);
  background-color: var(--redActiveColor);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .check-list-page .hero-btn:hover,
  .check-list-page .hero-btn:focus {
    background-color: var(--hoverRedBtnColor);
  }
}

.check-list-page .hero-title {
  grid-column: 1 / -1;
  justify-self: center;
  font-weight: 600;
  font-size: 92px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}

.check-list-page.cam-fear-page .hero-title > .line-break {
  display: none;
}

/* overcame */

.check-list-page .overcame {
  padding: 100px;
  background: url("/public/webp/red-leaves-bg.webp") center center / cover
    no-repeat;
}

.check-list-page .overcame-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 56px;
}

.check-list-page .overcame-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 150px;
}

.check-list-page .overcame-card-item:nth-child(1) {
  grid-row: span 2 / span 2;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  background-color: var(--textColor);
}

.check-list-page .overcame-card-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  background-color: var(--textColor);
}

.check-list-page .overcame-card-item:nth-child(3) {
  grid-row: span 2 / span 2;
}

.check-list-page .overcame-card-item:nth-child(4) {
  grid-column-start: 2;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  background-color: var(--greenBgColor);
}

.check-list-page .overcame-card-item-owner-photo {
  height: 100%;
  object-fit: cover;
}

.check-list-page .overcame-card-item-owner-photo-mobile {
  display: none;
}

.check-list-page .overcame-card-icon {
  fill: var(--greenBgColor);
  margin-bottom: 12px;
}

.check-list-page .overcame-card-title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.check-list-page .overcame-card-item:nth-child(1) .overcame-card-title,
.check-list-page .overcame-card-item:nth-child(2) .overcame-card-title {
  color: var(--greenBgColor);
}

.check-list-page .overcame-card-text {
  margin-top: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}

.check-list-page .overcame-card-item:nth-child(1) .overcame-card-text,
.check-list-page .overcame-card-item:nth-child(2) .overcame-card-text {
  color: var(--secondaryTextColor);
}

.check-list-page .overcame-waitings-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 56px;
}

.check-list-page .overcame-waitings-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 56px;
}

.check-list-page .overcame-waitings-item {
  width: calc((100% - 40px) / 3);
  display: flex;
  gap: 25px;
}

.check-list-page .overcame-waitings-icon-wrapper {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: var(--textColor);
}

.check-list-page .overcame-waitings-icon {
  fill: var(--greenBgColor);
}

.check-list-page .overcame-waitings-info-title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.check-list-page .overcame-waitings-info-text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}

/*   download-pdf   */

.check-list-page .download-pdf {
  padding: 140px 100px;
  background: url("/public/webp/main-statistics-bg.webp") center / cover
    no-repeat;
}

.check-list-page .download-pdf .download-pdf-container {
  position: relative;
}

.check-list-page .download-pdf .download-pdf-owner-image {
  position: absolute;
  bottom: -140px;
  right: 12px;
}

.check-list-page .download-pdf .download-pdf-content-wrapper {
  position: relative;
  max-width: 768px;
}

.check-list-page .download-pdf .download-pdf-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin-bottom: 40px;
}

.check-list-page.cam-fear-page .download-pdf .download-pdf-title > .line-break {
  display: none;
}

.check-list-page .download-pdf .download-pdf-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.check-list-page.cam-fear-page .download-pdf .download-pdf-text > .line-break {
  display: block;
}

.check-list-page .download-pdf .download-pdf-btn-and-price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
}

.check-list-page .download-pdf .download-pdf-btn {
  width: 400px;
  height: 51px;
  padding: 16px 24px;
  background-color: var(--redActiveColor);
  color: var(--greenBtnTextColor);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .check-list-page .download-pdf .download-pdf-btn:hover,
  .check-list-page .download-pdf .download-pdf-btn:focus {
    background-color: var(--hoverRedBtnColor);
  }
}

.check-list-page .download-pdf .download-pdf-price {
  margin-right: 14px;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}

.check-list-page .download-pdf .download-pdf-curved-arrow-icon {
  margin-left: 41%;
}

/*  --------------  check-list-page content-technology-page  ------------  */

/*   hero    */

.check-list-page.content-technology-page .hero {
  background-image: url("/public/webp/cl-content-technology-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.check-list-page.content-technology-page .hero-title {
  font-size: 96px;
}

/*   download-pdf   */

.check-list-page.content-technology-page .download-pdf {
  padding: 186px 100px;
}

.check-list-page.content-technology-page
  .download-pdf
  .download-pdf-owner-image {
  bottom: -186px;
}

.check-list-page.content-technology-page
  .download-pdf
  .download-pdf-content-wrapper {
  max-width: 763px;
}

.check-list-page.content-technology-page
  .download-pdf
  .download-pdf-text
  > .line-break {
  display: block;
}

.check-list-page.content-technology-page
  .download-pdf
  .download-pdf-btn-and-price-wrapper {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 9px;
  margin-bottom: 0;
}

.check-list-page.content-technology-page .download-pdf .download-pdf-price {
  margin-left: auto;
  margin-right: 0;
}

.check-list-page.content-technology-page
  .download-pdf
  .download-pdf-curved-arrow-icon {
  margin-top: -40px;
  margin-left: 34%;
  rotate: 8deg;
}

/*  --------------  check-list-page story-mistakes-page  ------------  */

.story-mistakes-page .hero {
  background-image: url("/public/webp/cl-story-mistakes-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.check-list-page.story-mistakes-page .hero .content-wrapper {
  max-width: 1240px;
}

.check-list-page.story-mistakes-page .hero-btn {
  color: var(--textColor);
}

.check-list-page.story-mistakes-page .hero-title {
  font-size: 100px;
  line-height: normal;
}

.check-list-page.story-mistakes-page
  .overcame-card-item:nth-child(1)
  .overcame-card-text,
.check-list-page.story-mistakes-page
  .overcame-card-item:nth-child(2)
  .overcame-card-text {
  color: var(--footerBgColor);
}

.check-list-page.story-mistakes-page
  .download-pdf
  .download-pdf-content-wrapper {
  max-width: 760px;
}

.check-list-page.story-mistakes-page
  .download-pdf
  .download-pdf-text
  > .line-break {
  display: block;
}

.check-list-page.story-mistakes-page
  .download-pdf
  .download-pdf-btn-and-price-wrapper {
  margin-bottom: 37px;
}

.check-list-page.story-mistakes-page .download-pdf .download-pdf-btn {
  color: var(--textColor);
}

.check-list-page.story-mistakes-page .download-pdf .download-pdf-price {
  margin-right: 0;
  margin-bottom: -13px;
}

.check-list-page.story-mistakes-page
  .download-pdf
  .download-pdf-curved-arrow-icon {
  margin-left: 42%;
}

/*  --------------  check-list-page archetype-codes-page  ------------  */

.check-list-page.archetype-codes-page .hero {
  background-image: url("/public/webp/cl-archetype-codes-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.check-list-page.archetype-codes-page .hero .content-wrapper {
  max-width: 1254px;
}

.check-list-page.archetype-codes-page .hero-btn {
  color: var(--textColor);
}

.check-list-page.archetype-codes-page .hero-title {
  font-size: 80px;
}

.check-list-page.archetype-codes-page .overcame-title > .line-break {
  display: none;
}

.check-list-page.archetype-codes-page
  .overcame-card-item:nth-child(1)
  .overcame-card-text,
.check-list-page.archetype-codes-page
  .overcame-card-item:nth-child(2)
  .overcame-card-text {
  color: var(--footerBgColor);
}

.check-list-page.archetype-codes-page
  .download-pdf
  .download-pdf-content-wrapper {
  max-width: 759px;
}

.check-list-page.archetype-codes-page
  .download-pdf
  .download-pdf-text
  > .line-break {
  display: block;
}

.check-list-page.archetype-codes-page .download-pdf .download-pdf-btn {
  color: var(--textColor);
}

.check-list-page.archetype-codes-page .download-pdf .download-pdf-price {
  margin-right: 0;
  margin-bottom: -13px;
}

.check-list-page.archetype-codes-page
  .download-pdf
  .download-pdf-btn-and-price-wrapper {
  margin-bottom: 37px;
}

/*  --------------  check-list-page brand-passport-page  ------------  */

.check-list-page.brand-passport-page .hero {
  background-image: url("/public/webp/cl-brand-passport-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.check-list-page.brand-passport-page .hero .content-wrapper {
  max-width: 1240px;
}

.check-list-page.brand-passport-page .hero-btn {
  color: var(--textColor);
}

.check-list-page.brand-passport-page .hero-title {
  font-size: 130px;
}

.check-list-page.brand-passport-page .overcame-title > .line-break {
  display: none;
}

.check-list-page.brand-passport-page
  .overcame-card-item:nth-child(1)
  .overcame-card-text,
.check-list-page.brand-passport-page
  .overcame-card-item:nth-child(2)
  .overcame-card-text {
  color: var(--footerBgColor);
}

.check-list-page.brand-passport-page
  .download-pdf
  .download-pdf-content-wrapper {
  max-width: 843px;
}

.check-list-page.brand-passport-page
  .download-pdf
  .download-pdf-text
  > .line-break {
  display: block;
}

.check-list-page.brand-passport-page .download-pdf-btn-and-price-wrapper {
  align-items: center;
}

.check-list-page.brand-passport-page .download-pdf .download-pdf-btn {
  color: var(--textColor);
}

.check-list-page.brand-passport-page .download-pdf .download-pdf-price {
  margin-right: 0;
}

.check-list-page.brand-passport-page
  .download-pdf
  .download-pdf-curved-arrow-icon {
  margin-left: 35%;
}

/* ================================================= */

/* Responsive improvements laptop and tablet */

/* ================================================= */

@media (max-width: 1439px) {
  /*  --------------  order-page  ------------  */

  /*   order-ads    */

  .order-page .order-ads {
    padding: 130px 32px 100px;
    /* background: url("/public/webp/main-proposals-bg.webp") center center / cover
        no-repeat,
      var(--footerBgColor); */
  }

  /* .order-page .order-ads-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  } */

  .order-page .order-ads-title {
    /* font-weight: 500; */
    font-size: 40px;
    /* line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    /* margin-bottom: 20px; */
  }

  .order-page .order-ads-subtitle {
    /* font-weight: 500; */
    font-size: 18px;
    /* line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase; */
    text-align: center;
    margin-bottom: 40px;
  }

  .order-page .order-ads-subtitle > .line-break {
    display: none;
  }

  .order-page .ads-viewport {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .order-page .ads-list {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; */
    flex-direction: row;
    gap: 20px;
  }

  .order-page .ads-card {
    /* width: 100%;
    display: flex;
    gap: 48px;
    padding: 56px 32px;
    background-color: var(--textColor); */
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .order-page .ads-card-info-wrapper {
    /* display: flex;
    flex-direction: column; */
    width: 100%;
  }

  .order-page .ads-card-title {
    /* font-weight: 500; */
    font-size: 18px;
    /* line-height: 1.3;
    letter-spacing: 0;
    color: var(--redActiveColor);
    text-transform: uppercase;
    margin-bottom: 20px; */
  }

  .order-page .ads-card-text {
    /* font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--footerBgColor); */
    margin-bottom: 40px;
  }

  .order-page .ads-card-price {
    /* margin-top: auto;
    font-weight: 600; */
    font-size: 32px;
    line-height: 1;
    /* letter-spacing: 0;
    color: var(--redActiveColor);
    text-align: center;
    text-transform: uppercase; */
  }

  .order-page .ads-card-img {
    width: 100%;
    aspect-ratio: 311 / 200;
    object-fit: cover;
    object-position: top;
  }

  .order-page .ads-card-about-wrapper {
    /* display: flex;
    flex-direction: column;
    width: 363px; */
    width: 100%;
  }

  .order-page .ads-card-subtitle {
    /* font-weight: 500;
    font-size: 16px; */
    line-height: 1;
    /* letter-spacing: 0;
    color: var(--footerBgColor);
    text-transform: uppercase; */
    margin-bottom: 20px;
  }

  .order-page .ads-card-list {
    /* display: flex;
    flex-direction: column;
    gap: 16px; */
    margin-bottom: 40px;
  }

  /* .order-page .ads-card-item {
    position: relative;
    padding-left: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--footerBgColor);
  } */

  /* .order-page .ads-card-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("/public/svg/list-item-star.svg");
    background-size: contain;
    background-repeat: no-repeat;
  } */

  .order-page .ads-card-btn {
    /* margin-top: auto;
    width: 100%; */
    height: 49px;
    /* padding: 16px 24px;
    background-color: var(--redActiveColor);
    font-weight: 500; */
    font-weight: 400;
    font-size: 14px;
    /* line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
  }

  @media (min-width: 1024px) {
    .order-page .ads-card-btn:hover,
    .order-page .ads-card-btn:focus {
      background-color: var(--hoverRedBtnColor);
    }
  }

  .order-page .order-ads .ads-counter {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .order-page .ads-counter .arrow-left-icon {
    width: 32px;
    height: 64px;
    fill: var(--textColor);
    cursor: pointer;
  }

  .order-page .ads-counter .counter {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .order-page .ads-counter .arrow-right-icon {
    width: 32px;
    height: 64px;
    fill: var(--textColor);
    cursor: pointer;
  }

  /*   help-to-choose    */

  .order-page .help-to-choose {
    padding: 100px 32px;
  }

  .order-page .help-to-choose-container {
    flex-direction: column;
    justify-content: normal;
    gap: 40px;
  }

  .order-page .help-to-choose-info-wrapper {
    /* display: flex;
    flex-direction: column;
    gap: 20px;
    width: 482px; */
    width: 100%;
    align-items: center;
  }

  .order-page .help-to-choose-title {
    /* font-weight: 500;
    font-size: 56px;
    letter-spacing: 0;
    text-transform: uppercase; */
    text-align: center;
    font-size: 40px;
  }

  .order-page .help-to-choose-title > .line-break {
    display: none;
  }

  .order-page .help-to-choose-text {
    /* font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0; */
    text-align: center;
  }

  /*   help-to-choose-form  */

  .order-page .help-to-choose-form-wrapper {
    width: 704px;
    padding: 40px;
    /* background-color: var(--textColor); */
  }

  .order-page .help-to-choose-form-wrapper .modal-form-title {
    /* color: var(--greenBgColor);
    font-weight: 500; */
    font-size: 18px;
    /* line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 20px; */
  }

  /* .order-page .help-to-choose-form .name-input {
    width: 100%;
    height: 51px;
    padding: 16px;
    color: var(--footerBgColor);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    border-bottom: 1px solid var(--footerBgColor);
    margin-bottom: 16px;
  } */

  /* .order-page .help-to-choose-form .email-and-phone-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
  } */

  /* .order-page .help-to-choose-form .email-input,
  .order-page .help-to-choose-form .phone-input {
    flex: 1;
    height: 51px;
    padding: 16px;
    color: var(--footerBgColor);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    border-bottom: 1px solid var(--footerBgColor);
  } */

  /* .order-page .help-to-choose-form .policy-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
  } */

  /* .order-page .help-to-choose-form .policy-checkbox {
    cursor: pointer;
  } */

  /* .order-page .help-to-choose-form .policy-text {
    color: var(--footerBgColor);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0;
  } */

  /* .order-page .help-to-choose-form .policy-link {
    color: var(--redActiveColor);
    border-bottom: 1px solid var(--redActiveColor);
  } */

  .order-page .help-to-choose-form .form-btn {
    /* width: 100%; */
    height: 49px;
    /* padding: 16px 24px;
    color: var(--greenBtnTextColor);
    background-color: var(--greenBgColor);
    font-weight: 400; */
    font-size: 14px;
    /* line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
  }

  @media (min-width: 1024px) {
    .order-page .help-to-choose-form .form-btn:hover,
    .order-page .help-to-choose-form .form-btn:focus {
      background-color: var(--hoverGreenBtnColor);
    }
  }

  /*  --------------  master-class-page neirophotoset-page ------------  */

  /*   hero   */

  /* .master-class-page .hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
  } */

  /* .master-class-page.neirophotoset-page .hero {
    background-image: url("/public/webp/mc-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  .master-class-page .hero .content-wrapper {
    /* margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px; */
    width: 704px;
    margin-bottom: 80px;
  }

  .master-class-page .hero-text {
    /* grid-column: 1;
    align-self: center;
    font-family: Inter, sans-serif;
    font-weight: 500; */
    font-size: 20px;
    /* line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
  }

  .master-class-page .hero-btn {
    /* width: 295px; */
    height: 49px;
    /* grid-column: 2;
    justify-self: end;
    padding: 16px 24px;
    background-color: var(--redActiveColor);
    font-family: Inter, sans-serif;
    font-weight: 400; */
    font-size: 14px;
    /* line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
  }

  @media (min-width: 1024px) {
    .master-class-page .hero-btn:hover,
    .master-class-page .hero-btn:focus {
      background-color: var(--hoverRedBtnColor);
    }
  }

  .master-class-page .hero-title {
    /* grid-column: 1 / -1;
    justify-self: center;
    font-weight: 600; */
    font-size: 77px;
    /* line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic; */
  }

  /*   study-result   */

  .master-class-page .study-result {
    padding: 100px 32px;
    /* background-color: var(--textColor); */
  }

  .master-class-page .study-result-titles-wrapper {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-bottom: 40px;
  }

  /* .master-class-page .study-result-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--redActiveColor);
  } */

  .master-class-page .study-result-subtitle {
    /* font-weight: 500; */
    font-size: 40px;
    /* line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--redActiveColor); */
  }

  .master-class-page .study-result-content-wrapper {
    /* display: flex;
    flex-direction: row-reverse;
    gap: 20px; */
    flex-direction: column;
    gap: 40px;
  }

  .master-class-page .study-result-list {
    /* flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px; */
    flex: 0 0 auto;
  }

  /* .master-class-page .study-result-item-title-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 8px;
  } */

  .master-class-page .study-result-item-number {
    /* color: var(--redActiveColor);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 20px;
  }

  .master-class-page .study-result-item-title {
    /* color: var(--redActiveColor);
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 18px;
  }

  /* .master-class-page .study-result-item-title-text {
    padding-left: 50px;
    color: var(--footerBgColor);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
  } */

  /* .master-class-page
    .study-result-item:nth-child(1)
    .study-result-item-title-text {
    padding-left: 45px;
  } */

  /* .master-class-page .study-result .photo-and-btn-wrapper {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  } */

  /* .master-class-page.neirophotoset-page .study-result .photo-and-btn-wrapper {
    grid-template-columns: repeat(2, 1fr);
  } */

  .master-class-page .study-result-owner-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .master-class-page.neirophotoset-page .study-result-photo-1,
  .master-class-page.neirophotoset-page .study-result-photo-2,
  .master-class-page.neirophotoset-page .study-result-photo-3 {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
  }

  /* .master-class-page.neirophotoset-page .study-result-photo-1-mobile,
  .master-class-page.neirophotoset-page .study-result-photo-2-mobile,
  .master-class-page.neirophotoset-page .study-result-photo-3-mobile {
    display: none;
  } */

  /* .master-class-page.neirophotoset-page .study-result-photo-3 {
    grid-column: span 2 / span 2;
  } */

  .master-class-page .study-result-btn {
    /* width: 100%;
    height: 55px;
    padding: 16px 24px;
    background-color: var(--redActiveColor);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    height: 51px;
  }

  .master-class-page.neirophotoset-page .study-result-btn {
    grid-column: span 2 / span 2;
    grid-row-start: 3;
  }

  @media (min-width: 1024px) {
    .master-class-page .study-result-btn:hover,
    .master-class-page .study-result-btn:focus {
      background-color: var(--hoverRedBtnColor);
    }
  }

  /*   study-format    */

  .master-class-page .study-format {
    /* padding: 100px 100px 90px;
    background: url("/public/webp/mc-study-format-bg.webp") center / cover
        no-repeat,
      var(--greenBgColor); */
    padding: 100px 32px 90px;
  }

  .master-class-page .study-format .faq-wrapper {
    /* margin-bottom: 150px; */
    margin-bottom: 100px;
  }

  .master-class-page .study-format .faq-main-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 56px; */
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 40px;
  }

  /* .master-class-page .study-format .faq-main-title > .line-break {
    display: none;
  } */

  /* .master-class-page .study-format .faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  } */

  /* .master-class-page .study-format .faq-item {
    padding: 24px;
    border-bottom: 1px solid var(--textColor);
  } */

  /* .master-class-page .study-format .faq-question-block {
    display: flex;
    align-items: center;
    gap: 24px;
  } */

  .master-class-page .study-format .faq-question-number {
    /* font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0; */
    font-size: 18px;
  }

  .master-class-page .study-format .faq-question {
    /* font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 18px;
    line-height: 1.3;
  }

  /* .master-class-page .study-format .faq-arrow-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: auto;
    fill: var(--textColor);
    cursor: pointer;
  } */

  @media (min-width: 1024px) {
    .master-class-page .study-format .faq-arrow-icon:hover,
    .master-class-page .study-format .faq-arrow-icon:focus {
      rotate: 180deg;
    }
  }

  /* .master-class-page .study-format .faq-arrow-icon.active {
    rotate: 180deg;
  } */

  .master-class-page .study-format .faq-answer {
    /* display: none;
    width: 90%;
    padding-top: 24px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0; */
    font-size: 18px;
  }

  /* .master-class-page .study-format .faq-answer.active {
    display: block;
  } */

  /* .master-class-page .study-format .faq-item.gift {
    border-bottom: 1px solid var(--redActiveColor);
    background-color: var(--redActiveColor);
  } */

  /* .master-class-page .study-format .faq-question-gift-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    fill: var(--textColor);
  } */

  .master-class-page .study-format .format-main-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 56px; */
    font-size: 40px;
    margin-bottom: 40px;
  }

  .master-class-page .study-format .formats-list {
    /* display: flex;
    gap: 20px; */
    flex-wrap: wrap;
  }

  .master-class-page .study-format .formats-card-item {
    /* width: calc((100% - 60px) / 4);
    min-height: 295px;
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    background-color: var(--textColor); */
    width: calc((100% - 20px) / 2);
    min-height: 230px;
  }

  /* .master-class-page .study-format .formats-card-icon {
    margin-bottom: 12px;
  } */

  .master-class-page .study-format .formats-card-title {
    /* color: var(--redActiveColor);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 18px;
  }

  /* .master-class-page .study-format .formats-card-text {
    margin-top: auto;
    color: var(--footerBgColor);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
  } */

  /* .master-class-page .study-format .formats-card-item.second {
    background-color: var(--redActiveColor);
  } */

  /* .master-class-page
    .study-format
    .formats-card-item.second
    .formats-card-title,
  .master-class-page
    .study-format
    .formats-card-item.second
    .formats-card-text {
    color: var(--textColor);
  } */

  /*   first-creating    */

  .master-class-page .first-creating {
    /* padding: 140px 100px;
    background: url("/public/webp/main-statistics-bg.webp") center / cover
      no-repeat; */
    padding: 260px 32px 0px;
  }

  /* .master-class-page .first-creating .first-creating-container {
    position: relative;
  } */

  .master-class-page .first-creating .first-creating-owner-image {
    /* position: absolute;
    bottom: -140px;
    right: 16px; */
    /* position: absolute; */
    bottom: 0px;
    right: 0px;
  }

  .master-class-page .first-creating .first-creating-content-wrapper {
    /* position: relative;
    max-width: 765px; */
    max-width: 510px;
    padding-bottom: 60px;
  }

  .master-class-page .first-creating .first-creating-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
    margin-bottom: 40px; */
    font-size: 40px;
  }

  /* .master-class-page .first-creating .first-creating-text { */
  /* font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 40px; */
  /* } */

  .master-class-page .first-creating .first-creating-btn-and-price-wrapper {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px; */
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    gap: 62px;
    margin-bottom: 0px;
  }

  .master-class-page .first-creating .first-creating-btn {
    /* width: 400px;
    height: 51px;
    padding: 16px 24px;
    background-color: var(--redActiveColor);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    height: 49px;
    font-size: 14px;
  }

  @media (min-width: 1024px) {
    .master-class-page .first-creating .first-creating-btn:hover,
    .master-class-page .first-creating .first-creating-btn:focus {
      background-color: var(--hoverRedBtnColor);
    }
  }

  .master-class-page .first-creating .first-creating-price {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic; */
    font-size: 40px;
    margin-left: auto;
  }

  .master-class-page .first-creating .first-creating-curved-arrow-icon {
    margin-left: 16%;
    margin-top: -55px;
    rotate: 18deg;
    scale: 0.8;
  }

  .master-class-page.neirophotoset-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: none;
  }

  /* ------------  master-class-page chatgpt-page  ----------*/

  /* .master-class-page.chatgpt-page .hero {
    background-image: url("/public/webp/mc-chatgpt-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  /* .master-class-page.chatgpt-page .content-wrapper {
    max-width: 1242px;
  } */

  .master-class-page.chatgpt-page .hero-title {
    /* font-size: 116px;
    letter-spacing: 0; */
    font-size: 65px;
  }

  .master-class-page.chatgpt-page
    .first-creating
    .first-creating-content-wrapper {
    max-width: 510px;
  }

  /* .master-class-page.chatgpt-page
    .first-creating
    .first-creating-text
    > .ads-card {
    display: block;
  } */

  /* -------------- master-class-page digital-avatar-page --------------*/

  /* .master-class-page.digital-avatar-page .hero {
    background-image: url("/public/webp/mc-digital-avatar-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  /* .master-class-page.digital-avatar-page .content-wrapper {
    max-width: 1251px;
  } */

  .master-class-page.digital-avatar-page .hero-title {
    /* font-size: 112px;
    letter-spacing: 0; */
    font-size: 63px;
  }

  .master-class-page.digital-avatar-page .study-result {
    /* padding: 100px 100px 124px; */
    padding: 100px 32px;
  }

  /* .master-class-page.digital-avatar-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: block;
  } */

  /*  ----------  master-class-page ai-videos-page  ---------- */

  /* .master-class-page.ai-videos-page .hero {
    background-image: url("/public/webp/mc-ai-videos-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  .master-class-page.ai-videos-page .hero-title {
    /* font-size: 130px;
    letter-spacing: 0; */
    font-size: 73px;
  }

  .master-class-page.ai-videos-page
    .first-creating
    .first-creating-content-wrapper {
    /* max-width: 764px; */
    max-width: 510px;
  }

  /* .master-class-page.ai-videos-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: block;
  } */

  /* --------  master-class-page editing-in-capcut-page  ------ */

  /* .master-class-page.editing-in-capcut-page .hero {
    background-image: url("/public/webp/mc-editing-in-capcut-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  /* .master-class-page.editing-in-capcut-page .content-wrapper {
    max-width: 1265px;
  } */

  .master-class-page.editing-in-capcut-page .hero-title {
    /* font-size: 120px;
    letter-spacing: 0; */
    font-size: 66px;
  }

  /* .master-class-page.editing-in-capcut-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: block;
  } */

  /* --------  master-class-page design-in-bazaart-page  ------ */

  .master-class-page.design-in-bazaart-page .hero {
    /* background-image: url("/public/webp/mc-design-in-bazaart-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    background-position-x: 14%;
  }

  /* .master-class-page.design-in-bazaart-page .content-wrapper {
    max-width: 1248px;
  } */

  .master-class-page.design-in-bazaart-page .hero-title {
    /* font-size: 115px;
    letter-spacing: -0.01em; */
    font-size: 64px;
  }

  .master-class-page.design-in-bazaart-page
    .first-creating
    .first-creating-content-wrapper {
    /* max-width: 759px; */
    max-width: 510px;
  }

  .master-class-page.design-in-bazaart-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: none;
  }

  /* -------------  master-class-page content-plan-page ---- */

  /* .master-class-page.content-plan-page .hero {
    background-image: url("/public/webp/mc-content-plan-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  /* .master-class-page.content-plan-page .content-wrapper {
    max-width: 1258px;
  } */

  .master-class-page.content-plan-page .hero-title {
    /* font-size: 145px;
    letter-spacing: 0; */
    font-size: 81px;
  }

  .master-class-page.content-plan-page
    .first-creating
    .first-creating-content-wrapper {
    /* max-width: 759px; */
    max-width: 518px;
  }

  .master-class-page.content-plan-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: none;
  }

  /*  --------------  course-page storitel-page  ------------  */

  /*   hero   */

  /* .course-page .hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
  } */

  /* .course-page.storitel-page .hero {
    background: url("/public/webp/course-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  .course-page .hero .content-wrapper {
    /* margin-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px; */
    width: 704px;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    column-gap: 0px;
    row-gap: 20px;
    margin-bottom: 80px;
  }

  .course-page .hero-text {
    /* grid-column: 1;
    align-self: center;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 20px;
  }

  .course-page .hero-btn {
    /* width: 295px;
    height: 51px;
    grid-column-start: 2;
    grid-row-start: 2;
    justify-self: self-end;
    padding: 16px 24px;
    background-color: var(--redActiveColor);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    height: 49px;
    grid-row-start: 1;
    font-size: 14px;
  }

  @media (min-width: 1024px) {
    .course-page .hero-btn:hover,
    .course-page .hero-btn:focus {
      background-color: var(--hoverRedBtnColor);
    }
  }

  /* .course-page .hero-title-1 {
    grid-column-start: 1;
    grid-row-start: 2;
    font-weight: 600;
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
  } */

  .course-page.storitel-page .hero-title-1 {
    display: none;
  }

  /* .course-page .hero-title-2 {
    grid-column: span 2 / span 2;
    justify-self: self-end;
    font-weight: 600;
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
  } */

  .course-page.storitel-page .hero-title-2 {
    display: none;
  }

  .course-page .hero-title-tablet {
    display: block;
    font-weight: 600;
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  /*   for-whom   */

  .course-page .for-whom {
    /* padding: 100px;
    background-color: var(--textColor); */
    padding: 100px 32px;
  }

  .course-page .for-whom .course-info-wrapper {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-bottom: 100px;
  }

  .course-page .for-whom .course-info-title {
    /* flex: 1;
    color: var(--redActiveColor);
    font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 40px;
  }

  /* .course-page .for-whom .course-info-list {
    flex: 3;
    display: flex;
    gap: 20px;
  } */

  /* .course-page .for-whom .course-info-item {
    width: calc((100% - 40px) / 3);
    padding: 32px 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--redActiveColor);
  } */

  /* .course-page .for-whom .course-info-item:nth-child(2) {
    background-color: var(--redActiveColor);
  } */

  .course-page .for-whom .course-info-text {
    /* font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center; */
    font-size: 18px;
  }

  /* .course-page .for-whom .course-info-item:nth-child(1) .course-info-text,
  .course-page .for-whom .course-info-item:nth-child(3) .course-info-text {
    color: var(--redActiveColor);
  } */

  .course-page .for-whom-title {
    /* color: var(--redActiveColor);
    font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 56px; */
    font-size: 40px;
    margin-bottom: 40px;
  }

  .course-page .for-whom-list {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px; */
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  /* .course-page .for-whom-card-item {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    border: 1px solid var(--redActiveColor);
  } */

  .course-page .for-whom-card-item:nth-child(2) {
    /* background-color: var(--redActiveColor); */
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .course-page .for-whom-card-item:nth-child(3) {
    /* grid-row: span 2 / span 2;
    padding: 0;
    border-width: 0; */
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .course-page .for-whom-card-item:nth-child(4) {
    grid-row-start: 3;
  }

  .course-page .for-whom-card-item:nth-child(5) {
    grid-row-start: 3;
  }

  /* .course-page .for-whom-card-item:nth-child(3) .for-whom-card-owner-img {
    height: 100%;
    object-fit: cover;
  } */

  /* .course-page
    .for-whom-card-item:nth-child(3)
    .for-whom-card-owner-img-mobile {
    display: none;
  } */

  /* .course-page .for-whom-card-icon {
    margin-bottom: 12px;
  } */

  .course-page .for-whom-card-title {
    /* font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 18px;
  }

  /* .course-page .for-whom-card-item:nth-child(1) .for-whom-card-title,
  .course-page .for-whom-card-item:nth-child(4) .for-whom-card-title,
  .course-page .for-whom-card-item:nth-child(5) .for-whom-card-title {
    color: var(--redActiveColor);
  } */

  /* .course-page .for-whom-card-text {
    margin-top: auto;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
  } */

  /* .course-page .for-whom-card-item:nth-child(1) .for-whom-card-text,
  .course-page .for-whom-card-item:nth-child(4) .for-whom-card-text,
  .course-page .for-whom-card-item:nth-child(5) .for-whom-card-text {
    color: var(--footerBgColor);
  } */

  /*   study-info   */

  .course-page .study-info {
    /* padding: 100px;
    background: url("/public/webp/main-proposals-bg.webp") center center / cover
      no-repeat; */
    padding: 100px 32px;
  }

  .course-page .study-info .program-wrapper {
    margin-bottom: 100px;
  }

  .course-page .study-info .program-main-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
    margin-bottom: 56px; */
    font-size: 40px;
    margin-bottom: 40px;
  }

  /* .course-page .study-info .program-buttons-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
  } */

  .course-page .study-info .program-btn {
    /* width: calc((100% - 40px) / 3);
    height: 52px;
    padding: 16px 24px;
    background-color: transparent;
    border: 1px solid var(--textColor);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    height: 49px;
    font-weight: 400;
    font-size: 14px;
  }

  @media (min-width: 1024px) {
    .course-page .study-info .program-btn:hover,
    .course-page .study-info .program-btn:focus {
      background-color: var(--redActiveColor);
      border-color: var(--redActiveColor);
    }
  }

  /* .course-page .study-info .program-btn.active {
    background-color: var(--redActiveColor);
    border-color: var(--redActiveColor);
  } */

  .course-page .study-info .program-cards-wrapper {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px; */
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(1),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(2),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(3),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(5),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(6),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(7),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(8),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(9),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(10) {
    /* padding: 16px 24px;
    background-color: var(--greenBgColor);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; */
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(1) {
    /* grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1; */
    grid-column: auto;
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(2) {
    /* grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2; */
    grid-column: auto;
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(3) {
    /* grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3; */
    grid-column: auto;
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(4) {
    /* grid-row: span 3 / span 3;
    grid-column-start: 1;
    grid-row-start: 1; */
    grid-row: auto;
    grid-column-start: 1;
    grid-row-start: 1;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(4)
    .program-card-owner-photo {
    /* height: 100%;
    object-fit: cover; */
    width: 100%;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(5) {
    /* grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1; */
    grid-column: auto;
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(6) {
    /* grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2; */
    grid-column: auto;
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(7) {
    /* grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3; */
    grid-column: auto;
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(8) {
    /* grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1; */
    grid-column: auto;
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(9) {
    /* grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2; */
    grid-column: auto;
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(10) {
    /* grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3; */
    grid-column: auto;
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .course-page .study-info .program-cards-wrapper .program-info-block {
    flex: 0 0 auto;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-info-block
    .program-info-day {
    /* display: block;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 8px; */
    font-size: 20px;
  }

  /* .course-page
    .study-info
    .program-cards-wrapper
    .program-info-block
    .program-info-title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 12px;
  } */

  /* .course-page
    .study-info
    .program-cards-wrapper
    .program-info-block
    .program-info-text {
    font-family: Inter, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
  } */

  .course-page .study-info .program-cards-wrapper .program-list-block {
    /* flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; */
    flex: 0 0 auto;
    height: auto;
    justify-content: normal;
    gap: 20px;
  }

  /* .course-page
    .study-info
    .program-cards-wrapper
    .program-list-block
    .program-item {
    display: flex;
    align-items: center;
    gap: 10px;
  } */

  /* .course-page
    .study-info
    .program-cards-wrapper
    .program-list-block
    .program-icon {
    min-width: 16px;
  } */

  /* .course-page
    .study-info
    .program-cards-wrapper
    .program-list-block
    .program-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
  } */

  .course-page .study-info .study-program-wrapper {
    margin-bottom: 100px;
  }

  .course-page .study-info .study-program-main-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
    margin-bottom: 56px; */
    font-size: 40px;
    margin-bottom: 40px;
  }

  /* .course-page .study-info .study-program-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  } */

  /* .course-page .study-info .study-program-item {
    padding: 24px;
    border-bottom: 1px solid var(--textColor);
  } */

  /* .course-page .study-info .study-program-question-block {
    display: flex;
    align-items: center;
    gap: 24px;
  } */

  .course-page .study-info .study-program-question-number {
    /* font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0; */
    font-size: 18px;
  }

  .course-page .study-info .study-program-question {
    /* font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 18px;
  }

  /* .course-page .study-info .faq-arrow-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: auto;
    fill: var(--textColor);
    cursor: pointer;
  } */

  @media (min-width: 1024px) {
    .course-page .study-info .faq-arrow-icon:hover,
    .course-page .study-info .faq-arrow-icon:focus {
      rotate: 180deg;
    }
  }

  /* .course-page .study-info .faq-arrow-icon.active {
    rotate: 180deg;
  } */

  /* .course-page .study-info .study-program-answer {
    display: none;
    width: 90%;
    padding-top: 24px;
  } */

  /* .course-page .study-info .study-program-answer.active {
    display: block;
  } */

  .course-page .study-info .study-program-answer-title {
    /* font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 24px; */
    font-size: 18px;
  }

  .course-page .study-info .study-program-answer-topic-item {
    /* font-weight: 500;
    font-size: 20px;
    letter-spacing: 0; */
    font-size: 18px;
  }

  /* .course-page .study-info .study-program-item.gift {
    border-bottom: 1px solid var(--redActiveColor);
    background-color: var(--redActiveColor);
  } */

  /* .course-page .study-info .study-program-question-gift-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    fill: var(--textColor);
  } */

  /* .course-page
    .study-info
    .study-program-item.gift
    .study-program-answer-topic-list {
    list-style: inside;
  } */

  /* .course-page
    .study-info
    .study-program-item.gift
    .study-program-answer-topic-item {
    padding-left: 8px;
  } */

  .course-page .study-info .format-wrapper {
    margin-bottom: 100px;
  }

  .course-page .study-info .format-main-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 56px; */
    font-size: 40px;
    margin-bottom: 40px;
  }

  .course-page .study-info .formats-list {
    /* display: flex;
    gap: 20px; */
    flex-wrap: wrap;
  }

  .course-page .study-info .formats-card-item {
    /* width: calc((100% - 60px) / 4);
    min-height: 295px;
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    background-color: var(--textColor); */
    width: calc((100% - 20px) / 2);
    min-height: 250px;
  }

  /* .course-page .study-info .formats-card-icon {
    margin-bottom: 12px;
  } */

  .course-page .study-info .formats-card-title {
    /* color: var(--redActiveColor);
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 18px;
  }

  /* .course-page .study-info .formats-card-text {
    color: var(--footerBgColor);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
  } */

  /* .course-page .study-info .formats-card-text:nth-of-type(1) {
    margin-top: auto;
  } */

  /* .course-page .study-info .formats-card-item.second {
    background-color: var(--redActiveColor);
  } */

  /* .course-page .study-info .formats-card-item.second .formats-card-title,
  .course-page .study-info .formats-card-item.second .formats-card-text {
    color: var(--textColor);
  } */

  .course-page .study-info .valuable-wrapper {
    margin-bottom: 100px;
  }

  .course-page .study-info .valuable-wrapper .valuable-titles-wrapper {
    /* display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 56px; */
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .course-page .valuable-wrapper .valuable-title {
    /* grid-row: span 1 / span 2;
    align-self: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    grid-row: 1;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .course-page .study-info .valuable-wrapper .valuable-subtitle-1,
  .course-page .study-info .valuable-wrapper .valuable-subtitle-2 {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 40px;
    line-height: 1.3;
  }

  .course-page .study-info .valuable-wrapper .valuable-subtitle-2 {
    /* grid-column-start: 2;
    justify-self: flex-end;
    margin-top: 10px; */
    grid-column-start: auto;
    grid-row: 3;
    justify-self: flex-start;
    margin-top: 0px;
  }

  .course-page .study-info .valuable-list {
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 56px; */
    row-gap: 40px;
  }

  .course-page .study-info .valuable-item {
    /* width: calc((100% - 40px) / 3);
    display: flex;
    gap: 25px; */
    width: calc((100% - 20px) / 2);
  }

  .course-page .study-info .valuable-icon-wrapper {
    /* width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--textColor); */
    width: 68px;
    min-width: 68px;
    height: 68px;
  }

  /* .course-page .study-info .valuable-icon {
    fill: var(--redActiveColor);
  } */

  .course-page .study-info .valuable-info-title {
    /* font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 16px; */
    font-size: 18px;
  }

  .course-page .study-info .valuable-info-title > .line-break {
    display: none;
  }

  /* .course-page .study-info .valuable-info-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
  } */

  .course-page .study-info .study-rates-wrapper {
    margin-bottom: 100px;
  }

  .course-page .study-info .study-rates-main-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
    margin-bottom: 56px; */
    font-size: 40px;
    margin-bottom: 40px;
  }

  .course-page .study-info .study-rates-wrapper .study-rates-viewport {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }

  /* .course-page .study-info .study-rates-list {
    display: flex;
    gap: 20px;
  } */

  .course-page .study-info .rates-card-item {
    /* width: calc((100% - 40px) / 3);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background-color: var(--textColor); */
    width: calc((100% - 20px) / 2);
    gap: 20px;
  }

  .course-page .study-info .rates-card-title {
    /* font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center; */
    font-size: 18px;
  }

  /* .course-page .study-info .rates-card-subtitle {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  } */

  /* .course-page .study-rates-list .rates-card-text-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  } */

  /* .course-page .study-rates-list .rates-card-text-item {
    position: relative;
    padding-left: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
  } */

  /* .course-page .study-rates-list .rates-card-text-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("/public/svg/list-item-star-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
  } */

  /* .course-page .study-rates-list .rates-card-price-and-btn-wrapper {
    width: 100%;
    margin-top: auto;
  } */

  /* .course-page .study-rates-list .rates-card-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;
  } */

  .course-page .study-rates-list .rates-card-btn {
    /* width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    color: var(--redActiveColor);
    background-color: var(--textColor);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    height: 49px;
    font-weight: 400;
    font-size: 14px;
  }

  @media (min-width: 1024px) {
    .course-page .study-rates-list .rates-card-btn:hover,
    .course-page .study-rates-list .rates-card-btn:focus {
      color: var(--textColor);
      background-color: var(--hoverRedBtnColor);
      border: 1px solid var(--footerBgColor);
    }
  }

  /* .course-page .study-info .rates-card-item:nth-child(1),
  .course-page .study-info .rates-card-item:nth-child(3) {
    background-color: var(--textColor);
  } */

  /* .course-page .study-info .rates-card-item:nth-child(1) .rates-card-title,
  .course-page .study-info .rates-card-item:nth-child(3) .rates-card-title {
    color: var(--redActiveColor);
  } */

  /* .course-page .study-info .rates-card-item:nth-child(1) .rates-card-subtitle,
  .course-page .study-info .rates-card-item:nth-child(3) .rates-card-subtitle {
    color: var(--footerBgColor);
  } */

  /* .course-page .study-info .rates-card-item:nth-child(1) .rates-card-text-item,
  .course-page .study-info .rates-card-item:nth-child(3) .rates-card-text-item {
    color: var(--footerBgColor);
  } */

  /* .course-page
    .study-info
    .rates-card-item:nth-child(1)
    .rates-card-text-item::before,
  .course-page
    .study-info
    .rates-card-item:nth-child(3)
    .rates-card-text-item::before {
    background-image: url("/public/svg/list-item-star.svg");
  } */

  /* .course-page
    .study-info
    .rates-card-item:nth-child(1)
    .rates-card-text-item.unsupported {
    padding-left: 24px;
    text-decoration: line-through;
  } */

  /* .course-page
    .study-info
    .rates-card-item:nth-child(1)
    .rates-card-text-item.unsupported::before {
    background-image: url("/public/svg/cross-rates.svg");
  } */

  /* .course-page .study-info .rates-card-item:nth-child(1) .rates-card-price,
  .course-page .study-info .rates-card-item:nth-child(3) .rates-card-price {
    color: var(--redActiveColor);
  } */

  /* .course-page .study-info .rates-card-item:nth-child(1) .rates-card-btn,
  .course-page .study-info .rates-card-item:nth-child(3) .rates-card-btn {
    color: var(--textColor);
    background-color: var(--redActiveColor);
  } */

  @media (min-width: 1024px) {
    .course-page
      .study-rates-list
      .rates-card-item:nth-child(1)
      .rates-card-btn:hover,
    .course-page
      .study-rates-list
      .rates-card-item:nth-child(1)
      .rates-card-btn:focus,
    .course-page
      .study-rates-list
      .rates-card-item:nth-child(3)
      .rates-card-btn:hover,
    .course-page
      .study-rates-list
      .rates-card-item:nth-child(3)
      .rates-card-btn:focus {
      background-color: var(--hoverRedBtnColor);
      border-width: 0;
    }
  }

  /* .course-page .study-info .rates-card-item:nth-child(2) {
    background-color: var(--redActiveColor);
  } */

  .course-page .study-rates-counter {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .course-page .study-rates-counter .arrow-left-icon {
    width: 32px;
    height: 64px;
    fill: var(--textColor);
    cursor: pointer;
  }

  .course-page .study-rates-counter .counter {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .course-page .study-rates-counter .arrow-right-icon {
    width: 32px;
    height: 64px;
    fill: var(--textColor);
    cursor: pointer;
  }

  /* reviews */

  .course-page .study-info .reviews-wrapper {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 56px; */
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .course-page .study-info .reviews-title {
    /* align-self: center;
    font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-box: trim-both cap alphabetic;
    text-transform: uppercase; */
    font-size: 40px;
    margin-bottom: 20px;
  }

  .course-page .study-info .reviews-viewport {
    /* grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
    width: 100%;
    overflow: hidden; */
    grid-column: auto;
    /* grid-column-start: 1;
    grid-row-start: 2; */
  }

  /* .course-page .study-info .reviews-list {
    display: flex;
    gap: 20px;
    transition: transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1);
    will-change: transform;
  } */

  /* .course-page .study-info .reviews-list .review-card {
    flex: 0 0 auto;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 16px;
    background-color: var(--textColor);
  } */

  /* .course-page .study-info .review-card-author-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
  } */

  /* .course-page .study-info .review-card-author {
    color: var(--redActiveColor);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
  } */

  /* .course-page .study-info .review-card-text {
    margin-top: auto;
    color: var(--footerBgColor);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
  } */

  .course-page .study-info .reviews-counter {
    /* grid-column-start: 2;
    grid-row-start: 1;
    justify-self: end;
    align-self: center;
    display: flex;
    align-items: center;
    gap: 24px; */
    grid-column-start: 1;
    grid-row-start: 3;
    justify-self: center;
    /* align-self: center; */
  }

  /* .course-page .study-info .reviews-counter .arrow-left-icon {
    width: 32px;
    height: 64px;
    fill: var(--textColor);
    cursor: pointer;
  } */

  @media (min-width: 1024px) {
    .course-page .study-info .reviews-counter .arrow-left-icon:hover,
    .course-page .study-info .reviews-counter .arrow-left-icon:focus {
      fill: var(--redActiveColor);
    }
  }

  /* .course-page .study-info .reviews-counter .counter {
    font-weight: 500;
    font-size: 24px;
    line-height: 2.65;
    letter-spacing: 0;
    text-transform: uppercase;
  } */

  /* .course-page .study-info .reviews-counter .arrow-right-icon {
    width: 32px;
    height: 64px;
    fill: var(--textColor);
    cursor: pointer;
  } */

  @media (min-width: 1024px) {
    .course-page .study-info .reviews-counter .arrow-right-icon:hover,
    .course-page .study-info .reviews-counter .arrow-right-icon:focus {
      fill: var(--redActiveColor);
    }
  }

  /*   loud-sound   */

  .course-page .loud-sound {
    /* padding: 140px 100px;
    background: url("/public/webp/main-statistics-bg.webp") center / cover
      no-repeat; */
    /* padding: 100px 32px; */
    padding: 260px 32px 0px;
  }

  /* .course-page .loud-sound .loud-sound-container {
    position: relative;
  } */

  .course-page .loud-sound .loud-sound-owner-image {
    /* position: absolute;
    bottom: -140px;
    right: 16px; */
    bottom: 0px;
    right: 0px;
  }

  .course-page .loud-sound .loud-sound-content-wrapper {
    /* position: relative;
    max-width: 796px; */
    max-width: 510px;
    padding-bottom: 60px;
  }

  .course-page .loud-sound .loud-sound-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
    margin-bottom: 40px; */
    font-size: 40px;
  }

  /* .course-page .loud-sound .loud-sound-text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 40px;
  } */

  .course-page .loud-sound .loud-sound-text > .line-break {
    display: none;
  }

  .course-page .loud-sound .loud-sound-btn-and-price-wrapper {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px; */
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    gap: 62px;
    margin-bottom: 0px;
  }

  .course-page .loud-sound .loud-sound-btn {
    /* width: 400px;
    height: 51px;
    padding: 16px 24px;
    background-color: var(--redActiveColor);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    height: 49px;
    font-size: 14px;
  }

  @media (min-width: 1024px) {
    .course-page .loud-sound .loud-sound-btn:hover,
    .course-page .loud-sound .loud-sound-btn:focus {
      background-color: var(--hoverRedBtnColor);
    }
  }

  .course-page .loud-sound .loud-sound-price {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic; */
    font-size: 40px;
    margin-left: auto;
  }

  .course-page .loud-sound .loud-sound-curved-arrow-icon {
    /* margin-left: 41%; */
    margin-left: 16%;
    margin-top: -55px;
    rotate: 18deg;
    scale: 0.8;
  }

  /*  --------------    course-page archetypes-page  ------------  */

  /* .course-page.archetypes-page .hero {
    background: url("/public/webp/course-archetypes-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  /* .course-page.archetypes-page .hero .content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  } */

  .course-page.archetypes-page .hero-text {
    /* margin-bottom: -12px; */
    margin-bottom: 0;
  }

  .course-page.archetypes-page .hero-title-1 {
    grid-column: span 2 / span 2;
    justify-self: center;
    font-size: 78px;
  }

  .course-page.archetypes-page .hero-title-2 {
    /* font-size: 70px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic; */
    grid-column: span 2 / span 2;
    grid-row-start: 3;
    justify-self: center;
    font-size: 39px;
  }

  .course-page.archetypes-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(2)
    .program-list-block {
    justify-content: normal;
    /* gap: 16px; */
    gap: 20px;
  }

  .course-page.archetypes-page .study-info .format-wrapper {
    margin-left: -32px;
    margin-right: -32px;
    /* background-color: #14371666; */

    /* @media (max-width: 1304px) {
      padding-left: 32px;
      padding-right: 32px;
    } */
  }

  .course-page.archetypes-page
    .study-info
    .format-wrapper
    .format-content-wrapper {
    /* padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px; */
    gap: 20px;

    @media (max-width: 1304px) {
      padding-left: 32px;
      padding-right: 32px;
    }
  }

  .course-page.archetypes-page .study-info .format-main-title {
    /* margin-bottom: 0px; */
    line-height: 1.3;
  }

  /* .course-page.archetypes-page .study-info .formats-card-item {
    width: 395px;
  } */

  /* .course-page.archetypes-page .study-info .formats-card-text {
    line-height: 1.2;
  } */

  .course-page.archetypes-page .loud-sound .loud-sound-content-wrapper {
    /* max-width: 785px; */
    max-width: 510px;
    padding-bottom: 60px;
  }

  /* .course-page.archetypes-page .loud-sound .loud-sound-title {
    letter-spacing: -0.02em;
  } */

  .course-page.archetypes-page .loud-sound .loud-sound-btn-and-price-wrapper {
    /* align-items: flex-end;
    margin-bottom: 37px; */
    /* flex-direction: column;
    justify-content: normal; */
    align-items: flex-start;
    /* gap: 62px; */
    margin-bottom: 0px;
  }

  .course-page.archetypes-page .loud-sound .loud-sound-price {
    margin-bottom: 0px;
  }

  /*  --------------    course-page mobile-and-photography-page  ------------  */

  /* .course-page.mobile-and-photography-page .hero {
    background: url("/public/webp/course-mobile-and-photography-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  .course-page.mobile-and-photography-page .hero-text {
    margin-bottom: 0px;
  }

  .course-page.mobile-and-photography-page .hero-title-1,
  .course-page.mobile-and-photography-page .hero-title-2 {
    display: none;
  }

  .course-page.mobile-and-photography-page .hero-title-tablet {
    /* display: block;
    font-weight: 600;
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
    grid-column: span 2 / span 2;
    justify-self: center; */
    font-size: 43px;
  }

  /* .course-page .hero-title-1,
  .course-page .hero-title-2 {
    letter-spacing: 0;
  } */

  /*  --------------    check-list-page cam-fear-page  ------------  */

  /* check-list-page - общее название страниц такого типа*/
  /* cam-fear-page - текущая страница */

  /*   hero   */

  /* .check-list-page .hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
  } */

  /* .check-list-page.cam-fear-page .hero {
    background-image: url("/public/webp/cl-cam-fear-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  .check-list-page .hero .content-wrapper {
    /* max-width: 1250px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 27px; */
    width: 704px;
    row-gap: 20px;
    margin-bottom: 80px;
  }

  .check-list-page .hero-text {
    /* grid-column: 1;
    align-self: center;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 20px;
  }

  .check-list-page .hero-btn {
    /* width: 295px;
    height: 51px;
    grid-column: 2;
    justify-self: end;
    padding: 16px 24px;
    color: var(--greenBtnTextColor);
    background-color: var(--redActiveColor);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    height: 49px;
    font-size: 14px;
  }

  @media (min-width: 1024px) {
    .check-list-page .hero-btn:hover,
    .check-list-page .hero-btn:focus {
      background-color: var(--hoverRedBtnColor);
    }
  }

  .check-list-page .hero-title {
    /* grid-column: 1 / -1;
    justify-self: center;
    font-weight: 600;
    font-size: 92px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic; */
    font-size: 55px;
  }

  .check-list-page.cam-fear-page .hero-title > .line-break {
    display: none;
  }

  /* overcame */

  .check-list-page .overcame {
    /* padding: 100px;
    background: url("/public/webp/red-leaves-bg.webp") center center / cover
      no-repeat; */
    padding: 100px 32px;
  }

  .check-list-page .overcame-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 56px; */
    font-size: 40px;
    margin-bottom: 40px;
  }

  .check-list-page .overcame-list {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 150px; */
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-bottom: 100px;
  }

  .check-list-page .overcame-card-item:nth-child(1) {
    /* grid-row: span 2 / span 2;
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    background-color: var(--textColor); */
    grid-row: span 2 / span 2;
  }

  .check-list-page .overcame-card-item:nth-child(2) {
    /* display: flex;
    flex-direction: column;
    padding: 24px 16px;
    background-color: var(--textColor); */
    grid-column-start: 2;
    grid-row-start: 3;
  }

  .check-list-page .overcame-card-item:nth-child(3) {
    /* grid-row: span 2 / span 2; */
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .check-list-page .overcame-card-item:nth-child(4) {
    /* grid-column-start: 2;
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    background-color: var(--greenBgColor); */
    grid-column-start: 1;
    grid-row-start: 3;
  }

  .check-list-page .overcame-card-item-owner-photo {
    /* height: 100%;
    object-fit: cover; */
    width: 100%;
  }

  /* .check-list-page .overcame-card-item-owner-photo-mobile {
    display: none;
  } */

  /* .check-list-page .overcame-card-icon {
    fill: var(--greenBgColor);
    margin-bottom: 12px;
  } */

  .check-list-page .overcame-card-title {
    /* font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: uppercase; */
    font-size: 18px;
  }

  /* .check-list-page .overcame-card-item:nth-child(1) .overcame-card-title,
  .check-list-page .overcame-card-item:nth-child(2) .overcame-card-title {
    color: var(--greenBgColor);
  } */

  /* .check-list-page .overcame-card-text {
    margin-top: auto;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
  } */

  /* .check-list-page .overcame-card-item:nth-child(1) .overcame-card-text,
  .check-list-page .overcame-card-item:nth-child(2) .overcame-card-text {
    color: var(--secondaryTextColor);
  } */

  .check-list-page .overcame-waitings-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 56px; */
    font-size: 40px;
    margin-bottom: 40px;
  }

  .check-list-page .overcame-waitings-list {
    /* display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 56px; */
    row-gap: 40px;
  }

  .check-list-page .overcame-waitings-item {
    /* width: calc((100% - 40px) / 3);
    display: flex;
    gap: 25px; */
    width: calc((100% - 20px) / 2);
  }

  .check-list-page .overcame-waitings-icon-wrapper {
    /* width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--textColor); */
    width: 68px;
    min-width: 68px;
    height: 68px;
  }

  /* .check-list-page .overcame-waitings-icon {
    fill: var(--greenBgColor);
  } */

  .check-list-page .overcame-waitings-info-title {
    /* font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 16px; */
    font-size: 18px;
  }

  /* .check-list-page .overcame-waitings-info-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
  } */

  /*   download-pdf   */

  .check-list-page .download-pdf {
    /* padding: 140px 100px;
    background: url("/public/webp/main-statistics-bg.webp") center / cover
      no-repeat; */
    padding: 260px 32px 0px;
  }

  /* .check-list-page .download-pdf .download-pdf-container {
    position: relative;
  } */

  .check-list-page .download-pdf .download-pdf-owner-image {
    /* position: absolute;
    bottom: -140px;
    right: 12px; */
    bottom: 0px;
    right: 0px;
  }

  .check-list-page .download-pdf .download-pdf-content-wrapper {
    /* position: relative;
    max-width: 768px; */
    max-width: 510px;
    padding-bottom: 60px;
  }

  .check-list-page.cam-fear-page .download-pdf .download-pdf-content-wrapper {
    max-width: 547px;
    padding-bottom: 50px;
  }

  .check-list-page .download-pdf .download-pdf-title {
    /* font-weight: 500;
    font-size: 56px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
    margin-bottom: 40px; */
    font-size: 40px;
  }

  /* .check-list-page.cam-fear-page
    .download-pdf
    .download-pdf-title
    > .line-break {
    display: none;
  } */

  /* .check-list-page .download-pdf .download-pdf-text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 40px;
  } */

  /* .check-list-page.cam-fear-page
    .download-pdf
    .download-pdf-text
    > .line-break {
    display: block;
  } */

  .check-list-page .download-pdf .download-pdf-btn-and-price-wrapper {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 18px; */
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    gap: 62px;
    margin-bottom: 0px;
  }

  .check-list-page .download-pdf .download-pdf-btn {
    /* width: 400px;
    height: 51px;
    padding: 16px 24px;
    background-color: var(--redActiveColor);
    color: var(--greenBtnTextColor);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; */
    height: 49px;
    font-size: 14px;
  }

  @media (min-width: 1024px) {
    .check-list-page .download-pdf .download-pdf-btn:hover,
    .check-list-page .download-pdf .download-pdf-btn:focus {
      background-color: var(--hoverRedBtnColor);
    }
  }

  .check-list-page .download-pdf .download-pdf-price {
    /* margin-right: 14px;
    font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic; */
    font-size: 40px;
    margin-left: auto;
  }

  .check-list-page.cam-fear-page .download-pdf .download-pdf-price {
    margin-right: 37px;
  }

  .check-list-page .download-pdf .download-pdf-curved-arrow-icon {
    /* margin-left: 41%; */
    margin-left: 16%;
    margin-top: -55px;
    rotate: 18deg;
    scale: 0.8;
  }

  /*  --------------  check-list-page content-technology-page  ------------  */

  /*   hero    */

  /* .check-list-page.content-technology-page .hero {
    background-image: url("/public/webp/cl-content-technology-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  .check-list-page.content-technology-page .hero-title {
    /* font-size: 96px; */
    font-size: 54px;
  }

  /*   download-pdf   */

  .check-list-page.content-technology-page .download-pdf {
    /* padding: 186px 100px; */
    padding: 260px 32px 0px;
  }

  .check-list-page.content-technology-page
    .download-pdf
    .download-pdf-owner-image {
    /* bottom: -186px; */
    bottom: 0px;
    right: 0px;
  }

  .check-list-page.content-technology-page
    .download-pdf
    .download-pdf-content-wrapper {
    /* max-width: 763px; */
    max-width: 520px;
    padding-bottom: 80px;
  }

  /* .check-list-page.content-technology-page
    .download-pdf
    .download-pdf-text
    > .line-break {
    display: block;
  } */

  .check-list-page.content-technology-page
    .download-pdf
    .download-pdf-btn-and-price-wrapper {
    /* flex-direction: column;
    align-items: flex-start;
    row-gap: 9px;
    margin-bottom: 0; */
    gap: 62px;
  }

  .check-list-page.content-technology-page .download-pdf .download-pdf-price {
    /* margin-left: auto;
    margin-right: 0; */
    margin-right: 10px;
  }

  .check-list-page.content-technology-page
    .download-pdf
    .download-pdf-curved-arrow-icon {
    /* margin-top: -40px;
    margin-left: 34%;
    rotate: 8deg; */
    margin-left: 16%;
    margin-top: -55px;
    rotate: 18deg;
    scale: 0.8;
  }

  /*  --------------  check-list-page story-mistakes-page  ------------  */

  /* .story-mistakes-page .hero {
    background-image: url("/public/webp/cl-story-mistakes-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  /* .check-list-page.story-mistakes-page .hero .content-wrapper {
    max-width: 1240px;
  } */

  /* .check-list-page.story-mistakes-page .hero-btn {
    color: var(--textColor);
  } */

  .check-list-page.story-mistakes-page .hero-title {
    /* font-size: 100px;
    line-height: normal; */
    font-size: 57px;
  }

  /* .check-list-page.story-mistakes-page
    .overcame-card-item:nth-child(1)
    .overcame-card-text,
  .check-list-page.story-mistakes-page
    .overcame-card-item:nth-child(2)
    .overcame-card-text {
    color: var(--footerBgColor);
  } */

  .check-list-page.story-mistakes-page
    .download-pdf
    .download-pdf-content-wrapper {
    /* max-width: 760px; */
    max-width: 510px;
    padding-bottom: 60px;
  }

  .check-list-page.story-mistakes-page
    .download-pdf
    .download-pdf-text
    > .line-break {
    display: block;
  }

  .check-list-page.story-mistakes-page
    .download-pdf
    .download-pdf-btn-and-price-wrapper {
    margin-bottom: 0px;
  }

  /* .check-list-page.story-mistakes-page .download-pdf .download-pdf-btn {
    color: var(--textColor);
  } */

  .check-list-page.story-mistakes-page .download-pdf .download-pdf-price {
    /* margin-right: 0;
    margin-bottom: -13px; */
    margin-bottom: 0px;
  }

  /* .check-list-page.story-mistakes-page
    .download-pdf
    .download-pdf-btn-and-price-wrapper {
    margin-bottom: 37px;
  } */

  .check-list-page.story-mistakes-page
    .download-pdf
    .download-pdf-curved-arrow-icon {
    /* margin-left: 42%; */
    margin-left: 16%;
    margin-top: -55px;
    rotate: 18deg;
    scale: 0.8;
  }

  /*  --------------  check-list-page archetype-codes-page  ------------  */

  /* .check-list-page.archetype-codes-page .hero {
    background-image: url("/public/webp/cl-archetype-codes-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  /* .check-list-page.archetype-codes-page .hero .content-wrapper {
    max-width: 1254px;
  } */

  /* .check-list-page.archetype-codes-page .hero-btn {
    color: var(--textColor);
  } */

  .check-list-page.archetype-codes-page .hero-title {
    /* font-size: 80px; */
    font-size: 44px;
  }

  /* .check-list-page.archetype-codes-page .overcame-title > .line-break {
    display: none;
  } */

  /* .check-list-page.archetype-codes-page
    .overcame-card-item:nth-child(1)
    .overcame-card-text,
  .check-list-page.archetype-codes-page
    .overcame-card-item:nth-child(2)
    .overcame-card-text {
    color: var(--footerBgColor);
  } */

  .check-list-page.archetype-codes-page
    .download-pdf
    .download-pdf-content-wrapper {
    /* max-width: 759px; */
    max-width: 510px;
    padding-bottom: 60px;
  }

  .check-list-page.archetype-codes-page
    .download-pdf
    .download-pdf-text
    > .line-break {
    display: none;
  }

  /* .check-list-page.archetype-codes-page
    .download-pdf
    .download-pdf-btn-and-price-wrapper {
    margin-bottom: 37px;
  } */

  .check-list-page.archetype-codes-page
    .download-pdf
    .download-pdf-btn-and-price-wrapper {
    margin-bottom: 0px;
  }

  /* .check-list-page.archetype-codes-page .download-pdf .download-pdf-btn {
    color: var(--textColor);
  } */

  .check-list-page.archetype-codes-page .download-pdf .download-pdf-price {
    /* margin-right: 0;
    margin-bottom: -13px; */
    margin-bottom: 0px;
  }

  /*  --------------  check-list-page brand-passport-page  ------------  */

  /* .check-list-page.brand-passport-page .hero {
    background-image: url("/public/webp/cl-brand-passport-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

  /* .check-list-page.brand-passport-page .hero .content-wrapper {
    max-width: 1240px;
  } */

  /* .check-list-page.brand-passport-page .hero-btn {
    color: var(--textColor);
  } */

  .check-list-page.brand-passport-page .hero-title {
    /* font-size: 130px; */
    font-size: 74px;
  }

  /* .check-list-page.brand-passport-page .overcame-title > .line-break {
    display: none;
  } */

  /* .check-list-page.brand-passport-page
    .overcame-card-item:nth-child(1)
    .overcame-card-text,
  .check-list-page.brand-passport-page
    .overcame-card-item:nth-child(2)
    .overcame-card-text {
    color: var(--footerBgColor);
  } */

  .check-list-page.brand-passport-page
    .download-pdf
    .download-pdf-content-wrapper {
    /* max-width: 843px; */
    max-width: 510px;
    padding-bottom: 60px;
  }

  .check-list-page.brand-passport-page
    .download-pdf
    .download-pdf-text
    > .line-break {
    display: none;
  }

  /* .check-list-page.brand-passport-page .download-pdf-btn-and-price-wrapper {
    align-items: center;
  } */

  /* .check-list-page.brand-passport-page .download-pdf .download-pdf-btn {
    color: var(--textColor);
  } */

  /* .check-list-page.brand-passport-page .download-pdf .download-pdf-price {
    margin-right: 0;
  } */

  .check-list-page.brand-passport-page
    .download-pdf
    .download-pdf-curved-arrow-icon {
    /* margin-left: 35%; */
    margin-left: 16%;
    margin-top: -55px;
    rotate: 18deg;
    scale: 0.8;
  }
}

/* ================================================= */

/* Responsive improvements mobile */

/* ================================================= */

@media (max-width: 767px) {
  /*  --------------  order-page  ------------  */

  /*   order-ads    */

  .order-page .order-ads {
    padding: 116px 16px 40px;
  }

  .order-page .order-ads-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .order-page .order-ads-title {
    font-weight: 600;
    font-size: 24px;

    margin-bottom: 16px;
  }

  .order-page .order-ads-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    text-transform: none;
    /* margin-bottom: 40px; */
    /* text-align: center; */
  }

  .order-page .order-ads-subtitle > .line-break {
    display: block;
  }

  /* .order-page .ads-viewport {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  } */

  .order-page .ads-list {
    flex-direction: row;
  }

  .order-page .ads-card {
    /* flex-direction: column;
    gap: 20px; */
    padding: 24px 16px;
  }

  /* .order-page .ads-card-info-wrapper {
    width: 100%;
  } */

  .order-page .ads-card-title {
    font-size: 14px;
    line-height: 1;
  }

  .order-page .ads-card-text {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 20px;
  }

  .order-page .ads-card-price {
    font-size: 24px;
    /* line-height: 1; */
  }

  /* .order-page .ads-card-img {
    width: 100%;
    aspect-ratio: 311 / 200;
    object-fit: cover;
    object-position: top;
  } */

  /* .order-page .ads-card-about-wrapper {
    width: 100%;
  } */

  .order-page .ads-card-subtitle {
    font-size: 14px;
    line-height: 1;

    margin-bottom: 20px;
  }

  .order-page .ads-card-list {
    margin-bottom: 20px;
  }

  .order-page .ads-card-item {
    font-size: 14px;
    line-height: 1.35;
  }

  /* .order-page .order-ads .ads-counter {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 24px;
  } */

  /* .order-page .ads-counter .arrow-left-icon {
    width: 32px;
    height: 64px;
    fill: var(--textColor);
    cursor: pointer;
  } */

  /* .order-page .ads-counter .counter {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
  } */

  /* .order-page .ads-counter .arrow-right-icon {
    width: 32px;
    height: 64px;
    fill: var(--textColor);
    cursor: pointer;
  } */

  /*   help-to-choose    */

  .order-page .help-to-choose {
    padding: 100px 16px;
  }

  /* .order-page .help-to-choose-container {
    flex-direction: column;
    justify-content: normal;
    gap: 40px;
  } */

  /* .order-page .help-to-choose-info-wrapper {
    width: 100%;
    align-items: center;
  } */

  .order-page .help-to-choose-title {
    font-weight: 600;
    font-size: 24px;

    /* text-align: center; */
  }

  .order-page .help-to-choose-text {
    width: 343px;
    font-size: 14px;
    line-height: 1.35;
    /* text-align: center; */
  }

  /*   help-to-choose-form  */

  .order-page .help-to-choose-form-wrapper {
    width: 100%;
    max-width: 343px;
    padding: 16px;
  }

  .order-page .help-to-choose-form-wrapper .modal-form-title {
    font-size: 14px;
    line-height: 1;
  }

  .order-page .help-to-choose-form .name-input {
    font-size: 14px;
    line-height: 1.35;

    margin-bottom: 4px;
  }

  .order-page .help-to-choose-form .email-and-phone-wrapper {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
  }

  .order-page .help-to-choose-form .email-input,
  .order-page .help-to-choose-form .phone-input {
    font-size: 14px;
    line-height: 1.35;
  }

  .order-page .help-to-choose-form .policy-wrapper {
    display: none;
  }

  /* .order-page .help-to-choose-form .form-btn {
    height: 49px;
    font-size: 14px;
    line-height: 1;
  } */

  /*  --------------  master-class-page neirophotoset-page ------------  */

  /*   hero   */

  .master-class-page.neirophotoset-page .hero {
    background-image: url("/public/webp/mc-hero-bg-mobile.webp");
    background-position: top;
  }

  .master-class-page .hero .content-wrapper {
    width: 100%;
    /* margin-bottom: 80px; */
    /* display: grid; */
    grid-template-columns: 1fr;
    justify-items: center;
    /* row-gap: 20px; */
  }

  .master-class-page .hero-text {
    font-size: 14px;
  }

  .master-class-page .hero-btn {
    width: 343px;
    /* height: 49px; */
    grid-column: 1;
    grid-row: 3;
    justify-self: auto;
    /* font-size: 14px; */
  }

  .master-class-page .hero-title {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    font-size: 36px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  /*   study-result   */

  .master-class-page .study-result {
    padding: 100px 16px 113px;
  }

  .master-class-page .study-result-titles-wrapper {
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    gap: 20px;
    /* margin-bottom: 40px; */
  }

  .master-class-page .study-result-title {
    font-size: 14px;
  }

  .master-class-page .study-result-subtitle {
    font-weight: 600;
    font-size: 24px;
  }

  /* .master-class-page .study-result-content-wrapper {
    flex-direction: column;
    gap: 40px;
  } */

  .master-class-page .study-result-item-title-wrapper {
    gap: 16px;
  }

  .master-class-page .study-result-item-number {
    font-weight: 500;
    font-size: 14px;
  }

  .master-class-page .study-result-item-title {
    font-size: 14px;
    line-height: 1;
  }

  .master-class-page .study-result-item-title-text {
    padding-left: 34px;
    font-size: 14px;
    line-height: 1.35;
  }

  .master-class-page
    .study-result-item:nth-child(1)
    .study-result-item-title-text {
    padding-left: 31px;
  }

  /* .master-class-page .study-result .photo-and-btn-wrapper {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  } */

  /* .master-class-page.neirophotoset-page .study-result .photo-and-btn-wrapper {
    grid-template-columns: repeat(2, 1fr);
  } */

  .master-class-page.neirophotoset-page .study-result-photo-1,
  .master-class-page.neirophotoset-page .study-result-photo-2,
  .master-class-page.neirophotoset-page .study-result-photo-3 {
    display: none;
  }

  /* .master-class-page.neirophotoset-page .neirophotoset-photo-wrapper {
    width: 100%;
  } */

  .master-class-page.neirophotoset-page .study-result-photo-1-mobile,
  .master-class-page.neirophotoset-page .study-result-photo-2-mobile,
  .master-class-page.neirophotoset-page .study-result-photo-3-mobile {
    width: 100%;
    display: block;
    object-fit: cover;
  }

  .master-class-page.neirophotoset-page .study-result-photo-1-mobile,
  .master-class-page.neirophotoset-page .study-result-photo-2-mobile {
    aspect-ratio: 162 / 197;
  }

  .master-class-page.neirophotoset-page .study-result-photo-3-mobile {
    grid-column: span 2 / span 2;
    aspect-ratio: 343 / 131;
  }

  /* .master-class-page .study-result-btn {
    height: 51px;
  } */

  /*   study-format    */

  .master-class-page .study-format {
    padding: 40px 16px;
  }

  /* .master-class-page .study-format .faq-wrapper {
    margin-bottom: 100px;
  } */

  .master-class-page .study-format .faq-main-title {
    font-weight: 600;
    font-size: 24px;
    /* margin-bottom: 40px; */
  }

  .master-class-page .study-format .faq-main-title > .line-break {
    display: block;
  }

  .master-class-page .study-format .faq-item {
    padding: 20px 8px;
  }

  .master-class-page .study-format .faq-question-block {
    gap: 0px;
  }

  .master-class-page .study-format .faq-question-number {
    font-size: 14px;
    margin-right: 16px;
  }

  .master-class-page .study-format .faq-question {
    font-size: 14px;
    margin-right: 4px;
  }

  .master-class-page .study-format .faq-answer {
    font-size: 14px;
  }

  .master-class-page .study-format .faq-question-gift-icon {
    margin-right: 16px;
  }

  .master-class-page .study-format .format-main-title {
    font-weight: 600;
    font-size: 24px;
    /* margin-bottom: 40px; */
  }

  .master-class-page .study-format .formats-list {
    flex-direction: column;
  }

  .master-class-page .study-format .formats-card-item {
    width: 100%;
    /* min-height: 230px; */
    padding: 20px;
  }

  /* .master-class-page .study-format .formats-card-icon {
    margin-bottom: 12px;
  } */

  .master-class-page .study-format .formats-card-title {
    font-size: 14px;
  }

  .master-class-page .study-format .formats-card-text {
    font-size: 14px;
    line-height: 1.35;
  }

  /*   first-creating    */

  .master-class-page .first-creating {
    padding: 100px 16px 0px;
  }

  .master-class-page .first-creating .first-creating-container {
    width: 343px;
    padding-bottom: 490px;
  }

  /* .master-class-page .first-creating .first-creating-owner-image { */
  /* position: absolute; */
  /* bottom: 0px;
    right: 0px; */
  /* } */

  .master-class-page .first-creating .first-creating-content-wrapper {
    /* position: relative;
    max-width: 765px; */
    padding-bottom: 0px;
  }

  .master-class-page .first-creating .first-creating-title {
    font-weight: 600;
    font-size: 24px;
    /* line-height: 1; */
    letter-spacing: 0;
    margin-bottom: 16px;
  }

  .master-class-page .first-creating .first-creating-text {
    font-size: 14px;
    line-height: 1.35;
    /* margin-bottom: 40px; */
  }

  /* .master-class-page .first-creating .first-creating-btn-and-price-wrapper { */
  /* flex-direction: column;
    justify-content: normal;
    gap: 62px;
    margin-bottom: 0px; */
  /* } */

  .master-class-page .first-creating .first-creating-btn {
    width: 343px;
    /* height: 49px;
    font-size: 14px; */
  }

  .master-class-page .first-creating .first-creating-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    /* margin-left: auto; */
  }

  .master-class-page .first-creating .first-creating-curved-arrow-icon {
    margin-left: 5%;
    /* margin-top: -55px; */
    /* rotate: 18deg;
    scale: 0.8; */
  }

  /* .master-class-page.neirophotoset-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: none;
  } */

  /* ------------  master-class-page chatgpt-page  ----------*/

  .master-class-page.chatgpt-page .hero-title {
    font-size: 32px;
  }

  /* .master-class-page.chatgpt-page
    .first-creating
    .first-creating-content-wrapper {
    max-width: 759px;
  } */

  .master-class-page.chatgpt-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: none;
  }

  /* -------------- master-class-page digital-avatar-page --------------*/

  .master-class-page.digital-avatar-page .hero-title {
    font-size: 30px;
  }

  .master-class-page.digital-avatar-page .study-result {
    padding: 100px 16px;
  }

  .master-class-page.digital-avatar-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: none;
  }

  /*  ----------  master-class-page ai-videos-page  ---------- */

  .master-class-page.ai-videos-page .hero {
    background-position-x: 78%;
  }

  .master-class-page.ai-videos-page .hero-title {
    font-size: 35px;
  }

  /* .master-class-page.ai-videos-page
    .first-creating
    .first-creating-content-wrapper {
    max-width: 764px;
  } */

  .master-class-page.ai-videos-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: none;
  }

  /* --------  master-class-page editing-in-capcut-page  ------ */

  .master-class-page.editing-in-capcut-page .hero-title {
    font-size: 30px;
  }

  .master-class-page.editing-in-capcut-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: none;
  }

  /* --------  master-class-page design-in-bazaart-page  ------ */

  .master-class-page.design-in-bazaart-page .hero {
    background-position-x: 3%;
  }

  .master-class-page.design-in-bazaart-page .hero-title {
    font-size: 30px;
    letter-spacing: 0;
  }

  .master-class-page.design-in-bazaart-page
    .first-creating
    .first-creating-content-wrapper {
    max-width: 759px;
  }

  /* .master-class-page.design-in-bazaart-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: none;
  } */

  /* -------------  master-class-page content-plan-page ---- */

  .master-class-page.content-plan-page .hero-title {
    font-size: 40px;
  }

  /* .master-class-page.content-plan-page
    .first-creating
    .first-creating-text
    > .line-break {
    display: none;
  } */

  /*  --------------  course-page storitel-page  ------------  */

  /*   hero   */

  /* .course-page .hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
  } */

  .course-page.storitel-page .hero {
    background: url("/public/webp/course-hero-bg-mobile.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .course-page .hero .content-wrapper {
    /* margin-bottom: 80px; */
    grid-template-columns: 1fr;
    justify-items: center;
    /* gap: 20px; */
  }

  .course-page .hero-text {
    font-size: 14px;
  }

  .course-page .hero-btn {
    width: 343px;
    height: 49px;
    grid-column-start: 1;
    grid-row-start: 4;
    justify-self: auto;

    /* font-size: 14px; */
  }

  .course-page .hero-title-1 {
    grid-column-start: 1;
    grid-row-start: 2;
    justify-self: auto;
    font-size: 36px;
    letter-spacing: 0;
  }

  .course-page.storitel-page .hero-title-1 {
    display: block;
  }

  .course-page .hero-title-2 {
    grid-column: auto;
    grid-row-start: 3;
    justify-self: auto;
    font-size: 36px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  .course-page.storitel-page .hero-title-2 {
    display: block;
  }

  .course-page .hero-title-tablet {
    display: none;
  }

  /*   for-whom   */

  .course-page .for-whom {
    padding: 100px 16px;
  }

  .course-page .for-whom .course-info-wrapper {
    flex-direction: column;
    justify-content: normal;
    /* align-items: center; */
    /* margin-bottom: 100px; */
    gap: 40px;
  }

  .course-page .for-whom .course-info-title {
    flex: 0 0 auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
  }
  .course-page .for-whom .course-info-list {
    flex: 0 0 auto;
    width: 100%;
    gap: 10px;
  }

  .course-page .for-whom .course-info-item {
    width: calc((100% - 20px) / 3);
    padding: 28px 16px;
  }

  .course-page .for-whom .course-info-text {
    font-size: 14px;
  }

  .course-page .for-whom-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    /* margin-bottom: 40px; */
  }

  .course-page .for-whom-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
  }

  .course-page .for-whom-card-item:nth-child(3) {
    grid-column-start: 1;
    grid-row: 3;
  }

  .course-page .for-whom-card-item:nth-child(4) {
    grid-row-start: 4;
  }

  .course-page .for-whom-card-item:nth-child(5) {
    grid-row-start: 5;
  }

  .course-page .for-whom-card-item:nth-child(3) .for-whom-card-owner-img {
    display: none;
  }

  .course-page
    .for-whom-card-item:nth-child(3)
    .for-whom-card-owner-img-mobile {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .course-page .for-whom-card-title {
    font-size: 14px;
  }

  .course-page .for-whom-card-text {
    font-size: 14px;
    line-height: 1.35;
  }

  /*   study-info   */

  .course-page .study-info {
    padding: 40px 16px;
  }

  /* .course-page .study-info .program-wrapper {
    margin-bottom: 100px;
  } */

  .course-page .study-info .program-main-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;

    margin-bottom: 40px;
  }

  .course-page .study-info .program-buttons-wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .course-page .study-info .program-btn {
    width: 100%;
    /* height: 49px;
    font-weight: 400;
    font-size: 14px; */
  }

  .course-page .study-info .program-cards-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }

  /* .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(1),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(2),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(3),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(5),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(6),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(7),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(8),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(9),
  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(10) {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  } */

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(1) {
    grid-column: auto;
    grid-column-start: 1;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(2) {
    grid-column: auto;
    grid-column-start: 1;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(3) {
    grid-column: auto;
    grid-column-start: 1;
    grid-row-start: 3;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(4) {
    grid-column: auto;
    grid-row-start: 4;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(4)
    .program-card-owner-photo {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
    aspect-ratio: 343 / 367;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(5) {
    grid-column: auto;
    grid-column-start: 1;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(6) {
    grid-column: auto;
    grid-column-start: 1;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(7) {
    grid-column: auto;
    grid-column-start: 1;
    grid-row-start: 3;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(8) {
    grid-column: auto;
    grid-column-start: 1;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(9) {
    grid-column: auto;
    grid-column-start: 1;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(10) {
    grid-column: auto;
    grid-column-start: 1;
    grid-row-start: 3;
  }

  /* .course-page .study-info .program-cards-wrapper .program-info-block {
    flex: 0 0 auto;
  } */

  .course-page
    .study-info
    .program-cards-wrapper
    .program-info-block
    .program-info-day {
    font-size: 14px;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-info-block
    .program-info-title {
    font-size: 14px;
  }

  .course-page
    .study-info
    .program-cards-wrapper
    .program-info-block
    .program-info-text {
    font-size: 14px;
    line-height: 1.35;
  }

  /* .course-page .study-info .program-cards-wrapper .program-list-block {
    flex: 0 0 auto;
    height: auto;
    justify-content: normal;
    gap: 20px;
  } */

  .course-page
    .study-info
    .program-cards-wrapper
    .program-list-block
    .program-item-text {
    font-size: 14px;
    line-height: 1.35;
  }

  /* .course-page .study-info .study-program-wrapper {
    margin-bottom: 100px;
  } */

  .course-page .study-info .study-program-main-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    /* margin-bottom: 40px; */
  }

  .course-page .study-info .study-program-item {
    padding: 20px 8px;
  }

  .course-page .study-info .study-program-question-block {
    gap: 0px;
  }

  .course-page .study-info .study-program-question-number {
    font-size: 14px;
    margin-right: 24px;
  }

  .course-page .study-info .study-program-question {
    font-size: 14px;
    margin-right: 4px;
  }

  /* .course-page .study-info .study-program-answer {
    display: none;
    width: 90%;
    padding-top: 24px;
  } */

  /* .course-page .study-info .study-program-answer.active {
    display: block;
  } */

  .course-page .study-info .study-program-answer-title {
    font-size: 14px;
  }

  .course-page .study-info .study-program-answer-topic-item {
    font-size: 14px;
  }

  .course-page .study-info .study-program-question-gift-icon {
    margin-right: 16px;
  }

  /* .course-page .study-info .format-wrapper {
    margin-bottom: 100px;
  } */

  .course-page .study-info .format-main-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 40px;
  }

  .course-page .study-info .formats-list {
    flex-direction: column;
  }

  .course-page .study-info .formats-card-item {
    width: 100%;
    min-height: 230px;
    padding: 20px;
  }

  .course-page .study-info .formats-card-title {
    font-size: 14px;
  }

  .course-page .study-info .formats-card-text {
    font-size: 14px;
    line-height: 1.35;
  }

  .course-page .study-info .formats-card-text > .active-color {
    color: var(--footerBgColor);
  }

  .course-page .study-info .valuable-wrapper {
    margin-bottom: 90px;
  }

  /* .course-page .study-info .valuable-wrapper .valuable-titles-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  } */

  .course-page .valuable-wrapper .valuable-title {
    /* grid-row: 1;
    align-self: flex-start; */
    font-size: 14px;
    margin-bottom: 16px;
  }

  .course-page .study-info .valuable-wrapper .valuable-subtitle-1,
  .course-page .study-info .valuable-wrapper .valuable-subtitle-2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
  }

  .course-page .study-info .valuable-wrapper .valuable-subtitle-1 {
    grid-row: 2;
  }

  .course-page .study-info .valuable-wrapper .valuable-subtitle-2 {
    /* grid-column-start: auto;
    grid-row: 3;
    justify-self: flex-start; */
    margin-top: 6px;
  }

  .course-page .study-info .valuable-list {
    flex-direction: column;
    justify-content: normal;
    flex-wrap: nowrap;
    column-gap: 0px;
    /* row-gap: 40px; */
  }

  .course-page .study-info .valuable-item {
    width: 100%;
  }

  .course-page .study-info .valuable-icon-wrapper {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }

  .course-page .study-info .valuable-info-title {
    font-size: 14px;
  }

  /* .course-page .study-info .valuable-info-title > .line-break {
    display: none;
  } */

  .course-page .study-info .valuable-info-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
  }

  /* .course-page .study-info .study-rates-wrapper {
    margin-bottom: 100px;
  } */

  .course-page .study-info .study-rates-main-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    /* margin-bottom: 40px; */
  }

  /* .course-page .study-info .study-rates-wrapper .study-rates-viewport {
    width: 100%;
    overflow: hidden;
  } */

  .course-page .study-info .rates-card-item {
    width: 100%;
    padding: 24px 16px;
    /* gap: 20px; */
  }

  .course-page .study-info .rates-card-title {
    font-size: 14px;
    line-height: 1;
  }

  .course-page .study-info .rates-card-subtitle {
    font-size: 14px;
    line-height: 1.35;
  }

  .course-page .study-rates-list .rates-card-text-item {
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.35;
  }

  .course-page .study-rates-list .rates-card-price {
    line-height: 1;
    margin-bottom: 20px;
  }

  /* .course-page .study-rates-list .rates-card-btn {
    height: 49px;
    font-weight: 400;
    font-size: 14px;
  } */

  /* .course-page .study-rates-counter {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 24px;
  } */

  /* .course-page .study-rates-counter .arrow-left-icon {
    width: 32px;
    height: 64px;
    fill: var(--textColor);
    cursor: pointer;
  } */

  /* .course-page .study-rates-counter .counter {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
  } */

  /* .course-page .study-rates-counter .arrow-right-icon {
    width: 32px;
    height: 64px;
    fill: var(--textColor);
    cursor: pointer;
  } */

  /* reviews */

  /* .course-page .study-info .reviews-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  } */

  .course-page .study-info .reviews-title {
    align-self: auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    /* margin-bottom: 20px; */
  }

  /* .course-page .study-info .reviews-viewport {
    grid-column: auto;
    grid-column-start: 1;
    grid-row-start: 2;
    width: 100%;
    overflow: hidden;
  } */

  /* .course-page .study-info .reviews-list {
    display: flex;
    gap: 20px;
    transition: transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1);
    will-change: transform;
  } */

  .course-page .study-info .review-card-author {
    font-size: 14px;
  }

  .course-page .study-info .review-card-text {
    font-size: 14px;
    line-height: 1.35;
  }

  /* .course-page .study-info .reviews-counter {
    grid-column-start: 1;
    grid-row-start: 3;
    justify-self: center;
    align-self: center;
  } */

  /*   loud-sound   */

  .course-page .loud-sound {
    padding: 100px 16px 0px;
  }

  .course-page .loud-sound .loud-sound-container {
    /* position: relative; */
    width: 343px;
    padding-bottom: 490px;
  }

  .course-page .loud-sound .loud-sound-owner-image {
    /* position: absolute; */
    bottom: 0px;
    right: 0px;
  }

  .course-page .loud-sound .loud-sound-content-wrapper {
    /* position: relative;
    max-width: 796px; */
    padding-bottom: 0px;
  }

  .course-page .loud-sound .loud-sound-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }

  .course-page .loud-sound .loud-sound-text {
    font-size: 14px;
    line-height: 1.35;
  }

  /* .course-page .loud-sound .loud-sound-text > .line-break {
    display: none;
  } */

  /* .course-page .loud-sound .loud-sound-btn-and-price-wrapper {
    flex-direction: column;
    justify-content: normal;
    gap: 62px;
    margin-bottom: 0px;
  } */

  .course-page .loud-sound .loud-sound-btn {
    width: 343px;
    /* height: 49px;
    font-size: 14px; */
  }

  .course-page .loud-sound .loud-sound-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    /* margin-left: auto; */
  }

  .course-page .loud-sound .loud-sound-curved-arrow-icon {
    margin-left: 5%;
    /* margin-top: -55px;
    rotate: 18deg;
    scale: 0.8; */
  }

  /*  --------------    course-page archetypes-page  ------------  */

  .course-page.archetypes-page .hero {
    background: url("/public/webp/course-archetypes-hero-bg-mobile.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* .course-page.archetypes-page .hero-text {
    margin-bottom: 0px;
  } */

  .course-page.archetypes-page .hero-title-1 {
    grid-column-start: 1;
    grid-row-start: 2;
    justify-self: auto;
    font-size: 36px;
    letter-spacing: 0;
  }

  .course-page.archetypes-page .hero-title-2 {
    font-size: 36px;
    line-height: 1.25;
    text-align: center;
  }

  .course-page.archetypes-page
    .study-info
    .program-cards-wrapper
    .program-card-item:nth-child(2)
    .program-list-block {
    justify-content: normal;
    /* gap: 16px; */
  }

  .course-page.archetypes-page .study-info .format-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    /* padding-left: 0px;
    padding-right: 0px; */
  }

  .course-page.archetypes-page
    .study-info
    .format-wrapper
    .format-content-wrapper {
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    gap: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .course-page.archetypes-page .study-info .format-main-title {
    margin-bottom: 0px;
  }

  .course-page.archetypes-page .study-info .formats-card-item {
    width: 100%;
    padding: 24px 16px;
  }

  .course-page.archetypes-page .study-info .formats-card-text {
    line-height: 1.35;
  }

  .course-page.archetypes-page
    .study-info
    .valuable-wrapper
    .valuable-subtitle-1,
  .course-page.archetypes-page
    .study-info
    .valuable-wrapper
    .valuable-subtitle-2 {
    line-height: 1.35;
  }

  .course-page.archetypes-page
    .study-info
    .valuable-wrapper
    .valuable-subtitle-2 {
    margin-top: 0;
  }

  .course-page.archetypes-page .loud-sound .loud-sound-content-wrapper {
    /* max-width: 785px; */
    padding-bottom: 0px;
  }

  .course-page.archetypes-page .loud-sound .loud-sound-title {
    letter-spacing: 0;
  }

  /* .course-page.archetypes-page .loud-sound .loud-sound-btn-and-price-wrapper {
    align-items: flex-end; */
  /* margin-bottom: 0px; */
  /* } */

  /* .course-page.archetypes-page .loud-sound .loud-sound-price {
    margin-bottom: 0px;
  } */

  /*  --------------    course-page mobile-and-photography-page  ------------  */

  .course-page.mobile-and-photography-page .hero {
    background: url("/public/webp/course-mobile-and-photography-hero-bg-mobile.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* .course-page.mobile-and-photography-page .hero-text {
    margin-bottom: 0px;
  } */

  /* .course-page .hero-title-1,
  .course-page .hero-title-2 {
    letter-spacing: 0;
  } */

  .course-page.mobile-and-photography-page .hero-title-1,
  .course-page.mobile-and-photography-page .hero-title-2 {
    display: block;
  }

  .course-page.mobile-and-photography-page .for-whom {
    padding: 50px 16px 100px;
  }

  .course-page.course-page.mobile-and-photography-page
    .study-info
    .valuable-wrapper {
    margin-bottom: 100px;
  }

  /*  --------------    check-list-page cam-fear-page  ------------  */

  /* check-list-page - общее название страниц одного типа */
  /* cam-fear-page - текущая страница */

  /*   hero   */

  .check-list-page .hero .content-wrapper {
    /* margin-bottom: 80px; */
    grid-template-columns: 1fr;
    justify-items: center;
    /* row-gap: 20px; */
    padding-left: 16px;
    padding-right: 16px;
  }

  .check-list-page .hero-text {
    /* grid-column: 1; */
    /* align-self: center; */
    font-size: 14px;
  }

  .check-list-page .hero-btn {
    width: 343px;
    /* height: 49px; */
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    /* font-size: 14px; */
  }

  .check-list-page .hero-title {
    grid-column: 1;
    grid-row: 2;
    /* justify-self: center; */
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
  }

  @media (max-width: 491px) {
    .check-list-page.cam-fear-page .hero-title {
      line-height: 1.2;
    }

    .check-list-page.cam-fear-page .hero-title > .line-break {
      display: block;
    }
  }

  /* overcame */

  .check-list-page .overcame {
    padding: 100px 16px 40px;
  }

  .check-list-page .overcame-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    /* margin-bottom: 40px; */
  }

  .check-list-page .overcame-list {
    /* display: grid; */
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    /* gap: 20px;
    margin-bottom: 100px; */
  }

  .check-list-page .overcame-card-item:nth-child(1) {
    grid-row: 1;
  }

  .check-list-page .overcame-card-item:nth-child(2) {
    grid-column-start: 1;
    grid-row: 2;
  }

  .check-list-page .overcame-card-item:nth-child(3) {
    grid-column-start: 1;
    grid-row: 3;
  }

  .check-list-page .overcame-card-item:nth-child(4) {
    grid-row: 4;
    grid-column-start: 1;
  }

  .check-list-page .overcame-card-item-owner-photo {
    display: none;
  }

  .check-list-page .overcame-card-item-owner-photo-mobile {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .check-list-page .overcame-card-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .check-list-page .overcame-card-text {
    font-size: 14px;
    line-height: 1.35;
  }

  .check-list-page .overcame-waitings-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    /* margin-bottom: 40px; */
  }

  .check-list-page .overcame-waitings-list {
    flex-direction: column;
    column-gap: 0px;
    /* row-gap: 40px; */
  }

  .check-list-page .overcame-waitings-item {
    width: 100%;
  }

  .check-list-page .overcame-waitings-icon-wrapper {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }

  .check-list-page .overcame-waitings-info-title {
    font-size: 14px;
  }

  .check-list-page .overcame-waitings-info-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
  }

  /*   download-pdf   */

  .check-list-page .download-pdf {
    padding: 100px 16px 0px;
  }

  .check-list-page .download-pdf .download-pdf-container {
    width: 343px;
    padding-bottom: 490px;
  }

  /* .check-list-page .download-pdf .download-pdf-owner-image {
    position: absolute; */
  /* bottom: 0px;
    right: 0px;
  } */

  .check-list-page .download-pdf .download-pdf-content-wrapper {
    padding-bottom: 0px;
  }

  .check-list-page.cam-fear-page .download-pdf .download-pdf-content-wrapper {
    padding-bottom: 0px;
  }

  .check-list-page .download-pdf .download-pdf-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
  }

  .check-list-page.cam-fear-page
    .download-pdf
    .download-pdf-title
    > .line-break {
    display: block;
  }

  .check-list-page .download-pdf .download-pdf-text {
    font-size: 14px;
    line-height: 1.35;
  }

  .check-list-page.cam-fear-page
    .download-pdf
    .download-pdf-text
    > .line-break {
    display: none;
  }

  .check-list-page .download-pdf .download-pdf-btn-and-price-wrapper {
    /* flex-direction: column; */
    /* justify-content: normal; */
    align-items: center;
    /* margin-bottom: 0px; */
    gap: 56px;
  }

  .check-list-page .download-pdf .download-pdf-btn {
    width: 343px;
    /* height: 49px; */
  }

  .check-list-page .download-pdf .download-pdf-price {
    margin-right: 0px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    margin-left: auto;
  }

  .check-list-page.cam-fear-page .download-pdf .download-pdf-price {
    margin-right: 0px;
  }

  .check-list-page .download-pdf .download-pdf-curved-arrow-icon {
    margin-left: 5%;
    margin-top: -55px;
    rotate: 18deg;
    scale: 0.8;
  }

  /*  --------------  check-list-page content-technology-page  ------------  */

  /*   hero    */

  .check-list-page.content-technology-page .hero-title {
    font-size: 36px;
    line-height: 1.25;
  }

  /*   download-pdf   */

  .check-list-page.content-technology-page .download-pdf {
    padding: 100px 16px 0px;
  }

  .check-list-page.content-technology-page
    .download-pdf
    .download-pdf-owner-image {
    bottom: 0px;
  }

  .check-list-page.content-technology-page
    .download-pdf
    .download-pdf-content-wrapper {
    /* max-width: 763px; */
    padding-bottom: 0px;
  }

  .check-list-page.content-technology-page
    .download-pdf
    .download-pdf-text
    > .line-break {
    display: none;
  }

  .check-list-page.content-technology-page
    .download-pdf
    .download-pdf-btn-and-price-wrapper {
    /* align-items: center; */
    row-gap: 56px;
    /* margin-bottom: 0; */
  }

  .check-list-page.content-technology-page .download-pdf .download-pdf-price {
    margin-right: 0px;
  }

  .check-list-page.content-technology-page
    .download-pdf
    .download-pdf-curved-arrow-icon {
    margin-left: 5%;
    /* margin-top: -55px; */
    /* rotate: 18deg; */
    /* scale: 0.8; */
  }

  /*  --------------  check-list-page story-mistakes-page  ------------  */

  .story-mistakes-page .hero {
    background-image: url("/public/webp/cl-story-mistakes-hero-bg-mobile.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* .check-list-page.story-mistakes-page .hero .content-wrapper {
    max-width: 1240px;
  } */

  .check-list-page.story-mistakes-page .hero-title {
    font-size: 36px;
  }

  .check-list-page.story-mistakes-page
    .download-pdf
    .download-pdf-content-wrapper {
    padding-bottom: 0px;
  }

  .check-list-page.story-mistakes-page
    .download-pdf
    .download-pdf-text
    > .line-break {
    display: none;
  }

  .check-list-page.story-mistakes-page
    .download-pdf
    .download-pdf-btn-and-price-wrapper {
    align-items: center;
    row-gap: 56px;
    /* margin-bottom: 0; */
  }

  /* .check-list-page.story-mistakes-page .download-pdf .download-pdf-price {
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: auto;
  } */

  .check-list-page.story-mistakes-page
    .download-pdf
    .download-pdf-curved-arrow-icon {
    margin-left: 5%;
    /* margin-top: -55px; */
    /* rotate: 18deg; */
    /* scale: 0.8; */
  }

  /*  --------------  check-list-page archetype-codes-page  ------------  */

  .check-list-page.archetype-codes-page .hero {
    background-image: url("/public/webp/cl-archetype-codes-hero-bg-mobile.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .check-list-page.archetype-codes-page .hero-title {
    font-size: 36px;
    line-height: 1.25;
  }

  .check-list-page.archetype-codes-page .overcame-title {
    line-height: 1.25;
  }

  @media (max-width: 389px) {
    .check-list-page.archetype-codes-page .overcame-title > .line-break {
      display: block;
    }
  }

  .check-list-page.archetype-codes-page
    .download-pdf
    .download-pdf-content-wrapper {
    /* max-width: 759px; */
    padding-bottom: 0px;
  }

  /* .check-list-page.archetype-codes-page
    .download-pdf
    .download-pdf-text
    > .line-break {
    display: none;
  } */

  .check-list-page.archetype-codes-page .download-pdf .download-pdf-price {
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .check-list-page.archetype-codes-page
    .download-pdf
    .download-pdf-btn-and-price-wrapper {
    align-items: center;
    row-gap: 56px;
    margin-bottom: 0px;
  }

  /*  --------------  check-list-page brand-passport-page  ------------  */

  .check-list-page.brand-passport-page .hero-title {
    font-size: 36px;
  }

  .check-list-page.brand-passport-page .overcame-title {
    line-height: 1.25;
  }

  @media (max-width: 486px) {
    .check-list-page.brand-passport-page .overcame-title > .line-break {
      display: block;
    }
  }

  .check-list-page.brand-passport-page
    .download-pdf
    .download-pdf-content-wrapper {
    padding-bottom: 0px;
  }

  /* .check-list-page.brand-passport-page
    .download-pdf
    .download-pdf-text
    > .line-break {
    display: none;
  } */

  .check-list-page.brand-passport-page .download-pdf-btn-and-price-wrapper {
    align-items: center;
  }

  /* .check-list-page.brand-passport-page .download-pdf .download-pdf-price {
    margin-right: 0;
  } */

  .check-list-page.brand-passport-page
    .download-pdf
    .download-pdf-curved-arrow-icon {
    margin-left: 5%;
    margin-top: -52px;
    /* rotate: 18deg; */
    /* scale: 0.8; */
  }
}
