.ui-btn_mec {
  position: relative;
  padding: 10px 30px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em;
  color: #11161C;
  background: var(--bgc);
}
@media (max-width: 900px) {
  .ui-btn_mec {
    font-size: 20px;
    padding: 8px 22px;
  }
}
@media (max-width: 600px) {
  .ui-btn_mec {
    font-size: 16px;
    padding: 7px 15px;
  }
}
.ui-btn_mec i {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  --size: 54px;
  width: var(--size);
  height: var(--size);
  margin-left: 20px;
  border-radius: var(--size);
}
@media (max-width: 900px) {
  .ui-btn_mec i {
    --size: 45px;
    --arrowH: 20px;
  }
}
@media (max-width: 600px) {
  .ui-btn_mec i {
    --size: 37px;
  }
}
.ui-btn_mec i svg {
  height: var(--arrowH);
}
.ui-btn_mec i svg path {
  stroke: var(--bgc);
}
.ui-btn_mec-white {
  --bgc: white;
}
.ui-btn_mec-white-2 {
  --bgc: white;
  color: #203BA1;
}
.ui-btn_mec-blue {
  --bgc: #1E389C;
  color: white;
}
.ui-btn_mec-arrow-blue i {
  background: #5F69EA;
}
.ui-btn_mec-arrow-blue i svg path {
  stroke: var(--bgc);
}
.ui-btn_mec-arrow-light-blue i {
  background: linear-gradient(180.02deg, rgba(192, 210, 255, 0.5) -8.6%, rgba(192, 210, 255, 0.442006) 33.06%, rgba(192, 210, 255, 0.35) 99.16%);
  --bgc: #1E389C;
}
.ui-btn_mec-arrow-green i {
  background: #6FD1A6;
  --bgc: white;
}
.ui-btn_mec-arrow-white i {
  background: white;
}
.ui-btn_mec-size-l {
  padding: 13px 30px;
}
.ui-btn_mec-mob-size-l {
  font-size: 24px;
  padding: 13px 30px;
}
@media (max-width: 900px) {
  .ui-btn_mec-mob-size-l {
    font-size: 24px;
    padding: 13px 30px;
  }
  .ui-btn_mec-mob-size-l i {
    --size: 54px;
    --arrowH: 24px;
  }
}
@media (max-width: 600px) {
  .ui-btn_mec-mob-size-l {
    font-size: 24px;
    padding: 13px 30px;
  }
  .ui-btn_mec-mob-size-l i {
    --size: 54px;
    --arrowH: 24px;
  }
}

.btn_mec-topbar {
  background: white !important;
  color: #11161C;
}

.moe__btn-intro-lesson {
  font-size: 18px;
  font-weight: 800;
  color: white !important;
  background-color: #3E59B9;
  border: solid 1px white;
  border-radius: 3em;
  padding: 0.75em 2.5em;
}

.master-of-emglish_var-c .top-bar {
  padding-left: 0;
  padding-right: 0;
}

.top-bar__mec {
  max-width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
}
.top-bar__mec .assistant-page__phone-desc-1, .top-bar__mec .assistant-page__phone-desc-2 {
  color: white;
}
.top-bar__mec .assistant-page__phone-link svg path {
  stroke: white;
}

