/* @font-face {
	font-family: 'Manrope';
	src: url('/web/css/Manrope-ExtraLight.woff2') format('woff2'), url('/web/css/Manrope-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope ';
	src: url('/web/css/Manrope-Light.woff2') format('woff2'), url('/web/css/Manrope-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
} */
@font-face {
	font-family: 'Manrope';
	src: url('/web/css/main/Manrope-Regular.woff2') format('woff2'), url('/web/css/main/Manrope-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
/* @font-face {
	font-family: 'Manrope';
	src: url('/web/css/Manrope-Medium.woff2') format('woff2'), url('/web/css/Manrope-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('/web/css/Manrope-SemiBold.woff2') format('woff2'), url('/web/css/Manrope-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
} */
@font-face {
	font-family: 'Manrope';
	src: url('/web/css/main/Manrope-Bold.woff2') format('woff2'), url('/web/css/main/Manrope-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
/* @font-face {
	font-family: 'Manrope';
	src: url('/web/css/Manrope-ExtraBold.woff2') format('woff2'), url('/web/css/Manrope-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
} */



* {
  box-sizing: border-box;
}

a,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
a {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
}

h1 {
  display: flex;
  align-self: center;
  color: #17314C;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  margin: 32px 0px 0px 0px;
}

h2 {
  color: #17314C;
  font-size: 40px;
  font-weight: 700;
  margin: 0px 0px 26px 0px;
}

h3 {
  color: #17314C;
  font-size: 32px;
  font-weight: 700;
  margin: 0px 0px 7px 0px;
}

.hidden {
  max-height: 0px !important;
  overflow: hidden;
}

html,
body {
  font-family: 'Manrope';
  font-weight: 400;
  min-height: 100vh;
  min-width: 1440px;
  background: #F0F3FF;
}

body, header, main, section, footer  {
  display: flex;
  flex-direction: column;
}

header, main, footer {
  opacity: 0;
  transition: opacity 0.5s;
}

header > img {
  opacity: 0;
}

section {
  margin: 26px 0 0 0;
}

.content {
  width: 1180px;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.box {
  display: flex;
  flex-direction: column;
  border-radius: 80px;
  padding: 32px 0px 32px 0px;
  background-color: #FFFFFF;
}

.menu_box {
  width: 980px;
  padding: 13px 7px;
  display: flex;
  flex-direction: column;
  background-color: #ffffffc2;
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  color: #17314C;
  align-self: center;
  position: fixed;
  z-index: 9;
}

.menu {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-self: center;
  
}

.mob_menu {
  display: none;
}

#logo {
  width: 140px;
  height: 39px;
}

.menu nav>ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu nav>ul>li {
  font-size: 20px;
  font-weight: 400;
}

.menu nav>ul>li:nth-child(n+1) {
  margin-left: 26px;  
}

.header_phone {
  color: #007AFF;
  font-size: 24px;
  font-weight: 700;
}

.login {
  padding: 7px 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #17314C;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 40px;
  cursor:pointer;
}

.login:hover {
  opacity: 0.8;
}

#top_menu_mob_command {
  display: none;
}

.promo {
  width: 100%;
  /* height: 72px; */
  padding: 13px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

#promo_left {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
#promo_center {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
#promo_center > div:last-child {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  padding: 13px 0 0 0;
}

.view_switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007AFF12;
  border: 1px solid #007AFF0D;
  padding: 6px 8px 6px 8px;
  border-radius: 80px;
  align-self: center;
  margin: 96px 0px 0px 0px;
}

.view_switcher_selector {
  cursor: pointer;
  padding: 8px;
  color: #007AFFB2;
  font-size: 20px;
  font-weight: 400;
  padding: 13px 21px;
  text-align: center;
}

.view_switcher_selector:hover {
  font-weight: 700;
}

.view_switcher_selector--active  {
  border-radius: 40px;
  background-color: #FFFFFF; 
} 

#fly_star {
  position: absolute;
  top: -60px;
  left: 100px;
}

#fly_bar {
  position: absolute;
  top: -20px;
  left: 70%;
}

#header_tr5_image {
  position: absolute;
  top: 150px;
  left: 0px;
  width: 180px;
  height: 180px;
  box-shadow: 0 0 64px 64px rgb(250 187 24 / 32%);
  border-radius: 50%;
}

