@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #000;
  background: #fff;
  font: 16px/120% "Inter", sans-serif;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5 {
  font: 16px/120% "Inter", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #000;
  text-decoration: none;
  font: 16px/120% "Inter", sans-serif;
}

a:hover {
  text-decoration: none;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: unset;
  border: unset;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.content_2, .content {
  max-width: 1010px;
  padding: 0 25px;
  margin: 0 auto;
}

body.blue {
  background: #FAFAFA;
}

h1 {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
h1.hidden {
  display: none;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

h5 {
  font-size: 12px;
  font-weight: 700;
  color: #2F3036;
}

p {
  font-size: 14px;
  font-family: "Montserrat";
  margin-top: 20px;
}

.btn, .btn_2 {
  display: block;
  width: 100%;
  height: 55px;
  background: #0050A0;
  border-radius: 12px;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.btn:hover, .btn_2:hover {
  opacity: 0.7;
}

.btn_2 {
  background: #fff;
  border: 1px solid #0050A0;
  border-radius: 12px;
  color: #0050A0;
  line-height: 53px;
}

.content {
  display: flex;
  min-height: 100dvh;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.block_1 {
  max-width: 450px;
}

.block_2 {
  max-width: 600px;
}

.block_470 {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}

.block_400 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.block_400 .btn, .block_400 .btn_2 {
  margin-top: 20px;
}
.block_400 .btn_2 {
  margin-top: 40px;
}

.block_270 {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}

.twin_1 {
  display: block;
  max-width: 263px;
  width: 100%;
}

.twin_2 {
  display: block;
  max-width: 215px;
  width: 100%;
  transform: translateX(20px);
}

.lang_block {
  width: 100%;
  margin-top: 30px;
}
.lang_block .btn, .lang_block .btn_2 {
  margin-top: 14px;
}

.lb_head {
  font-size: 14px;
  color: #2F3036;
  margin-bottom: 8px;
}

/*	styles for select*/
.selectbox {
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
}
.selectbox .select {
  width: 100%;
  height: 48px;
  padding: 0 0 0 15px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #C5C6CC;
  position: relative;
}
.selectbox .select:after {
  display: block;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../images/chev_down_12x12.svg) center/cover no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.selectbox .select .text {
  display: block;
  font-size: 14px;
  line-height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  user-select: none;
}
.selectbox ul.dropdown {
  top: 47px;
  width: 100%;
  margin: 0;
  background: #fff;
  border: 1px solid #C5C6CC;
}
.selectbox ul.dropdown li {
  font-size: 14px;
  padding: 10px 15px;
  /*&:first-child{
  	display: none;
  }*/
}
.selectbox ul.dropdown li:hover, .selectbox ul.dropdown li.selected {
  background: #E6E6E6;
  color: #000000;
}
.selectbox ul.dropdown li.disabled {
  color: #AAA;
}

.btns_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}

.progressbar {
  width: 450px;
}

.p_line {
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background: #E8E9F1;
  position: relative;
  overflow: hidden;
}
.p_line:before {
  display: block;
  content: "";
  height: 100%;
  background: #F98C6F;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.p_text, .p_text_2 {
  font-size: 16px;
  font-weight: 600;
  color: #A4A4A4;
  text-align: center;
  margin-top: 7px;
}

.area_block {
  width: 100%;
}

.ab_area, .qb_area {
  width: 100%;
  height: 150px;
  border: 1px solid #C5C6CC;
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 14px;
  margin-top: 8px;
}

.qwiz_block, .qwiz_block_2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  padding: 15px;
  border: 1px solid #D4D6DD;
  border-radius: 16px;
  margin-top: -10px;
}
.qwiz_block.complete .qwiz_item, .complete.qwiz_block_2 .qwiz_item {
  pointer-events: none;
}

.qwiz_block_2 {
  margin: 20px 0;
}

.qwiz_item {
  border: 1px solid #C5C6CC;
  border-radius: 12px;
  padding: 17px 15px;
  font-size: 14px;
  color: #1F2024;
  cursor: pointer;
  padding-right: 40px;
  position: relative;
}
.qwiz_item.success {
  background: #FFF8F6;
  border: 1px solid #FFF8F6;
}
.qwiz_item.success:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/mark.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.qwiz_item.error {
  background: #FFE4E4;
  border: 1px solid #FFE4E4;
}
.qwiz_item.error:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/cross.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.qwiz_item.selected {
  background: #EAF2FF;
  border: 1px solid #EAF2FF;
}

.q_picked {
  font-size: 14px;
  font-weight: 700;
  margin-top: -12px;
}
.q_picked.center {
  text-align: center;
}
.q_picked.selected:after {
  content: "1/1";
}
.q_picked:after {
  display: inline-block;
  content: "0/1";
}

.q_btn {
  margin-top: 10px;
}
.q_btn.q_btn_2 {
  margin-top: 40px;
}
.q_btn.disabled {
  pointer-events: none;
  background: #80A8D0;
}

.content_2 {
  min-height: 100dvh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  gap: 30px;
}

.c_left {
  width: 240px;
  max-height: calc(100dvh - 60px);
  padding: 30px 20px 30px 70px;
  border-radius: 30px;
  background: #fff;
  position: relative;
}

.ava_block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ava_block > img {
  max-width: 60px;
  width: 100%;
  border-radius: 50%;
}

.ab_age, .ab_lev {
  font-size: 16px;
  font-weight: 600;
  color: #A4A4A4;
  white-space: nowrap;
}
.ab_age > span, .ab_lev > span {
  color: #F98C6F;
}

.ab_lev {
  margin-top: 8px;
}
.ab_lev > span {
  color: #0050A0;
}

.menu {
  margin-top: 60px;
}
.menu > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.menu > ul > li:nth-child(2).current > a > span > img {
  display: none;
}
.menu > ul > li:nth-child(2).current > a > span:before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/m2_selected.png) center/cover no-repeat;
}
.menu > ul > li.current > a {
  color: #0050A0;
  font-weight: 700;
}
.menu > ul > li.current > a > span > img {
  filter: invert(21%) sepia(77%) saturate(2049%) hue-rotate(195deg) brightness(65%) contrast(103%);
}
.menu > ul > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: #242424;
  transition: 0.3s;
}
.menu > ul > li > a:hover {
  opacity: 0.7;
}
.menu > ul > li > a > span {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}
.menu > ul > li > a > span > img {
  max-width: 28px;
}

