@font-face {
    font-family: 'Inter';
    font-weight: 100 900;
    src: url('../fonts/Inter.ttf');
}
* {
  box-sizing: border-box;
}
body {
  background: #0F1120;
  font-family: 'Inter';
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  padding: 25px;
}
#debug-icon {
  display: none;
}
a {
  color: red;
}
button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.logo img {
  width: 100px;
}
.top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggleMenuBackground {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.7;
  top: 0px;
  left: 0px;
  background: #000;
}
.toggleMenuBackground.active {
  display: block;
}
.toggleMenu {
  height: 100vh;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #191c2d;
  width: 100%;
  max-width: 350px;
  display: none;
  z-index: 999;
  padding: 0px 20px;
}
.toggleMenu .menu_item {
  border-bottom: 1px solid #cacaca;
}
.toggleMenu .menu_item:last-child {
  border-bottom: none;
}
.toggleMenu .menu_item_close {
  text-align: right;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
  display: flex;
}
.toggleMenu .menu_item .menu_button {
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  padding: 15px 0px 15px 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 30px;
}
.close_tab_menu svg {
  width: 30px;
}
.hide {
  display: none;
}
.tab_menu {
  display: none;
}
.tab_menu.active {
  display: block;
}
#openMenuButton {
  cursor: pointer;
}
#openMenuButton img {
  width: 30px;
}
#closeMenuButton {
  margin-left: 0px;
}
#closeMenuButton img{
  width: 30px;
}
.quiz_step input[type="radio"], .quiz_step input[type="checkbox"] {
  display: none;
}
.quiz_step {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
}
.quiz_horizontal_plate {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.quiz_horizontal_plate .quiz_plate_item {
  width: calc(50% - 20px);
  background: #1E2238;
  position: relative;
  flex-direction: column;
  display: flex;
  margin: 10px;
  border-radius: 20px;
  align-items: center;
  justify-content: flex-end;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
}
.quiz_horizontal_plate .quiz_plate_item.checked {
  outline: 2px solid #ff4400;
  background: #ff44000d;
  border-radius: 22px;
}
.quiz_horizontal_plate .quiz_plate_item_img {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  min-width: 100px;
  margin: 0px;
}
.quiz_horizontal_plate .quiz_plate_item_img img {
  width: 120px;
}
.quiz_horizontal_plate .quiz_plate_item_special_img {
  height: calc(100% - 50px);
}
.quiz_horizontal_plate .quiz_plate_item_special_img img {
  height: 100%;
}
.quiz_vertical_plate .quiz_plate_item_female_img img {
  width: 100px;
  margin-top: 20px;
}
.quiz_vertical_plate .quiz_plate_item_male_img img {
  width: 120px;
  margin-top: 150px;
  margin-left: 10px;
}
.quiz_special_horizontal_plate {
  margin-top: 20px;
}
.quiz_special_horizontal_plate .quiz_horizontal_plate_header {
  font-size: 22px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
}
.quiz_horizontal_plate_body {
  display: flex;
  flex-wrap: wrap;
}
.quiz_horizontal_plate_body .quiz_checkbox_button {
  background: #1E2238;
  cursor: pointer;
  margin-bottom: 12px;
  margin-right: 12px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
  color: #fff;
}
.quiz_horizontal_plate .quiz_plate_item_special_content {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  background: #ff4400;
  width: 100%;
  height: 40px;
}
.quiz_horizontal_plate .quiz_plate_item_content {
  background: #191c2d;
  padding: 10px 0px;
  z-index: 5;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.quiz_horizontal_plate .quiz_plate_item_content .quiz_plate_item_text {
  text-align: center;
}
.quiz_horizontal_plate .quiz_plate_item_icon img {
  height: 20px;
  width: 20px;
}
.quiz_horizontal_plate .quiz_plate_item_text {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.quiz_vertical_plate {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.quiz_vertical_plate .quiz_plate_item {
  width: 100%;
  background: #1E2238;
  overflow: hidden;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0px 20px;
  margin: 10px 0px;
  cursor: pointer;
  border-radius: 20px;
}
.quiz_vertical_plate .quiz_plate_item_smooth {
  width: 100%;
  max-width: 500px;
  background: #1E2238;
  overflow: hidden;
  cursor: pointer;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0px 20px;
  margin: 10px auto;
  border-radius: 20px;
}
.quiz_vertical_plate .quiz_plate_item_very_smooth {
  width: 100%;
  max-width: 500px;
  background: #1E2238;
  overflow: hidden;
  cursor: pointer;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 20px;
  margin: 10px auto;
  border-radius: 20px;
}
.quiz_vertical_plate .quiz_plate_item_very_smooth.special {
  height: 60px;
  margin-top: 20px;
}
.quiz_vertical_plate .quiz_checkbox_button.special {
  margin-top: 20px;
}
.special_top_border {
  background: #cacaca;
  height: 1px;
  margin: 10px auto 0px auto;
  width: 100%;
  max-width: 500px;
}
.quiz_vertical_plate .quiz_plate_item.checked, .quiz_vertical_plate .quiz_plate_item_smooth.checked, .quiz_vertical_plate .quiz_plate_item_very_smooth.checked, .quiz_vertical_plate .quiz_checkbox_button.checked, .quiz_horizontal_plate_body .quiz_checkbox_button.checked {
  outline: 2px solid #ff4400;
  background: #ff44000d;
}
.quiz_vertical_plate .quiz_plate_item_img {
  align-self: flex-start;
  margin-right: -10px;
}
.quiz_vertical_plate .quiz_plate_item_img img {
  width: 90px;
}
.quiz_vertical_plate .quiz_plate_item_text {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.quiz_vertical_plate .quiz_plate_item_smooth_text {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.quiz_vertical_plate .quiz_plate_item_smooth_sub_text {
  font-size: 14px;
  color: #dadada;
  margin-top: 5px;
}
.quiz_vertical_plate .quiz_plate_item_smooth_text_area {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.quiz_vertical_plate .quiz_plate_item_smooth_text_area_no_margin {
  display: flex;
  flex-direction: column;
}

.quiz_step_header {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.quiz_step_sub_header {
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-top: -5px;
  margin-bottom: 25px;
}
.quiz_selecteble_image_area {
  position: relative;
}
.quiz_selecteble_male_image {
  height: 414px;
  width: 164px;
}
.quiz_selecteble_female_image {
  height: 414px;
  width: 121px;
}
.quiz_selecteble_buttons {
  display: flex;
  flex-direction: column;
}
.quiz_selecteble_button {
  background: #1E2238;
  text-align: center;
  padding: 20px 50px;
  border-radius: 15px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  cursor: pointer;
}
.quiz_selecteble_button.checked {
  background: #ff4400;
}
.quiz_vertical_plate .quiz_checkbox_button {
  background: #1E2238;
  text-align: center;
  padding: 15px;
  width: 100%;
  max-width: 500px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0px auto 20px auto;
  cursor: pointer;
}
.quiz_vertical_plate .quiz_checkbox_button_text_area {
  display: flex;
  align-items: center;
}
.quiz_vertical_plate .quiz_checkbox_button_text_area .quiz_plate_item_smooth_text {
  margin-left: 15px;
}
.quiz_countinue_button {
  padding: 16px;
  align-items: center;
  border-radius: 32px;
  background: #ff4400;
  color: #fff;
  width: 100%;
  max-width: 350px;
  font-size: 18px;
  font-weight: 600;
}
.quiz_countinue_button:active {
  background: #e03c00;
}
.unsubscribe_button {
  padding: 16px;
  align-items: center;
  border-radius: 32px;
  background: #ff4400;
  color: #fff;
  width: 100%;
  max-width: 350px;
  font-size: 18px;
  font-weight: 600;
}
.unsubscribe_button:active {
  background: #e03c00;
}
.quiz_countinue {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.quiz_selecteble_areas {
  display: flex;
  justify-content: space-around;
}
.problem_area {
  position: absolute;
}
.hidden {
  display: none;
}
.problem_area.checked {
  display: block;
}
.quiz_go_back {
  background: #1E2238;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 0px;
}
.quiz_go_back img {
  width: 25px;
  margin-left: -2px;
}
.quiz_score_area {
  background: #1E2238;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin-top: 10px;
}
.quiz_score_area_count {
  background: #ff4400;
  height: 5px;
}
.quiz_score_count {
  color: #dadada;
  font-size: 14px;
  font-weight: 500;
}
.quiz_input_area {
  width: 90%;
  margin: 0 auto;
}
.quiz_input_area_flex {
  display: flex;
  height: calc(100vh - 250px);
  justify-content: center;
  align-items: center;
}
.quiz_input {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.quiz_input input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 0px 11px;
  outline: none;
  border-radius: 0px;
  height: 56px;
  width: 450px;
  text-align: center;
}
.quiz_input input:focus, .quiz_input input:focus{
    outline: none;
}
.quiz_input .error {
  color: #ff4400;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -25px;
  font-size: 12px;
  font-weight: 300;
}

.agreement_box .error {
  color: #ff4400;
  position: absolute;
  width: 100%;
  left: 0px;
  text-align: center;
  bottom: -20px;
  font-size: 12px;
  font-weight: 300;
}
.agreement_box {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 30px auto 0px auto;
}
.agreement_checkbox {
  margin-right: 10px;
}
.agreement {
  color: #c7c7c7;
  font-size: 12px;
  line-height: 18px;
}
.quiz_select_food {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.quiz_select_all {
  border-radius: 15px;
  height: 30px;
  overflow: hidden;
  position: relative;
  min-width: 50px;
  width: 50px;
  background-color: #303030;
  cursor: pointer;
  margin-right: 15px;
}
.quiz_select_all::before {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px, rgba(0, 0, 0, 0.06) 0px 3px 1px;
  content: "";
  height: 26px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.2s ease-out;
  width: 26px;
  background-color: white;
}
.quiz_select_all.checked::before {
  left: calc(100% - 28px);
}
.quiz_select_all.checked {
  background: #ff4400;
}
.plan_ready {
  background-color: #1E2238;
  display: flex;
  padding: 8px 16px;
  min-height: 64px;
  width: 100%;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 15px;
}
.plan_ready_icon {
  margin-right: 10px;
  font-size: 25px;
}
.plan_ready_text {
  color: #fff;
  font-size: 18px;
}
.unsubscribe_alert {
  background-color: #1E2238;
  display: flex;
  padding: 8px 16px;
  min-height: 64px;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 15px;
}
.unsubscribe_alert_icon {
  margin-right: 5px;
  font-size: 25px;
}
.unsubscribe_alert_text {
  color: #fff;
  font-size: 18px;
}
.timer_wrap {
  background: #191c2d;
  border-radius: 15px;
  padding: 15px;
}
.timer_text {
  color: #fff;
  font-size: 22px;
}
.content {
  max-width: 700px;
  margin: 0 auto;
}
.result_header {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.result_area {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.result_area_right {
    width: 50%;
}
.result_area_right img {
  width: 100%;
}
.result_area_left {
  width: 100%;
  max-width: 420px;
}
.plate_bmi_head {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.plate_bmi_text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 5px;
}
.bmi_score_text {
  font-size: 14px;
  color: #bebebe;
  margin-top: 5px;
}
.result_plate_full {
  background: #1E2238;
  width: 100%;
  padding: 15px;
  border-radius: 15px;
}
.result_plate_area {
  display: flex;
  margin-top: 10px;
}
.result_plate {
  background: #1E2238;
  width: 50%;
  padding: 15px;
  border-radius: 15px;
}
.bmi_score {
  width: 100%;
  background: linear-gradient(90deg, rgb(74, 89, 230) 0%, rgb(86, 158, 242) 21.35%, rgb(117, 198, 179) 39.58%, rgb(191, 228, 139) 55.21%, rgb(255, 229, 147) 68.75%, rgb(250, 133, 87) 84.93%, rgb(236, 62, 79) 100%);
  height: 8px;
  margin-bottom: 6px;
  position: relative;
}
.plate_bmi_count {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}
.bmi_score_area {
  display: flex;
  justify-content: space-between;
}
.bmi_score_marker {
  background: #ffffff;
  height: 25px;
  width: 5px;
  border: 1px solid #ffffff;
  position: absolute;
  top: -9px;
}
.timer_area {
  display: flex;
  align-items: center;
}
.alert_plan {
  background-color: #191c2d;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  background-image: url('../img/a1x69cys8krqdb2u63lmdznos.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 999;
}
@keyframes pulse{
  0%,100%{ transform:scale(1); box-shadow:0 0 0 0 rgb(28 33 41 / 60%); }
  50%{ transform:scale(1.04); box-shadow:0 0 10px 2px rgb(28 33 41 / 60%); }
}
.alert_plan_button {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  animation: pulse 1.4s ease-in-out infinite;
}
.what_you_get {
  margin-top: 10px;
}
.what_you_get_icon {
  color: #ff4400;
  font-size: 18px;
  margin-right: 10px;
}
.what_you_get_item {
  display: flex;
  margin: 10px 0px;
}
.what_you_get_text {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.alert_plan_top {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.timer_head {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-left: 80px;
}
.alert_plan_button {
  background: #ff4400;
  color: #fff;
  padding: 10px 15px;
  border-radius: 15px;
}
#timer {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
}
.offer_block {
  margin-top: 50px;
}
.offer_block_header {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.offer_block_sub_header {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.offer_block_sub_header p span {
  color: #ff4400;
  font-size: 20px;
}
.offer_block_left_header {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.offer_block_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.offer_block_left {
  width: 50%;
}
.offer_block_right {
  align-items: center;
  width: 50%;
  text-align: center;
  background: #1E2238;
  border-radius: 15px;
  padding: 25px;
  width: 300px;
  margin: 0px 25px;
}
.offer_old_price_text {
  color: #8d8d8d;
  font-size: 50px;
}
.offer_old_price_line {
  background: #8d8d8d;
  height: 3px;
  transform: rotate(350deg);
  width: 150px;
  text-align: center;
  margin: -37px auto 0px auto;
}
.offer_old_price {
  margin: 10px 0px;
}
.offer_old_price span {
  font-size: 30px;
}
.offer_new_price {
  color: #ff4400;
  font-size: 100px;
  font-weight: 500;
  margin-top: -10px;
}
.offer_new_price span {
  font-size: 50px;
  font-weight: 600;
}
.result_block {
  margin-top: 50px;
}
.result_block_header {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.icon_back {
  color: #ff4400;
  border-radius: 100%;
  border: 2px solid #ff4400;
  font-size: 26px;
}
.offer_discount {
  color: #ff4400;
  font-size: 25px;
  margin-top: 50px
}
.offer_get_plan {
  margin-top: 30px;
  padding: 15px;
  background: #ff4400;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 15px;
  width: 100%;
}
.water_glass {
  width: 22px;
  height: 32px;
  background: url('../icon/t50t81ekwityyxd23085kh1a2.svg') center center no-repeat;
  opacity: 1;
}
.no_water_glass {
  width: 22px;
  height: 32px;
  background: url('../icon/6n6ozy9f3sgbrw50tot57qvin.svg') center center no-repeat;
  opacity: 1;
}
.water_area {
  display: flex;
  justify-content: space-between;
}
.kcal_score_area {
  display: flex;
  justify-content: space-between;
}
.kcal_score{
  height: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(270deg, rgba(255, 68, 0, 0.7) 0%, rgba(255, 68, 0, 0.07) 100%);
}
.result_plate_text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.kcal_score_text {
  font-size: 14px;
  color: #bebebe;
  margin-top: 5px;
}
.plate_kcal_count {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}
.plate_water_count {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}
.kcal_score_marker {
  position: absolute;
  top: -4px;
  width: 30px;
  height: 15px;
  background: #ff6025;
  border-radius: 30px;
}
.review_avatar {
  background: #121212;
  border-radius: 100%;
}
.review_avatar img {
  border-radius: 100%;
  width: 50px;
}
.review_top {
  display: flex;
  align-items: center;
}
.review_item {
  background: #1E2238;
  border-radius: 15px;
  padding: 15px;
}
.review_header {
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 7px;
}
.review_header_rating {
  margin-left: 10px;
}
.review_text {
  color: #c0c0c0;
  font-size: 13px;
  margin-top: 10px;
  line-height: 18px;
}
.garanty_block {
  display: flex;
  margin-top: 50px;
  align-items: center;
}
.garanty_block_header {
  font-size: 30px;
  font-weight: bold;
  color: #ffbe2d;
  margin-bottom: 5px;
}
.garanty_block_text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.garanty_block_img {
  margin-right: 20px;
}
.garanty_block_img img {
  width: 70px;
}
.faq_item {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #292929;
  padding: 15px 0px;
}
.faq_item:last-child {
  border: none;
}
.faq_item_title {
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.faq_item_text {
  display: none;
}
.faq_item.open .faq_item_text {
  display: block;
}
.faq_item_text {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  line-height: 22px;
}
.our_expert_item {
  width: 33%;
  padding: 0px 10px;
}
.our_expert {
  display: flex;
}
.our_expert_img {
  text-align: center;
}
.our_expert_img img {
  width: 80%
}
.our_expert_name {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 5px;
}
.our_expert_title {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  color: #fff;
  font-weight: 600;
}
.result_content {
  margin: 80px 0px 50px 0px;
}
.our_expert_text {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
  font-weight: 300;
  line-height: 18px;
}
.result_sub_header {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 10px 0px 25px 0px;
}
.result_sub_header span {
  color: #ff4400;
}
.fade-step {
    opacity: 0;
    transform: translateY(-25px);
    transition: opacity .6s ease-out,
                transform .6s cubic-bezier(.22, .61, .36, 1);
}

.fade-step.visible {
    opacity: 1;
    transform: translateY(0);
}
.quiz_countinue_fixed {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg,rgba(18,18,18,0)0%,rgba(18,18,18,0)0.01%,#121212 100%);
  padding: 15px;
}
.offer_block_header .mobile {
  display: none;
}
.faq_item_title_text {
  line-height: 22px;
}
.page-content {
  color: #fff;
  margin: 0px auto;
  max-width: 1200px;
  line-height: 22px;
}
.page-content h1 {
  line-height: 36px;
}
.agreement {
  display: flex;
}
.quiz_plate_item:hover, .quiz_plate_item_smooth:hover, .quiz_selecteble_button:hover, .quiz_plate_item_very_smooth:hover, .quiz_checkbox_button:hover {
  background: #ff44000d;
}
@media (max-width: 767px) {
  .quiz_plate_item:hover, .quiz_plate_item_smooth:hover {
    background: #1E2238;
  }
  body {
    padding: 15px 15px 0px 15px;
  }
  .quiz_step_header {
    font-size: 28px;
  }
  .quiz_step_sub_header {
    font-size: 18px;
    line-height: 24px;
  }
  .quiz_step {
    margin-top: 10px;
  }
  .quiz_countinue {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 15px;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0) 0.01%, #121212 100%);
  }
  .quiz_countinue_button {
    width: 100%;
    max-width: none;
  }
  .unsubscribe_button {
    width: 100%;
    max-width: none;
  }
  .quiz_input input {
    max-width: none;
    width: 100%;
  }
  .agreement_box {
    max-width: none;
  }
  .quiz_input_area_flex {
    height: calc(100vh - 400px);
  }
  .result_area {
    background-image: none !important;
  }
  .result_sub_header {
    text-align: center;
  }
  .result_header {
    font-size: 28px;
  }
  .result_area_left {
    max-width: none;
  }
  .result_content {
    margin: 70px 0px 50px 0px;
  }
  .timer_head {
    display: none;
  }
  .offer_block {
    margin-top: 40px;
  }
  .offer_block_header {
    font-size: 28px;
  }
  .offer_block_header .mobile {
    display: block;
  }
  .offer_block_header .desktop {
    display: none;
  }
  .offer_block_content {
    flex-wrap: wrap;
    margin: 30px 0px;
  }
  .offer_block_left {
    width: 100%;
  }
  .garanty_block_img img {
    width: 40px;
  }
  .garanty_block_header {
    font-size: 20px;
  }
  .garanty_block_text {
    font-size: 14px;
    line-height: 22px;
  }
  .garanty_block {
    align-items: flex-start;
  }
  .offer_block_right {
    margin-top: 30px;
  }
  .offer_old_price {
    margin: 20px 0px
  }
  .offer_discount {
    margin-top: 60px;
  }
  .offer_block_right {
    width: 100%;
    max-width: none;
  }
  .quiz_horizontal_plate .quiz_plate_item {
    width: calc(50% - 15px);
    margin: 7.5px;
  }
  .garanty_block {
    margin-top: 40px;
  }
  .result_block {
    margin-top: 30px;
  }
  .our_expert_item {
    width: 100%;
  }
  .our_expert_name {
    font-size: 20px;
  }
}