#header_tr6_image {
  position: absolute;
  top: -260px;
  right: 0px;
  width: 164px;
  height: 164px;
  box-shadow: 0 0 48px 48px rgb(255, 127, 87, 0.32);
  border-radius: 50%;
}

#fly_star {
  width: 120px;
  height: 120px;
}

#header_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  align-self: center;
}



#header_sub_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26px 0px 0px 0px;
  font-size: 24px;
  font-weight: 400;
}

#header_sub_title img {
  margin: 0px 0px 0px 13px;
}

.header_commands {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 32px 0px;
}

.header_commands li{
  display: flex;
}

#header_command_try {
  max-width: 308px;
  /* height: 64px; */
  padding: 20px 26px;
  border-radius: 12px;
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.25s;
  cursor: pointer;
}

#header_command_try:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#header_command_reg {
  max-width: 308px;
  /* height: 64px; */
  padding: 20px 26px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%) !important;
  margin: 0px 0px 0px 13px;
  transition: all 0.5s;
  cursor: pointer;
}

#header_command_reg:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.header_command_reg--text {
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#header_command_learn_more {
  max-width: 308px;
  height: 64px;
  padding: 20px 26px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%) !important;
  margin: 0px 0px 0px 13px;
  cursor: pointer;
  transition: transform 0.5s;
}

.header_command_learn_more--text {
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#header_command_learn_more:hover {
  /* opacity: 0.8; */
  transform: scale(1.1);
}

#header_image_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_image_row_svg_diagram {
  width: 436px;
  height: 216px;
}

#block_180 {
  width: 180px;
  min-width: 180px;
  height: 180px;
  min-height: 180px;
}


.header_books_with_leafs_image {
  width: 215px;
  height: 200px;
}

#header_parent_tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0;
}

#header_parent_tips > li {
  min-width: 240px;
  height: 80px;
  padding: 20px 13px;
  border-radius: 20px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

#header_parent_tips > li > svg {
  margin: 0 13px 0 0;
}

.directions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  margin: 32px 0 0 0;
}

.directions > li {
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}

.direction_ege {
  background: linear-gradient(180deg, #9BFFCB 0%, #22CC74 100%);
}

.direction_oge {
  background: linear-gradient(90deg, #FF5858 0%, #FFA588 100%);
}

.direction_pre {
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
}

.box_direction_ege_title {
  width: max-content;
  padding: 0px 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #FFFFFF;
  transform: rotate(-8deg);
}

.box_direction_ege_title--text {
  font-size: 44px;
  font-weight: 700; 
  background: linear-gradient(180deg, #9BFFCB 0%, #22CC74 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_direction_oge_title {
  width: max-content;
  padding: 0px 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #FFFFFF;
  transform: rotate(8deg);
}

.box_direction_oge_title--text {
  font-size: 44px;
  font-weight: 700; 
  background: linear-gradient(90deg, #FF5858 0%, #FFA588 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_direction_pre_title {
  width: max-content;
  padding: 3px 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #FFFFFF;
  transform: rotate(-8deg);
}

.box_direction_pre_title--text {
  font-size: 20px;
  font-weight: 700; 
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_direction_about {
  font-size: 20px;
  font-weight: 400; 
  color: #FFFFFF;
  padding: 32px 0 0 0;
}

.goals {
  display: grid;
  margin: 32px 0 0 0;
  justify-content: space-between;
  grid-template-areas: 
  "a a a a b b b b b e"
  "c c c c c c c c d e";
  grid-row-gap: 20px;
}

.goal {
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(155, 255, 203, 0.16) 0%, rgba(34, 204, 116, 0.16) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goal_title {
  font-size: 44px;
  font-weight: 700;
}

.goal_about {
  font-size: 20px;
  font-weight: 400;
}

.goal_info {
  font-size: 16px;
  font-style: italic;
  padding: 7px 0 0 0;
}

.goal--1 {
  grid-area: a;
}
.goal--2 {
  grid-area: b;
  position: relative;
}
.goal--3 {
  grid-area: c;
  position: relative;
}
.goal--4 {
  grid-area: d;
}
.goal--5 {
  justify-content: space-between;
  grid-area: e;
}

.goal--5 > svg {
  transform: translateX(20px);
}

.goal_aim_image {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.goal_star_medal_image {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.materials_commands {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0 0;
}

.materials_command {
  background-color: #FFFFFF;
  border: 1px solid #D4E5FF;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #17314C;
  padding: 13px 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.materials_command--active {
  color: #FFFFFF;
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  border: none !important;
}

.materials_command_text {
  padding: 0 0 0 7px;
}

.materials_pages {
  margin: 26px 0 0 0;
  display: flex;
  overflow: hidden;
  max-width: 100%;
}

.materials_page {
  display: flex;
  visibility: hidden;
  height: 0px;
  width: 0px;
  opacity: 0;
  justify-content: space-between;
  border-radius: 32px;
  background: #FFFFFF;
  transition: opacity 0.3s ease-in;
}

.materials_page--active {
  visibility: visible;
  height: 480px;
  min-height: 480px;
  width: 100%;
  opacity: 1;
}

.materials_page_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  padding: 32px 0 32px 32px;
  width: 45%;
  min-width: 45%;
  position: relative;
}

.materials_page_media {
  display: flex;
  justify-content: end;
}

.materials_page_media_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    min-width: 280px;
    width: 280px;
}

.media_page {
  position: relative;
}

#notebook {
  position: absolute;
  max-width: 680px;
  width: 680px;
  max-height: 390px;
  height: 390px;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

#notebook_screen {
  position: absolute;
  max-width: 490px;
  width: 490px;
  max-height: 300px;
  height: 300px;
  top: -174px;
  right: 0px;
}

#notebook_screen_play {
  position: absolute;
  max-width: 104px;
  width: 104px;
  max-height: 104px;
  height: 104px;
  cursor: pointer;
  transform: translateY(-50%);
}

#notebook_screen_play:hover {
  transform: translateY(-50%) scale(1.2);
}


#homework {
  position: absolute;
  max-width: 396px;
  width: 396px;
  max-height: 270px;
  height: 270px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

#blank_ege {
  position: absolute;
  max-width: 387px;
  width: 387px;
  max-height: 360px;
  height: 360px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

#lvl_frame-1 {
  position: absolute;
  max-width: 254px;
  width: 254px;
  max-height: 208px;
  height: 208px;
  right: 0px;
  top: -80px;
  transform: translateY(-50%);
}
#lvl_frame-2 {
  position: absolute;
  max-width: 180px;
  width: 180px;
  max-height: 180px;
  height: 180px;
  right: 200px;
  top: 20px;
  transform: translateY(-50%);
}
#lvl_frame-3 {
  position: absolute;
  max-width: 142px;
  width: 142px;
  max-height: 144px;
  height: 144px;
  right: 56px;
  top: 120px;
  transform: translateY(-50%);
}
#try_lesson_media {
  position: absolute;
  max-width: 440px;
  width: 440px;
  max-height: 420px;
  height: 420px;
  right: 0px;
  top: 0px;
  transform: translateY(-50%);
}

.materials_page_info > h2 {
  padding: 32px 0 0 0;
}

.materials_page_info > p {
  padding: 7px 0;
  margin: 0;
}

.material_scrollbox_container {
  position: absolute;
  left: -35%;
  min-width: 340px;
  width: 340px;
  max-width: 373px;
  min-height: 448px;
  height: 448px;
  border-radius: 24px 24px 0px 0px;
  border: 8px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%) !important;
  transform: translateY(-45%);
  overflow: hidden;
}

.material_scrollbox {
  min-width: 373px;
  width: 373px;
  max-width: 373px;
  min-height: 448px;
  height: 448px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.material_scrollbox > img {
  min-width: 96%;
  width: 96%;
  max-width: 96%;
}

#page-1 > div.materials_page_info {
  width: 50%;
}
#page-2 > div.materials_page_info {
  width: 60%;
}
#page-3 > div.materials_page_info {
  width: 60%;
}
#page-4 > div.materials_page_info {
  width: 60%;
}
#page-5 > div.materials_page_info {
  width: 60%;
}
#page-6 > div.materials_page_info {
  width: 60%;
}


#page-1 > div.materials_page_info > svg {
  width: 248px;
  min-width: 248px;
  height: 35px;
  min-height: 35px;
  position: absolute;
    top: 10%;
    right: 0px;
}

#page-2 > div.materials_page_info > svg {
  width: 135px;
  min-width: 135px;
  height: 116px;
  min-height: 116px;
  position: absolute;
    top: 10%;
    right: 0px;
}

