@import "../fonts/Montserrat/stylesheet.css";

:root {
  --mbg: #191c1a;
  --bg: #272928;
  --gt: #686868;
  --gt1: #8d8d8d;
  --bdc1: #4a4b4a;
  --acc: #38f50a;
  --sec: #00a5e2;
}
html * {
  max-height: 1000000px;
}
* {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
html,
body {
  background: var(--mbg);
  color: var(--gt1);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
li {
  list-style: none;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
a img {
  border: none;
}
a {
  text-decoration: none;
  color: inherit;
}
input,
select,
button,
textarea {
  outline: none;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  /*-moz-appearance:none;-webkit-border-radius: 0; -moz-border-radius: 0; -webkit-appearance: none;*/
}
input[type="file"],
button,
input[type="submit"],
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
.container {
  max-width: 1160px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.page_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
header,
footer {
  flex: 0 0 auto;
}
main {
  flex: 1 1 auto;
}

.header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 340px 1fr;
  grid-gap: 55px;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .header {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 30px;
    align-items: stretch;
  }
}

.header-text {
  font-weight: 600;
  font-size: 18px;
  color: #a4a4a4;
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 257px;
  background: url(../img/logo_back_bg.png) no-repeat 50% 50% / contain;
  transform: translateX(-122px);
}
.logo {
  padding: 30px 0 30px 30px;
}

main {
  position: relative;
  z-index: 3;
}
.main {
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
}
.left {
  box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.5);
  width: 350px;
  border: 1px solid var(--bdc1);
  border-radius: 20px;
  background: var(--bg);
  flex-shrink: 0;
}

@media screen and (max-width: 700px) {
  .left {
    flex-shrink: 1;
  }

  .header-text br { display: none; }
}

.left_top {
  padding: 35px 35px 20px;
  border-bottom: 1px solid var(--bdc1);
}
.left_top > a {
  margin: 20px 0 0 25px;
}
.user_prev {
  display: flex;
  align-items: center;
}
.user_pic {
  flex: 0 0 auto;
  margin-right: 20px;
}
.user_pic a {
  width: 60px;
  height: 60px;
  background: var(--mbg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_pic a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.user_prev_text h6 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}
.user_prev_text p {
  color: var(--sec);
  font-size: 16px;
}
nav {
  padding: 20px 0;
}
nav > ul > li {
  padding-left: 55px;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
}
nav > ul > li.active {
  color: var(--acc);
}
nav > ul > li ul {
  margin-top: -6px;
}
nav > ul > li li {
  padding-left: 55px;
  margin: 20px 0;
  color: var(--gt1);
}
a.wi {
  display: inline-flex;
  align-items: center;
}
a.wi:before {
  content: "";
  margin-right: 21px;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
}
.set_icon:before {
  background: url(../img/icon-settings.svg) no-repeat 50% 50%;
}
.education_icon:before {
  background: url(../img/icon-study.svg) no-repeat 50% 50%;
}
.referals_icon:before {
  background: url(../img/icon-refferals.svg) no-repeat 50% 50%;
}
.rounds_icon:before {
  background: url(../img/icon-levels.svg) no-repeat 50% 50%;
}
.wallet_icon:before {
  background: url(../img/icon-wallet.svg) no-repeat 50% 50%;
}
.top_icon:before {
  background: url(../img/icon-star.svg) no-repeat 50% 50%;
}
.info_icon:before {
  background: url(../img/icon-info.svg) no-repeat 50% 50%;
}
.help_icon:before {
  background: url(../img/icon-support.svg) no-repeat 50% 50%;
}

.main_box {
  flex: 1 1 auto;
  padding-left: 55px;
  width: 100%;
}

.main_header {
  margin: -40px 0 12px 0;
}
.back_link {
  display: inline-flex;
  align-items: center;
  color: var(--acc);
  font-size: 16px;
}
.back_link:before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url(../img/icon-back.svg) no-repeat 50% 50%;
  margin-right: 10px;
}
.round_box {
  box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 30px 40px 15px;
  border: 1px solid var(--bdc1);
  background: var(--bg);
  border-radius: 20px;
}
.round_info {
}
.round_info h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 14px;
}
.round_info p {
  padding: 6px 0;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.round_info p span {
  color: var(--sec);
  margin-left: 20px;
  width: 80px;
  flex: 0 0 auto;
}

.toggle_wrap {
  display: flex;
  justify-content: center;
}
.toggle {
  box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.5);
  height: 64px;
  background: #191c1a;
  border: 1px solid var(--bdc1);
  font-size: 18px;
  border-radius: 16px;
  width: 300px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
}
.toggle:hover {
  color: var(--acc);
}
.toggle.active {
  background: var(--mbg);
  border-color: var(--acc);
  color: var(--acc);
}

.game_box {
  display: none;
}
.game_box.active {
  display: block;
}

.game_search_box {
  display: flex;
  align-items: center;
  padding: 40px 0 30px 55px;
}
.game_search_box > p {
}
.game_search_box form {
  position: relative;
  margin: 0 14px 0 20px;
}
.game_search_box input {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 14px;
  border: none;
  height: 50px;
  width: 300px;
  background: var(--bg);
  padding: 0 20px;
}
.game_search_box form button {
  background: url(../img/icon-search.svg) no-repeat 50% 50%;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  right: 10px;
}
.btn_img {
  width: 32px;
  height: 32px;
  display: inline-flex;
}
.btn_img + .btn_img {
  margin-left: 8px;
}
.btn_img.user_icon {
  background: url(../img/icon-user.svg) no-repeat 50% 50%;
}
.btn_img.structure_icon {
  background: url(../img/icon-ref-blue.svg) no-repeat 50% 50%;
}

.cls-1,
.cls-2,
.cls-3 {
  fill: #1f2220;
}
.game_line.active .cls-1 {
  fill: #515754;
}
.game_line_item.active .cls-1 {
  fill: #7aff58;
}
.game_line.active .cls-2 {
  fill: #515754;
}
.game_line_item.active .cls-2 {
  fill: #515754;
}
.game_line.active .cls-3 {
  fill: #3c3c3c;
}
.game_line_item.active .cls-3 {
  fill: #00a5e2;
}

.game_line .cls-1,
.game_line .cls-2,
.game_line .cls-3 {
  fill: #1f2220;
}

.game_line {
  display: flex;
  align-items: center;
  padding-left: 45px;
}
.game_line_num {
  font-size: 14px;
  padding: 0 10px 15px;
  width: 50px;
  text-align: center;
}
.game_line_count {
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px 15px;
  width: 90px;
  text-align: left;
}

.game_line.active .game_line_count {
  color: var(--acc);
}
.game_line_status {
  padding: 0 10px 15px 20px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: var(--gt);
}
.without_status .game_line_status {
  opacity: 0;
}
.game_line_status.success_status:before,
.game_line_status.lock_status:before {
  margin-right: 10px;
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
}
.game_line_status.success_status {
  color: var(--acc);
}
.game_line_status.success_status:before {
  background: url(../img/icon-confirm.svg) no-repeat 50% 50%;
}
.game_line_status.lock_status {
  color: var(--sec);
}
.game_line_status.lock_status:before {
  background: url(../img/icon-lock.svg) no-repeat 50% 50%;
}

.game_line_list {
  display: flex;
  justify-content: center;
  width: 350px;
}
.game_line_item {
  cursor: pointer;
  position: relative;
  text-align: center;
  padding-top: 19px;
}
.game_line_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 39px;
  width: 2px;
  height: 20px;
  background: var(--bdc1);
  display: block;
}
.game_line_item:last-child:before {
  left: auto;
  right: 39px;
}
.game_line_item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 2px;
  width: calc(100% + 1px);
  background: var(--bdc1);
}
.game_line_item:first-child {
  padding-right: 55px;
  z-index: 2;
}
.game_line_item:first-child:after {
  left: 40px;
}
.game_line_item:last-child {
  padding-left: 55px;
  z-index: 2;
}
.game_line_item:last-child:after {
  right: 40px;
}
.game_line_item:first-child + *:after {
  display: none;
}

