/* page: index */
.hypens {
    hyphens: none;
}
.no-wrap {
  white-space: nowrap;
}

.chart-num {
  z-index: 9;
}

.swiper-slide-height {
  height: 100%;
}

.modal__content input {
  font-size: 15px;
}

.uk-form-label {
  font-size: 13px;
}

.tab-label {
  font-size: 17px;
}

.programme-container {
  padding-bottom: 290px;
}

.pricing__price-column {
  font-size: 15px;
}

.pricing__block-list-item {
  font-size: 16px;
  line-height: 20px;
}

.pricing__block-desc {
  font-size: 18px;
  line-height: 24px;
  height: 165px;
}

.header-link {
  text-decoration: underline;
}
.header-link:hover {
  color: #fd704d;
}

.pricing__block-counter {
  height: 85px;
}
.section--light-grey {
  word-break: auto-phrase;
}

.h3 {
  word-break: auto-phrase;
}

.slider-section__item {
  width: 1260px;
  position: relative;
  left: -1260px;
  top: 0px;
  z-index: 999;
  opacity: 1;
}

.iphone {
  width: 307px;
}

.header {
  top: 50px;
}
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #4fc9e3;
  padding: 0;
  z-index: 22222;
  transition: transform 0.3s ease;
}

.topbar:hover {
  transform: scale(1.005);
}

.highlight-topbar {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}

.highlight-topbar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 2px;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

.topbar-age {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 8px 0 0px 4.5px;
  margin: 0 0 3px 8px;
  width: 30px;
  height: 30px;
}

.topbar__link {
  text-decoration: none;
  color: #fff;
  margin-left: 0rem;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  text-shadow: none;
  transition: 0.4s;
  margin-bottom: 2px;
}
.topbar__link:hover {
  color: #fff;
}
.topbar__text {
  color: #fff;
  font-size: 22px;
  flex-shrink: 0;
  margin: 10px;
  font-weight: 800;
}
/* .topbar__text {
  color: #2075ff;
  font-size: 22px;
  flex-shrink: 0;
  margin: 10px;
  font-weight: 800;
} */

.topbar__ribbon {
  position: absolute;
  z-index: 102;
  left: 0;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 80px;
  text-align: right;
}
/* .topbar__ribbon > span {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #fd704d;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  left: -22px;
} */
/* .topbar__ribbon > span {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #764dee;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  left: -22px;
} */

.topbar__ribbon > span {
  font-size: 11.2px;
  letter-spacing: 0.2px;
  font-weight: 900;
  color: #4fc9e3;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-44deg);
  width: 100px;
  display: block;
  background: #fff;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 17px;
  left: -23px;
  padding: 3px 0 0 0;
}

.topbar__ribbon > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
.topbar__ribbon > span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
}
.topbar:first-child {
  padding-left: calc(2.08333vw + 30px);
}
.topbar:last-child {
  padding-right: calc(2.08333vw + 30px);
}

.size-200-215 {
  width: 200px;
  height: 215px;
}

.size-200-200 {
  width: 200px;
  height: 200px;
}

.text-new {
  font-size: 20px;
  line-height: 30px;
}

.picture-margin {
  margin-top: 50px;
}
.desc-new {
  text-align: left;
  font-size: 17px;
  line-height: 25px;
}
.padding-new {
  padding: 100px 0;
}
.padding-new-2 {
  padding: 50px 0 290px 0;
}

.popup-tip {
  position: absolute;
  top: 10rem;
  left: 12rem;
  width: 207px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 15px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  color: #333333d4;
  z-index: 1000;
  opacity: 0;
  /* animation: flash 4s infinite; */
}

/* Анимация мерцания */
@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }
}

.sumbanner-background {
  display: none;
  background: #3a3f44;
  opacity: 0.7 !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1007;
}

.sumbanner-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 500px;
  text-align: center;
}

.sumbanner-close-btn {
  margin-top: 15px;
  padding: 10px 20px;
}

.sumbanner-pic {
  width: 495px;
}

.sumbanner-btn {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  width: 230px;
  height: 50px;
  background-color: #ff611e;
  padding: 11px 0;
  border-radius: 30px;
}

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

.sumbanner-text {
  position: relative;
  font-size: 39px;
  font-weight: 700;
  color: #ffffff;
  line-height: 43px;
  top: 308px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.sumbanner-pic-wh {
  position: absolute;
  width: 217px;
  right: -130px;
  top: 66px;
}

.sumbanner-pic-vi {
  position: absolute;
  width: 285px;
  left: -65px;
  bottom: -91px;
}

.sumbanner-pic-bl {
  position: absolute;
  width: 290px;
  top: 295px;
  right: -144px;
}

.sumbanner-pic-pi {
  position: absolute;
  width: 275px;
  left: -213px;
  top: 142px;
}

.sumbanner-text-wh {
  position: absolute;
  /* text-shadow: 2px 2px 4px rgb(0 0 0 / 51%); */
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  right: -104px;
  top: 174px;
  color: #060e9a;
}

.sumbanner-text-vi {
  position: absolute;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 39px;
  font-weight: 700;
  line-height: 43px;
  left: -11px;
  bottom: 20px;
}

.sumbanner-text-bl {
  position: absolute;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 43px;
  font-weight: 700;
  line-height: 43px;
  top: 432px;
  right: -92px;
}

.sumbanner-text-pi {
  position: absolute;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 39px;
  font-weight: 700;
  line-height: 43px;
  left: -120px;
  top: 255px;
}

.sumbanner-link-vi {
  transition: transform 1s ease;
}

.sumbanner-link-vi:hover .sumbanner-pic-vi {
  transform: scale(1.05);
}

.sumbanner-link-bl {
  transition: transform 1s ease;
}

.sumbanner-link-bl:hover .sumbanner-pic-bl {
  transform: scale(1.05);
}

.sumbanner-link-pi {
  transition: transform 1s ease;
}

.sumbanner-link-pi:hover .sumbanner-pic-pi {
  transform: scale(1.05);
}

.sumbanner-link-wh {
  transition: transform 1s ease;
}

.sumbanner-link-wh:hover .sumbanner-pic-wh {
  transform: scale(1.05);
}

.popup-close-summerint {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
}

.popup-close-summerint:hover {
  color: #ccc;
}

@media (max-width: 1279.98px) {
  .opposites__row {
    flex-flow: nowrap;
  }
  .footer__column--emails {
    bottom: 102px;
    right: 370px;
    width: 100%;
  }
  .pricing-block-height {
    height: 120px;
  }

  .swiper-slide-height {
    height: 660px;
  }

  .opposites__block-img {
    margin-left: -10px;
  }
  .programme-container {
    padding-bottom: 245px;
  }
  .container-teachers {
    margin: 0 30px;
  }
  .text-block__row--imaged .text-block__col:last-child {
    margin-left: 30px;
  }
  .speaking-practice__pic {
    right: -20px;
  }
  .slider-section__item {
    width: 1100px;
  }
  .opposites__col {
    max-width: 50%;
    margin: 0 20px 40px;
  }

  .sticker {
    position: fixed;
    left: 32px;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
  }

  .leadmagnet-main {
    border: 0.5px solid #6b6fdaba;
    border-radius: 10%;
    background-color: #ffffff;
    width: 168px;
    height: 175px;
    padding: 10px 12px;
  }

  .leadmagnet-main-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
  }

  .leadmagnet-main-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
  }

  .leadmagnet-main-button-feature {
    width: 55px;
    height: 100%;
    border: 0.2px solid #6c6cda5c;
    border-radius: 5px;
    background-color: #c1c2dd4f;
    padding: 2px 11px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
  }

  .leadmagnet-main-button-feature:hover {
    transform: scale(1.1);
    cursor: pointer;
  }

  .close-btn {
    position: absolute;
    top: -19px;
    left: -9px;
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #2c2628;
    font-size: 27px;
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
  }

  /* Контактная форма для лид-магнита */

  .magnet-contact-form {
    display: none;
    /* Скрыто по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Полупрозрачный фон */
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .magnet-contact-form-container {
    position: relative;
    background-color: #fff;
    width: 800px;
    height: 500px;
    padding: 5rem 7rem;
    border-radius: 30px;
  }

  .magnet-contact-form-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem 0 0 0;
  }

  .magnet-contact-form-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 40px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .magnet-contact-form-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
  }

  .magnet-contact-form-picture-box {
  }

  .magnet-contact-form-picture {
    width: 250px;
  }

  .magnet-contact-form-input-block {
  }

  .magnet-contact-form-input-container {
    margin: 23px 0;
  }

  .magnet-contact-form-input-title {
    font-size: 15px;
    margin: 0 0 2px 4px;
  }

  .magnet-contact-form-input {
    width: 295px;
    font-size: 17px;
    padding: 7px 15px;
    border: 1px solid rgba(136, 136, 136, 0.48);
    border-radius: 30px;
    transition: border-color 0.3s ease;
  }

  .magnet-contact-form-input:hover {
    border-color: #3cc3e2;
  }

  .magnet-contact-form-input:focus {
    border-color: #33b4c6;
    outline: none;
  }

  .magnet-contact-form-button-box {
  }

  .magnet-contact-form-button {
    background-color: #3cc3e2;
    border: 1px solid rgb(221 221 221 / 54%);
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    transition: all 1s ease;
  }

  .magnet-contact-form-button:hover {
    background-color: #b58efa;
    transform: scale(1.05);
  }

  .magnet-contact-form-button:focus {
    border-color: rgb(175, 134, 247);
    outline: none;
  }
}

