* {
  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 url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
* {
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  font-family: "DM Sans", sans-serif;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

body {
  background: #262b3b;
}

.header__body {
  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;
  width: 100%;
  height: 80px;
  background: #31374b;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 0px 40px;
}
.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: 10px;
}
.header__left img {
  height: 60px;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header__name p {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
  letter-spacing: 2px;
}
.header__name span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  display: block;
  font-size: 12px;
}
.header__links {
  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: 20px;
  display: none;
}
.header__link {
  font-size: 18px;
  color: #00a3f5;
}

.main {
  padding-top: 80px;
  padding-bottom: 100px;
}

.promo {
  width: 100%;
  height: 400px;
  background: #31374b;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  padding: 40px;
  margin-bottom: 100px;
}
.promo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.promo__title {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.promo__subtitle {
  font-size: 38px;
  font-weight: 500;
  color: #21b0d0;
}
.promo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.promo__block p {
  padding: 10px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.0862745098);
  font-size: 14px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  line-height: 1.4;
}
.promo__right {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.promo__right img {
  width: 320px;
}

.catalog {
  padding-bottom: 100px;
}
.catalog__title {
  font-size: 34px;
  color: #fff;
  margin-bottom: 10px;
}
.catalog__subtitle {
  font-size: 20px;
  color: #aeaeae;
  margin-bottom: 40px;
}
.catalog__item {
  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;
  background: #31374b;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}
.catalog__item:hover {
  background: #3a4157;
}
.catalog__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: 14px;
}
.catalog__image {
  width: 40px;
  min-width: 40px;
}
.catalog__image img {
  width: 100%;
}
.catalog__info p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}
.catalog__info span {
  font-size: 14px;
  color: #b4b4b4;
}
.catalog__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: 10px;
}
.catalog__price, .catalog__sell, .catalog__have {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 110px;
  height: 40px;
  border-radius: 100px;
  position: relative;
  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: rgba(255, 255, 255, 0.1058823529);
}
.catalog__price p, .catalog__sell p, .catalog__have p {
  position: absolute;
  top: -8px;
  font-size: 12px;
  color: #fff;
}
.catalog__price span, .catalog__sell span, .catalog__have span {
  font-weight: 600;
  color: #fff;
}
.catalog__buy {
  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;
  background: #21b0d0;
  width: 120px;
  height: 40px;
  border-radius: 100px;
}
.catalog__buy:hover {
  background: #0e7c94;
}

.add {
  text-align: center;
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.add:hover {
  text-decoration: none;
}

.info {
  max-height: 0px;
  overflow: hidden;
}
.info__title {
  font-size: 22px;
  color: #e0e0e0;
  margin-bottom: 20px;
  line-height: 1.4;
}
.info__text {
  font-size: 18px;
  color: #e0e0e0;
  margin-bottom: 20px;
  line-height: 1.4;
}
.info ul {
  padding-left: 20px;
}
.info ul li {
  margin-bottom: 20px;
  font-size: 18px;
  color: #e0e0e0;
  line-height: 1.4;
}

.buy {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.262745098);
  top: 0px;
  left: 0px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  display: none;
}
.buy__body {
  background: #31374b;
  max-height: 90vh;
  overflow-x: auto;
  padding: 40px;
  width: 600px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -150%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.buy__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  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: #000000;
  border-radius: 100px;
  cursor: pointer;
}
.buy__close svg {
  width: 24px;
  height: auto;
  fill: #fff;
}
.buy__title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.buy__table {
  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: 40px;
}
.buy__image {
  width: 50px;
}
.buy__image img {
  width: 100%;
}
.buy__info p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}
.buy__info span {
  font-size: 16px;
  color: #d5d5d5;
}
.buy__line {
  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: 40px;
}
.buy__price, .buy__have, .buy__sell {
  width: 32%;
  height: 40px;
  border-radius: 100px;
  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: #272a37;
  position: relative;
}
.buy__price p, .buy__have p, .buy__sell p {
  position: absolute;
  top: -8px;
  color: #fff;
  font-size: 12px;
}
.buy__price span, .buy__have span, .buy__sell span {
  font-weight: 600;
  color: #fff;
}
.buy__descr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background: rgba(0, 0, 0, 0.137254902);
  padding: 20px 10px;
  border-radius: 20px;
}
.buy__descr p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.buy__descr p span {
  font-size: inherit;
  text-decoration: underline;
}
.buy__bar {
  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;
  gap: 20px;
  margin-top: 20px;
}
.buy__size {
  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;
}
.buy__minus, .buy__plus {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  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: 22px;
  background: #000000;
  padding-bottom: 5px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.buy__number {
  width: 80px;
  height: 40px;
  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: rgba(255, 255, 255, 0.1294117647);
  color: #fff;
  border-radius: 100px;
}
.buy__pay {
  height: 40px;
  background: #00a3f5;
  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: 0px 40px;
  border-radius: 100px;
  cursor: pointer;
}
.buy__summ {
  color: #fff;
}

.pay {
  background: #31374b;
  max-height: 90vh;
  overflow-x: auto;
  padding: 40px;
  width: 600px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -150%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pay__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5254901961);
  left: 0px;
  top: 0px;
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  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;
  display: none;
}
.pay__load {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #00a3f5;
  -webkit-animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
          animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
.pay__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  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: #000000;
  border-radius: 100px;
  cursor: pointer;
}
.pay__close svg {
  width: 24px;
  height: auto;
  fill: #fff;
}
.pay__title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.pay__summ {
  padding: 10px 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2078431373);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 20px;
}
.pay__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  background: rgba(2, 2, 2, 0.1803921569);
  border-radius: 6px;
  gap: 6px;
}
.pay__variable {
  height: 34px;
  width: 50%;
  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;
  color: #fff;
  background: rgba(255, 255, 255, 0.0705882353);
  border-radius: 6px;
  cursor: pointer;
}
.pay__variable:hover {
  background: rgba(255, 255, 255, 0.1803921569);
}
.pay__variable-active {
  background: #00a3f5;
}
.pay__block {
  padding-top: 0px;
  display: none;
}
.pay__subtitle {
  color: #fff;
  margin-bottom: 10px;
}
.pay__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  display: none;
}
.pay__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;
  gap: 10px;
  background: rgba(0, 0, 0, 0.2431372549);
  padding: 6px 14px;
  border-radius: 10px;
  cursor: pointer;
}
.pay__valute img {
  height: 30px;
}
.pay__valute p {
  color: #fff;
}
.pay__valute:hover {
  opacity: 0.7;
}
.pay__valute-active {
  background: rgba(0, 0, 0, 0.7725490196);
}
.pay__button {
  background: #00a3f5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  height: 40px;
  padding: 0px 20px;
  border-radius: 10px;
  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;
  display: none;
  color: #fff;
}
.pay__button:hover {
  opacity: 0.7;
}

