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

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

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

.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: 111px;
  padding-top: 69px;
}
@media only screen and (max-width: 576px) {
  .hero {
    margin-bottom: 60px;
    padding-top: 24px;
  }
}
.hero__free img, .hero__img img {
  display: block;
  width: 100%;
  height: auto;
}
.hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 110px;
  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: 0;
  }
  .hero__inner .iu-button {
    display: none;
  }
}
.hero__info {
  margin-top: 4px;
  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: 25px;
  max-width: 390px;
  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;
    margin-bottom: 16px;
    gap: 16px;
  }
}
.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: 48px;
  line-height: 120%;
  letter-spacing: -1.92px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .hero__title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 118%;
    letter-spacing: -1.12px;
    color: #1f1f1f;
  }
}
.hero__items {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 40px;
}
@media only screen and (max-width: 576px) {
  .hero__items {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
    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: 581px;
  top: 31px;
}
@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;
  }
}
.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;
    margin-bottom: 20px;
    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: 20px;
  }
}
.discussion__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .discussion__items {
    gap: 16px;
  }
}
.discussion__item {
  position: relative;
  padding-left: 36px;
  width: 100%;
  min-height: 27px;
  font-size: 20px;
  letter-spacing: -0.4px;
  background-image: url("../../../images/pages/discussion-club-6/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;
  }
}
.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;
  }
}
.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;
  gap: 135px;
}
@media only screen and (max-width: 1230px) {
  .topic .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .topic .container {
    display: flex;
    flex-direction: column;
  }
}
.topic__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  max-width: 563px;
  font-size: 20px;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .topic__left {
    padding-top: 0;
    gap: 20px;
  }
}
.topic__img {
  position: relative;
  left: 8px;
}
@media only screen and (max-width: 768px) {
  .topic__img {
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.topic__img img {
  height: auto;
}
.topic__text {
  font-size: 20px;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 576px) {
  .topic__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .topic__img .topic__button {
    display: block;
  }
  .topic__left .topic__button {
    display: none;
  }
}
.topic__img .topic__button {
  display: none;
}

.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: 1fr 1fr 1fr;
  width: 100%;
  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: 16px;
  }
}
.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: 63px;
  }
}
@media only screen and (max-width: 576px) {
  .benefits__item {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.benefits__item::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #ecf9e2;
}
@media only screen and (max-width: 576px) {
  .benefits__item::before {
    left: 16px;
    top: 11px;
  }
}
.benefits__item::after {
  content: "";
  position: absolute;
  left: 44px;
  top: 42px;
  width: 24px;
  height: 24px;
  background-image: url("../../../images/pages/discussion-club-6/benefits/benefits-1-nE2qu5E.svg");
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 576px) {
  .benefits__item::after {
    left: 37px;
    top: 31px;
  }
}
.benefits__item:nth-of-type(2)::before {
  background-color: #e7f1fe;
}
.benefits__item:nth-of-type(2)::after {
  background-image: url("../../../images/pages/discussion-club-6/benefits/benefits-2-4-RIbja.svg");
}
.benefits__item:nth-of-type(3)::before {
  background-color: #fff7e8;
}
.benefits__item:nth-of-type(3)::after {
  background-image: url("../../../images/pages/discussion-club-6/benefits/benefits-3-LL_fHQ4.svg");
}
@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: 48px;
}
@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 {
  display: block;
  width: 100%;
  max-width: 56px;
  border-radius: 5px;
  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;
  }
}
.about__info {
  display: flex;
  flex-direction: column;
  max-width: 420px;
}
.about__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  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: 16px;
  }
}
.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: 125%;
  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__gerb {
  position: absolute;
  right: -141px;
  top: 82px;
  z-index: 1;
}
@media only screen and (max-width: 1230px) {
  .certificate__gerb {
    display: none;
  }
}
.certificate__gerb img {
  display: block;
  width: 100%;
  max-width: 333px;
}
@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 {
  padding: 0 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.24px;
  color: #24a600;
}
@media only screen and (max-width: 992px) {
  .courses__link {
    padding: 0;
  }
}
.courses__link:hover {
  text-decoration: underline;
}
@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: #388700;
  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 {
  max-width: 900px;
  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;
  }
}

.tariff {
  display: flex;
  padding: 14px;
  border: 2px solid transparent;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.06);
  background-color: #f9f9f9;
  cursor: pointer;
  gap: 8px;
}
.tariff:has(input:checked) {
  border: 2px solid #00ad42;
  background-color: #fff;
}
.tariff__input {
  display: none;
}
.tariff__mark {
  box-sizing: border-box;
  position: relative;
  margin-top: 4px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #76767a;
  border-radius: 50%;
  background-color: #fff;
  transition: border-color 200ms, background-color 200ms;
}
.tariff__mark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
input.tariff__input:checked ~ .tariff__mark {
  border: none;
  background-color: #00ad42;
}
input.tariff__input:checked ~ .tariff__mark::after {
  left: 5px;
  top: 5px;
  display: block;
}
.tariff__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media only screen and (max-width: 576px) {
  .tariff__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tariff__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #181818;
}
@media only screen and (max-width: 576px) {
  .tariff__title {
    font-size: 16px;
  }
}
.tariff__prices {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tariff__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #009a36;
}
@media only screen and (max-width: 576px) {
  .tariff__price {
    margin-top: 8px;
    margin-left: -24px;
  }
}
.tariff__price--old {
  font-weight: 400;
  text-decoration: line-through;
  color: #76767a;
}
@media only screen and (max-width: 576px) {
  .tariff__price--old {
    margin-right: 24px;
  }
}
.tariff__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #424242;
}
@media only screen and (max-width: 576px) {
  .tariff__text {
    margin-left: -24px;
  }
}