.mec-hero {
  background: url(/img/master-of-english/test-c/hero-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 70px 0 250px;
}
@media (max-width: 600px) {
  .mec-hero {
    padding: 70px 0 100px;
  }
}
.mec-hero__btn-start {
  background: #72ce9e;
  color: white;
  font-size: 18px;
  border-radius: 20px;
  padding: 0.5em 1.5em;
}
.mec-hero__cnt {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1300px;
}
.mec-hero__cnt_btn {
  margin-bottom: 45px;
  flex-direction: row !important;
}
@media (max-width: 900px) {
  .mec-hero__cnt_main {
    flex-direction: column;
    max-width: 700px;
  }
}
.mec-hero__description {
  flex-shrink: 1;
}
.mec-hero__description .p1 {
  font-size: 26px;
  line-height: 1.63em;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 900px) {
  .mec-hero__description .p1 {
    font-size: 22px;
    line-height: 1.45em;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .mec-hero__description .p1 {
    font-size: 18px;
    line-height: 1.3em;
  }
}
.mec-hero__description .p2 {
  font-weight: 700;
  font-size: 51px;
  line-height: 1.2em;
  letter-spacing: 0.509194px;
  color: #FFFFFF;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .mec-hero__description .p2 {
    font-size: 45px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .mec-hero__description .p2 {
    font-size: 38px;
    margin-top: 15px;
    line-height: 1.15em;
  }
}
.mec-hero__description .p3 {
  margin-top: 40px;
}
@media (max-width: 900px) {
  .mec-hero__description .p3 {
    text-align: center;
    margin-top: 25px;
  }
}
.mec-hero__img-wrpr {
  margin-left: auto;
  width: 50%;
  max-width: 550px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .mec-hero__img-wrpr {
    margin-right: auto;
    width: 100%;
    margin-top: 12px;
  }
}
@media (max-width: 600px) {
  .mec-hero__img-wrpr {
    max-width: 270px;
  }
}
.mec-inc {
  padding: 70px 0 50px;
}
@media (max-width: 900px) {
  .mec-inc {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .mec-inc {
    padding-top: 0;
  }
}
.mec-inc__cnt {
  align-items: stretch;
  max-width: 1300px;
  flex-wrap: nowrap;
}
@media (max-width: 900px) {
  .mec-inc__cnt {
    flex-direction: column;
  }
}
.mec-inc__info {
  width: 50%;
  max-width: 500px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 90px;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .mec-inc__info {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .mec-inc__info {
    padding-top: 0;
  }
}
.mec-inc .p1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  color: #11161C;
}
@media (max-width: 900px) {
  .mec-inc .p1 {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .mec-inc .p1 {
    font-size: 35px;
  }
}
.mec-inc .p2 {
  margin-top: auto;
}
@media (max-width: 900px) {
  .mec-inc .p2 {
    text-align: center;
    margin-top: 25px;
  }
}
.mec-inc__label {
  background: #E8F76E;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 25px;
  align-self: flex-start;
  position: absolute;
  left: 190px;
  top: 7px;
  transform: rotate(7.7deg);
}
.mec-inc__label-text {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .mec-inc__label {
    right: 0;
    left: auto;
  }
}
@media (max-width: 600px) {
  .mec-inc__label {
    display: none;
  }
}
.mec-inc__items {
  width: 100%;
  max-width: 700px;
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: auto;
}
@media (max-width: 900px) {
  .mec-inc__items {
    margin-right: auto;
    width: 100%;
    justify-content: center;
    margin-top: 35px;
  }
}
@media (max-width: 600px) {
  .mec-inc__items {
    flex-direction: column;
    align-items: center;
  }
}

.mec-inc-item {
  display: flex;
  flex-direction: column;
  padding: 40px 20px 40px 20px;
  gap: 35px;
  width: calc(50% - 10px);
  max-width: 340px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6.3px rgba(192, 210, 255, 0.67);
  border-radius: 6px;
}
@media (max-width: 600px) {
  .mec-inc-item {
    width: 100%;
    gap: 13px;
    padding: 15px 10px 18px 20px;
  }
}
.mec-inc-item__text {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.mec-profit {
  --radius: 30px;
}
.mec-profit__cnt {
  max-width: 1300px;
}
.mec-profit-banner {
  width: 100%;
  background: #1E389C;
  border-radius: var(--radius);
  position: relative;
  align-items: stretch;
  padding: 0;
  display: flex;
}
@media (max-width: 900px) {
  .mec-profit-banner {
    flex-direction: column;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .mec-profit-banner {
    overflow: hidden;
  }
}
.mec-profit__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0 30px 40px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1100px) {
  .mec-profit__info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .mec-profit__info {
    padding: 45px 20px 0;
    margin-bottom: -25%;
  }
}
.mec-profit__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
@media (max-width: 900px) {
  .mec-profit__title {
    font-size: 34px;
    text-align: center;
    line-height: 1.2em;
  }
}
@media (max-width: 600px) {
  .mec-profit__title {
    font-size: 28px;
    line-height: 1.15em;
  }
}
.mec-profit__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 600px) {
  .mec-profit__list {
    gap: 15px;
  }
}
.mec-profit__action {
  margin-top: 40px;
}
@media (max-width: 900px) {
  .mec-profit__action {
    text-align: center;
  }
}
.mec-profit__img-wrpr {
  width: 550px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
  padding: 15px 10px 10px 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}
@media (max-width: 1100px) {
  .mec-profit__img-wrpr {
    overflow: hidden;
  }
  .mec-profit__img-wrpr img {
    max-width: 380px;
  }
}
@media (max-width: 900px) {
  .mec-profit__img-wrpr {
    border-radius: 0 0 var(--radius) var(--radius);
    justify-content: center;
    height: 550px;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .mec-profit__img-wrpr {
    height: 120vw;
  }
  .mec-profit__img-wrpr img {
    max-width: 100%;
  }
}
.mec-profit__img-wrpr:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 695px;
  right: 0;
  top: 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  overflow: hidden;
  background: url(/img/master-of-english/test-c/mec-profit-img-wrpr-bg.png) no-repeat;
  background-position: top left;
  background-size: 100% 100%;
}
@media (max-width: 1100px) {
  .mec-profit__img-wrpr:after {
    right: auto;
    left: -20px;
  }
}
@media (max-width: 900px) {
  .mec-profit__img-wrpr:after {
    width: 100%;
    background: url(/img/master-of-english/test-c/mec-profit-img-wrpr-bg_mob.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    left: 0;
  }
}
.mec-profit__decor {
  position: absolute;
}
.mec-profit__decor_1 {
  top: 100px;
  right: 20%;
}
.mec-profit__decor_2 {
  bottom: 0;
  left: 25px;
}
@media (max-width: 1100px) {
  .mec-profit__decor_2 {
    display: none;
  }
}
.mec-profit__decor_3 {
  right: -40px;
  bottom: -35px;
  z-index: 5;
}
@media (max-width: 900px) {
  .mec-profit__decor_3 {
    display: none;
  }
}

.mec-profit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}
.mec-profit-item__icon {
  --size: 34px;
  background: #34BE5B;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  flex-shrink: 0;
}
.mec-profit-item__text {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  max-width: 605px;
  color: #FFFFFF;
}
@media (max-width: 900px) {
  .mec-profit-item__text {
    font-size: 22px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .mec-profit-item__text {
    font-size: 18px;
  }
}

.mec-mentor {
  padding: 135px 0 55px;
}
@media (max-width: 900px) {
  .mec-mentor {
    padding: 100px 0 45px;
  }
}
@media (max-width: 600px) {
  .mec-mentor {
    padding: 70px 0 35px;
  }
}
.mec-mentor__cnt {
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 900px) {
  .mec-mentor__cnt {
    flex-direction: column;
    align-items: center;
  }
}
.mec-mentor__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .mec-mentor__info {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.mec-mentor__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .mec-mentor__title {
    text-align: center;
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .mec-mentor__title {
    font-size: 28px;
  }
}
.mec-mentor__desrc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .mec-mentor__desrc {
    max-width: 500px;
    margin-top: 25px;
  }
}
.mec-mentor__green-block-title {
  font-size: 16px;
  --color: #3CBB5F;
  color: var(--color);
  font-weight: 500;
  background: #EAFFEE;
  padding: 5px 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .mec-mentor__green-block-title {
    font-size: 14px;
    gap: 8px;
    padding: 5px 10px;
  }
}
@media (max-width: 600px) {
  .mec-mentor__green-block-title {
    font-size: 10px;
    gap: 6px;
  }
}
.mec-mentor__green-block-title:before {
  content: "";
  --size: 12px;
  height: var(--size);
  width: var(--size);
  background: var(--color);
  border-radius: var(--size);
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 900px) {
  .mec-mentor__green-block-title:before {
    --size: 10px;
  }
}
@media (max-width: 600px) {
  .mec-mentor__green-block-title:before {
    --size: 7px;
  }
}
.mec-mentor__text {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 25px;
}
.mec-mentor__text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .mec-mentor__text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .mec-mentor__text {
    font-size: 14px;
  }
}
.mec-mentor__action {
  margin-top: 20px;
}
.mec-mentor__btn {
  font-size: 1.25em;
  padding: 0.6em 1.7em;
}
.mec-mentor__img-wrpr {
  flex-shrink: 0;
  width: 100%;
  max-width: 670px;
}
@media (max-width: 1100px) {
  .mec-mentor__img-wrpr {
    max-width: 500px;
  }
}
@media (max-width: 900px) {
  .mec-mentor__img-wrpr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .mec-mentor__img-wrpr {
    max-width: 325px;
  }
}

.mec-video {
  padding-bottom: 50px;
}
@media (max-width: 900px) {
  .mec-video {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .mec-video {
    padding-top: 10px;
  }
}
.mec-video .onbs-video__vid {
  max-width: 932px;
}
.mec-video__toolbar {
  padding: 10px 20px;
  /* toolbar */
}
.mec-video__vid {
  border-radius: 15px;
  box-shadow: 0px 0px 8px 8px rgba(198, 213, 255, 0.35);
}

.mec-lp {
  background: url(/img/master-of-english/test-c/learn-pay-bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  padding-top: 215px;
}
@media (max-width: 900px) {
  .mec-lp {
    background: none;
    padding-bottom: 40px;
    padding-top: 120px;
  }
}
@media (max-width: 600px) {
  .mec-lp {
    padding-top: 0;
  }
}
.mec-lp__cnt {
  max-width: 1200px;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 900px) {
  .mec-lp__cnt {
    flex-direction: column;
    background: none;
    max-width: 700px;
  }
}
.mec-lp__img-wrpr {
  width: 100%;
  max-width: 475px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .mec-lp__img-wrpr {
    display: flex;
    justify-content: center;
  }
}
.mec-lp__info {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}
@media (max-width: 900px) {
  .mec-lp__info {
    background: linear-gradient(180.02deg, rgba(192, 210, 255, 0.5) -8.6%, rgba(192, 210, 255, 0.442006) 33.06%, rgba(192, 210, 255, 0.35) 99.16%);
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 20px;
  }
}
.mec-lp__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: 0.5px;
  color: #1E389C;
  margin-bottom: 45px;
}
@media (max-width: 900px) {
  .mec-lp__title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .mec-lp__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.mec-lp__descr {
  font-size: 20px;
  line-height: 1.4em;
  color: #111111;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .mec-lp__descr {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .mec-lp__descr {
    font-size: 12px;
    margin-bottom: 18px;
  }
}

.master-of-emglish_var-c .top-bar {
  position: absolute;
}

@media (max-width: 900px) {
  .tab-hid {
    display: none;
  }
}

@media (min-width: 900px) {
  .tab-vis {
    display: none;
  }
}

@media (max-width: 600px) {
  .mob-hid {
    display: none;
  }
}

@media (min-width: 600px) {
  .mob-vis {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */