@font-face {
  font-family: 'cbuc-icons24';
  src:

    url(fonts/cbuc-icons24.woff2);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url(fonts/Inter/Inter-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  margin: 0;
  font-family: 'Inter';
  overflow-x: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill::first-line,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  font-size: 17px;
  -webkit-font-size: 17px;
  -webkit-box-shadow: 0 0 0 60px white inset !important;
}

.logotype {
  cursor: pointer;
}

.fullPage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  height: 100%;
}

.fullPage.ChinesePage,
.fullPage.SpanishPage{
  height: 100%;
  justify-content: space-between;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');

.dayscontent>div:first-child {
  display: flex;
  flex-direction: column;
}

.startmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f4;
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 20;
  -youbkit-touch-callout: none;
  /* Ð¡Ð°Ñ„Ð°Ñ€Ð¸ Ð´Ð»Ñ iOS */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge Ð¸ Opera 15+ */
  -moz-user-select: none;
  /* Fire Fox */
  -ms-user-select: none;
  /* IE 10+ Ð¸ Edge */
  user-select: none;
  /* ÐŸÑ€Ð¾Ñ‡Ð¸Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
}

.link-on-other-language {
  position: absolute;
  left: 148px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.link-on-other-language img {
  width: 20px;
  height: auto;
}

.link-on-other-language p {
  margin: 0;
  color: #0B3B71;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.197px;
  cursor: pointer;
  border: 1px solid transparent;
}

.link-on-other-language p:hover {
  border-bottom: 1px solid;
}

.link-on-other-language p::after {
  content: "";
  font-weight: 700;
  font-family: cbuc-icons24;
  font-size: 10px;
  margin-left: 4px;
}

.startmenu.scrolled {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btnEnrollmenu {
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #f87045;
  padding: 7px 20px;
  gap: 10px;
  color: #333333;
  background: inherit;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.226px;
  font-size: 16px;
}

.btnEnrollmenu:hover {
  color: white;
  background: #f87045;
  box-shadow: 0 0 10px rgba(66, 66, 66, 0.5);

}

.helloBlock {
  display: flex;
  background: #f1f1f4;
  width: 100%;
  justify-content: center;
  border-radius: 0px 0px 30px 30px;
  box-sizing: border-box;
  z-index: 1;
  margin-top: 72px;
}

.EnglishPage .helloBlock>div {
  display: flex;
  flex-direction: row;
  width: 1164px;
  justify-content: space-between;
}

.ChinesePage .helloBlock>div,
.SpanishPage .helloBlock>div {
  display: flex;
  flex-direction: row;
  width: 1164px;
  justify-content: space-between;
}

.helloWords {
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.selectLanguage {
  gap: 40px;
  margin-top: 56px;
  cursor: default;
}

.selectLanguage {
  gap: 40px;
  flex-wrap: wrap;
}

.selectLanguage>div {
  gap: 12px;
  overflow: auto;
  padding-right: 16px;
}

.selectLanguage,
.selectLanguage div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.selectLanguage>p {
  color: #333;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.536px;
  margin: 0;
}

.selectLanguage>div>div {
  gap: 16px;
  border: 1px solid #F1F1F4;
  border-radius: 24px;
  padding: 32px 24px;
  cursor: pointer;
  user-select: none;
}

.selectLanguage>div>div:hover {
  background-color: #F1F1F4;
}

.selectLanguage>div>div>p {
  font-size: 22px;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.31px;
  margin: 0;
}

.selectLanguage>div>div>img {
  height: fit-content;
  width: fit-content;
}

.lgStart {
  width: 1164px;
  height: 384px;
}

.helloimg {
  -youbkit-touch-callout: none;
  /* Ð¡Ð°Ñ„Ð°Ñ€Ð¸ Ð´Ð»Ñ iOS */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge Ð¸ Opera 15+ */
  -moz-user-select: none;
  /* Fire Fox */
  -ms-user-select: none;
  /* IE 10+ Ð¸ Edge */
  user-select: none;
  /* ÐŸÑ€Ð¾Ñ‡Ð¸Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
  width: 576px;
}

.ChinesePage .helloimg{
  width: 483px;
}
.SpanishPage .helloimg{
  width: fit-content;
}
.engInTensor {
  font-family: "Inter", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -0.916px;
  color: #333333;
}

.second-stroke {
  display: flex;
  align-items: flex-end;
}

.second-stroke>div:last-child {
  margin-left: 16px;
  margin-bottom: 7px;
}

.languageInTensor {
  font-family: "Inter", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -0.916px;
  color: #333333;
  margin-top: 0px;
  width: 800px;
}

.engInTensor .tooltipprestogbs {
  font-size: 16px;
  margin-left: -2.5%;
}

.priceText {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
  color: #333333;
}

.priceSpan {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.338px;
  color: #333333;
}

.selectprogrammText {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.226px;
  color: #333333;
  margin-bottom: 24px;
  align-self: stretch;
}

.btnEnroll {
  cursor: pointer;
  border-radius: 28px;
  width: 159px;
  height: 56px;
  background-color: #f87045;
  border: none;
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  -youbkit-touch-callout: none;
  /* Ð¡Ð°Ñ„Ð°Ñ€Ð¸ Ð´Ð»Ñ iOS */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge Ð¸ Opera 15+ */
  -moz-user-select: none;
  /* Fire Fox */
  -ms-user-select: none;
  /* IE 10+ Ð¸ Edge */
  user-select: none;
  /* ÐŸÑ€Ð¾Ñ‡Ð¸Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
}

.lgStart .smallText {
  letter-spacing: -0.226px;
  color: #333333;
  margin-bottom: 25px;
}

.btnEnroll:hover {
  background-color: #e4662f;
  box-shadow: 0 0 10px rgba(66, 66, 66, 0.5);
}

.mainBlock>div {
  max-width: 100%;
  width: 1164px;
}

.lessonOverview.chineseLesson {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px 56px;
  margin-top: 18px;
  background-color: #f1f1f4;
  border-radius: 16px;
  padding: 18px 18px 8px;
}
.lessonOverview.spanishLesson {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #f1f1f4;
  border-radius: 16px;
  padding: 18px 18px 8px;
}
.chineseBlock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.chineseBlock .parameter {
  font-size: 16px;
  color: #949494;
  font-weight: 500;
  letter-spacing: -0.226px;
  margin-bottom: 12px;
}

.chineseBlock .meaning {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.226px;
  align-items: center;
  display: flex;
}

.chineseTeacher {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -6px
}

.chineseTeacher span {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.226px;
}

.chineseBlock .lessonTime {
  margin-top: -2px;
  margin-bottom: 0px;
  padding-left: 18px;
}

.mainBlock {
  display: flex;
  flex-direction: column;
  width: 1440px;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
}

.textPickagroup {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.479px;
  color: #333333;
  margin-bottom: 12px;
  height: 46px;
  cursor: default;
}
.SpanishPage .textPickagroup,
.ChinesePage .textPickagroup{
  width: 1200px;
  margin-bottom: 0px;
}

.footer {
  background: #f1f1f4;
  border-radius: 30px 30px 0px 0px;
  width: 100%;
  height: 136px;
  box-sizing: border-box;
  position: static;
  bottom: 0;
  display: flex;
  margin-top: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.textFooter {
  font-family: "Inter", sans-serif;
  width: 1164px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
  color: #333333;
  cursor: default;
}

.listsBlock {
  display: flex;
  height: 20px;
  margin-bottom: 16px;
  gap: 40px;
}

.labelList {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
  color: #949494;
}

.listGroup {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
  color: #333;
  border: none;
  border-bottom: 1px solid #cccccc;
  width: 206px;
  outline: none;
}

.listGroup:hover {
  border-bottom: 1px solid #616161;
}

.textLink {
  color: #0b3b71;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
}

.textLink:hover {
  padding-bottom: 2px;
  border-bottom: 1px solid #0b3b71;
}

.daystab {
  overflow: hidden;
  -youbkit-touch-callout: none;
  /* Ð¡Ð°Ñ„Ð°Ñ€Ð¸ Ð´Ð»Ñ iOS */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge Ð¸ Opera 15+ */
  -moz-user-select: none;
  /* Fire Fox */
  -ms-user-select: none;
  /* IE 10+ Ð¸ Edge */
  user-select: none;
  /* ÐŸÑ€Ð¾Ñ‡Ð¸Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
}

.daystab button {
  padding: 6px 16px;
  border: none;
  cursor: pointer;
  border-radius: 40px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-right: 12px;
  color: #333;
  /*-webkit-appearance: none;*/

}

