/* @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: 36px;
  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;
  margin: 0 !important;
  padding: 0 !important;
}

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;
}

.relative {
  position: relative;
}
.overflow_x_hidden {
  overflow-x: hidden;
}
.overflow_y_hidden {
  overflow-y: hidden;
}

.sbj_2_bgx { background: linear-gradient(83deg, #ffa5db 0%, #ffc6f4 100%) !important; }
.sbj_3_bgx { background: linear-gradient(83deg, #ff5f6d 0%, #ffc371 100%) !important; }
.sbj_4_bgx { background: linear-gradient(83deg, #46a6f0 0%, #1654db 100%) !important; }
.sbj_5_bgx { background: linear-gradient(83deg, #ffd12b 0%, #fff067 100%) !important; }
.sbj_6_bgx { background: linear-gradient(83deg, #96100f 0%, #96100f 100%) !important; }
.sbj_7_bgx { background: linear-gradient(83deg, #7164e3 0%, #ff719e 100%) !important; }
.sbj_8_bgx { background: linear-gradient(83deg, #6bbf2b 0%, #149338 100%) !important; }
.sbj_9_bgx { background: linear-gradient(83deg, #ca0f82 0%, #ff00df 100%) !important; }
.sbj_10_bgx { background: linear-gradient(83deg, #176d9c 0%, #44789c 100%) !important; }
.sbj_11_bgx { background: linear-gradient(83deg, #a28f80 0%, #655850 100%) !important; }

.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; 
} 

#header_tr5_image {
  position: absolute;
  top: -260px;
  left: 0px;
  width: 180px;
  height: 180px;
  /* box-shadow: 0 0 64px 64px rgb(250 187 24 / 32%); */
  border-radius: 50%;
  z-index: 1;
}

#header_book_image {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 240px;
  /* height: 280px; */
  z-index: 1;
}

#header_statue_image {
  position: absolute;
  top: -180px;
  right: -30px;
  width: 285px;
  /* height: 360px; */
  z-index: 1;
}

#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 {
 position: relative;
}

#wired_stripe {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow-x: hidden;
}

#wired_stripe > svg {
  width: 1920px;
  height: 302px;
  position: absolute;
  z-index: 0;
}

#header_diagrams {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#header_diagrams > li {
  display: flex;
  width: 328px;
  height: 340px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  padding: 32px;
}
#header_diagrams > li:first-child {
  background-color: #FFFFFF;
  color: #17314C;

}
#header_diagrams > li:last-child {
  margin: 0 0 0 32px;
  background-color: #17314C;
  color: #FFFFFF;

}
.header_diagram_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.header_diagram_value {
  font-size: 72px;
  line-height: 76px;
  font-weight: 700;
  text-align: center;
}
.header_diagram {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header_diagram_bar {
  width: 16px;
  border-radius: 8px;
  align-items: flex-end;
  margin: 0 4px 0 4px;
}
.yellow_bar {
  background: #FABB18;
}
.orange_bar {
  background: #FF7F57;
}
.green_bar {
  background: #22CC74;
}
.blue_bar {
  background: #007AFF;
}
.height_32_bar {
  height: 32px;
}
.height_40_bar {
  height: 40px;
}
.height_56_bar {
  height: 56px;
}
.height_64_bar {
  height: 64px;
}
.height_68_bar {
  height: 68px;
}
.height_72_bar {
  height: 72px;
}
.height_80_bar {
  height: 80px;
}
.height_88_bar {
  height: 88px;
}
.height_112_bar {
  height: 112px;
}
.height_118_bar {
  height: 118px;
}
.height_124_bar {
  height: 124px;
}
.height_130_bar {
  height: 130px;
}
.height_136_bar {
  height: 136px;
}
.height_140_bar {
  height: 140px;
}

.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_1 {
  display: grid;
  margin: 32px 0 0 0;
  column-gap: 20px;
  grid-template-columns: 3fr 7fr;
}  

#goals_2 {
  display: grid;
  margin: 32px 0 0 0;
  column-gap: 20px;
  grid-template-columns: 7fr 3fr;
}

.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;
}

.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_aim_image, .goal > svg {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.aims {
    display: flex;
    column-gap: 64px;
    align-items: center;
    margin: 32px 0 0 0;
    position: relative;
    justify-content: center;
}

.aim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 328px;
  height: 188px;
  padding: 64px;
}