.subscription-block.section {
  margin-bottom: 80px;
}
@media only screen and (max-width: 576px) {
  .subscription-block.section {
    margin-bottom: 60px;
  }
}
.subscription-block__wrap {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 rgba(27, 97, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
}
@media only screen and (max-width: 1230px) {
  .subscription-block__wrap {
    margin: 0 -10px;
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 576px) {
  .subscription-block__wrap {
    margin: 0 -16px;
  }
}
.subscription-block__title {
  margin: 0 auto 32px;
  max-width: 886px;
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 112%;
  letter-spacing: -1.36px;
  text-align: center;
  color: #0f0f0f;
}
@media only screen and (max-width: 576px) {
  .subscription-block__title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.subscription-block__widget {
  width: 100%;
  max-width: 370px;
}
@media only screen and (max-width: 576px) {
  .subscription-block__widget .payment__button,
  .subscription-block__widget .saved-card__button {
    padding: 0 2px;
    font-size: 13px;
  }
}
.subscription-block__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 32px;
  max-width: 1008px;
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .subscription-block__row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    gap: 24px;
  }
}
.subscription-block__tariffs {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
  user-select: none;
  gap: 18px;
}
@media only screen and (max-width: 1440px) {
  .subscription-block__tariffs {
    max-width: 100%;
  }
}
.subscription-block__tariffs--100 {
  max-width: 100%;
}
.subscription-block__tariffs--100 .tariff__inner {
  width: 100%;
}
.subscription-block__after-payment {
  margin-top: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  color: #76767a;
}
.subscription-block__after-payment a {
  color: #267f8c;
  transition: 0.3s;
}
.subscription-block__after-payment a:hover {
  opacity: 0.7;
}
.subscription-block__promocode-applied {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 8px 16px;
  max-width: 364px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.1px;
  color: #292929;
  background-color: #e6f7e9;
}
.subscription-block__promocode-applied svg {
  flex-shrink: 0;
  margin-right: 8px;
  word-break: break-word;
}
.subscription-block__monthly {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 24px 16px;
  max-width: 1008px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
  color: #0f0f0f;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  gap: 14px;
}
@media only screen and (max-width: 576px) {
  .subscription-block__monthly {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    gap: 8px;
  }
}
.subscription-block__monthly svg {
  flex-shrink: 0;
}

.frame__date, .frame__format {
  display: flex;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #fff;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .frame__date, .frame__format {
    color: #1f1f1f;
  }
}
@media only screen and (max-width: 576px) {
  .frame__date, .frame__format {
    font-size: 20px;
  }
}
.frame__container {
  position: relative;
}
.frame__wrap {
  margin-bottom: 60px;
  padding: 116px 0 355px;
  background-image: url("../../../images/pages/discussion-club-6/frame/bg-onHfmNw.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .frame__wrap {
    margin-bottom: 24px;
    padding: 0;
    background-image: none;
  }
}
.frame__inner {
  margin: 0 auto;
  max-width: 757px;
}
.frame__message {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .frame__message {
    margin: 0 -10px 24px;
    padding: 21px 16px;
    background-image: url("../../../images/pages/discussion-club-6/frame/bg-mobile-PMfLsu7.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 576px) {
  .frame__message {
    margin: 0 -16px 24px;
  }
}
.frame__message-inner {
  padding: 24px 40px 36px;
  border: 3px solid #ace57a;
  border-radius: 16px;
}
@media only screen and (max-width: 576px) {
  .frame__message-inner {
    padding: 14px 14px 20px;
  }
}
.frame__icon {
  margin-bottom: 16px;
  color: #ace67a;
}
.frame__icon svg {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .frame__icon svg {
    max-width: 24px;
  }
}
.frame__text {
  margin: 0 auto;
  max-width: 585px;
  font-weight: 500;
  font-size: 34px;
  line-height: 112%;
  letter-spacing: -1.36px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .frame__text {
    font-size: 16px;
    line-height: 118%;
    letter-spacing: -0.64px;
  }
}
.frame__info {
  position: absolute;
  left: 50%;
  top: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
  transform: translate(-50%, 0);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .frame__info {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
  }
}
.frame__iframe {
  position: relative;
  margin-bottom: 80px;
  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-6.output.css.map */