#page-3 > div.materials_page_info > svg {
  width: 128px;
  min-width: 128px;
  height: 128px;
  min-height: 128px;
  position: absolute;
    top: 10%;
    right: -64px;
}

#page-4 > div.materials_page_info > svg {
  width: 80px;
  height: 147px;
  position: absolute;
    top: 10%;
    right: -64px;
}

#page-5 > div.materials_page_info > svg {
  width: 150px;
  height: 82px;
  position: absolute;
    top: 10%;
    right: 0px;
}

#page-6 > div.materials_page_info > svg {
  width: 104px;
  height: 104px;
  position: absolute;
    top: 0px;
    right: -60px;
}

.subjects_commands {
  margin: 26px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 48px;
}

.subjects_command {
  cursor: pointer;
  /* width: 240px;
  height: 242px; */
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 20px 0 0 0;
  position: relative;
  overflow: hidden;
}

.subjects_command_image {
  width: 160px;
  height: 160px;
  margin: 7px 0 0 0;
}

.corner_arrow {
  position: absolute;
  width: 112px;
  height: 112px;
  bottom: -56px;
  right: -56px;
  padding: 20px 0 0 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.subjects_command:hover div.corner_arrow {
  width: 156px;
  height: 156px;
  bottom: -78px;
  right: -78px;
  padding: 36px 0 0 36px;
}

.subjects_command--s3 {
  background-color: #FF7F57;
}
.subjects_command--s4 {
  background-color: #007AFF;
}
.subjects_command--s5 {
  background-color: #FABB18;
}
.subjects_command--s6 {
  background-color: #FF547D;
}

.why_blocks_x_2,
.why_blocks_x_3 {
  display: grid;
  grid-column-gap: 20px;
  margin: 20px 0 0 0;
}

.why_blocks_x_2 {
  grid-template-columns: 1fr 1fr;
}
.why_blocks_x_3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.why_block {
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  border-radius: 20px;
  background: #F0F3FF;
}

.why_block > svg {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

.why_block_title {
  color: #17314C;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 0 0;
}

.why_block_info {
  color: #17314C;
  font-size: 14px;
  font-weight: 400;
  margin: 13px 0 0 0;
}

.test_lesson {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 96%;
  height: 480px;
  padding: 53px 116px;
  border-radius: 64px;
  margin: 64px 0 24px 0;
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
}

.test_lesson_image {
  width: 504px;
  min-width: 504px;
  max-width: 504px;
  height: 375px;
  min-height: 375px;
  max-height: 375px;
}

.test_lesson_info {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 20px;
}

.test_lesson_title {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 700;
}

.test_lesson_list {
  margin: 20px 0 0 0;
}

.test_lesson_list > li {
  display: flex;
  align-items: center;
  padding: 7px;
}

.test_lesson_list > li > div {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  padding: 0 0 0 7px;
}

.test_lesson_list > li > svg {
  min-width: 12px;
}


.test_lesson_command {
  cursor: pointer;
  width: 181px;
  height: 64px;
  padding: 20px 32px;
  border-radius: 12px;
  background: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
.test_lesson_command:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.test_lesson_command_text {
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trainer_message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 
.video_tr {
  width: 1032px;
  height: 580px;
  padding: 40px;
  border-radius: 40px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0;
}

#video_tr_player {
  min-width: 552px;
  width: 552px;
  height: 400px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  background: url(/web/images/2024/video_tr_cover.webp);
  background-size: cover;
}

#video_tr_info {
  padding: 0 0 0 32px;
}
#video_tr_info > p {
  font-size: 16px;
  padding: 0;
  margin: 7px 0 0 0;
}
#video_tr_info > div {
  font-size: 24px;
  margin: 20px 0 0 0;
}

#video_tr_info > h3 > span {
  color: #22CC74;
}

.feedback_tips {
  display: flex;
  margin: 24px 0 0 0;
  align-self: center;
}

.feedback_tips > li:last-child {
  margin: 0 0 0 20px;
}

.feedback_tips > li {
  display: flex;
  width: 362px;
  height: 100px;
  padding: 14px 12px;
  border-radius: 16px;
  background: #FFFFFF;
}

.feedback_tip_image {
  width: 56px;
  height: 56px;
}

.feedback_tip_info {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 13px;
}

.feedback_slogan {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  align-self: center;
  padding: 32px 0;
}