.game_line_item.about {
  padding-top: 0;
  padding-bottom: 15px;
}
.game_line_item.about:after {
  display: none;
}
.game_line_item.about:before {
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
}
.game_line_item.about .num {
  bottom: 40px;
}
.game_line_item svg {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 86px;
}
.game_line_item .num {
  opacity: 0;
  position: absolute;
  bottom: 65px;
  font-size: 12px;
  font-weight: 700;
  z-index: 3;
  width: 80px;
}
.game_line_item .score {
  opacity: 0;
  height: 40px;
  width: 80px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gt1);
}

.game_line.active .game_line_item .num {
  opacity: 1;
}
.game_line.active .game_line_item .score {
  opacity: 1;
}
.game_line_item.active {
  z-index: 1;
}
.game_line_item.active .num {
  color: #515754;
}
.game_line_item.active:after {
  background: var(--acc);
}
.game_line_item.active:before {
  background: var(--acc);
}
/*.game_line_item.active.opened .score { opacity: 0; }*/
/*.game_line_item.active.opened:before { height: 100%; }*/
.game_line.active:not(:last-child) .game_line_item.active .score {
  opacity: 0;
}
.game_line.active:not(:last-child) .game_line_item.active:before {
  height: 100%;
}

.game_line_item.empty {
  z-index: 1;
}
.game_line_item.empty .score,
.game_line_item.empty .num {
  opacity: 0 !important;
}

.game_line.active + .game_line.active .game_line_item:after {
  background: var(--acc);
}
.game_line.last_active + .game_line.active .game_line_item:after {
  background: var(--acc);
  width: calc(200% + 1px);
}
.game_line.active + .game_line.active .game_line_item:before {
  background: var(--acc);
}

/*.game_line.first_active + .game_line.active .game_line_item:first-child:after {  background: var(--bdc1); }*/
.game_line.first_active + .game_line.active .game_line_item:first-child:after {
  background: var(--acc);
}
.game_line.first_active + .game_line.active .game_line_item:first-child:before {
  z-index: 1;
}
.game_line.first_active
+ .game_line.active
.game_line_item:first-child
+ *.active:after {
  display: block;
  width: calc(100% + 56px);
  right: 50%;
}
.game_line.first_active
+ .game_line.active
.game_line_item:first-child
+ *.empty {
  z-index: 2;
}
.game_line.first_active
+ .game_line.active
.game_line_item:first-child
+ *.empty:after {
  display: block;
  width: calc(100% + 54px);
  right: 50%;
  content: "";
}
.game_line.first_active
+ .game_line.active
.game_line_item:last-child.active:after {
  width: calc(200% + 1px);
}
.game_line.last_active
+ .game_line.active
.game_line_item:last-child.active:after {
  background: var(--acc);
}
.game_line.last_active
+ .game_lin.active
.game_line_item:last-child.active:before {
  z-index: 1;
}
.game_line.last_active
+ .game_line.active
.game_line_item:first-child
+ *.active:after {
  display: block;
  width: calc(100% + 56px);
  left: 50%;
}
.game_line.last_active + .game_line .game_line_item:first-child.active:after {
  width: calc(200% + 1px);
}

.copyright {
  text-align: center;
  padding: 30px 0;
}
.hidden {
  display: none;
}

/*popup*/
.black_layout {
  display: none;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 28, 26, 0.8);
}
.popup_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 95;
  padding: 0;
}

.popup_inner {
  display: flex;
  min-height: 100%;
  align-items: center;
  padding: 50px 20px;
  justify-content: center;
  top: 0;
  left: 0;
}
.popup {
  background: var(--bg);
  padding: 30px 40px;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  position: relative;
}
.close_popup,
.back_popup {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 5;
  top: 20px;
}
.close_popup {
  right: 20px;
  background: url(../img/close_icon.png) no-repeat 50% 50% / 18px auto;
}

.popup_icon img {
  display: block;
  margin: auto;
  padding: 16px 0;
}
.popup_body {
  width: 100%;
  margin: auto;
}
.user_popup {
  text-align: center;
}
.user_popup .user_pic {
  display: flex;
  justify-content: center;
  margin-right: 0;
}
.user_popup p {
  white-space: nowrap;
  padding: 4px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_popup p span {
  flex: 1 1 auto;
}
.user_popup p span:first-child {
  text-align: right;
  width: 60%;
}
.user_popup p span:last-child {
  text-align: left;
  color: var(--sec);
  margin-left: 10px;
  width: 40%;
}
.user_popup h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.user_popup h6 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding: 8px 0 20px;
}
.referer {
  padding-top: 20px;
}
.referer span {
  color: var(--gt);
}
.referer p {
  color: var(--sec);
  font-size: 16px;
}