@media (max-width: 1024.98px) {
  .footer__column--emails {
    bottom: 102px;
    right: 250px;
    width: 100%;
  }

  .programme-padding-add {
    padding-bottom: 20px;
  }

  .popup-close-summerint {
    position: absolute;
    top: 80px;
    right: 77px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 1001;
  }
}
@media (max-width: 959.98px) {
  .footer__column--emails {
    bottom: 111px;
    right: 225px;
    width: 100%;
  }

  .quiz-hero__img {
    left: 130px;
    top: -25px;
  }
  .hero__content {
    left: -110px;
  }
  .hero__graphic {
    left: 25%;
  }
  .section-teachers {
    padding-left: 0px;
  }
  .text-block__row--imaged .text-block__col:last-child {
    margin-left: -45px;
  }
  .text-block__image {
    left: -35px;
  }
  .speaking-practice__pic {
    right: -35px;
    width: 180px;
  }
  .slider-section__item {
    width: 640px;
  }
  .levels__item {
    margin: 15px 15px;
  }
}

@media (max-width: 768.98px) {
  .modal__pic {
    right: -14px;
  }
  .pricing-block-height {
    height: 160px;
  }

  .quiz-hero__graphic {
    width: 70%;
  }
  .quiz-hero__img {
    left: 53px;
    top: -15px;
  }
  .quiz-hero__sub-title {
    line-height: 30px;
  }
  .section-teachers {
    padding-right: 0;
  }

  .pie-chart-wrap {
    padding: 48px 0px;
  }
  .text-block__row--imaged .text-block__col:last-child {
    margin-left: 0px;
  }
  .text-block__image {
    left: 0;
  }
  .speaking-practice__pic {
    top: 139px;
    right: -26px;
    width: 103px;
  }

  .slider-section__item {
    width: 700px;
    flex-direction: row;
  }
  .rewards__column {
    margin-bottom: 40px;
  }
  .opposites__block-img {
    top: -57px;
    left: 180px;
  }
  .opposites__col {
    max-width: 100%;
    width: 100%;
  }
  .hero__title--sm {
    margin-top: 110px;
  }
  .hero__content {
    width: 400px;
    text-align: center;
  }
  .section--hero-2 {
    padding: 50px 100px;
  }
  .hero__graphic {
    left: 29%;
  }
  .hero__text {
    font-size: 23px;
    line-height: 27px;
  }
  .hero__footer--gap {
    bottom: -125px;
  }
  .levels__item {
    width: 100%;
  }
  .level__block {
    width: 100%;
  }
  .content-area ul {
    display: flex;
    flex-direction: column;
  }

  .topbar__text {
    font-size: 11.4px;
    margin: 14px 10px 10px;
  }

  .topbar__ribbon > span {
    font-size: 9.2px;
    top: 13px;
    left: -28px;
  }

  .topbar__link {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: -2px;
    margin-left: -6px;
  }

  .topbar-age {
    font-size: 9px;
    font-weight: 500;
    padding: 5px 0px 0px 4px;
    margin: 0 0 10px -1px;
    width: 20px;
    height: 20px;
    border: none;
  }
  .size-200-250 {
    width: 150px;
    height: 180px;
  }
  .size-200-200 {
    width: 150px;
    height: 150px;
  }

  .text-block__row-mob {
    display: flex;
    flex-direction: column;
  }
  .text-block__col-mob {
    margin-bottom: 10%;
  }
  .h4-mob {
    text-align: center;
  }
  .text-content-mob {
    padding-right: 35px;
  }
  .programme-container-mob {
    padding-bottom: 10px;
  }
  .size-200-215 {
    width: 150px;
    height: 150px;
  }

  .speaking-practice__title-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: -56px;
    width: 100px;
    height: 89px;
    -webkit-transform: rotate(80deg) skewX(50deg);
    -ms-transform: rotate(80deg) skewX(50deg);
    transform: rotate(80deg) skewX(50deg);
    background-color: #f7f5ff;
  }

  .speaking-practice__title-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 36px;
    right: -64px;
    width: 100px;
    height: 94px;
    -webkit-transform: rotate(48deg) skewX(28deg);
    -ms-transform: rotate(48deg) skewX(28deg);
    transform: rotate(48deg) skewX(28deg);
    background-color: #f7f5ff;
  }

  .footer__menu li {
    width: 150px;
    overflow-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
  }

  .footer__column--short {
    margin-right: -15px;
  }

  .footer__column--emails {
    bottom: 34px;
    right: 120px;
  }

  .footer__column--contacts {
    position: absolute;
    top: 0;
    right: 36px;
  }

  .footer__column--social {
    position: absolute;
    top: 6px;
    right: 0px;
  }

  .footer__widgets {
    align-items: flex-end;
  }

  .footer__widget {
    padding: 0 10px;
  }

  .topbar__text {
    font-size: 20.4px;
    margin: 14px 10px 10px;
  }

  .topbar__link {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -2px;
    margin-left: -6px;
  }

  .topbar__ribbon {
    left: 1px;
    top: 0;
  }
  .topbar__ribbon > span {
    font-size: 11.2px;
    top: 12px;
    left: -24px;
  }

  .opposites__row {
    flex-flow: nowrap;
    width: 100%;
  }

  .pricing__block-counter {
    font-size: 27px;
  }

  .quiz-hero__img {
    left: 95px;
  }

  .text-block__section-title {
    hyphens: none;
    overflow-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
  }

  .popup-tip {
    position: absolute;
    top: 10rem;
    left: 6rem;
    width: 207px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 15px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: bold;
    color: #333333d4;
    z-index: 1000;
    opacity: 0;
    /* animation: flash 4s infinite; */
  }

  .sumbanner-container {
    top: 40%;
    left: 53%;
  }

  .sumbanner-text {
    position: relative;
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
    top: 255px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .sumbanner-text-vi {
    left: -55px;
    bottom: 5px;
  }

  .sumbanner-pic-vi {
    position: absolute;
    width: 285px;
    left: -106px;
    bottom: -107px;
  }

  .magnet-contact-form-container {
    width: 670px;
    height: 470px;
  }
}