.log_out {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 35px;
  text-align: center;
}
.log_out > a {
  font-size: 18px;
  color: #0050A0;
  text-decoration: underline;
}
.log_out > a:hover {
  text-decoration: none;
}

.c_right {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 680px;
  padding: 25px 20px 20px;
  background: #fff;
  border-radius: 30px;
}

.cr_profile {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}
.cr_profile .ava_block {
  gap: 20px;
}
.cr_profile .ava_block > img {
  max-width: 160px;
}

.coins > a {
  display: flex;
  align-items: center;
}
.coins > a > span {
  font-size: 16px;
  font-weight: 600;
  color: #A4A4A4;
  border-bottom: 1px solid #0050A0;
  white-space: nowrap;
}
.coins > a:hover > span {
  border-bottom: none;
  padding-bottom: 1px;
}
.coins > a > span > span {
  color: #0050A0;
}

.lessons_list {
  display: flex;
  width: calc(100% + 10px);
  padding-right: 10px;
  flex: 1;
  flex-direction: column;
  max-height: 420px;
  overflow: auto;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
}
.lessons_list > li {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.lessons_list > li.selected > div {
  background: #FFF8F6;
}
.lessons_list > li.selected > div:before {
  border: 4px solid #F98C6F;
}
.lessons_list > li > div {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  padding: 10px 16px;
  background: #EBF3FF;
  border: 1px solid #D4D6DD;
  border-radius: 12px;
  font-size: 14px;
  color: #1F2024;
  font-weight: 700;
}
.lessons_list > li > div:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 4px solid #0050A0;
}

.ll_btn {
  margin-top: 18px;
}

.bot_panel {
  display: none;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
}
.bot_panel .menu {
  margin-top: 0;
}
.bot_panel .menu > ul {
  flex-direction: row;
  gap: 0;
}
.bot_panel .menu > ul > li {
  display: flex;
  justify-content: center;
  width: 100%;
}
.bot_panel .menu > ul > li > a {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: 50px;
  gap: 0px;
  font-size: 10px;
}
.bot_panel .menu > ul > li > a > span {
  padding-bottom: 0;
}

.progress_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}
.progress_top .progressbar {
  margin-bottom: 20px;
}
.progress_top .progressbar .p_text.hidden, .progress_top .progressbar .hidden.p_text_2 {
  display: none;
}