.aim > svg:first-child {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.aim > img {
  width: 56px;
  height: 56px;
  z-index: 2;
}

.aim_title {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #17314C;
  padding: 13px 0 0 0;
  z-index: 2;
}

#aim_arrow_1 {
  position: absolute;
  bottom: 0px;
  right: -56px;
  z-index: 3;
}
#aim_arrow_2 {
  position: absolute;
  top: 0px;
  right: -82px;
  z-index: 3;
}
#aim_arrow_3 {
  position: absolute;
  bottom: -64px;
  right: -36px;
  z-index: 3;
}
#aim_arrow_4 {
  position: absolute;
  bottom: 24px;
  right: -92px;
  z-index: 3;
}
#aim_arrow_5 {
  position: absolute;
  bottom: 64px;
  right: -52px;
  z-index: 3;
}
#aim_arrow_6 {
    position: absolute;
    bottom: 68px;
    left: 56px;
    z-index: 3;
}
#aim_arrow_6x {
    position: absolute;
    bottom: 68px;
    left: 544px;
    z-index: 3;
}
#aim_arrow_7 {
    position: absolute;
    top: -20px;
    left: 20px;
    transform: rotate(90deg);
    z-index: 3;
    display: none;
}
#aim_arrow_7x {
    position: absolute;
    top: 210px;
    left: 280px;
    transform: rotate(90deg) scale(1, -1);
    z-index: 3;
    display: none;
}

#course_stages {
  display: flex;
  justify-content: space-around;
  margin: 32px 0 0 0;
}

#course_stages > li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px;
}

#course_stages > li:first-child > svg {
  position: absolute;
  top: 28px;
  right: -38px;
  z-index: 1;
}
#course_stages > li:nth-child(2) > svg {
  position: absolute;
  top: 28px;
  right: -92px;
  z-index: 1;
}
#course_stages > li:nth-child(3) > svg {
  align-self: center;
  margin: 13px 0;
  z-index: 1;
}

.course_stage {
  position: relative;
  margin: 20px 0 0 0;
  border: 2px dotted #FABB18;
  width: 328px;
  max-width: 328px;
  padding: 16px 40px 16px 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #17314C;
  text-align: center;
}

#help_120 {
  height: 120px;
}

.course_stage {
  width: 100%;
  max-width: 100%;
  padding: 13px 20px 13px 20px;
  border-radius: 20px;
  font-size: 14px;
}

.course_stage > img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  z-index: 1;
}

.month_cap {
  padding: 12px 40px 12px 40px;
  border-radius: 36px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  background: #FABB18;
  width: max-content;
  align-self: center;
}

#course_stages_girl_bk {
  width: 360px;
  height: 360px;
  background: #FABB18;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  left: 25%;
}
#course_stages_girl_image {
  position: absolute;
  width: 453px;
  height: 444px;
  bottom: 0px;
  left: 25%;
  transform: translateY(32px);
}




.materials_pages {
  /* margin: 32px 0 0 0; */
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  min-height: 1380px;
  height: max-content;
}

.materials_page {
  display: flex;
  justify-content: space-between;
  border-radius: 32px;
  background: #FFFFFF;
  margin: 64px 0 0 0;
  border: 1px solid #cccccc;
  /* min-height: 480px; */
  transition: opacity 1s ease-in; 
  
}

.in_viewport {
  visibility: visible !important;
  height: 480px !important;
  opacity: 1 !important;
}


#page_1 {
  position: relative;
  width: 792px;
  height: 480px;
}

#page_2 {
  width: 872px;
  visibility: hidden;
  height: 0px;
  opacity: 0;
}

#page_3 {
  width: 952px;
  visibility: hidden;
  height: 0px;
  opacity: 0;
}

#page_4 {
  width: 1032px;
  visibility: hidden;
  height: 0px;
  opacity: 0;
}

#page_5 {
  width: 952px;
  visibility: hidden;
  height: 0px;
  opacity: 0;
}
#page_6 {
  width: 100%;
  visibility: hidden;
  height: 0px;
  opacity: 0;
}