.feedbacks_scroll_commands,
.video_feedbacks_scroll_commands {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1264px;
  align-self: center;
}

.feedbacks_box {
  display: flex;
  overflow-x: hidden;
  margin: 32px 0 0 0;
  max-width: 1264px;
  align-self: center;
  scroll-behavior: smooth;
}

#roll_back, 
#video_roll_back {
  position: absolute;
  top: 194px;
  left: -64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #007AFF;
  border-radius: 50%;
  cursor: pointer;
}
#roll_back:hover,
#video_roll_back:hover {
  opacity: 0.8;
}
#roll_fwd,
#video_roll_fwd {
  position: absolute;
  top: 194px;
  right: -64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #007AFF;
  border-radius: 50%;
  cursor: pointer;
}
#roll_fwd:hover,
#video_roll_fwd:hover {
  opacity: 0.8;
}

.feedbacks_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.feedbacks_list > li:nth-child(n+1) {
  margin: 0 0 0 20px;
}

.feedback_item {
  width: 504px;
  min-width: 504px;
  height: 388px;
  min-height: 388px;
  padding: 32px 24px;
  border-radius: 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.feedback_item--video {
  width: 328px;
  min-width: 328px;
  height: 562px;
  min-height: 562px;
  padding: 32px 24px;
  border-radius: 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.feedback_item_header {
  display: flex;
  align-items: center;
}

.feedback_item_header_image {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  border-radius: 50%;
}

.feedback_item_header_name {
  font-size: 21px;
  font-weight: 700;
  color: #17314C;
  padding: 0 13px 0 13px;
}

.feedback_item_tip {
  
  min-width: 264px;
  min-height: 52px;
  display: flex;
  /* visibility: hidden; */
  align-items: center;
  padding: 12px 8px;
  border-radius: 8px;
  background: #007AFF29;
  font-size: 14px;
  font-weight: 400;
  color: #17314C;
  margin: 13px 0 0 0;
  width: fit-content;
  line-height: 20px;
}

.feedback_item_tip span {
  font-size: 24px;
  font-weight: 700;
  color: #007AFF;
  padding: 0 0 0 13px  ;
}

.feedback_item_body {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
}

.feedback_item_body_text {
  font-size: 16px;
  font-weight: 400;
  color: #17314C;
  max-height: 132px;
  overflow: hidden;
}

.feedback_item_body_more {
  font-size: 14px;
  font-weight: 400;
  color: #007AFF;
  margin: 13px 0 0 0;
  text-decoration: underline;
  cursor: pointer;
}
.feedback_item_body_more:hover {
  font-weight: 700;
  color: #003e81;
}

.feedback_item_body_video {
  display: flex;
  width: 280px;
  height: 385px;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid #cccccc22;
}

.choose_course {
  padding: 12px 40px 12px 40px;
  border-radius: 20px;
  background: linear-gradient(90deg, #FF5858 0%, #FFA588 100%);
  align-self: center;
  width: 856px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 64px 0;
}
#mouse_arrow {
  position: relative;
  width: 37px;
  height: 40px;
  transform: translateX(45px);
}

#mouse_arrow:hover {
  transform: translateX(55px);
}

#notebook_with_lesson_screen_box {
  width: 296px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#notebook_with_lesson_screen_box > img {
  width: 296px;
  height: 170px;
  position: absolute;
}
#choose_course_command {
  padding: 20px 32px 20px 32px;
  border-radius: 12px;
  background-color: #FFFFFF;
  color: #FF5858;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

#choose_course_command:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.universities {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-self: center;
  width: 1440px;
  margin: 32px 0 0 0;
}

.universities > li:hover {
  transform: scale(1.25);
  transition: transform 0.5s ease-in-out;
}

.questions {
  display: flex;
  flex-direction: column;
  margin: 32px 0 0 0;
}

.questions > li {
  border-top: 1px solid #D4E5FF;
  padding: 28px 0;
}

.question {
  color:#17314C;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.answer {
  max-height: 500px;
  color:#17314C;
  font-size: 16px;
  font-weight: 400;
  transition: max-height 0.3s ease-out;
}

.callback {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

#callback_form_title {
  font-size: 21px;
  font-weight: 700;
  width: 120%;
}

.callback > li:first-child > svg {
  margin: 50% 0 0 0;
}

.callback > li:last-child > svg  {
  margin: 0 0 50% 0;
}