.pt_back {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/back.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.pt_back:hover {
  opacity: 0.7;
}

.pt_head {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 0 25px;
}
.pt_head > span {
  color: #F98C6F;
}

.read_more {
  text-align: center;
  margin-top: 13px;
}
.read_more > a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #0050A0;
  text-decoration: underline;
}
.read_more > a:hover {
  text-decoration: none;
}

.question_block {
  margin-top: 40px;
}

.qb_top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.qb_head {
  font-size: 12px;
  font-weight: 700;
  color: #2F3036;
}

.qb_chat {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #0050A0;
  white-space: nowrap;
  text-decoration: underline;
}
.qb_chat:hover {
  text-decoration: none;
}

.qb_area {
  height: 100px;
}

.qb_ask {
  display: flex;
  justify-content: flex-end;
}
.qb_ask .btn, .qb_ask .btn_2 {
  display: none;
  max-width: 150px;
}
.qb_ask .btn.visible, .qb_ask .visible.btn_2 {
  display: block;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.boxes .window {
  display: none;
  max-width: 435px;
  width: 100%;
  max-height: 90dvh;
  overflow: auto;
  background: #ffffff;
  border-radius: 16px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.boxes #ask_q {
  max-width: 300px;
}

.m_content {
  padding: 24px 16px 16px;
}

.close {
  margin-top: 20px;
  height: 40px;
  line-height: 38px;
  font-size: 12px;
}

.mc_coins {
  font-size: 16px;
  font-weight: 800;
  color: #F98C6F;
  text-align: center;
  margin-bottom: 8px;
}

.mc_head {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #1F2024;
  margin-bottom: 15px;
}

.mc_text {
  font-size: 12px;
  line-height: 130%;
  color: #71727A;
  text-align: center;
}
.mc_text.border {
  border-bottom: 1px solid #71727A;
  padding-bottom: 40px;
  margin-bottom: 10px;
  text-align: left;
}
.mc_text > span {
  display: block;
  font-weight: 700;
  color: #0050A0;
  text-align: center;
}

.chat_block {
  width: 100%;
}

.chat_window {
  height: calc(100dvh - 145px);
  overflow: auto;
  position: relative;
  padding: 0 20px 50px;
}

.c_l, .c_r {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.c_l > div, .c_r > div {
  background: #000;
  background: #F8F9FE;
  border-radius: 20px;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 140%;
  color: #1F2024;
}
.c_l > div:last-child, .c_r > div:last-child {
  border-radius: 20px 20px 20px 0;
}

.c_name {
  display: block;
  color: #71727A;
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 700;
}

.c_r {
  align-items: flex-end;
}
.c_r > div {
  background: #0050A0;
  color: #fff;
}
.c_r > div:last-child {
  border-radius: 20px 20px 0 20px;
}
.c_r > div .c_name {
  color: #B4DBFF;
}

.chat_bot {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 40px;
  background: #fff;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
}

.cb_input_block {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 40px;
  flex: 1;
  background: #F8F9FE;
  padding-right: 6px;
  border-radius: 70px;
}

.cb_file {
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
  background: url(../images/add.svg) center/16px no-repeat;
  transition: 0.3s;
}
.cb_file:hover {
  opacity: 0.7;
}

.cb_input {
  display: block;
  height: 40px;
  flex: 1;
  padding-left: 15px;
  font-size: 14px;
}

.cb_send {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../images/cb_send.svg) center/cover no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
.cb_send:hover {
  opacity: 0.7;
}

.rating_block {
  width: 100%;
  height: calc(100dvh - 180px);
  overflow: auto;
  padding-right: 15px;
  margin-top: 15px;
}

.rb_items {
  display: flex;
  flex-direction: column;
}

.rb_item {
  display: flex;
  height: 70px;
  border-radius: 12px;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  padding: 0 15px;
}
.rb_item.selected {
  background: #EBF3FF;
}

.rbi_count {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0050A0;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  padding: 0 2px;
  color: #fff;
}

.rbi_ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/rbi_ava_bg.svg) center/cover no-repeat;
  overflow: hidden;
}
.rbi_ava > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rbi_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rbi_name {
  font-size: 12px;
  font-weight: 700;
  color: #1F2024;
}

.rbi_level {
  font-size: 12px;
  color: #71727A;
}
.rbi_level > span {
  font-weight: 700;
}

.r_show_more {
  text-align: center;
  margin-top: 20px;
}
.r_show_more > div {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #0050A0;
  cursor: pointer;
  text-decoration: underline;
}
.r_show_more > div:hover {
  text-decoration: none;
}