#lvl_frame-1 {
  position: absolute;
  max-width: 254px;
  width: 254px;
  max-height: 208px;
  height: 208px;
  right: -40px;
  top: 20px;
  /* transform: translateY(-50%); */
}
#lvl_frame-2 {
  position: absolute;
  max-width: 180px;
  width: 180px;
  max-height: 180px;
  height: 180px;
  right: -140px;
  top: 160px;
  /* transform: translateY(-50%); */
}
#lvl_frame-3 {
  position: absolute;
  max-width: 142px;
  width: 142px;
  max-height: 144px;
  height: 144px;
  right: 10px;
  top: 250px;
  /* transform: translateY(-50%); */
}

.materials_page_info_start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  padding: 32px 0 32px 32px;
  width: 45%;
  min-width: 45%;
}

.materials_in_list > li {
  margin: 13px 0;
  display: flex;
}
.materials_in_list > li > div > svg {
  min-width: 12px;
}
.materials_in_list > li > div {
  min-height: 28px;
  height: 28px;
  display: flex;
  align-items: center;
}

.materials_in_list > li > p {
  padding: 0 0 0 7px;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

#page_5 > div.materials_page_info_start {
  width: 55%;
  min-width: 55%;
}
#page_6 > div.materials_page_info_end {
  width: 55%;
  min-width: 55%;
}

.materials_page_info_end {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  padding: 32px 32px 32px 0px;
  width: 50%;
  min-width: 50%;
}

.materials_page_media_end {
  display: flex;
  justify-content: end;
}

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

.materials_page_media_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  min-width: 280px;
  width: 280px;
  position: relative;
}

#notebook {
    position: absolute;
    /* max-width: 690px; */
    width: 596px;
    /* max-height: 390px; */
    /* height: 390px; */
    right: -64px;
    top: 68px;
    /* transform: translateY(-50%); */
    z-index: 1;
}

#notebook_screen {
  position: absolute;
  max-width: 490px;
  width: 490px;
  max-height: 300px;
  height: 300px;
  top: 65px;
  right: -120px;
  z-index: 2;
}

#materials_page_2_image {
  position: absolute;
  max-width: 340px;
  width: 340px;
  max-height: 305px;
  height: 305px;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}

#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%);
}

.material_scrollbox_container {
  position: absolute;
  bottom: 0px;
  left: 64px;
  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;
  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%;
}

.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;
  height: 480px;
  padding: 0px 32px 0 32px;
  border-radius: 64px;
  margin: 64px 0 24px 0;
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
}

#test_lesson_image {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

#test_lesson_image > img {
  width: 539px;
  min-width: 539px;
  height: 412px;
  min-height: 412px;
}

.test_lesson_info {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 32px;
}

.test_lesson_title {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 700;
  line-height: 62px;
}

.test_lesson_list {
  margin: 20px 0 0 0;
}



.test_lesson_list > li {
  display: flex;
  align-items: center;
  margin: 13px 0;
  padding: 0;
}

.test_lesson_list > li > div {
  min-height: 28px;
  height: 28px;
  display: flex;
  align-items: center;
}

.test_lesson_list > li > svg {
  min-width: 12px;
}

.test_lesson_list > li > p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 0 7px;
  margin: 0;
}




.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_about {
  display: flex;
  align-items: center;
  padding: 24px 40px 24px 40px;
  border-radius: 32px;
  background: #FFFFFF;
  position: relative;
  margin: 48px 0 0 0;
}
#trainer_cap {
  padding: 20px 26px;
  border-radius: 12px;
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
#trainer_about > img {
  width: 320px;
  height: 320px;
  margin: 0 32px 0 0;
}
#trainer_about > svg {
    position: absolute;
    right: 20px;
    top: -20px;
    transform: rotate(18deg);
}

.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;
}



.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;
}

.choose_course {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
}

#telegram_bot {
  padding: 20px 32px 20px 32px;
  border-radius: 12px;
  background-color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  color: #FF7F57;
}
#vk_bot {
  padding: 20px 32px 20px 32px;
  border-radius: 12px;
  background-color: #17314C;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}


#telegram_bot:hover, 
#vk_bot: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;
}


.preparation {
  display: flex;
  justify-content: center;
  margin: 32px 0 0 0;
}

#preparation_question {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 328px;
  min-width: 328px;
  height: 520px;
  min-height: 520px;
  padding: 40px 40px 32px 40px;
  border-radius: 24px;
  background: #F0F3FF;
}

