.step__inform-create{
  display: none !important;
}
.hidden__search{
    display: none !important;
}
:root {
  --text: #2e4057;
  --ltext: #9f9f9f;
  --main: #f73;
  --bg: #fff;
  --lbg: #fff1eb;
  --hover: #ff8933;
  --border: #cfcfcf;
  --over: #97a0ab;
  --mob_bg: #ececec;
  --light: #fff5f1;
  --alarm: #f01010;
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(/fonts/montserrat-v14-latin-ext_cyrillic-regular.4435e1af.woff2)
      format("woff2"),
    url(/fonts/montserrat-v14-latin-ext_cyrillic-regular.820b031c.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url(/fonts/montserrat-v14-latin-ext_cyrillic-600.c94fd44f.woff2)
      format("woff2"),
    url(/fonts/montserrat-v14-latin-ext_cyrillic-600.b804ebe4.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url(/fonts/montserrat-v14-latin-ext_cyrillic-700.0f8fae91.woff2)
      format("woff2"),
    url(/fonts/montserrat-v14-latin-ext_cyrillic-700.beab5b3a.woff)
      format("woff");
}
.main {
  flex-grow: 1;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 1240px) {
  .wrap {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
}
.order-preload {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1240px) {
  .order-preload {
    display: block;
  }
}
.swiper-pagination {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .swiper-pagination {
    display: block;
  }
}
.preloader {
  position: fixed;
  background: hsla(0, 0%, 100%, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 20px;
}
.preloader.--absolute {
  position: absolute;
}
.preloader img {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .preloader img {
    width: 60px;
    height: 60px;
  }
}
.fade-enter-active {
  animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.fade-leave-active {
  animation: fade-out 0.2s ease-out both;
}
.empty-table {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.notify:before {
  content: attr(data-count);
  display: block;
  position: absolute;
  background: var(--alarm_text);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg);
  border-radius: 50%;
  top: -5px;
  font-size: 13px;
  line-height: 1px;
  right: -5px;
}
[v-cloak] {
  display: none !important;
}
.header__nav-link.router-link-exact-active {
  color: var(--main);
}
.field {
  display: block;
  margin-top: 20px;
}
.field-flex {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.field-flex span {
  margin-top: 18px;
}
.field-flex .field {
  margin-top: 0;
}
.field.disabled:after {
  background: var(--disabled);
}
.field:after {
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  background: var(--bg);
  position: absolute;
  right: 4px;
  top: 14px;
}
.field-item {
  padding: 17px 20px;
  box-sizing: border-box;
  border: 2px solid var(--border);
  border-radius: 2px;
  width: 100%;
  color: var(--text);
  height: 56px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 22px;
  transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
}
.field-item::-webkit-inner-spin-button,
.field-item::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.field-item::-moz-placeholder {
  color: var(--ltext);
}
.field-item::placeholder {
  color: var(--ltext);
}
.field-item:focus {
  border-color: var(--text);
}
.field-item.--confirm-field {
  padding-top: 19px;
}
.field-item.error {
  border-color: var(--alarm);
}
.field-error.to-left {
  text-align: left;
  padding-left: 20px;
}
.field.area:after {
  content: none;
}
.field.area textarea {
  vertical-align: top;
  resize: none;
  height: 150px;
}
.field.area .field-title {
  top: 25px;
}
.field.to-left {
  display: block;
}
.field.to-left .field-item {
  text-align: left;
}
.field.to-left .field-item.txtarea {
  height: 130px;
  overflow: hidden;
  resize: none;
  padding: 20px;
}
.field.to-left .field-title {
  left: 20px;
}
.field.to-left .icon-drop {
  top: 20px;
  position: absolute;
  right: 20px;
  z-index: 1;
  pointer-events: none;
}
.locked {
  overflow: hidden;
}
.unsubscribe {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .unsubscribe {
    margin-bottom: 40px;
  }
}
.unsubscribe__footer {
  margin-top: 20px;
}
.unsubscribe__action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 80px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .unsubscribe__action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.unsubscribe__action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .unsubscribe__action:hover {
    background: var(--main);
  }
}
.unsubscribe__action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes balls2-2 {
  0% {
    top: 0;
    left: 0;
    transform: translate(0);
  }
  16.66% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  33.33% {
    top: 0;
    left: 0;
    transform: translate(0);
  }
  50% {
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
  }
  66.66% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  83.31% {
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
  }
  to {
    top: 0;
    left: 0;
    transform: translate(0);
  }
}
@keyframes balls2-3 {
  0% {
    top: 0;
    right: 0;
    transform: translate(0);
  }
  16.66% {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  33.33% {
    top: 0;
    right: 0;
    transform: translate(0);
  }
  50% {
    top: 100%;
    right: 100%;
    transform: translate(100%, -100%);
  }
  66.66% {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  83.31% {
    top: 100%;
    right: 100%;
    transform: translate(100%, -100%);
  }
  to {
    top: 0;
    right: 0;
    transform: translate(0);
  }
}
@keyframes balls2-4 {
  0% {
    bottom: 0;
    left: 0;
    transform: translate(0);
  }
  16.66% {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  33.33% {
    bottom: 0;
    left: 0;
    transform: translate(0);
  }
  50% {
    bottom: 100%;
    left: 100%;
    transform: translate(-100%, 100%);
  }
  66.66% {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  83.31% {
    bottom: 100%;
    left: 100%;
    transform: translate(-100%, 100%);
  }
  to {
    bottom: 0;
    left: 0;
    transform: translate(0);
  }
}
@keyframes balls2-5 {
  0% {
    bottom: 0;
    right: 0;
    transform: translate(0);
  }
  16.66% {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }
  33.33% {
    bottom: 0;
    right: 0;
    transform: translate(0);
  }
  50% {
    bottom: 100%;
    right: 100%;
    transform: translate(100%, 100%);
  }
  66.66% {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }
  83.31% {
    bottom: 100%;
    right: 100%;
    transform: translate(100%, 100%);
  }
  to {
    bottom: 0;
    right: 0;
    transform: translate(0);
  }
}
@keyframes balls2-1 {
  45% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
  95% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: normal;
  min-width: 320px;
  background-color: var(--bg);
  position: relative;
  color: var(--text);
}
#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a {
  color: var(--main);
  transition: 0.2s;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
a:hover {
  color: var(--hover);
}
button {
  transition: 0.2s;
  padding: 0;
  font-family: Montserrat, sans-serif;
  border: 0;
  background: transparent;
  font-size: 14px;
  color: var(--text);
}
button:focus {
  outline: none;
}
input:not([type="checkbox"], [type="radio"]) {
  padding: 17px 20px;
  box-sizing: border-box;
  border: 2px solid var(--border);
  border-radius: 2px;
  width: 100%;
  color: var(--text);
  height: 56px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 22px;
  transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
}
input:not(
    [type="checkbox"]::-webkit-inner-spin-button,
    [type="radio"]
  )::-webkit-inner-spin-button,
input:not(
    [type="checkbox"]::-webkit-outer-spin-button,
    [type="radio"]
  )::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
input:not(
    [type="checkbox"]::-moz-placeholder,
    [type="radio"]
  )::-moz-placeholder {
  color: var(--ltext);
}
input:not([type="checkbox"]::placeholder, [type="radio"])::placeholder {
  color: var(--ltext);
}
input:not([type="checkbox"]:focus, [type="radio"]):focus {
  border-color: var(--text);
}
input:not([type="checkbox"].error, [type="radio"]).error {
  border-color: var(--main);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
textarea::-moz-placeholder {
  color: var(--ltext);
}
textarea::placeholder {
  color: var(--ltext);
}
input,
textarea {
  outline: none;
  font-family: Montserrat, sans-serif;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
h1 {
  margin: 0;
  font-size: 56px;
  line-height: 64px;
}
@media only screen and (max-width: 1240px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1240px) {
  h1 {
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    line-height: 30px;
  }
}
h2 {
  margin: 0;
  font-size: 42px;
  line-height: 50px;
}
@media only screen and (max-width: 1240px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1240px) {
  h2 {
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    line-height: 24px;
  }
}
h3 {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1240px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1240px) {
  h3 {
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    line-height: 24px;
  }
}
h4 {
  margin: 0;
  font-size: 26px;
  line-height: 34px;
}
@media only screen and (max-width: 1240px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1240px) {
  h4 {
    line-height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    line-height: 22px;
  }
}
h5 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 1240px) {
  h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1240px) {
  h5 {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  h5 {
    line-height: 22px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--text);
  -webkit-box-shadow: inset 0 0 0 1000px transparent;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(
    top,
    hsla(0, 0%, 100%, 0),
    rgba(0, 174, 255, 0.04) 50%,
    hsla(0, 0%, 100%, 0) 51%,
    rgba(0, 174, 255, 0.03)
  );
}
textarea {
  outline: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input[type="date"]::-webkit-date-and-time-value {
  margin-top: 0;
  text-align: center;
  width: 100%;
  padding-left: 20px;
}
input[type="submit"] {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 80px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  input[type="submit"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
input[type="submit"]:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  input[type="submit"]:hover {
    background: var(--main);
  }
}
input[type="submit"]:disabled {
  background: var(--over);
  cursor: not-allowed;
}
input[type="date"]:before {
  color: #d3d3d3;
  content: attr(placeholder) !important;
  position: absolute;
  left: 20px;
  white-space: nowrap;
  color: var(--ltext);
}
.header {
  background: var(--bg);
  padding: 27px 0;
  box-sizing: border-box;
  height: 90px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .header {
    padding: 17px 0;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top: 0;
    padding-bottom: 6px;
    height: 82px;
  }
}
.header__box {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header__box {
    justify-content: space-between;
    padding-top: 16px;
    position: static;
  }
}
.header__logo {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    margin: 0;
  }
}
.header__logo .icon-logo {
  width: 152px;
  position: relative;
  top: 5px;
  height: 34px;
}
@media only screen and (max-width: 1240px) {
  .header__logo .icon-logo {
    width: 134px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo .icon-logo {
    width: 98px;
    height: 22px;
  }
}
.header__info {
  margin-left: 5px;
  font-size: 13px;
  line-height: 16px;
  max-width: 222px;
}
@media only screen and (max-width: 767px) {
  .header__info {
    display: none;
  }
}
.header__burger {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .header__burger {
    display: block;
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-right: 42px;
  }
}
@media only screen and (max-width: 1240px) and (max-width: 767px) {
  .header__burger {
    margin: 0;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 1240px) {
  .header__nav {
    margin: 0;
    position: absolute;
    background: var(--bg);
    border-top: 1px solid var(--border);
    top: 70px;
    justify-content: space-around;
    padding: 30px 0;
    box-sizing: border-box;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    width: 100%;
    left: 0;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav {
    top: 82px;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.header__nav-link {
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 24px;
  margin-right: 36px;
  position: relative;
  cursor: pointer;
}
.header__nav-link .icon-chat {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  flex-shrink: 0;
}
.header__nav-link.--cash-link {
  color: #00af92;
  border: 2px solid #00af92;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  white-space: nowrap;
}
.header__nav-link.--cash-link:hover {
  color: #00af92;
  opacity: 0.8;
}
@media only screen and (max-width: 1240px) {
  .header__nav-link {
    margin: 0;
  }
  .header__nav-link.--support {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav-link {
    margin-bottom: 20px;
  }
}
.header__nav-link:last-child {
  margin: 0;
}
.header__nav-link .icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.header__nav-link:hover {
  color: var(--hover);
}
.header__nav-link.active {
  color: var(--main);
}
@media only screen and (max-width: 767px) {
  .header__nav-item {
    background: var(--light);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
  }
}
.header__nav-enter {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header__nav-enter .icon-drop {
    display: none;
  }
}
.header__nav-enter:hover > .header__nav-name {
  color: var(--main);
}
.header__nav-enter:hover > .icon,
.header__nav-enter:hover > .icon-drop {
  fill: var(--main);
}
@media only screen and (max-width: 1240px) {
  .header__nav-enter:hover > .header__nav-name {
    color: var(--text);
  }
  .header__nav-enter:hover > .icon,
  .header__nav-enter:hover > .icon-drop {
    fill: var(--text);
  }
}
.header__nav-enter.active > .header__nav-name {
  color: var(--main);
}
.header__nav-enter.active > .icon-drop {
  transform: rotate(180deg);
  fill: var(--main);
}
.header__nav-enter.active > .icon {
  fill: var(--main);
}
.header__nav-enter .icon {
  fill: var(--text);
  width: 18px;
  height: 18px;
  margin-right: 12px;
  transition: 0.2s;
}
.header__nav-enter .icon-drop {
  width: 10px;
  height: 10px;
  fill: var(--text);
  transition: 0.2s;
}
.header__nav-name {
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
  transition: 0.2s;
  margin-right: 12px;
}
.header__support {
  display: none;
}
.header__support.hide {
  visibility: hidden;
}
@media only screen and (max-width: 1240px) {
  .header__support {
    display: flex;
    align-items: center;
    color: var(--text);
    margin-left: auto;
    font-weight: 600;
    font-size: 15px;
  }
  .header__support .icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .header__support {
    margin: 0;
  }
  .header__support span {
    display: none;
  }
}
@media only screen and (max-width: 1240px) and (max-width: 767px) {
  .header__support .icon {
    margin: 0;
  }
}
.header__mob-info {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__mob-info {
    display: block;
    background: var(--mob_bg);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
  }
}
.header__dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 16px 20px;
  border-radius: 4px;
  background: var(--light);
}
@media only screen and (max-width: 1240px) {
  .header__dropdown {
    width: 220px;
    right: 80px;
    top: 70%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .header__dropdown {
    width: auto;
    position: static;
    display: block;
    padding: 0;
    margin-top: 20px;
  }
}
.header__dropdown.show {
  display: block;
}
.header__dropdown-item {
  cursor: pointer;
  color: var(--text);
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 14px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header__dropdown-item {
    margin-bottom: 16px;
  }
}
.header__dropdown-exit {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--ltext);
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .header__dropdown-exit {
    justify-content: center;
    margin: auto;
  }
}
.header__dropdown-exit:hover {
  color: var(--main);
}
.header__dropdown-exit:hover .icon {
  stroke: var(--main);
}
.header__dropdown-exit .icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  fill: none;
  stroke: var(--ltext);
  stroke-width: 2px;
}
.overlay {
  position: fixed;
  background: linear-gradient(
    0deg,
    rgba(46, 64, 87, 0.8),
    rgba(46, 64, 87, 0.8)
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.ex-select {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .ex-select {
    padding: 10px 20px;
    box-sizing: border-box;
    border-top: 1px solid rgba(46, 64, 87, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ex-select__link {
  font-weight: 600;
  color: var(--text);
}
.ex-select__link:not(:first-child) {
  margin-left: auto;
}
.footer {
  background: var(--text);
  padding: 64px 0 20px 0;
}
@media only screen and (max-width: 1240px) {
  .footer {
    padding: 60px 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 20px 0;
  }
}
.footer__box {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer__box {
    flex-direction: column;
  }
}
.footer__info {
  margin-right: 170px;
}
@media only screen and (max-width: 1000px) {
  .footer__info {
    margin-right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__info {
    margin: 0;
  }
}
.footer__logo {
  margin-bottom: 16px;
  display: block;
}
.footer__logo .icon {
  width: 162px;
  height: 34px;
}
@media only screen and (max-width: 1240px) {
  .footer__logo .icon {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo .icon {
    width: 114px;
    height: 22px;
  }
}
.footer__line {
  font-size: 13px;
  line-height: 16px;
  color: hsla(0, 0%, 100%, 0.5);
  margin-bottom: 30px;
  max-width: 270px;
}
@media only screen and (max-width: 767px) {
  .footer__line {
    margin-bottom: 20px;
  }
}
.footer__social {
  display: none !important;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer__social {
    margin-bottom: 20px;
  }
}
.footer__social-link {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .footer__social-link {
    margin-right: 26px;
  }
}
.footer__social-link:hover > .icon {
  opacity: 1;
}
.footer__social-link:last-child {
  margin-right: 0;
}
.footer__social-link .icon {
  transition: 0.2s;
  opacity: 0.4;
  width: 28px;
  height: 28px;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  align-items: start;
  align-self: flex-start;
}
@media only screen and (max-width: 1200px) {
  .footer__nav {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
.footer__nav-link {
  font-size: 15px;
  color: var(--bg);
  align-self: start;
  cursor: pointer;
}
.footer__nav-link.router-link-exact-active {
  opacity: 0.6;
}
.footer__nav-link:hover {
  color: var(--bg);
}
.footer__nav-item {
  display: flex;
  align-self: start;
  position: relative;
  box-sizing: border-box;
  grid-column: 4/5;
  grid-row: 1/2;
}
@media only screen and (max-width: 767px) {
  .footer__nav-item {
    order: 1;
  }
}
.footer__lang {
  display: flex;
  cursor: pointer;
}
.footer__lang.active > .footer__lang-name {
  opacity: 0.5;
}
.footer__lang.active > .icon-drop {
  transform: rotate(180deg);
}
.footer__lang-name {
  font-size: 15px;
  color: var(--bg);
  margin: 0 10px;
}
.footer__lang .icon {
  width: 20px;
  height: 20px;
}
.footer__lang .icon-drop {
  width: 10px;
  height: 10px;
  transition: 0.2s;
  align-self: center;
  fill: var(--bg);
}
.footer__dropdown {
  position: absolute;
  left: -20px;
  top: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__dropdown {
    left: 0;
  }
}
.footer__dropdown.show {
  display: block;
}
.footer__dropdown-item {
  display: flex;
  cursor: pointer;
  padding: 9px 20px;
  background: #586679;
  border-radius: 4px;
  box-sizing: border-box;
  min-width: 220px;
}
.footer__dropdown-item .icon {
  width: 20px;
  height: 20px;
}
.footer__copyrate {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .footer__copyrate {
    margin-top: 40px;
  }
}
.footer__copyrate-text {
  font-size: 12px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.5);
}
.footer__copyrate-text a {
  color: var(--bg);
}
.footer__copyrate-info {
  display: flex;
  font-size: 12px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer__copyrate-info {
    order: -1;
  }
}
.footer__copyrate-link img {
  max-width: 100px;
  height: 20px;
}
.footer__copyrate-wrapper {
  display: flex;
  align-items: center;
  order: -1;
}
@media only screen and (max-width: 767px) {
  .footer__copyrate-wrapper {
    display: block;
  }
}
.footer__channel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 12px 46px;
  color: var(--bg);
  background: #32afed;
  justify-content: center;
  border-radius: 20px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer__channel {
    margin: 0;
  }
}
.footer__channel .icon-teleg_ch {
  flex-shrink: 0;
  width: 14px;
  height: 12px;
}
.footer__channel:hover {
  color: var(--bg);
}
.skeleton__block {
  padding: var(--size);
  margin: var(--gap);
  max-width: var(--max_size);
  min-width: var(--min_size);
  background: #e5e5e5;
  border-radius: var(--radius);
  box-shadow: 0 6px 20px #eee;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
  z-index: 1;
  box-sizing: border-box;
}
@media only screen and (max-width: 1240px) {
  .skeleton__block {
    min-width: auto;
    align-self: stretch;
    width: 100%;
  }
}
.skeleton__block.absolute {
  width: 100%;
  top: 58px;
}
.skeleton__block:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    90deg,
    #e5e5e5 0,
    rgba(0, 0, 0, 0.07) 20%,
    #e5e5e5 40%,
    #e5e5e5
  );
  background-repeat: no-repeat;
  background-size: 750px 400px;
  animation: shimmer 1s linear infinite;
  top: 0;
  left: 0;
}
@keyframes shimmer {
  0% {
    background-position: -750px 0;
  }
  to {
    background-position: 750px 0;
  }
}
.inner {
  padding-top: 60px;
  position: relative;
}
.inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-height: 740px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #ebebeb, #fff 51.85%);
  z-index: -1;
}
@media only screen and (max-width: 1240px) {
  .inner {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    padding-top: 20px;
  }
}
.inner__title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .inner__title {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .inner__title {
    margin-bottom: 12px;
  }
}
.inner__info {
  font-size: 15px;
  line-height: 24px;
}
.inner__info p {
  margin: 0;
  margin-bottom: 20px;
}
.inner__info p:last-child {
  margin-bottom: 0;
}
.inner__content {
  display: grid;
  grid-template-columns: 330px 1fr;
  grid-gap: 80px;
  align-items: start;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1240px) {
  .inner__content {
    grid-template-columns: 216px 1fr;
    grid-gap: 30px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .inner__content {
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.inner-page {
  padding-top: 80px;
  position: relative;
}
.inner-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 740px;
  width: 100%;
  background: linear-gradient(180deg, #ebebeb, #fff 51.85%);
  z-index: -1;
}
@media only screen and (max-width: 1240px) {
  .inner-page {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page {
    padding-top: 16px;
  }
}
.inner-page__title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .inner-page__title {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page__title {
    margin-bottom: 12px;
  }
}
.inner-page__content {
  display: grid;
  grid-template-columns: 1fr 384px;
  align-items: start;
  margin-top: 50px;
  grid-gap: 60px;
}
@media only screen and (max-width: 1240px) {
  .inner-page__content {
    margin-top: 40px;
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page__content {
    display: block;
    margin-top: 30px;
  }
}
.hidden__choose > label + label {
  display: none !important;
}
.inform__ex {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.9;
  align-items: center;
  margin-top: -40px ;
  margin-bottom: 35px;
  overflow: auto;
}
@media only screen and (max-width: 1240px) {
  .inform__ex {
    margin-top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .inform__ex {
    margin-top: -25px;
    margin-bottom: 20px;
  }
}
.inform__ex-name,
.inform__ex-price {
  white-space: nowrap;
}
.inform__ex-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.inform__ex .icon {
  margin: 0 16px;
  transform: rotate(-90deg);
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .inform__ex .icon {
    margin: 0 10px;
  }
}
.inform__ex-logo {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .inform__ex-logo {
    margin: 0 6px;
  }
}
.pattern {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1240px) {
  .pattern .wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pattern {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.pattern__box {
  background: #fff;
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 368px;
  width: 792px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 342px;
}
@media only screen and (max-width: 1240px) {
  .pattern__box {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pattern__box {
    display: block;
    min-height: auto;
  }
}
.pattern__form {
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pattern__form {
    padding: 30px 20px 40px 20px;
  }
}
.pattern__form-notice {
  color: var(--ltext);
  text-align: center;
}
.pattern__form-code {
  margin: 0 auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  font-size: 13px;
  color: var(--ltext);
  cursor: pointer;
}
.pattern__form-header {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.pattern__form-link {
  font-size: 13px;
  border-bottom: 1px solid var(--main);
}
.pattern__form-link:hover {
  border-color: transparent;
}
.pattern__form-list {
  margin-top: 20px;
}
.pattern__form-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.pattern__form-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pattern__form-item {
    margin-bottom: 20px;
  }
  .pattern__form-item:last-child {
    margin-bottom: 0;
  }
}
.pattern__form-item .error-field {
  background: var(--main);
  color: var(--bg);
  font-size: 13px;
  line-height: 22px;
  padding: 3px 20px;
}
.pattern__form-label {
  font-weight: 600;
  display: block;
}
.pattern__form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.pattern__form-action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  width: 100%;
  display: block;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .pattern__form-action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.pattern__form-action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .pattern__form-action:hover {
    background: var(--main);
  }
}
.pattern__form-action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .pattern__form-action {
    margin-top: 24px;
  }
}
.pattern__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 30px;
  background: rgba(255, 119, 51, 0.07);
  position: relative;
}
.pattern__info.auth .img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pattern__info {
    display: none;
  }
}
.pattern__info-title {
  width: 160px;
  height: 50px;
  z-index: 1;
}
.pattern__info-text {
  font-size: 13px;
  line-height: 20px;
  z-index: 1;
}
.pattern__inform {
  padding: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .pattern__inform {
    padding: 30px 20px 40px 20px;
  }
}
.pattern__inform-title {
  margin-bottom: 20px;
}
.pattern__inform-text {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
.pattern__inform-text a {
  border-bottom: 1px solid var(--main);
}
.pattern__inform-text a:hover {
  border-color: transparent;
}
.pattern__inform-line a {
  border-bottom: 1px solid var(--main);
}
.pattern__inform-line a:hover {
  border-color: transparent;
}
.nothing {
  margin-top: -80px;
  padding-top: 140px;
  background-color: #2e4057;
  height: 610px;
  box-sizing: border-box;
  background-image: url(/img/404.66ad0e67.png);
  background-repeat: no-repeat;
  background-position: top;
}
@media only screen and (max-width: 1240px) {
  .nothing {
    background-image: url(/img/404_tab.9c4c1b60.png);
    padding-top: 60px;
    height: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .nothing {
    background-image: url(/img/404_mob.7f5c6859.png);
    background-position: bottom;
    height: 500px;
    padding-top: 80px;
  }
}
.nothing__title {
  color: var(--bg);
  margin-bottom: 20px;
  white-space: pre-line;
}
.nothing__text {
  color: var(--bg);
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 50px;
  max-width: 468px;
}
@media only screen and (max-width: 1240px) {
  .nothing__text {
    max-width: 355px;
    margin-bottom: 40px;
  }
}
.nothing__link {
  background: var(--bg);
  color: var(--main);
  padding: 17px 60px;
  box-sizing: border-box;
  font-weight: 700;
  border-radius: 30px;
}
.trade {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .trade {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1240px) {
  .trade .wrap {
    padding: 0;
  }
}
.trade__box {
  display: grid;
  grid-template-columns: 1fr 588px;
  grid-column-gap: 24px;
}
@media only screen and (max-width: 1240px) {
  .trade__box {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .trade__box {
    grid-gap: 30px;
  }
}
.trade__wrap {
  display: grid;
  grid-template-columns: 282px 312px;
  grid-column-gap: 40px;
  align-self: start;
}
@media only screen and (max-width: 1240px) {
  .trade__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin-bottom: 30px;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .trade__wrap {
    padding: 0 20px;
    display: block;
    margin-bottom: 20px;
  }
}
.trade__wrap-action {
  grid-column: 1/3;
  padding: 16px 0;
  width: 100%;
  background: rgba(255, 119, 51, 0.07);
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: var(--main);
  margin-top: 20px;
  cursor: pointer;
  align-self: start;
}
@media only screen and (max-width: 1240px) {
  .trade__wrap-action {
    display: none;
  }
}
.trade__wrap-action:hover {
  color: var(--hover);
}
.trade__form-hide,
.trade__wrap-action.hide {
  display: none;
}
.trade__form-title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1240px) {
  .trade__form-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg);
    padding: 40px;
    box-sizing: border-box;
    z-index: 3;
    transition: 0.3s;
    transform: translateX(100%);
    visibility: hidden;
    overflow: auto;
  }
  .trade__form-box.show {
    visibility: visible;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .trade__form-box {
    padding: 30px 20px;
  }
}
.trade__form-box__close {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .trade__form-box__close {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .trade__form-box__close {
    top: 18px;
    right: 20px;
  }
}
.trade__form-resalt {
  display: flex;
  align-items: center;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 2px;
  padding: 9px 10px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1240px) {
  .trade__form-resalt {
    margin: 0;
    position: relative;
    border: 2px solid rgba(46, 64, 87, 0.2);
    box-sizing: border-box;
    border-radius: 2px;
  }
  .trade__form-resalt:before {
    content: "";
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .trade__form-resalt {
    margin-bottom: 20px;
    padding-right: 30px;
  }
}
.trade__form-resalt img {
  width: 38px;
  height: 38px;
}
.trade__form-resalt span {
  margin-left: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.trade__form-choose {
  font-size: 13px;
  line-height: 22px;
  color: var(--ltext);
  margin-bottom: 6px;
}
@media only screen and (max-width: 1240px) {
  .trade__form-choose {
    color: var(--text);
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .trade__form-choose {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1240px) {
  .trade__form-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-row-gap: 0;
  }
}
.trade__form-group__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 24px;
  display: none;
}
@media only screen and (max-width: 1240px) {
  .trade__form-group__title {
    display: block;
    grid-column: 1/3;
    margin-top: 30px;
  }
}
.trade__form-group__title.show {
  display: block;
}
@media only screen and (max-width: 767px) {
  .trade__form-group {
    display: block;
  }
}
.trade__form-item {
  display: flex;
  align-items: center;
  border-radius: 2px;
  padding: 11px 15px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.trade__form-item.checked {
  background: rgba(255, 119, 51, 0.07);
  cursor: default;
}
.trade__form-item.checked:hover {
  box-shadow: none;
}
.trade__form-item.checked:before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.trade__form-item.checked .trade__currFrom-item__img {
  background: transparent;
}
.trade__form-item:hover {
  box-shadow: inset 0 0 0 2px #f73;
}
.trade__form-item__img {
  width: 32px;
  height: 32px;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trade__form-item__img img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
}
.trade__form-item span {
  margin-left: 14px;
}
.trade__currTo {
  align-self: start;
}
.trade__currTo-hide {
  display: none;
}
.trade__currTo-title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1240px) {
  .trade__currTo-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg);
    padding: 40px;
    box-sizing: border-box;
    z-index: 3;
    transition: 0.3s;
    transform: translateX(100%);
    visibility: hidden;
    overflow: auto;
  }
  .trade__currTo-box.show {
    visibility: visible;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .trade__currTo-box {
    padding: 30px 20px;
  }
}
.trade__currTo-box__close {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .trade__currTo-box__close {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .trade__currTo-box__close {
    top: 18px;
    right: 20px;
  }
}
.trade__currTo-resalt {
  display: flex;
  align-items: center;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 2px;
  padding: 9px 10px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1240px) {
  .trade__currTo-resalt {
    margin: 0;
    position: relative;
    border: 2px solid rgba(46, 64, 87, 0.2);
    box-sizing: border-box;
    border-radius: 2px;
  }
  .trade__currTo-resalt:before {
    content: "";
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .trade__currTo-resalt {
    margin-bottom: 20px;
    padding-right: 30px;
  }
}
.trade__currTo-resalt img {
  width: 38px;
  height: 38px;
}
.trade__currTo-resalt span {
  margin-left: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.trade__currTo-choose {
  font-size: 13px;
  line-height: 22px;
  color: var(--ltext);
  margin-bottom: 6px;
}
@media only screen and (max-width: 1240px) {
  .trade__currTo-choose {
    color: var(--text);
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .trade__currTo-choose {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1240px) {
  .trade__currTo-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-row-gap: 0;
  }
}
.trade__currTo-group__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 24px;
  display: none;
}
@media only screen and (max-width: 1240px) {
  .trade__currTo-group__title {
    display: block;
    grid-column: 1/3;
    margin-top: 30px;
  }
}
.trade__currTo-group__title.show {
  display: block;
}
@media only screen and (max-width: 767px) {
  .trade__currTo-group {
    display: block;
  }
}
.trade__currTo-item {
  display: flex;
  align-items: center;
  border-radius: 2px;
  padding: 11px 15px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.trade__currTo-item.checked {
  background: rgba(255, 119, 51, 0.07);
  cursor: default;
}
.trade__currTo-item.checked:hover {
  box-shadow: none;
}
.trade__currTo-item.checked:before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.trade__currTo-item.checked .trade__currTo-item__img {
  background: transparent;
}
.trade__currTo-item.checked .trade__currTo-item__options {
  display: none;
}
.trade__currTo-item:hover {
  box-shadow: inset 0 0 0 2px #f73;
}
.trade__currTo-item__img {
  width: 32px;
  height: 32px;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trade__currTo-item__img img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
}
.trade__currTo-item span {
  margin-left: 14px;
}
.trade__currTo-item__options {
  margin-left: auto;
}
.trade__currTo-item__options .options-name {
  font-size: 11px;
  line-height: 14px;
  color: var(--ltext);
}
.exchange {
  background: var(--bg);
  border-radius: 20px;
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  position: relative;
  align-self: flex-start;
}
@media only screen and (max-width: 1240px) {
  .exchange {
    order: -1;
    border-radius: 0;
  }
}
.exchange__choice {
  display: none !important;
  gap: 60px;
  padding: 40px 40px 10px 40px;
  border-bottom: 2px solid #f2f4f5;
}
@media only screen and (max-width: 1240px) {
  .exchange__choice {
    gap: 40px;
    padding: 20px 20px 10px 20px;
  }
}
.exchange__choice-action {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: var(--text);
}
.exchange__choice-action.router-link-active {
  cursor: default;
}
.exchange__choice-action.router-link-active:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 2px;
  background: var(--main);
  margin-top: 27px;
}
.exchange__choice-action.router-link-active:hover {
  opacity: 1;
}
.exchange__choice-action:hover {
  opacity: 0.8;
  color: var(--text);
}
.exchange__header {
  padding: 40px 40px 15px 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1240px) {
  .exchange__header {
    padding: 30px 40px 15px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .exchange__header {
    padding: 22px 20px 16px 20px;
  }
}
.exchange__header-info {
  font-size: 13px;
}
.exchange__error {
  padding: 0 40px;
}
@media only screen and (max-width: 1240px) {
  .exchange__error {
    padding: 0 20px;
  }
}
.exchange__error img {
  width: 276px;
  height: 120px;
  margin: 55px auto;
}
.exchange__error-link {
  color: var(--main);
  cursor: pointer;
}
.exchange__error-title {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1240px) {
  .exchange__error-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .exchange__error-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1240px) {
  .exchange__error-title {
    line-height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .exchange__error-title {
    line-height: 22px;
  }
}
.exchange__error-text {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 136px;
}
@media only screen and (max-width: 1240px) {
  .exchange__error-text {
    margin-bottom: 55px;
  }
}
.exchange__error-action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 80px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin: 30px auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .exchange__error-action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.exchange__error-action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .exchange__error-action:hover {
    background: var(--main);
  }
}
.exchange__error-action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
.exchange__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .exchange__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1240px) {
  .exchange__title {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .exchange__title {
    line-height: 22px;
  }
}
.exchange__info {
  padding: 15px 40px;
  box-sizing: border-box;
}
.exchange__info.bright {
  background: #fff8f5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .exchange__info {
    padding: 10px 20px;
  }
}
.exchange__info-link {
  color: var(--main);
  font-size: 15px;
  margin-top: 4px;
  border-bottom: 1px solid var(--main);
  cursor: pointer;
}
.exchange__info-link:hover {
  border-color: transparent;
}
.exchange__info-wrap {
  align-items: center;
  margin-bottom: 4px;
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  grid-gap: 10px;
}
.exchange__info-wrap:last-child {
  margin-bottom: 0;
}
.exchange__info-option {
  color: var(--main);
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
.exchange__info-text {
  color: var(--ltext);
  font-size: 13px;
  line-height: 18px;
  align-self: flex-start;
  position: relative;
}
.exchange__info-text-more {
  color: #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
}
.exchange__info-text-more:hover {
  border-color: transparent;
  color: var(--main);
}
.exchange__info-hide {
  position: absolute;
  background: var(--bg);
  box-shadow: 0 0 12px rgba(39, 39, 39, 0.16);
  border-radius: 6px;
  top: 60%;
  left: 0;
  padding: 15px;
  box-sizing: border-box;
  width: auto;
  min-width: 315px;
  max-width: 315px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .exchange__info-hide {
    top: 50%;
    width: 280px;
    transform: translateY(-50%);
  }
}
.exchange__info-hide .hide-close {
  width: 12px;
  height: 12px;
  top: 10px;
  right: 10px;
  display: flex;
  cursor: pointer;
  position: absolute;
}
.exchange__info-hide .hide-text {
  color: var(--text);
}
.exchange__info-hide a {
  color: var(--main) !important;
  border-bottom: 0 !important;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .exchange__field {
    padding-right: 85px !important;
  }
}
.exchange__field.active {
  padding-right: 18px;
}
.exchange__field:disabled {
  background: rgba(46, 64, 87, 0.06);
}
.exchange__field-loader {
  position: absolute;
  right: 100px;
  top: 20px;
  width: 20px;
  height: 20px;
}
.exchange__select {
  padding: 17px 20px;
  box-sizing: border-box;
  border: 2px solid var(--border);
  border-radius: 2px;
  width: 100%;
  color: var(--text);
  height: 56px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 22px;
  transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 40px;
}
.exchange__select::-webkit-inner-spin-button,
.exchange__select::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.exchange__select::-moz-placeholder {
  color: var(--ltext);
}
.exchange__select::placeholder {
  color: var(--ltext);
}
.exchange__select:focus {
  border-color: var(--text);
}
.exchange__field-custom {
  padding: 17px 20px;
  box-sizing: border-box;
  border: 2px solid var(--border);
  border-radius: 2px;
  width: 100%;
  color: var(--text);
  height: 56px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 22px;
  transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  padding-left: 17px;
  padding-right: 40px;
}
.exchange__field-custom::-webkit-inner-spin-button,
.exchange__field-custom::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.exchange__field-custom::-moz-placeholder {
  color: var(--ltext);
}
.exchange__field-custom::placeholder {
  color: var(--ltext);
}
.exchange__field-custom:focus {
  border-color: var(--text);
}
.exchange__field-custom-result {
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.exchange__field-custom-result.--placeholder {
  color: #9f9f9f;
}
.exchange__field-custom-img {
  width: 32px;
  height: 32px;
}
.exchange__toggle {
  display: flex;
  align-content: inherit;
  cursor: pointer;
  margin-left: auto;
}
.exchange__fields {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  position: relative;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .exchange__fields {
    padding: 0 20px;
  }
}
.exchange__fields-notice {
  font-size: 13px;
  line-height: 18px;
  margin-top: -10px;
  position: relative;
}
.exchange__fields-notice-more {
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid var(--text);
  cursor: pointer;
}
.exchange__fields-notification {
  border-radius: 20px;
  background: #ffede6;
  box-shadow: 0 0 14px 0 rgba(39, 39, 39, 0.2);
  padding: 20px;
}
.exchange__fields-notification strong {
  margin-bottom: 4px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}
.exchange__fields-notification p {
  margin: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}
.exchange__fields-notification p:last-child {
  margin: 0;
}
.exchange__fields-about-spb {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.exchange__fields-about-spb span {
  color: var(--main);
  font-weight: 600;
}
.exchange__fields-attention {
  background: rgba(226, 86, 86, 0.1);
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 40px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-attention {
    margin: 0;
  }
}
.exchange__fields-attention .icon-attention {
  flex-shrink: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-attention .icon-attention {
    width: 24px;
    height: 24px;
  }
}
.exchange__fields-attention .attention__title {
  color: var(--alarm);
  margin-bottom: 4px;
  font-weight: 600;
}
.exchange__fields-attention .attention__text {
  font-size: 13px;
  line-height: 22px;
}
.exchange__fields-item {
  position: relative;
  scroll-margin-top: 150px;
}
.exchange__fields-item.error .exchange__field,
.exchange__fields-item.error .exchange__field-custom {
  border-color: var(--main);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.exchange__fields-item.error .exchange__fields-choice {
  margin-bottom: 10px;
}
.exchange__fields-item .hidden {
  position: absolute;
  background: var(--bg);
  z-index: 5;
  border: 2px solid #cbd0d5;
  border-top: 0;
  box-sizing: border-box;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    position: fixed;
    z-index: 2;
  }
}
.exchange__fields-item .hidden.isMemo .hidden__list {
  margin-top: 0;
  padding: 0;
}
.exchange__fields-item .hidden__empty {
  padding-left: 40px;
  font-weight: 500px;
}
.exchange__fields-item .hidden__header {
  display: none;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__header {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
  }
  .exchange__fields-item .hidden__header-close {
    display: flex;
    margin-left: auto;
  }
  .exchange__fields-item .hidden__header-close .icon-close {
    margin-left: 10px;
    align-self: flex-start;
  }
}
.exchange__fields-item .hidden__search {
  padding: 17px 20px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__search {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.exchange__fields-item .hidden__search-field {
  border-radius: 4px;
  height: 40px;
  padding: 0 20px;
}
.exchange__fields-item .hidden__choose {
  display: flex;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin: -3px -3px;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__choose {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.exchange__fields-item .hidden__choose .radio {
  display: none;
}
.exchange__fields-item .hidden__choose-link {
  margin: 3px;
  padding: 2px 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  border-radius: 4px;
  transition: none;
}
.exchange__fields-item .hidden__choose-link:hover span {
  border-color: transparent;
}
.exchange__fields-item .hidden__choose-link span {
  border-bottom: 1px dashed rgba(46, 64, 87, 0.5);
}
.exchange__fields-item .hidden__choose .radio:checked + .hidden__choose-link {
  background: var(--main);
  color: var(--bg);
}
.exchange__fields-item
  .hidden__choose
  .radio:checked
  + .hidden__choose-link
  span {
  border-color: transparent;
}
.exchange__fields-item .hidden__list {
  margin-top: 15px;
  padding-bottom: 15px;
  max-height: 230px;
  overflow: auto;
  overscroll-behavior: none;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__list {
    max-height: none;
    height: calc(100vh - 350px);
    padding-bottom: 250px;
  }
}
.exchange__fields-item .hidden__list::-webkit-scrollbar {
  width: 6px;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__list::-webkit-scrollbar {
    width: 2px;
  }
}
.exchange__fields-item .hidden__list::-webkit-scrollbar-track {
  background: var(--bg);
  border-radius: 2px;
  width: 6px;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__list::-webkit-scrollbar-track {
    width: 100%;
  }
}
.exchange__fields-item .hidden__list::-webkit-scrollbar-thumb {
  background: rgba(46, 64, 87, 0.3);
  border-radius: 8px;
}
.exchange__fields-item .hidden__item {
  display: block;
}
.exchange__fields-item .hidden__item-row {
  display: flex;
  align-items: center;
  padding: 6px 92px 6px 30px;
  min-height: 44px;
  box-sizing: border-box;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__item-row {
    flex-wrap: wrap;
    min-height: 54px;
    padding: 9px 20px;
  }
}
.exchange__fields-item .hidden__item-row:hover {
  background: #fff8f5;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__item-row:hover {
    background: transparent;
  }
}
.exchange__fields-item .hidden__item-row.active {
  background: #fff8f5;
  cursor: default;
}
.exchange__fields-item .hidden__item-row.disabled .hidden__item-img,
.exchange__fields-item .hidden__item-row.disabled .hidden__item-name {
  opacity: 0.4;
}
.exchange__fields-item .hidden__item-row.disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.exchange__fields-item .hidden__item-row .icon-checked {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.exchange__fields-item .hidden__item-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__item-wrapper {
    display: block;
    line-height: 24px;
  }
}
.exchange__fields-item .hidden__item-img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 12px;
}
.exchange__fields-item .hidden__item-reserve {
  color: var(--ltext);
  margin-left: auto;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__item-reserve {
    display: block;
  }
}
.exchange__fields-item .hidden__item-reserve .icon-wait {
  fill: var(--ltext);
}
.exchange__fields-item .hidden__item-notify {
  font-size: 12px;
  line-height: 14px;
  color: var(--main);
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-item .hidden__item-notify {
    display: block;
    margin: 0;
  }
}
.exchange__fields-item .hidden__item-notify:hover {
  color: var(--hover);
}
.exchange__fields-header {
  margin-bottom: 10px;
}
.exchange__fields-header.with-toggle {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-header-wrap {
    margin-right: 10px;
  }
}
.exchange__fields-label {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
.exchange__fields-info {
  color: var(--ltext);
  font-size: 13px;
  line-height: 18px;
}
.exchange__fields-hide {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  background: var(--light);
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.exchange__fields-hide:after,
.exchange__fields-hide:before {
  content: "";
  display: block;
  background: var(--light);
  width: 40px;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.exchange__fields-hide:before {
  left: -40px;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-hide:before {
    left: -20px;
  }
}
.exchange__fields-hide:after {
  right: -40px;
}
@media only screen and (max-width: 767px) {
  .exchange__fields-hide:after {
    right: -20px;
  }
}
.exchange__fields-choice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.exchange__fields-choice .option {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.exchange__fields-choice .option:last-child {
  margin-right: 0;
}
.exchange__fields-choice .option .radio {
  display: none;
}
.exchange__fields-choice .option .custom {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 12px;
  color: var(--main);
  font-weight: 600;
  border: 1px solid rgba(255, 119, 51, 0.5);
  border-radius: 4px;
}
.exchange__fields-choice .option .radio:checked + .custom {
  background: var(--main);
  color: var(--bg);
}
.exchange__fields-choice .option .radio:checked + .custom:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 6px;
  height: 6px;
  display: block;
  margin-left: 10px;
}
.exchange__fields-wrap {
  position: relative;
}
.exchange__fields-wrap.select-wrap .icon-select {
  position: absolute;
  right: 20px;
  top: 23px;
}
.exchange__fields-wrap.active .exchange__field {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #f2f4f5;
}
.exchange__fields-wrap.active .exchange__id-hide {
  display: block;
}
.exchange__fields-wrap.disabled .exchange__id {
  display: none;
}
.exchange__fields-agree {
  font-size: 13px;
  line-height: 22px;
}
.exchange__fields-agree a {
  border-bottom: 1px solid var(--main);
}
.exchange__fields-agree a:hover {
  border-color: transparent;
}
.exchange__fields-text .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}
.exchange__fields-text .num-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: num;
  margin-bottom: 20px;
}
.exchange__fields-text .num-list__item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
}
.exchange__fields-text .num-list__item:last-child {
  margin-bottom: 0;
}
.exchange__fields-text .num-list__item:before {
  counter-increment: num;
  content: counter(num) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
}
.exchange__fields-text .mark-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.exchange__fields-text .mark-list__item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
}
.exchange__fields-text .mark-list__item:last-child {
  margin-bottom: 0;
}
.exchange__fields-text .mark-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--main);
  border-radius: 50%;
}
.exchange__fields-text p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
}
.exchange__fields-text p:last-child {
  margin-bottom: 0;
}
.exchange__agree {
  display: flex;
}
.exchange__agree.--center {
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.exchange__agree.error a {
  color: var(--alarm);
  border-color: var(--alarm);
}
.exchange__agree.error .custom-text {
  color: var(--alarm);
}
.exchange__agree.error .custom-checkbox {
  border-color: var(--alarm);
}
.exchange__agree .checkbox {
  display: none;
}
.exchange__agree .custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(46, 64, 87, 0.2);
  box-sizing: border-box;
  border-radius: 2px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}
.exchange__agree .custom-checkbox .icon-checked {
  width: 16px;
  height: 16px;
  opacity: 0;
}
.exchange__agree .checkbox:checked + .custom-checkbox .icon-checked {
  opacity: 1;
  visibility: visible;
}
.exchange__valet {
  background: #f2f4f5;
  height: 52px;
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 14px;
  box-sizing: border-box;
  cursor: pointer;
}
.exchange__valet.isMemo {
  cursor: default;
}
.exchange__valet:hover .icon-arrow {
  transform: translateY(3px);
}
.exchange__valet-img {
  width: 38px;
  height: 38px;
}
.exchange__valet .icon-arrow {
  flex-shrink: 0;
  margin-left: 6px;
  transition: 0.2s;
}
.exchange__id {
  background: #f2f4f5;
  height: 52px;
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 14px;
  box-sizing: border-box;
  cursor: pointer;
}
.exchange__id:hover .icon-arrow {
  transform: translateY(3px);
}
.exchange__id .icon-arrow {
  flex-shrink: 0;
  margin-left: 10px;
  transition: 0.2s;
}
.exchange__id-hide {
  position: absolute;
  background: var(--bg);
  border: 2px solid #cbd0d5;
  border-top: 0;
  box-sizing: border-box;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 100%;
  display: none;
}
.exchange__id-hide__item {
  cursor: pointer;
  padding: 10px 18px;
  box-sizing: border-box;
  transition: 0.2s;
}
.exchange__id-hide__item:hover {
  background: #fff8f5;
}
.exchange__id-hide__item.active {
  background: #fff8f5;
  cursor: default;
}
.exchange__id-hide__item.active:after {
  content: "";
  width: 18px;
  height: 18px;
  background-size: cover;
  position: absolute;
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .exchange__id-hide__item.active:after {
    right: 20px;
  }
}
.exchange__refusal {
  margin-top: 16px;
  display: block;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.exchange__refusal .checkbox {
  display: none;
}
.exchange__refusal span {
  display: flex;
  align-items: center;
}
.exchange__refusal span:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 2px solid hsla(0, 0%, 62%, 0.5);
  margin-right: 10px;
}
.exchange__refusal span:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  display: block;
  position: absolute;
  left: 6px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.exchange__refusal .checkbox:checked + span:after {
  visibility: visible;
  opacity: 1;
}
.exchange .icon {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 20px;
  top: 9px;
}
.exchange .icon.hidden {
  display: none;
}
.exchange .error-field {
  background: var(--main);
  color: var(--bg);
  font-size: 13px;
  line-height: 22px;
  padding: 3px 20px;
}
.exchange__footer {
  padding: 0 40px;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .exchange__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.exchange__footer.active {
  background: var(--light);
}
.exchange__footer-error {
  margin-bottom: 20px;
  background: rgba(226, 86, 86, 0.1);
  padding: 20px;
  font-size: 13px;
  line-height: 22px;
}
.exchange__action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 80px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .exchange__action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.exchange__action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .exchange__action:hover {
    background: var(--main);
  }
}
.exchange__action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .exchange__action {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.present {
  background: linear-gradient(180deg, #ebebeb, #fff 51.85%);
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1240px) {
  .present {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .present .wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .present {
    padding-top: 16px;
    padding-bottom: 50px;
  }
}
.present__mob-title {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .present__mob-title {
    display: block;
    margin-bottom: 20px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .present__mob-title {
    padding: 0 20px;
  }
}
.present__box {
  display: grid;
  grid-template-columns: 1fr 588px;
  grid-column-gap: 24px;
}
@media only screen and (max-width: 1240px) {
  .present__box {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .present__box {
    grid-gap: 30px;
  }
}
.present__info {
  transition: 0.2s;
}
.present__info.hide {
  opacity: 0;
}
@media only screen and (max-width: 1240px) {
  .present__info {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .present__info {
    padding: 0 20px;
  }
}
.present__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1240px) {
  .present__title {
    display: none;
  }
}
.present__text {
  font-size: 15px;
  line-height: 24px;
}
.present__text a {
  font-weight: 600;
  border-bottom: 1px solid var(--main);
}
.present__text a:hover {
  border-color: transparent;
}
.present__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 1240px) {
  .present__list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .present__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 30px;
  }
}
.present__item {
  display: flex;
}
.present__item .icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  margin-right: 20px;
}
.present__item-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .present__item-title {
    font-size: 16px;
  }
}
.present__item-text {
  font-size: 13px;
  line-height: 22px;
  color: var(--ltext);
}
.confirm__modal {
  z-index: 1;
}
.confirm__modal .over {
  position: fixed;
  background: linear-gradient(
    0deg,
    rgba(46, 64, 87, 0.8),
    rgba(46, 64, 87, 0.8)
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.confirm__modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: var(--bg);
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  width: 792px;
}
@media only screen and (max-width: 767px) {
  .confirm__modal-box {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 30px 20px;
    overflow: auto;
  }
}
.confirm__modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.confirm__modal-close:hover .icon {
  transform: rotate(180deg);
}
.confirm__modal-close .icon {
  transition: 0.3s;
}
.confirm__modal-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .confirm__modal-title {
    padding-right: 45px;
    box-sizing: border-box;
  }
}
.confirm__modal-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 20px;
  grid-column-gap: 24px;
}
@media only screen and (max-width: 767px) {
  .confirm__modal-wrap {
    display: block;
  }
}
.confirm__modal-over {
  display: grid;
  grid-template-columns: 3fr 0.7fr;
  grid-gap: 6px;
  align-items: end;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .confirm__modal-over {
    grid-template-columns: 1fr;
  }
}
.confirm__modal-field {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .confirm__modal-field {
    margin-bottom: 20px;
  }
  .confirm__modal-field:last-child {
    margin-bottom: 0;
  }
  .confirm__modal-field.tag-field {
    margin: 0;
  }
}
.confirm__modal-field img {
  width: 24px;
  height: 24px;
}
.confirm__modal-field .icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  margin-left: 10px;
}
.confirm__modal-label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}
.confirm__modal-label.disabled {
  font-weight: 400;
  color: var(--ltext);
}
.confirm__modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .confirm__modal-footer {
    flex-direction: column;
  }
}
.confirm__modal-action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 60px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .confirm__modal-action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.confirm__modal-action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .confirm__modal-action:hover {
    background: var(--main);
  }
}
.confirm__modal-action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
.confirm__modal-attention {
  background: var(--light);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 2px;
  margin-top: 20px;
}
.confirm__modal-attention strong {
  margin-bottom: 6px;
  font-weight: 600;
  display: block;
}
.confirm__modal-attention p {
  margin: 0;
  margin-bottom: 16px;
}
.confirm__modal-attention p:last-child {
  margin: 0;
}
.confirm__modal-cancel {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--main);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .confirm__modal-cancel {
    margin-top: 30px;
  }
}
.confirm__modal-cancel .icon-cancel {
  fill: var(--main);
  margin-right: 10px;
}
.confirm__field {
  background: rgba(46, 64, 87, 0.06);
  border: 0;
  font-weight: 600;
  padding: 9px 20px;
  box-sizing: border-box;
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: break-all;
  border-radius: 2px;
}
.order {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .order {
    margin-bottom: 40px;
  }
}
.order__info {
  margin-bottom: 50px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .order__info {
    display: block;
    margin-bottom: 30px;
  }
}
.order__info-time {
  margin-right: 20px;
  font-size: 15px;
  background: var(--bg);
  font-weight: 600;
  border-radius: 4px;
  padding: 5px;
  align-self: flex-start;
  flex-shrink: 0;
  width: 70px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .order__info-time {
    font-size: 13px;
    margin-right: 0;
    width: 64px;
    margin-bottom: 10px;
  }
}
.order__info-text {
  font-size: 15px;
  line-height: 24px;
  hyphens: auto;
}
@media only screen and (max-width: 767px) {
  .order__info-text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1240px) {
  .order__info-text {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .order__info-text {
    line-height: 22px;
  }
}
.order__list {
  counter-reset: item;
}
.order .step {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .order .step {
    border-top: 1px solid #e0e2e6;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}
.order .step.active .step__title {
  color: var(--text) !important;
}
.order .step.active .step__title:before {
  background: var(--bg);
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  border-color: transparent;
  color: var(--text);
}
@media only screen and (max-width: 767px) {
  .order .step.active .step__title:before {
    box-shadow: none;
    background: transparent;
  }
}
.order .step.active .step__title .icon-drop {
  fill: var(--text);
}
.order .step.active .step__title span {
  border-color: transparent !important;
}
.order .step.active .step__box {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1240px) {
  .order .step.active .step__box {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .order .step.active .step__box {
    padding-bottom: 50px;
  }
}
.order .step.active .step__inform,
.order .step.active .step__inform-text {
  color: var(--text);
}
.order .step.done .step__box {
  padding-top: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .order .step.done .step__box {
    padding: 0;
  }
}
.order .step.done .step__title {
  color: var(--ltext);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .order .step.done .step__title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.order .step.done .step__title span {
  border-bottom: 1px dashed var(--ltext);
}
.order .step.done .step__title:before {
  font-size: 0;
  border: 4px solid #e0e2e6;
  box-sizing: border-box;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .order .step.done .step__title:before {
    border: none;
    visibility: hidden;
    position: absolute;
  }
}
.order .step.done .step__title .icon-drop {
  display: block;
}
@media only screen and (max-width: 767px) {
  .order .step.done .step__title .icon-drop {
    margin-left: auto;
  }
}
.order .step.done .step__title .icon-done {
  position: absolute;
  left: 15px;
}
@media only screen and (max-width: 1240px) {
  .order .step.done .step__title .icon-done {
    position: static;
  }
}
.order .step.done .step__wrap {
  display: none;
}
.order .step.done .step__wrap.active {
  display: block;
}
.order .step__title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--ltext);
}
@media only screen and (max-width: 767px) {
  .order .step__title {
    font-size: 15px;
  }
}
.order .step__title.active .icon-drop {
  transform: rotate(180deg);
}
.order .step__title .icon-drop {
  width: 10px;
  height: 10px;
  fill: var(--ltext);
  margin-left: 10px;
  transition: 0.2s;
}
.order .step__title:before {
  content: counter(item);
  counter-increment: item;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ltext);
  border-radius: 50%;
  background: var(--bg);
  font-size: 18px;
  border: 4px solid #e0e2e6;
  box-sizing: border-box;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .order .step__title:before {
    font-size: 15px;
    width: auto;
    height: auto;
    border: 0;
  }
}
.order .step__box {
  padding-top: 8px;
  padding-bottom: 40px;
  padding-left: 42px;
  border-left: 4px solid #e0e2e6;
  margin-left: 23.5px;
  transition: 0.2s;
}
.order .step__box.last-step {
  border-color: transparent;
  padding-bottom: 0;
}
@media only screen and (max-width: 1240px) {
  .order .step__box {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .order .step__box {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .order .step__wrap {
    margin-top: 20px;
  }
}
.order .step__cancel {
  font-size: 15px;
  line-height: 18px;
  color: var(--main);
  margin-top: 30px;
  cursor: pointer;
}
.order .step__cancel:hover .icon {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .order .step__cancel {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.order .step__cancel .icon {
  fill: var(--main);
  margin-right: 6px;
  transition: 0.3s;
}
.order .step__content {
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .order .step__content {
    display: block;
    margin-bottom: 30px;
  }
}
.order .step__content.m-none {
  margin: 0;
}
.order .step__inform {
  color: var(--ltext);
  margin-top: 20px;
}
.order .step__inform.mt-none {
  margin-top: 0;
}
.order .step__inform-text {
  color: var(--ltext);
}
.order .step__inform-text p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .order .step__inform-text p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1240px) {
  .order .step__inform-text p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .order .step__inform-text p {
    line-height: 22px;
  }
}
.order .step__inform-text p:last-child {
  margin-bottom: 0;
}
.order .step__inform-text a {
  border-bottom: 1px solid var(--main);
}
.order .step__inform-text a:hover {
  border-color: transparent;
}
.order .step__inform-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .order .step__inform-title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1240px) {
  .order .step__inform-title {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .order .step__inform-title {
    line-height: 22px;
  }
}
.order .step__inform-create {
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 2px;
  background: var(--light);
  margin-bottom: 20px;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  gap: 30px;
}
.order .step__inform-create.--isBlock {
  display: block;
  margin-top: 20px;
}
.order .step__inform-create span {
  font-weight: 600;
}
.order .step__inform-status {
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 2px;
  background: #f5f5f5;
  margin-top: 20px;
  position: relative;
  padding-left: 74px;
  font-size: 15px;
  line-height: 24px;
}
.order .step__inform-status.waiting {
  background: red;
}
.order .step__inform-status.attention {
  background: var(--light);
}
.order .step__inform-status.attention .step__inform-title {
  margin: 0;
}
.order .step__inform-status.attention .icon {
  left: 27px;
  top: 25px;
}
.order .step__inform-status .balls-02 .ball,
.order .step__inform-status .balls-02 .ball:first-of-type,
.order .step__inform-status .balls-02 .ball:nth-of-type(3) {
  background-color: var(--main);
}
.order .step__inform-status.done {
  background: #e6f7f4;
}
.order .step__inform-status .icon {
  position: absolute;
  left: 20px;
}
.order .step__inform-status span {
  font-weight: 600;
}
.order .step__inform-status a {
  color: var(--text);
  border-bottom: 1px solid var(--text);
}
.order .step__inform-status a:hover {
  border-color: transparent;
}
.order .step__inform-status.mt-none {
  margin: 0;
}
.order .step__inform-link {
  display: block;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
}
.order .step__inform-link:hover {
  border-color: transparent;
}
.order .step__inform-resalt {
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 2px;
  background: #f5f5f5;
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
}
.order .step__inform-resalt.waiting {
  background: var(--light);
  padding-left: 74px;
}
.order .step__inform-resalt.done {
  background: #e6f7f4;
  padding-left: 74px;
}
.order .step__inform-resalt span {
  font-weight: 600;
  word-break: break-all;
}
.order .step__inform-resalt .icon {
  position: absolute;
  left: 20px;
}
.order .step__fields {
  flex: 1;
}
.order .step__fields-item {
  margin-bottom: 20px;
}
.order .step__fields-item:last-child {
  margin-bottom: 0;
}
.order .step__fields-item.error .error-field {
  display: block;
}
.order .step__fields-item.error .exchange__field {
  border-color: var(--main);
}
.order .step__fields-header {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .order .step__fields-header {
    grid-auto-flow: row;
    grid-gap: 0;
  }
}
.order .step__fields-label {
  font-size: 15px;
  line-height: 24px;
  color: var(--ltext);
  white-space: break-spaces;
}
@media only screen and (max-width: 767px) {
  .order .step__fields-label {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1240px) {
  .order .step__fields-label {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .order .step__fields-label {
    line-height: 22px;
  }
}
.order .step__fields-label span {
  font-weight: 600;
  color: var(--text);
}
.order .step__fields-label .grey-text {
  color: var(--ltext);
}
.order .step__fields-info {
  color: var(--ltext);
  font-size: 13px;
  line-height: 18px;
}
.order .step__fields-wrap {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 0 20px;
  position: relative;
}
.order .step__fields-hide {
  position: absolute;
  padding: 20px;
  background: #fff;
  box-shadow: 0 6px 6px rgba(39, 39, 39, 0.16);
  border-radius: 2px;
  left: 0;
  top: 100%;
  transition: 0.2s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  word-break: break-all;
}
.order .step__field,
.order .step__fields-hide {
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
}
.order .step__field {
  padding: 17px 65px 17px 16px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 0;
  background: #f5f5f5;
  color: var(--text);
  min-height: 56px;
}
@media only screen and (max-width: 767px) {
  .order .step__field {
    padding-right: 10px;
  }
}
.order .step .icon-valet {
  width: 38px;
  height: 38px;
  display: flex;
  flex-shrink: 0;
  order: -1;
}
.order .step__valet {
  width: 38px;
  height: 38px;
  display: flex;
  margin: auto;
  order: -1;
}
.order .step .copy {
  margin-left: 10px;
  cursor: pointer;
  display: flex;
}
.order .step .copy .copy-text {
  position: absolute;
  color: var(--text);
  padding: 8px;
  background: var(--bg);
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(39, 39, 39, 0.16);
}
@media only screen and (max-width: 1240px) {
  .order .step .copy .copy-text {
    right: 0;
  }
}
.order .step__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .order .step__footer {
    flex-direction: column;
    justify-content: start;
  }
}
.order .step__cancel {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .order .step__cancel {
    margin-top: 30px;
  }
}
.order .step__cancel .icon-cancel {
  fill: var(--main);
  margin-right: 10px;
  flex-shrink: 0;
}
.order .step__pay {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 80px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .order .step__pay {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.order .step__pay:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .order .step__pay:hover {
    background: var(--main);
  }
}
.order .step__pay:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .order .step__pay {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 340px) {
  .order .step__pay {
    padding: 19px 60px;
  }
}
.order .step__qr {
  margin-left: 20px;
}
.order .step__qr.active .step__qr-hide {
  display: block;
}
.order .step__qr.active .icon {
  fill: #9f9f9f;
}
.order .step__qr-hide {
  display: none;
  position: absolute;
  background: var(--bg);
  box-shadow: 0 0 6px rgba(39, 39, 39, 0.16);
  border-radius: 6px;
  bottom: 100%;
  right: -48px;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .order .step__qr-hide {
    width: -moz-max-content;
    width: max-content;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 60px 50px 40px 50px;
  }
}
.order .step__qr-hide:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 12px 10px 0 10px;
  border-style: solid;
  border-top-color: var(--bg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 6px 6px rgba(39, 39, 39, 0.16));
}
@media only screen and (max-width: 767px) {
  .order .step__qr-hide:before {
    display: none;
  }
}
.order .step__qr-close {
  margin-left: auto;
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .order .step__qr-close {
    margin-top: -40px;
    margin-right: -20px;
  }
}
.order .step__qr-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .order .step__qr-img {
    width: 180px;
    height: 180px;
  }
}
.order .step__qr-name {
  color: #9f9f9f;
  max-width: 100px;
  text-align: center;
  margin: 0 auto;
}
.order .step__qr-btn {
  display: flex;
  cursor: pointer;
}
.order .step__qr-btn:hover .icon {
  fill: #9f9f9f;
}
.order .step__qr-btn .icon {
  fill: var(--main);
  transition: 0.2s;
}
.order .step__add {
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 119, 51, 0.07);
  border-radius: 16px;
  width: 100%;
  color: var(--main);
  font-weight: 700;
  margin-top: 30px;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .order .step__add {
    margin-top: 20px;
  }
}
.order .step__add:hover {
  color: var(--hover);
}
.order .step__add .icon {
  margin-right: 10px;
  fill: var(--main);
  flex-shrink: 0;
}
.order .step .card__list {
  margin-top: 30px;
}
.order .step .card__new {
  display: flex;
  align-items: center;
  padding: 22px 30px;
  box-sizing: border-box;
  background: rgba(46, 64, 87, 0.05);
  border-radius: 16px;
  max-height: 70px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__new {
    max-height: none;
    display: block;
    padding: 20px;
    padding-top: 54px;
  }
}
.order .step .card__new.check {
  background: rgba(0, 175, 146, 0.1);
}
.order .step .card__new.check .icon {
  fill: #00af92;
}
.order .step .card__new.check .card__new-status {
  color: #00af92;
}
.order .step .card__new.check .card__new-last {
  color: rgba(46, 64, 87, 0.3);
  font-size: 15px;
}
.order .step .card__new.check .card__new-hide {
  padding-bottom: 8px;
}
.order .step .card__new.check .card__new-last {
  margin-left: 0;
}
.order .step .card__new:last-child {
  margin-bottom: 0;
}
.order .step .card__new .icon {
  flex-shrink: 0;
  margin-right: 20px;
  fill: var(--text);
}
@media only screen and (max-width: 767px) {
  .order .step .card__new .icon {
    position: absolute;
    top: 22px;
    left: 20px;
  }
}
.order .step .card__new-status {
  font-weight: 700;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__new-status {
    margin: 0;
  }
}
.order .step .card__new-hide,
.order .step .card__new-number {
  display: flex;
  align-items: center;
}
.order .step .card__new-hide {
  font-weight: 700;
  color: rgba(46, 64, 87, 0.3);
  justify-content: center;
  margin-right: 16px;
  font-size: 16px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__new-hide {
    display: none;
  }
}
.order .step .card__new-hide:last-child {
  margin-right: 0;
}
.order .step .card__new-last {
  font-weight: 700;
  font-size: 18px;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__new-last {
    display: flex;
    align-items: center;
  }
  .order .step .card__new-last:before {
    content: ". . . .";
    margin-right: 20px;
    font-weight: 700;
    color: rgba(46, 64, 87, 0.3);
    padding-bottom: 12px;
    display: block;
    font-size: 16px;
  }
}
.order .step .card__new-close {
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .order .step .card__new-close {
    position: absolute;
    top: 30px;
    right: 17px;
  }
}
.order .step .card__new-close .icon-close {
  transition: 0.2s;
}
.order .step .card__new-close:hover .icon-close {
  transform: rotate(90deg);
}
.order .step .card__el {
  display: flex;
  align-items: center;
  padding: 23px 20px;
  box-sizing: border-box;
  background: rgba(46, 64, 87, 0.05);
  border-radius: 16px;
  max-height: 70px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.order .step .card__el.not-verify {
  background: rgba(251, 201, 23, 0.1);
  cursor: not-allowed;
}
.order .step .card__el.not-verify .icon {
  fill: #fbc917;
}
.order .step .card__el.not-verify .card__el-last {
  color: rgba(46, 64, 87, 0.5);
  font-size: 15px;
  margin-left: 0;
}
.order .step .card__el.not-verify .card__el-choose {
  color: rgba(46, 64, 87, 0.5);
}
.order .step .card__el.done {
  background: rgba(0, 175, 146, 0.1);
  cursor: default;
}
.order .step .card__el.done .icon {
  fill: #00af92;
}
.order .step .card__el.done .card__el-choose,
.order .step .card__el.done .card__el-last {
  color: #00af92;
}
.order .step .card__el.done .card__el-choose:before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .order .step .card__el.done .card__el-choose:before {
    content: none;
  }
}
.order .step .card__el-choose {
  display: flex;
  align-items: center;
  color: var(--main);
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  margin-left: auto;
}
.order .step .card__el-choose:before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__el-choose:before {
    content: none;
  }
}
.order .step .card__el.check {
  background: rgba(0, 175, 146, 0.1);
}
.order .step .card__el.check .icon {
  fill: #00af92;
}
.order .step .card__el.check .card__el-status {
  color: #00af92;
}
.order .step .card__el.check .card__el-last {
  color: rgba(46, 64, 87, 0.3);
  font-size: 15px;
}
.order .step .card__el.check .card__el-hide {
  padding-bottom: 8px;
}
.order .step .card__el.check .card__el-last {
  margin-left: 0;
}
.order .step .card__el.error {
  background: rgba(226, 86, 86, 0.1);
}
.order .step .card__el.error .icon {
  fill: var(--alarm);
}
.order .step .card__el.error .card__point-status {
  color: var(--alarm);
}
.order .step .card__el.error .card__point-last {
  color: rgba(46, 64, 87, 0.5);
  font-size: 15px;
  margin-left: 0;
}
.order .step .card__el.error .card__point-hide {
  padding-bottom: 8px;
}
.order .step .card__el .icon {
  flex-shrink: 0;
  margin-right: 20px;
  fill: var(--text);
}
@media only screen and (max-width: 767px) {
  .order .step .card__el .icon {
    margin-right: 8px;
  }
}
.order .step .card__el-hide,
.order .step .card__el-number {
  display: flex;
  align-items: center;
}
.order .step .card__el-hide {
  font-weight: 700;
  color: rgba(46, 64, 87, 0.3);
  justify-content: center;
  margin-right: 16px;
  font-size: 16px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__el-hide {
    display: none;
  }
}
.order .step .card__el-hide:last-child {
  margin-right: 0;
}
.order .step .card__el-last {
  font-weight: 700;
  font-size: 18px;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__el-last {
    display: flex;
    align-items: center;
    margin: 0;
  }
}
.order .step .card__point {
  display: flex;
  align-items: center;
  padding: 23px 20px;
  box-sizing: border-box;
  background: rgba(46, 64, 87, 0.05);
  border-radius: 16px;
  max-height: 70px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .order .step .card__point {
    max-height: none;
    flex-wrap: wrap;
    padding: 20px;
  }
}
.order .step .card__point.check {
  background: rgba(0, 175, 146, 0.1);
}
.order .step .card__point.check .icon {
  fill: #00af92;
}
.order .step .card__point.check .card__point-status {
  color: #00af92;
}
.order .step .card__point.check .card__point-last {
  color: rgba(46, 64, 87, 0.5);
  font-size: 15px;
  margin-left: 0;
}
.order .step .card__point.check .card__point-hide {
  padding-bottom: 8px;
}
.order .step .card__point.error {
  background: rgba(226, 86, 86, 0.1);
}
.order .step .card__point.error .icon {
  fill: var(--alarm);
}
.order .step .card__point.error .card__point-status {
  color: var(--alarm);
}
.order .step .card__point.error .card__point-last {
  color: rgba(46, 64, 87, 0.5);
  font-size: 15px;
  margin-left: 0;
}
.order .step .card__point.error .card__point-hide {
  padding-bottom: 8px;
}
.order .step .card__point .icon {
  flex-shrink: 0;
  margin-right: 20px;
  fill: var(--ltext);
}
@media only screen and (max-width: 767px) {
  .order .step .card__point .icon {
    margin-right: 8px;
  }
}
.order .step .card__point-status {
  font-weight: 700;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__point-status {
    margin: 0;
    flex: 1;
    width: 100%;
  }
}
.order .step .card__point-number {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .order .step .card__point-number {
    width: 100%;
    margin-top: 4px;
    padding-left: 48px;
  }
}
.order .step .card__point-hide {
  font-weight: 700;
  color: rgba(46, 64, 87, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-size: 16px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__point-hide {
    display: none;
  }
}
.order .step .card__point-hide:last-child {
  margin-right: 0;
}
.order .step .card__point-last {
  font-weight: 700;
  font-size: 18px;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__point-last {
    display: flex;
    align-items: center;
  }
}
.order .step .card__point-close {
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .order .step .card__point-close {
    position: absolute;
    top: 20px;
    right: 12px;
  }
}
.order .step .card__point-close .icon-close {
  transition: 0.2s;
}
.order .step .card__point-close:hover .icon-close {
  transform: rotate(90deg);
}
.order .step .card__error {
  padding: 23px 20px;
  box-sizing: border-box;
  background: rgba(226, 86, 86, 0.1);
  border-radius: 16px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.order .step .card__error .icon {
  flex-shrink: 0;
  margin-right: 20px;
  fill: var(--alarm);
}
@media only screen and (max-width: 767px) {
  .order .step .card__error .icon {
    margin-right: 8px;
  }
}
.order .step .card__error-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .order .step .card__error-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.order .step .card__error-text {
  margin-top: 4px;
  color: rgba(46, 64, 87, 0.5);
  padding-left: 58px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__error-text {
    padding-left: 0;
  }
}
.order .step .card__error-status {
  font-weight: 700;
  margin-right: 30px;
  color: var(--alarm);
}
@media only screen and (max-width: 767px) {
  .order .step .card__error-status {
    margin: 0;
    flex: 1;
    width: 100%;
  }
}
.order .step .card__error-number {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .order .step .card__error-number {
    width: 100%;
    margin-top: 4px;
    padding-left: 48px;
  }
}
.order .step .card__error-hide {
  font-weight: 700;
  color: rgba(46, 64, 87, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-size: 16px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .order .step .card__error-hide {
    display: none;
  }
}
.order .step .card__error-hide:last-child {
  margin-right: 0;
}
.order .step .card__error-last {
  font-weight: 700;
  font-size: 15px;
  color: rgba(46, 64, 87, 0.5);
}
@media only screen and (max-width: 767px) {
  .order .step .card__error-last {
    display: flex;
    align-items: center;
  }
}
.order .step .card__error-close {
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .order .step .card__error-close {
    position: absolute;
    top: 20px;
    right: 12px;
  }
}
.order .step .card__error-close .icon-close {
  transition: 0.2s;
}
.order .step .card__error-close:hover .icon-close {
  transform: rotate(90deg);
}
.loader {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .loader {
    align-self: flex-start;
    margin-top: 20px;
    top: 20px;
  }
}
.loader:after,
.loader:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.balls-02 .loader-container {
  width: 30px;
  height: 30px;
  animation: balls2-1 9s linear infinite;
}
.balls-02 .ball {
  position: absolute;
  width: 35%;
  height: 35%;
  border-radius: 50%;
  transform: translateY(0) translateX(-50%) translateZ(0);
  transform-origin: center;
  background-color: var(--ltext);
}
.balls-02 .ball:first-of-type {
  top: 0;
  left: 0;
  transform: translate(0);
  animation: balls2-2 3s linear infinite;
}
.balls-02 .ball:nth-of-type(2) {
  top: 0;
  right: 0;
  transform: translate(0);
  animation: balls2-3 3s linear infinite;
}
.balls-02 .ball:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transform: translate(0);
  animation: balls2-4 3s linear infinite;
}
.balls-02 .ball:nth-of-type(4) {
  bottom: 0;
  right: 0;
  transform: translate(0);
  animation: balls2-5 3s linear infinite;
}
.balls-02 .ball:first-of-type,
.balls-02 .ball:nth-of-type(3) {
  background-color: var(--ltext);
}
.highlight-text {
  background: var(--light);
  padding: 10px;
  font-weight: 700;
}
.cards__modal {
  z-index: 2;
}
.cards__modal .over {
  position: fixed;
  background: linear-gradient(
    0deg,
    rgba(46, 64, 87, 0.8),
    rgba(46, 64, 87, 0.8)
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.3s;
}
.cards__modal.--kzt .cards__modal-item:first-child {
  grid-column: 1/3;
}
@media only screen and (max-width: 1240px) {
  .cards__modal.--kzt .cards__modal-item:first-child {
    grid-column: 1/1;
  }
}
.cards__modal.--kzt .cards__modal-action {
  margin-top: 0;
}
.cards__modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 3;
}
@media only screen and (max-width: 1240px) {
  .cards__modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.cards__modal-scroll {
  width: 100%;
  height: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  z-index: 3;
}
@media only screen and (max-width: 1240px) {
  .cards__modal-scroll {
    margin: 0;
    max-width: 100%;
  }
}
.cards__modal-hdr {
  background: rgba(46, 64, 87, 0.06);
  padding: 40px 40px 40px 80px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .cards__modal-hdr {
    padding: 20px;
  }
}
.cards__modal-order {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cards__modal-order .name {
  font-weight: 600;
  margin-right: 5px;
}
.cards__modal-ex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .cards__modal-ex {
    display: block;
  }
}
.cards__modal-ex .name {
  font-weight: 600;
  margin-right: 5px;
}
.cards__modal-ex .ex__info {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cards__modal-ex .ex__info {
    display: block;
    margin-top: 2px;
  }
}
.cards__modal-ex .ex__info-item {
  display: flex;
  align-items: center;
}
.cards__modal-ex .ex__info-name {
  line-height: 24px;
  font-size: 15px;
}
.cards__modal-ex .ex__info-logo {
  margin: 0 10px;
  width: 20px;
  height: 20px;
}
.cards__modal-ex .ex__info .icon {
  transform: rotate(-90deg);
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .cards__modal-ex .ex__info .icon {
    transform: rotate(0);
  }
}
.cards__modal-close {
  margin-left: auto;
  display: flex;
  top: 30px;
  right: 30px;
  display: block;
  cursor: pointer;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .cards__modal-close {
    top: 18px;
    right: 20px;
  }
}
.cards__modal-close:hover .icon {
  transform: rotate(180deg);
}
.cards__modal-close .icon {
  transition: 0.3s;
}
.cards__modal-choose {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cards__modal-choose {
    display: block;
  }
}
.cards__modal-choose__item {
  font-weight: 600;
  color: var(--main);
  border: 1px solid rgba(255, 119, 51, 0.5);
  border-radius: 4px;
  padding: 6px 12px;
  box-sizing: border-box;
  height: 36px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .cards__modal-choose__item {
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-bottom: 10px;
  }
}
.cards__modal-choose__item:last-child {
  margin: 0;
}
.cards__modal-choose__item.active,
.cards__modal-choose__item:hover {
  background: var(--main);
  color: var(--bg);
}
.cards__modal-box {
  background: var(--bg);
  border-radius: 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  width: 792px;
  position: relative;
  overflow: hidden;
  counter-reset: num;
}
@media only screen and (max-width: 1240px) {
  .cards__modal-box {
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  .cards__modal-box .skeleton__block {
    width: auto;
  }
}
.cards__modal-title {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cards__modal-title {
    padding-left: 30px;
  }
}
.cards__modal-title:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: -40px;
}
@media only screen and (max-width: 767px) {
  .cards__modal-title:before {
    left: 0;
  }
}
.cards__modal-wrapper {
  display: grid;
  grid-template-columns: 418px 1fr;
  grid-gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .cards__modal-wrapper {
    grid-template-columns: 1fr;
  }
}
.cards__modal-wrapper.--col1 {
  grid-template-columns: 1fr;
}
.cards__modal-item.holder {
  grid-column: 1/1;
}
@media only screen and (max-width: 767px) {
  .cards__modal-item.holder {
    grid-column: 1/1;
  }
}
.cards__modal-item.holder .cards__modal-field__item {
  text-transform: uppercase;
}
.cards__modal-form {
  padding: 40px 40px 40px 80px;
  padding-top: 30px;
  box-sizing: border-box;
  background: var(--bg);
}
@media only screen and (max-width: 767px) {
  .cards__modal-form {
    padding: 30px 20px 40px 20px;
  }
}
.cards__modal-title {
  margin-bottom: 20px;
}
.cards__modal-photo {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.cards__modal-photo img {
  width: auto;
  max-width: 180px;
  max-height: 110px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cards__modal-delete {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: rgba(46, 64, 87, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.cards__modal-delete .icon {
  fill: var(--bg);
}
.cards__modal-label {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: block;
}
.cards__modal-prompt {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 22px;
  color: var(--ltext);
}
.cards__modal-field {
  position: relative;
  width: 100%;
}
.cards__modal-field__item {
  text-transform: uppercase;
}
.cards__modal-field.error .error-field {
  display: block;
}
.cards__modal-field.error .cards__modal-field__item {
  border-color: var(--main);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cards__modal-field .error-field {
  background: var(--main);
  color: var(--bg);
  font-size: 13px;
  line-height: 22px;
  padding: 3px 20px;
  display: none;
}
.cards__modal-load {
  margin-top: 20px;
}
.cards__modal-load-wrap {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-gap: 10px;
}
@media only screen and (max-width: 1240px) {
  .cards__modal-load-wrap {
    display: block;
  }
}
.cards__modal-inform {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
.cards__modal-loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  border: 2px dashed rgba(255, 119, 51, 0.3);
  width: 180px;
  text-align: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 1240px) {
  .cards__modal-loader {
    width: 100%;
  }
}
.cards__modal-loader .file {
  display: none;
}
.cards__modal-loader .icon {
  flex-shrink: 0;
  margin-bottom: 10px;
}
.cards__modal-loader__text {
  color: var(--main);
  font-weight: 600;
}
.cards__modal-qr {
  display: grid;
  grid-template-columns: 120px 1fr;
  background: rgba(46, 64, 87, 0.06);
  padding: 20px;
  box-sizing: border-box;
  grid-column-gap: 20px;
  grid-row-gap: 8px;
}
@media only screen and (max-width: 1240px) {
  .cards__modal-qr {
    display: none;
  }
}
.cards__modal-qr p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.cards__modal-qr p a {
  font-weight: 600;
}
.cards__modal-code {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.cards__modal-sent {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  box-sizing: border-box;
  margin-top: 10px;
  color: #00af92;
}
.cards__modal-success {
  display: flex;
  align-items: center;
  padding: 9px 20px;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
}
.cards__modal-success .icon {
  margin-right: 20px;
  flex-shrink: 0;
}
.cards__modal-status {
  display: flex;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 2px;
  margin-top: 20px;
  background: rgba(0, 175, 146, 0.1);
}
.cards__modal-status.error {
  background: rgba(226, 86, 86, 0.1);
}
.cards__modal-status.error .cards__modal-status__title {
  color: var(--alarm);
}
.cards__modal-status__title {
  font-weight: 700;
  margin-bottom: 4px;
}
.cards__modal-status__text {
  font-size: 15px;
  line-height: 24px;
  color: var(--ltext);
}
.cards__modal-status .icon {
  margin-right: 20px;
  flex-shrink: 0;
}
.cards__modal-add {
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  box-sizing: border-box;
  border-radius: 4px;
  align-self: end;
  height: 56px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  border: 2px dashed rgba(255, 119, 51, 0.3);
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 1240px) {
  .cards__modal-add {
    display: flex;
  }
}
.cards__modal-add .file {
  display: none;
}
.cards__modal-add .icon {
  margin-right: 10px;
}
.cards__modal-add__text {
  color: var(--main);
  font-weight: 600;
}
.cards__modal-action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 380px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cards__modal-action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cards__modal-action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .cards__modal-action:hover {
    background: var(--main);
  }
}
.cards__modal-action:disabled {
  background: var(--over);
}
@media only screen and (max-width: 767px) {
  .cards__modal-action {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cards__modal-action:disabled {
  background: #f2f4f5;
  color: var(--ltext);
  cursor: not-allowed;
}
.cards__modal-action:disabled .icon {
  fill: var(--ltext);
}
.cards__modal-action .icon {
  margin-right: 10px;
  fill: var(--bg);
}
.cards__modal-save {
  margin-top: 20px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cards__modal-save {
    width: auto;
  }
}
.cards__modal-save .checkbox {
  display: none;
}
.cards__modal-save__text {
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.cards__modal-save__text:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(46, 64, 87, 0.2);
  box-sizing: border-box;
  border-radius: 2px;
  margin-right: 10px;
  flex-shrink: 0;
}
.cards__modal-save .icon-checked {
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
  visibility: hidden;
}
.cards__modal-save .checkbox:checked + .icon-checked {
  opacity: 1;
  visibility: visible;
}
.cards__modal-info {
  box-sizing: border-box;
  padding: 0 40px 40px 80px;
  background: var(--bg);
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .cards__modal-info {
    padding: 0 20px 40px 20px;
  }
}
.cards__modal-option {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.cards__modal-one {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .cards__modal-one {
    display: block;
  }
}
.cards__modal-two {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .cards__modal-two {
    display: block;
  }
}
.cards__modal-img {
  border-radius: 4px;
  max-width: 344px;
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .cards__modal-img {
    margin: 0;
    margin-bottom: 10px;
  }
}
.cards__modal-img.one:before {
  content: "1";
}
.cards__modal-img.one:before,
.cards__modal-img.two:before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bg);
  font-weight: 700;
  padding: 12px 15px;
  background: rgba(46, 64, 87, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
}
.cards__modal-img.two:before {
  content: "2";
}
.cards__modal-img img {
  border-radius: 4px;
  width: 240px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .cards__modal-img img {
    width: 280px;
    height: 130px;
  }
}
.cards__modal-text p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}
.cards__modal-text p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cards__modal-text p {
    margin-bottom: 12px;
  }
}
.cards__modal-text h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .cards__modal-text h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cards__modal-text h2 {
    margin-bottom: 12px;
  }
}
.cards__modal-text h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .cards__modal-text h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cards__modal-text h3 {
    margin-bottom: 12px;
  }
}
.cards__modal-text h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cards__modal-text h4 {
    margin-bottom: 12px;
  }
}
.cards__modal-text h5 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .cards__modal-text h5 {
    margin-bottom: 12px;
  }
}
.account {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .account {
    margin-top: 30px;
  }
}
.account .preloader {
  border-radius: 0;
}
.account__title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .account__title {
    margin-bottom: 10px;
  }
}
.account__email {
  background: rgba(46, 64, 87, 0.05);
  border-radius: 2px;
  padding: 16px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.account__email-option {
  font-weight: 600;
  color: var(--ltext);
  margin-right: 5px;
}
.account__email-resalt {
  font-weight: 600;
}
.account__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .account__box {
    margin-top: 50px;
  }
}
.account__box-title {
  margin-bottom: 20px;
}
.account__box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 767px) {
  .account__box-wrap {
    display: block;
  }
}
.account__box-field {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .account__box-field {
    margin-bottom: 20px;
  }
  .account__box-field:last-child {
    margin-bottom: 0;
  }
}
.account__box-field.error .account__field {
  border-color: var(--main);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.account__box-field .error-field {
  background: var(--main);
  color: var(--bg);
  font-size: 13px;
  line-height: 22px;
  padding: 3px 20px;
}
.account__box-label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}
.account__action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 40px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .account__action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.account__action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .account__action:hover {
    background: var(--main);
  }
}
.account__action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .account__action {
    margin-top: 20px;
  }
  .cards {
    margin-top: 30px;
  }
}
.cards__title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cards__title {
    margin-bottom: 12px;
  }
}
.cards__text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}
.cards__add,
.cards__content {
  display: flex;
  flex: 1;
  align-items: center;
}
.cards__add {
  position: relative;
  background: #fff5f1;
  border-radius: 16px;
  padding: 33px 0;
  box-sizing: border-box;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  min-height: 90px;
}
.cards__add .file {
  display: none;
}
.cards__add .icon {
  margin-right: 10px;
  fill: var(--main);
}
.cards__add-text {
  font-weight: 700;
  color: var(--main);
}
.cards__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  position: relative;
}
.cards__item {
  padding: 30px;
  padding-right: 50px;
  box-sizing: border-box;
  background: rgba(46, 64, 87, 0.05);
  border-radius: 16px;
  min-height: 90px;
  position: relative;
}
.cards__item:hover .cards__item-close {
  display: block;
}
@media only screen and (max-width: 1240px) {
  .cards__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cards__item {
    padding: 20px;
    padding-right: 40px;
    min-height: auto;
  }
}
.cards__item .icon {
  fill: var(--text);
  flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .cards__item .icon {
    display: none;
  }
}
.cards__item.new {
  background: rgba(0, 175, 146, 0.1);
}
.cards__item.new .icon {
  fill: #00af92;
  flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .cards__item.new .icon {
    display: none;
  }
}
.cards__item.new .cards__item-status {
  color: #00af92;
}
.cards__item.new .cards__item-last {
  color: rgba(46, 64, 87, 0.5);
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .cards__item.new .cards__item-last:before {
    padding-bottom: 6px;
  }
}
.cards__item.new .cards__item-hide {
  padding-bottom: 8px;
}
.cards__item.new .cards__item-last {
  margin-left: 0;
}
.cards__item.reject {
  background: rgba(226, 86, 86, 0.1);
}
.cards__item.reject .cards__item-status {
  color: var(--alarm);
}
.cards__item.reject .cards__item-last {
  color: rgba(46, 64, 87, 0.5);
  font-size: 15px;
}
.cards__item.reject .cards__item-hide {
  padding-bottom: 6px;
}
.cards__item.reject .cards__item-last {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .cards__item.reject .cards__item-last:before {
    padding-bottom: 6px;
  }
}
.cards__item.reject .icon {
  flex-shrink: 0;
  margin-right: 20px;
  fill: var(--alarm);
}
@media only screen and (max-width: 767px) {
  .cards__item.reject .icon {
    display: none;
  }
}
.cards__item-wrap {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .cards__item-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cards__item-status {
  font-weight: 700;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .cards__item-status {
    margin-right: 20px;
    margin-bottom: 3px;
  }
}
.cards__item-number {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media only screen and (max-width: 1240px) {
  .cards__item-number {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cards__item-number {
    margin: 0;
  }
}
.cards__item-text {
  padding-left: 58px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 24px;
  color: rgba(46, 64, 87, 0.5);
}
@media only screen and (max-width: 767px) {
  .cards__item-text {
    padding: 0;
    font-size: 13px;
    line-height: 22px;
  }
}
.cards__item-hide {
  font-weight: 700;
  color: rgba(46, 64, 87, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-size: 16px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .cards__item-hide {
    display: none;
  }
}
.cards__item-hide:last-child {
  margin-right: 0;
}
.cards__item-last {
  font-weight: 700;
  font-size: 18px;
  margin-left: 4px;
  color: var(--text);
}
@media only screen and (max-width: 767px) {
  .cards__item-last {
    display: flex;
    align-items: center;
  }
  .cards__item-last:before {
    content: ". . . .";
    margin-right: 20px;
    font-weight: 700;
    color: rgba(46, 64, 87, 0.3);
    padding-bottom: 12px;
    display: block;
    font-size: 16px;
  }
}
.cards__item-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1240px) {
  .cards__item-close {
    display: block;
  }
}
.cards__item-close .icon-close {
  fill: #2e4057;
  opacity: 0.5;
}
.cards__item-img {
  width: auto;
  max-width: 83px;
  margin-right: auto;
}
.history {
  overflow: hidden;
}
.history__header {
  display: flex;
  align-items: center;
  background: rgba(46, 64, 87, 0.05);
  border-radius: 2px;
  padding: 16px 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .history__header {
    margin-bottom: 30px;
    padding: 16px 13px;
  }
}
.history__header-title {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  color: var(--ltext);
}
@media only screen and (max-width: 767px) {
  .history__header-title {
    display: none;
  }
}
.history__header-dates {
  display: flex;
  align-items: center;
}
.history__header-date {
  border: 0;
  height: auto;
  font-weight: 600;
  border-radius: 0;
  width: 120px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 0;
  line-height: normal;
}
@media only screen and (max-width: 1240px) {
  .history__header-date {
    width: auto;
  }
}
.history__header-date:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  right: 0;
}
.history__header-date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
  opacity: 0;
}
.history__header .decor {
  margin: 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ltext);
}
@media only screen and (max-width: 1240px) {
  .history__header .decor {
    transform: rotate(90deg);
  }
}
.history__tabel {
  box-sizing: border-box;
  transform: rotateX(180deg);
  min-height: 100px;
}
@media only screen and (max-width: 1240px) {
  .history__tabel {
    padding-top: 10px;
  }
}
.history__tabel-header {
  display: grid;
  grid-template-columns: 90px 170px 210px 222px 30px;
  grid-gap: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ltext);
  width: -moz-max-content;
  width: max-content;
  padding-left: 10px;
  padding-right: 10px;
}
.history__tabel-th {
  font-weight: 600;
  font-size: 13px;
  color: var(--ltext);
}
.history__tabel-item {
  display: grid;
  grid-template-columns: 90px 170px 210px 222px 30px;
  grid-gap: 10px;
  padding: 16px 10px;
  border-bottom: 1px solid hsla(0, 0%, 62%, 0.3);
  width: -moz-max-content;
  width: max-content;
}
.history__tabel-item:hover {
  background: rgba(255, 119, 51, 0.07);
}
.history__tabel-td {
  font-size: 15px;
  line-height: 22px;
  word-break: break-word;
}
.history__tabel-td.ht-date {
  font-size: 15px;
  line-height: 22px;
  color: var(--ltext);
}
.history__tabel-td.ht-sum {
  font-weight: 600;
  text-align: right;
}
.history__tabel-link:hover {
  opacity: 0.8;
}
.referal {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .referal {
    margin-top: 30px;
  }
}
.referal__title {
  margin-bottom: 20px;
}
.referal__info {
  padding: 40px 30px 30px 30px;
  box-sizing: border-box;
  background: rgba(255, 119, 51, 0.1);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 36px;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .referal__info {
    padding: 30px 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    grid-column-gap: 20px;
    grid-row-gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .referal__info {
    padding: 20px;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.referal__info-title {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .referal__info-title {
    margin: 0;
  }
}
.referal__info-links {
  grid-column: 2/4;
}
@media only screen and (max-width: 1240px) {
  .referal__info-links {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 767px) {
  .referal__info-links {
    grid-column: 1/1;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.referal__info-link {
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1px;
  display: flex;
  align-items: center;
  word-break: break-all;
  position: relative;
  gap: 4px;
}
@media only screen and (max-width: 767px) {
  .referal__info-link {
    display: inline;
    line-height: 22px;
    align-items: flex-start;
    max-width: 300px;
  }
}
.referal__info-link:last-child {
  margin-bottom: 0;
}
.referal__info-link .copy {
  margin-left: 10px;
  cursor: pointer;
}
.referal__info-link .copy .copy-text {
  position: absolute;
  color: var(--text);
  padding: 8px;
  background: var(--bg);
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(39, 39, 39, 0.16);
}
.referal__info-item {
  display: flex;
}
.referal__info-decor {
  margin-right: 16px;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 119, 51, 0.4);
  border-radius: 50%;
}
.referal__info-num {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: var(--text);
}
.referal__info-option {
  font-size: 13px;
  white-space: nowrap;
}
.referal__info-action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 36px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .referal__info-action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.referal__info-action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .referal__info-action:hover {
    background: var(--main);
  }
}
.referal__info-action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@media only screen and (max-width: 1240px) {
  .referal__info-action {
    padding: 19px 23px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .referal__info-action {
    display: block;
  }
}
.referal__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(46, 64, 87, 0.05);
  border-radius: 2px;
  padding: 16px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1240px) {
  .referal__control {
    display: block;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .referal__control {
    margin-bottom: 30px;
    padding: 16px 13px;
  }
}
.referal__control-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1240px) {
  .referal__control-wrap {
    margin-bottom: 16px;
    display: block;
  }
  .referal__control-wrap:last-child {
    margin-bottom: 0;
  }
}
.referal__control-title {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  color: var(--ltext);
}
@media only screen and (max-width: 1240px) {
  .referal__control-title {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.referal__control-dates {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1240px) {
  .referal__control-dates {
    display: block;
  }
}
.referal__control-item {
  position: relative;
  min-width: 180px;
}
.referal__control-item .icon {
  position: absolute;
  top: 18px;
  right: 20px;
  pointer-events: none;
}
.referal__control-date {
  border: 0;
  height: auto;
  font-weight: 600;
  border-radius: 0;
  width: 120px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 0;
  line-height: normal;
}
@media only screen and (max-width: 1240px) {
  .referal__control-date {
    width: auto;
  }
}
.referal__control-date:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  right: 0;
}
.referal__control-date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
  opacity: 0;
}
.referal__control .decor {
  margin: 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ltext);
}
@media only screen and (max-width: 1240px) {
  .referal__control .decor {
    margin: 10px;
    visibility: hidden;
  }
}
.referal__control-action {
  font-weight: 600;
  border-bottom: 1px dashed var(--text);
  margin-right: 10px;
  cursor: pointer;
}
.referal__control-action:hover {
  border-color: transparent;
}
.referal__control-action.active {
  padding: 4px 20px;
  box-sizing: border-box;
  background: var(--main);
  border: 0;
  border-radius: 20px;
  color: var(--bg);
  cursor: default;
}
.referal__tabel {
  box-sizing: border-box;
  transform: rotateX(180deg);
  min-height: 100px;
}
@media only screen and (max-width: 1240px) {
  .referal__tabel {
    padding-top: 10px;
  }
}
.referal__tabel-header {
  display: grid;
  grid-gap: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ltext);
  width: -moz-max-content;
  width: max-content;
  padding-left: 10px;
  padding-right: 10px;
}
.referal__tabel-header.col_5 {
  grid-template-columns: 150px 130px 222px 100px 100px;
}
.referal__tabel-header.col_4 {
  grid-template-columns: 150px 200px 122px 140px 93px;
}
.referal__tabel-th {
  font-weight: 600;
  font-size: 13px;
  color: var(--ltext);
}
.referal__tabel-th.hr-sum {
  text-align: right;
  margin-right: 10px;
}
.referal__tabel-item {
  display: grid;
  grid-gap: 10px;
  padding: 16px 10px;
  border-bottom: 1px solid hsla(0, 0%, 62%, 0.3);
  width: -moz-max-content;
  width: max-content;
}
.referal__tabel-item.col_5 {
  grid-template-columns: 150px 130px 222px 100px 100px;
}
.referal__tabel-item.col_4 {
  grid-template-columns: 150px 200px 122px 140px 93px;
}
.referal__tabel-item:hover {
  background: rgba(255, 119, 51, 0.07);
}
.referal__tabel-td {
  font-size: 15px;
  line-height: 22px;
  word-break: break-all;
}
.referal__tabel-td a {
  font-size: 14px;
}
.referal__tabel-td.ht-date {
  font-size: 15px;
  line-height: 22px;
  color: var(--ltext);
}
.referal__tabel-td.ht-sum {
  font-weight: 600;
  text-align: right;
  margin-right: 10px;
}
.referal__tabel-td.ht-bold {
  font-weight: 600;
}
.referal__tabel-link:hover {
  opacity: 0.8;
}
.referal__modal {
  z-index: 1;
  display: none;
}
.referal__modal.show {
  display: block;
}
.referal__modal .over {
  position: fixed;
  background: linear-gradient(
    0deg,
    rgba(46, 64, 87, 0.8),
    rgba(46, 64, 87, 0.8)
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.3s;
}
.referal__modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: var(--bg);
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  width: 792px;
}
@media only screen and (max-width: 767px) {
  .referal__modal-box {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 30px 20px;
    overflow: auto;
  }
}
.referal__modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 3;
}
.referal__modal-close:hover .icon {
  transform: rotate(180deg);
}
.referal__modal-close .icon {
  transition: 0.3s;
}
.referal__modal-title {
  margin-bottom: 20px;
}
.referal__modal-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 24px;
}
@media only screen and (max-width: 767px) {
  .referal__modal-wrap {
    display: block;
  }
}
.referal__modal-field {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .referal__modal-field {
    margin-bottom: 20px;
  }
}
.referal__modal-field.error .error-field {
  display: block;
}
.referal__modal-field.error .referal__field {
  border-color: var(--main);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.referal__modal-field:first-child {
  grid-column: 1/3;
}
.referal__modal-field .hide-info {
  display: block;
  width: 60px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .referal__modal-field .hide-info {
    width: 100%;
  }
}
.referal__modal-field .hide-info:hover .hide-info-text {
  visibility: visible;
}
.referal__modal-field .icon {
  position: absolute;
  right: 20px;
}
.referal__modal-field .hide-info-text {
  position: absolute;
  background: var(--bg);
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  border-radius: 12px;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  width: 378px;
  top: 100%;
  margin-top: 5px;
  right: 0;
  font-size: 13px;
  visibility: hidden;
  line-height: 22px;
}
.referal__modal-field .hide-info-text:before {
  content: "";
  position: absolute;
  border: 8px solid;
  border-color: transparent transparent var(--bg) transparent;
  filter: drop-shadow(0 -6px 6px rgba(0, 0, 0, 0.2));
  display: block;
  top: -15px;
  right: 22px;
  z-index: 0;
}
.referal__modal-field .hide-info-text a {
  color: var(--main);
  font-weight: 600;
  transition: none;
}
@media only screen and (max-width: 767px) {
  .referal__modal-field .hide-info-text {
    width: 100%;
  }
}
.referal__modal-label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}
.referal__modal-label.disabled {
  font-weight: 400;
  color: var(--ltext);
}
.referal__modal-action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 60px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .referal__modal-action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.referal__modal-action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .referal__modal-action:hover {
    background: var(--main);
  }
}
.referal__modal-action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .referal__modal-action {
    margin-top: 24px;
  }
}
.referal__modal .error-field {
  background: var(--main);
  color: var(--bg);
  font-size: 13px;
  line-height: 22px;
  padding: 3px 20px;
}
.referal__field {
  padding-right: 55px;
}
.referal__field:disabled {
  background: rgba(46, 64, 87, 0.06);
  border: 0;
  font-weight: 600;
}
.sidebar {
  display: flex;
  flex-direction: column;
  border-right: 2px solid #e0e2e6;
  position: sticky;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar.lk {
    display: none;
  }
}
@media only screen and (max-width: 1240px) {
  .sidebar {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar {
    overflow: auto;
    position: static;
    border: none;
    border-top: 2px solid #e0e2e6;
    border-bottom: 2px solid #e0e2e6;
    padding: 20px 0;
  }
}
.sidebar__link {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 30px;
  box-sizing: border-box;
  color: var(--text);
  position: relative;
}
.sidebar__link:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__link {
    padding: 0;
  }
}
.sidebar__link:before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  display: block;
  background: var(--main);
  transform: scale(0) translateX(1px);
  transform-origin: top;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .sidebar__link:before {
    content: none;
  }
}
.sidebar__link.router-link-exact-active,
.sidebar__link:hover {
  color: var(--main);
}
.sidebar__link.router-link-exact-active:before {
  transform-origin: bottom;
  transform: scale(1) translateX(1px);
}
.sidebar__link.active {
  color: var(--main);
}
.sidebar__link.active:before {
  transform-origin: bottom;
  transform: scale(1) translateX(1px);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 16px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1240px) {
  .pagination {
    margin-top: 40px;
    gap: 6px;
  }
}
.pagination span {
  font-size: 14px;
  flex-shrink: 0;
}
.pagination__left {
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .pagination__left {
    display: none;
  }
}
.pagination__left .icon {
  stroke: var(--text);
  stroke-width: 2px;
  transition: 0.2s;
}
.pagination__left .icon:hover {
  stroke: var(--main);
}
.pagination__left:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.pagination__left:disabled:hover .icon {
  stroke: var(--text);
}
.pagination__right {
  display: block;
  transform: rotate(-180deg);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .pagination__right {
    display: none;
  }
}
.pagination__right .icon {
  stroke: var(--text);
  stroke-width: 2px;
  transition: 0.2s;
}
.pagination__right .icon:hover {
  stroke: var(--main);
  fill: var(--main);
}
.pagination__right:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.pagination__right:disabled:hover .icon {
  stroke: var(--text);
}
.pagination__btn {
  cursor: pointer;
  color: var(--text);
  font-weight: 700;
  font-size: 18px;
  width: 48px;
  height: 48px;
  background: transparent;
  padding: 10px;
  border-radius: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .pagination__btn {
    font-size: 15px;
  }
}
.pagination__btn:before {
  content: none;
}
.pagination__btn:hover {
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  color: var(--main);
}
@media only screen and (max-width: 767px) {
  .pagination__btn:hover {
    box-shadow: none;
    color: var(--text);
  }
}
.pagination__btn.active {
  color: var(--main);
  background: var(--light);
}
.pagination__btn.active:hover {
  box-shadow: none;
  color: var(--main);
}
.notice {
  z-index: 5;
}
.notice .over {
  position: fixed;
  background: linear-gradient(
    0deg,
    rgba(46, 64, 87, 0.8),
    rgba(46, 64, 87, 0.8)
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.3s;
}
.notice__box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: var(--bg);
  padding: 50px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  width: 432px;
}
.notice__box.positionStatic {
  position: static;
  transform: none;
  padding: 0;
  margin-top: 20px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .notice__box {
    width: 280px;
    padding: 30px 20px;
  }
}
.notice__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .notice__close {
    top: 20px;
    right: 20px;
  }
}
.notice__close:hover .icon {
  transform: rotate(180deg);
}
.notice__close .icon {
  transition: 0.3s;
}
.notice__box-img {
  width: 130px;
  margin: auto;
  height: 130px;
}
.notice__title {
  text-align: center;
}
.notice__text {
  margin-top: 20px;
  text-align: center;
}
.notice__action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 80px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .notice__action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.notice__action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .notice__action:hover {
    background: var(--main);
  }
}
.notice__action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
.recomend {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1240px) {
  .recomend {
    margin-bottom: 40px;
  }
}
.recomend__list {
  margin-top: 30px;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .recomend__list {
    margin-top: 20px;
  }
}
.recomend__item {
  background: rgba(46, 64, 87, 0.06);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .recomend__item {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .recomend__item {
    padding: 20px;
  }
}
.recomend__item:last-child {
  margin-bottom: 0;
}
.recomend__item-title {
  color: var(--text);
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}
@media only screen and (max-width: 1240px) {
  .recomend__item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .recomend__item-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1240px) {
  .recomend__item-title {
    line-height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .recomend__item-title {
    line-height: 22px;
  }
}
.recomend__logo {
  margin-bottom: 20px;
  display: block;
}
.recomend__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1240px) {
  .recomend__title {
    margin-bottom: 20px;
  }
}
.recomend__text {
  margin-top: 20px;
  line-height: 24px;
}
.recomend__footer {
  margin-top: 20px;
}
.recomend__footer-link {
  font-weight: 700;
}
.recomend__footer-link:hover {
  opacity: 0.8;
}
.faq {
  background: var(--lbg);
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1240px) {
  .faq {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .faq {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.faq__title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .faq__title {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__title {
    margin-bottom: 12px;
  }
}
.faq__info {
  font-size: 15px;
  line-height: 24px;
}
.faq__info a {
  color: var(--main);
  border-bottom: 1px dashed var(--main);
}
.faq__list {
  margin-top: 50px;
}
@media only screen and (max-width: 1240px) {
  .faq__list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__list {
    margin-top: 30px;
  }
}
.faq__item {
  border: 2px solid var(--border);
  border-radius: 4px;
  transition: 0.2s;
  margin-bottom: 20px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item.active {
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  background: var(--bg);
}
.faq__item.active .icon {
  transform: rotate(180deg);
}
.faq__item:hover {
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
}
.faq__item:hover .faq__item-link {
  color: var(--main);
}
@media only screen and (max-width: 1240px) {
  .faq__item:hover {
    box-shadow: none;
  }
  .faq__item:hover .faq__item-link {
    color: var(--text);
  }
}
.faq__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 26px 40px;
}
@media only screen and (max-width: 1240px) {
  .faq__item-header {
    padding: 23px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__item-header {
    padding: 16px 20px;
  }
}
.faq__item-link {
  font-weight: 600;
  transition: 0.2s;
}
.faq__item .icon {
  stroke: var(--over);
  transition: 0.2s;
  flex-shrink: 0;
  margin-left: 10px;
}
.faq__text {
  display: none;
  padding: 0 40px 26px 40px;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 1240px) {
  .faq__text {
    padding: 0 40px 23px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__text {
    padding: 0 20px 16px 20px;
    margin-top: 4px;
  }
}
.faq__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.faq__text ul li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq__text ul li {
    margin-bottom: 12px;
  }
}
.faq__text ul li:before {
  content: "";
  display: flex;
  background: var(--main);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.faq__action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 60px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .faq__action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.faq__action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .faq__action:hover {
    background: var(--main);
  }
}
.faq__action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
.article {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .article {
    margin-top: 30px;
  }
}
.article h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .article h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article h2 {
    margin-bottom: 12px;
  }
}
.article h3 {
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .article h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article h3 {
    margin-bottom: 12px;
  }
}
.article h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .article h4 {
    margin-bottom: 12px;
  }
}
.article h5 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .article h5 {
    margin-bottom: 12px;
  }
}
.article p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .article p {
    margin-bottom: 12px;
  }
}
.article hr {
  margin: 50px 0;
  background: #e0e2e6;
  border: none;
  height: 2px;
  clear: both;
}
.article hr:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .article hr {
    margin: 30px 0;
  }
}
.article figure {
  margin: 0;
  padding: 0;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .article figure {
    margin: 20px 0;
  }
}
.article figure figcaption {
  color: var(--ltext);
  font-size: 13px;
  margin-top: 10px;
}
.article img {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .article img {
    margin: 20px 0;
  }
}
.article ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .article ol {
    margin: 12px 0;
  }
}
.article ol li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article ol li {
    margin-bottom: 12px;
  }
}
.article ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  font-weight: 600;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.article blockquote {
  padding: 34px 40px;
  margin: 40px 0;
  border: 4px solid var(--main);
  box-sizing: border-box;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .article blockquote {
    margin: 30px 0;
    padding: 24px 20px;
  }
}
.article blockquote cite {
  margin-top: 12px;
  font-weight: 400;
  display: block;
}
.article table {
  width: 100%;
  transform: rotateX(180deg);
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .article table {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .article table {
    width: 600px;
  }
}
.article th {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: var(--ltext);
  padding: 10px 5px;
  border-bottom: 2px solid #9f9f9f;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
}
.article td {
  border-collapse: collapse;
  width: 15%;
  vertical-align: top;
  padding: 16px 5px;
  border-bottom: 1px solid hsla(0, 0%, 62%, 0.3);
}
.article ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .article ul {
    margin: 12px 0;
  }
}
.article ul li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article ul li {
    margin-bottom: 12px;
  }
}
.article ul li:before {
  content: "";
  display: flex;
  background: var(--main);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.article__up {
  display: none;
}
@media only screen and (max-width: 767px) {
  .article__up {
    display: flex;
    align-items: center;
    color: var(--main);
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    margin: 20px 0;
  }
  .article__up .icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
}
.video embed,
.video iframe,
.video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-table {
  overflow: auto;
  width: 100%;
  max-width: 792px;
  box-sizing: border-box;
  margin: 30px auto;
  transform: rotateX(180deg);
}
.wrap-table::-webkit-scrollbar {
  height: 4px;
}
.wrap-table::-webkit-scrollbar-track {
  background: rgba(46, 64, 87, 0.05);
  border-radius: 2px;
  height: 6px;
}
.wrap-table::-webkit-scrollbar-thumb {
  background: var(--text);
  border-radius: 10px;
}
.contacts__title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .contacts__title {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts__title {
    margin-bottom: 12px;
  }
}
.contacts__wrap {
  display: grid;
  grid-template-columns: 1fr 270px;
  grid-column-gap: 96px;
}
@media only screen and (max-width: 1240px) {
  .contacts__wrap {
    display: block;
  }
}
.contacts__info-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contacts__info-wrapper {
    flex-direction: column;
    grid-gap: 20px;
  }
}
.contacts__info-text {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}
.contacts__info-text:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contacts__info-text {
    margin-bottom: 12px;
  }
}
.contacts__info-item {
  padding: 16px 20px;
  box-sizing: border-box;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 2px;
  margin-bottom: 20px;
}
.contacts__info-header {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
}
.contacts__info-header .icon {
  width: 38px;
  height: 38px;
  order: -1;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .contacts__info-header .icon {
    display: none;
  }
}
.contacts__info-label {
  font-weight: 600;
  font-size: 15px;
  color: var(--text);
  margin-right: 5px;
}
.contacts__info-link {
  color: var(--main);
  font-weight: 600;
}
.contacts__info-line {
  font-weight: 600;
}
.contacts__info-main {
  padding-left: 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .contacts__info-main {
    padding-left: 0;
  }
}
.contacts__info-main p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
}
.contacts__info-main p:last-child {
  margin-bottom: 0;
}
.contacts__info-main p:first-child {
  margin-top: 0;
}
.contacts__social {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .contacts__social {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.contacts__social-link:hover {
  opacity: 0.8;
}
.contacts__social-link .icon {
  width: 56px;
  height: 56px;
}
@media only screen and (max-width: 1240px) {
  .contacts__img {
    display: none;
  }
}
.reviews {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .reviews {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.reviews__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 40px;
}
@media only screen and (max-width: 1240px) {
  .reviews__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .reviews__list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.reviews__item {
  background: rgba(46, 64, 87, 0.06);
  border-radius: 12px;
  padding: 30px;
  box-sizing: border-box;
  min-height: 234px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .reviews__item {
    min-height: auto;
    padding: 20px;
  }
}
.reviews__title {
  color: var(--text);
  font-size: 26px;
  line-height: 34px;
  display: block;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1240px) {
  .reviews__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1240px) {
  .reviews__title {
    line-height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews__title {
    line-height: 22px;
  }
}
.reviews__logo {
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .reviews__logo {
    margin-bottom: 40px;
  }
}
.reviews__footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(46, 64, 87, 0.2);
}
.reviews__footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 700;
}
.reviews__footer-link:hover {
  opacity: 0.8;
}
.reviews__footer-link .icon {
  width: 44px;
  height: 12px;
  flex-shrink: 0;
}
.complete {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 60px;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .complete {
    display: block;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.complete__img {
  flex-shrink: 0;
}
@media only screen and (max-width: 1240px) {
  .complete__img {
    display: none;
  }
}
.complete__img img {
  width: 296px;
  height: 268px;
}
.complete__info-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.complete__info-title span {
  font-weight: 600;
}
.complete__check-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .complete__check-title {
    margin-bottom: 12px;
  }
}
.complete__check p {
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}
.complete__check p:last-child {
  margin: 0;
}
.complete__check ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .complete__check ul {
    margin: 12px 0;
  }
}
.complete__check ul li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.complete__check ul li:before {
  content: "";
  display: flex;
  background: var(--main);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.complete__ex {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  align-items: center;
}
.complete__ex-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.complete__ex-logo {
  width: 24px;
  height: 24px;
}
.complete__ex .icon {
  margin: 0 5px;
  transform: rotate(-90deg);
}
.complete__list {
  background: rgba(46, 64, 87, 0.06);
  border-radius: 10px;
  padding: 20px 40px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .complete__list {
    padding: 20px;
  }
}
.complete__list-number {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 8px;
}
.complete__list-number span {
  font-weight: 600;
}
.complete__list-feedback {
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
}
.complete__list-feedback-action {
  font-weight: 600;
  cursor: pointer;
  color: var(--main);
  text-decoration: underline;
}
.complete__list-feedback-action:hover {
  text-decoration: none;
}
.complete__item {
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .complete__item {
    display: block;
  }
}
.complete__item:last-child {
  margin-bottom: 0;
}
.complete__item-option,
.complete__item-resalt p {
  font-size: 15px;
  line-height: 24px;
}
.complete__item-resalt p {
  margin: 0;
  max-width: 440px;
}
@media only screen and (max-width: 767px) {
  .complete__item-resalt p {
    max-width: none;
  }
}
.complete__item-resalt span {
  font-weight: 600;
  word-break: break-all;
  display: flex;
  align-items: center;
  position: relative;
}
.complete__item-resalt a {
  font-weight: 700;
}
.complete__item-resalt .copy {
  margin-left: 10px;
  cursor: pointer;
}
.complete__item-resalt .copy .copy-text {
  position: absolute;
  color: var(--text);
  padding: 8px;
  background: var(--bg);
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(39, 39, 39, 0.16);
}
.complete__item-link {
  font-size: 15px;
  border-bottom: 1px solid var(--main);
  align-self: flex-start;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
}
.complete__item-link:hover {
  border-color: transparent;
}
.complete__review-title {
  margin-bottom: 10px;
}
.complete__review-text {
  font-size: 15px;
  line-height: 24px;
}
.complete__review-text a {
  border-bottom: 1px solid var(--main);
}
.complete__review-text a:hover {
  border-color: transparent;
}
.complete__review-list {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .complete__review-list {
    display: block;
    margin: 20px 0;
  }
}
.complete__review-item {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .complete__review-item {
    margin: 0;
    margin-bottom: 20px;
  }
}
.complete__review-item:last-child {
  margin: 0;
}
.complete__review-link {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 80px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .complete__review-link {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.complete__review-link:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .complete__review-link:hover {
    background: var(--main);
  }
}
.complete__review-link:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .complete__review-link {
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 30px;
  }
}
.complete__again {
  border-top: 1px solid rgba(46, 64, 87, 0.2);
  padding-top: 14px;
}
@media only screen and (max-width: 767px) {
  .complete__again {
    margin-top: 20px;
  }
}
.complete__again-link {
  display: flex;
  align-items: center;
  color: var(--main);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.complete__again-link:hover {
  opacity: 0.8;
}
.complete__again-link .icon {
  margin-right: 10px;
}
.complete__draw-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  color: var(--main);
  font-weight: 700;
}
.complete__draw-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  grid-column: 1/3;
}
@media only screen and (max-width: 1240px) {
  .complete__draw-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .complete__draw-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1240px) {
  .complete__draw-title {
    line-height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .complete__draw-title {
    line-height: 22px;
    grid-column: 1/1;
  }
}
.complete__draw-text {
  line-height: 24px;
  margin-bottom: 20px;
}
.complete__draw-text:last-child {
  margin: 0;
}
.complete__draw-text a {
  font-weight: 700;
}
.complete__draw-text .social {
  position: relative;
  padding-left: 42px;
}
.complete__draw-text .social .icon {
  position: absolute;
  left: 0;
  top: -8px;
}
.complete__draw-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: num;
  margin: 20px 0;
}
.complete__draw-item {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.complete__draw-item a {
  font-weight: 600;
}
.complete__draw-item:last-child {
  margin: 0;
}
.complete__draw-item:before {
  position: absolute;
  left: 0;
  content: counter(num) ".";
  counter-increment: num;
  font-weight: 600;
}
.complete__draw-wrap {
  display: grid;
  grid-template-columns: 210px 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .complete__draw-wrap {
    grid-template-columns: 1fr;
  }
}
.complete__draw-wrap .complete__draw-text,
.complete__draw-wrap:last-child {
  margin: 0;
}
.complete__draw-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .complete__draw-footer {
    margin-top: 20px;
    display: block;
    gap: 20px;
  }
}
.complete__draw-agree {
  font-size: 13px;
  line-height: 22px;
  color: #9f9f9f;
}
@media only screen and (max-width: 767px) {
  .complete__draw-agree {
    text-align: center;
  }
}
.complete__draw-agree a {
  color: var(--main);
  font-weight: 700;
}
.complete__draw-field.error input {
  border-color: var(--main);
}
.complete__draw-field.error .error-field {
  display: block;
}
.complete__draw-field .error-field {
  background: var(--main);
  color: var(--bg);
  font-size: 13px;
  line-height: 22px;
  padding: 3px 20px;
  display: none;
}
.complete__draw-action {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  padding: 19px 80px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  align-self: flex-start;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .complete__draw-action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.complete__draw-action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .complete__draw-action:hover {
    background: var(--main);
  }
}
.complete__draw-action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .complete__draw-action {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
  }
}
.complete__draw-result {
  background: rgba(46, 64, 87, 0.06);
  border-radius: 2px;
  font-weight: 600;
  line-height: 24px;
  padding: 17px 20px 15px 20px;
  height: 56px;
  align-self: flex-start;
  box-sizing: border-box;
}
.complete__draw-more {
  background: rgba(255, 119, 51, 0.07);
  border-radius: 2px;
  cursor: pointer;
  padding: 19px 0;
  color: var(--main);
  font-weight: 700;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 20px;
}
.complete__draw-more:hover {
  opacity: 0.8;
}
.complete__draw-win {
  background: rgba(46, 64, 87, 0.06);
  border-radius: 2px;
  padding: 33px 20px;
  font-weight: 700;
  box-sizing: border-box;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1240px) {
  .complete__draw-win {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .complete__draw-win {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1240px) {
  .complete__draw-win {
    line-height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .complete__draw-win {
    line-height: 22px;
  }
}
.complete .add__rew {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 1240px) {
  .complete .add__rew {
    flex-direction: column;
    margin-top: 20px;
  }
}
.complete .add__rew-link {
  background: rgba(255, 119, 51, 0.07);
  border-radius: 16px;
  padding: 26px 40px;
  box-sizing: border-box;
  color: var(--main);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .complete .add__rew-link {
    flex-direction: column;
    padding: 20px;
  }
}
.complete .add__rew-link img {
  width: 124px;
}
.complete .about__rew {
  margin-top: 50px;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 10px;
  padding: 30px 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1240px) {
  .complete .about__rew {
    padding: 20px;
    margin-top: 40px;
  }
}
.complete .about__rew-title {
  margin-bottom: 10px;
}
.complete .about__rew-text {
  line-height: 24px;
}
.complete .about__rew-text a {
  font-weight: 700;
}
.complete p {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.complete p:last-child {
  margin-bottom: 0;
}
.complete ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .complete ul {
    margin: 12px 0;
  }
}
.complete ul li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .complete ul li {
    margin-bottom: 12px;
  }
}
.complete ul li:before {
  content: "";
  display: flex;
  background: var(--main);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.complete__wallet {
  margin-bottom: 20px;
}
.complete__wallet-label {
  font-size: 15px;
  line-height: 24px;
  color: var(--ltext);
}
@media only screen and (max-width: 767px) {
  .complete__wallet-label {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1240px) {
  .complete__wallet-label {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .complete__wallet-label {
    line-height: 22px;
  }
}
.complete__wallet-wrap {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 0 20px;
  position: relative;
}
.complete__wallet-field {
  padding: 17px 135px 17px 16px;
  width: 100%;
  box-sizing: border-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 0;
  background: #f5f5f5;
  color: var(--text);
  font-weight: 600;
  min-height: 56px;
}
@media only screen and (max-width: 767px) {
  .complete__wallet-field {
    padding-right: 10px;
  }
}
.complete__wallet .copy {
  cursor: pointer;
}
.complete__wallet .copy-text {
  position: absolute;
  color: var(--text);
  padding: 8px;
  background: var(--bg);
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(39, 39, 39, 0.16);
}
.complete__wallet .icon-valet {
  width: 38px;
  height: 38px;
  display: flex;
  flex-shrink: 0;
  order: -1;
}
.complete__qr {
  margin-left: 20px;
}
.complete__qr.active .complete__qr-hide,
.complete__qr.active .step__qr-hide {
  display: block;
}
.complete__qr.active .icon {
  fill: #9f9f9f;
}
.complete__qr-hide {
  display: none;
  position: absolute;
  background: var(--bg);
  box-shadow: 0 0 6px rgba(39, 39, 39, 0.16);
  border-radius: 6px;
  bottom: 100%;
  right: -60px;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .complete__qr-hide {
    width: -moz-max-content;
    width: max-content;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 60px 50px 40px 50px;
  }
}
.complete__qr-hide:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 12px 10px 0 10px;
  border-style: solid;
  border-top-color: var(--bg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 6px 6px rgba(39, 39, 39, 0.16));
}
@media only screen and (max-width: 767px) {
  .complete__qr-hide:before {
    display: none;
  }
}
.complete__qr-close {
  margin-left: auto;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .complete__qr-close {
    display: flex;
    margin-top: -40px;
    margin-right: -20px;
  }
}
.complete__qr-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .complete__qr-img {
    width: 180px;
    height: 180px;
  }
}
.complete__qr-name {
  color: #9f9f9f;
}
.complete__qr-btn {
  display: flex;
  cursor: pointer;
}
.complete__qr-btn:hover .icon {
  fill: #9f9f9f;
}
.complete__qr-btn .icon {
  fill: var(--main);
  transition: 0.2s;
}
.partner {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1240px) {
  .partner {
    display: block;
  }
}
.partner__text p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .partner__text p {
    margin-bottom: 12px;
  }
}
.partner__text ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .partner__text ol {
    margin: 12px 0;
  }
}
.partner__text ol li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.partner__text ol li a {
  font-weight: 700;
  border-bottom: 1px solid var(--main);
}
@media only screen and (max-width: 767px) {
  .partner__text ol li {
    margin-bottom: 12px;
  }
}
.partner__text ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  font-weight: 600;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.partner__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.partner__text ul li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.partner__text ul li a {
  font-weight: 700;
  border-bottom: 1px solid var(--main);
}
@media only screen and (max-width: 767px) {
  .partner__text ul li {
    margin-bottom: 12px;
  }
}
.partner__text ul li:before {
  content: "";
  display: flex;
  background: var(--main);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.partner__action {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .partner__action {
    display: block;
    border: none;
    background: var(--main);
    border-radius: 30px;
    color: var(--bg);
    text-align: center;
    padding: 19px 67px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    max-width: 274px;
    margin: 0 auto;
  }
  .partner__action:hover {
    background: var(--hover);
    color: var(--bg);
  }
  .partner__action:disabled {
    background: var(--over);
    cursor: not-allowed;
  }
}
@media only screen and (max-width: 1240px) and (max-width: 767px) {
  .partner__action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1240px) and (max-width: 1240px) {
  .partner__action:hover {
    background: var(--main);
  }
}
.partner__attention {
  margin: 30px 0;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 20px;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .partner__attention {
    padding: 20px;
  }
}
.partner__list {
  display: none !important;
  margin-top: 60px;
}
@media only screen and (max-width: 1240px) {
  .partner__list {
    margin-top: 50px;
  }
}
.partner__list-title {
  margin-bottom: 20px;
}
.partner__box {
  margin-bottom: 30px;
}
.partner__box:last-child {
  margin-bottom: 0;
}
.partner__box-title {
  margin-bottom: 10px;
}
.partner__box-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -25px;
}
@media only screen and (max-width: 1240px) {
  .partner__box-list {
    margin: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .partner__box-list {
    margin: 0;
    display: block;
  }
}
.partner__box-item {
  margin: 15px 25px;
}
@media only screen and (max-width: 1240px) {
  .partner__box-item {
    margin: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .partner__box-item {
    margin: 0;
    margin-bottom: 20px;
    display: block;
  }
  .partner__box-item:last-child {
    margin: 0;
  }
}
.partner__box-item img {
  width: auto;
  max-width: none;
}
.partner__add {
  margin-left: 80px;
}
@media only screen and (max-width: 1240px) {
  .partner__add {
    display: none;
  }
}
.partner__add img {
  flex-shrink: 0;
  width: 274px;
}
.partner__add-action {
  margin-top: 40px;
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 67px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .partner__add-action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.partner__add-action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .partner__add-action:hover {
    background: var(--main);
  }
}
.partner__add-action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
.bot {
  background-color: #2aa2d5;
  min-height: 56px;
  z-index: 1;
  overflow: hidden;
}
.bot,
.bot__box {
  box-sizing: border-box;
}
.bot__box {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bot__box {
    padding: 10px 0;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
}
.bot__box .icon {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bot__box .icon {
    display: none;
  }
}
.bot__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 108px;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .bot__title {
    display: block;
    padding-left: 80px;
    line-height: 20px;
    max-width: 370px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bot__title {
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
}
.bot__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 66px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #55b5dd;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--bg);
  transition: 0.2s;
  margin-left: 20px;
  flex-shrink: 0;
  margin-right: 100px;
}
@media only screen and (max-width: 1240px) {
  .bot__link {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bot__link {
    margin: 0;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 15px;
    line-height: 18px;
    margin: 0 auto;
  }
}
.bot__link:hover {
  background: var(--bg);
  color: #55b5dd;
}
@media only screen and (max-width: 1240px) {
  .bot__link:hover {
    background-color: #55b5dd;
    color: var(--bg);
  }
}
.bot__link .icon {
  margin-right: 10px;
  fill: var(--bg);
  transition: 0.2s;
}
@keyframes fly {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.breads {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .breads {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.breads__list {
  display: -webkit-inline-box;
  display: -moz-inline-box;
}
@media only screen and (max-width: 767px) {
  .breads__list {
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
.breads__box {
  display: flex;
  position: relative;
  color: _text;
  align-items: center;
  transition: 0.2s;
}
.breads__box span {
  color: var(--ltext);
  font-size: 13px;
  line-height: normal;
}
.breads__box:last-child {
  margin-right: 0;
}
.breads__box:last-child:after {
  content: none;
}
.breads__box:after {
  content: " ";
  margin: 0 10px;
  background: var(--ltext);
  width: 18px;
  height: 1px;
}
.breads__link {
  display: flex;
  align-items: center;
}
.breads__link span {
  color: var(--ltext);
  cursor: pointer;
  transition: 0.2s;
}
.breads__link:hover {
  opacity: 0.6;
}
.chat-wrap {
  order: 1;
  position: sticky;
  top: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1240px) {
  .chat-wrap {
    margin-bottom: 0;
    position: static;
  }
}
.chat {
  align-self: start;
  width: 384px;
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  border-radius: 20px;
  background: var(--bg);
  height: 400px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 20px;
}
@media only screen and (max-width: 1240px) {
  .chat {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    bottom: 0;
    background: var(--bg);
    border-radius: 0;
    box-sizing: border-box;
    transition: 0.5s;
    overflow: auto;
    z-index: 2;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    visibility: hidden;
  }
  .chat.show {
    transform: translateX(0);
    visibility: visible;
  }
}
.chat__admin {
  background: var(--bg);
  width: 560px;
  margin: 0 auto;
  margin-bottom: 60px;
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
}
.chat__admin .chat__main {
  height: 300px;
}
.chat__header {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 1240px) {
  .chat__header {
    padding: 20px;
    padding-bottom: 10px;
  }
}
.chat__header .icon {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
.chat__header-title {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .chat__header-title {
    font-size: 15px;
  }
}
.chat__header-close {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .chat__header-close {
    display: block;
    margin-left: auto;
  }
  .chat__header-close .icon {
    width: 20px;
    height: 20px;
    margin: 0;
  }
}
.chat__main {
  padding: 0 20px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
  max-height: 396px;
  overscroll-behavior: contain;
}
@media only screen and (max-width: 1240px) {
  .chat__main {
    height: 100%;
    max-height: none;
  }
}
.chat__main::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.chat__main::-webkit-scrollbar-track {
  background-color: #fff;
}
.chat__main::-webkit-scrollbar-thumb {
  background-color: #ebeff3;
}
.chat__main-error {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px;
}
.chat__main .answers {
  margin-bottom: 20px;
  margin-top: 20px;
}
.chat__main .answers__link {
  padding: 6px 12px;
  box-sizing: border-box;
  font-weight: 600;
  border: 1px solid rgba(255, 119, 51, 0.4);
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  word-break: break-word;
  color: var(--main);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .chat__main .answers__link {
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
  }
  .chat__main .answers__link:last-child {
    margin: 0;
  }
}
.chat__main .my-message {
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 300px;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .chat__main .my-message {
    max-width: 260px;
  }
}
.chat__main .my-message__field {
  border-radius: 4px;
  background: var(--light);
  padding: 6px 12px;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 100px;
  width: 100%;
  box-sizing: border-box;
}
.chat__main .my-message__open {
  font-size: 13px;
  margin-left: 5px;
  cursor: pointer;
  color: var(--main);
}
.chat__main .my-message__text {
  font-size: 13px;
  line-height: 22px;
  word-break: break-word;
  display: inline;
}
.chat__main .my-message__name {
  margin-top: 6px;
  font-size: 11px;
  line-height: 18px;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  color: var(--ltext);
}
.chat__main .my-message__images {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 60px);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.chat__main .my-message__img {
  border: 1px solid var(--main);
  box-sizing: border-box;
}
.chat__main .user-message {
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 300px;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .chat__main .user-message {
    max-width: 260px;
  }
}
.chat__main .user-message__field {
  border-radius: 4px;
  background: #f5f5f5;
  padding: 6px 12px;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 100px;
  width: 100%;
  box-sizing: border-box;
  margin-right: auto;
}
.chat__main .user-message__text {
  font-size: 13px;
  line-height: 22px;
  word-break: break-word;
}
.chat__main .user-message__name {
  margin-top: 6px;
  font-size: 11px;
  line-height: 18px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  color: var(--ltext);
}
.chat__main .user-message__images {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 60px);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.chat__main .user-message__img {
  border: 1px solid var(--main);
  box-sizing: border-box;
  display: none;
}
.chat__footer {
  border-top: 1px solid var(--border);
  padding: 0 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .chat__footer {
    padding-top: 16px;
  }
}
.chat__footer .file {
  display: none;
}
.chat__footer-box {
  display: flex;
  align-items: center;
}
.chat__footer-write {
  height: 40px;
  max-height: 150px;
  flex: 1;
}
.chat__footer-add {
  cursor: pointer;
  align-self: flex-start;
  margin-right: 10px;
  transition: 0.2s;
}
.chat__footer-add:hover {
  opacity: 0.8;
}
.chat__footer-add .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.chat__footer-field {
  align-self: flex-start;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  display: block;
  height: 40px;
  overflow: hidden;
  transition: none;
  border: none;
  max-height: 150px;
  overflow-y: auto;
  overflow-scrolling: touch;
  vertical-align: top;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .chat__footer-field {
    font-size: 13px;
  }
}
.chat__footer-field::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  display: none;
}
.chat__footer-field::-webkit-scrollbar-track {
  background-color: #fff;
  font: none;
}
.chat__footer-field::-webkit-scrollbar-thumb {
  background-color: #ebeff3;
  display: none;
}
.chat__footer-action {
  width: 20px;
  height: 20px;
  align-self: flex-start;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.2s;
}
.chat__footer-action:hover {
  opacity: 0.8;
}
.chat__footer-error {
  font-size: 13px;
  color: var(--alarm);
  margin-bottom: 20px;
}
.chat__footer-load {
  font-size: 13px;
  color: var(--ltext);
  margin-bottom: 20px;
}
.chat__footer-load img {
  width: 20px;
  height: 20px;
}
.chat-open {
  background: var(--text);
  display: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  height: 56px;
  z-index: 1;
  font-size: 15px;
  line-height: 22px;
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  display: none;
  border-top: 2px solid hsla(0, 0%, 100%, 0.2);
}
.chat-open,
.chat-open[data-count]:before {
  color: var(--bg);
  align-items: center;
  font-weight: 600;
}
.chat-open[data-count]:before {
  content: "+" attr(data-count);
  position: absolute;
  right: 36px;
  top: 16px;
  width: 26px;
  height: 26px;
  background: var(--main);
  font-size: 13px;
  line-height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1240px) {
  .chat-open {
    display: flex;
  }
}
.chat-open span {
  border-bottom: 1px dashed var(--border);
}
.chat-open .icon {
  width: 18px;
  height: 18px;
  margin-right: 16px;
}
.chat-open[data-count="0"]:before {
  display: none;
}
.cash__select {
  padding: 17px 20px;
  box-sizing: border-box;
  border: 2px solid var(--border);
  border-radius: 2px;
  width: 100%;
  color: var(--text);
  height: 56px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 22px;
  transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 40px;
}
.cash__select::-webkit-inner-spin-button,
.cash__select::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.cash__select::-moz-placeholder {
  color: var(--ltext);
}
.cash__select::placeholder {
  color: var(--ltext);
}
.cash__select:focus {
  border-color: var(--text);
}
.cash .error-field {
  background: var(--main);
  color: var(--bg);
  font-size: 13px;
  line-height: 22px;
  padding: 3px 20px;
  display: none;
}
.icon-arrow-select {
  position: absolute;
  right: 12px;
  top: 20px;
  pointer-events: none;
}
.take-photo {
  width: 100%;
  padding-bottom: 20px;
}
.take-photo .logo {
  width: 98px;
  height: 22px;
  margin: 40px auto;
  display: block;
}
.take-photo__box {
  position: relative;
}
.take-photo__order,
.take-photo__text {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.take-photo__text {
  color: var(--ltext);
  margin: 10px 0;
}
.take-photo__loader {
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 80px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  width: 320px;
  height: 56px;
}
@media only screen and (max-width: 767px) {
  .take-photo__loader {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.take-photo__loader:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .take-photo__loader:hover {
    background: var(--main);
  }
}
.take-photo__loader:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .take-photo__loader {
    width: 260px;
    padding: 19px 60px;
  }
}
.take-photo .file {
  display: none;
}
.take-photo__custom {
  color: var(--bg);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.take-photo__custom .icon {
  margin-right: 10px;
  flex-shrink: 0;
}
.take-photo__img {
  margin: auto;
  display: block;
}
.take-photo__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
}
.cards__modal-error {
  display: flex;
  padding: 15px 20px;
  box-sizing: border-box;
  background: rgba(226, 86, 86, 0.1);
  border-radius: 2px;
  margin-top: 20px;
}
.cards__modal-error__title {
  font-weight: 700;
  color: var(--alarm);
  margin-bottom: 4px;
}
.cards__modal-error__text {
  font-size: 15px;
  line-height: 24px;
  color: var(--ltext);
}
.cards__modal-error .icon {
  margin-right: 20px;
  flex-shrink: 0;
}
.custom-page {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1240px) {
  .custom-page {
    margin-bottom: 40px;
  }
}
.custom-page__title {
  margin-bottom: 10px;
}
.custom-page__text {
  margin-bottom: 20px;
  margin-top: 20px;
}
.custom-page__text b {
  word-break: break-all;
}
.custom-page__line {
  margin-bottom: 20px;
}
.custom-page__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.custom-page__wrap {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 20px;
  max-width: 756px;
  margin-top: 20px;
}
@media only screen and (max-width: 1240px) {
  .custom-page__wrap {
    grid-template-columns: 1fr;
  }
}
.custom-page .field {
  margin: 0;
  position: relative;
}
.custom-page .field__error {
  color: var(--bg);
  font-size: 13px;
  background: var(--main);
  padding: 3px 20px;
}
.custom-page .field:after {
  display: none;
}
.custom-page .field:last-of-type {
  margin-bottom: 0;
}
.custom-page .field.mb-none {
  margin: 0;
}
.custom-page .field input {
  padding: 17px 20px;
  box-sizing: border-box;
  border: 2px solid var(--border);
  border-radius: 2px;
  width: 100%;
  color: var(--text);
  height: 56px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 22px;
  transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
  background: hsla(0, 0%, 100%, 0.09);
}
.custom-page .field input::-webkit-inner-spin-button,
.custom-page .field input::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.custom-page .field input::-moz-placeholder {
  color: var(--ltext);
}
.custom-page .field input::placeholder {
  color: var(--ltext);
}
.custom-page .field input:focus {
  border-color: var(--text);
}
.custom-page .field input.error {
  border-color: var(--main);
}
.custom-page__action {
  align-self: flex-start;
  height: 56px;
  border: none;
  background: var(--main);
  border-radius: 30px;
  color: var(--bg);
  text-align: center;
  padding: 19px 80px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  padding: 10px 20px;
  max-width: 360px;
}
@media only screen and (max-width: 767px) {
  .custom-page__action {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.custom-page__action:hover {
  background: var(--hover);
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .custom-page__action:hover {
    background: var(--main);
  }
}
.custom-page__action:disabled {
  background: var(--over);
  cursor: not-allowed;
}
@media only screen and (max-width: 1240px) {
  .custom-page__action {
    height: auto;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.custom-page__refund {
  margin-top: 40px;
  max-width: 756px;
}
.reviews-cash {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1240px) {
  .reviews-cash {
    margin: 40px 0;
  }
  .reviews-cash .wrap {
    padding: 0;
  }
}
.reviews-cash__title {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .reviews-cash__title {
    text-align: left;
    padding: 0 20px;
  }
}
.reviews-cash__text {
  line-height: 24px;
  text-align: center;
}
@media only screen and (max-width: 1240px) {
  .reviews-cash__text {
    text-align: left;
    padding: 0 20px;
  }
}
.reviews-cash__scroll {
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 1240px) {
  .reviews-cash__scroll {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.reviews-cash__item {
  background: rgba(46, 64, 87, 0.06);
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
  margin-right: 24px;
}
@media only screen and (max-width: 1240px) {
  .reviews-cash__item {
    width: 250px;
    margin-right: 20px;
    flex-shrink: 0;
    height: auto;
  }
}
.reviews-cash__item:last-child {
  margin: 0;
}
.reviews-cash__item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.reviews-cash__item-text {
  line-height: 24px;
  margin-top: 16px;
}
.reviews-cash__prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 8px;
  margin-right: 24px;
  cursor: pointer;
  align-self: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 1240px) {
  .reviews-cash__prev {
    display: none;
  }
}
.reviews-cash__prev.swiper-button-disabled .icon {
  opacity: 0.4;
}
.reviews-cash__prev .icon {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  fill: var(--text);
}
.reviews-cash__next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 8px;
  margin-left: 24px;
  cursor: pointer;
  flex-shrink: 0;
  align-self: center;
}
@media only screen and (max-width: 1240px) {
  .reviews-cash__next {
    display: none;
  }
}
.reviews-cash__next.swiper-button-disabled .icon {
  opacity: 0.4;
}
.reviews-cash__next .icon {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  fill: var(--text);
}
.how {
  background: var(--text);
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  color: var(--bg);
}
@media only screen and (max-width: 1240px) {
  .how {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
}
.how__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 1240px) {
  .how__box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.how__box-img {
  width: auto;
}
@media only screen and (max-width: 1240px) {
  .how__box-img.last {
    order: 3;
  }
  .how__box-info {
    order: -1;
  }
}
.how__box-info strong {
  margin-bottom: 20px;
  display: block;
}
.how__box-info p {
  margin: 0;
  margin-bottom: 20px;
}
.how__box-info p:last-child {
  margin-bottom: 0;
}
.how__box-info ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: num;
  margin-bottom: 20px;
}
.how__box-info ol li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  line-height: 22px;
}
.how__box-info ol li:last-child {
  margin-bottom: 0;
}
.how__box-info ol li:before {
  counter-increment: num;
  content: counter(num) ". ";
  font-weight: 600;
  position: absolute;
  left: 0;
}
.how__box-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .how__box-info ul {
    margin: 12px 0;
  }
}
.how__box-info ul li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .how__box-info ul li {
    margin-bottom: 12px;
  }
}
.how__box-info ul li:before {
  content: "";
  display: flex;
  background: var(--bg);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 16px;
}
.how__title {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 1240px) {
  .how__title {
    margin-bottom: 20px;
  }
}
.how__mark {
  margin-bottom: 20px;
  color: var(--main);
  font-weight: 600;
}
.renewal {
  margin-top: -80px;
  padding-top: 140px;
  background-color: #2e4057;
  height: 610px;
  box-sizing: border-box;
  background-image: url(/img/update.5500b516.png);
  background-repeat: no-repeat;
  background-position: top;
}
@media only screen and (max-width: 1240px) {
  .renewal {
    background-image: url(/img/update_tab.22d2c0a2.png);
    padding-top: 60px;
    height: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .renewal {
    background-image: url(/img/update_mob.538bf903.png);
    background-position: bottom;
    height: 500px;
    padding-top: 40px;
  }
}
.renewal__title {
  color: var(--bg);
  margin-bottom: 20px;
  white-space: pre-line;
}
.renewal__text {
  color: var(--bg);
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 50px;
  max-width: 468px;
}
@media only screen and (max-width: 1240px) {
  .renewal__text {
    max-width: 355px;
    margin-bottom: 40px;
  }
}
.offer {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .offer {
    margin-top: 30px;
  }
}
.offer__title {
  margin-bottom: 20px;
}
.offer__text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}
.offer__info {
  background: rgba(46, 64, 87, 0.06);
  border-radius: 2px;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
}
.offer__info .icon {
  flex-shrink: 0;
  stroke: var(--ltext);
}


.hidden__item[class*="IVANPAY_"],
.hidden__item[class*="KZT"],
.hidden__item[class*="_KZT"] {
    display: none !important;
}
.hidden__item-row[class*="IVANPAY_"],
.hidden__item-row[class*="KZT"],
.hidden__item-row[class*="_KZT"] {
    display: none !important;
}