:root {
  --black: black;
  --white: white;
  --slate-blue: #0470e3;
  --lime-green: #39d477;
  --dark-salmon: #f0916e;
  --medium-slate-blue: #866ff4;
  --indian-red: #e35965;
  --grey-bg: whitesmoke;
  --transparent: transparent;
  --medium-purple: #7878b7;
  --turquoise: #6addc3;
}

body {
  color: var(--black);
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

h1 {
  letter-spacing: -.03ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
}

p {
  margin-bottom: 0;
  line-height: 1.3;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

figure {
  margin-bottom: .625rem;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.header {
  z-index: 90;
}

.main {
  min-height: 80vh;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--page404 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content.mod--thanks {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 42rem;
  display: flex;
}

.content.mod--posts {
  padding-top: 3.75rem;
}

.content.mod--posts-cat {
  margin-top: -3.75rem;
  padding-top: 3.75rem;
}

.content.mod--header {
  transition: all .4s;
  position: static;
}

.content.mod--payment {
  background-image: radial-gradient(circle, #312cb2, #4a43f3);
  border-radius: .625rem;
  padding-top: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section {
  padding: 6rem 1.5rem;
  position: relative;
}

.section.mod--page {
  padding-top: 10rem;
}

.section.mod--page.mod--thanks {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.mod--page404 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.section.mod--dark {
  color: var(--white);
  background-image: linear-gradient(135deg, #14145c, #101038 45% 60%, #14145c), radial-gradient(circle, #0d0d1f, #0d0d1f00);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.mod--header-new {
  z-index: 90;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition: top .8s;
  position: fixed;
  inset: -1px 0% auto;
}

.section.mod--home-new {
  background-image: linear-gradient(#f5f5f5, #fff0);
  padding-top: 8.25rem;
  overflow: hidden;
}

.section.mod--footer-new {
  background-color: #f5f5f5;
  flex-direction: column;
  padding-top: 3.5rem;
  padding-bottom: 1.75rem;
  display: flex;
  position: static;
}

.section.margin-bottom {
  margin-bottom: 6rem;
}

.section.mod--header {
  z-index: 90;
  padding-top: 0;
  padding-bottom: 0;
  transition: top .8s;
  position: fixed;
  inset: 1.5rem 0% auto;
  overflow: hidden;
}

.section.mod--header.active {
  top: 0;
}

.section.mod--footer {
  color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/62d26f38a79af0270933888d/637fbb1c3df3b0e62f8cb805_footer.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
}

.section.mod--home {
  padding-top: 10rem;
  overflow: hidden;
}

.section.z-index-9 {
  z-index: 9;
}

.logo-link {
  color: var(--black);
  letter-spacing: -.02ch;
  padding: 0;
  font-size: 1.6875rem;
  font-weight: 600;
}

.logo-link.mod--old {
  color: var(--white);
}

.btn {
  z-index: 2;
  border: 0rem solid var(--slate-blue);
  background-color: var(--slate-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .015em;
  cursor: pointer;
  border-radius: 4rem;
  min-width: 10rem;
  padding: 1.375rem 3.375rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all .2s;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.btn:hover {
  color: var(--white);
}

.btn.btn--slim {
  padding: .6875rem 2rem .75rem;
  font-size: 1rem;
}

.btn.btn--fill {
  border-width: 0;
}

.btn.btn--fill.hide {
  display: none;
}

.btn.btn--fill.btn--slim {
  flex: none;
  padding: .6875rem 2rem .75rem;
  font-size: 1rem;
}

.btn.btn--fill.btn--slim.is-arrow {
  padding-right: 3.5rem;
}

.btn.btn--fill.btn--slim {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn.btn--border-grey {
  color: var(--black);
  background-color: #0000;
  border-width: .0625rem;
  border-color: #c4c4c4;
}

.btn.btn--fill-green {
  background-color: var(--lime-green);
  border-width: 0;
}

.btn.btn--border {
  border-width: .0625rem;
  border-color: var(--slate-blue);
  color: var(--slate-blue);
  background-color: #0000;
}

.btn.btn--border:hover {
  color: var(--white);
}

.footer__col {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer__col.mod--1 {
  max-width: 20.625rem;
  display: block;
}

.footer__col.mod--2 {
  max-width: 20.625rem;
}

.footer__col.mod--2.mod--bottom {
  flex-direction: row;
  max-width: none;
}

.footer__col.mod--3.mod--bottom {
  flex: 0 auto;
}

.hero__desc {
  max-width: 50rem;
  margin-bottom: 4rem;
  font-size: 1.5rem;
}

.footer__columns {
  justify-content: flex-start;
  display: flex;
}

.footer__columns.mod--bottom {
  align-items: center;
  margin-top: 3.75rem;
}

.btn-wrap.mod--center {
  text-align: center;
}

.btn-wrap.mod--mobile-fixed {
  display: none;
}

.btn-wrap.mod--plan {
  flex-direction: column;
  display: flex;
}

.input {
  border: .0625rem solid #d2d2d2;
  border-radius: 4rem;
  height: 3rem;
  margin-bottom: 0;
  padding-left: 1rem;
  font-size: .875rem;
  transition: all .2s;
}

.input:focus {
  border-color: var(--slate-blue);
}

.input::placeholder {
  color: #0009;
}

.input.mod--subs {
  z-index: 0;
  letter-spacing: .125rem;
  margin-bottom: 0;
  padding-right: 9.375rem;
  position: relative;
}

.input.mod--subs::placeholder {
  color: #949494;
  text-transform: uppercase;
  font-size: .75rem;
}

.input.input--phone {
  flex: 1;
  width: 100%;
  padding-left: 2.5rem;
}

.footer__title {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer__link {
  font-size: .75rem;
  display: inline-block;
}

.footer__link.mod--link {
  color: var(--white);
  text-decoration: none;
}

.footer__link.mod--address {
  max-width: 12.5rem;
}

.footer__link.mod--tems {
  color: #b5b2bd;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: .75rem;
  text-decoration: none;
}

.footer__link.mod--tems:hover {
  color: var(--white);
}

.footer__link.mod--copyright {
  font-size: .875rem;
}

.footer__link.mod--fop {
  opacity: .5;
  margin-top: 1rem;
  display: none;
}

.footer__nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.footer__nav-link {
  color: var(--white);
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.footer__nav-link:hover {
  opacity: .6;
}

.footer__social-link {
  display: none;
}

.droplang {
  color: #c7c7c7;
  border: .0625rem solid #717171;
  border-radius: .625rem;
  margin-left: 0;
  font-size: 1rem;
  display: inline-block;
}

.droplang__btn {
  padding: .625rem 2.5rem .625rem 1rem;
  transition: all .2s;
}

.droplang__arrow {
  opacity: 1;
  background-image: url("https://cdn.prod.website-files.com/62d26f38a79af0270933888d/62d26f38a79af0869933893f_drop-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  transition: all .2s;
  position: absolute;
  top: .8125rem;
  right: .625rem;
}

.droplang__list {
  background-color: #0000;
  bottom: 1.875rem;
}

.droplang__list.w--open {
  background-color: #fff;
  border-radius: .625rem;
  min-width: 8.75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  bottom: 3.25rem;
  left: 0;
  right: auto;
}

.droplang__list-link {
  color: #717171;
  padding: .5rem 2rem;
}

.droplang__list-link.w--current {
  color: var(--black);
}

.hero__heading {
  margin-bottom: 1rem;
}

.form__success {
  color: #27ae60;
  text-align: left;
  background-color: #0000;
  margin-top: .75rem;
  padding: 0;
  font-weight: 700;
  position: absolute;
}

.form__error {
  color: #ed4b6a;
  background-color: #0000;
  margin-top: .75rem;
  padding: 0;
  font-weight: 700;
  position: absolute;
}

.cookie {
  z-index: 999;
  color: var(--black);
  background-color: #fff;
  border: .0625rem solid #dbdbdb;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 1.5rem;
  box-shadow: 0 10px 1.875rem #0607251a;
}

.cookie__txt {
  padding-right: 1.25rem;
  line-height: 1.8em;
}

.header__link {
  color: var(--black);
  letter-spacing: .015em;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.header__link:hover {
  color: var(--slate-blue);
}

.hide, .lang {
  display: none;
}

.header__menu {
  align-items: center;
  display: flex;
}

.header__menu-line {
  background-color: #e1e1e1;
  flex: none;
  width: .0625rem;
  height: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.hero__over-wrap {
  grid-column-gap: 1.625rem;
  align-items: center;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.hero__chief {
  text-align: right;
  margin-top: 1.5rem;
  margin-left: -5rem;
  font-size: 1.25rem;
}

.hero__img-desc-flag {
  background-image: url("https://cdn.prod.website-files.com/62d26f38a79af0270933888d/62dd2c36d0fe3643c0a15eb9_flag-gb.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  display: inline-block;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.info__block {
  background-image: linear-gradient(#f0916e1a, #f0916e00);
  width: 100%;
  height: 100%;
  padding: 3.625rem 1.25rem 3rem 2.375rem;
  position: relative;
}

.info__block.mod--violet {
  background-image: linear-gradient(#866ff41a, #866ff400);
}

.info__block.mod--red {
  background-image: linear-gradient(#e359651a, #e3596500);
}

.info__block.mod--green {
  background-image: linear-gradient(#39d4771a, #39d47700);
}

.info__over-title {
  color: var(--dark-salmon);
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 700;
}

.info__over-title.mod--violet {
  color: var(--medium-slate-blue);
}

.info__over-title.mod--red {
  color: var(--indian-red);
}

.info__over-title.mod--green {
  color: #39d477;
}

.info__list {
  padding-left: 1rem;
}

.info__list-item {
  font-size: .6875rem;
}

.info__list-text {
  font-size: 1rem;
  line-height: 1.4;
}

.text-align-center {
  text-align: center;
  text-align: center;
}

.columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.columns.mod--home-new {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
}

.columns.mod--certificate {
  grid-column-gap: 5.875rem;
  grid-row-gap: 5.875rem;
  justify-content: center;
  align-items: center;
}

.columns.mod--perspective {
  justify-content: space-between;
  align-items: center;
}

.columns.mod--footer2 {
  align-items: center;
  margin-top: 2.5rem;
}

.columns.mod--reviews {
  grid-column-gap: 2rem;
  align-items: stretch;
  margin-bottom: 3rem;
}

.columns.mod--plan {
  grid-column-gap: 1rem;
  align-items: stretch;
}

.columns.mod--plan.hide {
  display: none;
}

.columns.mod--payment-advant {
  grid-column-gap: 9.125rem;
  justify-content: center;
  margin-bottom: 1.375rem;
}

.columns.mod--payment {
  grid-column-gap: 1rem;
  position: relative;
  bottom: -2rem;
}

.columns.mod--faq {
  grid-column-gap: 10rem;
}

.columns.mod--contact {
  grid-column-gap: 1.5rem;
}

.columns.mod--info {
  grid-column-gap: 3.75rem;
}

.columns.mod--header {
  background-color: #fff;
  border: .0625rem solid #e0e0e0;
  border-radius: 1.25rem;
  align-items: center;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 1.5rem 2rem;
  transition: all .8s;
}

.columns.mod--header.active {
  border-color: #fff;
}

.columns.mod--growth {
  align-items: center;
}

.columns.mod--leads {
  flex-wrap: wrap;
  margin: -1.125rem;
}

.col {
  flex: 1;
  position: relative;
}

.col.mod--home-new {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.col.mod--perspective-img {
  flex: none;
  max-width: 23.875rem;
}

.col.mod--perspective-text {
  max-width: 26.875rem;
}

.col.mod--footer2.is-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.col.mod--footer2.is-3 {
  text-align: right;
}

.col.mod--certificate, .col.col--1.mod--reviews {
  flex: 0 auto;
}

.col.col--1.mod--reviews {
  flex: 0 auto;
}

.col.col--1.mod--faq {
  max-width: 23rem;
}

.col.col--1.mod--consult {
  max-width: 29rem;
}

.col.col--1.mod--header {
  flex: 0 auto;
}

.col.col--1.mod--growth {
  flex: 0 auto;
  width: 29.25rem;
}

.col.col--1.mod--home {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col.col--2.mod--faq {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.col.col--2.mod--consult {
  grid-column-gap: 1rem;
  flex: 0 auto;
  align-items: center;
  width: 26.875rem;
  display: flex;
}

.col.col--2.mod--header {
  flex: 0 auto;
  position: static;
}

.col.col--2.mod--growth {
  max-width: 52%;
}

.col.col--2.mod--home {
  flex: 0 auto;
  max-width: 26rem;
}

.col.mod--payment-advant {
  text-align: center;
  flex: 0 auto;
}

.col.mod--payment {
  background-color: var(--white);
  border-radius: .625rem;
  padding: 2.5rem 2rem;
  position: relative;
}

.col.mod--payment.mod--1 {
  overflow: hidden;
}

.col.mod--payment.mod--2 {
  box-shadow: 0 4px 3.375rem #00000026;
}

.col.mod--leads {
  flex: 0 auto;
  width: 50%;
  padding: 1.125rem;
}

.col.col--3.mod--header {
  display: none;
}

.profession__block {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 4.5rem 5rem 3.875rem;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.overheading {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.teacher__chief {
  max-width: 30rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.teacher__list-item {
  margin-bottom: .7rem;
  font-size: .6875rem;
}

.teacher__list-text {
  font-size: 1rem;
}

.teacher__list {
  max-width: 29rem;
  margin-top: .375rem;
  padding-left: 1rem;
}

.teacher__player-wrap {
  border-radius: 1.375rem;
  position: relative;
}

.teacher__socials {
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.25rem;
  display: flex;
}

.teacher__soc-link {
  color: #4a43f3;
  overflow: hidden;
}

.teacher__soc-link:hover {
  color: #3731c1;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
}

.old-program__list {
  border-top: .125rem solid #000;
  margin-top: 2rem;
  padding-left: 0;
  list-style-type: none;
}

.old-program__list-item {
  border-bottom: .0625rem solid #dcdcdc;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.program__columns {
  grid-column-gap: 2rem;
  border-radius: .25rem;
  display: flex;
  position: relative;
}

.program__col.mod--1 {
  flex: none;
}

.program__col.mod--2 {
  flex: 1;
  align-items: center;
  display: flex;
}

.program__number {
  z-index: 1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.author__ava-wrap {
  flex: none;
  position: relative;
}

.author__ava {
  z-index: 0;
  width: 2.5rem;
  display: block;
  position: relative;
}

.author__soc {
  z-index: 1;
  width: 1rem;
  display: block;
  position: absolute;
  top: -.1875rem;
  right: -.1875rem;
}

.program__author-text {
  font-size: .875rem;
}

.program__author-text.mod--name {
  margin-bottom: .125rem;
  font-size: 1rem;
  font-weight: 700;
}

.text-color-blue {
  color: var(--slate-blue);
}

.text-color-green {
  color: #39d477;
}

.after__sert-wrap {
  width: 41.1875rem;
  position: relative;
}

.after__sertificate {
  z-index: 1;
  border-radius: .5rem;
  width: 41.1875rem;
  display: block;
  position: relative;
}

.after__sert-bg {
  z-index: 0;
  background-color: #4a43f34d;
  border-radius: .5rem;
  margin-top: 2.375rem;
  margin-left: 3rem;
  position: absolute;
  inset: 0 -.875rem -.875rem 0;
}

.after__sert-text {
  color: #4a43f366;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: -1.25rem;
  font-weight: 700;
}

.after__rich {
  max-width: 23rem;
}

.after__rich h3 {
  margin-bottom: 1rem;
}

.after__rich li {
  background-image: url("https://cdn.prod.website-files.com/62d26f38a79af0270933888d/62dd762ee724d7534c56f24b_ico-checked.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 1.25rem;
}

.after__rich ul {
  grid-row-gap: .125rem;
  flex-direction: column;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.reviews__player-wrap {
  background-color: #f1f1f1;
  border-radius: .625rem;
  width: 32rem;
  padding: 1.5rem;
  display: inline-block;
  position: relative;
}

.reviews__player-nav-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.reviews__player-nav {
  background-image: url("https://cdn.prod.website-files.com/62d26f38a79af0270933888d/62dd7a0d076231254e49d4d4_ico-video-nav.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
}

.reviews__player-nav-ico {
  width: 2.5rem;
  display: block;
}

.reviews__player-nav-ico.mod--hide {
  display: none;
}

.reviews__grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.reviews__grid-block {
  border: .0625rem solid #e8e7ff;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 1.25rem 1.5rem;
  display: flex;
  position: relative;
}

.reviews__rating {
  grid-column-gap: .375rem;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.reviews__rating-star {
  width: 1.5rem;
  display: block;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.text-size-20 {
  font-size: 1.25rem;
}

.plan__block {
  box-shadow: none;
  border: .0625rem solid #d1d1d1;
  border-radius: .625rem;
  flex-direction: column;
  height: 100%;
  padding: 2.5rem 2.25rem;
  transition: all .4s;
  display: flex;
  position: relative;
}

.plan__block:hover {
  z-index: 2;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 54rem #00000026;
}

.plan__block.mod--premium {
  background-color: #fff;
  border-width: 0;
  box-shadow: 0 0 3.375rem #00000026;
}

.plan__type {
  margin-bottom: .375rem;
  font-weight: 700;
}

.plan__price {
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.0625rem;
}

.plan__descript {
  margin-bottom: 2rem;
}

.plan__title-list {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-weight: 700;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.plan__list-text {
  font-size: .875rem;
  display: block;
  position: relative;
  top: .125rem;
}

.payment__heading-wrap {
  color: var(--white);
}

.heading-size-32 {
  font-size: 2rem;
}

.payment-advant__img-wrap {
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.payment-advant__title {
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.payment-advant__text {
  color: #fff9;
  max-width: 20.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-size-40 {
  font-size: 2.5rem;
}

.payment__alex {
  width: 18.875rem;
  display: block;
  position: absolute;
  top: 2.5rem;
  right: -3rem;
}

.payment__price-wrap {
  align-items: flex-end;
  display: flex;
}

.payment__price-wrap.hide {
  display: none;
}

.payment__price {
  color: var(--slate-blue);
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}

.payment__price.mod--old {
  color: #0006;
  margin-left: .5rem;
  font-size: 2rem;
  text-decoration: line-through;
  bottom: 0;
}

.payment__discount {
  z-index: 1;
  color: var(--white);
  background-color: #ff476d;
  align-items: center;
  height: 5.25rem;
  padding: 1.25rem 2rem 1.25rem 1.75rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.img-filter-invert {
  filter: invert();
  width: 2rem;
}

.payment__discount-text-wrap {
  margin-left: .625rem;
}

.payment__discount-text {
  font-size: .875rem;
}

.payment__discount-text.mod--title {
  margin-bottom: .25rem;
  font-weight: 700;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.radio-field {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
}

.radio-field.mod--payment {
  border: .0625rem solid #d2d2d2;
  border-radius: .25rem;
  flex-direction: row;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.radio-btn {
  border-width: .0625rem;
  border-color: #c4c4c4;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

.radio-btn.w--redirected-checked {
  border-width: .0625rem;
  border-color: var(--slate-blue);
  box-shadow: inset 0 0 0 6px var(--slate-blue);
  width: 1.25rem;
  height: 1.25rem;
}

.radio-btn.w--redirected-focus {
  border-width: .0625rem;
  border-color: var(--slate-blue);
  box-shadow: inset 0 0 0 6px var(--slate-blue);
}

.radio-text {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.125rem;
  display: inline-block;
}

.radio-text.mod--title {
  margin-bottom: .375rem;
  font-size: 1rem;
  font-weight: 700;
}

.form__payment-method {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 1.875rem;
  display: grid;
}

.radio-label-wrap {
  margin-top: -.1875rem;
  margin-left: .75rem;
}

.radio-label-img {
  width: 6.0625rem;
  margin-top: .875rem;
  display: block;
}

.radio-label-img.hide {
  display: none;
}

.radio-label-img.mod--mono {
  width: 5.875rem;
}

.form__payment-fields {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown__content {
  padding-bottom: 2rem;
}

.dropdown__content.mod--home-about {
  padding-top: 1.5rem;
}

.dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown {
  z-index: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.dropdown.mod--faq {
  border-bottom: 1px solid #d2d2d6;
}

.dropdown.mod--faq.is--last {
  border: 1px #000;
}

.dropdown-btn {
  white-space: normal;
  white-space: normal;
  padding: .5rem 2rem .5rem 0;
  display: block;
}

.dropdown__text {
  color: #0009;
  max-width: 36.5625rem;
}

.dropdown-ico-wrap {
  border: .125rem solid #999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
  position: absolute;
  top: .8125rem;
  right: 0;
}

.dropdown-ico {
  background-image: url("https://cdn.prod.website-files.com/62d26f38a79af0270933888d/62e510daf5e1730fbbced4cc_ico-plus.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: .75rem;
}

.form-block {
  margin-bottom: 0;
}

.form-block.mod--consult {
  border: .0625rem solid #d1d1d1;
  border-radius: .625rem;
  margin-bottom: 0;
  padding: 3.5rem 3rem;
}

.text-color-grey {
  color: #0009;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.contact__block {
  grid-row-gap: 2.625rem;
  color: var(--black);
  text-align: center;
  background-image: linear-gradient(#f0916e1a, #f0916e00);
  border-radius: .625rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4.25rem 1.5rem 1.5rem;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.contact__block:hover {
  color: var(--dark-salmon);
}

.contact__block.mod--violet {
  background-image: linear-gradient(#866ff41a, #866ff400);
}

.contact__block.mod--violet:hover {
  color: #866ff4;
}

.contact__block.mod--red {
  background-image: linear-gradient(#e359651a, #e3596500);
}

.contact__block.mod--red:hover {
  color: var(--indian-red);
}

.contact__block.mod--green {
  background-image: linear-gradient(#39d4771a, #39d47700);
}

.contact__block.mod--green:hover {
  color: var(--lime-green);
}

.contact__block.mod--blue {
  background-image: linear-gradient(#27a6e51a, #27a6e500);
}

.contact__block.mod--blue:hover {
  color: #27a6e5;
}

.text-weight-bold {
  z-index: 1;
  font-weight: 700;
}

.bg-gradient-hover {
  z-index: -1;
  background-image: linear-gradient(#f0916e26, #f0916e00);
  height: 0%;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0 0% auto;
}

.bg-gradient-hover.mod--blue {
  background-image: linear-gradient(#27a6e526, #27a6e500);
}

.bg-gradient-hover.mod--violet {
  background-image: linear-gradient(#866ff426, #866ff400);
}

.bg-gradient-hover.mod--green {
  background-image: linear-gradient(#39d47726, #39d47700);
}

.bg-gradient-hover.mod--red {
  background-image: linear-gradient(#e3596526, #e3596500);
}

.program__author-link {
  grid-column-gap: .75rem;
  color: var(--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header__buttons {
  grid-column-gap: 1rem;
  display: flex;
}

.live {
  grid-column-gap: .4375rem;
  color: var(--white);
  text-align: center;
  background-color: #ff476d;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .3rem 1.1rem .4rem 1rem;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.live__dot {
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  display: flex;
  position: relative;
  top: 0;
}

.hero__chief-title {
  font-size: 1.5rem;
  line-height: 1.1;
}

.profession__bg {
  z-index: -1;
  opacity: .5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.profession__bg-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.modal__content {
  max-width: 34rem;
}

.modal__content.mod--result {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal__content.mod--result.hidden {
  display: none;
}

.remodal.is--global {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: .625rem;
  max-width: 42.375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 4rem 2rem;
  position: relative;
  overflow: visible;
  transform: translate(0);
}

.remodal.is--global.mod--result {
  max-width: 35rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal__close-wrap {
  z-index: 2;
  opacity: .3;
  filter: grayscale();
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/62d26f38a79af0270933888d/62ee4dd2b70e37cd0a2832fc_ico-close.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6.25rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.modal__close-wrap:hover {
  opacity: 1;
  filter: hue-rotate(320deg) grayscale(0%);
}

.input-wrap {
  width: 100%;
  position: relative;
}

.input-wrap.mod--one {
  grid-column-gap: 1rem;
  grid-column-gap: 1rem;
  align-items: center;
  max-width: 26.5625rem;
  display: flex;
}

.modal__form-terms {
  color: #0009;
  max-width: 25rem;
  margin-top: 3rem;
  font-size: .75rem;
}

.text-style-underline {
  text-decoration: underline;
}

.program__rich h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

.program__rich p {
  margin-bottom: .75rem;
}

.program__rich ul {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.program__rich h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.program__rich h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.program__rich h5 {
  margin-bottom: .5rem;
  font-size: 1.125rem;
}

.program__drop {
  display: block;
}

.program__drop-btn {
  background-color: var(--black);
  display: none;
}

.program__drop-list {
  background-color: #0000;
  max-height: 15rem;
  transition: all .8s;
  display: block;
  position: relative;
  overflow: hidden;
}

.program__drop-list.active {
  max-height: 0;
}

.img.mod--thanks-logo {
  width: 9.5rem;
  margin-bottom: 3rem;
}

.img.mod--learn {
  width: 48.875rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img.mod--growth {
  width: 100%;
  display: block;
}

.img.mod--contact {
  width: 2.625rem;
  display: block;
}

.img.mod--info {
  object-fit: contain;
  object-position: 0% 50%;
  height: 4.375rem;
  margin-bottom: 4rem;
  display: block;
}

.img.mod--hero {
  width: 49.8125rem;
  max-width: none;
  display: block;
}

.img.mod--hero.mod--alex {
  z-index: 2;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-wrap.mod--reviews, .text-wrap.mod--leads {
  text-align: center;
}

.text-wrap.mod--reviews, .text-wrap.mod--leads {
  text-align: center;
}

.text-wrap.mod--growth {
  max-width: 34.375rem;
}

.text-wrap.mod--profession-heading {
  text-align: center;
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.mod--profession {
  max-width: 28.125rem;
}

.text-wrap.mod--profession.mod--2 {
  margin-left: auto;
  margin-right: 1.875rem;
}

.text-wrap.mod--learn {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.mod--plan-heading {
  text-align: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.mod--program-more {
  grid-column-gap: .25rem;
  cursor: pointer;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.text-wrap.mod--reviews, .text-wrap.mod--leads {
  text-align: center;
}

.text-wrap.mod--plan-heading2 {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.leads__block {
  border: .0625rem solid #d1d1d1;
  border-radius: .625rem;
  height: 100%;
  padding: 2.5rem 2.25rem;
}

.leads__ava {
  z-index: 0;
  flex: none;
  width: 100%;
  max-width: 4.5rem;
  display: block;
  position: relative;
}

.leads__ava-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.leads__ava-txt {
  max-width: 19rem;
  font-size: .875rem;
}

.leads__ava-txt.mod--name {
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 700;
}

.leads__ava-txt.mod--4 {
  max-width: 25rem;
}

.plan__price-old {
  color: #0006;
  font-size: 2rem;
  text-decoration: line-through;
}

.payment__desc {
  color: #fff9;
  text-align: center;
  max-width: 62.5rem;
  margin-bottom: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

.margin-bottom-18 {
  margin-bottom: 1.125rem;
}

.dropdown-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.profession__blocks {
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 54.875rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.profession__bg-number {
  z-index: -1;
  width: 23.125rem;
  max-width: none;
  display: block;
  position: absolute;
  top: 3.9375rem;
  right: 0;
}

.profession__bg-number.mod--2 {
  inset: auto auto -.3125rem 2.1875rem;
}

.profession__bg-number.mod--3 {
  top: 1.5rem;
  right: 3.875rem;
}

.learn__blocks {
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 48.8125rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.learn__block {
  text-align: center;
  text-align: center;
  border: .0625rem solid #d1d1d1;
  border-radius: 1.25rem;
  padding: 2.5rem 1.5rem;
}

.list.mod--plan {
  grid-row-gap: .6rem;
  flex-direction: column;
  max-width: 20.625rem;
  padding-left: .875rem;
  display: flex;
}

.list.mod--plan.mod--payment {
  max-width: 20rem;
  margin-bottom: 1.25rem;
}

.list-item.mod--plan {
  font-size: .5rem;
  line-height: 1.4;
}

.program__param-wrap {
  align-items: stretch;
  margin-bottom: 1rem;
  display: none;
}

.program__param-ico {
  background-image: url("https://cdn.prod.website-files.com/62d26f38a79af0270933888d/62dd2c36e724d7f9a55290fd_ico-program-schedule.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: .5rem;
}

.program__param-ico.mod--platinum {
  background-image: url("https://cdn.prod.website-files.com/62d26f38a79af0270933888d/62dd2c36a9e8f6492cebca63_ico-program-platinum.svg");
}

.program__param {
  border-radius: .25rem;
  align-items: center;
  margin-right: .75rem;
  padding: .75rem 1rem;
  display: flex;
}

.program__param.mod--platinum {
  background-image: linear-gradient(#f4ead0, #7169644d);
}

.program__title {
  max-width: 40.625rem;
  font-size: 2rem;
  line-height: 1.1;
}

.program__number-wrap {
  color: var(--white);
  text-align: center;
  border-radius: .25rem;
  width: 4.5rem;
  min-height: 4.5rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.program__number-bg {
  z-index: 0;
  background-image: linear-gradient(#4a43f366, #4a43f31a);
  border-radius: .25rem;
  position: absolute;
  inset: 0%;
}

.program__number-bg.mod--platinum {
  background-image: url("https://cdn.prod.website-files.com/62d26f38a79af0270933888d/6380fc3c9a644154b18e1559_ico-premium.svg"), linear-gradient(#f4ead0, #7169644d);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 3.125rem, auto;
  min-height: 5.625rem;
  position: relative;
}

.videoask {
  border: 0 solid #000;
  border-radius: 1.5rem;
  width: 100%;
  height: 42vw;
  max-height: 37.5rem;
}

.program__author {
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.reviews__author-text {
  font-size: .875rem;
}

.reviews__author-text.mod--name {
  margin-bottom: .125rem;
  font-size: 1rem;
  font-weight: 700;
}

.reviews__author {
  grid-column-gap: .75rem;
  color: var(--black);
  align-items: center;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.btn-menu {
  display: none;
}

.header__menu-wrap {
  grid-column-gap: 4rem;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.img-wrap {
  position: relative;
}

.link-hirin {
  border-bottom: 1px solid #00000080;
  line-height: 1.1;
  display: inline-block;
}

.reviews__video {
  margin-left: -2px;
}

.reviews__video-wrap {
  border-radius: .625rem;
  overflow: hidden;
  transform: translate(0);
}

.button {
  z-index: 2;
  background-color: var(--slate-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: -.03ch;
  cursor: pointer;
  border-radius: 1.25rem;
  padding: 1rem 2.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  transition: all .2s;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button:hover {
  color: var(--white);
  background-color: #277eff;
}

.button.is--small {
  border-radius: 5rem;
  min-width: 8rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button.is--small.is--border-grey:hover {
  color: var(--white);
  background-color: #212529;
  border-color: #212529;
}

.button.is--border-grey {
  background-color: var(--transparent);
  color: var(--black);
  border: 1px solid #2125294d;
}

.button.is--border-grey:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.button.is--submit {
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  min-width: 9rem;
  height: 3rem;
  padding: 0 .5rem;
  display: flex;
}

.heading-modal {
  letter-spacing: .02ch;
  margin-bottom: 1.375rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.desc-modal {
  max-width: 26.5625rem;
  margin-bottom: 2.5rem;
}

.text-color-grey-light {
  color: #c7c7c7;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5vw;
  }

  .section.mod--footer, .section.mod--footer-new, .section.mod--footer, .section.mod--footer-new {
    padding-bottom: 3.125rem;
  }

  .footer__col.mod--1.mod--bottom {
    flex: 0 auto;
  }

  .footer__col.mod--2.mod--bottom {
    flex: 1;
    justify-content: center;
  }

  .hero__desc {
    max-width: 22.5rem;
  }

  .footer__columns.mod--bottom {
    flex-wrap: nowrap;
  }

  .form-subs-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .input.mod--subs {
    padding-right: 8.75rem;
  }

  .subs__content {
    background-position: 0 0, 34.375rem 1.875rem;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .subs__txt-wrap {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .footer__link.mod--tems {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .hero__heading {
    font-size: 5vw;
  }

  .swiper__pagination-dot {
    background-color: #e8e8e8;
    border-radius: 6.25rem;
    flex: none;
    width: .5rem;
    height: .5rem;
    margin-left: .375rem;
    margin-right: .375rem;
    padding: 0;
    transition: all .2s;
  }

  .swiper__pagination-dot.active {
    background-color: #101038;
  }

  .cookie {
    border-radius: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    bottom: 0;
  }

  .blog-collect.mod--margin-0 {
    margin-bottom: -3rem;
  }

  .blog-collect__list {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .blog-collect__item {
    margin-bottom: 2.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .tabs-collect__item {
    flex: 1;
  }

  .blog-collect__img-link {
    height: 20vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.625rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .content.mod--payment {
    border-radius: 0;
    width: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section.mod--header {
    padding-left: 10px;
    padding-right: 10px;
    top: 20px;
  }

  .section.mod--footer {
    padding-bottom: 1.5rem;
  }

  .section.mod--page {
    padding-top: 6rem;
    overflow: hidden;
  }

  .section.mod--home {
    padding-top: 130px;
  }

  .section.mod--home-new {
    padding-top: 7.5rem;
  }

  .section.mod--footer-new {
    padding-bottom: 8rem;
  }

  .section.margin-bottom {
    margin-bottom: 3.75rem;
  }

  .logo-link {
    max-width: 95px;
    font-size: 1.5rem;
  }

  .btn {
    min-width: 7rem;
    padding: 1.2rem 2rem;
    font-size: 1rem;
  }

  .footer__col.mod--1 {
    margin-bottom: 2.5rem;
  }

  .footer__col.mod--1.mod--bottom {
    width: 100%;
    display: none;
  }

  .footer__col.mod--2 {
    margin-bottom: 2rem;
  }

  .footer__col.mod--2.mod--bottom {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer__col.mod--3.mod--bottom {
    align-items: center;
    width: 100%;
  }

  .hero__desc {
    max-width: 25rem;
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .footer__columns {
    flex-direction: column;
  }

  .footer__columns.mod--bottom {
    margin-top: 2rem;
  }

  .p {
    font-size: 1rem;
  }

  .heading--white {
    margin-bottom: .75rem;
  }

  .swiper.mod--blog {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .swiper-wrapper.mod--info, .swiper-wrapper.mod--for {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .swiper-wrapper.mod--info, .swiper-wrapper.mod--for {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .swiper-wrapper.mod--reviews {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--info, .swiper-slide.mod--for {
    flex: none;
    max-width: 16.25rem;
  }

  .swiper-slide.mod--info, .swiper-slide.mod--for {
    flex: none;
    max-width: 16.25rem;
  }

  .swiper-slide.mod--reviews {
    flex: none;
    width: 100%;
    max-width: 16.25rem;
    min-height: 29rem;
  }

  .btn-wrap.mod--mobile-fixed {
    z-index: 80;
    flex-direction: column;
  }

  .btn-wrap.mod--plan {
    order: 1;
    margin-top: 24px;
  }

  .form-subs__submit {
    width: 100%;
    height: 2.5rem;
    margin-top: 1.25rem;
    position: relative;
    top: auto;
    right: auto;
  }

  .input.mod--subs {
    text-align: center;
    text-align: center;
    height: 3.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .subs__content {
    background-position: 0 0, 1.5625rem 11.875rem;
    background-size: auto, 37.5rem;
    max-width: 21.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subs__txt-wrap {
    text-align: center;
    flex-direction: column;
    max-width: 18.75rem;
  }

  .subs__img {
    max-width: 8.125rem;
    margin-bottom: -1.875rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__heading {
    max-width: 25rem;
    font-size: 2rem;
  }

  .swiper__pagination {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: .5rem;
    margin-top: 1.5rem;
    padding: 0;
    display: flex;
  }

  .page-terms__rich p {
    font-size: .75rem;
  }

  .page-terms__rich h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .page-terms__rich h4 {
    margin-bottom: .5rem;
    font-size: 1rem;
  }

  .page-terms__rich h2 {
    font-size: 1rem;
  }

  .page404__p {
    max-width: 21.25rem;
    font-size: .875rem;
  }

  .cookie {
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie__txt {
    width: 100%;
    max-width: 34.375rem;
    font-size: .875rem;
  }

  .blog-collect__item {
    width: 50%;
  }

  .blog-collect__block.mod--slider-mob {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
  }

  .tags-collect__link {
    font-size: .75rem;
    font-weight: 700;
  }

  .post__rich {
    font-size: 1.125rem;
  }

  .post__rich h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .post__rich h4 {
    margin-bottom: .5rem;
    font-size: 1.125rem;
  }

  .post__rich h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.625rem;
    line-height: 1.2em;
  }

  .post__rich blockquote {
    border-left-width: .1875rem;
    padding: 1rem;
    font-size: 1.125rem;
  }

  .post__rich h3 {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }

  .post__rich h5 {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
  }

  .tabs-collect__list {
    display: flex;
  }

  .tabs-collect, .blog-slider__img {
    display: none;
  }

  .post__header-wrap {
    margin-bottom: 2.5rem;
    padding-top: 0;
  }

  .post__h1 {
    margin-bottom: .75rem;
    font-size: 1.875rem;
    line-height: 1.2em;
  }

  .tabs-collect__title {
    font-size: 1.125rem;
  }

  .blog-collect__img-link {
    height: 28vw;
    margin-bottom: .625rem;
  }

  .blog-collect__img-link.mod--tabs-mob {
    height: 50vw;
  }

  .header__link {
    font-size: 1.25rem;
  }

  .blog-pagin {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .blog-pagin__page {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-slider__content {
    background-color: #f6f7fa;
    border-radius: .5rem;
    padding-bottom: 1.5rem;
    display: block;
    overflow: hidden;
  }

  .blog-slider__img-link {
    border-radius: .5rem;
    display: none;
  }

  .post__sidebar {
    border-top: .0625rem solid #dedede;
    margin-top: 1.25rem;
    padding-top: 1.5rem;
    position: relative;
    left: 0;
    right: 0;
  }

  .post__sidebar-sticky {
    position: relative;
    top: 0;
  }

  .post__sidebar-banner {
    display: none;
  }

  .post__banner {
    border-radius: 1.875rem;
    margin-top: 4rem;
    padding-left: 2rem;
  }

  .post__banner-wrap {
    margin-top: 4rem;
  }

  .post__banner-img {
    display: none;
  }

  .post__banner-img.mod--mob {
    max-width: 8.125rem;
    margin-top: -5rem;
    margin-bottom: -.625rem;
    display: block;
    position: relative;
    bottom: auto;
    left: -.625rem;
  }

  .post__banner-img.mod--laptop {
    display: none;
  }

  .post__banner-title {
    max-width: 21.875rem;
    margin-bottom: 1rem;
  }

  .post__banner-p {
    max-width: 25rem;
    margin-bottom: 1.5rem;
  }

  .header__menu {
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .header__menu-line {
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .hero__over-wrap {
    grid-column-gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .hero__chief {
    z-index: 2;
    text-align: left;
    max-width: 22rem;
    margin-bottom: 1.5rem;
    margin-left: 1.25rem;
    font-size: .875rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .margin-bottom-48 {
    margin-bottom: 1.5rem;
  }

  .info__block {
    padding: 1.5rem;
  }

  .info__over-title {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .info__list-text {
    font-size: 14px;
  }

  .columns.mod--teacher, .columns.mod--after {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .columns.mod--reviews {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .columns.mod--plan {
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-top: 32px;
  }

  .columns.mod--payment-advant {
    grid-column-gap: 2rem;
  }

  .columns.mod--payment {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .columns.mod--faq {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .columns.mod--consult {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .columns.mod--contact {
    grid-column-gap: 0rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: -.5rem;
  }

  .columns.mod--info {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .columns.mod--header {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: .6rem 14px;
  }

  .columns.mod--growth {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .columns.mod--leads {
    grid-row-gap: 1rem;
    flex-direction: column;
    margin: 0;
  }

  .columns.mod--home {
    flex-direction: column;
  }

  .columns.mod--teacher, .columns.mod--after {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .columns.mod--home-new {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .columns.mod--certificate {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    align-items: stretch;
  }

  .columns.mod--perspective {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .columns.mod--footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .columns.mod--footer2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .col.col--1.mod--faq {
    max-width: 26rem;
  }

  .col.col--1.mod--header {
    z-index: 1;
    position: relative;
  }

  .col.col--1.mod--growth {
    width: 100%;
  }

  .col.col--2.mod--faq {
    grid-row-gap: 1.5rem;
  }

  .col.col--2.mod--consult {
    width: 100%;
  }

  .col.col--2.mod--header {
    z-index: 0;
    grid-row-gap: 2rem;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    height: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .col.col--2.mod--growth {
    max-width: 100%;
  }

  .col.col--2.mod--home {
    color: var(--white);
    background-image: linear-gradient(#4a43f300, #4a43f3b3);
    align-items: flex-end;
    max-width: none;
    min-height: 13rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    overflow: hidden;
  }

  .col.mod--payment {
    padding: 2rem 1.5rem;
  }

  .col.mod--payment.mod--1 {
    padding-bottom: 5.5rem;
  }

  .col.mod--contact {
    flex: 0 auto;
    width: 50%;
    padding: .5rem;
  }

  .col.mod--leads {
    width: 100%;
    padding: 0;
  }

  .col.col--3.mod--header {
    z-index: 1;
    z-index: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .col.mod--perspective-img {
    max-width: 100%;
  }

  .col.mod--perspective-text {
    background-color: #f5f5f5;
    border-radius: 2rem;
    max-width: 100%;
    padding: 2rem 1.5rem;
  }

  .col.mod--footer2.is-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .col.mod--certificate {
    margin-left: auto;
    margin-right: auto;
  }

  .col.mod--certificate.is-1 {
    background-color: #f5f5f5;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .profession__block {
    border-radius: 1rem;
    padding: 2rem 1.5rem;
  }

  .overheading {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .teacher__chief {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .teacher__list-text {
    font-size: 14px;
  }

  .teacher__player-wrap {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .teacher__socials {
    grid-column-gap: 1.5rem;
    margin-top: 8px;
  }

  .old-program__list-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .program__columns {
    grid-column-gap: 12px;
  }

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

  .after__sert-wrap, .after__sertificate {
    width: 100%;
  }

  .after__sert-bg {
    border-radius: .5rem;
    margin-top: 2rem;
    margin-left: 2.5rem;
    bottom: -.5rem;
    right: -.5rem;
  }

  .after__sert-text {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
  }

  .reviews__player-wrap {
    width: 100%;
    padding: .8rem;
    display: block;
  }

  .reviews__player-nav {
    width: 5rem;
    height: 5rem;
  }

  .reviews__player-nav-ico {
    width: 2rem;
  }

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

  .reviews__grid-block {
    padding: 20px;
  }

  .reviews__rating {
    margin-bottom: 1rem;
  }

  .text-size-20 {
    font-size: 1rem;
  }

  .plan__block {
    box-shadow: none;
    padding: 24px 20px;
  }

  .plan__block:hover {
    box-shadow: none;
    border-color: #d1d1d1;
  }

  .plan__block.mod--premium {
    box-shadow: none;
    box-shadow: none;
    border-width: .0625rem;
  }

  .plan__type {
    margin-bottom: 4px;
  }

  .plan__descript {
    margin-bottom: 20px;
  }

  .plan__title-list {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .payment-advant__img-wrap {
    margin-bottom: 1rem;
  }

  .heading-size-40 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .heading-size-40.margin-bottom-20 {
    margin-bottom: .7rem;
  }

  .payment__alex {
    width: 35vw;
    display: none;
    top: auto;
    bottom: 0;
  }

  .payment__price {
    font-size: 2rem;
  }

  .payment__price.mod--old {
    font-size: 1.5rem;
    bottom: .1rem;
  }

  .payment__discount {
    height: auto;
    padding: 1rem 1.5rem 1rem 1.4rem;
  }

  .radio-field.mod--payment {
    flex-direction: column;
    padding: 1rem;
  }

  .radio-label-wrap {
    margin-top: .8rem;
    margin-left: 0;
  }

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

  .dropdown__content.mod--home-about {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .dropdown.mod--faq.is--last {
    border-bottom-style: none;
  }

  .form-block.mod--consult {
    padding: 2rem 1.5rem;
  }

  .contact__block {
    grid-row-gap: 1.5rem;
  }

  .live {
    grid-column-gap: .3rem;
    padding: .2rem .6rem .3rem .4rem;
    font-size: 12px;
  }

  .live__dot {
    font-size: 1.4rem;
    top: -.1rem;
  }

  .hero__chief-title {
    font-size: 1rem;
  }

  .modal__content {
    max-width: 100%;
  }

  .modal__content.mod--result {
    max-width: 320px;
  }

  .remodal.is--global {
    max-width: 25rem;
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .remodal.is--global.mod--result {
    max-width: 25rem;
  }

  .modal__close-wrap {
    top: 1rem;
    right: 1rem;
  }

  .input-wrap.mod--one {
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
  }

  .modal__form-terms {
    margin-top: 1rem;
    font-size: .7rem;
  }

  .modal__img {
    display: none;
  }

  .program__rich ul {
    padding-left: 1.2rem;
  }

  .img.mod--info {
    width: 60px;
    height: auto;
    margin-bottom: 1.5rem;
  }

  .img.mod--hero.mod--alex {
    width: 45rem;
    margin-top: -40px;
    position: relative;
    bottom: -8px;
  }

  .img.mod--hero.mod--bg {
    display: none;
  }

  .img.mod--thanks-logo {
    width: 7rem;
    margin-bottom: 2rem;
  }

  .text-wrap.mod--growth {
    max-width: 100%;
  }

  .text-wrap.mod--profession.mod--2 {
    margin-left: 0;
    margin-right: auto;
  }

  .text-wrap.mod--plan-heading {
    max-width: 30rem;
  }

  .text-wrap.mod--program-more {
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }

  .text-wrap.mod--leads {
    text-align: left;
  }

  .leads__block {
    padding: 20px;
  }

  .leads__ava {
    width: 4rem;
  }

  .leads__ava-wrap {
    margin-bottom: 1rem;
  }

  .leads__ava-txt.mod--name {
    margin-bottom: .3rem;
  }

  .payment__desc, .dropdown-title {
    font-size: 1.125rem;
  }

  .profession__bg-number {
    width: 13rem;
    top: auto;
    bottom: -.5rem;
    right: -4rem;
  }

  .profession__bg-number.mod--2 {
    bottom: -.8rem;
    left: auto;
    right: -2.5rem;
  }

  .profession__bg-number.mod--3 {
    top: auto;
    bottom: -6rem;
    right: -2.5rem;
  }

  .learn__block {
    text-align: left;
    border-radius: 1rem;
    padding: 20px;
  }

  .modal__desc {
    margin-bottom: 1.5rem;
  }

  .program__title {
    font-size: 1.25rem;
  }

  .program__number-wrap {
    width: 40px;
    min-height: 40px;
    font-size: 20px;
  }

  .program__number-bg.mod--platinum {
    background-size: 70%, auto;
    min-height: 3.5rem;
  }

  .videoask {
    border-radius: 10px;
    height: 357px;
    max-height: none;
  }

  .reviews__author {
    margin-top: 1.5rem;
  }

  .btn-menu {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    position: relative;
    overflow: hidden;
    transform: translate(0);
  }

  .btn-menu__open {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .btn-menu__close {
    z-index: 2;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .program__more-span {
    display: none;
  }

  .img-wrap.mod--hero {
    z-index: 0;
    z-index: 0;
    margin-top: 30px;
    margin-bottom: -120px;
    margin-left: 100px;
  }

  .link-hirin.mod--hero {
    border-bottom-color: #ffffff80;
  }

  .terms__rich {
    font-size: 1.125rem;
  }

  .terms__rich h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .terms__rich h4 {
    margin-bottom: .5rem;
    font-size: 1.125rem;
  }

  .terms__rich h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.625rem;
    line-height: 1.2em;
  }

  .terms__rich blockquote {
    border-left-width: .1875rem;
    padding: 1rem;
    font-size: 1.125rem;
  }

  .terms__rich h3 {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }

  .terms__rich h5 {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
  }

  .terms__rich ol {
    padding-left: 1.5625rem;
  }

  .home__live {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    font-size: .75rem;
  }

  .home__live-dot {
    outline-width: .2rem;
    width: .3rem;
    height: .3rem;
  }

  .home__month {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.0625rem;
  }

  .home-about {
    background-image: radial-gradient(circle at 50% 90%, #ffffff1a, #000);
    flex-flow: column;
    min-height: 27.875rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
  }

  .home-about__img {
    object-fit: contain;
    max-width: 100%;
    max-height: 27rem;
    position: relative;
    inset: auto 0% 0%;
  }

  .home-about__social {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: absolute;
    inset: auto 0% 2rem;
  }

  .home-about__name-wrap {
    font-size: 1.0625rem;
  }

  .swiper-nav.is--mobile {
    display: flex;
  }

  .dropdown__icon-wrap.mod--home-about {
    display: block;
  }

  .dropdown__title {
    font-size: 1.125rem;
  }

  .home-about__text {
    font-size: .9375rem;
  }

  .btn-fixed {
    z-index: 89;
    background-color: var(--white);
    border-top: 1px solid #f0f0f0;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .block.mod--contacts {
    min-height: 10.625rem;
  }

  .how-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button {
    border-radius: 5rem;
    width: 100%;
    padding: .8rem 1rem;
    font-size: 1.0625rem;
  }

  .home-about__content {
    position: static;
  }

  .heading2-wrap {
    margin-bottom: 2rem;
  }

  .how__img {
    display: none;
  }

  .how__img.is--mobile {
    display: block;
  }

  .contact-container {
    flex-flow: column;
    display: flex;
  }

  .plan-new__list-title {
    max-width: 100%;
  }

  .leads-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .certificate__rich {
    margin-top: 0;
  }

  .leads__name {
    font-size: 1.3125rem;
  }

  .leads__position {
    font-size: .875rem;
  }

  .subheading {
    opacity: 1;
    font-size: 1rem;
  }

  .navbar-nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-nav__buttons {
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .burger-wrap {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: flex !important;
  }

  .burger-wrap.w--open {
    background-color: var(--transparent);
  }

  .burger {
    flex-flow: column;
    justify-content: space-between;
    width: 18px;
    height: 12px;
    display: flex;
    position: relative;
  }

  .burger__line {
    background-color: #999;
    border-radius: 1rem;
    width: 100%;
    height: 3px;
    padding: 0;
    transition: all .2s;
    position: relative;
  }

  .container.mod--navbar {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar__bg.is--nav {
    display: block;
    box-shadow: 0 10px 20px #0000000d;
  }

  .navbar-nav__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .certificate__img-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .certificate__heading-mob {
    text-align: center;
    margin-bottom: 2rem;
    display: block;
  }

  .heading-modal {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }

  .desc-modal {
    margin-bottom: 1.5rem;
  }

  .reviews-video__location {
    margin-bottom: .25rem;
    font-size: .875rem;
  }

  .reviews-video__name {
    font-size: 1.25rem;
  }

  .thanks__logo-link {
    max-width: 95px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section.mod--home {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section.mod--home-new {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .section.mod--footer-new {
    padding-top: 2rem;
  }

  .btn {
    width: 100%;
    min-width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn.btn--fill.btn--slim.is-arrow {
    padding-right: 2.5rem;
  }

  .footer__col.mod--2.mod--bottom {
    grid-row-gap: .5rem;
    text-align: center;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer__col.mod--3.mod--bottom {
    align-items: center;
  }

  .hero__desc {
    margin-bottom: 0;
  }

  .footer__columns.mod--bottom {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .swiper.mod--blog {
    border-radius: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .btn-wrap.mod--mobile-fixed {
    inset: auto 0% 0%;
    background-color: #fff;
    border-top: 1px solid #d2d2d2;
    justify-content: center;
    padding: 16px 24px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .input {
    height: 3rem;
  }

  .subs__content {
    background-position: 0 0, 1.5625rem 11.875rem;
    background-size: auto, 37.5rem;
  }

  .footer__link.mod--link {
    margin-top: .5rem;
  }

  .footer__link.mod--tems {
    letter-spacing: -.03125rem;
    margin-left: .25rem;
    margin-right: .25rem;
    font-size: .6875rem;
  }

  .cookie {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .cookie__txt {
    margin-bottom: 1rem;
    padding-right: 0;
  }

  .blog-collect__item {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  .post-param-wrap {
    margin-top: .25rem;
  }

  .post__h1 {
    font-size: 1.875rem;
  }

  .blog-collect__img-link, .blog-collect__img-link.mod--tabs-mob, .blog-collect__img-link.mod--tabs-mob {
    height: 52vw;
  }

  .blog-slider__content {
    border-radius: 0;
    margin-bottom: 3rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-bottom: 1.25rem;
  }

  .post__banner {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    display: flex;
  }

  .post__banner-img.mod--mob {
    left: auto;
    right: -.625rem;
  }

  .header__menu {
    margin-left: 0;
  }

  .hero__chief {
    max-width: 13rem;
  }

  .columns.mod--payment-advant {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .columns.mod--home {
    min-height: 78vh;
  }

  .col.col--1.mod--home {
    justify-content: flex-start;
    padding-top: 110px;
  }

  .col.mod--payment.mod--1 {
    padding-bottom: 7rem;
  }

  .col.mod--contact {
    width: 100%;
  }

  .col.mod--footer2.is-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .profession__block {
    padding: 20px;
  }

  .teacher__chief {
    max-width: 14rem;
  }

  .after__sert-bg {
    margin-top: 1.5rem;
    margin-left: 2rem;
  }

  .after__sert-text {
    text-align: left;
  }

  .after__rich h3 {
    margin-bottom: 8px;
  }

  .after__rich li {
    background-position: 0 4px;
  }

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

  .modal__content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .remodal.is--global {
    max-width: 90%;
  }

  .remodal.is--global.mod--result {
    max-width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .program__rich {
    margin-top: 1rem;
  }

  .img.mod--hero.mod--alex {
    margin-top: 0;
    left: -60px;
  }

  .text-wrap.mod--profession-heading, .text-wrap.mod--plan-heading, .text-wrap.mod--reviews, .text-wrap.mod--profession-heading, .text-wrap.mod--plan-heading, .text-wrap.mod--reviews {
    text-align: left;
  }

  .leads__ava {
    margin-bottom: 1rem;
  }

  .leads__ava-wrap {
    align-items: flex-start;
    margin-bottom: 20px;
    display: block;
  }

  .leads__ava-txt {
    max-width: 17rem;
    font-size: .8rem;
  }

  .profession__bg-number {
    width: 15rem;
    right: -5rem;
  }

  .profession__bg-number.mod--2 {
    right: -4rem;
  }

  .modal__desc.mod--result {
    max-width: 14rem;
  }

  .mobile-display-none {
    display: none;
  }

  .post__cover {
    height: 60vw;
  }

  .btn-fixed {
    flex-flow: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .button.is--small {
    min-width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 1.0625rem;
  }

  .certificate__rich h3 {
    margin-bottom: 8px;
  }

  .certificate__rich li {
    background-position: 0 4px;
  }

  .navbar-nav__buttons {
    width: 100%;
  }
}

#w-node-ba059276-3340-efc9-eb71-0753a6e30f08-0f9ba3d5, #w-node-_962e2ec7-b394-a474-b5a2-62c1a26e81d5-0f9ba3d5, #w-node-e92e48e5-1a97-3c54-0ed5-7f1f461b34e4-0f9ba3d5, #w-node-c92c3715-7638-1b84-fc42-fce4d74e4777-d74e4764, #w-node-c92c3715-7638-1b84-fc42-fce4d74e4796-d74e4764, #w-node-f894c19a-72e4-e06c-ebb3-45c22441a889-2441a878, #w-node-f894c19a-72e4-e06c-ebb3-45c22441a8a7-2441a878, #w-node-_078060ee-0dc9-4992-5668-bf564954ca1c-77ccce10, #w-node-_10a001c4-db62-d150-d4d3-de7c4534f510-77ccce10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