#preparation_question > h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #17314C;
}
#preparation_question > p {
  font-size: 16px;
  font-weight: 400;
  color: #17314C;
  margin: 0;
  padding: 0;
}

#preparation_question > img {
  width: 206px;
  height: 193px;
  margin: 32px 0 0 0;
}

#preparation_answer {
  width: 680px;
  min-width: 680px;
  height: 520px;
  min-height: 520px;
  border-radius: 24px;
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  position: relative;
  overflow: hidden;
  padding: 40px 0px 40px 0px;
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: column;
}
#preparation_answer > h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #FFFFFF;
  padding: 0 40px 0 40px;
}
#preparation_answer > p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
  padding: 0 40px 0 40px;
}
#preparation_answer > svg {
  position: absolute;
  top: 30%;
  z-index: 1;
}

#preparation_answer_image_row {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: end;
}
#preparation_answer_image_row > img {
  width: 216px;
  height: 280px;
  z-index: 2;
}

.advantage {
  display: flex;
  align-items: center;
  margin: 32px 0 0 0;
  align-self: center;
}

.advantage_box {
  display: flex;
  align-items: center;
  width: 680px;
  min-width: 680px;
  min-height: 192px;
  padding: 16px 24px 16px 24px;
  border-radius: 32px;
  background: #FFFFFF;
}

#advantage_1_svg {
  min-height: 40px;
  min-width: 40px;
}
#advantage_2_svg {
  min-height: 40px;
  min-width: 22px;
}
#advantage_3_svg {
  min-height: 40px;
  min-width: 72px;
}

.advantage_box_text {
  font-size: 24px;
  font-weight: 400;
  color: #17314C;
  padding: 0 0 0 13px;
}

.advantage_title {
  max-width: 328px;
  font-size: 32px;
  font-weight: 700;
  padding: 20px;
}

#advantage_1_image {
  width: 170px;
  height: 160px;
}
#advantage_2_image {
  width: 252px;
  height: 214px;
}
#advantage_3_image {
  width: 204px;
  height: 168px;
}

.scajual {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 32px 40px;
  border-radius: 32px;
  background: linear-gradient(90deg, #FF5858 0%, #FFA588 100%);
  margin: 64px 0 0 0;
  max-width: 1032px;
  align-self: center;
}

.scajual > h2 {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  max-width: 780px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.scajual > p {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  max-width: 780px;
  text-align: center;
}
.scajual > img {
  width: 100%;
  height: auto;
}


.levels_list {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 0 0;
  max-width: 960px;
  align-self: center;
}

.levels_list > li {
  width: 376px;
  max-width: 376px;
  padding: 24px 20px 24px 20px;
  border-radius: 20px;
  background: #FFFFFF;
  height: max-content;
  margin: 32px;
}

.lelev_tip {
  padding: 16px 32px 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}

.level_extra {
  margin: 7px 0 0 0;
  padding: 13px;
  min-height: 196px;
}


.levels_list > li > h2 {
  font-size: 24px;
  font-weight: 700;
  color: #17314C;
  margin: 32px 0 0 0;
}


.level_price {
  font-size: 24px;
  font-weight: 400;
  color: #17314C;
  margin: 20px 0;
}

.level_command_try {
  display: flex;
  padding: 16px 32px;
  border-radius: 12px;
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s;
  cursor: pointer;
  /* margin: 20px 0 0 0; */
  width: 100%;
  text-align: center;
}

.level_command_try_individual {
  background: linear-gradient(90deg, #FF5858 0%, #FFA588 100%) !important;
}


.level_command_reg {
  padding: 16px 32px;
  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%);
  margin: 0px 0px 0px 13px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px 0 0 0;
  width: 100%;
  text-align: center;
}
.level_command_reg_individual {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #FF5858 0%, #FFA588 100%) !important;
}

.level_command_reg--text {
  background: linear-gradient(92.47deg, #007AFF 0%, #EF90FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.level_command_reg--text_individual {
  background: linear-gradient(90deg, #FF5858 0%, #FFA588 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent  !important;
}

.tariff_about_command {
  font-size: 16px;
  font-weight: 700;
  color: #17314C;
  text-align: center;
  width: 100%;
  padding: 13px 0;
  cursor: pointer;
}
.tariff_about_command:hover {
  text-decoration: underline;
}

.tariff_about_list {
  display: block;
  margin: 13px 0 13px 0;
}

.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;
  justify-content: center;
  background-image: url(/web/images/2025/fc_bg_image.webp);
  background-size: cover;
}

.no_bottom_padding {
  padding: 32px 0 0 0;
}

#callback_form_title {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
}

.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;
  max-height: 100%;
  border-radius: 40px;
  overflow: hidden;
}

#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;
  padding: 32px;
  width: 100%;
}

