/* stylelint-disable */
body {
  background-color: #fbfcfa;
}

.discussion-club-9 {
  overflow: hidden;
  font-family: "Golos Text", sans-serif;
}

.title {
  font-weight: 500;
  font-size: 34px;
  line-height: 112%;
  letter-spacing: -0.04em;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .title {
    font-size: 24px;
    line-height: 118%;
    letter-spacing: -0.04em;
  }
}

.section {
  margin-bottom: 120px;
}
@media only screen and (max-width: 576px) {
  .section {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}

.posted-comments {
  max-height: 600px;
  overflow: auto;
}

.leave-comment {
  margin-bottom: 0 !important;
}

.hero {
  margin-bottom: 92px;
  padding-top: 46px;
}
@media only screen and (max-width: 576px) {
  .hero {
    margin-bottom: 60px;
    padding-top: 20px;
  }
}
.hero__free img, .hero__img img {
  display: block;
  width: 100%;
  height: auto;
}
.hero__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 81px;
  gap: 20px;
}
@media only screen and (max-width: 992px) {
  .hero__inner {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .hero__inner {
    gap: 9px;
  }
  .hero__inner .iu-button {
    display: none;
  }
}
.hero__info {
  margin-top: 34px;
  width: 100%;
  max-width: 594px;
}
@media only screen and (max-width: 992px) {
  .hero__info {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .hero__info {
    margin-top: 0;
  }
}
.hero__text {
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .hero__text {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 128%;
    letter-spacing: -0.32px;
    color: #1f1f1f;
  }
}
.hero__img {
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 576px) {
  .hero__img {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 16px;
    gap: 60px;
  }
}
.hero__img .iu-button {
  display: none;
}
@media only screen and (max-width: 576px) {
  .hero__img .iu-button {
    display: block;
  }
}
.hero__title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 40px;
  line-height: 112%;
  letter-spacing: -0.04em;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .hero__title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 28px;
    line-height: 118%;
    letter-spacing: -0.04em;
    color: #1f1f1f;
  }
}
.hero__items {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 41px;
}
@media only screen and (max-width: 576px) {
  .hero__items {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 16px;
  }
}
.hero__item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #1f1f1f;
  gap: 8px;
}
.hero__svg {
  color: #8a8f88;
}
.hero__svg svg {
  display: block;
}
.hero__free {
  position: absolute;
  left: 515px;
  top: 299px;
}
@media only screen and (max-width: 992px) {
  .hero__free {
    position: relative;
    left: unset;
    top: unset;
    margin-bottom: 24px;
    width: fit-content;
  }
  .hero__free img {
    max-width: 172px;
  }
}
@media only screen and (max-width: 576px) {
  .hero__free {
    margin-bottom: 0;
  }
}

.timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  min-height: 60px;
  max-width: 757px;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(34, 34, 34, 0.08);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .timer {
    flex-direction: column;
    padding: 16px;
    gap: 24px;
  }
}
.timer__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
.timer__items {
  display: flex;
  align-items: center;
  gap: 14px;
}
.timer__items li:nth-child(1) .timer__text {
  min-width: 33px;
}
.timer__items li:nth-child(2) .timer__text {
  min-width: 47px;
}
.timer__items li:nth-child(3) .timer__text {
  min-width: 51px;
}
.timer__items li:nth-child(4) .timer__text {
  min-width: 56px;
}
.timer__items div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.timer__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  color: #181818;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .timer__item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .timer__item {
    font-size: 14px;
  }
}
.timer__item mark {
  display: block;
  padding: 3px 5px;
  min-width: 21px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.36px;
  text-align: center;
  color: #fff;
  background-color: #00ad42;
}
.timer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.28px;
  color: #1f1f1f;
}

.experts__title {
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .experts__title {
    margin-bottom: 16px;
    text-align: left;
  }
}
.experts__items {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .experts__items {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.experts__item {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .experts__item {
    max-width: 289px;
  }
}
.experts__img {
  margin-bottom: 16px;
}
@media only screen and (max-width: 576px) {
  .experts__img {
    margin: 0 auto 17px;
    max-width: 289px;
  }
}
.experts__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .experts__img img {
    margin: 0 auto;
  }
}
.experts__name {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .experts__name {
    font-size: 20px;
  }
}
.experts__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}

