* {
  padding: 0;
  margin: 0;
  border: 0;
} 
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
* {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #2e4057;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.icon-chat {
  width: 20px;
  height: 20px;
}
.header {
  width: 100%;
  height: 90px;
  padding: 26px 10px;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.header__logo {
  padding-top: 1px;
}
.header__logo svg {
  height: 30px;
  width: auto;
}
.header__descr p {
  line-height: 16px;
  font-size: 13px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
}
.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header__link-active {
  color: #f73;
}
.header__link:hover p {
  color: #f73;
}
.header__link p {
  font-size: 15px;
  font-weight: 600;
}
.header__link svg {
  height: 18px;
  width: 18px;
  margin-right: 12px;
}
.header__menu {
  display: none;
}
.header__menu svg {
  margin-bottom: -4px;
}
.header__rght {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__rght p {
  min-width: 224px;
  font-size: 13px;
  line-height: 16px;
  max-width: 222px;
}
.header__top {
  height: 25px;
  background: #ececec;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top p {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 12px;
}
.header__lil {
  display: none;
}
.header__lil-menu {
  margin-bottom: -3px;
}
.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(46, 64, 87, 0.8)),
    to(rgba(46, 64, 87, 0.8))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(46, 64, 87, 0.8),
    rgba(46, 64, 87, 0.8)
  );
  background: linear-gradient(
    0deg,
    rgba(46, 64, 87, 0.8),
    rgba(46, 64, 87, 0.8)
  );
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  display: none;
}
.menu__body {
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu__button {
  width: 50%;
  height: 85px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__button p {
  font-weight: 600;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
  color: #2e4057;
}
.main {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    color-stop(51.85%, #fff)
  );
  background: -o-linear-gradient(top, #f6f6f6, #fff 51.85%);
  background: linear-gradient(180deg, #f6f6f6, #fff 51.85%);
}
.first {
  min-height: calc(100vh - 90px);
  background: linear-gradient(0deg, rgba(46, 64, 87, 0.042), rgba(46, 64, 87, 0.049));
}
.first__preloading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  border-radius: 10px;
}
.first__preloading-lil {
  width: 50%;
  max-width: 50%;
  transform: translateX(0px);
  left: 40px;
}
.first__bar {
  margin-bottom: 80px;
  background: #2aa2d5;
  width: 100%;
  height: 56px;
}
.first__bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.first__bar-bg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.first__bar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.first__bar-info svg {
  margin-top: 8px;
}
.first__bar-info p {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-left: 56px;
}
.first__bar-button {
  width: 284px;
  height: 40px;
  border-radius: 50px;
  background: #55b5dd;
  background: #66d1ff52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-right: 100px;
  position: relative;
  z-index: 2;
}
.first__bar-button:hover {
  background: #fff;
  color: #55b5dd;
}
.first__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.first__left {
  width: 588px;
}
.first__title {
  position: relative;
  width: 100%;
}
.first__title p {
  font-size: 56px;
  line-height: 64px;
  font-weight: bold;
  margin-bottom: 30px;
}
.first__subtitle {
  margin-bottom: 50px;
  position: relative;
}
.first__subtitle p {
  font-size: 15px;
  line-height: 24px;
}
.first__subtitle p a {
  color: #f73;
  border-bottom: 1px solid #f73;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
.first__subtitle p a:hover {
  border-bottom: 1px solid rgba(254, 254, 254, 0);
}
.first__subtitle p strong {
  font-size: 15px;
  line-height: 24px;
}
.first__wrp {
  position: relative;
}
.first__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.first__card svg {
  width: 54px;
  height: 54px;
}
.first__txt {
  margin-top: -4px;
}
.first__txt h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}
.first__txt h5 {
  color: #9f9f9f;
  font-size: 13px;
  line-height: 22px;
}
.first__right {
  width: 588px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  background: #fff;
  margin-bottom: 100px;
}
.first__right h6 {
  padding: 47px 40px 19px 40px;
  font-size: 18px;
  /* color: #2e4057; */
  color: #ffffff;
  font-weight: 700;
  position: relative;
  transition: 0s all;
  margin-top: -3px;
}
.first__right h6 .first__preloading {
  height: 56%;
  width: calc( 100% - 80px );
}
.first__right h5 {
  padding-left: 40px;
  font-size: 13px;
  color: #2e4057;
  -webkit-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  transform: translateY(-14px);
  display: none;
}
.first__right h4 {
  /* margin: 10px 40px 20px 40px; */
  font-size: 13px;
  line-height: 18px;
  opacity: 0;
  overflow: hidden;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
}
.first__right h4 span {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.first__top {
  height: 74px;
  padding: 40px 40px 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  padding-top: 42px;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 92px;
  border-bottom: 2px solid #ffffff;
  position: relative;
}
.first__top .first__preloading {
  height: 50%;
  width: calc( 100% - 80px );
}
.first__val {
  color: #9f9f9f;
  font-size: 15px;
  font-weight: 600;
  /* line-height: 10px; */
  margin-top: 2px;
  cursor: pointer;
  opacity: 0;
  position: relative;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-underline-offset: 3px;
}
.first__val:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.first__val svg {
  fill: #9f9f9f;
  position: absolute;
  right: -35px;
  bottom: -0px;
}
.first__val-active {
  position: relative;
  color: #f73;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.first__val-active svg {
  fill: #f73;
  position: absolute;
  right: -32px;
  bottom: 0px;
}
.first__val-active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f73;
  left: 0;
  bottom: -13px;
}
.first__board {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 15px 40px;
  position: relative;
}
.first__board .first__preloading {
  height: 84%;
  width: calc(100% - 80px);
}
.first__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}
.first__numbers p {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #f73;
  letter-spacing: 0px;
}
.first__inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  gap: 10px;
}
.first__check {
    margin-left: 40px;
    font-size: 13px;
    color: #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    transform: translateY(-6px);
    padding-bottom: 2px;
    width: fit-content;
    display: block;
    margin-bottom: 4px;
    display: none;
}
.first__check:hover {
    color: #f73;
    border-bottom: 1px solid #9f9f9f00;
}
.first__in {
  font-size: 13px;
  color: #9f9f9f;
  line-height: 18px;
}
.first__in-one {
  width: 70%;
}
.first__in-one span {
  font-size: 13px;
  color: #9f9f9f;
  line-height: 18px;
  padding-bottom: 1px;
  border-bottom: 1px solid #9f9f9f;
  cursor: pointer;
}
.first__in-one span:hover {
  border-bottom: 0px;
  color: #f73;
}
/* .first__space {
    height: 20px;
} */
.first__get,
.first__take {
  padding: 0px 40px;
  position: relative;
}
.first__get .first__preloading,
.first__take .first__preloading {
  height: 100%;
  width: calc( 100% - 80px );
  z-index: 3;
}
.first__get p,
.first__take p {
  color: #2e4057;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.first__table {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #cfcfcf;
  border-radius: 2px;
  margin-top: 10px;
  position: relative;
  opacity: 0;
}
.first__table input {
  width: 100%;
  height: 100%;
  padding: 17px 20px;
  font-size: 15px;
  color: #2e4057;
  line-height: 22px;
}
.first__message {
  position: absolute;
  height: 28px;
  background: #f73;
  width: calc(100% + 4px);
  left: -2px;
  bottom: -29px;
  padding: 3px 20px;
  display: none;
}
.first__message p,
.first__message span {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}
.first__loading {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.first__loading img {
  width: 100%;
  display: none;
}
.first__sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first__lft {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first__lft span {
  font-size: 13px;
  line-height: 18px;
  color: #9f9f9f;
}
.first__rght {
  cursor: pointer;
}
.first__valute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #f2f4f5;
  gap: 6px;
  padding-right: 1px;
  cursor: pointer;
}
.first__valute img {
  width: 38px;
  height: 38px;
}
.first__valute svg {
  margin-right: -6px;
}
.first__valute:hover svg {
  margin-bottom: -6px;
}
.first__bottom {
  padding: 40px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.first__bottom-active {
  background: #fff5f1;
  margin-top: 20px;
}
.first__button {
  height: 56px;
  width: 306px;
  border-radius: 50px;
  background: #f73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 0px 80px;
}
.first__button:hover {
  opacity: 0.85;
}
.first__button p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.first__button .first__preloading {
  height: 102%;
  width: 102%;
  border-radius: 50px;
}
.first__button-load {
  width: 100%;
}
.first__open-fix {
  position: relative;
}
.first__middle,
.first__box {
  position: relative;
}
.first__middle .first__preloading,
.first__box .first__preloading {
  height: 110%;
  width: 96%;
}
.first__box h4 {
  margin-left: 0px;
}
.first__info-window-one,
.first__info-window-two,
.first__info-window-three {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 0 12px rgba(39, 39, 39, 0.16);
  box-shadow: 0 0 12px rgba(39, 39, 39, 0.16);
  border-radius: 6px;
  background: #fff;
  padding: 15px;
  width: 315px;
  top: 60%;
  z-index: 2;
}
.first__info-window-one p,
.first__info-window-two p,
.first__info-window-three p {
  font-size: 13px;
  line-height: 18px;
}
.first__info-window-one p strong,
.first__info-window-two p strong,
.first__info-window-three p strong {
  font-size: 13px;
  line-height: 18px;
}
.first__info-window-one a,
.first__info-window-two a,
.first__info-window-three a {
  font-size: 13px;
  line-height: 18px;
  color: #f73;
}
.first__info-window-one svg,
.first__info-window-two svg,
.first__info-window-three svg {
  width: 12px;
  height: 12px;
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}
.first__info-window-two {
  left: 40px;
}
.first__bank {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  display: none;
  position: relative;
}
.first__bank .first__preloading {
  z-index: 3;
  width: 96%;
}
.first__ttl {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #2e4057;
  margin-bottom: 10px;
}
.first__banklist {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #cfcfcf;
  border-radius: 2px;
  margin-top: 10px;
  position: relative;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 17px;
  gap: 10px;
}
.first__banklist svg {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.first__icn {
  width: 32px;
  height: 32px;
  display: none;
}
.first__bankname {
  font-size: 15px;
  line-height: 22px;
  color: #2e4057;
  display: none;
  cursor: default;
}
.first__float {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 17px;
  font-size: 15px;
  color: #9f9f9f;
  cursor: default;
}
.first__dscr {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.first__dscr strong {
  font-size: 13px;
  color: #f73;
  font-weight: 600;
}
.rec {
  display: none;
}
.rec-active {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.rec__top-warning,
.rec__down-warning {
  border-radius: 20px;
  background: #ffede6;
  -webkit-box-shadow: 0 0 14px 0 rgba(39, 39, 39, 0.2);
  box-shadow: 0 0 14px 0 rgba(39, 39, 39, 0.2);
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.rec__top-warning span,
.rec__down-warning span {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #2e4057;
}
.rec__top-warning p,
.rec__down-warning p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #2e4057;
}
.rec__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #2e4057;
}
.rec__subtitle {
  font-size: 13px;
  line-height: 18px;
  color: #9f9f9f;
}
.rec__wallet,
.rec__mail,
.rec__tage {
  height: 56px;
  border-radius: 2px;
  border: 2px solid #cfcfcf;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.rec__wallet input,
.rec__mail input,
.rec__tage input {
  padding: 17px 20px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 22px;
  color: #2e4057;
  background: none;
}
.rec__wallet svg,
.rec__mail svg,
.rec__tage svg {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.rec__aml,
.rec__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: default;
  position: relative;
}
.rec__aml p,
.rec__tag p {
  font-size: 13px;
  line-height: 22px;
  color: #2e4057;
}
.rec__aml p a,
.rec__tag p a {
  color: #f73;
  border-bottom: 1px solid #f73;
  cursor: pointer;
}
.rec__aml p a:hover,
.rec__tag p a:hover {
  border-bottom: 0px;
}
.rec__window0 {
  display: none;
}
.rec__tag p {
  font-size: 15px;
}
.rec__tag-check {
  min-width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 2px solid #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.rec__tag-check svg {
  display: none;
}
.rec__check {
  min-width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 2px solid #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rec__check svg {
  display: none;
}
.rec__tage {
  position: relative;
}
.rec__tage p {
  position: absolute;
  top: 0px;
  font-size: 15px;
  right: 0px;
  padding-top: 18px;
  height: 100%;
  background: #f2f4f5;
  padding-right: 10px;
  padding-left: 14px;
  z-index: 1;
}
.rec__over {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(46, 64, 87, 0.0588235294);
  top: 0px;
  display: none;
}
.rec__window0,
.rec__window1,
.rec__window2,
.rec__aml,
.rec__tag,
.rec__top-warning,
.rec .first__bank {
  position: relative;
}
.rec__window0 .first__preloading,
.rec__window1 .first__preloading,
.rec__window2 .first__preloading,
.rec__aml .first__preloading,
.rec__tag .first__preloading,
.rec__top-warning .first__preloading,
.rec .first__bank .first__preloading {
  z-index: 3;
  width: calc(100% + 50px);
}
.rec__window0 .first__preloading {
  z-index: 3;
  height: 95%;
}
.table,
.table-two,
.table-three,
.table-four,
.table-five {
  width: 508px;
  position: absolute;
  top: 52px;
  left: -2px;
  background: #fff;
  z-index: 3;
  border: 2px solid #cbd0d5;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: none;
}
.table__mobile,
.table-two__mobile,
.table-three__mobile,
.table-four__mobile,
.table-five__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  height: 64px;
  display: none;
  position: relative;
}
.table__mobile p,
.table-two__mobile p,
.table-three__mobile p,
.table-four__mobile p,
.table-five__mobile p {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.table__mobile svg,
.table-two__mobile svg,
.table-three__mobile svg,
.table-four__mobile svg,
.table-five__mobile svg {
  width: 20px;
  height: 20px;
}
.table__buttons,
.table-two__buttons,
.table-three__buttons,
.table-four__buttons,
.table-five__buttons {
  padding: 15px 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table__button,
.table-two__button,
.table-three__button,
.table-four__button,
.table-five__button {
  margin: 3px;
  padding: 2px 10px;
  border-radius: 4px;
  cursor: pointer;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__button p,
.table-two__button p,
.table-three__button p,
.table-four__button p,
.table-five__button p {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #2e4057;
  border-bottom: 1px dashed rgba(46, 64, 87, 0.5);
}
.table__button p:hover,
.table-two__button p:hover,
.table-three__button p:hover,
.table-four__button p:hover,
.table-five__button p:hover {
  border-bottom: 1px dashed rgba(46, 64, 87, 0);
}
.table__button-active,
.table-two__button-active,
.table-three__button-active,
.table-four__button-active,
.table-five__button-active {
  background: #f73;
}
.table__button-active p,
.table-two__button-active p,
.table-three__button-active p,
.table-four__button-active p,
.table-five__button-active p {
  color: #fff;
  border-bottom: 1px dashed rgba(46, 64, 87, 0);
}
.table__search,
.table-two__search,
.table-three__search,
.table-four__search,
.table-five__search {
  padding: 17px 20px 0px 20px;
  position: relative;
}
.table__search input,
.table-two__search input,
.table-three__search input,
.table-four__search input,
.table-five__search input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 22px;
  border: 2px solid #cfcfcf;
  color: #2e4057;
}
.table__search svg,
.table-two__search svg,
.table-three__search svg,
.table-four__search svg,
.table-five__search svg {
  position: absolute;
  fill: #2e4057;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 28px;
  display: none;
}
.table__list,
.table-two__list,
.table-three__list,
.table-four__list,
.table-five__list {
  margin-top: 15px;
  padding-bottom: 15px;
  max-height: 245px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.table__valute,
.table-two__valute,
.table-three__valute,
.table-four__valute,
.table-five__valute {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 92px 6px 30px;
  cursor: pointer;
  position: relative;
}
.table__valute:hover,
.table-two__valute:hover,
.table-three__valute:hover,
.table-four__valute:hover,
.table-five__valute:hover {
  background: #fff8f5;
}
.table__valute img,
.table-two__valute img,
.table-three__valute img,
.table-four__valute img,
.table-five__valute img {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.table__valute p,
.table-two__valute p,
.table-three__valute p,
.table-four__valute p,
.table-five__valute p {
  font-weight: 400;
}
.table__valute svg,
.table-two__valute svg,
.table-three__valute svg,
.table-four__valute svg,
.table-five__valute svg {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  opacity: 0;
}
.table__valute-active,
.table-two__valute-active,
.table-three__valute-active,
.table-four__valute-active,
.table-five__valute-active {
  background: #fff8f5;
  cursor: default;
}
.table__valute-active svg,
.table-two__valute-active svg,
.table-three__valute-active svg,
.table-four__valute-active svg,
.table-five__valute-active svg {
  opacity: 1;
}
.table-two__valute,
.table-five__valute {
  position: relative;
}
.table-two__reserv,
.table-five__reserv {
  position: absolute;
  text-align: right;
  right: 72px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #9f9f9f;
}
.review {
  padding-top: 80px;
  display: none;
}
.review__preloading {
  margin-bottom: 300px;
}
.review__preloading-first,
.review__preloading-two {
  width: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1058823529);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.review__preloading-first {
  height: 60px;
  width: 200px;
}
.review__preloading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review__preloading-two {
  height: 200px;
  width: 31%;
}
.review__body {
  display: none;
}
.review__title {
  font-size: 56px;
  line-height: 64px;
  color: #2e4057;
  font-weight: bold;
}
.review__block {
  padding-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 40px;
}
.review__card {
  background: rgba(46, 64, 87, 0.0588235294);
  padding: 30px;
  border-radius: 12px;
}
.review__name p {
  font-size: 26px;
  line-height: 34px;
  display: block;
  font-weight: 700;
  margin-bottom: 16px;
  color: #2e4057;
}
.review__name p:hover {
  color: #f73;
}
.review__image img {
  height: 40px;
}
.review__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(46, 64, 87, 0.2);
  padding-bottom: 2px;
}
.review__button p {
  font-size: 15px;
  color: #f73;
  font-weight: 700;
}
.review__button:hover p {
  opacity: 0.7;
}
.about {
  padding-top: 80px;
  display: none;
}
.about * {
  color: #2e4057;
}
.about__preloading {
  margin-bottom: 300px;
}
.about__preloading-first,
.about__preloading-two {
  width: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1058823529);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.about__preloading-first {
  height: 60px;
  width: 200px;
}
.about__preloading-two {
  height: 260px;
}
.about__body {
  display: none;
}
.about h1 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: bold;
}
.about p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.about p span {
  font-weight: bold;
}
.about ul li {
  padding-left: 20px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
}
.about ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #f73;
  top: 10px;
  left: 0px;
}
.about h2 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}
.recomend {
  padding-top: 80px;
  display: none;
}
.recomend__preloading {
  margin-bottom: 200px;
}
.recomend__preloading-left {
  width: 70%;
}
.recomend__preloading-right {
  width: 26%;
}
.recomend__preloading-first,
.recomend__preloading-two,
.recomend__preloading-three,
.recomend__preloading-four,
.recomend__preloading-five {
  width: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1058823529);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.recomend__preloading-first {
  height: 60px;
}
.recomend__preloading-two {
  height: 30px;
}
.recomend__preloading-three {
  height: 240px;
}
.recomend__body {
  display: none;
}
.recomend__title {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: bold;
}
.recomend__text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.recomend__subtitle {
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 10px;
}
.recomend__card {
  padding: 40px;
  margin-bottom: 20px;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 20px;
}
.recomend__image {
  display: block;
  margin-bottom: 20px;
}
.recomend__image img {
  height: 40px;
}
.recomend__name p {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #2e4057;
  display: block;
  margin-bottom: 20px;
}
.recomend__name p:hover {
  color: #f73;
}
.recomend__info {
  margin-top: 20px;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 20px;
}
.recomend__info a {
  color: #f73;
  line-height: 24px;
  font-size: 15px;
}
.recomend__link p {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #f73;
}
.partner {
  padding-top: 80px;
  display: none;
}
.partner__preloading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 200px;
}
.partner__preloading-left {
  width: 70%;
}
.partner__preloading-right {
  width: 26%;
}
.partner__preloading-first,
.partner__preloading-two,
.partner__preloading-three,
.partner__preloading-four,
.partner__preloading-five {
  width: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1058823529);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.partner__preloading-first {
  height: 30px;
}
.partner__preloading-two {
  height: 50px;
}
.partner__preloading-three {
  height: 80px;
}
.partner__preloading-four,
.partner__preloading-five {
  height: 240px;
}
.partner__body {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.partner__left {
  width: 800px;
}
.partner__left * {
  color: #2e4057;
}
.partner__left h1 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: bold;
}
.partner__left h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.partner__left p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.partner__left p span {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
}
.partner__left ul li {
  padding-left: 20px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
}
.partner__left ul li a {
  font-weight: 700;
  border-bottom: 1px solid #f73;
  color: #f73;
  font-size: 15px;
  line-height: 24px;
}
.partner__left ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #f73;
  top: 10px;
  left: 0px;
}
.partner__card {
  margin: 30px 0px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 20px;
}
.partner__card p {
  font-size: 15px;
  line-height: 24px;
}
.partner__card p span {
  font-size: 15px;
  line-height: 24px;
}
.partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
}
.partner__list p {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
}
.partner__list a {
  padding: 15px 25px;
  display: block;
}
.partner__list a img {
  height: 40px;
}
.partner__right {
  width: 320px;
  padding-top: 64px;
}
.partner__button {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background: #f73;
}
.partner__button p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
.contact {
  padding-top: 80px;
  display: none;
}
.contact * {
  color: #2e4057;
}
.contact__preloading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 200px;
}
.contact__preloading-left {
  width: 70%;
}
.contact__preloading-right {
  width: 26%;
}
.contact__preloading-first,
.contact__preloading-two,
.contact__preloading-three,
.contact__preloading-four {
  width: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1058823529);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.contact__preloading-first {
  height: 60px;
}
.contact__preloading-two {
  height: 30px;
}
.contact__preloading-three {
  height: 200px;
}
.contact__preloading-four {
  height: 240px;
}
.contact__body {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact__left {
  width: 834px;
}
.contact__title {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 34px;
  font-weight: bold;
}
.contact__text {
  font-size: 15px;
  line-height: 24px;
  margin: 15px 0px;
}
.contact__text span {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
}
.contact__right {
  width: 270px;
  padding-top: 84px;
}
.contact__right img {
  width: 100%;
}
.contact__line {
  width: 100%;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 20px;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 2px;
  margin-bottom: 20px;
}
.contact__line svg {
  width: 38px;
  height: 38px;
  margin-right: 20px;
}
.contact__line h6 {
  font-size: 15px;
  font-weight: 600;
  padding-top: 11px;
}
.contact__line h6 a {
  font-size: 15px;
  font-weight: 600;
  color: #f73;
}
.contact__line h6 a:hover {
  opacity: 0.7;
}
.contact__line h5 {
  padding-top: 10px;
  font-size: 13px;
  line-height: 22px;
}
.contact__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 30px;
}
.contact__social a:hover {
  opacity: 0.7;
}
.contact__social a svg {
  width: 56px;
  height: 56px;
}
.faq {
  padding-top: 80px;
  display: none;
}
.faq * {
  color: #2e4057;
}
.faq__preloading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 200px;
}
.faq__preloading-left {
  width: 70%;
}
.faq__preloading-right {
  width: 26%;
}
.faq__preloading-first,
.faq__preloading-two,
.faq__preloading-three,
.faq__preloading-four {
  width: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1058823529);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.faq__preloading-first {
  height: 30px;
}
.faq__preloading-two {
  height: 70px;
}
.faq__preloading-three {
  height: 260px;
}
.faq__preloading-four {
  height: 200px;
}
.faq__title {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 50px;
  font-weight: bold;
  display: none;
}
.faq__body {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.faq__left {
  width: 330px;
  border-right: 2px solid #e0e2e6;
  position: sticky;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 20px;
}
.faq__question {
  padding-right: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.faq__question:hover {
  color: #f73;
}
.faq__question::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #f73;
  right: 0px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.faq__question-active {
  color: #f73;
}
.faq__question-active::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #f73;
  right: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.faq__right {
  width: 791px;
}
.faq__name {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.faq__info {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.faq__info a {
  font-size: 15px;
  line-height: 24px;
  color: #f73;
}
.faq__hr {
  margin: 50px 0px;
  background: #e0e2e6;
  height: 2px;
}
.auth {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: none;
}
.login {
  background: #fff;
  -webkit-box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  border-radius: 20px;
  width: 792px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}
.login * {
  color: #2e4057;
}
.login__left {
  width: 424px;
  padding: 40px;
}
.login__left input {
  padding: 17px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #cfcfcf;
  border-radius: 2px;
  width: 100%;
  color: #2e4057;
  height: 56px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
.login__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.login__top p {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
}
.login__top a {
  font-size: 13px;
  color: #f73;
  border-bottom: 1px solid #f73;
}
.login__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.login__article p {
  font-weight: 600;
  font-size: 15px;
}
.login__article a {
  font-size: 13px;
  color: #f73;
  border-bottom: 1px solid #f73;
}
.login__button {
  height: 56px;
  width: 100%;
  border-radius: 50px;
  background: #f73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.login__button p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.login__right {
  width: calc(100% - 424px);
  background: url("../images/login-bg.webp") center center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.login__right svg {
  width: 160px;
  height: 50px;
}
.login__right p {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.login__log,
.login__pass {
  position: relative;
}
.login__message {
  position: absolute;
  height: auto;
  background: #f73;
  width: calc(100% + 0px);
  left: 0px;
  top: 54px;
  padding: 3px 20px;
  display: none;
}
.login__message p,
.login__message span {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}
.register {
  background: #fff;
  -webkit-box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  border-radius: 20px;
  width: 792px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}
.register * {
  color: #2e4057;
}
.register__left {
  width: 424px;
  padding: 40px;
}
.register__left input {
  padding: 17px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #cfcfcf;
  border-radius: 2px;
  width: 100%;
  color: #2e4057;
  height: 56px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
.register__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.register__top p {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
}
.register__top a {
  font-size: 13px;
  color: #f73;
  border-bottom: 1px solid #f73;
}
.register__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.register__article p {
  font-weight: 600;
  font-size: 15px;
}
.register__article a {
  font-size: 13px;
  color: #f73;
  border-bottom: 1px solid #f73;
}
.register__button {
  height: 56px;
  width: 100%;
  border-radius: 50px;
  background: #f73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.register__button p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.register__right {
  width: calc(100% - 424px);
  background: url("../images/login-bg.webp") center center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.register__right svg {
  width: 160px;
  height: 50px;
}
.register__right p {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.register__log,
.register__pass,
.register__rep {
  position: relative;
}
.register__message {
  position: absolute;
  height: auto;
  background: #f73;
  width: calc(100% + 0px);
  left: 0px;
  top: 54px;
  padding: 3px 20px;
  display: none;
}
.register__message p,
.register__message span {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}
.forgot {
  background: #fff;
  -webkit-box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  border-radius: 20px;
  width: 792px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}
.forgot * {
  color: #2e4057;
}
.forgot__left {
  width: 424px;
  padding: 40px;
}
.forgot__left input {
  padding: 17px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #cfcfcf;
  border-radius: 2px;
  width: 100%;
  color: #2e4057;
  height: 56px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
.forgot__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.forgot__top p {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
}
.forgot__top a {
  font-size: 13px;
  color: #f73;
  border-bottom: 1px solid #f73;
}
.forgot__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.forgot__article p {
  font-weight: 600;
  font-size: 15px;
}
.forgot__article a {
  font-size: 13px;
  color: #f73;
  border-bottom: 1px solid #f73;
}
.forgot__button {
  height: 56px;
  width: 100%;
  border-radius: 50px;
  background: #f73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.forgot__button p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.forgot__right {
  width: calc(100% - 424px);
  background: rgba(255, 119, 51, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.forgot__right img {
  width: 246px;
}
.forgot__input {
  position: relative;
}
.forgot__message {
  position: absolute;
  height: auto;
  background: #f73;
  width: calc(100% + 0px);
  left: 0px;
  top: 54px;
  padding: 3px 20px;
  display: none;
}
.forgot__message p,
.forgot__message span {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}
.rules {
  padding-top: 80px;
  display: none;
}
.rules * {
  color: #2e4057;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
}
.rules__title {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 50px;
  font-weight: bold;
}
.rules__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.rules__left {
  width: 330px;
  border-right: 2px solid #e0e2e6;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 20px;
}
.rules__question {
  padding-right: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.rules__question::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  right: 0px;
  background: #f73;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.rules__question-last {
  margin-bottom: 0px;
}
.rules__question-active {
  position: relative;
  color: #f73;
}
.rules__question-active::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  right: 0px;
  background: #f73;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rules__question:hover {
  color: #f73;
}
.rules__right {
  width: 790px;
}
.rules__right * {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.rules__right * a {
  color: #f73;
}
.rules__preloading {
  height: 200px;
  width: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1058823529);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  overflow: hidden;
}
.rule {
  display: none;
}
.rule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  border-bottom: 1px solid #2e4057;
  height: 52px;
}
.rule__list-top {
  border-bottom: 2px solid #9f9f9f;
  height: 43px;
}
.rule__list p {
  width: 33%;
  padding: 16px 5px;
  margin-bottom: 0px;
}
.rule__list span {
  width: 33%;
  padding: 10px 5px;
  margin-bottom: 0px;
  font-size: 13px;
  color: #9f9f9f;
  font-weight: 600;
}
.politics {
  display: none;
}
.politics ul li {
  padding-left: 20px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
}
.politics ul li a {
  font-weight: 700;
  border-bottom: 1px solid #f73;
  color: #f73;
  font-size: 15px;
  line-height: 24px;
}
.politics ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #f73;
  top: 8px;
  left: 0px;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  padding-top: 100px;
}
.nav p,
.nav a {
  font-size: 13px;
  color: #9f9f9f;
  margin: 0px;
  padding: 0px;
}
.nav a:hover {
  opacity: 0.7;
}
.nav__hr {
  width: 18px;
  height: 1px;
  background: #9f9f9f;
}
.gift {
  padding-top: 80px;
  display: none;
}
.gift__preloading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 200px;
}
.gift__preloading-left {
  width: 70%;
}
.gift__preloading-right {
  width: 26%;
}
.gift__preloading-first,
.gift__preloading-two,
.gift__preloading-three,
.gift__preloading-four,
.gift__preloading-five {
  width: 100%;
  border-radius: 10px;
  background: rgba(98, 98, 98, 0.1058823529);
  -webkit-box-shadow: 0px 0px 10px rgba(63, 63, 63, 0.1019607843);
  box-shadow: 0px 0px 10px rgba(63, 63, 63, 0.1019607843);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.gift__preloading-first {
  height: 30px;
}
.gift__preloading-two {
  height: 50px;
}
.gift__preloading-three {
  height: 80px;
}
.gift__preloading-four,
.gift__preloading-five {
  height: 240px;
}
.gift * {
  color: #2e4057;
}
.gift__title {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 50px;
  font-weight: bold;
  display: none;
}
.gift__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  display: none;
}
.gift__left {
  width: 753px;
}
.gift__left ol {
  counter-reset: myCounter;
}
.gift__left ol li {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 34px;
  position: relative;
  font-size: 15px;
  line-height: 19px;
}
.gift__left ol li strong {
  font-size: 15px;
}
.gift__left ol li a {
  font-weight: 600;
  color: #f73;
  font-size: 15px;
}
.gift__left ol li a svg {
  width: 32px;
  height: 32px;
}
.gift__left ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: #2e4057;
  position: absolute;
  left: 0px;
  font-weight: 600;
}
.gift__text {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 15px;
}
.gift__text-mix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding-top: 7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gift__text-mix a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 24px;
  font-size: 15px;
  color: #f73;
  font-weight: 700;
}
.gift__text-mix a:hover {
  opacity: 0.9;
}
.gift__text-mix a p {
  line-height: 24px;
  font-size: 15px;
  color: #f73;
  font-weight: 700;
}
.gift__text-mix a svg {
  margin-top: -3px;
}
.gift__subtitle {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
}
.gift__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 8px;
  margin-bottom: 6px;
}
.gift__input {
  width: 210px;
  height: 56px;
  border: 2px solid #cfcfcf;
  border-radius: 2px;
  margin-right: 20px;
  position: relative;
}
.gift__input input {
  width: 100%;
  height: 100%;
  padding: 17px 20px;
  font-size: 15px;
  line-height: 22px;
}
.gift__message {
  position: absolute;
  height: auto;
  background: #f73;
  width: calc(100% + 4px);
  left: -2px;
  top: 52px;
  padding: 3px 20px;
  display: none;
}
.gift__message p,
.gift__message span {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}
.gift__button {
  width: 249px;
  height: 56px;
  border-radius: 50px;
  background: #97a0ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: not-allowed;
}
.gift__button p {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.gift__button-active {
  background: #f73;
  cursor: pointer;
}
.gift__right {
  width: 273px;
}
.gift__right img {
  width: 100%;
}
.footer {
  background: #2e4057;
  padding: 64px 0px 20px 0px;
}
.footer * {
  color: #fff;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 170px;
}
.footer__main {
  width: 270px;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__logo svg {
  height: 34px;
}
.footer__text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 30px;
  line-height: 16px;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}
.footer__social a {
  display: block;
  opacity: 0.4;
}
.footer__social a:hover {
  opacity: 1;
}
.footer__social a svg {
  width: 28px;
  height: 28px;
}
.footer__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.footer__bot svg {
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
}
.footer__bot p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}
.footer__bot p a {
  font-size: 15px;
}
.footer__bot p a:hover {
  opacity: 0.8;
}
.footer__card {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}
.footer__link {
  font-size: 15px;
}
.footer__link-last {
  margin-top: -7px;
}
.footer__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.footer__flag svg {
  width: 20px;
  height: 20px;
}
.footer__svg {
  opacity: 0;
}
.footer__svg svg {
  width: 12px;
  height: 12px;
}
.footer__bottom {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
.footer__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
.footer__partners a img {
  height: 20px;
}
.footer__descr {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__descr a {
  color: #fff;
  font-size: 12px;
}
.modal {
  position: fixed;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(46, 64, 87, 0.8)),
    to(rgba(46, 64, 87, 0.8))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(46, 64, 87, 0.8),
    rgba(46, 64, 87, 0.8)
  );
  background: linear-gradient(
    0deg,
    rgba(46, 64, 87, 0.8),
    rgba(46, 64, 87, 0.8)
  );
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  top: 0px;
  left: 0px;
  display: none;
}
.modal__body {
  width: 792px;
  border-radius: 20px;
  padding: 40px;
  background: #fff;
}
.modal__title {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
  color: #2e4057;
  font-weight: bold;
}
.modal__title span {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
  color: #2e4057;
  font-weight: bold;
}
.modal__line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 20px;
  grid-column-gap: 24px;
  margin-bottom: 20px;
}
.modal__subtitle {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 15px;
  color: #9f9f9f;
}
.modal__numbers,
.modal__address {
  height: 56px;
  background: rgba(46, 64, 87, 0.0588235294);
  padding: 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal__numbers p,
.modal__address p {
  font-size: 15px;
  font-weight: 600;
  color: #2e4057;
}
.modal__numbers svg,
.modal__address svg {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
}
.modal__numbers img,
.modal__address img {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
}
.modal__warning {
  padding: 20px;
  background: #fff5f1;
  margin-bottom: 30px;
}
.modal__warning strong {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #2e4057;
}
.modal__warning p {
  color: #2e4057;
  padding-top: 6px;
  font-size: 15px;
  line-height: 20px;
}
.modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal__ok {
  padding: 19px 60px;
  background: #f73;
  border-radius: 50px;
  cursor: pointer;
}
.modal__ok p {
  line-height: 18px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.modal__cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.modal__cancel p {
  font-size: 14px;
  font-weight: 600;
  color: #f73;
}
.modal__cancel svg {
  width: 10px;
  height: 10px;
  fill: #f73;
}
.pay {
  padding-top: 80px;
  padding-bottom: 60px;
  display: none;
}
.pay__title {
  font-size: 56px;
  line-height: 64px;
  font-weight: bold;
}
.pay__valutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  overflow: auto;
}
.pay__valutes p {
  font-size: 15px;
  color: #2e4057;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.pay__valutes svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10px;
}
.pay__valutes img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-height: 20px;
  max-width: 20px;
}
.pay__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 384px;
  grid-template-columns: 1fr 384px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 44px;
  grid-gap: 60px;
}
.pay__left {
  margin-top: -14px;
}
.pay__prog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  display: none;
  min-height: 122px;
}
.pay__timer {
  background: #fff;
  width: 70px;
  min-width: 70px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}
.pay__timer p {
  font-size: 15px;
  color: #2e4057;
  line-height: 20px;
  font-weight: 600;
}
.pay__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  transform: translateY(4px);
}
.pay__subtitle p,
.pay__subtitle strong {
  font-size: 15px;
  color: #2e4057;
  line-height: 24px;
}
.pay__subtitle p {
  margin-bottom: 15px;
}
.pay__subtitle-down {
  margin-bottom: 50px;
}
.pay__lx {
  transform: translateY(-4px);
}
.pay__step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr;
  grid-template-columns: 50px 1fr;
  gap: 20px;
}
.pay__step-bank-first, .pay__step-bank-two, .pay__step-bank-three {
  display: none;
}

.pay__step-bank-first .pay__namestep {
  margin-bottom: 6px;
}

.pay__step-bank-first .pay__txt {
  color: #2e4057;
  margin-bottom: 20px;
}

.pay__step-two .pay__txt {
  margin-bottom: 40px;
}
.pay__step-two .pay__stepnumber {
  border: 4px solid #e0e2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9f9f9f;
}
.pay__step-bank-two .pay__stepnumber {
  border: 4px solid #e0e2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9f9f9f;
}
.pay__step-bank-three .pay__stepnumber {
  border: 4px solid #e0e2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9f9f9f;
}
.pay__step-bank-two .pay__txt {
  padding-bottom: 42px;
}
.pay__step-bank-three .pay__txt {
  padding-bottom: 42px;
}
.pay__getcard {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  background: #ff773312;
  border-radius: 16px;
  height: 70px;
  cursor: pointer;
}
.pay__getcard p {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #ff7733;
}
.pay__step-two .pay__namestep {
  color: #9f9f9f;
}
.pay__step-bank-two .pay__namestep {
  color: #9f9f9f;
}
.pay__step-bank-three .pay__namestep {
  color: #9f9f9f;
}
.pay__step-three .pay__txt {
  margin-bottom: 20px;
}
.pay__step-three .pay__stepnumber {
  border: 4px solid #e0e2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9f9f9f;
}
.pay__step-three .pay__namestep {
  color: #9f9f9f;
}
.pay__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pay__stepnumber {
  -webkit-box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  border-color: rgba(0, 0, 0, 0);
  width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #2e4057;
}
.pay__hr {
  width: 4px;
  background: #e0e2e6;
  height: 100%;
}
.pay__namestep {
  font-size: 18px;
  font-weight: 700;
  color: #2e4057;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pay__reserving {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 16px 20px 26px;
  gap: 20px;
  background: #fff5f1;
  margin-bottom: 20px;
}
.pay__reserving p {
  width: calc(100% - 50px);
  font-size: 15px;
  line-height: 24px;
  color: #2e4057;
}
.pay__reserving p strong {
  font-size: 15px;
  line-height: 24px;
  color: #2e4057;
}
.pay__loadanim {
  width: 30px;
  height: 30px;
}
.pay__loadanim img {
  width: 100%;
  height: 100%;
}
.pay__what {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 24px;
  color: #9f9f9f;
}
.pay__table {
  height: 56px;
  background: #f5f5f5;
  padding: 0px 20px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
  margin-bottom: 20px;
}
.pay__table img,
.pay__table svg {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
}
.pay__table p {
  font-size: 15px;
  font-weight: 600;
  color: #2e4057;
  word-break: break-word;
}
.pay__copy {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.pay__copy svg {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  max-height: 24px;
  max-width: 24px;
}
.pay__att {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
.pay__area {
  background: #fff5f1;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pay__area span {
  font-weight: 600;
}
.pay__text {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}
.pay__text a {
  border-bottom: 1px solid #f73;
  color: #f73;
  font-size: 15px;
}
.pay__button-cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 70px;
  margin-bottom: 100px;
  cursor: pointer;
  width: fit-content;
}
.pay__button-cancel svg {
  width: 10px;
  height: 10px;
  fill: #f73;
}
.pay__button-cancel p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #f73;
}
.pay__txt {
  font-size: 15px;
  line-height: 24px;
  color: #9f9f9f;
}
.pay__info {
  background: #f5f5f5;
  padding: 16px 20px;
}
.pay__info p {
  font-size: 15px;
  line-height: 24px;
  color: #9f9f9f;
}
.pay__info p span {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  word-break: break-all;
  color: #9f9f9f;
}
.pay__right {
  position: sticky;
  top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.chat {
  border-radius: 20px;
  background: #fff;
  height: 400px;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  position: sticky;
  top: 20px;
}
.chat__top {
  padding: 30px 20px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #cfcfcf;
}
.chat__top svg {
  width: 30px;
  height: 30px;
}
.chat__top p {
  font-size: 18px;
  font-weight: 700;
}
.chat__body {
  padding: 10px 20px;
}
.chat__message {
  min-width: 100px;
  max-width: 300px;
  width: 100%;
  background: #fff5f1;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 22px;
  word-break: break-word;
}
.chat__time {
  padding-top: 6px;
  font-size: 11px;
  color: #9f9f9f;
}
.chat__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 20px;
}
.chat__btn {
  padding: 6px 12px;
  border: 1px solid #f73;
  text-align: right;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #f73;
  cursor: pointer;
}
@-webkit-keyframes moveBlick {
  0% {
    left: -30%;
  }
  100% {
    left: 130%;
  }
}
@keyframes moveBlick {
  0% {
    left: -30%;
  }
  100% {
    left: 130%;
  }
}
.blick {
  position: absolute;
  height: 100%;
  left: -30%;
  width: 30%;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgb(135, 135, 135)),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgb(135, 135, 135) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(135, 135, 135) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-animation-name: moveBlick;
  animation-name: moveBlick;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.1;
}
.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: -1000%;
}
.copy input {
  width: 300px;
  margin-bottom: 10px;
}
.timeend {
  padding: 80px 0px 100px 0px;
  display: none;
}
.timeend__title p {
  font-size: 56px;
  line-height: 64px;
  font-weight: bold;
  color: #2e4057;
  margin-bottom: 50px;
}
.timeend__subtitle p {
  font-size: 15px;
  line-height: 24px;
  color: #2e4057;
  margin-bottom: 30px;
}
.timeend__button {
  border-radius: 50px;
  background: #f73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.timeend__button p {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.change {
  display: none;
}
.cash {
  padding: 80px 0px;
  background: linear-gradient(0deg, rgba(46, 64, 87, 0.042), rgba(46, 64, 87, 0.049));
}
.cash * {
  color: #2e4057;
}
.cash__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 588px;
  grid-template-columns: 1fr 588px;
  grid-column-gap: 24px;
}
.cash__title {
  position: relative;
}
.cash__title p {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 30px;
  font-weight: bold;
}
.cash__subtitle p {
  font-size: 15px;
  line-height: 24px;
}
.cash__subtitle p a {
  font-weight: 600;
  border-bottom: 1px solid #f73;
  color: #f73;
  font-size: 15px;
  line-height: 24px;
}
.cash__subtitle p a:hover {
  border-bottom: 1px solid rgba(255, 119, 51, 0);
  color: rgba(255, 119, 51, 0.7058823529);
}
.cash__right {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.2);
}
.cash__top {
  height: 71px;
  padding: 40px 40px 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 92px;
  border-bottom: 2px solid #f2f4f5;
  position: relative;
}
.cash__top .cash__load {
  height: 40%;
  width: 90%;
}
.cash__val {
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #9f9f9f;
  font-size: 15px;
  font-weight: 600;
  margin-top: 2px;
  cursor: pointer;
  opacity: 0;
  position: relative;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-underline-offset: 3px;
}
.cash__val:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.cash__val svg {
  fill: #9f9f9f;
  position: absolute;
  right: -35px;
  bottom: -3px;
}
.cash__val * {
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
}
.cash__val-active {
  position: relative;
  color: #f73;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.cash__val-active svg {
  fill: #f73;
  position: absolute;
  right: -32px;
  bottom: -3px;
}
.cash__val-active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f73;
  left: 0;
  bottom: -15px;
}
.cash__info {
  padding: 40px;
  padding-bottom: 15px;
  position: relative;
}
.cash__info h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 2px;
}
.cash__info h5 {
  font-size: 13px;
}
.cash__info .cash__load {
  height: 80%;
  width: 90%;
}
.cash__table {
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff8f5;
  margin-bottom: 20px;
  position: relative;
}
.cash__table-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.cash__table-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cash__table .cash__load {
  height: 80%;
  width: 90%;
}
.cash__check {
    margin-left: 40px;
    font-size: 13px;
    color: #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    transform: translateY(-6px);
    padding-bottom: 2px;
    width: fit-content;
    display: block;
    margin-bottom: 4px;
    display: none;
}
.cash__check:hover {
    color: #f73;
    border-bottom: 1px solid #9f9f9f00;
}
.cash__window {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(39, 39, 39, 0.16);
  box-shadow: 0 0 12px rgba(39, 39, 39, 0.16);
  border-radius: 6px;
  top: 50%;
  padding: 15px;
  max-width: 315px;
  z-index: 1;
  display: none;
}
.cash__window svg {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.cash__window p {
  font-size: 13px;
  line-height: 18px;
  color: #2e4057;
}
.cash__window p span {
  font-size: 13px;
  line-height: 18px;
  color: #2e4057;
  font-weight: 600;
}
.cash__window a {
  font-size: 13px;
  line-height: 18px;
  color: #f73;
}
.cash__rate,
.cash__timer {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #f73;
}
.cash__txt {
  font-size: 13px;
  color: #9f9f9f;
}
.cash__txt span {
  border-bottom: 1px solid #9f9f9f;
  font-size: 13px;
  color: #9f9f9f;
  padding-bottom: 2px;
  cursor: pointer;
}
.cash__txt span:hover {
  border-bottom: 1px solid rgba(255, 119, 51, 0);
  color: #f73;
}
.cash__inst {
  color: #f73;
  font-size: 15px;
  margin-top: 12px;
  border-bottom: 1px solid #f73;
  cursor: pointer;
  padding-bottom: 3px;
  min-width: 182px;
}
.cash__inst:hover {
  border-bottom: 1px solid rgba(255, 119, 51, 0);
}
.cash__city,
.cash__get,
.cash__take {
  padding: 0px 40px;
  margin-bottom: 20px;
  position: relative;
}
.cash__city .cash__load,
.cash__get .cash__load,
.cash__take .cash__load {
  height: 100%;
  width: 90%;
}
.cash__select {
  position: relative;
}
.cash__select * {
  font-family: Arial;
}
.cash__select select {
  width: 100%;
  height: 56px;
  border: 2px solid #cfcfcf;
  border-radius: 2px;
  padding: 17px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cash__select svg {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.cash__name {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  position: relative;
}
.cash__area {
  width: 100%;
  height: 56px;
  border: 2px solid #cfcfcf;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.cash__gif {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cash__gif img {
  width: 100%;
  height: 100%;
}
.cash__first-input,
.cash__second-input {
  width: calc(100% - 80px);
  height: 100%;
  padding: 17px 20px;
  font-size: 15px;
  line-height: 22px;
}
.cash__btn {
  width: 80px;
  height: 100%;
  background: #f2f4f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.cash__btn img {
  width: 38px;
  height: 38px;
}
.cash__btn svg {
  width: 10px;
  height: 10px;
}
.cash__btn:hover svg {
  margin-bottom: -6px;
}
.cash__reserv {
  font-size: 13px;
  color: #9f9f9f;
  margin-top: -8px;
  margin-bottom: 10px;
}
.cash__hide {
  display: none;
}
.cash__bottom {
  padding: 20px 40px 40px 40px;
}
.cash__bottom-active {
  background: #fff5f1;
}
.cash__message {
  position: absolute;
  height: 28px;
  background: #f73;
  width: calc(100% + 4px);
  left: -2px;
  bottom: -29px;
  padding: 3px 20px;
  display: none;
}
.cash__message p,
.cash__message span {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}
.cash__user,
.cash__email,
.cash__contact {
  margin-bottom: 20px;
  position: relative;
}
.cash__user input,
.cash__email input,
.cash__contact input {
  width: 100%;
  height: 56px;
  border: 2px solid #cfcfcf;
  border-radius: 2px;
  padding: 17px 20px;
  font-size: 15px;
  line-height: 22px;
  background: none;
}
.cash__user svg,
.cash__email svg,
.cash__contact svg {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.cash__user .cash__message,
.cash__email .cash__message,
.cash__contact .cash__message {
  width: 100%;
  left: 0px;
  bottom: -26px;
}
.cash__msg {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 30px;
  position: relative;
}
.cash__msg a {
  border-bottom: 1px solid #f73;
  color: #f73;
  font-size: 13px;
  line-height: 22px;
}
.cash__msg a:hover {
  border-bottom: 1px solid rgba(255, 119, 51, 0);
}
.cash__button {
  border-radius: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f73;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 19px 80px;
  cursor: pointer;
  position: relative;
}
.cash__button:hover {
  background: rgba(255, 119, 51, 0.8431372549);
}
.cash__button p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.cash__button .cash__load {
  border-radius: 50px;
}
.cash__button-active {
  width: 100%;
  cursor: default;
}
.cash__load {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  background: #d6d6d6;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.manual {
  padding: 80px 0px;
  background: #2e4057;
}
.manual * {
  color: #fff;
}
.manual__title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
.manual__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  margin-bottom: 40px;
}
.manual__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.manual__string {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.manual__string p {
  font-size: 15px;
  line-height: 22px;
}
.manual__string span {
  font-size: 15px;
  font-weight: 600;
}
.manual__warning {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.manual__right {
  width: 100%;
  height: auto;
}
.manual__right img {
  width: 100%;
}
.rev {
  padding-top: 80px;
  padding-bottom: 100px;
}
.rev__title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #2e4057;
}
.rev__subtitle {
  line-height: 24px;
  text-align: center;
  font-size: 15px;
  color: #2e4057;
  margin-bottom: 50px;
}
.rev__subtitle a {
  line-height: 24px;
  text-align: center;
  font-size: 15px;
  color: #f73;
}
.rev__wrapper {
  position: relative;
}
.rev__block {
  overflow: hidden;
  margin: 0 68px;
  position: relative;
  min-width: 0px;
}
.rev__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.rev__nav {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(46, 64, 87, 0.06);
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rev__nav svg {
  width: 14px;
  height: 14px;
  fill: #2e4057;
}
.rev__nav-left {
  left: 0px;
}
.rev__nav-right {
  right: 0px;
}
.rev__slide {
  background: rgba(46, 64, 87, 0.06);
  border-radius: 12px;
  padding: 24px;
  min-height: 234px;
  height: auto;
  cursor: default;
}
.rev__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
  color: #2e4057;
}
.rev__text {
  font-size: 15px;
  line-height: 24px;
  color: #2e4057;
}
.last {
  display: none;
  padding-top: 80px;
  padding-bottom: 100px;
}
.last * {
  color: #2e4057;
}
.last__title {
  font-size: 56px;
  line-height: 64px;
  font-weight: bold;
  margin-bottom: 50px;
}
.last__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.last__left {
  width: 730px;
}
.last__card {
  padding: 15px 40px;
}
.last__card h6 {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #f73;
  margin-bottom: 4px;
}
.last__card h5 {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #9f9f9f;
}
.last__card h4 {
  font-size: 13px;
  line-height: 18px;
  color: #9f9f9f;
}
.last__table {
  padding: 20px 40px;
  background: rgba(46, 64, 87, 0.0588235294);
  margin-bottom: 50px;
}
.last__table p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 8px;
}
.last__table p span {
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  color: #f73;
}
.last__table p span:hover {
  text-decoration: none;
}
.last__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.last__line svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.last__line img {
  width: 24px;
  height: 24px;
}
.last__line p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0px;
}
.last__text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.last__right {
  width: 296px;
}
.last__right img {
  width: 100%;
}

.verif {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(0deg,rgba(46,64,87,.8),rgba(46,64,87,.8));
  z-index: 40;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.verif__box {
  width: 792px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.verif__top {
  /* min-height: 133px; */
  position: relative;
  background: #2e40570f;
  padding: 40px 40px 40px 80px;
}

.verif__close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.verif__close svg {
  width: 20px;
  height: 20px;
}

.verif__close:hover {
  transform: rotate(360deg);
}

.verif__order {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  height: 19px;
  margin-bottom: 10px;
}

.verif__order p {
  color: #2e4057;
  font-size: 15px;
  font-weight: 600;
}

.verif__order span {
  color: #2e4057;
  font-size: 15px;
}

.verif__line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.verif__line p {
  color: #2e4057;
  font-size: 15px;
  font-weight: 600;
}

.verif__line span {
  color: #2e4057;
  font-size: 15px;
}

.verif__line img {
  width: 20px;
  margin: 0px 5px;
}

.verif__line svg {
  transform: rotate(-90deg);
  margin: 0px 10px;
}

.verif__body {
  padding: 30px 40px 40px 80px;
}

.verif__title {
  font-size: 26px;
  color: #2e4057;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}

.verif__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.verif__area-big {
  width: 418px;
}

.verif__area-little {
  width: 234px;
}

.verif__label {
  line-height: 22px;
  font-size: 15px;
  color: #2e4057;
  font-weight: 600;
}

.verif__descr {
  line-height: 22px;
  font-size: 13px;
  color: #9f9f9f;
  margin-bottom: 6px;
}

.verif__input {
  width: 100%;
  height: 56px;
  padding: 17px 20px;
  border: 2px solid #cfcfcf;
  color: #2e4057;
  font-size: 15px;
}

.verif__save {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.verif__checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #cfcfcf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.verif__checkbox svg {
  display: none;
}

.verif__save p {
  font-size: 15px;
  color: #2e4057;
}

.verif__button {
  border-radius: 100px;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f4f5;
  padding: 19px 0px;
  gap: 10px;
  cursor: default;
}

.verif__button svg {
  fill: #9f9f9f
}

.verif__button p {
  font-size: 15px;
  font-weight: 700;
  color: #9f9f9f;
}

.verif__button-active {
  background: #ff7733;
  cursor: pointer;
}

.verif__button-active svg {
  fill: #fff;
}

.verif__button-active p {
  color: #fff;
}

@media (min-width: 1241px) {
  .rev__navigation {
    visibility: hidden;
  }
}
@media (max-width: 1240px) {
  .verif {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .verif__box {
    width: 100%;
    border-radius: 0px;
    max-height: 100%;
    overflow-y: auto;
  }
  .verif__area-big {
    width: 418px;
  }
  .verif__area-little {
    width: calc( 100% - 438px );
  }
  .container {
    width: 100%;
  }
  .header {
    height: 70px;
    padding: 18px 40px;
  }
  .header__descr {
    display: none;
  }
  .header__right {
    display: none;
  }
  .header__menu {
    display: block;
  }
  .header__left {
    gap: 48px;
  }
  .header__logo svg {
    height: 30px;
  }
  .header__rght {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .first__bar {
    padding: 0px 40px;
    margin-bottom: 30px;
  }
  .first__bar-bg {
    display: none;
  }
  .first__bar-button {
    margin-right: 0px;
    width: 231px;
  }
  .first__bar-info p {
    margin-left: 28px;
    width: 370px;
    font-size: 20px;
  }
  .first__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .first__right {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  .first__right h6 {
    padding: 30px 40px 15px 40px;
  }
  .first__left {
    width: 100%;
    padding: 0px 40px 0px 40px;
  }
  .first__title {
    display: none;
  }
  .first__top {
    height: 51px;
    padding: 20px 20px 10px 20px;
    gap: 72px;
  }
  .first__in-one {
    width: auto;
  }
  .first__in-right {
    text-align: right;
    min-width: 95px;
  }
  .table,
  .table-two,
  .table-three,
  .table-four,
  .table-five {
    width: calc(100% + 4px);
  }
  .rules {
    padding-top: 30px;
  }
  .rules .container {
    padding: 0px 40px;
  }
  .rules__title {
    font-size: 30px;
    line-height: 34px;
  }
  .rules__left {
    width: 216px;
  }
  .rules__right {
    width: calc(100% - 246px);
  }
  .contact {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
  }
  .contact__title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .contact__right {
    display: none;
  }
  .contact__left {
    width: 100%;
  }
  .contact__preloading-right {
    display: none;
  }
  .contact__preloading-left {
    width: 100%;
  }
  .partner {
    padding: 30px 40px 0px 40px;
  }
  .partner__right {
    display: none;
  }
  .partner__left {
    width: 100%;
  }
  .partner__left h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .partner__preloading-right {
    display: none;
  }
  .partner__preloading-left {
    width: 100%;
  }
  .recomend {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
  }
  .recomend__title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .recomend__subtitle {
    font-size: 28px;
  }
  .review {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
  }
  .review__title {
    font-size: 30px;
    line-height: 34px;
  }
  .review__block {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .review__name p {
    font-size: 22px;
  }
  .about {
    padding: 30px 40px 0px 40px;
  }
  .about__body h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 14px;
  }
  .about__body h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .faq {
    padding: 30px 40px 0px 40px;
  }
  .faq__title {
    font-size: 30px;
    line-height: 34px;
  }
  .faq__left {
    width: 216px;
  }
  .faq__right {
    width: calc(100% - 246px);
  }
  .faq__name {
    font-size: 26px;
  }
  .faq__preloading-right {
    display: none;
  }
  .faq__preloading-left {
    width: 100%;
  }
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer__logo svg {
    height: 30px;
  }
  .footer__top {
    gap: 70px;
  }
  .auth {
    padding-top: 50px;
  }
  .login,
  .register,
  .forgot {
    width: 100%;
    border-radius: 0px;
  }
  .login__right,
  .register__right,
  .forgot__right {
    width: 368px;
  }
  .login__left,
  .register__left,
  .forgot__left {
    width: calc(100% - 368px);
  }
  .login__top p,
  .register__top p,
  .forgot__top p {
    font-size: 22px;
    line-height: 39px;
  }
  .gift {
    padding: 30px 40px 0px 40px;
  }
  .gift__right {
    display: none;
  }
  .gift__left {
    width: 100%;
  }
  .gift__title {
    font-size: 30px;
    line-height: 38px;
  }
  .gift__subtitle {
    font-size: 22px;
    line-height: 39px;
    font-weight: 700;
  }
  .gift__preloading-right {
    display: none;
  }
  .gift__preloading-left {
    width: 100%;
  }
  .pay {
    padding: 30px 40px 0px 40px;
  }
  .pay__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 0px;
  }
  .pay__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .pay__right {
    display: none;
  }
  .pay__left {
    padding-bottom: 60px;
  }
  .timeend {
    padding: 30px 40px 100px 40px;
  }
  .timeend__title p {
    font-size: 30px;
    line-height: 38px;
  }
  .manual {
    padding: 40px 20px;
  }
  .manual__title {
    font-size: 28px;
    line-height: 36px;
  }
  .rev {
    padding: 40px 20px 100px 20px;
  }
  .rev__nav {
    display: none;
  }
  .rev__block {
    margin: 0 auto;
  }
  .rev__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
  }
  .rev__subtitle {
    text-align: left;
    margin-bottom: 30px;
  }
  .cash {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cash__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cash__title {
    display: none;
  }
  .cash__subtitle {
    padding: 40px;
  }
  .cash__right {
    border-radius: 0px;
  }
  .cash__top {
    height: 51px;
    padding: 20px 20px 10px 20px;
    gap: 72px;
  }
  .cash__info {
    padding: 30px 40px 15px 40px;
  }
  .cash__top .cash__load,
  .cash__info .cash__load,
  .cash__table .cash__load,
  .cash__city .cash__load,
  .cash__get .cash__load,
  .cash__take .cash__load {
    width: calc(100% - 60px);
  }
  .last {
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .last * {
    color: #2e4057;
  }
  .last__title {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .last__left {
    width: 100%;
  }
  .last__right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .footer__card {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .verif__top {
    padding: 20px;
  }
  .verif__close {
    top: 20px;
    right: 20px;
  }
  .verif__line {
    flex-wrap: wrap;
  }
  .verif__line p {
    width: 100%;
  }
  .verif__line svg {
    margin-right: calc( 100% - 12px );
    margin-left: 0px;
    transform: none;
  }
  .verif__body {
    padding: 30px 20px 40px;
  }
  .verif__title {
    line-height: 22px;
    font-size: 16px;
  }
  .verif__block {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .verif__area {
    width: 100%;
    margin-bottom: 20px;
  }
  .header {
    height: 58px;
    padding: 16px 20px;
  }
  .header .container {
    display: none;
  }
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__lil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__lil-menu svg {
    width: 20px;
    height: 20px;
  }
  .header__lil-logo svg {
    width: auto;
    height: 22px;
  }
  .menu {
    padding-top: 0px;
  }
  .menu__body {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pay__step-bank-two .pay__stepnumber {
    border: 4px solid #e0e2e600;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9f9f9f;
  }
  .pay__step-bank-three .pay__stepnumber {
    border: 4px solid #e0e2e600;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9f9f9f;
  }
  .menu__button {
    width: 100%;
  }
  .menu__button-two {
    background: #fff5f1;
  }
  .first__bar {
    height: 106px;
    padding: 10px 20px;
    margin-bottom: 16px;
  }
  .first__bar .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .first__bar-info {
    max-width: 370px;
  }
  .first__bar-info p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin-left: 0px;
    width: 100%;
  }
  .first__bar-info svg {
    display: none;
  }
  .first__bar-button {
    height: 38px;
    width: 237px;
    font-size: 15px;
    line-height: 18px;
  }
  .first__right h6 {
    font-size: 16px;
    line-height: 22px;
    padding: 22px 20px 16px 20px;
  }
  .first__board {
    padding: 10px 20px;
  }
  .first__preloading-lil {
    width: 50%;
    max-width: 50%;
    transform: translateX(0px);
    left: 20px;
  }
  .first__right h6 .first__preloading {
    width: calc( 100% - 40px );
  }
  .first__board .first__preloading {
    width: calc( 100% - 40px );
  }
  .first__get .first__preloading {
    width: calc( 100% - 40px );
  }
  .first__take .first__preloading {
    width: calc( 100% - 40px );
  }
  .first__get,
  .first__take {
    padding: 0px 20px;
  }
  .first__middle h4 {
    margin: 0px;
    padding: 14px 20px;
  }
  .first__middle h4 span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid #2e4057;
  }
  .first__left {
    padding: 0px 20px;
  }
  .first__subtitle {
    margin-bottom: 30px;
  }
  .first__txt h6 {
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .first__check, .cash__check {
    margin-left: 20px;
  }
  .first__bottom,
  .first__bank {
    padding-left: 20px;
    padding-right: 20px;
  }
  .first__button {
    width: 265px;
  }
  .first__middle .first__preloading,
  .first__box .first__preloading {
    height: 80%;
  }
  .table,
  .table-two,
  .table-three,
  .table-four,
  .table-five {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  .table__mobile,
  .table-two__mobile,
  .table-three__mobile,
  .table-four__mobile,
  .table-five__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table__valute,
  .table-two__valute,
  .table-three__valute,
  .table-four__valute,
  .table-five__valute {
    padding-left: 20px;
    padding-right: 20px;
  }
  .table__list {
    max-height: calc(100% - 240px);
  }
  .table-two__list,
  .table-five__list {
    max-height: calc(100% - 210px);
  }
  .table-two__valute p,
  .table-five__valute p {
    margin-top: -14px;
  }
  .table-two__reserv,
  .table-five__reserv {
    right: auto;
    left: 54px;
    top: 70%;
  }
  .table-three__list {
    max-height: calc(100% - 74px);
  }
  .rules {
    padding-top: 16px;
  }
  .rules .container {
    padding: 0px 20px;
  }
  .rules__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .rules__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rules__left {
    width: 100%;
    border-top: 2px solid #e0e2e6;
    border-bottom: 2px solid #e0e2e6;
    border-right: 0px solid #e0e2e6;
    padding: 20px 0;
    position: static;
  }
  .rules__question::before {
    width: 0px;
  }
  .rules__right {
    width: 100%;
    padding-top: 30px;
  }
  .contact {
    padding: 16px 20px 0px 20px;
  }
  .contact__title {
    font-size: 24px;
    line-height: 30px;
  }
  .contact__line svg {
    display: none;
  }
  .contact__info h6 {
    line-height: normal;
  }
  .contact__social {
    gap: 20px;
  }
  .partner {
    padding: 16px 20px 0px 20px;
  }
  .partner__left h1 {
    font-size: 24px;
  }
  .partner__left h2 {
    font-size: 18px;
  }
  .partner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partner__card {
    padding: 20px;
  }
  .recomend {
    padding: 16px 20px 0px 20px;
  }
  .recomend__title {
    font-size: 24px;
    line-height: 30px;
  }
  .recomend__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 20px;
    padding-top: 0px;
  }
  .recomend__card {
    padding: 20px;
  }
  .recomend__name p {
    font-size: 16px;
    line-height: 18px;
  }
  .recomend__image img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .review {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
  }
  .review__title {
    font-size: 24px;
    line-height: 30px;
  }
  .review__block {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
    gap: 20px;
  }
  .review__name p {
    font-size: 16px;
    line-height: 22px;
  }
  .review__card {
    padding: 20px;
  }
  .review__preloading-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review__preloading-two {
    height: 200px;
    width: 100%;
  }
  .about {
    padding: 16px 20px 0px 20px;
  }
  .about__body h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .about__body h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .faq {
    padding: 16px 20px 0px 20px;
  }
  .faq__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .faq__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq__left {
    width: 100%;
    border-top: 2px solid #e0e2e6;
    border-bottom: 2px solid #e0e2e6;
    border-right: 0px solid #e0e2e6;
    padding: 20px 0;
    position: static;
  }
  .faq__question::before {
    width: 0px;
  }
  .faq__question-last {
    margin-bottom: 0px;
  }
  .faq__right {
    width: 100%;
    padding-top: 30px;
  }
  .faq__name {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 24px;
  }
  .faq__hr {
    margin: 30px 0px;
  }
  .footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__card {
    width: 100%;
  }
  .footer__main {
    width: 100%;
  }
  .footer__bottom {
    padding-top: 40px;
  }
  .footer__partners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__logo svg {
    height: 22px;
  }
  .auth {
    padding-top: 16px;
    padding-bottom: 50px;
  }
  .login,
  .register,
  .forgot {
    width: 100%;
    border-radius: 0px;
  }
  .login__right,
  .register__right,
  .forgot__right {
    display: none;
  }
  .login__left,
  .register__left,
  .forgot__left {
    padding: 30px 20px 40px 20px;
    width: 100%;
  }
  .login__top p,
  .register__top p,
  .forgot__top p {
    font-size: 16px;
    line-height: 22px;
  }
  .gift {
    padding: 16px 20px 0px 20px;
  }
  .gift__title {
    margin-bottom: 30px;
  }
  .gift__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gift__input {
    width: 100%;
    margin-bottom: 20px;
  }
  .gift__button {
    margin: 0px auto;
    width: 100%;
    max-width: 414px;
  }
  .pay {
    padding: 16px 20px 0px 20px;
  }
  .pay__title {
    font-size: 24px;
    line-height: 30px;
  }
  .pay__body {
    margin-top: 35px;
  }
  .pay__subtitle-lh strong {
    font-size: 13px;
  }
  .pay__subtitle-down {
    margin-bottom: 20px;
  }
  .pay__subtitle-down p {
    font-size: 13px;
  }
  .pay__step {
    -ms-grid-columns: 0px 1fr;
    grid-template-columns: 0px 1fr;
    padding-top: 20px;
    border-top: 1px solid #e0e2e6;
  }
  .pay__step-two .pay__stepnumber,
  .pay__step-three .pay__stepnumber {
    border: 0px solid #e0e2e6;
  }
  .pay__stepnumber {
    min-width: 0px;
    width: 0px;
    border: 0px;
    font-size: 15px;
    margin-left: 24px;
  }
  .pay__hr {
    display: none;
  }
  .pay__progress {
    margin-left: -10px;
  }
  .pay__card {
    min-width: 100%;
    margin-left: -16px;
  }
  .pay__namestep {
    padding-left: 20px;
    font-size: 15px;
  }
  .pay__what {
    font-size: 13px;
  }
  .pay__text {
    font-size: 13px;
    line-height: 22px;
  }
  .pay__text a {
    font-size: 13px;
  }
  .pay__txt {
    font-size: 13px;
  }
  .pay__button-cancel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 70px 0px;
  }
  .pay__reserving {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rec {
    position: relative;
  }
  .rec .first__preloading {
    z-index: 3;
    width: calc(100% + 10px);
  }
  .modal__body {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    padding: 30px 20px;
    overflow-y: auto;
  }
  .modal__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .modal__title span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .modal__line {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .modal__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .modal__ok {
    padding: 19px 30px;
  }
  .modal__address {
    height: auto;
  }
  .modal__address p {
    word-break: break-all;
  }
  .timeend {
    padding: 16px 20px 60px 20px;
  }
  .timeend__title p {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #2e4057;
    margin-bottom: 30px;
  }
  .timeend__subtitle p {
    font-size: 15px;
    line-height: 24px;
    color: #2e4057;
    margin-bottom: 30px;
  }
  .timeend__button {
    border-radius: 50px;
    background: #f73;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .timeend__button p {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .manual__title {
    font-size: 18px;
    line-height: 24px;
  }
  .manual__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .manual__block-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .rev__title {
    font-size: 18px;
    line-height: 24px;
  }
  .cash__info,
  .cash__table,
  .cash__city,
  .cash__get,
  .cash__take,
  .cash__bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cash__table-right {
    min-width: 95px;
  }
  .cash__table-right * {
    text-align: right;
  }
  .cash__button {
    padding-left: 60px;
    padding-right: 60px;
  }
  .cash__top .cash__load,
  .cash__info .cash__load,
  .cash__table .cash__load,
  .cash__city .cash__load,
  .cash__get .cash__load,
  .cash__take .cash__load {
    width: calc(100% - 25px);
  }
  .last {
    padding-top: 16px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .last__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .last__left {
    width: 100%;
  }
  .last__right {
    display: none;
  }
  .last__card {
    padding: 10px 20px;
  }
  .last__table {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .rule__list {
    display: -ms-grid;
    display: grid;
    height: auto;
    -ms-grid-columns: 3fr 1fr 1fr;
    grid-template-columns: 3fr 1fr 1fr;
  }
  .rule__list p {
    width: auto;
  }
  .first__bar-info {
    width: 100%;
  }
  .first__bar-info p {
    width: 100%;
  }
  .first__info-window-one,
  .first__info-window-two,
  .first__info-window-three {
    width: calc(100% - 40px);
  }
  .first__info-window-two {
    left: 20px;
  }
}
.first__bar-button {
  cursor: pointer;
}
.chat__loading {
  padding-top: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  display: none;
}
.chat__loading img {
  width: 28px;
  height: 28px;
}
.pay__copy:hover {
  opacity: 0.5;
}
.pay__copy:active {
  transform: translateY(-50%) scale(0.5);
}
.rev__slide {
  min-width: 300px;
  margin: 0px 20px 0px 0px;
}
.header__logo svg {
  height: 30px;
  transform: translateX(4px);
}
.header__descr {
  transform: translateX(16px) translateY(2px);
}
/* .header__descr {
  width: 220px;
} */
.header__right {
  transform: translateY(3px);
}
.footer__bot {
  display: none;
}