@media (max-width: 430.98px) {
  .section-results .container-teachers {
    padding-left: 0;
    padding-right: 0;
  }
  .quiz-hero__img {
    left: 49px;
  }

  .slider-section__item {
    width: 375px;
    flex-direction: column-reverse;
  }
  .topbar__ribbon > span {
    font-size: 8.2px;
    top: 8px;
    left: -28px;
  }

  .topbar__text {
    font-size: 11.2px;
    margin: 14px 16px 10px 9px;
  }

  .topbar__link {
    font-size: 11.3px;
    font-weight: 500;
    margin-bottom: -2px;
    margin-left: -12px;
  }

  .section--hero-2 {
    padding: 150px 100px;
  }

  .hero__graphic {
    left: 7%;
  }

  .speaking-practice__title-label::before {
    top: 21px;
    left: -45px;
    width: 40px;
    height: 89px;
  }
  .speaking-practice__title-label::after {
    top: -35px;
    right: -72px;
    width: 80px;
    height: 94px;
  }

  .footer__widget {
    padding: 0 2px;
  }

  .footer__column--contacts {
    position: absolute;
    top: 215px;
    right: -35px;
  }

  .footer__column--social {
    position: absolute;
    top: 221px;
    right: 0;
    text-align: left;
  }

  .footer__column--emails {
    bottom: -256px;
    right: 0;
  }

  .footer__menu {
    margin-bottom: 215px;
  }

  .footer__menu li {
    width: 165px;
  }

  .quiz-hero {
    padding: 130px 0 20px;
  }

  .opposites__row {
    flex-flow: wrap;
    width: 100%;
  }
  .hero__title--sm {
    font-size: 28px;
    line-height: 31px;
  }
  .hero__text {
    font-size: 20px;
    line-height: 24px;
  }
  .opposites__block--orange .opposites__block-inner .opposites__block-text {
    font-size: 24px;
    line-height: 27px;
  }
  .slider-levels__level-list {
    -moz-columns: 1;
    column-count: 1;
  }

  .padding-new-2 {
    padding: 0 0 290px 0;
  }

  .padding-bottom-new-3 {
    padding: 0 0 180px 0;
  }

  .programme-container-new {
    padding-top: 40px;
    padding-bottom: 80px;
  }

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

  .text-new {
    font-size: 16px;
    line-height: 22px;
  }

  .text-content .text-m {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .text-block__section-text {
    font-size: 16px;
    line-height: 25px;
  }
  .picture-margin {
    margin-top: 90px;
  }

  .slider-levels__level-title {
    hyphens: none;
    overflow-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
  }

  .text-block__section-title {
    hyphens: none;
    overflow-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
  }

  .text-block__row--imaged:not(:last-child) {
    margin-bottom: 44px;
  }

  .opposites__block-text {
    font-size: 17px;
    line-height: 25px;
  }

  .section-results .container-teachers {
    padding-left: 0;
    padding-right: 49px;
  }

  .speakingclubs-btn span {
    font-size: 15px;
  }

  .popup-tip {
    position: absolute;
    top: -8rem;
    left: 2rem;
    width: 207px;
  }

  .sumbanner-pic-wh {
    position: absolute;
    width: 217px;
    right: -85px;
    top: -110px;
  }

  .sumbanner-text-wh {
    right: -76px;
    top: -13px;
    font-size: 22px;
  }

  .sumbanner-pic-pi {
    position: absolute;
    width: 178px;
    left: -120px;
    top: -39px;
  }

  .sumbanner-text-pi {
    left: -64px;
    top: 29px;
    font-size: 27px;
  }

  .sumbanner-pic-vi {
    position: absolute;
    width: 285px;
    left: -114px;
    bottom: -135px;
  }

  .sumbanner-text-vi {
    left: -73px;
    bottom: -62px;
    font-size: 26px;
  }

  .sumbanner-text {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
    top: 145px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .sumbanner-pic-bl {
    position: absolute;
    width: 173px;
    top: 176px;
    right: -90px;
  }

  .sumbanner-text-bl {
    position: absolute;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 43px;
    top: 252px;
    right: -55px;
  }

  .popup-close-summerint {
    position: absolute;
    top: 76px;
    right: -7px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 1001;
  }

  .magnet-contact-form-container {
    width: 400px;
    height: 580px;
  }

  .magnet-contact-form-block {
    flex-direction: column;
  }

  .magnet-contact-form-title {
    font-size: 23px;
    line-height: 25px;
  }

  .magnet-contact-form-picture {
    width: 140px;
  }

  .magnet-contact-form-close {
    font-size: 30px;
  }
}

@media (max-width: 392.98px) {
  .content-area ul > li {
    font-size: 17px;
    line-height: 23px;
  }
  .chinesecourses-title {
    margin: 20px 0 30px;
  }
  .chinesecourses-carousel-buttons {
    bottom: 11%;
  }
  .topbar__text {
    font-size: 10.1px;
    margin: 14px 16px 10px 9px;
  }
  .topbar__link {
    font-size: 9.3px;
  }

  .demo-lesson-textbox {
    margin: 0;
  }
  .demo-lesson-textbox-2 {
    margin: 0;
  }
  .slider-section__item {
    width: 330px;
    flex-direction: column-reverse;
  }
  .opposites__block-text {
    text-align: center;
  }

  .opposites__block-img {
    top: -57px;
    left: 160px;
  }
  .hero__title--sm {
    font-size: 26px;
    line-height: 30px;
  }
  .hero__content {
    width: 353px;
    text-align: center;
  }
  .hero__graphic--bottom .hero__main-img {
    max-width: 360px;
  }
  .section--hero .hero__main-img {
    left: -6px;
  }
  .speaking-practice__title-label::before {
    top: 21px;
    left: -46px;
    width: 63px;
    height: 89px;
  }
  .speaking-practice__title-label::after {
    top: -11px;
    right: -72px;
    width: 100px;
    height: 94px;
  }
  .speaking-practice__pic {
    top: 175px;
    right: 225px;
    width: 103px;
  }
  .footer__column--contacts {
    position: absolute;
    top: 215px;
    right: -75px;
  }

  .footer__column--social {
    position: absolute;
    top: 221px;
    right: -20px;
    text-align: left;
  }
  .opposites__col-title {
    hyphens: none;
    overflow-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
  }

  .btn > span {
    font-size: 17px;
  }

  .sumbanner-pic-wh {
    position: absolute;
    width: 170px;
    right: -71px;
    top: -90px;
  }

  .sumbanner-text-wh {
    right: -59px;
    top: -13px;
    font-size: 17px;
  }

  .sumbanner-pic-pi {
    position: absolute;
    width: 170px;
    left: -110px;
    top: -40px;
  }

  .sumbanner-text-pi {
    left: -50px;
    top: 26px;
    font-size: 24px;
  }

  .sumbanner-text {
    position: relative;
    font-size: 20.5px;
    font-weight: 600;
    color: #ffffff;
    line-height: 21px;
    top: 133px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .sumbanner-pic-vi {
    position: absolute;
    width: 180px;
    left: -96px;
    bottom: -100px;
  }

  .sumbanner-text-vi {
    left: -59px;
    bottom: -36px;
    font-size: 24px;
  }

  .sumbanner-pic-bl {
    position: absolute;
    width: 168px;
    top: 225px;
    right: -83px;
  }

  .sumbanner-text-bl {
    position: absolute;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    line-height: 43px;
    top: 294px;
    right: -49px;
  }
}

@media (max-width: 375.98px) {
  .section-results .container-teachers {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-graphic-chinesecourses {
    left: 6%;
  }

  .quiz-hero__img {
    left: 53px;
    top: -22px;
  }
  .container-teachers {
    margin: 0 20px;
  }
  .speaking-practice__pic {
    top: 192px;
    right: -25px;
    width: 93px;
  }
  .slider-section__item {
    width: 315px;
  }
  .opposites__block-img {
    left: 150px;
  }
  .hero__content {
    width: 335px;
  }
  .hero__graphic {
    left: 19px;
  }
  .hero__title--sm {
    font-size: 26px;
    line-height: 29px;
  }
  .hero__text {
    font-size: 21px;
  }
  .iphone {
    width: 297px;
  }
  .iphone-14 {
    width: 290px;
  }
  .btn > span {
    font-size: 15px;
  }

  .topbar__link {
    margin-left: -6px;
    font-size: 9px;
    line-height: 8px;
  }

  .topbar-age {
    font-size: 7px;
    font-weight: 500;
    padding: 2px 0px 0px 0px;
    margin: 0 0 0px 2px;
    width: 10px;
    height: 12px;
    border: none;
  }
  .topbar__text {
    font-size: 9.5px;
    margin: 14px 10px 10px;
  }
  .demo-lesson-textbox {
    margin: 0;
  }
  .demo-lesson-textbox-2 {
    margin: 0;
  }

  .footer__column--emails {
    bottom: -256px;
    right: 15px;
  }
  .chinesecourses-title {
    margin: 20px 0 30px;
  }

  .sumbanner-text {
    position: relative;
    font-size: 19.5px;
    font-weight: 600;
    color: #ffffff;
    line-height: 21px;
    top: 130px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .sumbanner-text-vi {
    left: -63px;
    bottom: -36px;
    font-size: 24px;
  }

  .sumbanner-text-bl {
    position: absolute;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 43px;
    top: 298px;
    right: -49px;
  }

  .magnet-contact-form-container {
    width: 350px;
    height: 595px;
  }
}

@media (max-width: 360.98px) {
  .topbar__text {
    font-size: 9px;
    margin: 14px 10px 10px;
  }

  .slider-section__item {
    width: 290px;
  }

  .hero__content {
    width: 320px;
  }
  .footer__column--contacts {
    position: absolute;
    top: 215px;
    right: -90px;
  }
  .footer__column--social {
    position: absolute;
    top: 221px;
    right: -27px;
    text-align: left;
  }

  .demo-lesson-textbox-2 {
    width: 100%;
    margin-left: 0px;
  }

  .sumbanner-text {
    position: relative;
    font-size: 17.5px;
    font-weight: 600;
    color: #ffffff;
    line-height: 19px;
    top: 118px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .sumbanner-text-vi {
    left: -63px;
    bottom: -36px;
    font-size: 22px;
  }

  .popup-tip {
    position: absolute;
    top: -6rem;
    left: 0rem;
    width: 207px;
  }
}

@media (max-width: 320.98px) {
  .magnet-contact-form-container {
    width: 300px;
    height: 595px;
    padding: 4rem 2rem;
  }

  .magnet-contact-form-input {
    width: 270px;
  }
}
