@font-face {
  font-family: "Dela Gothic One";
  src: local("Dela Gothic One"), url(/fonts/DelaGothicOne-Regular.ttf);
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(/fonts/Montserrat-Medium.ttf);
  font-weight: medium;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(/fonts/Montserrat-MediumItalic.ttf);
  font-weight: medium;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(/fonts/Montserrat-SemiBold.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(/fonts/Montserrat-SemiBoldItalic.ttf);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(/fonts/Montserrat-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(/fonts/Montserrat-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(/fonts/Montserrat-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(/fonts/Montserrat-Italic.ttf);
  font-weight: normal;
  font-style: italic;
}

:root {
  --main-color: #FFFFFF;
  --second-color: #000000;
  --place-color: #FF7A00;
  --checkbox-color: #FFF;
}

.white_wrap {
  --main-color: #000000;
}

html, .top_page_part, .page_wrap.with_menu, .page_wrap.flex.middle.with_menu, .scrollable {
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

html::-webkit-scrollbar, .top_page_part::-webkit-scrollbar, .page_wrap.with_menu::-webkit-scrollbar, .page_wrap.flex.middle.with_menu::-webkit-scrollbar, .scrollable::-webkit-scrollbar {
  width: 0px; /* For Chrome, Safari, and Opera */
}
html, body {margin: 0; padding: 0; height: 100%;}
body {background: #f60f9b url(/img/background.jpg) center center no-repeat; background-size: cover;}
body.onboard {background: url(/img/onboard.jpg) center center no-repeat; background-size: cover;}
a {text-decoration: none; color: #000;}
ul {list-style:none;}
div {width: 100%;}
.flex {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
* {box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; font-family: 'Montserrat';}
h1.onboard_title {text-align: center; background: #E65E22; color: white; font-weight: normal; font-size: 25px; padding: 9px 0;}

.fs-14 {font-size: 14px !important}
.fs-16 {font-size: 16px !important}
.fs-18 {font-size: 18px !important}
.fs-20 {font-size: 20px !important}
.fs-23 {font-size: 23px !important}
.fw-500 {font-weight: 500 !important}
.td-u {text-decoration: underline !important}
.mt-10 {margin-top: 10px !important}
.mt-50 {margin-top: 50px !important}
.mt-55 {margin-top: 55px !important}
.ml-22 {margin-left: 22px !important}
.pe-n {pointer-events: none}
.p-0 {padding: 0 !important}
.p-22 {padding: 22px !important}
.p-25 {padding: 25px !important}
.p-20-10-30 {padding: 20px 10px 30px !important}
.pt-10 {padding-top: 10px !important;}
.pt-22 {padding-top: 22px !important;}
.pt-150 {padding-top: 120px !important;}
.o-h {overflow: hidden !important}
.h100 {height: 100% !important}
.jc-sb {justify-content: space-between !important}
.jc-sa {justify-content: space-around !important}
.fd-c {flex-direction: column !important;}
.w-44 {width: 44px !important;}
.w80 {width: 80% !important;}
.bold {font-weight: bold !important;}

.about_terms {display: block; font-size: 14px; text-align: center; text-decoration: underline;}
.text_wrap {padding: 0 22px;}
.main-color {color: var(--main-color) !important}
.place-color {color: var(--place-color) !important}
.mp-buttons_wrap {padding: 0 50px;}
.mp-buttons_wrap .terms {text-decoration: underline; margin: 25px auto 0; display: block; text-align: center; color: var(--main-color);}
.hide {display: none !important}
.metrika_gif {position:absolute; left:-9999px;}
.result_points_style {font-family: 'Dela Gothic One'; font-style: normal; font-weight: 400; font-size: 40px; background: linear-gradient(180deg, #F60F9B 0%, #EC634E 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; vertical-align: -11px; margin: 0 10px;}

.about_prize_list {display: block; width: 100%; background: url(/img/icons/prize/arrow_w.png) no-repeat left top; background-size: auto 100%; padding-left: 8px;}
.about_prize_list li {padding: 12px 0px 12px 15px; display: flex; justify-content: space-between; align-items: center; color: white; border-bottom: 1px solid #CCC;}
.about_prize_list li>div {display: flex;justify-content: left;align-items: center;width: 70%;}
.about_prize_list li .prize_price {font-size: 14px;text-wrap: nowrap;display: block;width: 25%;}
.about_prize_list li .prize_title {font-size: 14px;min-width: 150px;margin-left: 20px;}
.about_prize_list img {width: 40px;}
.about_prize_head {display: flex; justify-content: space-between; align-items: center; color: white; padding-left: 22px;}
.about_prize_head .prize_price {font-size: 14px; width: 60px; font-weight: bold;}
.about_prize_head .prize {width: 40px; font-size: 14px; font-weight: bold;}
.about_prize_head .space {width: 150px; color: #00000000; margin-left: 20px;}
.about_prize_head div {display: flex; justify-content: right; align-items: center;}

.my_prize_list {display: block; width: 100%; background: url(/img/icons/prize/arrow_w.png) no-repeat left top; background-size: auto 100%; padding-left: 8px;}
.my_prize_list li {padding: 12px 0px 12px 15px; display: flex; justify-content: space-between; align-items: center; color: white; border-bottom: 1px solid #CCC;}
.my_prize_list li>div {display: flex;justify-content: right;align-items: center;}
.my_prize_list li .prize_price {font-size: 14px;text-wrap: nowrap; display: block; flex-basis: 60px; flex-grow: 0; flex-shrink: 0;}
.my_prize_list li .prize_title {font-size: 14px;min-width: 85px;margin-left: 20px;}
.my_prize_list img {width: 40px;}
.my_prize_list .prize_info {border: 1px solid #EEE; border-radius: 21px; background: #FFFFFF; padding: 5px 20px; margin-left: 10px;}
.my_prize_list .prize_info img {width: 14px;}
.my_prize_list .prize_info.disabled {background: #FFFFFF00;}
.my_prize_list .prize_info.disabled img {opacity: .4;}
.page_wrap.prize {padding: 22px;}
.page_wrap.prize .new_page_title {padding: 0;}
.page_wrap.prize .simple_text {font-size: 14px; text-align: left; font-weight: normal; margin-top: 0;}
.page_wrap.prize .simple_text.prize_description {color: #000000; font-size: 13px;}
.page_wrap.prize .simple_text.bold {font-weight: bold;}
ol.how-to-get-prize {font-size: 13px; list-style-position: inside; font-weight: 400; margin-top: 10px;}
.how-to-get-prize li {margin-top: 10px;}
.how-to-get-prize li:nth-child(1) {margin-top: 0;}
.back_button.prize {padding: 0;}
.prize_image {display: block; width: 100%;}
.my_prize_head {display: flex; justify-content: space-between; align-items: center; color: white; padding-left: 22px;}
.my_prize_head .prize_price {font-size: 14px; width: 60px; font-weight: bold;}
.my_prize_head .prize {width: 40px; font-size: 14px; font-weight: bold;}
.my_prize_head .space {width: 150px; color: #00000000; margin-left: 20px;}
.my_prize_head div {display: flex; justify-content: right; align-items: center;}

.white_wrap {/* margin: 22px; *//* width: auto; */background: white;border-radius: 30px;box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);padding: 22px;}
.onboard .white_wrap {/* margin-top: 40px; */}
.onboard .retry_price_wrap .retry_price {color: black; font-size: 30px;}
.onboard .retry_price_wrap {width: 105px;}
.align_left {text-align: left !important;}
.no-margin-top {margin-top: 0 !important;}
.margin-top_small {margin-top: 12px;}
.no-border {border: 0 !important;}
.padding-left-right {padding-left: 22px !important; padding-right: 22px !important;}
.padding-top-7 {padding-top: 7vh !important;}
.center {text-align: center !important;}
.margin-top {margin-top: 22px !important;}
.margin-top_double {margin-top: 50px !important; }
.margin-top-20 {margin-top: 20px !important;}
.full-height {height: 100% !important;}
.white {color: #FFFFFF;}
.white::-webkit-input-placeholder { /* Chrome */ color: rgba(255,255,255,.7) !important;}
.white:-ms-input-placeholder { /* IE 10+ */ color: rgba(255,255,255,.7) !important;}
.white::-moz-placeholder { /* Firefox 19+ */ color: rgba(255,255,255,.7) !important; opacity: 1;}
.white:-moz-placeholder { /* Firefox 4 - 18 */ color: rgba(255,255,255,.7) !important; opacity: 1;}
.white::placeholder { /* Chrome */ color: rgba(255,255,255,.7) !important;}
.black {color: #000000 !important;}

.down_modal {position: fixed; background: white; bottom: -90%; border-radius: 24px 24px 0 0; left: 0; padding: 15px; transition: bottom .3s linear;}
@media screen and (min-width: 550px) {
  .down_modal {width: 550px; left: 50%; transform: translateX(-50%);}
}
.down_modal.show {bottom: 0;}
.down_modal .new_page_title {color: #F61194;}
.down_modal .about_prize_list li {color: #000000;}
.down_modal .about_prize_list {background: url(/img/icons/prize/arrow.png) no-repeat left top;background-size: auto 100%;}
.down_modal .about_prize_list img {box-shadow: 0px 0px 6.8px 1px rgba(0, 0, 0, 0.05);}
.down_modal .down_modal_close {display: block; position: absolute; width: 20px; height: 20px; background: url(/img/icons/close_pink.png) no-repeat center; background-size: cover; right: 20px; top: 20px;}
.down_modal_back {background: #00000099;position: fixed;width: 100%;height: 100%;top: 0;left: 0;opacity:0;pointer-events:none;transition: opacity .25s linear;}
.down_modal_back.show {opacity: 1; pointer-events: initial;}
.down_modal_other {position: fixed; background: #f60f9b url(/img/background.jpg) no-repeat center; background-size: 100%; bottom: -90%; border-radius: 24px 24px 0 0; left: 0; padding: 15px; transition: bottom .3s linear; z-index: 100;}
@media screen and (min-width: 550px) {
  .down_modal_other {width: 550px; left: 50%; transform: translateX(-50%);}
}
.down_modal_other.show {bottom: 0;}
.down_modal_other .down_modal_close {display: block; position: absolute; width: 10px; height: 10px; top: 20px; right: 20px; color: #FFFFFF;transform: scaleY(0.9);}
.down_modal_other img.modal_veer {display: block; width: 80%; margin: 22px auto 0;}
.down_modal_other[data-modal="otherquiz"] .new_page_title {font-size: 20px; font-weight: 600;}
.down_modal_other[data-modal="otherquiz"] .button {margin: 22px auto 10px; width: 90%;}
.down_modal .simple_text {color: #000000;}

.page_wrap.subpage {padding: 22px; height: 100%;}
.page_wrap.subpage .back_button {padding: 0;}
.page_wrap.subpage .white_wrap .simple_text {color: #000000;}
.subpage_table {border-collapse: collapse;border: none;font-size: 14px;width:100%;color:#000000;text-align: center;}
.subpage_table .bordered {border-bottom: 1px solid #FFFFFF55;}
.subpage_table .bordered td:nth-child(1) {width: 37%;}
.subpage_table .bordered td:nth-child(2) {min-width: 65px;}
.subpage_table .table_delimiter {height: 15px;}
.subpage_buttons .button {flex: calc(50% - 10px); max-width: calc(50% - 10px);}
.page_wrap.profile>.new_page_title>a {filter: invert(1); padding: 0;}
.new_page_title.with_buttons {display: flex; justify-content: space-between; align-items: center;}
.new_page_title.with_buttons.duo:after {content: ""; display: inline-block; width: 24px;}
.close_subpage {transform: scaleY(0.7); font-size: 24px; color: #FFFFFF;}
.to_subpage_arrow {transform: scaleY(1) rotate(-90deg); margin-left: 22px; pointer-events: none;}
.history_wrap {margin-top: 22px; padding-bottom: 22px; height: calc(100% - 38px); overflow-y: scroll;}
.history_wrap .history_item {margin-top: 22px;}
.history_wrap .history_item .simple_text {margin-top: 0;}
.history_wrap .history_item:nth-child(1) {margin-top: 0;}
.details_more_info_table {border-collapse: collapse;border: none;font-size: 14px;color:#000000;}
.details_more_info_table .border {border-bottom: 1px solid #DDD;}
.details_more_info_table .border td:nth-child(1) {width: 95px;}
.details_more_info_table .border td:nth-child(2) {min-width: 60px;}
.details_more_info_table .border td:nth-child(3) {min-width: 115px;}
.details_more_info_table .delim {height: 15px;}
.details_more_info_table .hidable {display: none;}
.details_more_info_table .hidable.show {display: table-row;}
a#subpage_more_history {text-align: center; display: block; color: #000000; padding-top: 10px;}

.relative {position: relative !important;}
p.form_error {color: #FFC849;text-align: center;}
input.error {border-color: #FFC849!important;}
.simple_text {font-size: 16px; text-align: center; margin-top: 22px; font-weight: 500; color: var(--main-color)}
.simple_text.high {font-size: 18px; font-weight: bold;}
/*.white_wrap .simple_text {color: var(--second-color)}*/
/*.simple_text.colored {color: #E65E22;}*/
/*.simple_text.atp {font-size: 5.5vw;}*/
.justify {text-align: justify !important;}
.page_wrap {padding: 0; max-width: 540px; margin: auto;}
.page_wrap.simple {display: flex; flex-direction: column; justify-content: space-around; padding: 10px 30px; height: 100%;}
.page_wrap.onboard {height: 100%;display: flex;flex-direction: column;justify-content: space-around;padding: 22px;}
.fail_wrap #success_button,
.success_wrap #success_button,
.page_wrap.onboard .button {width: 167px;}
.flex.column {flex-direction: column;}
.page_wrap.flex.middle, {flex-direction: column; justify-content: center; height: 100%;}
.page_wrap.with_menu, .page_wrap.flex.middle.with_menu {height: calc(100% - 55px); overflow-y: auto;}
.page_wrap.details {display: flex; flex-direction: column; justify-content: space-around; align-items: center; padding: 30px;}
.page_wrap.details .simple_text {margin: 0;}
.page_wrap.start {display: flex; flex-direction: column; justify-content: space-around; align-items: center; padding: 30px;}
.page_wrap.start.sa {padding: 20px 30px; justify-content: space-between;}
.page_wrap.start.sa .start_star_wrap { margin-bottom: 0; }
.page_wrap.start .button {margin: 0;}
.page_wrap.profile {padding: 30px; display: flex; flex-direction: column;}
.page_wrap.profile .button {font-size: 14px; font-weight: 500;}
.page_wrap.retry {display: flex;flex-direction: column;justify-content: space-around;align-items: center;padding: 30px;}
.page_wrap.retry .simple_text {margin: 0;}
.page_wrap.result {flex-direction: column; justify-content: space-around; padding: 30px;}
.page_wrap.result .simple_text {font-size: 15px; font-weight: 500;}
.page_wrap.result .button {font-size: 14px;}
.page_wrap.rating {display: flex; flex-direction: column; justify-content: space-around; padding: 0px 30px 30px;}
.page_wrap.rating .button {font-size: 14px; padding: 14px 10px;}
.page_wrap.index {display: flex; flex-direction: column; justify-content: space-around; padding: 10px 30px; height: calc(100% - 86px);}
.page_wrap.agreement {padding-bottom: 22px; height: calc(100% - 43px); color: var(--main-color)}
.page_wrap.agreement .new_page_title {padding: 0 22px;}
.page_wrap.history {height: calc(100% - 55px); padding: 0 22px 22px;}
.page_wrap.with_menu.history {height: calc(100% - 55px - 43px);}
.page_wrap.resultprize {padding: 8px 22px 22px;}
.page_wrap.tech {padding: 22px; text-align: center; color: white; display: flex; flex-direction: column; height: 100%; justify-content: center;}
.page_wrap.tech>p {margin-top: 22px;}
.page_wrap.debt {padding: 33px; display: flex; flex-direction: column; height: 100%; justify-content: center;}
.page_wrap.tb {height: 100%; display: flex; flex-direction: column; padding: 30px 0;}
.page_wrap.tb .simple_text {height: 100%; display: flex; justify-content: center; align-items: center; margin-top: 0; font-size: 20px;}
.new_span {background: linear-gradient(96deg, #FED301 7.18%, #FF8500 48.58%, #FED301 93.59%); border-radius: 100px; padding: 2px 15px; color: white; font-size: 12px; position: absolute; top: -9px; right: 30px;}
.bottom_page_part.profile {width: 100%; display: flex; justify-content: space-around; align-items: center;}
.bottom_page_part.profile .button.second {background: rgba(238, 169, 255, 0.3); width: 45%;}
.bottom_page_part.profile a#logout {padding-right: 39px;}
.bottom_page_part.profile #logout img {display: inline-block; width: 18px; position: absolute; margin-left: 12px;}
.button {display: block; width: 100%; height: auto; margin: 0 auto; text-align: center; font-size: 15px; text-decoration: none; color: #000000; border-radius: 100px; background: #EEA9FF; padding: 22px 10px; font-weight: 500;}
input.button {border: 0; -webkit-appearance: none; appearance: none;}
.button img {display: block; width: 22px; margin: 0 auto;}
.button.right_answer_button {margin-top: 55px;}
.button.inversal {background: white; color: #333;}
.button.simple {height: auto; font-size: 5.5vw; width: 95%; padding: 13px 0; margin-top: 22px;}
.button.yellow {background: #FFC849;}
.button.whitebg {background: #FFFFFF;}
.button.terms {background: none; text-decoration: underline; color: var(--main-color); padding: 10px 0;}
.button.short {width: 147px;}
.no-padding {padding: 0!important;}
.top_page_part {height: 90%; overflow-y: scroll;}
.top_page_part.flex.start {flex-wrap: nowrap; justify-content: space-around; align-items: center; align-content: center; flex-direction: column;}
.profile .top_page_part {height: 80%;}
.onboard .top_page_part {padding-top: 40px;}
.flex.middle {justify-content: center; align-items: center; flex-direction: column;}
.bottom_menu {height: 55px; max-width: 540px; margin: 0 auto; background: rgba(245, 17, 112, 0.45); box-shadow: 0px -4px 6px rgb(238 169 255 / 25%); border-radius: 30px 30px 0px 0px;}
.bottom_menu_items {width: 250px; margin: auto; align-items: center; justify-content: space-around; height: 100%;}
.menu_item {width: 35px;height: 40px;justify-content: center;align-items: center;display: block;}
.menu_item:nth-child(1) {background: url(/img/icons/back.png) center no-repeat;background-size: 52%;}
.menu_item:nth-child(2) {background: url(/img/icons/rating.png) 50% 50% no-repeat;background-size: 56%;}
.menu_item:nth-child(3) {background: url(/img/icons/profile.png) 50% 50% no-repeat;background-size: 50%;}
p.quiz_page_title, p.title {text-align: center; font-weight: bold; font-size: 8.5vw;}
#question_reload p.quiz_page_title {color: white;padding: 10px 0;font-family: 'Dela Gothic One';font-size: 20px;font-weight: 400;}
.question {width: 100%;padding: 50px 25px;border-radius: 30px;background: #FFFFFF;box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);font-size: 16px;text-align: center; font-weight: 500;}
.question video {width: 100%; display: block; margin-top: 10px}
ul.answers {margin-top: 40px; margin-left: 22px; margin-right: 22px; width: 100%}
li.answer {list-style: none;background: #EEA9FF;padding: 22px 14px;border-radius: 30px;margin-bottom: 16px;text-align: center;font-size: 15px;box-shadow: 1px 1px 4px 0px #0000002e;font-weight: 500;}
p.time_left {text-align: center; font-size: 6vw; margin-top: 40px;}
ul.ul_links {text-align: center; list-style: none; width: 100%;}
ul.ul_links li {margin-top: 22px;}
ul.ul_links li:nth-child(1) {margin-top: 0;}
ul.details_phones .simple_text {margin-top: 5px;}
.details_phones li.hide {display: none;}
ul.winners_list.close {display: none;}
ul.winners_list .simple_text {display: flex; justify-content: space-around;}
.result_first_button {position: relative;}
ul.details_phones.winners_list {width: 100%;}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.result_first_button img {position: absolute; top: 50%; transform: translateY(-50%); left: 22px;}
.result_first_button .button {padding-left: 44px}
.result_second_button {position: relative;}
.result_second_button img {position: absolute; top: 50%; transform: translateY(-50%); left: 22px;}
.result_second_button .button {padding-left: 44px;}

.start_star_wrap {width: 100%; margin-bottom: 30px;}
.start_star_wrap img {display: block; width: 70%; margin: auto;}
h1.start_page_h1 {font-family: 'Dela Gothic One'; font-size: 18px; color: white; text-align: center; font-weight: 500;}
.onboard_img_wrap {width: 70px; position: relative;}
.onboard_img_wrap img {display: block; width: 100%;}
.onboard_img_wrap span {font-size: 8px; font-weight: 500; position: absolute; top: 15px; left: 50%; transform: translateX(-50%);}
.onboard_second_image {position: relative;margin: 22px auto 0;width: 130px;}
.onboard_second_image img {width: 100%; display: block;}
.onboard_second_image span {position: absolute;top: 25px;left: 50%;transform: translateX(-50%);font-size: 17px;font-weight: 700; text-wrap: nowrap;}
.two-elems {align-items: center; width: 100%; margin: 22px auto 0; justify-content: space-between;}
.two-elems:nth-child(1) {margin-top: 0;}
.two-elems .simple_text {width: calc(65% - 10px);}
.onboard_item_title {color: #000000; font-size: 15px; font-weight: 700; text-align: left; display: inline-block; width: 100%;}
.onboard_small {font-size: 14px;}
a.onboard_button {display: block; width: 40%; background: #1C636F; text-align: center; border-radius: 10px; margin: 0 auto; padding: 10px 0;}
.onboard_button img {height: 27px; display: block; margin: auto;}
.onboard_icon_1000 {display: block; width: 65%; margin: 22px auto;}
.onboard_third_img {width: 45%; margin: 50px auto 50px; display: block;}
.success_image {display: block; width: 52%; margin: 50px auto 0;}
.new_text {text-align: center; font-size: 18px;}
.new_text.success_background {background: #E65E22; color: white; padding: 13.5px 14px; width: 90%; margin: 22px auto; border-radius: 9px; font-size: 5.5vw;}
.new_text.margin_top {margin-top: 40px;}
.onboard_button.margin_top {margin-top: 80px;}
.new_page_title {font-family: 'Dela Gothic One'; padding: 5px 0; color: white; margin: 0; text-align: center; font-size: 20px; font-weight: 500;}
.new_page_title.lh {line-height: 30px;}
.new_page_title.high {font-size: 25px;}
.new_page_wrap {height: 100%}
.new_page_middle-with_new_page_title {height: calc(100% - 62px);}
.new_button_text {display: inline-block; color: black; font-size: 20px; text-align: center; padding: 18px 15px; border-radius: 33px; background: #EEA9FF;}
.new_button_text.full {width: 100%;}
.new_button_text.new_color {background: #1C636F; color: white;}
.new_button_text.detail {background: #1C636F; color: white; width: 90%; font-size: 18px; display: block; margin: 30px auto 0;}
.points_now {background: url(/img/icons/points_now.png) center center no-repeat; background-size: cover; width: 250px; margin: 40px auto 0; height: 179.7px; align-items: center; padding: 0 35px;}
.next_time {border: 8px solid #E65E22; background: white; border-radius: 100%; width: 200px; height: 200px; padding: 10px 10px 0; font-size: 22px !important; margin: 50px auto 0;}
.new_button_text.half {padding-left: 45px; padding-right: 45px;}
.new_button_text.with_icon {position: relative;}
.details_cup {position: absolute; width: 81px; left: 0; bottom: 0;}
.details_cup img {width: 100%; display: block;}
.details_cup span {z-index: 2;position: absolute;top: 11px;left: 50%;transform: translateX(-50%);font-size: 11px;display: inline-block;width: 100%;text-align: center;font-weight: 500;}
.new_button_text.with_icon.terms:before {background: url(/img/icons/terms.png) center center no-repeat; background-size: cover;}
.new_button_text.with_icon.winners:before {background: url(/img/icons/winners.png) center center no-repeat; background-size: cover;}
.new_button_text.with_icon.week:before {content: "3 000₽"}
.new_button_text.with_icon.month:before {content: "15 000₽"}*/
.new_button_text.with_icon.day,
.new_button_text.with_icon.week,
.new_button_text.with_icon.month {padding: 14px 60px; margin-top: 30px; font-size: 14px; font-weight: 500;}
.new_button_text.with_icon.large_icon:before {width: 70px; height: 68px; left: -25px; top: -35px;}
.retry_button_wrap {position: relative;}
.retry_button_wrap img {left: 19px; top: 50%; position: absolute; transform: translateY(-50%); width: 20px;}
.button.retry {font-size: 14px; padding-left: 43px;}
div#reload_content {height: calc(100% - 49px);}
.rating_wrap {height: calc(100% - 56px);}
.rating_main_page {display: block; width: 120px; margin: 0 auto;}
.simple_icon_text {font-size: 20px; margin-top: 25px; position: relative; padding-left: 53px; width: 100%;}
.simple_icon_text:before {content: ""; display: inline-block; width: 40px; height: 40px; position: absolute; top: -8px; left: 0;}
.simple_icon_text.points:before {background: url(/img/icons/2/points.png) center center no-repeat; background-size: cover;}
.simple_icon_text.place:before {background: url(/img/icons/2/place.png) center center no-repeat; background-size: cover;}
.simple_icon_text.top:before {background: url(/img/icons/2/top.png) center center no-repeat; background-size: cover;}
.simple_icon_text.get_winners {color: #1C636F;}
.get_winners img {transform: scaleY(-1); transition: transform .3s linear;}
.get_winners.close img {transform: scaleY(1);}
.details_wrap {padding-top: 25px; padding-bottom: 25px;}
.new_padding {padding-top: 45px;}
.sub_title {width: 90%; margin: auto; border-top: 1px solid white;}
.index_image {width: 60%; margin: 0 auto; display: block;}
.new_button_text.index {margin-top: 40px;}
.footer_text {position: fixed; width: 100%; max-width: 540px; left: 50%; transform: translateX(-50%); text-align: center; bottom: 0; padding: 10px 22px; color: white; line-height: 22px; font-size: 12px; background: rgba(245, 17, 112, 0.45);}
.footer_text .mail {color: white;}
.footer_text .terms {color: white; text-decoration: underline;}
.index_wrap .flex.middle.index {height: calc(100% - 148px);}
.access_text {text-align: center; margin-top: 7px; font-size: 18px;}
.rating_detail_head_image {display: block; width: 80px; position: relative;}
.rating_detail_head_image img {display: block; width: 100%;}
.rating_detail_head_image span {position: absolute;top: 17px;right: 50%;font-size: 10px;font-weight: bold;transform: translateX(50%);width: 100%;text-align: center;}
.auth_wrap.flex {justify-content: center;align-items: center;}
.auth_form label {display: block; width: 100%; text-align: center; font-size: 20px; color: #FFFFFF;}
.modal .phone,
.auth_form input[type="tel"],
.auth_form input[type="text"] {display: block;text-align: center;border: none;border-bottom: 1px solid #CCC;background-color: #FFFFFF00;font-size: 18px;padding: 7px 0;margin: 22px auto 0;-webkit-appearance: none; color: #FFFFFF;}
.modal .phone,
.auth_form input[type="tel"]:focus,
.auth_form input[type="text"]:focus {outline: none;border-bottom-color: #FFF;}
.auth_form input[type="tel"]::placeholder,
.auth_form input[type="text"]::placeholder {color: #FFFFFFAA}
.auth_form input.submit {margin: auto;display: block; color: white; font-size: 20px; text-align: center; padding: 15px 25px; border-radius: 13px; background: #1C636F;border: none;margin-top: 42px;-webkit-appearance: none;}
.auth_form .simple_link {color: #FFFFFF;}
img.auth_image {display: block; width: 50%; margin: 0 auto;}

.input_wrap input[type="text"] {border: none; border-bottom: 1px solid #CCC; background-color: #FFFFFF00; display: block; font-size: 18px; width: 100%; -webkit-appearance: none; appearance: none; outline: none; padding: 7px 0;}
.input_wrap input[type="text"]:focus {border-bottom-color: #FFF;}
.bank_search_results {margin-top: 0px; border: 1px solid white; border-top: none; overflow-y: scroll; max-height: 40vh;}
ul#results {padding: 5px;}
ul#results li {padding: 10px 5px; color: white; border-top: 1px solid #FFFFFF77; cursor: pointer}
ul#results li:hover {background: linear-gradient(0deg, #ffffff1c, #ffffff4a, #ffffff1c);}
ul#results li:nth-child(1){border-top: 0;}
.transparent-border {border-color: #FFFFFF00 !important;}
.page_head {display: flex; justify-content: space-between; align-items: center; margin-top: 0;}
.page_head .new_page_title {padding:0}

.simple_link {display: block;text-decoration: underline;padding: 10px 0;font-size: 18px;}
.modal_back {background: #00000099;position: fixed;width: 100%;height: 100%;top: 0;left: 0;}
.modal {width: 80%;top: 50%;left: 50%;position: fixed;padding: 22px;background: url(/img/background.jpg) center center no-repeat;border-radius: 10px;transform: translate(-50%, -50%);background-size: cover;}
.modal .simple_text {margin: 0; font-size: 20px;}
.modal a.close {display: block;position: absolute;top: 10px;right: 10px;color: white;transform: scaleY(0.8);font-size: 18px;}
.modal .auth_sub_button {background: #1C636F; font-size: 5vw; text-transform: none; border: 0; width: 100%; padding: 12px 0; display: block; height: auto; margin: 25px auto 0; text-align: center; text-decoration: none; color: white; border-radius: 10px;}
.modal_window {position: fixed; background: white; width: 80%; max-width: 450px; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 20px; border-radius: 30px;}
.modal_window .simple_text {color: #000000;font-size: 18px;}
.modal_window .close {width: 22px; height: 22px; position: absolute; right: 15px; top: 15px; background: url(/img/icons/close_pink.png) no-repeat center; background-size: cover;}
.modal_window .phone {margin: 22px auto 0;display: block;text-align: center;font-size: 20px;border: 0;border-bottom: 1px solid #CCC;padding: 10px 0;background: rgba(255,255,255,0);-webkit-appearance: none;}
.retry_price_wrap {position: relative;width: 170px;margin: 20px auto 0;}
.retry_price_wrap img {display: block; width: 100%;}
.retry_price_wrap .retry_price {color: white;font-size: 50px;font-weight: 700;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;text-align: center;}
.fail_images {position: relative; width: 150px; margin: 0 auto;}
.fail_images img:nth-child(1) {display: block; width: 100%;}
.fail_images img:nth-child(2) {position: absolute; right: -12px; top: -9px;}
.success_images {position: relative;width: 130px;margin: 0 auto;}
.success_images img:nth-child(1) {display: block; width: 100%;}
.success_images img:nth-child(2) {position: absolute;top: -7px;left: -1px;z-index: -1;width: 100%;}
.back_button {padding: 11px;display: inline-block;transform: rotate(180deg);filter: invert(1);}

.popup_right_open {color: inherit; text-decoration: underline;}
.popup_right {position: fixed; top: 0; right: -100%; width: 100%; height: 100%; transition: right 250ms linear; background: url(/img/background.jpg) center center no-repeat; background-size: cover;
  padding: 22px; z-index: 10; display: flex; flex-direction: column; justify-content: space-between;}
.popup_right.open {right: 0;}
.popup_right .simple_text {color: #FFF;}

.popup_right.otp input[type="tel"] {text-align: center;border: none;color: #FFFFFF;border-bottom: 1px solid #B0B0B0;background-color: #FFFFFF00;font-size: 18px;padding: 7px 0;-webkit-appearance: none;appearance: none;outline: none;display: block;margin: 22px auto;}
.popup_right.otp input[type="tel"]:focus {border-bottom-color: #FFF;}
.popup_right.otp .button {display: block;max-width: 200px;margin: 50px auto 0;}
.popup_right.otp .otp_code_wrap {justify-content: space-around; margin: 22px 0;}
.popup_right.otp .popup_right_close {position: absolute; right: 20px; top: 15px; transform: scaleY(0.9); color: var(--main-color);}
.popup_right.otp .simple_text.sub {margin-top: 50px; font-size: 14px; color: #FFF;}

.page_wrap.thx {padding: 100px 22px; display: flex; height: 100%; flex-direction: column; justify-content: space-around;}
.thx .simple_text {font-size: 22px; margin: 0;}

.checkbox {display: inline-block; position: relative; padding-left: 22px; color: var(--checkbox-color);}
.checkbox>a {text-decoration: underline; color: var(--checkbox-color)}
.checkbox:before {content: " "; display: block; border: 2px solid var(--checkbox-color); width: 10px; height: 10px; position: absolute; left: 0; top: 52%; transform: translateY(-50%); border-radius: 3px;}
.checkbox.check:after {content: ""; display: block; border-left: 1px solid var(--checkbox-color); border-top: 1px solid var(--checkbox-color); width: 5px; height: 4px; transform: skew(6deg, 311deg) rotate(241deg); position: absolute; left: 4px; top: 7px;}

.my_prize_available {color: #FFFFFF; font-size: 15px; margin-top: 10px; text-align: center; font-weight: 500;}
.top_10_list li {margin-top: 5px;}
.top_10_list li:nth-child(1) {margin-top: 0;}

.terms_page_table {border-collapse: collapse; border-color: #FFFFFF;}
.terms_page_table td {padding: 5px;}
.gift_banner_index {display: flex; justify-content: space-between; background: #cd00ff; position: relative;}
.gift_banner_index.otp_page {position: fixed; width: 100%; max-width: 540px; left: 150%; transform: translateX(-50%); top: 22px; transition: left 250ms linear;}
.popup_right.open .gift_banner_index.otp_page {left: 50%;}
p.gift_banner_text {color: white; width: calc(100% - 130px); padding: 15px;}
span.gift_banner_welcome {display: block; text-transform: uppercase; font-weight: 600; font-size: 24px; }
.gift_banner_image {width: 120px; border-radius: 100%; overflow: hidden; height: 120px; border: 8px solid #f60f9b; background-image: url(/upload/uf/db8/5ufs2clt18owoq06rmofo8eafjmie5t6.png); background-size: 180%; background-position: center bottom; background-repeat: no-repeat; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); box-shadow: 0px 0px 6px 0px #0000001a;}
/*.down_modal.grey {background: linear-gradient(91.85deg, rgba(37, 69, 65) 0.56%, rgba(47, 47, 47) 95.73%);}*/
.down_modal.grey .gift_banner_image {position: relative; top: 0; transform: none; margin: -70px auto 0; right: 0;}
.page_wrap.index.action_gift {height: calc(100% - 98px); padding: 0px 30px 30px;}

a.close_style {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 20px;
    right: 20px;
    color: white;
    transform: scaleY(0.9);
}

.circles_wrap {width: 30%; justify-content: space-around; margin: 15px auto 0;}
.circles_wrap span.circle {width: 12px; height: 12px; display: inline-block; border: 1px solid #FFFFFF; border-radius: 100%;}
.circles_wrap span.circle.active {background-color: #FFFFFF;}

/*@media screen and (max-height: 700px) {
  #question_reload {padding-top: 0;}
}*/

@media screen and (min-width: 540px) {
  h1.onboard_title {font-size: 46px}
  .simple_text.atp, .question, .new_text.success_background {font-size: 30px}
  .button.simple {font-size: 30px}
  p.quiz_page_title, p.title {font-size: 45px}
  li.answer {font-size: 27px;}
  p.time_left {font-size: 32px;}
}

@media screen and (max-height: 760px) {
  .onboard .top_page_part {padding-top: 0;}
  .onboard .white_wrap {margin-top: 12px;}
  .simple_text.atp {font-size: 5.5vw;}
  .onboard .onboard_icon_1000 {margin: 22px auto 0; width: 55%}
  .points_now {width: 208px; margin: 20px auto 0; height: 150px;}
  .flex.middle.new_page_middle-with_new_page_title {height: 100%}
  .result_wrap.padding-top-7,
  .top_page_part.padding-top-7 {padding-top: 0 !important;}
  .result_wrap .margin-top_double {margin-top: 30px !important;}
  .rating_wrap {height: calc(100% - 56px);}
  .next_time {width: 180px; height: 180px; border-width: 7px;}
  .start .top_page_part,
  .profile .top_page_part {height: 80%;}
  .new_padding {padding-top: 0;}

}

@media screen and (max-height: 627px) {
  .onboard_img_wrap {display: none;}
  .onboard_icon_1000 {display: none;}
}
/*
@media screen and (max-width: 385px) {
  .footer_text {}
}*/



.return_page_text span.timer {
    font-size: 37px;
}

.return_page_text .simple_text {
    font-size: 16px;
    margin-top: 0;
}