.add_user_popup {
  text-align: center;
  max-width: 460px;
}
.add_user_popup h5 {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}
.add_user_popup p {
  line-height: 1.5;
  padding: 20px 0;
}
.add_user_popup p b {
  font-weight: 600;
}
.add_user_popup .user_add {
  font-weight: 500;
  font-size: 16px;
  color: var(--sec);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.add_user_popup .user_add:before {
  content: "";
  background: url(../img/user_add_icon.png) no-repeat 50% 50%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

@media (max-width: 750px) {
  .left {
    display: none;
  }
  .main_box {
    padding-left: 0;
  }

  .game_line {
    padding-left: 20px;
  }
}

/* Слайдеры */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.study {
  color: white;
}

.study__heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.study__heading-text {
  font-size: 18px;
  font-weight: 700;
}

.study__levels {
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 22px;
}

.study__levels-accordion-btn {
  min-height: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-gap: 20px;
  padding: 10px 30px;
  background-color: #272928;
  border: 1px solid #404340;
  border-radius: 25px;
  color: white;
  grid-template-areas: "title unlock count";
  transition: border-color 0.2s;
  cursor: pointer;
  user-select: none;
}

.study__levels-accordion--unlocked .study__levels-accordion-btn {
  border-color: #38f30a;
}

.study__levels-accordion-btn-title {
  margin: 0;
  padding: 0;
  grid-area: title;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}

.study__levels-accordion-btn-unlock {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  color: #0399d1;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  grid-area: unlock;
  white-space: nowrap;
}

.study__levels-accordion-btn-unlock:link,
.study__levels-accordion-btn-unlock:visited {
  color: #0399d1;
}

.study__levels-accordion-btn-unlock svg {
  flex-shrink: 0;
  margin-right: 15px;
  width: 20px;
  height: 28px;
  fill: #696969;
  transition: fill 0.2s;
}

.study__levels-accordion-btn-unlock:hover svg {
  fill: #0399d1;
}

.study__levels-accordion-btn-videos-count {
  display: flex;
  align-items: center;
  justify-self: flex-end;
  display: inline-flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #878887;
  grid-area: count;
}

.study__levels-accordion-btn-videos-count svg {
  flex-shrink: 0;
  margin-left: 17px;
  width: 22px;
  height: 14px;
  fill: #686868;
  transition: transform 0.2s;
  transform: rotate(180deg);
}

.js-accordion.active .study__levels-accordion-btn-videos-count svg {
  transform: rotate(0deg);
}

.study__levels-accordion-content {
  height: 0;
  overflow: hidden;
}

.study__levels-accordion-content-inner {
  padding-top: 70px;
  padding-bottom: 50px;
}

.study__levels-videos-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 25px;
  align-items: flex-start;
}

.study__levels-videos-list-item {
  display: flex;
  flex-direction: column;
}

.study__levels-video-card-image-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
  backface-visibility: hidden;
  transform: translateZ(0);
  background-color: #272928;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.study__levels-video-card-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.study__levels-accordion:not(.study__levels-accordion--unlocked)
.study__levels-video-card-image {
  opacity: 0.5;
}
.study__levels-accordion:not(.study__levels-accordion--unlocked)
.study__levels-video-card-image-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/locked-grid.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.study__levels-accordion:not(.study__levels-accordion--unlocked)
.study__levels-video-card {
  pointer-events: none;
}

.study__levels-video-card-image-container::before {
  content: "";
  display: block;
  padding-bottom: 60%;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.study__levels-video-card-duration {
  text-align: center;
  color: #878787;
  font-size: 12px;
}

.study__levels-video-card-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  z-index: 5;
  color: white;
  font-size: 14px;
  gap: 8px;
}

.study__levels-video-card-play {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  fill: white;
}
.study__levels-video-card-status-locked {
  width: 20px;
  height: 26px;
  fill: #616161;
}

.rounds {
  color: white;
}

.rounds__heading {
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}

.rounds__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
}

@media screen and (max-width: 1200px) {
  .rounds__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.rounds__list-item {
  display: flex;
  flex-direction: column;
}

.rounds__card {
  flex-grow: 1;
  background-color: #272928;
  color: white;
  border-radius: 25px;
  border: 1px solid #474a47;
  padding: 20px;
  display: flex;
  align-items: center;
}

.rounds__card--unlocked {
  border-color: #3de512;
}

.rounds__card:link,
.rounds__card:visited {
  color: white;
}

.rounds__card-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  margin-right: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rounds__card-ok {
  fill: #3de512;
  width: 100%;
  height: 100%;
  display: block;
}

.rounds__card-content {
  width: 50%;
  flex-grow: 1;
}

.rounds__card-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}

.rounds__card-price {
  color: #00a5e2;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
}

.rounds__card--unlocked .rounds__card-price {
  color: #3afe09;
}

.rounds__card-lock {
  width: 20px;
  height: 26px;
  fill: #00a5e2;
}

.pay {
  color: white;
  overflow: hidden;
}

.pay__heading {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 36px;
  gap: 15px;
  margin-bottom: 60px;
}

.pay__heading svg {
  flex-shrink: 0;
  width: 36px;
  height: 20px;
  fill: #696969;
  margin-top: 8px;
}

.pay__top-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 44px;
}

.pay__balance {
  flex-shrink: 0;
}
.pay__balance-amount {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  white-space: nowrap;
}

.pay__balance-heading {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.pay__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.pay__nav-btn {
  flex-shrink: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #272928;
  border: 1px solid #272928;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  color: #029fda;
  font-size: 14px;
  line-height: 1.2;
  padding: 18px 10px;
  min-width: 120px;
  border-radius: 15px;
  box-shadow: -0.471px 8.988px 16px 0px rgba(0, 0, 0, 0.29);
}

.pay__nav-btn:link,
.pay__nav-btn:visited {
  color: #029fda;
}

.pay__nav-btn.active {
  border-color: #029fda;
}

.pay__history-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  gap: 30px;
}