.modal_bk {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(23, 49, 76, 0.5);
  backdrop-filter: blur(50px);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.modal_bk > div:first-child {
  text-align: end;
  margin: 13px 0;
  width: 1032px;
}

#form_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  width: 1032px;
  height: 632px;
  border-radius: 40px;
}

#video {
  display: flex;
  width: 1032px;
  height: 582px;
  border-radius: 40px;
  overflow: hidden;
}

#form_container_image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: max-content;
  height: 100%;
  flex-grow: 1;
}

#form_container_image > div {
  position: absolute;
  width: 723px;
  height: 723px;
  background: linear-gradient(180deg, #9BFFCB 0%, #22CC74 100%);
  border-radius: 50%;
  left: 30px;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
}

.close_form_command {
  cursor: pointer;
}

#callback_form {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-between;
  margin: 32px;
  width: 460px;
}

#callback_form > p {
  font-size: 16px;
  margin: 0;
  padding: 7px 0;
  line-height: 21px;
  text-align: center;
}

.light_input {
  width: 100%;
  padding: 7px 13px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  margin: 13px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  cursor: text;
  font-family: 'Manrope';
  min-height: 48px;
  height: 48px;
}

.input_group {
  display: flex;
  margin: 13px 0 0 0;
  width: 100%;
  border-radius: 8px;
}

.input_label_sticky_left {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  width: 64px;
  padding: 7px 7px 13px 7px;
  border-radius: 8px 0 0 8px;
  border-top: 1px solid #E8E8E8;
  border-right: none;
  border-bottom: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  font-size: 16px;
  font-weight: 400;
  min-height: 48px;
  height: 48px;
}

.light_input_right {
  
  flex-grow: 1;
  padding: 14px 16px 14px 7px;
  border-radius: 0 8px 8px 0;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  border-left: none;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  cursor: text;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  font-family: 'Manrope';
}


.edu_classes {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding: 7px 0;
}

.edu_classes > li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.edu_classes > li > div:last-child {
  font-size: 20px;
  padding: 0 0 0 7px;
}

.radios {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  padding: 7px 0;
}

.radios > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.radios > li > div:last-child {
  padding: 0 0 0 7px;
}

.radio {
  width: 21px;
  height: 21px;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.radio:hover {
  transform: scale(1.1);
}

.radio--selected {
  border: 1px solid #22CC74
}

.radio--selected > div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #22CC74;
}

.callback_form_submit {
  padding: 20px 32px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  outline: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin: 7px 0 0 0;
  font-family: 'Manrope';
  transition: all 0.3s;
}

.callback_form_submit:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
}

.footer > li {
  display: flex;
  flex-direction: column;
}

.footer > li:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer > li:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer_phone {
  color: #007AFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.footer_commands {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 32px 0px 0px 0px;
}

.footer_commands li{
  display: flex;
}

.footer_command_try {
  width: 266px;
  height: 60px;
  padding: 20px 26px 20px 26px;
  border-radius: 12px;
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
  cursor: pointer;
}
.footer_command_try:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.footer_command_reg {
  width: 266px;
  height: 60px;
  padding: 20px 26px 20px 26px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%) !important;
  margin: 20px 0 0 0;
  transition: all 0.3s;
  cursor: pointer;
}
.footer_command_reg:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.footer_command_reg--text {
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer > li:last-child > img {
  width: 255px;
  min-width: 255px;
  height: 72px;
}

.footer_requisites {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 128px;
}

.footer_requisites > li:first-child {
  font-size: 12px;
  color: #17314C;
}

.footer_requisites > li:last-child,
.footer_requisites > li:last-child > a {
  text-decoration: underline;
  font-size: 14px;
  color: #17314C;
}

#form_root {
  position: relative;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 640px) {
  html,
  body {
    min-width: 336px;
    margin: 0;
  }

  section {
    margin: 13px 0 0 0;
  }

  .content {
    width: 100%;
    padding: 16px;
  }

  .box {
    border-radius: 32px;
    padding: 20px 0px 20px 0px;
  }

  #top_menu ul > li:nth-child(1),
  #top_menu ul > li:nth-child(2),
  #top_menu ul > li:nth-child(3),
  #top_menu ul > li:nth-child(5) {
    display: none;
  }

  .menu_box {
    width: calc(100vw - 32px);
    background-color: #ffffffe8;
  }

  .menu {
    background-color: #ffffffe8;
  }

  #logo {
    width: 120px;
    height: 33px;
  }

  #top_menu_mob_command {
    display: flex;
  }

  .mob_menu > ul {
    width: 100%;
    flex-direction: column;
  }
  .mob_menu > ul > li {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    /* text-align: center; */
  }
  .mob_menu > ul > li > a {
    font-size: 24px;
  }

  .mob_menu > ul > li > a > div{
    font-size: 16px;
  }

  