#callback_form > p {
  font-size: 21px;
  margin: 0;
  padding: 13px 0;
  line-height: 21px;
}

.light_input {
  width: 100%;
  padding: 7px 13px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  margin: 13px 0 0 0;
  font-size: 21px;
  font-weight: 400;
  outline: none;
  cursor: text;
  font-family: 'Manrope';
  min-height: 64px;
  height: 64px;
}

.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: 13px 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: 21px;
    font-weight: 400;
    min-height: 64px;
    height: 64px;
}

.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: 21px;
  font-weight: 400;
  outline: none;
  cursor: text;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  font-family: 'Manrope';
}


.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 {
  font-size: 20px;
  padding: 0 0 0 7px;
}

.radio {
  width: 32px;
  height: 32px;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.radio_label {
  font-size: 21px;
}

.radio:hover {
  transform: scale(1.1);
}

.radio--selected {
  border: 1px solid #22CC74
}

.radio--selected > div {
  width: 16px;
  height: 16px;
  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: 21px;
  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: 96px;
    padding: 13px;
    text-align: center;
    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 {
  display: flex;
  height: 696px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 640px) {
  html,
  body {
    min-width: 336px;
    /* width: 100%; */
  }

  section {
    margin: 13px 0 0 0;
  }

  .content {
    width: 100%;
    padding: 16px;
  }

  .box {
    border-radius: 32px;
    padding: 0;
  }

  #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(4) {
    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_image_row {
    position: static;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0;
}

  #header_book_image {
    display: none;
  }

  #header_tr5_image {
    position: static;
    width: 120px;
    /* height: 120px; */
    box-shadow: none;
  }

  #header_statue_image {
    position: static;
    width: 103px;
    /* height: 130px; */
  }

  .header_commands {
    flex-direction: column;
    margin: 13px 0;
  }

  #header_command_reg {
    margin: 20px 0 0 0;
  }

  #header_sub_title {
    font-size: 20px;
  }

  #header_diagrams > li {
    width: 160px;
    height: 228px;
    border-radius: 20px;
    padding: 13px;
  }

  .header_diagram_title {
    font-size: 12px;
    line-height: 16px;
  }

  .header_diagram_value {
    font-size: 32px;
    line-height: 36px;
  }

  .height_140_bar {
    display: none;
  }
  .height_136_bar {
    height: 80px;
  }
  .height_130_bar {
    display: none;
  }
  .height_124_bar {
    height: 74px;
  }
  .height_118_bar {
    height: 71px;
  }
  .height_112_bar {
    height: 64px;
  }
  .height_88_bar {
    display: none;
  }
  .height_80_bar {
    display: none;
  }
  .height_72_bar {
    display: none;
  }
  .height_68_bar {
    display: none;
  }
  #wired_stripe {
    min-height: 248px;
  }

  #wired_stripe > svg {
    transform: scale(0.4, 0.8);
  }

  .mob_hidden {
    display: none;
  }

  #goals_1,
  #goals_2 {
    column-gap: 0px;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #goals_1 {
    margin: 0;
  }
  #goals_2 {
    margin: 20px 0 0 0;
  }

  .goal {
    overflow-x: hidden;
  }
  .goal_title {
    font-size: 24px;
  }
  .goal_about {
    font-size: 16px;
    max-width: 100%;
  }
  .goal_info {
    font-size: 14px;
  }
  #goal_aim_image {
    right: -50px;
  }
  .goal > svg {
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 100%;
    transform: translateY(20px);
  }

  .directions {
    display: flex;
    flex-direction: column;
    margin: 13px 0 0 0;
  } 

  .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;
  }

  .aims {
    flex-direction: column;
    margin: 13px 0 0 0;
  }

  #aims_middle {
    flex-direction: column-reverse;
  }

  .aim {
    margin: 0 0 48px 0;
  }

  #aim_arrow_1 {
    bottom: -38px;
    right: auto;
    left: 112px;
    transform: rotate(90deg);
  }

  #aim_arrow_2 {
    top: 190px;
    right: -15px;
    transform: rotate(90deg);
  }

  #aim_arrow_3 {
    bottom: -104px;
    right: auto;
    transform: scaleX(-1);
    left: 36px;
  }

  #aim_arrow_4 {
    bottom: auto;
    left: 52px;
    top: -45px;
    transform: rotate(-90deg);
  }

  #aim_arrow_5 {
    bottom: auto;
    right: 30px;
    top: -28px;
    transform: rotate(-90deg);
  }

  #aim_arrow_6 {
    display: none;
  }
  #aim_arrow_7 {
    display: flex;
  }
  #aim_arrow_7x {
    display: flex;
  }

  .course_stage {
    margin: 0;
  }

  #course_stages > li {
    padding: 0;
  }

  #course_stages > li > div.month_cap {
    margin: 20px 0;
  }

  #course_stages {
    flex-direction: column;
    margin: 13px 0 0 0;
  }
  #course_stages svg {
    display: none;
  }
  #help_120 {
    height: 0px;
  }

  #course_stages_girl_bk,
  #course_stages_girl_image {
    display: none;
  }

  
  .materials_pages {
    margin: 13px 0 0 0;
    max-width: 100%;
  } 

  .materials_page {
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 20px;
    margin: 20px 0 0 0;
    height: 482px;
  }

  .materials_page_info {
    font-size: 14px;
    padding: 20px;
    width: 100%;
    min-width: 100%;
  }

  .materials_page_info_start {
    flex-direction: column;
    font-size: 16px;
    padding: 20px;
    width: 100%;
    min-width: 100%;
    margin: 0;
  }

  .materials_page_media_box {
    min-width: 200px;
    width: 200px;
    height: 298px;
  }

  .materials_page_info_end {
    font-size: 16px;
    padding: 20px;
    width: 100%;
    min-width: 100%;
  }

  .materials_in_list > li > div {
    min-height: 24px;
    height: 24px;
  }
  
  .materials_in_list > li > p {
    font-size: 16px;
    line-height: 24px;
  }

  .in_viewport {
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
  }

  #page_2, #page_4, #page_6 {
    flex-direction: column-reverse;
  }

  #page_1,
  #page_2,
  #page_3,
  #page_4,
  #page_5,
  #page_6 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  #page_4 div.materials_page_media_box {
    height: 378px;
  }

  #page_4 div.material_scrollbox_container {
    min-width: 262px;
    width: 262px;
    max-width: 262px;
    min-height: 346px;
    height: 346px;
  }

  #page_5 > div.materials_page_info_start {
    width: 100%;
    min-width: 100%;
  }

  #page_6 > div.materials_page_info_end {
    width: 100%;
    min-width: 100%;
  }

  #lvl_frame-1 {
    width: 184px;
    height: 138px;
    right: -20px;
    top: 20px;
  }


  #lvl_frame-2 {
    width: 120px;
    height: 120px;
    right: -90px;
    top: 120px;
  }

  #lvl_frame-3 {
    width: 82px;
    height: 84px;
    right: 10px;
    top: 180px;
  }

  #blank_ege {
    max-width: 287px;
    width: 287px;
    max-height: 260px;
    height: 260px;
    right: 20px;
  }

  .material_scrollbox > img {
    min-width: 72%;
    width: 72%;
  }