.shop_block, .profile_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.shop_block .twin_2, .profile_block .twin_2 {
  margin-top: 20px;
}
.shop_block .coins, .profile_block .coins {
  margin-top: 30px;
}

.shop_items, .alert_items {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  margin-top: 15px;
}

.shop_item, .alert_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background: #F8F9FE;
  border-radius: 16px;
  padding: 15px;
}

.si_dollar, .si_star, .si_lightning {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E8E9F1 url(../images/dollar.png) center/19px no-repeat;
}

.si_text {
  flex: 1;
}

.si_name {
  font-size: 14px;
  font-weight: 700;
  color: #1F2024;
}

.si_price {
  font-size: 12px;
  color: #71727A;
  margin-top: 4px;
}

.si_buy {
  max-width: 55px;
  height: 40px;
  font-size: 12px;
  line-height: 38px;
}

.mc_btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  margin-top: 30px;
}
.mc_btns .close {
  margin-top: 0;
}
.mc_btns > a {
  max-width: unset;
  height: 40px;
  font-size: 12px;
  line-height: 38px;
}

.pb_ava {
  width: 80px;
  height: 80px;
  background: url(../images/rbi_ava_bg.svg) center/cover no-repeat;
  border-radius: 50%;
  position: relative;
  margin: 20px auto 0;
}
.pb_ava > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pba_edit {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0050A0 url(../images/edit.svg) center/10px no-repeat;
  position: absolute;
  bottom: -1px;
  right: -1px;
  cursor: pointer;
  transition: 0.3s;
}
.pba_edit:hover {
  opacity: 0.7;
}

.pb_name {
  font-size: 16px;
  font-weight: 800;
  color: #1F2024;
  text-align: center;
  margin-top: 14px;
}

.pb_email {
  font-size: 12px;
  text-align: center;
  color: #71727A;
  margin-top: 4px;
}

.input_block {
  margin-top: 15px;
}

.ib_head {
  font-size: 12px;
  color: #2F3036;
  font-weight: 700;
}

.ib_input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #C5C6CC;
  border-radius: 12px;
  margin-top: 8px;
  font-size: 14px;
  padding: 0 15px;
}
.ib_input:focus {
  border: 1px solid #0050A0;
}

.niceCheck {
  display: inline-block;
  vertical-align: middle;
  width: fit-content;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  margin-top: 24px;
}
.niceCheck > input {
  display: none;
}
.niceCheck > span {
  display: block;
  font-size: 12px;
  line-height: 120%;
  color: #71727A;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.niceCheck > span > a {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #0050A0;
}
.niceCheck > span > a:hover {
  text-decoration: underline;
}
.niceCheck > span:before {
  content: "";
  height: 24px;
  width: 24px;
  background: url(../images/checkbox.png) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.niceCheck input:checked + span::before {
  background-position: 0 -24px;
}

.pb_bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.pb_logout, .pb_del_account {
  font-size: 16px;
  font-weight: 600;
  color: #0050A0;
  text-decoration: underline;
  cursor: pointer;
}
.pb_logout:hover, .pb_del_account:hover {
  text-decoration: none;
}

.pb_del_account {
  color: #FF616D;
}

.alert_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.si_lightning {
  background: #E8E9F1 url(../images/lightning.png) center/19px no-repeat;
}

.si_star {
  background: #E8E9F1 url(../images/star.png) center/19px no-repeat;
}

/*1024*/
@media only screen and (max-width: 768px) {
  body.blue {
    background: #fff;
    padding-bottom: 60px;
  }
  .progressbar {
    width: 400px;
  }
  .content_2 {
    min-height: unset;
    padding-bottom: 0;
  }
  .c_left {
    display: none;
  }
  .c_right {
    padding: 0 0 20px;
  }
  .bot_panel {
    display: block;
  }
  .chat_window {
    height: calc(100dvh - 150px);
    padding: 0 20px 50px 0;
  }
  .rating_block {
    height: unset;
    overflow: unset;
    padding: unset;
  }
} /*768*/
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  .progressbar {
    width: 100%;
  }
  .cr_profile {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-bottom: 30px;
  }
  .ava_block {
    order: 2;
    flex-direction: column;
    gap: 12px !important;
  }
  .ava_block > img {
    max-width: 300px !important;
    border-radius: 20px;
  }
  .ab_text {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .ab_lev {
    margin-top: unset;
  }
} /*480*/

/*# sourceMappingURL=style.css.map */