.pay__history-nav-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 18px;
  line-height: 1.2;
  color: #8d8d8d;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s,
  box-shadow 0.2s;
  border: 1px solid #272928;
  border-radius: 15px;
  padding: 16px 32px;
  flex-shrink: 0;
  white-space: nowrap;
}

.pay__history-nav-btn:link,
.pay__history-nav-btn:visited {
  color: #8d8d8d;
}

.pay__history-nav-btn.active {
  color: #00a5e2;
  background-color: #272928;
  border-color: #272928;
  box-shadow: -0.471px 8.988px 16px 0px rgba(0, 0, 0, 0.29);
}

.pay__history-tabs,
.pay__tabs {
  position: relative;
}

.pay__history-tab,
.pay__tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
}

.pay__history-tab.active,
.pay__tab.active {
  opacity: 1;
  visibility: inherit;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 10;
  position: relative;
}

.pay__history-orders-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.pay__history-orders-card {
  padding: 25px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  grid-gap: 70px;
  align-items: center;
  color: white;
  border-bottom: 2px solid rgb(21, 21, 21);
  box-shadow: -0.052px 0.999px 0px 0px rgba(255, 255, 255, 0.09);
  /* background-color: rgb(39, 41, 40); */
}

.pay__history-orders-card:link,
.pay__history-orders-card:visited {
  color: white;
}

.pay__history-orders-card-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.pay__history-orders-card-time {
  font-size: 18px;
  line-height: 24px;
  color: #9e9f9e;
  text-align: center;
  font-weight: 400;
}

.pay__history-orders-card-status {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
}

.pay__history-orders-card-status svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

.pay__block.hidden {
  display: none;
}

.pay__block-heading {
  font-size: 18px;
  font-weight: 400;
  color: #3afe09;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}

.pay__block-enter-sum {
  align-self: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.pay__block-enter-sum-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
  color: #8d8d8d;
  margin-bottom: 12px;
}

.pay__block-enter-sum-input-wrapper {
  width: 284px;
  display: block;
  align-self: center;
}

.pay__block-enter-sum-input-wrapper--large {
  width: 100%;
}

.pay__block-enter-sum-input {
  font: inherit;
  width: 100%;
  height: 60px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  padding: 0 30px;
  text-align: center;
  color: #8d8d8d;
  background: transparent;
  margin: 0;
  outline: none;
  box-shadow: none;
  appearance: none;
  border: 2px solid #272928;
}

.pay__block-enter-sum-input--blue {
  color: #00a5e2;
}

.pay__block-enter-sum-input--small-text {
  font-size: 18px;
  line-height: 1.2;
}

.pay__block-converted {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 52px;
}

.pay__block-converted-heading {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
  color: #8d8d8d;
}

.pay__block-converted-amount {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #8d8d8d;
}

.pay__block-method {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pay__block-method-heading {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.pay__block-method-heading {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #8d8d8d;
}

.pay__block-method-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 30px;
}

.pay__block-method-btn {
  font-size: 16px;
  color: #00a5e2;
  line-height: 1.2;
  border-radius: 15px;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border: 1px solid #272928;
  box-shadow: -0.471px 8.988px 16px 0px rgba(0, 0, 0, 0.29);
  background-color: #272928;
  padding: 18px 32px;
  transition: all 0.2s;
}

.pay__block-method-btn:link,
.pay__block-method-btn:visited {
  color: #00a5e2;
}

.pay__block-method-btn.active {
  border-color: #00a5e2;
}

.pay__block-next-step {
  margin-top: 40px;
  margin-bottom: 25px;
  align-self: center;
}

.pay__block-next-step svg {
  width: 30px;
  height: 30px;
  display: block;
}

.pay__block-timer {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  flex-direction: column;
}

.pay__block-timer-countdown {
  color: #8d8d8d;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
}

.pay__block-timer-text {
  text-align: center;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 18px;
  max-width: 320px;
  width: 100%;
  align-self: center;
}

.pay__block-you-get {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.pay__block-you-get-heading {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px;
  color: #8d8d8d;
  font-weight: 400;
}

.pay__block-you-get-amount {
  color: #8d8d8d;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.pay__block-copy-links {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pay__block-copy-links-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 120px;
  grid-gap: 30px;
  align-items: flex-end;
  grid-template-areas: "empty text link";
}

.pay__block-copy-links-item-text {
  font-size: 16px;
  line-height: 1.3;
  grid-area: text;
  text-align: center;
  gap: 30px;
  color: #8d8d8d;
}

.pay__block-copy-links-item-text b {
  font-weight: 600;
  color: #00a5e2;
}

.pay__block-copy-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #00a5e2;
  font-size: 12px;
  line-height: 14px;
  color: #8d8d8d;
  grid-area: link;
}

.pay__block-copy-link svg {
  width: 24px;
  height: 24px;
  fill: #00a5e2;
}

.pay__block-copy-link:link,
.pay__block-copy-link:visited {
  color: #00a5e2;
}

.pay__block-actions {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 77px;
}

.pay__block-actions:last-child {
  margin-bottom: 0;
}

.pay__block-actions-text {
  font-size: 14px;
  line-height: 18px;
  color: #8d8d8d;
  margin-bottom: 20px;
}

.pay__block-actions-text p {
  margin-bottom: 15px;
}

.pay__block-actions-text b {
  font-style: normal;
  color: #00a5e2;
}

.pay__block-actions-text p:last-child {
  margin-bottom: 0;
}

.pay__block-actions-links {
  width: 200px;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pay__block-actions-link {
  border: 1px solid #272827;

  color: #00a5e2;
  padding: 14px 32px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.2s;
}

.pay__block-actions-link:link,
.pay__block-actions-link:visited {
  color: #00a5e2;
}

.pay__block-actions-link--filled {
  background-color: #272928;
  box-shadow: -0.471px 8.988px 16px 0px rgba(0, 0, 0, 0.29);
}

.pay__block-enter-sum--stretch {
  align-self: stretch;
}
.pay__history-balance-wrapper {
  padding-top: 30px;
}
.pay__history-balance {
  height: 400px;
  overflow-y: auto;
  scrollbar-color: #2c2f2d #151816;
  scrollbar-width: thin;
  padding-right: 20px;
}

.pay__history-balance::-webkit-scrollbar {
  background-color: #151816;
  width: 8px;
}

.pay__history-balance::-webkit-scrollbar-thumb {
  background-color: #2c2f2d;
}

.pay__history-balance::-webkit-scrollbar-button {
  display: none;
}

.pay__history-balance::-webkit-scrollbar-track {
  background-color: #151816;
}

.pay__history-balance table {
  width: 100%;
  border-collapse: collapse;
}

.pay__history-balance thead th {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  color: #8d8d8d;
  position: sticky;
  top: -2px;
  background-color: #191c1a;
  padding-bottom: 10px;
}

.pay__history-balance th:first-child,
.pay__history-balance td:first-child {
  padding-left: 30px;
}
.pay__history-balance th:last-child,
.pay__history-balance td:last-child {
  padding-right: 0;
}

.pay__history-balance td {
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-right: 50px;
}
.pay__history-balance tbody tr {
  box-shadow: -0.052px 0.999px 0px 0px rgba(255, 255, 255, 0.09);
}

.pay__history-balance td:nth-child(4) {
  font-weight: 400;
}

.pay__history-balance tr:not(.success):not(.failure) td:nth-child(4) {
  color: #9e9f9e;
}

.pay__history-balance tr.success {
  color: #5dff68;
}
.pay__history-balance tr.failure {
  color: #ff6868;
}

.pay__history {
  margin-top: 80px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(44, 47, 45, 0.7);
  display: flex;
  flex-direction: column;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
  z-index: 200;
  overscroll-behavior: contain;
}

.modal.active {
  opacity: 1;
  visibility: inherit;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal__inner {
  width: 100%;
  margin: auto;
  max-width: 460px;
  border-radius: 25px;
  background-color: #272928;
  border: 1px solid #626262;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 40px;
  position: relative;
}

.modal__close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 25px;
  top: 25px;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
}

.modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #8d8d8d;
}

.modal__heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}

.modal__scroll-wrapper {
}

.modal__scroll-wrapper {
  max-height: 360px;
  overflow-y: auto;
  scrollbar-color: #3c3f3d #1f2120;
  scrollbar-width: thin;
  padding-right: 20px;
  padding-left: 20px;
  overscroll-behavior: contain;
}

.modal__scroll-wrapper::-webkit-scrollbar {
  background-color: #1f2120;
  width: 6px;
}

.modal__scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #3c3f3d;
}

