@import url("./bootstrap-grid.css");
@font-face {
  font-family: "Benzin";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/benzin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/benzin-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: semibold;
  font-weight: 600;
  src: url("../fonts/benzin-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/benzin-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: extrabold;
  font-weight: 800;
  src: url("../fonts/benzin-extrabold.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/involve-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/involve-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: semibold;
  font-weight: 600;
  src: url("../fonts/involve-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/involve-bold.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

input, textarea, select {
  outline: none;
  font-size: 16px;
  font-family: "Involve", sans-serif;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Involve", sans-serif;
  overflow-x: hidden;
  color: #fff;
  background-color: #000;
  margin: 0;
}
body.load-overflow {
  overflow: hidden;
}

.prelouder {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.prelouder .louder {
  width: 280px;
  height: 20px;
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.prelouder .louder span {
  text-transform: uppercase;
  color: #f4f4f4;
  line-height: 20px;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 13px;
  font-weight: 800;
}

.prelouder .louder::before {
  content: "";
  width: 180px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  animation: line-animated-wait-prelouder 2s linear infinite;
}

.loaded .prelouder {
  display: none;
}

@keyframes line-animated-wait-prelouder {
  0% {
    left: -180px;
  }
  100% {
    left: 100%;
  }
}
h1, h2, h3, h4, p, input, button, a {
  margin: 0;
  padding: 0;
  font-family: "Involve", sans-serif;
}

section {
  position: relative;
}

img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}
img::-moz-selection {
  background-color: transparent;
  color: #fff;
}
img::selection {
  background-color: transparent;
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.all-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.container-wrap {
  position: relative;
  max-width: 500px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.navigation-wrap {
  border-top: 1px solid rgba(200, 215, 210, 0.21);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
}

.navigation {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
.navigation li {
  margin-right: 0;
  margin: 0 5px;
  width: calc(25% - 10px);
}
.navigation li a.-active {
  color: #a8ffff;
  font-weight: bold;
}
.navigation li a.-active span {
  box-shadow: 0 4px 20px rgba(20, 255, 181, 0.21);
  background-color: rgba(144, 236, 255, 0.28);
}
.navigation a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.4px;
  font-size: 12px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  flex-direction: column;
}
.navigation a:hover span {
  background-color: rgba(255, 255, 255, 0.21);
}
.navigation a span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 5px;
  background-color: #000;
  border-radius: 4px;
  letter-spacing: 0;
  font-size: 18px;
}

.up-part-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  z-index: 999;
}

.username-wrap {
  display: flex;
  align-items: center;
}
.username-wrap .icon-div {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 10px;
  background-image: url("../img/user.png");
}
.username-wrap .username {
  font-size: 13px;
  letter-spacing: 0.4px;
}
.username-wrap .status {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-top: 5px;
}
.username-wrap .status span {
  display: block;
  margin: 0 5px;
  color: #d3e3de;
}

.balance-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.balance-wrap .tech-support {
  width: 40px;
  height: 36px;
  min-width: 36px;
  margin-left: 15px;
  background-color: rgba(144, 236, 255, 0.21);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  background-image: url("../img/support.png");
}

.inner-balance {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}
.inner-balance span {
  font-size: 10px;
  color: #d3e3de;
}
.inner-balance .balance {
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  font-size: 14px;
  margin-top: 5px;
}
.inner-balance .balance span {
  font-size: 15px;
  color: #14ffb5;
  font-weight: 500;
  display: block;
  margin-right: 5px;
}

.inner-data {
  padding-top: 100px;
  padding-bottom: 100px;
}

.modal-trade {
  position: fixed;
  height: 100vh;
  min-height: 100svh;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #000;
  width: 100%;
  display: none;
}
.modal-trade .hide-logo {
  bottom: 80px;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 55px;
  background-color: transparent;
  border-radius: 50%;
}
.modal-trade .changer-part {
  position: relative;
  width: 100%;
  display: none;
}
.modal-trade .up-part-of-modal {
  padding: 10px 0;
  border-top: 1px solid rgba(200, 215, 210, 0.21);
  position: sticky;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.modal-trade .up-part-of-modal .buttons-part {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-trade .up-part-of-modal .buttons-part .btn-trade {
  margin-right: 10px;
}
.modal-trade .up-part-of-modal .buttons-part .btn-trade:last-child {
  margin-right: 0;
}
.modal-trade .inner-part-of-modal {
  background: linear-gradient(180deg, #141d21, #0a0a0e);
  overflow-y: scroll;
  height: calc(100% - 55px);
  padding: 20px 15px;
}
.modal-trade .header-for-modal {
  margin-bottom: 15px;
  letter-spacing: 0.4px;
  font-size: 14px;
  font-weight: 400;
  color: #d3e3de;
}

.data-for-input {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100;
  align-items: center;
  margin-top: 10px;
}

.btn-s {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #14ffb5;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  margin-top: 15px;
  letter-spacing: 0.4px;
  text-decoration: none;
}
.btn-s:hover {
  opacity: 0.9;
}
.btn-s:disabled {
  background-color: rgba(20, 255, 181, 0.1) !important;
  color: rgba(211, 227, 222, 0.7) !important;
  font-weight: 500;
}
.btn-s.-red {
  background-color: #ff6a6a;
}
.btn-s.-red:disabled {
  background-color: rgba(255, 106, 106, 0.14) !important;
}

.search-wrap {
  padding: 4px;
  background: linear-gradient(180deg, #056885, #034076);
  border-radius: 7px;
  margin-top: 15px;
}

.input-wrap {
  position: relative;
}
.input-wrap.-no-border {
  margin-top: 15px;
}
.input-wrap.-no-border input {
  background-color: rgba(5, 104, 133, 0.21);
  border: 1px solid rgba(5, 104, 133, 0.52);
}
.input-wrap .absolut-signature {
  font-weight: bold;
  font-size: 14px;
  top: 14px;
  right: 10px;
  position: absolute;
  letter-spacing: 1px;
}
.input-wrap input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 44px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.21);
  border: 1px solid black;
  color: #fff;
  padding: 0 10px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
}
.input-wrap input:focus {
  border: 1px solid #14ffb5 !important;
  background-color: rgba(0, 0, 0, 0.21);
}
.input-wrap input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.input-wrap input:not(:-moz-placeholder-shown) {
  border: 1px solid #14ffb5 !important;
  background-color: rgba(0, 0, 0, 0.21);
}
.input-wrap input:not(:placeholder-shown) {
  border: 1px solid #14ffb5 !important;
  background-color: rgba(0, 0, 0, 0.21);
}
.input-wrap .signature-for-input {
  top: 14px;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

.error-for-input {
  font-size: 12px;
  padding: 4px 8px;
  font-weight: 500;
  background-color: rgba(255, 84, 57, 0.55);
  border-radius: 4px;
  margin-top: 5px;
  letter-spacing: 0.4px;
  display: none;
}
.error-for-input.-active {
  display: block;
}

.select {
  position: relative;
  width: 100%;
}
.select.-need-select .inner-data-for-select .token .name-for-token {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.select.-active .inner-data-for-select {
  border: 1px solid #14ffb5;
}
.select.-active .inner-data-for-select .dropdown-for-select-icon {
  transform: rotate(180deg);
}
.select.-active .dropdown-for-select {
  display: block;
}
.select .inner-data-for-select {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.21);
  border-radius: 4px;
  outline: none;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 46px;
  width: 100%;
  letter-spacing: 1px;
  transition: 0.3s ease;
  overflow: hidden;
  justify-content: space-between;
  cursor: pointer;
}
.select .inner-data-for-select .dropdown-for-select-icon {
  background: linear-gradient(0deg, #056885, #034076);
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 2px;
  margin-right: 15px;
  transition: 0.3s ease;
  position: relative;
}
.select .inner-data-for-select .dropdown-for-select-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
.select .inner-data-for-select .token {
  display: flex;
  align-items: center;
}
.select .inner-data-for-select .token .name-for-token {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  padding: 10px 15px;
  padding-left: 0;
}
.select .inner-data-for-select .token .icon-for-token-wrap {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.select .inner-data-for-select .token .icon-for-token-wrap .icon-for-token {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: linear-gradient(0deg, #056885, #034076);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.select .inner-data-for-select .token .icon-for-token-wrap .icon-for-token span {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 4px;
}
.select .inner-data-for-select .token .icon-for-token-wrap .icon-for-token img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.select .dropdown-for-select {
  display: block;
  position: absolute;
  width: calc(100% + 8px);
  left: -4px;
  top: 54px;
  background-color: #03213b;
  border-radius: 5px;
  border: 1px solid rgba(198, 242, 255, 0.35);
  z-index: 2;
  height: 180px;
  overflow-y: scroll;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
  display: none;
}
.select .dropdown-for-select .item-dropdown .token {
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  border-bottom: 1px solid rgba(198, 242, 255, 0.35);
}
.select .dropdown-for-select .item-dropdown .token:last-child {
  border-bottom: 0;
}
.select .dropdown-for-select .item-dropdown .token:hover {
  background-color: rgba(198, 242, 255, 0.1);
}
.select .dropdown-for-select .item-dropdown .token.-active {
  background-color: rgba(198, 242, 255, 0.21);
}
.select .dropdown-for-select .item-dropdown .token .icon-for-token {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.select .dropdown-for-select .item-dropdown .token .icon-for-token img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.checkbox-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.checkbox-wrap.w25 .checkbox {
  width: calc(25% - 7px);
}
.checkbox-wrap.w50 .checkbox {
  width: calc(50% - 5px);
}
.checkbox-wrap .checkbox {
  background-color: rgba(211, 227, 222, 0.21);
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d3e3de;
  border: 1px solid transparent;
  font-weight: 500;
}
.checkbox-wrap .checkbox.-active {
  background-color: rgba(211, 227, 222, 0);
  color: #fff;
  border: 1px solid rgba(200, 215, 210, 0.35);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 14px rgba(20, 255, 181, 0.14);
}
.checkbox-wrap .checkbox span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  min-width: 8px;
  display: block;
  margin-right: 7px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.checkbox-wrap .checkbox span.-green {
  background-color: #05e94d;
}
.checkbox-wrap .checkbox span.-red {
  background-color: #ff6a6a;
}

.faq {
  background: linear-gradient(180deg, #141d21, #0a0a0e);
  border: 1px solid rgba(200, 215, 210, 0.21);
  border-radius: 8px;
  margin-top: 30px;
}
.faq.-active .txt-wrap-faq {
  padding-top: 20px;
  border-top: 1px solid rgba(200, 215, 210, 0.21);
  height: auto;
  padding: 15px;
}
.faq.-active .-dropdown {
  transform: rotate(180deg);
}
.faq p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #d3e3de;
  letter-spacing: 0.4px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq p b {
  font-weight: bold;
  color: #fff;
}
.faq p span {
  display: block;
  height: 7px;
}
.faq .header-for-modal {
  font-size: 16px;
  margin-bottom: 0;
}
.faq .up-part-faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  padding-left: 15px;
}
.faq .txt-wrap-faq {
  padding-top: 20px;
  border-top: 1px solid rgba(200, 215, 210, 0.21);
  margin-top: 20px;
  overflow: hidden;
  height: 0;
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.desctiption-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid rgba(200, 215, 210, 0.14);
}
.desctiption-wrap.-futures-description {
  background-image: url("../img/bg-futures.png");
}
.desctiption-wrap .header-for-description {
  letter-spacing: 1px;
  font-size: 16px;
}
.desctiption-wrap p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.4px;
  margin-top: 15px;
}
.desctiption-wrap p:last-child {
  margin-bottom: 0;
}
.desctiption-wrap p b {
  font-weight: bold;
  color: #fff;
}
.desctiption-wrap p span {
  display: block;
  height: 7px;
}

.-spot.-active .down-part-futures {
  margin-top: 10px;
}
.-spot .-spot-data {
  padding-top: 10px;
  border-top: 1px solid rgba(200, 215, 210, 0.21);
  margin-top: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.-spot .-spot-data .inner-balance {
  align-items: flex-start;
  text-align: left;
}
.-spot .-spot-data .inner-balance:last-child {
  text-align: right;
  align-items: flex-end;
}
.-spot .-spot-data .inner-balance .signature {
  font-size: 12px;
}
.-spot .-spot-data .inner-balance .balance {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.-spot .-spot-data .inner-balance .balance .usdt-price {
  font-weight: 400;
  margin-right: 10px;
  font-size: 12px;
}
.-spot .-spot-data .inner-balance .balance .rub-price {
  font-weight: 400;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.9);
}
.-spot .-sum-to-withdrawal {
  margin-top: 20px;
}
.-spot .-sum-to-withdrawal .balance {
  margin-top: 0;
}
.-spot .-sum-to-withdrawal .balance span {
  color: #fff;
}

.balance-data .usdt-price {
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.balance-data .signature {
  font-size: 12px;
  color: #d3e3de;
}
.balance-data .inner-balance {
  align-items: flex-start;
}
.balance-data .rub-price {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}

.header-of-balance {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.all-balance {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.all-balance .inner-balance {
  align-items: center;
}
.all-balance .usdt-price {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.balance-items .header-of-balance {
  font-size: 14px;
  letter-spacing: 0.4px;
  text-align: center;
}
.balance-items .inner-balance {
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
.balance-items .inner-balance .usdt-price {
  margin-bottom: 0;
}
.balance-items .inner-balance .balance {
  margin-top: 0;
}
.balance-items .inner-balance .signature {
  margin-left: 15px;
  margin-right: 10px;
}
.balance-items .buttons-part {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(200, 215, 210, 0.21);
  justify-content: center;
}
.balance-items .buttons-part .btn-trade {
  display: flex;
  color: #fff;
  text-decoration: none;
}
.balance-items .buttons-part .btn-trade:first-child {
  margin-right: 15px;
}

.history-trns {
  margin-top: 30px;
}
.history-trns .-futures-item .inner-balance {
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  border-top: 1px solid rgba(200, 215, 210, 0.21);
}
.history-trns .-futures-item .inner-balance .usdt-price {
  margin-bottom: 0;
}
.history-trns .-futures-item .inner-balance .balance {
  margin-top: 0;
}
.history-trns .-futures-item .inner-balance .signature {
  margin-left: 15px;
  margin-right: 10px;
}
.history-trns .-futures-item .up-part-of-history-trns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.history-trns .-futures-item .up-part-of-history-trns .data-of-trns, .history-trns .-futures-item .up-part-of-history-trns .currency .right-part {
  font-size: 14px;
  letter-spacing: 0.4px;
}
.history-trns .-futures-item .up-part-of-history-trns .currency .icon-div {
  background-color: rgba(20, 255, 181, 0.21);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center 9px;
  border: 0;
}
.history-trns .-futures-item .up-part-of-history-trns .currency .icon-div.-deposit {
  background-image: url("../img/deposit.png");
}
.history-trns .-futures-item .up-part-of-history-trns .currency .icon-div.-send {
  background-image: url("../img/send.png");
}

.h1 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Benzin", sans-serif;
}
.h1.-low-h {
  font-size: 16px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.btn-wrap.mt15 {
  margin-top: 15px;
}

.btn-back {
  color: #fff;
  display: flex;
  align-items: center;
  background-color: rgba(5, 104, 133, 0.52);
  height: 32px;
  padding: 0 14px;
  border-radius: 24px;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  padding-left: 4px;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.btn-back.-btn-tg-msg span::before {
  transform: rotate(0deg);
}
.btn-back span {
  margin-right: 7px;
  position: relative;
  background: linear-gradient(180deg, #056885, #034076);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.btn-back span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 7px center;
  transform: rotate(180deg);
}
.btn-back p {
  margin-top: 1px;
}

.choose-category {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  padding-right: 5px;
  letter-spacing: 1px;
}

.catalog-wrap {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.catalog-wrap.-second-level .icon-of-category {
  width: 54px;
  min-width: 54px;
}

.catalog-item {
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, #056885, #034076);
  margin-bottom: 30px;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 10px;
  text-decoration: none;
}
.catalog-item.-info-item {
  margin-bottom: 0;
}
.catalog-item.-info-item .up-part-for-category-item {
  align-items: flex-start;
  margin-bottom: 0;
}
.catalog-item.-info-item::before {
  display: none;
}
.catalog-item.-info-item::after {
  left: calc(50% - 50px);
}
.catalog-item.-info-item .amoult-with-price {
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.catalog-item.-info-item .amoult-with-price .amoult-wrap {
  flex-direction: column;
  align-items: flex-start;
}
.catalog-item.-info-item .amoult-with-price .amoult {
  margin-bottom: 5px;
  max-width: 160px;
}
.catalog-item.-info-item .amoult-with-price .amoult:last-child {
  margin-bottom: 0;
}
.catalog-item.-info-item .amoult-with-price .price-wrap {
  text-align: right;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  min-width: 82px;
  justify-content: center;
}
.catalog-item.-info-item .amoult-with-price .price-wrap span {
  font-size: 16px;
  margin-top: 5px;
  display: block;
}
.catalog-item.-green-item {
  align-items: center;
  background: linear-gradient(180deg, #15605d, #1e4035);
  margin-bottom: 24px;
}
.catalog-item.-green-item::after {
  background-color: #0f3c3b;
}
.catalog-item.-green-item .amoult-with-price .amoult {
  max-width: 100%;
}
.catalog-item.-green-item .amoult-with-price .amoult-wrap {
  justify-content: center;
  padding-right: 10px;
}
.catalog-item.-green-item .amoult-with-price .price-wrap {
  background-color: #0e3736;
}
.catalog-item.-green-item .up-part-for-category-item .header-for-category {
  margin-bottom: 10px;
}
.catalog-item.-green-item .amoult-with-price {
  align-items: flex-start;
}
.catalog-item.-green-item .order-id-wrap {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.catalog-item.-green-item .order-id-wrap .copy {
  margin-left: 5px;
}
.catalog-item.-green-item .copy {
  font-size: 11px;
  padding: 5px 8px;
  border-radius: 4px;
  letter-spacing: 0.4px;
  background-color: #0e3736;
  border: 1px solid rgba(255, 255, 255, 0.21);
  cursor: pointer;
}
.catalog-item.-green-item .order-details {
  padding: 8px;
  background-color: #0a2626;
  border-radius: 5px;
  margin-top: 10px;
}
.catalog-item.-green-item .order-details .aleft-info {
  font-size: 14px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
}
.catalog-item.-green-item .order-details .aleft-info.-fz14 {
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  margin-top: 15px;
}
.catalog-item.-green-item .order-details .aleft-info.-fz14 span {
  height: 7px;
}
.catalog-item.-green-item .order-details .aleft-info:first-child {
  margin-top: 0;
}
.catalog-item.-green-item .order-details .aleft-info span {
  display: block;
  height: 4px;
}
.catalog-item.-green-item .order-details .btn-s {
  height: 32px;
  font-size: 12px;
}
.catalog-item.-green-item .order-details .copy {
  display: inline-flex;
  margin-top: 4px;
}
.catalog-item::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 7px;
  top: -7px;
  left: 2%;
  background-color: rgba(5, 104, 133, 0.52);
  border-radius: 7px 7px 0 0;
}
.catalog-item::before {
  content: "";
  position: absolute;
  width: 96%;
  left: 2%;
  height: 7px;
  bottom: -7px;
  background-color: rgba(5, 104, 133, 0.52);
  border-radius: 0 0 7px 7px;
}
.catalog-item .icon-of-category {
  width: 46px;
  min-width: 46px;
  height: 36px;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.21);
  background-color: rgba(255, 255, 255, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 10px;
}
.catalog-item .icon-of-category img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.catalog-item .up-part-for-category-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.catalog-item .up-part-for-category-item .header-for-category {
  width: 100%;
  font-size: 15px;
}
.catalog-item .amoult-with-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-item .amoult-with-price .amoult-wrap {
  display: flex;
  align-items: center;
}
.catalog-item .amoult-with-price .price-wrap {
  font-size: 12px;
  padding: 4px 8px;
  background-color: #043561;
  border-radius: 4px;
  padding-top: 5px;
}
.catalog-item .amoult-with-price .price-wrap span {
  font-weight: 500;
  font-size: 13px;
  color: #14ffb5;
}
.catalog-item .amoult-with-price .amoult {
  padding-top: 1px;
}
.catalog-item .amoult {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.catalog-item .amoult:last-child {
  margin-right: 0;
}
.catalog-item .header-for-category {
  font-size: 14px;
  letter-spacing: 1px;
  padding-right: 46px;
  font-weight: 500;
}
.catalog-item .go-next-btn {
  position: absolute;
  right: 10px;
  width: 36px;
  height: 36px;
  top: 10px;
  background: linear-gradient(0deg, #056885, #034076);
  border-radius: 50%;
}
.catalog-item .go-next-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}

.down-part-buy-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  position: relative;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(5, 104, 133, 0.52);
}

.choose-amoult {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(5, 104, 133, 0.21);
}
.choose-amoult span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin: 0 5px;
}
.choose-amoult .edit-amoult {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  border: 0;
  outline: 0;
  background-color: rgba(5, 104, 133, 0.52);
  border: 1px solid rgba(5, 104, 133, 0.52);
  border-radius: 4px;
  line-height: 1;
  vertical-align: center;
}

.for-pay-wrap {
  text-align: right;
  font-size: 14px;
}
.for-pay-wrap .sale-price {
  margin-bottom: 5px;
  letter-spacing: 0.4px;
}
.for-pay-wrap .sale-price:last-child {
  margin-bottom: 0;
}
.for-pay-wrap span {
  color: #a8ffff;
}
.for-pay-wrap .accent {
  font-size: 18px;
  font-weight: 500;
  color: #14ffb5;
}

.info-product {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.info-product h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}
.info-product img {
  margin-bottom: 15px;
}
.info-product p {
  font-size: 14px;
  line-height: 20px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 991px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 480px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 380px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}/*# sourceMappingURL=main.css.map */