.daystab button:hover {
  background-color: #dcdee4;
}

.daystab button.active {
  background-color: #202020;
  color: white;
}

.dayscontent {
  display: none;
  padding: 6px 0px;
  border-top: none;
}

.accordion.disabled {
  background-color: #fff;
  border: 1px solid #f1f1f4;
  cursor: default;
}

.accordion.disabled::after {
  display: none;
}

.accordion {
  background-color: #f1f1f4;
  color: #333;
  cursor: pointer;
  padding: 18px;
  border: none;
  outline: none;
  border-radius: 16px;
  margin-left: 0px;
  text-align: left;
  margin-top: 12px;
  height: 74px;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.268px;
  position: relative;
  -youbkit-touch-callout: none;
  /* Ð¡Ð°Ñ„Ð°Ñ€Ð¸ Ð´Ð»Ñ iOS */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge Ð¸ Opera 15+ */
  -moz-user-select: none;
  /* Fire Fox */
  -ms-user-select: none;
  /* IE 10+ Ð¸ Edge */
  user-select: none;
  /* ÐŸÑ€Ð¾Ñ‡Ð¸Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
}

.accordion::after {
  content: "";
  position: absolute;
  right: 25px;
  width: 15px;
  height: 15px;
  background-color: inherit;
  font-family: "cbuc-icons24";
  display: block;
  top: calc(50% - 7.5px);
}

.accordion:hover::after {
  color: #F87045;
}

.accordion.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 18px 18px 8px;
  height: 64px;
}

.accordion.active::after {
  content: "";
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #f1f1f4;
  overflow: hidden;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-bottom: 24px;
}

.lessonsonTime {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0px 0px;
}

.lessonBlock.hiddenLevel {
  display: none !important;
}

.lessonBlock.hiddenTeacher {
  display: none !important;
}

.lessonBlock.hiddenPlace {
  display: none !important;
}

.lessonBlock {
  position: relative;
  width: 270px;
  border-radius: 16px;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  height: 230px;
  padding-top: 17px;
  -youbkit-touch-callout: none;
  /* Ð¡Ð°Ñ„Ð°Ñ€Ð¸ Ð´Ð»Ñ iOS */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge Ð¸ Opera 15+ */
  -moz-user-select: none;
  /* Fire Fox */
  -ms-user-select: none;
  /* IE 10+ Ð¸ Edge */
  user-select: none;
  /* ÐŸÑ€Ð¾Ñ‡Ð¸Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
  z-index: 0;
}

.lessonBlock:hover {
  /* box-sizing: border-box; */
  box-shadow: 0 0 12px 2px rgba(170, 170, 170, 0.5);
  transition: 0.4s;
  z-index: 4;
}

.lessonBlock .blockLevel {
  display: flex;
}

.lessonBlock .blockLevel img {
  height: 26px;
}

.lessonBlock .blockPlace .textLine {
  margin-left: 20px;
  color: #265FA1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.268px;
}

.block-lesson .blockPlace .textLine {
  margin-left: 20px;
  color: #265FA1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.268px;
  margin-left: 0px;

}

.tooltipprestogbs,
.lessonTime li span.tooltipprestogbs{
  font-family: "cbuc-icons24";
  color: #587ab0 !important;
  font-size: 110%;
  font-weight: 600;
  position: relative;
  cursor: help;
}