.discussion .container {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .discussion .container {
    flex-direction: column;
    gap: 0;
  }
}
.discussion__left {
  width: 100%;
  max-width: 536px;
}
@media only screen and (max-width: 768px) {
  .discussion__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.discussion__title {
  margin-bottom: 32px;
}
@media only screen and (max-width: 576px) {
  .discussion__title {
    margin-bottom: 24px;
  }
}
.discussion__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .discussion__items {
    gap: 15px;
  }
}
.discussion__items small {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .discussion__items small {
    font-size: 16px;
  }
}
.discussion__item {
  position: relative;
  padding-left: 36px;
  width: 100%;
  min-height: 27px;
  font-size: 20px;
  letter-spacing: -0.3px;
  color: #1f1f1f;
  background-image: url("../../../images/pages/discussion-club-9/discussion/tick-W8SG2ZN.svg");
  background-position-y: 4px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .discussion__item {
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}
.discussion__item strong {
  font-weight: 500;
}
.discussion__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .discussion__description {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
@media only screen and (max-width: 768px) {
  .discussion__right .discussion__button {
    display: block;
  }
  .discussion__left .discussion__button {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .discussion__right .discussion__button {
    display: none;
  }
}

.topic {
  margin-bottom: 115px;
}
@media only screen and (max-width: 576px) {
  .topic {
    margin-bottom: 60px;
  }
}
.topic .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .topic .container {
    display: flex;
    flex-direction: column;
  }
}
.topic__title {
  margin-bottom: 12px;
}
@media only screen and (max-width: 576px) {
  .topic__title {
    margin-bottom: 13px;
  }
}
.topic__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  font-size: 20px;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .topic__left {
    padding-top: 0;
    gap: 12px;
  }
}
.topic__img {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .topic__img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 7px;
    gap: 24px;
  }
}
.topic__img img {
  height: auto;
}
.topic__text {
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .topic__text {
    font-size: 16px;
    line-height: 137%;
  }
}
.topic__button {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .topic__button {
    margin-top: 0;
  }
  .topic__img .topic__button {
    display: block;
  }
  .topic__left .topic__button {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .topic__img .topic__button {
    display: none;
  }
}

.benefits {
  padding-top: 6px;
}
@media only screen and (max-width: 576px) {
  .benefits {
    padding-top: 0;
  }
}
.benefits__title {
  margin-bottom: 32px;
  max-width: 811px;
}
@media only screen and (max-width: 576px) {
  .benefits__title {
    margin-bottom: 24px;
  }
}
.benefits__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  counter-reset: section;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .benefits__items {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .benefits__items {
    gap: 22px;
  }
}
.benefits__item {
  position: relative;
  padding: 24px;
  padding-top: 73px;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(27, 97, 0, 0.1);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
  color: #1f1f1f;
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .benefits__item {
    padding: 16px;
    padding-top: 68px;
  }
}
@media only screen and (max-width: 576px) {
  .benefits__item {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.benefits__item::before {
  content: counter(section);
  position: absolute;
  left: 24px;
  top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 40px;
  height: 40px;
  counter-increment: section;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #118a01;
  background-color: #ecf9e2;
}
@media only screen and (max-width: 576px) {
  .benefits__item::before {
    left: 15px;
    top: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .benefits__img {
    margin: 0 auto;
  }
}
.benefits__img img {
  display: block;
  width: 100%;
  height: auto;
}

.about__license, .about__sk {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .about__license, .about__sk {
    gap: 12px;
  }
}
.about__title {
  margin-bottom: 20px;
}
.about__logo {
  margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {
  .about__logo {
    margin-bottom: 24px;
  }
}
.about__logo img {
  display: block;
  width: 100%;
  max-width: 275px;
}
.about__license {
  margin-bottom: 24px;
}
.about__license img {
  padding: 10px;
  display: block;
  width: 100%;
  max-width: 66px;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(27, 97, 0, 0.1);
}
.about__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  .about__wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .about__wrap {
    gap: 0;
  }
}
.about__info {
  display: flex;
  flex-direction: column;
  max-width: 420px;
}
.about__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
.about__stats {
  display: grid;
  flex-grow: 1;
  grid-template-columns: repeat(2, 1fr);
  max-width: 668px;
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .about__stats {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .about__stats {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
}
.about__stat {
  padding: 16px 24px 24px;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(27, 97, 0, 0.1);
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .about__stat {
    padding: 16px;
  }
}
.about__value {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 34px;
  line-height: 112%;
  letter-spacing: -1.36px;
  color: #24a600;
}
@media only screen and (max-width: 576px) {
  .about__value {
    font-size: 24px;
    line-height: 118%;
    letter-spacing: -0.96px;
  }
}
.about__desc {
  margin: 0 auto;
  max-width: var(--max-width);
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .about__desc {
    max-width: 100%;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: -0.21px;
  }
}

.certificate__wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1230px) {
  .certificate__wrap {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .certificate__wrap {
    flex-direction: column;
    gap: 16px;
  }
}
.certificate__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 379px;
}
@media only screen and (max-width: 768px) {
  .certificate__info {
    max-width: 100%;
  }
}
.certificate__title {
  margin-bottom: 16px;
}
.certificate__text {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .certificate__text {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .certificate__text {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.32px;
  }
}
.certificate__image {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(27, 97, 0, 0.1);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .certificate__image {
    padding: 8px;
  }
}
.certificate__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 675px;
  border-radius: 8px;
  cursor: pointer;
}
.certificate__logo {
  position: absolute;
  right: -135px;
  top: 22px;
  z-index: 1;
}
@media only screen and (max-width: 1230px) {
  .certificate__logo {
    display: none;
  }
}
.certificate__logo img {
  display: block;
  width: 100%;
  max-width: 247px;
}
@media only screen and (max-width: 768px) {
  .certificate__btn--pc {
    display: none !important;
  }
}
.certificate__btn--mobile {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .certificate__btn--mobile {
    display: block !important;
  }
}

.courses__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.courses__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #006800;
  gap: 2px;
}
.courses__link:hover svg {
  transform: translateX(2px);
}
.courses__link svg {
  display: flex;
  transition: 0.3s;
}
@media only screen and (max-width: 576px) {
  .courses__link--pc {
    display: none;
  }
}
.courses__link--mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  .courses__link--mobile {
    display: block;
    margin: 0 auto;
    padding: 12px 16px;
    width: fit-content;
  }
}
.courses__items {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 992px) {
  .courses__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .courses__items {
    margin-bottom: 24px;
  }
}

.course-card {
  display: flex;
  flex-direction: row;
  padding: 16px;
  min-height: 214px;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(27, 97, 0, 0.1);
  background-color: #fff;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .course-card {
    flex-direction: column;
  }
}
.course-card__img {
  flex-shrink: 0;
}
.course-card__img img {
  display: block;
  width: 155px;
  height: 155px;
  border-radius: 8px;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .course-card__img img {
    margin: 0 auto;
  }
}
.course-card__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.course-card__type {
  margin-bottom: 12px;
  padding: 6px 8px;
  width: fit-content;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  color: #118a01;
  background-color: #f5f5f5;
}
.course-card__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
.course-card__profession {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.28px;
  color: #8a8f88;
}
@media only screen and (max-width: 576px) {
  .course-card__profession {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.course-card__rating:not(:empty) {
  margin-top: 8px;
}
.course-card__btn {
  margin-top: 12px;
}

.share__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 792px;
}
.share__title {
  margin-bottom: 16px;
  text-align: center;
}
.share__subtitle {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-align: center;
  color: #1f1f1f;
}
.share__items {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
@media only screen and (max-width: 768px) {
  .share__items {
    flex-direction: column;
    gap: 12px;
  }
}
.share__item {
  position: relative;
  width: 100%;
  max-width: 248px;
}
@media only screen and (max-width: 768px) {
  .share__item {
    max-width: 100%;
  }
}
.share__button {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  width: 100%;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(27, 97, 0, 0.1);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
  background-color: #fff;
  gap: 12px;
}
.share__icon {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(34, 34, 34, 0.08);
}
.share__tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 10;
  opacity: 0;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.share__tooltip.visible {
  opacity: 1;
  pointer-events: auto;
}

.head {
  margin-bottom: 40px;
  padding-top: 80px;
}
@media only screen and (max-width: 576px) {
  .head {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
.head__subtitle {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .head__subtitle {
    font-size: 16px;
    line-height: 128%;
    letter-spacing: -0.32px;
  }
}
.head__title {
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: -1.76px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .head__title {
    font-size: 24px;
    line-height: 118%;
    letter-spacing: -0.96px;
  }
}

.subscribe__inner {
  padding: 40px 110px;
  border-radius: 20px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .subscribe__inner {
    padding: 24px 16px;
  }
}
.subscribe__title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #0f0f0f;
}
@media only screen and (max-width: 576px) {
  .subscribe__title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.subscribe__widget {
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 576px) {
  .subscribe__widget .payment__button,
  .subscribe__widget .saved-card__button {
    padding: 0 2px;
    font-size: 13px;
  }
}
.subscribe__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  .subscribe__row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    gap: 24px;
  }
}

.frame__container {
  position: relative;
}
.frame__iframe {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 576px) {
  .frame__iframe {
    margin-bottom: 16px;
  }
}
.frame__iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 420px) {
  .frame__iframe .container {
    padding: 0;
  }
}

/*# sourceMappingURL=discussion-club-9.output.css.map */