@-webkit-keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@-webkit-keyframes l20-2 {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
@keyframes l20-2 {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
.order {
  background: #31374b;
  max-height: 90vh;
  overflow-x: auto;
  padding: 40px;
  width: 600px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -150%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.order__title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.order__qr {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.order__qr img {
  width: 100%;
  border-radius: 20px;
}
.order__number, .order__wallet {
  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: 10px;
  background: rgba(255, 255, 255, 0.1137254902);
  border-radius: 10px;
  margin-bottom: 20px;
  gap: 10px;
  position: relative;
}
.order__number p, .order__number span, .order__wallet p, .order__wallet span {
  color: #fff;
}
.order__number p, .order__wallet p {
  position: absolute;
  top: -10px;
  font-size: 12px;
}
.order__wallet span {
  word-break: break-all;
}
.order__descr {
  padding-top: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4;
}
.order__timer {
  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;
  margin-top: 20px;
}
.order__timer p {
  color: #fff;
}
.order__load {
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #00a3f5;
  -webkit-animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
          animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
.order__status {
  text-align: center;
  margin-top: 10px;
  color: #b4b4b4;
  margin-bottom: 0px;
}
.order__cancel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 20px;
  border-radius: 100px;
  background: #ff5757;
  cursor: pointer;
  margin: 0 auto;
}
.order__cancel:hover {
  background: #ce0404;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  background: #31374b;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 0px 40px;
}
.footer p {
  font-size: 14px;
  color: #dadada;
}

@media (max-width: 1040px) {
  .container {
    width: 100%;
    padding: 0px 20px;
  }
  .promo__right {
    bottom: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
  }
  .promo__right img {
    width: 20vw;
  }
}
@media (max-width: 960px) {
  .catalog__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .catalog__right {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .header__body {
    padding: 0px 20px;
  }
  .header__left img {
    height: 40px;
  }
  .header__name {
    -webkit-transform: scale(0.8) translateX(-16px);
        -ms-transform: scale(0.8) translateX(-16px);
            transform: scale(0.8) translateX(-16px);
  }
  .promo {
    height: auto;
    padding: 40px 20px;
  }
  .promo__title {
    font-size: 32px;
  }
  .promo__subtitle {
    font-size: 26px;
  }
  .info * {
    margin-bottom: 14px;
  }
  .info__title {
    font-size: 16px;
  }
  .info__text {
    font-size: 14px;
  }
  .info ul li {
    font-size: 14px;
  }
  .buy__body {
    width: calc(100% - 20px);
    padding: 40px 20px;
  }
  .pay, .order {
    width: calc(100% - 20px);
    padding: 40px 20px;
  }
}
@media (max-width: 560px) {
  .main {
    padding: 40px 0px;
  }
  .promo {
    margin-bottom: 40px;
  }
  .catalog__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog__item {
    padding: 20px 10px;
  }
  .catalog__price, .catalog__have, .catalog__sell, .catalog__buy {
    width: 48%;
  }
}
@media (max-width: 440px) {
  .container {
    padding: 0px 10px;
  }
  .promo {
    height: auto;
    padding: 40px 14px;
  }
  .promo__title {
    font-size: 26px;
  }
  .promo__subtitle {
    font-size: 20px;
  }
  .promo__block p {
    font-size: 12px;
    padding: 6px;
  }
  .catalog__title {
    font-size: 20px;
  }
  .catalog__subtitle {
    font-size: 16px;
  }
  .catalog__price span, .catalog__have span, .catalog__sell span, .catalog__buy span {
    font-size: 14px;
  }
  .catalog__info p {
    font-size: 14px;
    line-height: 1.4;
  }
  .catalog__info span {
    font-size: 12px;
  }
  .buy__body {
    padding: 60px 10px;
    padding-bottom: 20px;
  }
  .buy__title {
    font-size: 20px;
  }
  .buy__info p {
    font-size: 14px;
  }
  .buy__info span {
    font-size: 12px;
  }
  .buy__price span, .buy__have span, .buy__sell span {
    font-size: 14px;
  }
  .buy__descr p {
    font-size: 14px;
  }
  .pay__title, .order__title {
    font-size: 20px;
  }
  .pay__variable, .order__variable {
    font-size: 14px;
  }
  .pay__valute p, .order__valute p {
    font-size: 14px;
  }
  .pay__valute img, .order__valute img {
    width: 24px;
  }
}