.header_phone {
  font-size: 20px;
}

  .promo {
    display: none;
  }

  h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 13px 0px 0px 0px;
  } 

  h2 {
    font-size: 24px;
    margin: 0px 0px 13px 0px;
  }

  #header_tr5_image {
    top: 30px;
    left: 20px;
    width: 168px;
    height: 168px;
    box-shadow: 0 0 32px 32px rgb(250 187 24 / 32%);
  }

  #header_tr6_image {
    top: 80px;
    right: 42px;
    width: 124px;
    height: 124px;
    box-shadow: 0 0 24px 24px rgb(255, 127, 87, 0.32);
  }

  #fly_star {
    width: 40px;
    height: 40px;
    top: -70px;
    left: 0;
  }
  #fly_bar {
    width: 48px;
    height: 27px;
    top: -64px;
    right: 10px;
    left: auto;
  }

  .header_commands {
    flex-direction: column;
    margin: 232px 0 0 0;
  }

  #header_command_reg {
    margin: 20px 0 0 0;
  }

  #header_sub_title {
    font-size: 20px;
  }

  #header_image_row {
    justify-content: center;
    margin: 20px 0 0 0;
  }

  #header_image_row > li:first-child,
  #header_image_row > li:last-child {
    display: none;
  }

  
  #header_image_row_svg_diagram {
    width: 328px;
    height: 144px;
  }

  #header_parent_tips {
    flex-direction: column;
    margin: 0;
  }
  #header_parent_tips > li {
    margin: 20px 0 0 0;
    min-width: 100%;
    min-height: 80px;
    height: auto;
  }

  .directions,
  .goals,
  .goals div.row {
    display: flex;
    flex-direction: column;
  }

  
  .goal_info {
    font-size: 14px;
  }

  .directions > li:nth-child(1),
  .directions > li:nth-child(2) {
    padding: 20px 20px 32px 20px;
    width: 100%;
    height: 158px;
  }
  .directions > li:nth-child(3) {
    padding: 20px 20px 32px 20px;
    width: 100%;
    height: 180px;
  }

  .box_direction_about {
    font-size: 18px;
    font-weight: 400; 
    color: #FFFFFF;
    min-height: auto;
    max-height: auto;
  }

  .directions > :nth-child(n+1) {
    margin: 20px 0 0 0;
  }

  .goal--1,
  .goal--2,
  .goal--3,
  .goal--4,
  .goal--5 {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 13px 20px;
    
  }

  .goal--1 {
    height: 96px;
  }
  .goal--2 {
    height: 116px;
  }
  .goal--3 {
    height: 142px;
  }
  .goal--4 {
    height: 122px;
  }
  .goal--5 {
    height: 264px;
  }
  .goal--5 > svg {
    position: relative;
    width: calc(100% + 40px);
    transform: translateX(-40px);
  }

  .goal_aim_image {
    height: 116px;
  }
  .goal_star_medal_image {
    height: 142px;
  }


  .goal_title {
    font-size: 32px;
  }

  .goal_about {
    font-size: 16px;
    max-width: 142px;
  }


  .materials_commands {
    justify-content: center;
    flex-wrap: wrap;
  }

  .materials_command {
    font-size: 12px;
    padding: 12px 16px;
    margin: 2px 5px;
  }

  .materials_pages {
    margin: 13px 0 0 0;
    max-width: 100%;
  } 

  .materials_page {
    flex-direction: column;
  }

  .materials_page--active {
    height: 720px;
    min-height: 720px;
    width: 100%;
    min-width: 336px;
  }

  .materials_page_info {
    font-size: 14px;
    padding: 20px;
    width: 100%;
    min-width: 100%;
  }

  .materials_page_info > h2 {
    padding: 0;
  }

  .materials_page_info > svg {
    display: none;
  }

  #notebook {
    right: 0;
    max-width: 380px;
    width: 380px;
    max-height: max-content;
    height: auto;
  }

  #notebook_screen {
    max-width: 320px;
    width: 320px;
    max-height: max-content;
    height: auto;
    top: -18px;
    right: 0;
    transform: translateY(-50%);
}

  .materials_page_media {
    height: 460px;
  }

  #notebook_screen_play {
    transform: translate(50%,-50%);
  }

  .subjects_commands {
    overflow: scroll;
  }

  
  .subjects_commands > li:nth-child(n+1) {
    margin: 0 0 0 20px;
  }

  .subjects_command {
    min-width: 240px;
  }

  .why_blocks_x_2,
  .why_blocks_x_3 {
    display: flex;
    margin: 0;
    flex-direction: column;
  }

  .why_block {
    margin: 20px 0 0 0;
  }

  .why_blocks_x_2>.why_block,
  .why_blocks_x_3>.why_block {
    width: 100%;
    height: max-content;
  }

  .test_lesson {
    width: 100%;
    height: auto;
    padding: 32px;
    border-radius: 32px;
    margin: 20px 0 13px 0;
    flex-direction: column-reverse;
  }

  .test_lesson_image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 20px 0 0 0;
  }

  .test_lesson_title {
    font-size: 32px;
    text-align: center;
  }

  .test_lesson_info {
    padding: 0;
  }

  .test_lesson_command {
    width: 100%;
    text-align: center;
  }

  .feedback_tips {
    flex-direction: column;
  }

  .feedback_tips > li {
    width: 100%;
  }

  .feedback_tips > li:last-child {
    margin: 20px 0 0 0;
  }

  .feedback_slogan {
    font-size: 16px;
    padding: 13px 0 0 0;
  }

  .feedbacks_box {
    display: flex;
    overflow-x: hidden;
    margin: 20px 0 0 0;
    max-width: 1264px;
    align-self: center;
    scroll-behavior: smooth;
  }

  .feedbacks_scroll_commands,
  .video_feedbacks_scroll_commands
  {
    display: none;
  }

  .feedbacks_box {
    max-width: 100%;
    overflow-x: scroll;
  }

  .feedback_item {
    width: 380px;
    min-width: 380px;
    height: 324px;
    min-height: 324px;
    padding: 20px 13px;
    border-radius: 13px;
    justify-content: space-between;
  }

  .choose_course {
    flex-direction: column;
    width: 100%;
  } 

  #notebook_with_lesson_screen_box > img {
    position: relative;
  }

  #mouse_arrow {
    transform: translate(-160px,55px);
  }

  .universities {
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
  }

  .universities > li:nth-child(n+1) {
    margin: 0 0 0 32px;
  }

  .video_tr {
    width: 100%;
    height: auto;
    padding: 24px 13px;
    border-radius: 32px;
    margin: 24px 0;
    flex-direction: column-reverse;
  }

  #video_tr_player {
    min-width: 328px;
    width: 328px;
    height: 236px;
    border-radius: 32px;
    margin: 32px 0 0 0;
  }

  h3 {
    font-size: 24px;
  }

  #video_tr_info > p {
    font-size: 14px;
  }

  #video_tr_info > div {
    font-size: 16px;
  }

  .question {
    font-size: 20px;
  }
  .question > p {
    padding: 0;
    margin: 0;
  }
  .answer {
    font-size: 14px;
  }

  .callback > li:first-child,
  .callback > li:last-child {
    display: none;
  }

  #callback_form_title {
    width: 100%;
  }

  #callback_form {
    margin: 0;
    width: 100%;
    padding: 13px;
  }

  .footer, 
  .footer_requisites {
    flex-direction: column;
  }

  .footer > li:nth-child(n+1), 
  .footer_requisites > li:nth-child(n+1) {
    margin: 32px 0 0 0;
  }


  .modal_bk > div:first-child {
    margin: 0;
    width: 100%;
    padding: 13px;
  }

  #form_container,
  #video_box {
    width: 100%;
    height: 100vh;
    border-radius: 24px;
  }

  #form_container_image {
    display: none;
  }

  #form_image_1,
  #form_image_1 {
    width: 100%;
  }

  .close_form_command > svg {
    width: 32px;
    height: 32px;
  }


  #video {
    width: 100%;
    height: 100%;
  }
  #video > video {
    width: 100%;
  }

}