.modal__scroll-wrapper::-webkit-scrollbar-button {
  display: none;
}

.modal__scroll-wrapper::-webkit-scrollbar-track {
  background-color: #1f2120;
}

.modal__text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #8d8d8d;
}

.modal__text p {
  margin-bottom: 20px;
}

.modal__text p:last-child {
  margin-bottom: 0;
}

.modal__link {
  color: #00a5e2;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  display: block;
  font-weight: 600;
  margin-top: 30px;
}

.modal__link:link,
.modal__link:visited {
  color: #00a5e2;
}

.modal__open-level {
  display: flex;
  flex-direction: column;
}

.modal__open-level-heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.modal__open-level-price {
  text-align: center;
  margin-bottom: 20px;
  color: #8d8d8d;
  margin-bottom: 25px;
}

.modal__open-level-price-heading {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

.modal__open-level-price-amount {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
}

.modal__open-level-link {
  font-size: 14px;
  line-height: 1.2;
  border-radius: 15px;
  color: #00a5e2;
  background-color: #373938;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  margin-bottom: 30px;
  align-self: center;

  box-shadow: -0.471px 8.988px 16px 0px rgba(0, 0, 0, 0.29);
}

.modal__open-level-link:link,
.modal__open-level-link:visited {
  color: #00a5e2;
}

.modal__open-level-balance {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.modal__open-level-balance a:link,
.modal__open-level-balance a:visited {
  color: #00a5e2;
}

.sign-up__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sign-up__logo {
  margin-bottom: 10px;
}

.sign-up__logo-image {
  width: 430px;
  height: auto;
}

.sign-up__top-text {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #a4a4a4;
  max-width: 520px;
  margin: 0 auto;
}

.sign-up__heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  margin-top: 60px;
  color: #3afe09;
}

.sign-up__form {
  width: 100%;
  margin: 0 auto;
  max-width: 356px;
  margin-top: 35px;
}

.sign-up__form-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 25px;
}

.sign-up__form-label {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #8d8d8d;
}

.sign-up__form-input {
  display: block;
  height: 50px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #363636;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #00a5e2;
  width: 100%;
  background: transparent;
}



.sign-up__form-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  margin-top: 50px;
}

.sign-up__form-link {
  font-size: 16px;
  line-height: 1.2;
  color: #00a5e2;


}

.sign-up__form-link:hover {
  text-decoration: underline;
}

.sign-up__form-link:link,
.sign-up__form-link:visited {
  color: #00a5e2;
}

.sign-up__form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 60px;
  font-size: 18px;
  line-height: 1.2;
  background-color: #363636;
  color: #00a5e2;
  appearance: none;
  border: none;
  box-shadow: -0.471px 8.988px 16px 0px rgba(0, 0, 0, 0.29);
  border-radius: 15px;
  margin-top: 30px;
}

.sign-up__copyright {
  margin-top: 85px;
  margin-bottom: 50px;
  color: #686868;
  font-size: 14px;
  line-height: 18px;
}

@media(max-width: 700px) {
  .pay__history-orders-card { padding: 12px 0; grid-gap: 20px; }
  .pay__history-orders-card-text { line-height: 20px; font-size: 16px; }
  .pay__history-orders-card-time { font-size: 16px; line-height: 20px; }
  .pay__history-balance td { padding: 0 5px; font-size: 16px; }
  .pay__history-balance th:first-child, .pay__history-balance td:first-child { padding-left: 0; }
}