.textblockLink {
  -youbkit-touch-callout: none;
  /* Ð¡Ð°Ñ„Ð°Ñ€Ð¸ Ð´Ð»Ñ iOS */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge Ð¸ Opera 15+ */
  -moz-user-select: none;
  /* Fire Fox */
  -ms-user-select: none;
  /* IE 10+ Ð¸ Edge */
  user-select: none;
  /* ÐŸÑ€Ð¾Ñ‡Ð¸Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
}
.SpanishPage .textblockLink{
  width: 1200px;
}

.tooltipprestogbs:hover .textAddress,
.tooltipprestogbs:hover .textLevel,
.tooltipprestogbs:hover .textPrice {
  display: block;
}

.tooltipprestogbs .textAddress:before,
.tooltipprestogbs .textLevel:before,
.tooltipprestogbs .textPrice:before {
  content: "";
  position: absolute;
  z-index: 1000;
  left: var(--positiongalka, 50%);
  margin-left: -8px;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-top-color: #bdbdbd;
    bottom: -8px;
}

.tooltipprestogbs .textAddress:after,
.tooltipprestogbs .textLevel:after,
.tooltipprestogbs .textPrice:after {
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: var(--positiongalka, 50%);
  margin-left: -8px;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.textLevel {
  display: none;
  width: 167px;
  bottom: 29px;
  position: absolute;
  font-family: 'Inter';
  background-color: #fff;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, .35) 0 0 6px 0;
  padding: 10px;
  letter-spacing: -0.268px;
  left: calc(50% - 94px);
  font-weight: 500;
  color: #333333;
  z-index: 1;
}
.SpanishPage .textLevel{
  width: 32px;
    left: calc(50% - 26px);
}
.textPrice {
  display: none;
  line-height: 16px;
  width: 299px;
  bottom: 26px;
  position: absolute;
  font-family: 'Inter';
  background-color: #fff;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, .35) 0 0 6px 0;
  padding: 10px;
  letter-spacing: -0.268px;
  left: calc(50% - 159px);
  font-weight: 500;
  color: #333333;
}

.textAddress{
  display: none;
  width: 245px;
  bottom: 29px;
  position: absolute;
  font-family: 'Inter';
  background-color: #fff;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, .35) 0 0 6px 0;
  padding: 10px;
  letter-spacing: -0.268px;
  left: calc(50% - 132px);
  font-weight: 500;
  color: #333333;
}

.lessonTime li span.textAddress{
  display: none;
  width: 195px;
  bottom: 29px;
  position: absolute;
  font-family: 'Inter';
  background-color: #fff;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, .35) 0 0 6px 0;
  padding: 10px;
  letter-spacing: -0.268px;
  left: calc(50% - 107px);
  font-weight: 500;
  color: #333333;
}
.lessonBlock .blockTeacher {
  display: flex;
  margin-left: 20px;
  position: absolute;
  flex-direction: row;
  align-items: center;
  bottom: 18px;
}

.lessonBlock .blockTeacher span {
  margin-left: 8px;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.211px;
  color: #333333;
}

.levelText {
  margin-top: 18px;
  margin-left: -3px;
  margin-bottom: -18px;
}

.iconLevel {
  width: 16px;
  text-align: left
}

.lessonLevel {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.268px;
  margin-bottom: 4px;
  margin-left: 14px;
}
.firstpage .lessonSet {
  padding-left: 0px;
  line-height: 18px;
  margin-top: 6px;
}
.lessonSet {
  color: #949494;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  padding-left: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
}


.lessonTime li span {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
}

.lessonTime li {
  color: #cccccc;
}

.teacherText {
  margin-left: 16px;
}

.lessonTeacher span {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.211px;
}

.notTimeLessons {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.226px;
}

.notAllLessons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.sorryText {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  justify-content: center;
}

.Ops {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 0px;
}

.notFounded {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 16px;
}

.btnResetFilter {
  width: 182px;
  height: 40px;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #f87045;
  padding: 8px 24;
  gap: 8px;
  color: #333333;
  background: inherit;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.226px;
  font-size: 16px;
}

.btnResetFilter:hover {
  color: white;
  background: #f87045;
  box-shadow: 0 0 10px rgba(66, 66, 66, 0.5);
}

.modalClose {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-right: -16px;
}

.btnClose {
  background-color: #2020200D;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnClose::before {
  content: "";
  color: #333333;
  font-family: "cbuc-icons24";
  font-weight: 500;
  font-size: 26px;
}

.form_modal_window {
  width: 100%;
  z-index: 0;
  display: flex;
  flex-direction: column;
}

.form_modal_window input {
  height: 15px;
  border: none;
  font-size: 17px;
  border-bottom: 1px solid #949494;
  font-family: "Inter", sans-serif;
  outline: none;
  color: #000000;
  padding: 39px 0px 8px 0px;
  font-weight: 400;
  line-height: 24px;
}

.form_modal_window input::placeholder {
  color: #949494;
  font-weight: 400;
}

.form_modal_window input[type=submit] {
  width: 151px;
  text-align: center;
  color: white;
  background-color: #CCCCCC;
  border: none;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 19px;
  height: 48px;
  cursor: pointer;
  padding: 0;
}

.titleModal {
  font-family: "Inter", sans-serif;
  color: #333;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 2px;
  letter-spacing: -0.268px;
  cursor: default;
}

.newListBlock {
  position: relative;
  height: 30px;
  user-select: none;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  align-items: flex-end;
  align-items: center;
}

div:not(.listOpen)>.listOption {
  color: #333;
  min-height: max-content;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
  height: 20px;
  min-width: 250px;
}

.listOpen .listOption {
  line-height: 30px;
  padding: 0 15px 0 40px;
  list-style: circle;

  border-radius: 15px;
  min-width: max-content;
  margin: 0 10px;
}

.listOpen .listOption li::marker {
  font-size: 20px;
  color: white;
}

.listOpen .listOption.listActive {
  line-height: 30px;
  padding: 0 15px 0 40px;
  list-style: disc;
  border-radius: 15px;
  min-width: max-content;
  margin-left: 10px;
}

.listOpen .listOption.listActive li::marker {
  color: #CC3D00;
}

.listOpen .listOption:hover li::marker {
  color: #9c9c9c;
  padding-left: 10px;
  font-size: 20px;
  background-color: #5f6da7;
  width: 20px;
}

.listOpen .listOption.listActive:hover li::marker {
  color: #CC3D00;
}

.listOpen .listOption:hover {
  background-color: #f3f4f8;
}

.listName {
  width: 100%;
  padding-left: 5px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  border-bottom: 1px solid #cccccc;
}

.listName::after {
  content: "";
  font-weight: 400;
  position: absolute;
  color: #ccc;
  right: 0px;
  width: 15px;
  height: 15px;
  background-color: inherit;
  font-family: "cbuc-icons24";
  display: block;
  top: calc(50% - 7.5px);
}

.listName:hover::after {
  color: #999;
}

.listName:hover {
  border-bottom: 1px solid #999;
}

.listOpen {
  display: none;
  position: absolute;
  z-index: 2;
  width: auto;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  border-radius: 6px;
  background-color: #fff;
  padding: 10px 0px 10px 0;
  margin-top: 4px;
  left: 0;
}

.listOption.open .listOpen {
  display: block;
}

.listOption.open .listName::after {
  transform: rotateZ(180deg);
}

.modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, .5);
}

.modal-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 30px;
  border: 1px solid #6e6e6e;
  display: flex;
  align-items: flex-start;
  background: white;
  flex-direction: column;
  width: fit-content;
  height: min-content;
  max-height: fit-content;
  padding: 16px 32px 40px 32px;
  box-sizing: border-box;
}

.modal-wrapper>.content{
  width: 100%;
}

.specific-lesson .record-yourself-or-no {
  margin-bottom: 32px;
}

/*ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð·Ð°Ð½ÑÑ‚Ð¸Ð¹*/
.general .block-lesson {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.block-lesson .lessonLevel {
  margin-left: 0px;
}

.specific-lesson .content {
  margin: 0px;
  width: 100%;
}

.specific-lesson .block-lesson {
  z-index: 1;
  margin-top: 10px;
  cursor: default;
}

.block-lesson .blockTeacher {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.block-lesson .blockTeacher img {
  -youbkit-touch-callout: none;
  /* Ð¡Ð°Ñ„Ð°Ñ€Ð¸ Ð´Ð»Ñ iOS */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge Ð¸ Opera 15+ */
  -moz-user-select: none;
  /* Fire Fox */
  -ms-user-select: none;
  /* IE 10+ Ð¸ Edge */
  user-select: none;
  /* ÐŸÑ€Ð¾Ñ‡Ð¸Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
}

.block-lesson .blockTeacher .lessonTeacher {
  margin-left: 8px;
}

.block-lesson .lessonLevel {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.268px;
  color: #333333;
}

.block-lesson .levelText {
  margin-bottom: 0px;
  margin-top: 18px;
  margin-left: -3px;
}

.block-lesson .lessonTime {
  margin-left: -19px;
  margin-bottom: 7px;
  margin-top: 4px;
}

.block-lesson .teacherText {
  margin-left: 0px;
}

/*.general .content {
  width: 100%;
}*/

.modal-wrapper .content-feedback {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-feedback p {
  font-family: Inter;
  font-style: normal;
}

.content-feedback .text-one {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.338px;
  margin: 0px;
}

.content-feedback .text-two {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
  padding: 0px 20px;
  text-align: center;
}

.agreement {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 418px;
  margin-top: 30px;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"]:checked+label,
input[type="checkbox"]:not(:checked)+label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #D2D6DA;
  background-color: #ffffff;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
  border-radius: 3px;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
  left: 3px;
  top: 2px;
  width: 14px;
  height: 5px;
  border-radius: 1px;
  border-left: 2.5px solid #F87045;
  border-bottom: 2.5px solid #F87045;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
}

input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.agreement label {
  font-family: "Inter", sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.agreement a {
  text-decoration: none;
  color: #0B3B71;
}

.agreement a:hover {
  text-decoration: underline;
}

.InputError {
  font-family: "Inter", sans-serif;
  color: #e85757;
  font-size: 14px;
  margin-top: 2px;
}

.alert_block {
  position: absolute;
  z-index: 50;
  background: #fff;
  border-radius: 14px;
  cursor: default;
  box-shadow: 0 0 15px 4px rgb(0 0 0 / 20%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  padding-top: 12px;
  padding-bottom: 20px;
}

.alert_block>div:last-child {
  padding: 0px 65px;
}

.alert_block .modalClose {
  padding-right: 30px;
}

.alert_block .alert_header {
  font-size: 24px;
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.338px;
}

.alert_block .alert_header>div {
  text-align: center;
}

.alert_block .alert_content {
  display: flex;
  text-align: center;
  font-size: 16px;
  justify-content: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
}

.alert_block .alert_buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 24px;
}

.alert_block .alert_buttons .save:hover {
  color: white;
  background: #f87045;
  box-shadow: 0 0 10px rgba(66, 66, 66, 0.5);
}

.alert_block .alert_buttons a {
  text-decoration: none;
  color: #333333;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.24px;
}

.alert_block .alert_buttons .save {
  padding: 16px 32px;
  border: 1px solid;
  border-radius: 28px;
  text-align: center;
  cursor: pointer;
  border-color: #ff621f !important;
  user-select: none
}

.alert_block .alert_line {
  display: flex;
  width: 50px;
  margin: 5px auto 20px;
  border: 2px solid #0c94ff;
  border-radius: 43px;
  border-color: rgb(220, 34, 25);
}

.menuAdditioninfo {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  position: absolute;
  right: 168px;
  color: #333333;

}

.engInTensor .priceAdditioninfo:hover {
  cursor: pointer;
  border-bottom: 2px solid #dcdee4;
  color: #8e8e8e;
}

.menuAdditioninfo:hover {
  cursor: pointer;
  border-bottom: 3px solid #dcdee4;
  padding-top: 7px;
  padding-bottom: 5px;

}

.menuAdditioninfo.active {
  cursor: pointer;
  border-bottom: 3px solid #F87045;
  padding: 7px 0px;
  font-weight: 600;
}

.blockAddinfo {
  box-sizing: border-box;
  width: 1164px;
  margin-top: 72px;
}

.blockAddinfo .header {
  font-family: "Inter", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -0.916px;
  color: #333333;
  margin-bottom: 38px;
  cursor: default;
}

.blockAddinfo .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.blockAddinfo .container .blockinfo {
  border-radius: 24px;
  background: #F1F1F4;
  width: 332px;
  padding: 32px 24px 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: default
}

.blockAddinfo .container .blockinfo img {
  width: 48px;
  -youbkit-touch-callout: none;
  /* Ð¡Ð°Ñ„Ð°Ñ€Ð¸ Ð´Ð»Ñ iOS */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge Ð¸ Opera 15+ */
  -moz-user-select: none;
  /* Fire Fox */
  -ms-user-select: none;
  /* IE 10+ Ð¸ Edge */
  user-select: none;
  /* ÐŸÑ€Ð¾Ñ‡Ð¸Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
}

.blockAddinfo .container .blockinfo .textHeader {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.268px;
  color: #333333;
}

.blockAddinfo .container .blockinfo .TextDescroption {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
  color: #333333;
}

.Teachers {
  overflow-x: scroll;
  width: 100%;
  z-index: 10;
  visibility: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
}

.transparent {
  background: transparent;
}

.ourTeachers {
  display: -webkit-box;
  overflow: visible;
  cursor: grab;
  position: relative;
}

.clone {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
}

.ourTeachers>div {
  border-radius: 24px;
  background: #F1F1F4;
  max-width: 430px;
  padding: 24px 24px 32px 24px;
  user-select: none;
  margin-right: 12px;
}

.ourTeachers>div>div:first-child {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ourTeachers>div>div:first-child>div:last-child {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.268px;
  color: #333;
}

.ourTeachers>div>div:last-child>p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
  color: #333;
}

.pictureTeach {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 300px;
}

.Romanova {
  background-image: url(images/KRomanova.png);
  background-size: 100%;
}

.Gordeev {
  background-image: url(images/AGordeev.png);
  background-size: 100%;
}

.Lutchenko {
  background-image: url(images/JLutchenko.png);
  background-size: 100%;
}

.Panfilova {
  background-image: url(images/NPanfilova.png);
  background-size: 100%;
}

.Shavel {
  background-image: url(images/PShavel.png);
  background-size: 100%;
}
.Kozhuhova{
  background-image: url(images/DKozhuhova.png);
  background-size: 100%;
} 
.Ozimova{
  background-image: url(images/DOzimova.png);
  background-size: 100%;
} 
.Burakova{
  background-image: url(images/EBurakova.png);
  background-size: 100%;
} 
.Popova{
  background-image: url(images/APopova.png);
  background-size: 100%;
} 
.teacher-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  margin-top: 100px;
}

.teacher-title .textPickagroup {
  margin: 0;
  font-size: 38px;
}

.teacher-title>div {
  display: flex;
  gap: 12px;
}

.teacher-title>div>div {
  width: 44px;
  height: 44px;
  border-radius: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-teach-back,
.scroll-teach-forward {
  background: #CCC;
}

.scroll-teach-back.active,
.scroll-teach-forward.active {
  background: #1D252B;
}

.scroll-teach-back::after,
.scroll-teach-forward::after {
  content: "";
  font-weight: 400;
  font-family: "cbuc-icons24";
  display: block;
  font-size: 24px;
  cursor: pointer;
}

.scroll-teach-back::after,
.scroll-teach-forward::after {
  color: #949494;
  rotate: 90deg;
}

.scroll-teach-forward::after {
  rotate: 90deg;
}

.scroll-teach-forward::after {
  rotate: 270deg;

}

.scroll-teach-back.active::after,
.scroll-teach-forward.active::after {
  color: #fff;
}

.record-yourself-or-no {
  display: flex;
  gap: 110px;
  margin-top: 6px;
  margin-bottom: 10px;
  margin-left: 4px;
}

.record-yourself-or-no>div>label {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.226px;
  position: absolute;
  margin-top: -2px;
  /*курсор на переключатели*/
  cursor: pointer;
}

.form_modal_window input[type="radio"] {
  display: none;
}

.form_modal_window .record-yourself-or-no label:before {
  content: "";
  display: inline-block;
  left: 0;
  bottom: 1px;
  width: 10px;
  height: 10px;
  background: #fff;
  box-shadow: 0 0 0 3px white, 0 0 0 4px #DADCE7;
  margin-right: 12px;
  border-radius: 50%;
}

.form_modal_window input[type="radio"]:checked+label:before {
  box-shadow: 0 0 0 3px white, 0 0 0 4px #F87045;
  background: #F87045;
  border-color: #fff;
  color: #fff;
}

/*общее модальное*/
.switches {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.switches .record-yourself-or-no {
  flex-direction: column;
  gap: inherit;
}

.switches .record-yourself-or-no>div:last-child {
  margin-bottom: 0px;
}
.switches .record-yourself-or-no>div {
  margin-bottom: 28px;
}

.switches span {
  color: #949494;
  letter-spacing: -0.211px;
  line-height: 20px;
  margin-left: -4px;
  margin-bottom: 8px;
}

.switches>div:last-child {
  margin-left: 150px;
}
/* media */

@media (min-width: 1200px) and (max-width: 1250px) {
  .helloWords {
    padding-left: 20px;
  }

  .mainBlock {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blockAddinfo {
    width: 100%;
    padding-left: 20px;
  }

}

@media (min-width: 971px) and (max-width: 1200px) {
  .fullPage {
    min-width: 971px;
  }

  .helloBlock {
    padding-bottom: 30px;
  }

  .firstpage .helloBlock {
    padding-bottom: 0px;
  }

  .helloWords {
    padding-left: 20px;
    width: 70%;
  }

  .engInTensor span.tooltipprestogbs {
    margin-left: -7px;
    z-index: 10;
  }

  .blockPict {
    display: flex;
    align-items: flex-end;
    width: 30%;
    position: relative;
    right: 22%;
    top: 22px;
  }
.ChinesePage .blockPict,
.SpanishPage .blockPict{
    right: 15%;
    top: -18px;
}
  .blockPict img {
    width: 180%;
    height: auto;
  }
  .ChinesePage .blockPict img,
  .SpanishPage .blockPict img {
    width: 140%;
    height: auto;
  }

  .selectLanguage>p {
    font-size: 34px;
  }

  .listsBlock {
    flex-wrap: wrap;
  }

  .mainBlock {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .teacher-title .textPickagroup {
    font-size: 34px;
  }

  .mainBlock>div {
    width: 100%;
  }

  .lessonOverview {
    width: 100%;
  }

  .accordion {
    width: 100%;
  }

  footer {
    width: 100%;
    padding-left: 20px;
  }

  .blockAddinfo {
    width: 100%;
    padding-left: 20px;
  }

  .firstpage .mainBlock {
    padding-right: 0px;
  }

  .mainBlock .teacher-title>div {
    padding-right: 20px;
  }

  .lgStart {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .footer {
    padding-left: 20px;
  }

  .footer p {
    width: 100%;
  }
  .lessonOverview.chineseLesson{
    padding: 0px;
    padding-left: 20px;
  }
  .SpanishPage .textPickagroup,
  .ChinesePage .textPickagroup{
    width: 100%;
    margin-bottom: 12px;
  }
  .SpanishPage .textblockLink{
    width: 100%;
    margin-top: 0px;
  }
}

@media (min-width: 800px) and (max-width: 1190px) {
  .EnglishPage .lessonOverview {
    margin-top: 17px;
  }
}

@media (min-width: 800px) and (max-width: 970px) {
  .fullPage {
    min-width: 800px;
  }

  .helloBlock {
    padding-bottom: 30px;
  }

  .firstpage .helloBlock {
    padding-bottom: 0px;
  }

  .helloWords {
    padding-left: 20px;
    width: 70%;
  }

  .engInTensor span.tooltipprestogbs {
    margin-left: -7px;
    z-index: 10;
  }

  .blockPict {
    display: flex;
    align-items: flex-end;
    width: 30%;
    position: relative;
    right: 22%;
    top: 22px;
  }

.ChinesePage .blockPict,
.SpanishPage .blockPict{
  right: 13%;
    top: 2px;
}

  .blockPict img {
    width: 180%;
    height: auto;
  }

  .ChinesePage .blockPict img ,
  .SpanishPage .blockPict img {
    width: 140%;
    height: auto;
  }

  .listsBlock {
    flex-wrap: wrap;
  }

  .mainBlock {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .selectLanguage {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .teacher-title .textPickagroup {
    margin: 0;
    font-size: 28px;
  }

  .selectLanguage>p {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: -0.338px;
  }

  .mainBlock>div {
    width: 100%;

  }

  .teacher-title {
    margin-top: 55px;
  }

  .lessonOverview {
    width: 100%;
  }

  .accordion {
    width: 100%;
  }

  footer {
    width: 100%;
    padding-left: 20px;
  }

  .blockAddinfo {
    width: 100%;
    padding-left: 20px;
  }

  .firstpage .mainBlock {
    padding-right: 0px;
  }

  .mainBlock .teacher-title>div {
    padding-right: 20px;
  }

  .lgStart {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .footer {
    padding-left: 20px;
  }

  .footer p {
    width: 100%;
  }
  .lessonOverview.chineseLesson{
    padding: 0;
    padding-left: 18px;
    gap: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .lessonOverview.spanishLesson{
    padding: 0;
    padding-left: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .SpanishPage .textPickagroup,
  .ChinesePage .textPickagroup{
    width: 100%;
    margin-bottom: 12px;
  }
  .SpanishPage .textblockLink{
    width: 100%;
    margin-top: 0px;
  }
}

@media (min-width: 0px) and (max-width: 740px) {
  .link-on-other-language {
    width: 100%;
    background: #f1f1f4;
    padding-left: 20px;
    left: 0;
    top: 65px;
    padding-bottom: 5px;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .fullPage {
    min-width: 600px;
  }

  .helloBlock {
    padding: 16px;
    border-radius: 0px 0px 20px 20px;
  }

  .helloWords {
    width: 70%;
    z-index: 2;
  }

  .engInTensor span.tooltipprestogbs {
    margin-left: -7px;
    z-index: 10;
  }

  .lessonBlock span.tooltipprestogbs {
    display: none;
  }

  .engInTensor {
    font-size: 50px;
    line-height: 60px;
  }

  .btnEnroll {
    height: 54px;
    font-size: 17px;
  }

  .blockPict {
    display: flex;
    align-items: flex-end;
    width: 30%;
    position: relative;
    right: 22%;
    top: 22px;
  }

  .ChinesePage .blockPict,
  .SpanishPage .blockPict{
    right: 11%;
    top: -15px;
  }

  .blockPict img {
    width: 180%;
    height: auto;
  }
  .ChinesePage .blockPict img,
  .SpanishPage .blockPict img {
   width: 150%;
    height: auto;
  }
  .priceSpan {
    font-size: 20px;
  }

  .ChinesePage .mainBlock .lessonOverview,
  .SpanishPage .mainBlock .lessonOverview {
    padding: 12px 0px 12px 16px;
    gap: 0;
    margin-top: 0px;
  }

  .mainBlock .lessonOverview {
    margin-top: 45px;
  }

  .ChinesePage .mainBlock>div,
  .SpanishPage .mainBlock>div {
    margin-bottom: 0px;
  }

  .mainBlock>div {
    margin-bottom: 24px;
  }

  .teacher-title {
    margin-top: 50px;
  }

  .panel {
    width: 100%;
    padding: 0;
  }

  .listsBlock {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .filterteacher {
    margin-top: 24px;
  }

  .mainBlock {
    padding-left: 16px;
    padding-right: 16px;
  }

  .daystab {
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
  }

  .accordion {
    width: 100%;
    font-size: 16px;
  }

  .lessonLevel {
    font-size: 16px;
  }

  .textFooter {
    width: 100%;
  }

  .footer {
    min-width: 320px;
    height: 104px;
    padding: 0 15px;
    border-radius: 20px 20px 0px 0px;
  }

  .lessonsonTime {
    padding-left: 16px;
  }

  .blockAddinfo {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  .blockAddinfo .header {
    font-size: 50px;
    line-height: 60px;
  }

  .blockAddinfo .container {
    justify-content: center;
  }

  .blockAddinfo .container .blockinfo {
    width: 310px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .alert_block {
    width: 350px;
    padding-bottom: 34px;
  }

  .alert_block .alert_header {
    font-size: 18px;
    line-height: 26px;
  }

  .alert_block .alert_content div {
    font-size: 14px;
  }

  .alert_block .alert_buttons .save {
    padding: 6px 31px;
    font-size: 16px;
  }

  .lgStart {
    width: 100%;
    height: auto;
  }

  .languageInTensor {
    font-size: 50px;
    width: 100%;
    line-height: 60px;
  }

  .lgBtn {
    margin-bottom: 12px;
  }

  .firstpage .helloBlock {
    height: auto;
  }

  .firstpage .mainBlock {
    padding-right: 0px;
  }

  .mainBlock .teacher-title>div {
    padding-right: 16px;
  }
  .SpanishPage .textPickagroup,
  .ChinesePage .textPickagroup{
    width: 100%;
    margin-bottom: 12px;
  }
  .SpanishPage .textblockLink{
    width: 100%;
    margin-top: 0px;
  }
  .SpanishPage .mainBlock .lessonOverview{
    margin-top: 0px;
  }

}

@media (min-width: 600px) and (max-width: 670px) {
  .engInTensor {
    font-size: 42px;
  }

  .helloWords {
    justify-content: flex-end;
  }
  .ChinesePage .blockPict,
  .SpanishPage .blockPict{
  	right: 8%;
    top: -3px;
  }

  .ChinesePage .blockPict img,
  .SpanishPage .blockPict img {
    width: 135%;
    height: auto;
  }
  .SpanishPage .textPickagroup,
  .ChinesePage .textPickagroup{
    width: 100%;
    margin-bottom: 12px;
  }
  .SpanishPage .textblockLink{
    width: 100%;
    margin-top: 0px;
  }
  .SpanishPage .mainBlock .lessonOverview{
    margin-top: 0px;
  }
}

@media (min-width: 527px) and (max-width: 600px) {

  .fullPage {
    min-width: 320px;
  }

  .btnEnrollmenu {
    display: none;
  }

  .helloBlock {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 0px 0px 20px 20px;
  }

  .ChinesePage .helloWords,
  .EnglishPage .helloWords ,
  .SpanishPage .helloWords {
    margin-top: 15px;
  }

  .EnglishPage .helloBlock>div {
    flex-direction: column;
    width: 100%;
  }

  .ChinesePage .helloBlock>div,
  .SpanishPage .helloBlock>div {
    flex-direction: column;
    width: 100%;
  }

  .engInTensor span.tooltipprestogbs {
    margin-left: -3px;
  }

  .blockPlace span.tooltipprestogbs {
    display: none;
  }

  .stastmenu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menuAdditioninfo {
    right: 16px;
  }

  .btnEnroll {
    width: 100%;
    height: 40px;
    max-width: 400px;
    margin-left: calc(50% - 200px);
  }

  .blockPict img {
    width: 100%;
    height: auto;
    max-height: 250px;
  }
.ChinesePage .blockPict img,
.SpanishPage .blockPict img{
    width: 100%;
    height: auto;
max-height: 190px;}

  .engInTensor {
    font-size: 33px;
    line-height: 41px;
  }

  .priceSpan {
    font-size: 20px;
  }

  .blockPict {
    display: flex;
    justify-content: center;
  }

  .textPickagroup {
    font-size: 22px;
  }

  .listsBlock {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .ChinesePage .mainBlock .lessonOverview,
  .SpanishPage .mainBlock .lessonOverview {
    padding: 12px 0px 12px 16px;
    gap: 0;
    margin-top: 12px;
  }

  .mainBlock .lessonOverview {
    margin-top: 45px;
  }

  .ChinesePage .mainBlock>div,
  .SpanishPage .mainBlock>div {
    margin-bottom: 0px;
  }

  .mainBlock>div {
    margin-bottom: 24px;
  }

  .selectLanguage p,
  .teacher-title .textPickagroup {
    font-size: 33px;
  }

  .teacher-title {
    margin-top: 50px;
  }

  .panel {
    width: 100%;
    padding: 0;
  }

  .lessonsonTime {
    padding-left: 16px
  }

  .filterteacher {
    margin-top: 24px;
  }

  .accordion {
    width: 100%;
    height: 56px;
    font-size: 16px;
  }

  .lessonLevel {
    font-size: 16px;
  }

  .accordion.disabled {
    height: 84px
  }

  .footer {
    min-width: 320px;
    height: 88px;
    padding: 0 15px;
    border-radius: 20px 20px 0px 0px;
  }

  .blockAddinfo {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  .blockAddinfo .header {
    font-size: 33px;
    line-height: 41px;
  }

  .blockAddinfo .container {
    justify-content: center;
  }

  div:not(.listOpen)>.listOption {
    min-width: 160px;
    max-width: 250px;
    width: 100%
  }

  .listTeacher .listOpen {
    margin-left: -40px;
  }

  .mainBlock {
    padding-left: 16px;
    padding-right: 16px;
  }

  .textFooter {
    width: 100%;
  }

  .daystab {
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
  }

  .notAllLessons {
    flex-direction: column;
  }

  .notAllLessons .sorryText {
    margin-left: 0px;
  }

  .btnResetFilter {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .alert_block {
    width: 350px;
    padding-bottom: 34px;
  }

  .alert_block .alert_header {
    font-size: 18px;
  }

  .alert_block .alert_content div {
    font-size: 14px;
  }

  .alert_block .alert_buttons .save {
    padding: 6px 31px;
    font-size: 16px;
  }

  .lgStart {
    width: 100%;
    height: auto;
  }

  .languageInTensor {
    font-size: 33px;
    width: 100%;
    line-height: 41px;
    letter-spacing: -0.465px;
  }

  .lgBtn {
    margin-bottom: 12px;
  }

  .firstpage .mainBlock {
    padding-right: 0px;
  }

  .mainBlock .teacher-title>div {
    padding-right: 16px;
  }
  .second-stroke>div:last-child{
    margin-bottom: 0px;
  }
  .SpanishPage .textPickagroup,
  .ChinesePage .textPickagroup{
    width: 100%;
  }
  .SpanishPage .textblockLink{
    width: 100%;
    margin-top: 0px;
  }
  .SpanishPage .mainBlock .lessonOverview{
    margin-top: 0px;
  }
  .SpanishPage .blockPict img{
    max-height: 202px !important;
    width: auto;
  }
  
}

@media (min-width: 401px) and (max-width: 526px) {

  .fullPage {
    min-width: 320px;
  }

  .btnEnrollmenu {
    display: none;
  }

  .helloBlock {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 0px 0px 20px 20px;
  }

  .ChinesePage .helloWords,
  .EnglishPage .helloWords,
  .SpanishPage .helloWords {
    margin-top: 15px;
  }

  .second-stroke {
    align-items: flex-start;
    flex-direction: column;
  }

  .second-stroke>div:last-child {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 12px;
  }

  .EnglishPage .helloBlock>div {
    flex-direction: column;
    width: 100%;
  }

  .ChinesePage .helloBlock>div,
  .SpanishPage .helloBlock>div {
    flex-direction: column;
    width: 100%;
  }


  .engInTensor span.tooltipprestogbs {
    margin-left: -5px;
  }

  .engInTensor span.tooltipprestogbs .textPrice {
    margin-left: -128px;
    --positiongalka: 90%;
  }

  .lessonBlock span.tooltipprestogbs {
    display: none;
  }

  .SpanishPage .block-lesson .tooltipprestogbs span.textAddress {
    margin-left: -1px !important;
    --positiongalka: 50% !important;
  }

  .block-lesson .tooltipprestogbs span.textAddress {
    margin-left: 31px !important;
    --positiongalka: 38% !important;
  }

  .stastmenu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menuAdditioninfo {
    right: 16px;

  }

  .btnEnroll {
    width: 100%;
    height: 40px;
  }

  .notAllLessons .sorryText {
    margin-left: 0px;
  }

  .btnResetFilter {
    width: 100%;
  }

  .blockPict img {
    width: 100%;
    height: auto;
    max-height: 250px;
  }
  .ChinesePage .blockPict img,
  .SpanishPage .blockPict img {
    width: 100%;
    height: auto;
    max-height: 175px;
  }
  .SpanishPage .blockPict img{
    max-height: fit-content !important;
  }

  .engInTensor {
    font-size: 33px;
    line-height: 41px;
  }

  .priceSpan {
    font-size: 20px;
  }

  .blockPict {
    display: flex;
    justify-content: center;
  }

  .textPickagroup {
    font-size: 22px;
  }

  .listsBlock {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .mainBlock .lessonOverview {
    margin-top: 45px;
  }

  .mainBlock>div {
    margin-bottom: 24px;
  }

  .mainBlock .chineseLesson,
  .mainBlock .spanishLesson{
    padding: 12px 0px 12px 16px;
    gap: 0;
    margin-top: 12px;
  }

  .selectLanguage {
    gap: 16px;
    margin-top: 32px;
  }

  .selectLanguage>p {
    font-size: 24px;
  }

  .selectLanguage>div>div {
    padding: 24px;
  }

  .teacher-title .textPickagroup {
    width: 20px;
    font-size: 24px;
    line-height: 29px
  }

  .teacher-title {
    margin-top: 0px;
  }

  .panel {
    width: 100%;
    padding: 0;
  }

  .lessonsonTime {
    padding-left: 16px
  }

  .filterteacher {
    margin-top: 24px;
  }

  .accordion {
    width: 100%;
    height: 56px;
    font-size: 16px;
  }

  .lessonLevel {
    font-size: 16px;
  }

  .accordion.disabled {
    height: 84px
  }

  .footer {
    min-width: 320px;
    height: 88px;
    padding: 0 15px;
    border-radius: 20px 20px 0px 0px;
  }

  .blockAddinfo {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  .blockAddinfo .header {
    font-size: 33px;
    line-height: 41px;
  }

  .blockAddinfo .container {
    justify-content: center;
  }

  div:not(.listOpen)>.listOption {
    min-width: 160px;
    max-width: 250px;
    width: 100%
  }

  .listTeacher .listOpen {
    margin-left: -40px;
  }

  .mainBlock {
    padding-left: 16px;
    padding-right: 16px;
  }

  .textFooter {
    width: 100%;
  }

  .daystab {
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
  }

  .notAllLessons {
    flex-direction: column;
  }

  .modal-wrapper {
    margin-left: 2%;
    margin-right: 2%;
  }

  .modal-wrapper.sended {
    margin-left: auto;
    margin-right: auto;
  }

  .form_modal_window input {
    width: 100%;
  }

  .form_modal_window .agreement {
    width: 100%;
  }

  .form_modal_window input[type=submit] {
    height: 40px;
  }

  .alert_block {
    width: 350px;
    padding-bottom: 34px;
  }

  .alert_block .alert_header {
    font-size: 18px;
  }

  .alert_block .alert_content div {
    font-size: 14px;
  }

  .alert_block .alert_buttons .save {
    padding: 6px 31px;
    font-size: 16px;
  }

  .lgStart {
    width: 100%;
    height: auto;
  }

  .languageInTensor {
    font-size: 33px;
    width: 100%;
    line-height: 41px;
    letter-spacing: -0.465px;
  }

  .lgBtn {
    margin-bottom: 12px;
  }

  .firstpage .mainBlock {
    padding-right: 0px;
  }

  .mainBlock .teacher-title>div {
    padding-right: 16px;
  }

  .ourTeachers>div {
    width: 313px;
    padding: 16px 16px 24px 16px;
  }

  .ourTeachers>div>div:first-child>div:last-child {
    font-size: 16px;
  }

  .pictureTeach {
    width: 56px;
    height: 56px;
  }

  /*скролл на языки*/
  .selectLanguage>div::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent
      /* опционально */
  }

  .selectLanguage>div {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  .SpanishPage .textPickagroup,
  .ChinesePage .textPickagroup{
    width: 100%;
  }
  .SpanishPage .textblockLink{
    width: 100%;
    margin-top: 0px;
  }
  .SpanishPage .mainBlock .lessonOverview{
    margin-top: 0px;
  }
}

@media (min-width: 401px) and (max-width:440px) {
  .modal-wrapper.sended {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media (min-width: 0) and (max-width:435px) {
  .on-start .switches {
    flex-direction: column;
  }

  .on-start .switches>div:last-child {
    margin-left: 0px;
    margin-top: 30px;
  }
}

@media (min-width: 0) and (max-width: 400px) {
  .fullPage {
    min-width: 320px;
  }

  .btnEnrollmenu {
    display: none;
  }

  .helloBlock {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 0px 0px 20px 20px;
  }

  .ChinesePage .helloWords,
  .EnglishPage .helloWords,
  .SpanishPage .helloWords {
    margin-top: 15px;
  }

  .second-stroke {
    align-items: flex-start;
    flex-direction: column;
  }

  .second-stroke>div:last-child {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 12px;
  }

  .EnglishPage .helloBlock>div {
    flex-direction: column;
    width: 100%;
  }

  .ChinesePage .helloBlock>div,
  .SpanishPage .helloBlock>div {
    flex-direction: column;
    width: 100%;
  }


  .engInTensor span.tooltipprestogbs {
    margin-left: -5px;
  }

  .engInTensor span.tooltipprestogbs .textPrice {
    margin-left: -128px;
    --positiongalka: 90%;
  }

  .lessonBlock span.tooltipprestogbs {
    display: none;
  }
  .SpanishPage .block-lesson .tooltipprestogbs span.textAddress{
    width: 196px;
        margin-left: -1px;
        z-index: 10;
  }
  .block-lesson .tooltipprestogbs span.textAddress{
    width: 165px;
    margin-left: 39px;
    z-index: 10;

  }

  .stastmenu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menuAdditioninfo {
    right: 16px;

  }

  .btnEnroll {
    width: 100%;
    height: 40px;
    font-size: 17px;
  }

  .blockPict img {
    width: 100%;
    height: auto;
  }
  .ChinesePage .blockPict img,
  .SpanishPage .blockPict img {
    width: 100%;
    height: auto;
  }

  .engInTensor {
    font-size: 33px;
    line-height: 41px;
  }

  .priceSpan {
    font-size: 20px;
  }

  .blockPict {
    display: flex;
    justify-content: center;
  }

  .textPickagroup {
    font-size: 22px;
    line-height: 29px;
  }

  .listsBlock {
    display: flex;
    flex-direction: column;
    gap: 24px
  }

  .EnglishPage .mainBlock .lessonOverview {
    margin-top: 65px;
  }
  .mainBlock .lessonOverview {
    margin-top: 0px;
  }

  .mainBlock .chineseLesson,
  .mainBlock .lessonOverview.spanishLesson {
    padding: 12px 0px 12px 16px;
    gap: 0;
  }

  .panel {
    width: 100%;
    padding: 0;
  }

  .lessonsonTime {
    padding-left: 16px
  }

  .filterteacher {
    margin-top: 24px;
  }

  .accordion {
    width: 100%;
    height: 56px;
    font-size: 16px;
  }

  .lessonLevel {
    font-size: 16px;
  }

  .accordion.disabled {
    height: 84px
  }

  .footer {
    min-width: 320px;
    height: 88px;
    padding: 0 15px;
    border-radius: 20px 20px 0px 0px;
  }

  .blockAddinfo {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  .alert_block>div:last-child {
    padding: 0px 40px;
}

  .blockAddinfo .header {
    font-size: 33px;
    line-height: 41px;
  }

  .blockAddinfo .container {
    justify-content: center;
  }

  div:not(.listOpen)>.listOption {
    min-width: 160px;
    max-width: 250px;
    width: 100%
  }

  .listTeacher .listOpen {
    margin-left: -40px;
  }

  .mainBlock {
    padding-left: 16px;
    padding-right: 16px;
  }

  .textFooter {
    width: 100%;
  }

  .daystab {
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
  }

  .notAllLessons .sorryText {
    margin-left: 0px;
  }

  .notAllLessons {
    flex-direction: column;
  }

  .modal-wrapper {
    border-radius: 20px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 10px 32px 20px;
  }

  .specific-lesson .block-lesson .lessonLevel {
    font-size: 16px;
  }

  .modal-wrapper .titleModal {
    font-size: 16px;
  }

  .form_modal_window input {
    height: 15px;
    font-size: 16px;
    padding: 33px 0px 5px 0px;
  }

  .form_modal_window .agreement {
    width: 80%;
    margin-top: 35px;
  }

  .form_modal_window input[type=submit] {
    width: 124px;
    height: 39px;
    font-size: 16px;
  }

  .agreement input[type=checkbox] {
    margin-left: 5px;
  }

  .btnResetFilter {
    width: 100%;
    border-radius: 20px;
  }

  .Ops {
    font-size: 20px;
  }

  .lessonBlock .blockLevel img {
    height: 22px;
  }

  .lessonLevel {
    font-size: 16px;
    line-height: 24px;
  }

  .alert_block {
    width: 90%;
    padding-bottom: 34px;
  }

  .alert_block .alert_header {
    font-size: 18px;
  }

  .alert_block .alert_content div {
    font-size: 14px;
  }

  .alert_block .alert_buttons .save {
    padding: 6px 31px;
    font-size: 16px;
  }

  .specific-lesson .block-lesson {
    z-index: auto;
  }

  .lgStart {
    width: 100%;
    height: auto;
  }

  .languageInTensor {
    font-size: 33px;
    width: 100%;
    line-height: 41px;
    letter-spacing: -0.465px;
  }

  .lgBtn {
    margin-bottom: 12px;
  }

  .selectLanguage {
    gap: 16px;
    margin-top: 32px;
  }

  .selectLanguage>p {
    font-size: 24px;
  }

  .selectLanguage>div>div {
    padding: 24px;
  }

  .teacher-title .textPickagroup {
    width: 20px;
    font-size: 24px;
  }

  .teacher-title {
    margin-top: 30px;
  }

  .firstpage .mainBlock {
    padding-right: 0px;
  }

  .mainBlock .teacher-title>div {
    padding-right: 16px;
  }

  .record-yourself-or-no {
    flex-direction: column;
    gap: 25px;
  }

  .ourTeachers>div {
    width: 260px;
    padding: 16px 16px 24px 16px;
  }

  .ourTeachers>div>div:first-child>div:last-child {
    font-size: 16px;
  }

  .pictureTeach {
    width: 56px;
    height: 56px;
  }

  .on-start .switches .record-yourself-or-no label {
    font-size: 15px;
  }

  /*скролл на языки*/
  .selectLanguage>div::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent
      /* опционально */
  }

  .selectLanguage>div {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  .SpanishPage .textPickagroup,
  .ChinesePage .textPickagroup{
    width: 100%;
  }
  .SpanishPage .textblockLink{
    width: 100%;
    margin-top: 0px;
  }
  .SpanishPage .mainBlock .lessonOverview{
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 385px) {
  .engInTensor span.tooltipprestogbs .textPrice {
    --positiongalka: 50%;
  }
}

@media (min-width: 320px) and (max-width: 350px) {
  .newListBlock {
    font-size: 14px;
  }

  .labelList {
    font-size: 14px;
  }

  .listTeacher .listOpen {
    margin-left: -57px;
  }

  .listOpen .listOption {
    line-height: 24px;
  }

  .textLink {
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 331px) {
  .accordion.disabled {
    height: 100px;
  }
}