#notebook {
    right: -40px;
    max-width: 418px;
    width: 418px;
    max-height: 240px;
    height: 240px;
}

  #notebook_screen {
    max-width: 290px;
    width: 290px;
    max-height: 199px;
    height: 199px;
    top: 37px;
    right: -46px;
    transform: none;
  }

  #materials_page_2_image {
    max-width: 296px;
    width: 296px;
    max-height: 266px;
    height: 266px;
  }

  #homework {
    max-width: 273px;
    width: 273px;
    max-height: 220px;
    height: 220px;
  }

  .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: 20px 20px 0 20px;
    border-radius: 20px;
    margin: 13px 0 7px 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_image > img {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .test_lesson_list > li > div {
    min-height: 24px;
    height: 24px;
  }
  
  .test_lesson_list > li > p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 7px;
  }


  .test_lesson_title {
    font-size: 32px;
    text-align: center;
    line-height: 36px;
  }

  .test_lesson_info {
    padding: 0;
  }

  .test_lesson_command {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }

  #trainer_about {
    flex-direction: column;
    padding: 13px 20px 13px 20px;
    border-radius: 20px;
    margin: 20px 0 0 0;
    align-items: baseline;
  }

  #trainer_cap {
    padding: 7px 13px;
    border-radius: 7px;
    font-size: 16px;
    margin: 0 0 13px 0;
    text-align: center;
  }

  #trainer_about > img {
    width: 180px;
    height: 180px;
    margin: 0;
  }

  #trainer_about > svg {
    position: absolute;
    right: 0px;
    top: 0px;
    transform: scale(0.8) rotate(90deg);
  }

  .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%;
    padding: 20px;
    margin: 16px 0;
  } 

  #telegram_bot,
  #vk_bot {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .advantage {
    flex-direction: column;
    margin: 0;
  }
  .flex-reverse {
    flex-direction: column-reverse;
  }

  .advantage_box {
    width: 100%;
    min-width: 100%;
    min-height: fit-content;
    border-radius: 13px;
    flex-direction: column;
  }

  .advantage_box_text {
    text-align: center;
    font-size: 16px;
  }

  .advantage_box > svg {
    display: none;
  }

  #advantage_1_image {
    width: 296px;
    height: 280px;
  }

  .advantage_title {
    max-width: 100%;
    font-size: 24px;
    text-align: center;
  }

  .scajual {
    padding: 20px;
    border-radius: 13px;
    margin: 32px 0 0 0;
    max-width: 100%;
  }
  .scajual > h2 {
    font-size: 24px;
  }
  .scajual > p {
    font-size: 16px;
  }



  .levels_list {
    flex-direction: column;
  }

  .levels_list > li {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border-radius: 13px;
  }

  .level_extra {
    min-height: 156px;
}

  #preparation_question > h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  #preparation_question > p {
    font-size: 14px;
  }

  #choose_course_title {
    font-size: 24px;
    text-align: center;
  }


  #preparation_answer_image_row > img {
    width: 104px;
    height: 136px;
  }

  #preparation_answer > h2 {
    font-size: 24px;
    padding: 0 20px 0 20px;
  }

  #preparation_answer > p {
    font-size: 16px;
    padding: 0 20px 0 20px;
    margin: 20px 0;
  }

  #preparation_answer > svg {
    top: 48%;
  }

  .preparation {
    margin: 20px 0 0 0;
    flex-direction: column;
  }

  #preparation_question {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    padding: 20px 20px 13px 20px;
    border-radius: 13px;
  }

  #preparation_answer {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 13px;
    padding: 20px 0px 20px 0px;
    margin: 20px 0 0 0;
    flex-direction: column;
  }

  .universities {
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
  }

  .universities > li:nth-child(n+1) {
    margin: 0 0 0 32px;
  }

  .question {
    font-size: 20px;
  }
  .question > p {
    padding: 0;
    margin: 0;
  }
  .answer {
    font-size: 14px;
  }

  .callback {
  background-image: none;
  background-size: auto;
}

  .no_bottom_padding {
    padding: 16px 0 0 0;
  }

  #callback_form_title {
    font-size: 21px;
    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%;
  }


  #form_root {
    height: 100%;
    overflow-y: scroll;
  }

  .light_input {
    padding: 5px 7px;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    margin: 5px 0 0 0;
    font-size: 18px;
    min-height: 48px;
    height: 48px;
  }

  .input_label_sticky_left {
    padding: 7px 5px 7px 5px;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    min-height: 48px;
    height: 48px;
  }

  .light_input_right {
    padding: 5px 7px 5px 7px;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .radios > li > div:last-child {
    font-size: 18px;
    padding: 0 0 0 5px;
  }

  #callback_form > p {
    font-size: 18px;
    margin: 0;
    padding: 7px 0;
    line-height: 18px;
  }

  .callback_form_submit {
    padding: 16px 24px;
    border-radius: 9px;
    font-size: 18px;
    margin: 5px 0 0 0;
  }

}