.page_title h4 { font-size: 36px; font-weight: 600; color: #FFF; }
.breadcrumbs { display: flex; align-items: center; padding: 16px 0; }
.breadcrumbs a { display: inline-flex; align-items: center; color: var(--sec); }
.breadcrumbs a:only-child:after { display: none; }
.breadcrumbs a:after { content: "|"; margin: 0 6px; display: inline-flex; color: var(--gt1); }
.breadcrumbs span { color: var(--gt1); }


.page_box {  }
.page_box h4 { color: var(--acc); font-size: 28px; line-height: 1.2;  }
.page_box h5 { color: #FFF; font-size: 20px; font-weight: 600; line-height: 1.25;  }
.page_box p { font-size: 16px; line-height: 1.5; color: var(--gt1); padding-top: 16px; }
.page_box p + h5,.page_box p + h4 { padding-top: 24px; }
.page_box h4 + h5 { padding-top: 24px; }
.page_box h5 + p { padding-top: 12px; }
.page_box img { margin: 16px 0; }
.page_box img + p { padding-top: 0; }
.page_box p.gray_box { margin-top: 24px; font-size: 14px; background: var(--bg); padding: 30px 35px 27px; border-radius: 20px; }
.page_box p.blue_box { margin-top: 24px; font-size: 14px; border: 1px solid var(--sec); border-radius: 20px; padding: 25px 35px; }


.round_price_box { padding-top: 16px; max-width: 650px; display: flex; flex-wrap: wrap; margin: 0 -10px; }
.round_price_item { border: 1px solid var(--bdc1); border-radius: 24px; padding: 12px 20px;
  display: flex; align-items: center; margin: 10px; width: calc(100% / 3 - 20px); }
.round_price_item_num { color: var(--sec); font-size: 26px; font-weight: 600; width: 2ch;
  flex: 0 0 auto; margin-right: 4px; }
.round_price_item_des {}
.round_price_item_des h6 { color: #FFF; font-size: 22px; font-weight: 600; }
.round_price_item_des p { color: var(--gt1); font-size: 16px; padding-top: 0; }
@media(max-width: 750px) {
  .round_price_item { width: calc(100% - 20px); border-radius: 12px; }
  .ruble_pay_card_item img { padding: 0 10px; }
  .round_price_item_num { width: 70px; }
  .round_price_item_des { flex: 1 1 auto; display: flex; justify-content: space-between; }
  .round_price_item_des h6 { text-align: center; flex: 1 1 auto; }
  .round_price_item_des p { width: 100px; text-align: right; flex: 0 0 auto; }

}
.bonuses_list { padding-top: 16px; }
.bonus_row { display: flex; align-items: center; }
.bonus_row:nth-child(2n+1) { color: var(--sec); }
.bonus_row:nth-child(2n+1) p { color: var(--sec); }
.bonus_row h6 { width: 200px; font-size: 16px; font-weight: 600; }
.bonus_row p { margin-left: 24px; width: 4ch; font-size: 16px; font-weight: 600; }
.bonus_row > * { padding: 4px 0; }
@media(max-width: 750px) {
  .bonuses_list { display: flex; }
  .bonus_row { flex-direction: column; text-align: center; }
  .bonus_row p { margin-left: 0; }
}


.page_footer {  display: flex; justify-content: center; padding-top: 24px; }
.page_footer a { color: var(--sec); display: inline-flex; align-items: center; }
.page_footer a:not(:last-child):after { content: "|"; color: var(--gt1); display: inline-block; margin: -2px 8px 0; }


.ruble_pay_cards {  }
.ruble_pay_cards p { text-align: center; color: var(--gt1); font-size: 16px; font-weight: 400;  }
.ruble_pay_cards_list { display: flex; max-width: 500px; flex-wrap: wrap; margin: 24px auto; }
.ruble_pay_card_item {
  -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  width: calc(100% / 3 - 16px); margin: 8px; flex: 0 0 auto; height: 70px;
  border: 1px solid transparent; background: var(--bg); border-radius: 20px; display: flex;
  justify-content: center; align-items: center; font-size: 14px; font-weight: 600; color: var(--gt1);
  box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.29); cursor: pointer;  }
.ruble_pay_card_item.active { border-color: var(--sec); }


.card_info { margin-top: 36px; background: var(--bg); padding: 35px 55px; border-radius: 24px; }
.card_info > h6 { text-align: center; color: var(--gt1); font-size: 24px; font-weight: 600; padding: 16px 0 8px; }
.card_info > p { text-align: center; color: var(--gt1); font-size: 16px; font-weight: 500; }

.card_wrap { z-index: 2; position: relative; max-width: 400px; margin: 24px auto; }
.card_wrap:before,.card_wrap:after { content: ""; display: block; z-index: -1; height: 100%;
  position: absolute; left: 0; right: 0; margin: auto; border-radius: 24px; }
.card_wrap:before { top: 26px; width: calc(100% - 80px); opacity: .2; }
.card_wrap:after { top: 11px; width: calc(100% - 40px); opacity: .5; }

.card { padding: 12px 30px 20px;
  border-radius: 24px; z-index: 3; position: relative; background: linear-gradient(90deg, #72C032 0%,#2AA03A 100%); }
.card_wrap:before { background: linear-gradient(90deg, #72C032 0%,#2AA03A 100%); }
.card_wrap:after { background: linear-gradient(90deg, #72C032 0%,#2AA03A 100%); }

.sber_card .card { background: linear-gradient(90deg, #72C032 0%,#2AA03A 100%); }
.sber_card.card_wrap:before { background: linear-gradient(90deg, #72C032 0%,#2AA03A 100%); }
.sber_card.card_wrap:after { background: linear-gradient(90deg, #72C032 0%,#2AA03A 100%); }

.alfa_card .card { background: linear-gradient(90deg, #FC5E5E 0%,#DE3B3B 100%); }
.alfa_card.card_wrap:before { background: linear-gradient(90deg, #FC5E5E 0%,#DE3B3B 100%); }
.alfa_card.card_wrap:after { background: linear-gradient(90deg, #FC5E5E 0%,#DE3B3B 100%); }

.vtb_card .card { background: linear-gradient(90deg, #5FB7D6 0%,#3661A1 100%); }
.vtb_card.card_wrap:before { background: linear-gradient(90deg, #5FB7D6 0%,#3661A1 100%); }
.vtb_card.card_wrap:after { background: linear-gradient(90deg, #5FB7D6 0%,#3661A1 100%); }

.tinkoff_card .card { background: linear-gradient(90deg, #4F4F4B 0%,#131519 100%); }
.tinkoff_card.card_wrap:before { background: linear-gradient(90deg, #4F4F4B 0%,#131519 100%); }
.tinkoff_card.card_wrap:after { background: linear-gradient(90deg, #4F4F4B 0%,#131519 100%); }

.raif_card .card { background: linear-gradient(90deg, #FBB308 0%,#F45C00 100%); }
.raif_card.card_wrap:before { background: linear-gradient(90deg, #FBB308 0%,#F45C00 100%); }
.raif_card.card_wrap:after { background: linear-gradient(90deg, #FBB308 0%,#F45C00 100%); }

.card_header { padding-bottom: 16px; display: flex; justify-content: space-between; align-items: center; }
.card_header span { height: 40px; width: 140px; }

.card_header span { background: url(../img/sber_logo_white.png) no-repeat 0 50%; }
.sber_card .card_header span { background: url(../img/sber_logo_white.png) no-repeat 0 50%; }
.alfa_card .card_header span { background: url(../img/alfa_logo_white.png) no-repeat 0 50%; }
.vtb_card .card_header span { background: url(../img/vtb_logo_white.png) no-repeat 0 50%; }
.tinkoff_card .card_header span { background: url(../img/tinkoff_logo_white.png) no-repeat 0 50%; }
.raif_card .card_header span { background: url(../img/raif_logo_white.png) no-repeat 0 50%; }


.card_field { display: flex; align-items: center; justify-content: space-between; }
.card_field + .card_field { margin-top: 16px; }
.card_field_action { margin-top: 16px; }
.copy_btn { width: 24px; height: 24px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; }
.copy_btn svg { fill: #FFF;  }
.card_field_info span { display: block; color: #FFF; font-size: 14px; font-weight: 400; }
.card_field_info p { font-size: 22px; font-weight: 600; }
.commission { font-size: 14px; font-weight: 400; padding-top: 12px; }

.transfer_info { padding-top: 24px; text-align: center; max-width: 460px; margin: auto; }
.transfer_info p { font-size: 14px; font-weight: 400; color: var(--gt1); }
.transfer_info p span { color: var(--sec); }
.btn { height: 54px; align-items: center; justify-content: center; display: inline-flex;
  padding: 0 20px; text-align: center; }
.btn.v1 { border-radius: 20px; border: 1px solid var(--bdc1); background: #272928;
  color: var(--sec); font-size: 16px; font-weight: 500; box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.29);  }
.btn.v1.active { background: #353837; border-color: transparent;}
.transfer_action { display: flex; align-items: center; justify-content: center; padding-top: 16px; }
.transfer_action .btn { margin: 8px; width: 180px; }
@media(max-width: 751px) {
  .ruble_pay_cards_list { margin-left: -8px; margin-right: -8px; max-width: 1000px; }
  .card_info { padding: 25px 20px; }
}

.profit_table { max-width: 500px; width: 100%; margin-top: 16px; color: #FFF; }
.profit_table tr > *:first-child { color: var(--sec); }
.profit_table tr > *:nth-child(2) { width: 100%; }
.profit_table th { font-weight: 600; font-size: 16px; white-space: nowrap; padding: 5px 0 12px; }
.profit_table td { font-weight: 600; font-size: 16px; text-align: center; white-space: nowrap; padding: 6px 0; }
.profit_table + .profit_box { margin-top: 32px; }
.profit_box { box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.29);  margin-top: 24px; padding: 16px 30px; border-radius: 20px; max-width: 500px; width: 100%;
  display: flex; align-items: center; background: var(--bg); border: 1px solid var(--bdc1); }
.profit_box h6 { color: #FFF; flex: 0 0 auto; width: 11ch; text-align: right; font-weight: 700; font-size: 22px; }
.profit_box p { padding: 0; font-size: 16px; font-weight: normal; }

@media(max-width: 751px) {
  .profit_box { flex-direction: column; text-align: center; }
  .profit_box p { max-width: 280px; }
  .profit_box h6 { text-align: center; }
}

.profile_info_item { margin-top: 16px; }
.profile_info_item span { display: block; color: #FFF; font-size: 20px; font-weight: 600; }
.profile_info_item p { font-size: 16px; padding-top: 6px; }
.profile_settings { padding-top: 16px; }
.profile_field_box { padding-top: 32px;  }
.profile_field_box > p { font-size: 20px; font-weight: 600; color: #FFF; }
.profile_field_box > span { margin-top: 8px; font-size: 14px; display: block; line-height: 1.4; }
.profile_field { display: flex; margin-top: 20px; }
.profile_field input { flex: 0 0 auto; width: 360px; height: 54px; border: 2px solid var(--bdc1); transition: .3s;
  background: transparent; color: var(--sec); letter-spacing: .5px;
  font-size: 16px; font-weight: 500; text-align: center; border-radius: 16px;  }
.profile_field input:focus { border-color: var(--sec); }
.profile_field input::placeholder { color: var(--gt1); opacity: 1;  }
.profile_field input.valid { color: var(--sec); }
.entry_data { background: var(--bg) url(../img/ok_icon.png) 50% 50% no-repeat; width: 54px; height: 54px;
  box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.29); flex: 0 0 auto; border-radius: 16px; display: none; margin-left: 16px; }
.profile_field input.valid + .entry_data { display: block; }
@media(max-width: 751px) {
  .profile_field input { width: calc(100% - 74px); }
}

@media(max-width: 750px) {
  .round_box { flex-direction: column; padding: 20px; }
  .round_info { margin-bottom: 24px; width: 100%; }
  .toggle_wrap { justify-content: flex-start; flex-direction: column; }
  .toggle_wrap .toggle { width: auto; padding: 0 30px; margin: 10px 0; height: 54px; }
  .game_search_box { flex-wrap: wrap; padding: 20px 0; }
  .game_search_box > p { width: 100%; padding-bottom: 16px; }
  .game_search_box > p br { display: none; }
  .game_search_box > form { margin-left: 0; flex: 1 1 auto; }
  .game_box_list { margin-left: -10px; }
  .game_line { padding-left: 0; }
  .game_line_num { width: 40px; flex: 0 0 auto; }
  .game_line_count { width: 60px; flex: 0 0 auto; }
  .game_line_list { width: 280px; flex: 0 0 auto; }
  .game_line_item:first-child { padding-right: 20px; }
  .game_line_item:last-child { padding-left: 20px; }
  .game_line_status { flex-direction: column; padding-left: 10px; }

  .game_line.first_active + .game_line.active .game_line_item:first-child + .empty:after {
    width: calc(100% + 20px); }
  .game_line.first_active + .game_line.active .game_line_item:first-child + .active::after {
    width: calc(100% + 20px); }
  .game_line.last_active + .game_line.active .game_line_item:first-child + .active::after {
    width: calc(100% + 20px); }
}
.study__levels-accordion-content-inner { padding: 32px 0; }
.study_slide_header { display: flex; align-items: flex-end; justify-content: space-between; }
.study_slide_header > p { color: var(--gt1); line-height: 20px; font-size: 12px; }
.study_slide_header_title h6 { font-size: 20px; font-weight: 600; padding-bottom: 4px; }
.study_slide_header_title p { line-height: 20px; font-size: 16px; }

.study_slide_body { position: relative; margin-top: 24px; }
/*.study_slide_body:before { content: ""; padding-top: 62.5%; display: block; }*/
/*.study_slide_body > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/
.study_slider .slick-dots { display: flex; justify-content: center; align-items: center; margin-top: 16px; }
.study_slider .slick-dots li { margin: 0 12px; width: 8px; height: 8px; }
.study_slider .slick-dots li button { width: 8px; height: 8px; background: #696969; border: none;
  cursor: pointer; border-radius: 50%; font-size: 0; }
.study_slider .slick-dots li.slick-active button { width: 16px; height: 16px; margin-left: -3px; }
.study__levels-accordion-btn-unlock svg { fill: var(--sec); }


.rounds__card {  }
.rounds__card-title { padding-left: 48px; margin-bottom: 4px; }
.rounds__card-price { display: flex; align-items: center; }
.rounds__card-content > p { margin-top: 4px; padding-left: 48px; display: flex; align-items: center; color: var(--gt1); }
.rounds__card-content > p:before { content: ""; width: 10px; height: 14px; flex: 0 0 auto; margin-right: 6px;
  background: url(../img/user_icon_small.png) no-repeat 50% 50%;  }

@media(max-width: 751px) {
  .study_slide_header { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
  .study_slide_header > p { padding-top: 4px; }
  .study__levels-accordion-btn { padding: 10px 20px; }

  .study__levels-accordion-btn-videos-count { white-space: nowrap;  }

  .rounds__list { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .rounds__card-content { width: 100%; display: flex; align-items: center; justify-content: space-between; }
  .rounds__card-title { padding-left: 0; margin-bottom: 0; }
  .rounds__card-content > p { padding-left: 0; margin-top: 0; font-size: 16px; flex-direction: row-reverse; }
  .rounds__card-content > p:before { margin-right: 0; margin-left: 8px; }

  nav > ul > li { font-size: 20px; }
}

.my_stata { text-align: center; padding: 24px 0; }
.my_stata_item + .my_stata_item { margin-top: 44px; }

.my_stata_item p { display: block; font-size: 36px; font-weight: 600; }
.my_stata_item span { display: block; font-size: 18px; font-weight: 400; }

.hold { padding: 24px 0; }
.hold_select { position: relative; z-index: 3; padding-left: 24px; margin-bottom: 20px;}
.hold_select > p { padding: 8px 0; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  cursor: pointer; font-size: 24px; font-weight: 600; color: var(--sec); display: inline-flex; align-items: center; }
.hold_select > p:after { width: 15px; height: 10px; background: url(../img/arrow_down.png) no-repeat 50% 50%;
  margin-left: 10px; content: ""; flex: 0 0 auto; }
.hold_select_body { display: none; padding: 24px 16px 24px 24px; border-radius: 20px; border: 1px solid var(--bdc1);
  position: absolute; top: 100%; z-index: 2; background: var(--bg); left: 0;  }
.hold_select_body.active { display: block; }
.hold_select ul { padding-right: 24px; padding-left: 8px; font-size: 20px; font-weight: 600; color: var(--sec);
  max-height: 280px; overflow-y: auto; scrollbar-color: #2c2f2d #151816; scrollbar-width: thin;  }
.hold_select ul li { white-space: nowrap; cursor: pointer; padding: 8px 0; }

.hold_body_item.active { display: block; }
.hold_body_item { display: none; position: relative; z-index: 2; max-height: 400px;
  overflow-y: auto; scrollbar-color: #2c2f2d #151816; scrollbar-width: thin;padding-right: 20px; }
.hold_table thead {  }
.hold_table thead th { background: #191C1A; position: sticky; top: 0; left: 0; z-index: 4;
  box-shadow: 0 0 3px 3px #191c1a; padding: 16px 8px 16px 0; white-space: nowrap;
  text-align: left; color: var(--gt); font-size: 14px; font-weight: 400; }
.hold_table thead th:first-child { text-align: center; width: 140px; }
.hold_table thead th:nth-child(2) { width: 160px; }
.hold_table thead th:last-child { padding-right: 0; }
.hold_table tbody td:first-child { text-align: center; font-size: 18px; font-weight: 600; }
.hold_table tbody td:nth-child(2) { font-size: 18px; font-weight: 600; }
.hold_table tbody td:last-child { }
.hold_table tbody td { color: #FFF; font-size: 14px; line-height: 1.5; padding: 20px 10px 20px 0; }
.hold_table tbody td { font-size: 14px; line-height: 1.5; }
.hold_table tbody tr { box-shadow: -0.052px 0.999px 0 0 rgba(255, 255, 255, 0.09); }

/* Слайдеры */
.slick-slider{ position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);        transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after{display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}

@media (min-width: 641px) {
  .sign-up__form{max-width: 100%}
  .sign-up__form-input{height: 70px;font-size: 26px}
  .sign-up__form-label{font-size: 26px}

}