* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

a {
  display: block;
  cursor: pointer;
  font-size: inherit;
  color: currentColor;
}

button,
input,
textarea {
  font-family: inherit;
  font-weight: inherit;
  background-color: transparent;
  color: currentColor;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}
button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row {
  --x: 8px;
  --y: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--y) * -1);
  margin-right: calc(var(--x) / -2);
  margin-left: calc(var(--x) / -2);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--x) / 2);
  padding-left: calc(var(--x) / 2);
  margin-top: var(--y);
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  width: 100%;
}

.button {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
  background: #1380ed;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.deposit__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}
.deposit__top-inner .deposit__bottom-select {
  width: 100%;
  padding: 0 16px;
}
.deposit__top-inner .deposit__bottom-select li.active {
  background: #171717;
}
.deposit__top-inner .deposit__bottom-select li.active:hover {
  background: rgba(41, 41, 41, 0.3960784314);
}
.deposit__top-crypto {
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.7);
  margin-top: -8px;
}
.deposit__top-address {
  margin-top: 48px;
  width: 100%;
  padding: 0 16px;
}
.deposit__top-address .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 8px;
  margin-top: 10px;
}
.deposit__top-address .address input {
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  color: #fff;
  width: 100%;
}
.deposit__top-address .address img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.deposit__top-address .address .select__logo {
  height: 20px;
}
.deposit__top-address .address svg {
  width: 20px;
  height: 20px;
}
.deposit__top-address .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.deposit__top-address .flex span {
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.64);
}
.deposit__top-address .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.deposit__top-address .flex .cryptoName {
  font-weight: 500;
  font-size: 16px;
  line-height: 143%;
  color: #fff;
}
.deposit__top-address .flex .cryptoCoin {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.64);
  padding: 2px 6px;
  background: rgba(48, 48, 48, 0.64);
  border-radius: 8px;
}
.deposit__top-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.deposit__top-input span {
  min-width: 30px;
  font-weight: 500;
  font-size: 48px;
  line-height: 117%;
  letter-spacing: -0.02em;
  color: #fff;
}
.deposit__top-input input {
  min-width: 30px;
  font-weight: 500;
  font-size: 48px;
  line-height: 117%;
  letter-spacing: -0.02em;
  color: #fff;
}
.deposit__top-input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.4;
}
.deposit__top-input input::-moz-placeholder {
  color: #fff;
  opacity: 0.4;
}
.deposit__top-input input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.4;
}
.deposit__top-input input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.4;
}
.deposit__top-input input::placeholder {
  color: #fff;
  opacity: 0.4;
}
.deposit__top-ruble {
  width: 28px;
  height: 34px;
  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;
  pointer-events: none;
}
.deposit__top-ruble svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.deposit__top-ruble svg.ruble {
  position: absolute;
  top: -116px;
}
.deposit__top-ruble svg:first-child {
  opacity: 1;
}
.deposit__top-ruble svg:last-child {
  opacity: 0;
}
.deposit__top-ruble.active svg:first-child {
  opacity: 0;
}
.deposit__top-ruble.active svg:last-child {
  opacity: 1;
}
.deposit__top-ruble.green svg:first-child {
  opacity: 1;
  fill: #11ED23;
}
.deposit__top-ruble.green svg:first-child path {
  fill: #11ED23;
  fill-opacity: 1;
}
.deposit__top-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.7);
}
.deposit__top-ul {
  margin-top: 8px;
}
.deposit__top-ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.deposit__top-ul ul li {
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.deposit__top-ul ul li.active {
  background: rgba(255, 0, 81, 0.1);
  border: 1px solid #ff0051;
}
.deposit__bottom {
  background: #171717;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px 16px 0 0;
  padding: 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}
.deposit__bottom .sale {
  margin-top: 16px;
}
.deposit__bottom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.deposit__bottom-buttons button,
.deposit__bottom-buttons a {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #171717;
  padding: 10px;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  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;
  gap: 6px;
}
.deposit__bottom-buttons button:disabled,
.deposit__bottom-buttons a:disabled {
  opacity: 0.4;
}
.deposit__bottom-buttons button:disabled:hover,
.deposit__bottom-buttons a:disabled:hover {
  opacity: 0.4;
}
.deposit__bottom-buttons button:hover,
.deposit__bottom-buttons a:hover {
  opacity: 0.9;
}
.deposit__bottom-buttons button.red,
.deposit__bottom-buttons a.red {
  color: #fff;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #ff0051;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
}
.deposit__bottom-header {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  margin-bottom: 16px;
}
.deposit__bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.deposit__bottom-select {
  margin-bottom: 0;
}
.deposit__bottom-select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.deposit__bottom-select ul li {
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.deposit__bottom-select ul li:hover {
  background: rgba(41, 41, 41, 0.3960784314);
}
.deposit__bottom-select ul li.active {
  background: rgba(41, 41, 41, 0.3960784314);
}
.deposit__bottom-select ul li.active::after {
  background-color: #ff0051;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
}
.deposit__bottom-select ul li::after {
  position: absolute;
  right: 16px;
  top: 16px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
  background-color: rgba(255, 255, 255, 0.06);
}
.deposit__bottom-select ul li .select__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.deposit__bottom-select ul li .select__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.deposit__bottom-select ul li .select__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  gap: 8px;
}
.deposit__bottom-select ul li .select__top span {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(4px);
  background: rgba(48, 48, 48, 0.64);
  padding: 1px 6px;
  border-radius: 9999px;
}
.deposit__bottom-select ul li .select__bottom {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.64);
}
.deposit__header-gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.64);
}
.deposit__header-gray.dark {
  color: rgba(255, 255, 255, 0.4);
}
.deposit__header-gray.center {
  text-align: center;
}
.deposit__header-gray span {
  color: #fff;
}

.deposit__manual-warning {
  background: rgba(255, 0, 81, 0.08);
  border: 1px solid rgba(255, 0, 81, 0.24);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
}
.deposit__manual-warning-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.deposit__manual-warning-icon svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.deposit__manual-warning-icon span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #FF0051;
}
.deposit__manual-warning-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: rgba(255, 255, 255, 0.64);
}

.deposit__crypto {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.deposit__crypto .crypto__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-shadow: 0 0 0 1px #d8d8d8;
          box-shadow: 0 0 0 1px #d8d8d8;
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  margin: 16px;
}
.deposit__crypto .crypto__search input {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  color: rgb(48, 48, 48);
}
.deposit__crypto .crypto__search input::-webkit-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.deposit__crypto .crypto__search input::-moz-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.deposit__crypto .crypto__search input:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.deposit__crypto .crypto__search input::-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.deposit__crypto .crypto__search input::placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.deposit__crypto .crypto__chains {
  margin: 0 0 0 16px;
}
.deposit__crypto .crypto__chains ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.deposit__crypto .crypto__chains ul::-webkit-scrollbar {
  display: none;
}
.deposit__crypto .crypto__chains ul li {
  background: #fff;
  border: 1px solid rgba(48, 48, 48, 0.1);
  border-radius: 6px;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: rgba(48, 48, 48, 0.64);
  cursor: pointer;
  white-space: nowrap;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.deposit__crypto .crypto__chains ul li.active {
  color: #fff;
  background: #ff0051;
}
.deposit__crypto .crypto__chains ul li img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.deposit__crypto .crypto__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 16px;
  margin-top: 16px;
}
.deposit__crypto .crypto__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.deposit__crypto .crypto__bottom ul li {
  border-radius: 6px;
  padding: 8px;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.deposit__crypto .crypto__bottom ul li::after {
  position: absolute;
  right: 8px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff0051;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.deposit__crypto .crypto__bottom ul li:hover {
  background: rgba(48, 48, 48, 0.4);
}
.deposit__crypto .crypto__bottom ul li.active {
  background: rgba(48, 48, 48, 0.4);
}
.deposit__crypto .crypto__bottom ul li.active::after {
  opacity: 1;
}
.deposit__crypto .crypto__bottom ul li img {
  margin-right: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.deposit__crypto .crypto__bottom ul li span {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.64);
  padding: 2px 6px;
  background: rgba(48, 48, 48, 0.64);
  border-radius: 8px;
}

.header {
  position: fixed;
  left: 50%;
  top: 0;
  max-width: 500px;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #171717;
  border-radius: 0 0 16px 16px;
  padding: 16px;
  overflow: hidden;
  z-index: 3;
}
.header.deposit__header {
  padding: 24px 16px;
  border-radius: 0;
}
.header.deposit__header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header.deposit__header .container svg {
  cursor: pointer;
}
.header.deposit__header .container span {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.header.searchHeader {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header.searchHeader .city__input {
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  -webkit-box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
}
.header.searchHeader.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-top span {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #fff;
}
.header__inner-top button {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  text-align: center;
  color: #ff0051;
  padding: 4px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__inner-top button:hover {
  color: #fff;
}
.header__inner-wrapper {
  margin-top: 16px;
}
.header__inner-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.header__inner-wrapper ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: rgba(48, 48, 48, 0.64);
  padding: 4px 8px;
  background: #efefef;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__inner-wrapper ul li:hover {
  background: #ff0051;
  color: #fff;
}
.header.mainHeader .header__city {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  height: 20px;
}
.header.mainHeader.scrolling .header__banner {
  height: 0;
}
.header.mainHeader.scrolling .header__banner span {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.header.mainHeader.scrolling .header__city {
  height: 0;
  opacity: 0;
}
.header.mainHeader.scrolling .header_img1 {
  opacity: 1;
}
.header.mainHeader.scrolling .header_img2 {
  opacity: 0;
}
.header.mainHeader.scrolling .container {
  gap: 0;
}
.header__wallet {
  padding: 22px 16px;
}
.header__wallet .container {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #fff;
}
.header__wallet .container img {
  width: 83px;
}
.header__category {
  padding: 16px;
}
.header__category .container {
  gap: 0 !important;
}
.header__chats {
  padding: 16px;
}
.header__chats .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__chats .icon:hover {
  opacity: .8;
}
.header__chats .container {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #fff;
}
.header__chats .container img {
  width: 83px;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.header__profile {
  padding: 16px;
}
.header__profile .container {
  gap: 8px;
}
.header__profile .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #fff;
}
.header__profile .header__top img {
  width: 83px;
}
.header__city {
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  min-height: 40px;
  padding: 0 12px;
  z-index: 1;
}
.header__search input {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgb(48, 48, 48);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__search input::-webkit-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.header__search input::-moz-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.header__search input:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.header__search input::-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.header__search input::placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.header__banner {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 62px;
}
.header__banner .header_img1 {
  opacity: 0;
}
.header__banner .header_img2 {
  opacity: 1;
}
.header__banner img {
  position: absolute;
  bottom: -16px;
  right: -16px;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__banner span {
  max-width: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  margin-bottom: 22px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.mainSwiper .swiper-slide {
  width: calc(100% - 32px) !important;
  border-radius: 16px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mainSwiper .swiper-slide img {
  width: 100%;
  border-radius: 16px;
}
.mainSwiper .swiper-wrapper {
  max-width: 390px;
}
.mainSwiper .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.mainSwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3) !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  opacity: 1 !important;
  margin: 0 !important;
}
.mainSwiper .swiper-pagination-bullet-active {
  background: #FF0051 !important;
  width: 20px !important;
  border-radius: 10px !important;
}

.register {
  background: url(../img/register.png) no-repeat center center, #0e0e0e;
}
.register .container {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.register .container.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.register__select {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}
.register__city {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.64);
}
.register__city span {
  color: #fff;
}
.register__wrapper {
  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;
  padding: 20px 0;
}
.register__top {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.register__top .welcome {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
  margin-top: 8px;
}
.register__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.register__bottom button {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #ff0051;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  padding: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.register__bottom button:hover {
  opacity: 0.8;
}
.register__bottom button.white__button {
  color: #171717;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
}

.main {
  padding-top: 158px;
}
.main.register {
  padding-top: 0;
  z-index: 2;
}
.main.deposit {
  padding-top: 72px;
  z-index: 2;
  background: radial-gradient(142.44% 67.74% at 51.15% 100%, #ff0051 0%, rgba(52, 52, 52, 0.1) 100%), #171717;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
}
.main.deposit.deposit__background {
  background: #171717;
}
#depositError .main.deposit.deposit__background {
  background: radial-gradient(113.72% 54.09% at 41.33% 0%, #ea004a40 0%, rgba(52, 52, 52, 0.1) 100%), #171717;
}
#depositSuccess .main.deposit.deposit__background {
  background: radial-gradient(113.72% 54.09% at 41.33% 0%, #00ff6240 0%, rgba(52, 52, 52, 0.1) 100%), #171717;
}
#depositCryptoWaiting .main.deposit.deposit__background {
  background: radial-gradient(113.72% 54.09% at 41.33% 0%, #ea980040 0%, rgba(52, 52, 52, 0.1) 100%) , #171717;
}
#depositCryptoSuccess .main.deposit.deposit__background {
  background: radial-gradient(113.72% 54.09% at 41.33% 0%, #00ff6240 0%, rgba(52, 52, 52, 0.1) 100%), #171717;
}
.deposit__background-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 44px 0;
}
.deposit__background-wrapper .deposit__top-input {
  margin-bottom: 8px;
}
.deposit__background-h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}
.deposit__background-h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.svg__wrapper {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 16px auto;
}
.svg__wrapper svg {
  position: absolute;
}
.main.deposit .deposit__top {
  flex-shrink: 0;
}
.main.deposit .deposit__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main.depositBank {
  background: #171717;
}
.main.depositCrypto {
  background: #171717;
}
.main.deposit .container {
  padding: 0;
}
.main.invoice {
  background: #171717;
}
.main.invoice .deposit__top-inner {
  padding: 24px 0;
}
.main.invoice .deposit__bottom-inner {
  margin: 0 auto;
}
.main.invoice.success {
  background: radial-gradient(113.72% 54.09% at 41.33% 0%, rgba(0, 255, 98, 0.3803921569) 0%, rgba(52, 52, 52, 0.1) 100%), #171717;
}
.main.wallet {
  padding-top: 88px;
  padding-bottom: 100px;
}
.main.sales {
  padding: 88px 0 90px 0;
}
.model__header-flex {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
}
.modelHeader {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.2s;
}
.modelHeader.scrolling {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
#homeBidsContainer {
  opacity: 0;
  transition: all 0.2s;
  min-height: 380px;
}
#homeBidsContainer.loaded {
  opacity: 1;
}
.main.profile {
  padding: 118px 0 118px 0;
  background: radial-gradient(113.72% 54.09% at 41.33% 0%, rgba(255, 0, 81, 0.5803921569) 0%, rgba(52, 52, 52, 0.1) 100%), #171717;
}
.main.bids {
  padding-top: 0;
}
.main.bids .inner.bids {
  margin-bottom: 150px;
}
.main.chats {
  padding-top: 72px;
}
.main.chats .container {
  padding: 0;
}
.main.models {
  padding-top: 0;
  padding-bottom: 100px;
}
.main.models .inner {
  margin-top: 0;
}
.main.models .inner .bid__hidden {
  height: auto;
}
.main.category {
  padding: 80px 0 102px 0;
}
.main.chat {
  padding-top: 130px;
}
.main .container {
  padding: 0 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.invoice__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  padding: 0 16px;
}
.invoice__wrapper .profile__history-wrapper {
  width: 100%;
  margin-top: 24px;
}
.invoice__wrapper .profile__history-wrapper .block {
  background-color: transparent;
  cursor: auto;
}
.invoice__wrapper .profile__history-wrapper .block:hover {
  background-color: transparent;
}
.invoice__icon {
  width: 78px;
  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;
  position: relative;
  height: 78px;
}
.invoice__icon svg {
  position: absolute;
}
.invoice__h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}
.invoice__h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  max-width: 350px;
}
.invoice__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.invoice__img {
  text-align: center;
  margin: 16px 0;
}
.invoice__img img {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  width: 100%;
}
.invoice__model {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}

.wallet__wrapper .banner {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.wallet__wrapper .banner img {
  width: 100%;
  border-radius: 12px;
}
.walletSwiper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.walletSwiper .swiper-slide {
  width: 100%;
}
.walletSwiper .swiper-slide img {
  width: 100%;
  border-radius: 12px;
}
.wallet__wrapper .balance {
  background: radial-gradient(86.47% 100% at 43.32% 100%, rgba(255, 0, 81, 0.6) 0%, rgba(52, 52, 52, 0.1) 100%), #171717;
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 16px 0 8px 0;
}
.wallet__wrapper .balance span:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.64);
}
.wallet__wrapper .balance span:last-child {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #fff;
}
.wallet__wrapper .alert {
  background: radial-gradient(86.47% 100% at 43.32% 100%, rgba(255, 0, 81, 0.6) 0%, rgba(52, 52, 52, 0.1) 100%), #171717;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
}
.wallet__wrapper .alert__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  margin: 8px 0 16px 0;
}
.wallet__wrapper .alert__list {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}
.wallet__wrapper .alert ul {
  margin: 8px 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.wallet__wrapper .alert ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.64);
}
.wallet__wrapper .alert ul li svg {
  position: relative;
  top: 3px;
}
.wallet__wrapper .alert__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #ff0051;
}
.wallet__wrapper .history__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wallet__wrapper .history__flex span:first-child {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #171717;
}
.wallet__wrapper .history__flex span:last-child {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  color: rgba(48, 48, 48, 0.64);
}
.wallet__wrapper .history__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 32px 0;
  padding-bottom: 118px;
}
.wallet__wrapper .history__empty span:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000;
}
.wallet__wrapper .history__empty span:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: rgba(48, 48, 48, 0.64);
}
.wallet__wrapper .history__empty span:nth-child(3) {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: rgba(48, 48, 48, 0.24);
}

.profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.profile__img {
  border-radius: 8px;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.profile__img img {
  width: 100%;
}
.profile__user {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 16px 0 4px 0;
}
.profile__data {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.64);
}
.profile__row {
  margin: 48px 0 16px 0;
}
.profile__row .block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px;
  background: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.profile__row .block span:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.64);
}
.profile__row .block span:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}
.profile__row .block.active {
  background: #ff0051;
}
.profile__row .block.active span:first-child {
  color: #fff;
}
.profile__row .block.active span:last-child {
  color: #fff;
}
.profile__history-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.profile__history-header span:first-child {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #fff;
}
.profile__history-header span:last-child {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  color: rgba(255, 255, 255, 0.64);
}
.profile__history-wrapper.empty .empty__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: 32px;
}
.profile__history-wrapper.empty .empty__wrapper span {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
  max-width: 358px;
  margin: 0 auto;
}
.profile__history-wrapper.empty .empty__wrapper span:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}
.profile__history-wrapper.empty .empty__wrapper span:nth-child(3) {
  color: rgba(255, 255, 255, 0.24);
}
.profile__history-wrapper .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: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 6px;
  background-color: #181818;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.profile__history-wrapper .block:hover {
  background: rgba(41, 41, 41, 0.3960784314);
}
.profile__history-wrapper .block__button {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  text-align: center;
  color: #171717;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  padding: 6px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.profile__history-wrapper .block.paid .block__button {
  background: #ff0051;
  color: #fff;
}
.profile__history-wrapper .block.cancelled .block__right .badge {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.64);
}
.profile__history-wrapper .block__button:hover {
  opacity: 0.8;
}
.profile__history-wrapper .block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile__history-wrapper .block:not(:last-child) {
  margin-bottom: 8px;
}
.profile__history-wrapper .block__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.profile__history-wrapper .block__left .block__img {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 8px;
}
.profile__history-wrapper .block__left .block__img img {
  width: 100%;
}
.profile__history-wrapper .block__left .block__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.profile__history-wrapper .block__left .block__col .block__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}
.profile__history-wrapper .block__left .block__col .block__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
}
.profile__history-wrapper .block__left .block__col .block__date .day {
  color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__history-wrapper .block__left .block__col .block__date .day::after {
  content: "";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.24);
  width: 4px;
  height: 4px;
  margin-left: 4px;
}
.profile__history-wrapper .block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.profile__history-wrapper .block__right .badge {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #f38f36;
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(243, 143, 54, 0.1);
  border: 1px solid rgba(48, 48, 48, 0.1);
  border-radius: 6px;
  padding: 1px 6px;
}
.profile__history-wrapper .block__right .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  text-align: right;
}
.profile__history-wrapper .block.paid .badge {
  color: #46f336;
  background: rgba(70, 243, 54, 0.1);
}

.chats__wrapper {
  padding: 8px 0 118px 0;
}
.chats__wrapper.empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 96px 0 118px 0;
}
.chats__wrapper.empty .empty__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 262px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chats__wrapper.empty .empty__wrapper span:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000;
  margin-top: 16px;
}
.chats__wrapper.empty .empty__wrapper span:nth-child(3) {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: rgba(48, 48, 48, 0.64);
  margin-bottom: 16px;
}
.chats__wrapper.empty .empty__wrapper button {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
  background: #ff0051;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}
.chats__wrapper .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.chats__wrapper .block.read .messages {
  opacity: 0;
  pointer-events: none;
}
.chats__wrapper .block:hover {
  background: #f6f6f6;
}
.chats__wrapper .block:not(:last-child) {
  margin-bottom: 4px;
}
.chats__wrapper .block__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.chats__wrapper .block__left .block__img {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.chats__wrapper .block__left .block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chats__wrapper .block__left .block__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.chats__wrapper .block__left .block__col .block__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #171717;
}
.chats__wrapper .block__left .block__col .block__message {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: rgba(48, 48, 48, 0.64);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.chats__wrapper .block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.chats__wrapper .block__right .time {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(48, 48, 48, 0.64);
}
.chats__wrapper .block__right .messages {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #ff0051;
  -webkit-box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
  background: rgba(255, 0, 81, 0.1);
  border: 0.5px solid #ff0051;
  border-radius: 8px;
  height: 24px;
  min-width: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.2s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
.chats__wrapper .block__right .read-status {
  font-size: 11px;
  color: #FF0051;
  margin-top: 2px;
}
.chats__wrapper .block__right .read-status.sent {
  color: rgba(48, 48, 48, 0.4);
}

.chat__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.chat__flex svg {
  cursor: pointer;
}
.chat__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.chat__left .chat__img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.chat__left .chat__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.chat__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
}
.chat__col span {
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #fff;
}
.chat__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
  border: 0.5px solid rgba(48, 48, 48, 0.1);
  border-radius: 8px;
  padding: 8px 12px 8px 16px;
  width: 100%;
  height: 48px;
  min-height: 48px;
}
.chat__send-left {
  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;
  cursor: pointer;
  flex-shrink: 0;
}
.chat__send-left svg path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chat__send-left:hover svg path {
  fill: #000;
  fill-opacity: 1;
}
.chat__send-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.chat__send-audio {
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #f9f9f9;
  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;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.chat__send-audio svg path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chat__send-audio.pressed {
  background: #ff0051;
}
.chat__send-audio.pressed svg path {
  fill: #fff;
  fill-opacity: 1;
}
.chat__send-button {
  background: rgba(48, 48, 48, 0.24);
  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;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: default;
}
.chat__send-button.active {
  background-color: #ff0051;
  cursor: pointer;
}
.chat__send-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgb(48, 48, 48);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  margin: 0 12px;
}
.chat__send-input input {
  width: 100%;
}
.chat__send-input::-webkit-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.chat__send-input::-moz-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.chat__send-input:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.chat__send-input::-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.chat__send-input::placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.chat__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  height: 100%;
  overflow-y: auto;
  padding: 8px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.chat__inner::-webkit-scrollbar {
  display: none;
}
.chat__wrapper {
  height: calc(100dvh - 146px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: height 0.15s ease;
}
.chat__wrapper .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 262px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.chat__wrapper .message__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
  gap: 2px;
}
.chat__wrapper .message__photo img:first-child {
  width: 100%;
}
.chat__wrapper .message__photo img:not(:first-child) {
  width: calc(33.333% - 1.318px);
}
.chat__wrapper .message__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  color: #171717;
  background: rgba(48, 48, 48, 0.03);
  border-radius: 12px 12px 12px 4px;
  padding: 10px;
}
.chat__wrapper .message__time {
  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;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(48, 48, 48, 0.4);
  gap: 6px;
}
.chat__wrapper .message.m {
  margin-left: auto;
}
.chat__wrapper .message.m .message__text {
  color: #fff;
  background: #ff0051;
  border-radius: 12px 12px 4px 12px;
}
.chat__wrapper.empty .empty__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 96px 0;
}
.chat__wrapper.empty .empty__wrapper span:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000;
}
.chat__wrapper.empty .empty__wrapper span:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: rgba(48, 48, 48, 0.64);
}

#chat > .header {
  border-radius: 0;
}
.pay__header {
  position: fixed;
  top: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  background: #ff0051;
  border-radius: 0 0 16px 16px;
  z-index: 2;
}
.pay__header .container {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pay__header .container span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}
.pay__header .container button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  padding: 6px 10px;
}
.pay__header .container button span {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  color: #171717;
}

.category .row {
  --x: 4px;
  --y: 4px;
}
.category .row .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category .block {
  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;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #171717;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
  background: #f9f9f9;
  border: 0.5px solid rgba(48, 48, 48, 0.1);
  border-radius: 8px;
  padding: 8px 4px;
  width: 100%;
  min-height: 110px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.category .block__icon {
  width: 56px;
  height: 56px;
  z-index: 1;
}
.category .block__icon img {
  width: 100%;
}
.category .block span {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #171717;
  z-index: 1;
}
.category .block::after {
  content: "";
  background: radial-gradient(148.45% 133.75% at 96.12% 0%, rgba(255, 101, 164, 0.5490196078) 0%, #fff 100%), #f6f6f6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 0;
}
.category .block:hover::after {
  opacity: 1;
  visibility: visible;
}

.city {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  z-index: 3;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
.city.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.city__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.city__header button {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #ff0051;
  padding: 10px 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.city__header button:hover {
  color: #fff;
}
.city__header .city__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-shadow: 0 0 0 1px #d8d8d8;
          box-shadow: 0 0 0 1px #d8d8d8;
  background: #fff;
  border-radius: 8px;
  height: 40px;
  padding: 11px 12px;
  width: 100%;
}
.city__header .city__input input {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: rgb(48, 48, 48);
  width: 100%;
}
.city__header .city__input input::-webkit-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.city__header .city__input input::-moz-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.city__header .city__input input:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.city__header .city__input input::-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.city__header .city__input input::placeholder {
  color: rgba(48, 48, 48, 0.4);
}
.city__wrapper {
  margin-top: 16px;
}
.city__wrapper .city__select-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #fff;
}
.city__wrapper .city__inner {
  margin-top: 16px;
  overflow-y: scroll;
  height: 100%;
  max-height: calc(100vh - 132px);
  padding-right: 4px;
}
.city__wrapper .city__inner::-webkit-scrollbar {
  width: 4px;
}
.city__wrapper .city__inner::-webkit-scrollbar-track {
  background: #171717;
}
.city__wrapper .city__inner::-webkit-scrollbar-thumb {
  background: rgba(48, 48, 48, 0.4);
  border-radius: 10px;
}
.city__wrapper .city__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.city__wrapper .city__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(48, 48, 48, 0.03);
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  color: #fff;
  gap: 11px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.city__wrapper .city__inner ul li span {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ff0051;
  border: 1px solid rgba(48, 48, 48, 0.1);
  -webkit-box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.08);
          box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.08);
  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;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.city__wrapper .city__inner ul li span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.city__wrapper .city__inner ul li.active {
  background: rgba(48, 48, 48, 0.64);
}
.city__wrapper .city__inner ul li.active span {
  opacity: 1;
}
.city__wrapper .city__inner ul li:hover {
  background: rgba(48, 48, 48, 0.64);
}

.inner {
  margin-top: 16px;
}
.inner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.inner__header span {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #171717;
}
.inner__header .inner__button {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  text-align: center;
  color: #171717;
  background: rgba(48, 48, 48, 0.03);
  padding: 4px 10px;
  border-radius: 6px;
}
.inner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.categoriesSwiper {
  overflow: visible;
}
.categoriesSwiper .swiper-slide {
  width: 88px;
}

.categories .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background: #f5f5f5;
  cursor: pointer;
  transition: background 0.2s;
}
.categories .block:active {
  background: #eee;
}
.categories .block img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #ff0051;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: rgba(255, 0, 81, 0.1);
  border: 0.5px solid #ff0051;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  margin-bottom: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sale:hover {
  background: #ff0051;
  color: #fff;
}
.sale:hover svg path {
  fill: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sale__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
}
.sale__wrapper .sale__h1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #171717;
}
.sale__wrapper .sale__h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(48, 48, 48, 0.64);
  margin-top: 8px;
}
.sale__wrapper .sale__h2 span {
  color: #171717;
}
.sale__header {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #fff;
}

.model__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  color: #171717;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #f9f9f9;
  padding: 6px 12px;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
}

.modelSwiper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.modelSwiper .swiper-slide {
  position: relative;
}
.modelSwiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 45px;
  background: url('/assets/svg/watermark.svg') no-repeat center;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.modelSwiper .swiper-slide img {
  width: 100%;
}
.modelSwiper .swiper-button-next,
.modelSwiper .swiper-button-prev {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modelSwiper .swiper-button-next svg,
.modelSwiper .swiper-button-prev svg {
  width: 30px;
  height: 30px;
}
.modelSwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4) !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 999px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
}
.modelSwiper .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 24px !important;
}

.header__sale {
  padding: 22px;
}

.bid {
  width: 100%;
}
.bid.model__bid .bid__services-section {
  margin-bottom: 232px;
}
.bid.model__bid .bid__city {
  color: #000;
}
.bid.model__bid svg path {
  fill-opacity: 1;
}
.bid__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bid__order span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #171717;
}
.bid__order .bid__price {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: rgba(48, 48, 48, 0.64);
}
.bid .order {
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.bid .order__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bid .order__date::-webkit-scrollbar {
  display: none;
}
.bid .order__date .block {
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.bid .order__date .block span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bid .order__date .block:hover {
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: rgba(255, 0, 81, 0.1);
}
.bid .order__date .block:hover span:first-child {
  color: #ff0051;
}
.bid .order__date .block:hover span:last-child {
  color: #ff0051;
}
.bid .order__date .block.active {
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: rgba(255, 0, 81, 0.1);
}
.bid .order__date .block.active span:first-child {
  color: #ff0051;
}
.bid .order__date .block.active span:last-child {
  color: #ff0051;
}
.bid .order__date .block span:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #171717;
}
.bid .order__date .block span:last-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(48, 48, 48, 0.64);
}
.bid .order__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bid .order__time::-webkit-scrollbar {
  display: none;
}
.bid .order__time .block {
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.bid .order__time .block span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bid .order__time .block:hover {
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: rgba(255, 0, 81, 0.1);
}
.bid .order__time .block:hover span:first-child {
  color: #ff0051;
}
.bid .order__time .block:hover span:last-child {
  color: #ff0051;
}
.bid .order__time .block.active {
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: rgba(255, 0, 81, 0.1);
}
.bid .order__time .block.active span {
  color: #ff0051;
}
.bid .order__time .block span {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #171717;
}
.bid .order__slider,
.bid .order__period {
  background: rgba(48, 48, 48, 0.03);
  border-radius: 9999px;
  padding: 2px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bid .order__slider .block,
.bid .order__period .block {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  text-align: center;
  color: rgba(48, 48, 48, 0.64);
  width: 100%;
  border: 0.5px solid transparent;
  border-radius: 9999px;
  padding: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.bid .order__slider .block.active,
.bid .order__period .block.active {
  color: #171717;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
}
.bid .order__tariffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 4px;
}
.bid .order__tariffs::-webkit-scrollbar {
  display: none;
}
.bid .order__tariffs .block {
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 12px;
  padding: 10px 16px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 80px;
}
.bid .order__tariffs .block:hover {
  background: rgba(255, 0, 81, 0.1);
}
.bid .order__tariffs .block:hover .tariff__time {
  color: #ff0051;
}
.bid .order__tariffs .block:hover .tariff__price {
  color: #ff0051;
}
.bid .order__tariffs .block.active {
  background: #ff0051;
  border-color: #ff0051;
}
.bid .order__tariffs .block.active .tariff__time {
  color: #fff;
}
.bid .order__tariffs .block.active .tariff__price {
  color: rgba(255, 255, 255, 0.8);
}
.bid .order__tariffs .block .tariff__time {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  color: #171717;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bid .order__tariffs .block .tariff__price {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(48, 48, 48, 0.64);
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bid__hidden {
  height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
.bid.opened .bid__hidden {
  height: 800px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.bid.opened .bid__desc svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bid__img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.bid__img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 40px;
  background: url('/assets/svg/watermark.svg') no-repeat center;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
}
.bid__img img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.bid__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
.bid__flex .bid__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #171717;
}
.bid__flex .bid__price {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: rgba(48, 48, 48, 0.64);
}
.bid__city {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgba(48, 48, 48, 0.64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin: 4px 0 16px 0;
}
.bid__prices-section {
  margin: 16px 0;
}
.bid__prices-section .bid__prices-header {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #171717;
  margin-bottom: 12px;
}
.price__row {
  background: #fff;
  border: 1px solid rgba(48, 48, 48, 0.1);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 8px;
}
.price__row-header {
  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: 12px;
}
.price__duration {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #171717;
}
.price__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(48, 48, 48, 0.06);
  border-radius: 8px;
  padding: 2px;
}
.price__toggle .block {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: rgba(48, 48, 48, 0.64);
  padding: 4px 12px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.price__toggle .block.active {
  background: #fff;
  color: #171717;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.price__row-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.price__row-content.hidden {
  display: none;
}
.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.price__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(48, 48, 48, 0.64);
}
.price__value {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #171717;
}
.bid__skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bid__skills span {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: rgba(48, 48, 48, 0.64);
  padding: 4px 8px;
  background: #efefef;
  border-radius: 6px;
}
.bid__skills span.active {
  color: #fff;
  background: #ff0051;
}
.bid__services-section {
  margin: 16px 0;
}
.bid__services-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.bid__services-header > span:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #303030;
}
.bid__services-hint {
  font-weight: 500;
  font-size: 13px;
  color: #ff0051;
}
.bid__services-section .bid__skills {
  gap: 8px;
  overflow: visible;
}
.bid__services-section .service-tag {
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
.bid__services-section .service-tag:hover {
  opacity: 0.8;
}
.bid__services-section .service-tag.active {
  color: #fff;
  background: #ff0051;
}
.bid__services {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bid__services-category {
  margin-bottom: 12px;
}
.bid__services-category-label {
  font-weight: 600;
  font-size: 14px;
  color: #303030;
  margin-bottom: 8px;
}
.service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #f5f5f5;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 6px;
}
.service-item:hover {
  background: #eee;
}
.service-check {
  width: 20px;
  height: 20px;
  accent-color: #ff0051;
  cursor: pointer;
}
.service-name {
  flex: 1;
  font-size: 14px;
  color: #303030;
}
.service-price {
  font-size: 13px;
  font-weight: 500;
  color: #ff0051;
}
.bid__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: linear-gradient(135deg, #ff0051 0%, #ff3366 100%);
  border-radius: 12px;
  margin-top: 16px;
}
.bid__total span:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.bid__total span:last-child {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.bid__desc {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  color: rgba(48, 48, 48, 0.64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 8px;
  margin: 8px 0;
  cursor: pointer;
}
.bid__desc svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bid__button {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
  background: #ff0051;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}
.bid__prices:not(.parameters) .col-6:nth-child(3) .block,
.bid__prices:not(.parameters) .col-6:nth-child(4) .block {
  background: #171717;
}
.bid__prices:not(.parameters) .col-6:nth-child(3) .block__flex span:first-child,
.bid__prices:not(.parameters) .col-6:nth-child(4) .block__flex span:first-child {
  color: rgba(255, 255, 255, 0.64);
}
.bid__prices:not(.parameters) .col-6:nth-child(3) .block__flex span:last-child,
.bid__prices:not(.parameters) .col-6:nth-child(4) .block__flex span:last-child {
  color: #fff;
}
.bid__prices:not(.parameters) .col-6:nth-child(3) .block__flex:nth-child(1) span:first-child,
.bid__prices:not(.parameters) .col-6:nth-child(4) .block__flex:nth-child(1) span:first-child {
  color: #fff;
}
.bid__prices:not(.parameters) .col-6:nth-child(3) .block__flex:nth-child(1) span:last-child,
.bid__prices:not(.parameters) .col-6:nth-child(4) .block__flex:nth-child(1) span:last-child {
  color: rgba(255, 255, 255, 0.64);
}
.bid .parameters .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: 8px;
}
.bid .parameters .block span:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(48, 48, 48, 0.64);
}
.bid .parameters .block span:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #171717;
}
.bid__prices {
  margin-top: 16px;
}
.bid__prices-header {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #171717;
  margin-bottom: 8px;
}
.bid__prices .block {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 6px 8px;
}
.bid__prices .block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
}
.bid__prices .block__flex span:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(48, 48, 48, 0.64);
}
.bid__prices .block__flex span:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #171717;
}
.bid__prices .block__flex:first-child {
  margin-bottom: 12px;
}
.bid__prices .block__flex:first-child span:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #171717;
}
.bid__prices .block__flex:first-child span:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(48, 48, 48, 0.64);
}

.footer {
  border-radius: 16px 16px 0 0;
  padding: 32px 16px;
  background: #171717;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
  padding-bottom: 118px;
  max-width: 500px;
  margin: 64px auto 0 auto;
}
.footer img {
  max-width: 157px;
  margin: 0 auto;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.page {
  height: 100%;
  scrollbar-width: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  overscroll-behavior-y: contain;
}
.page::-webkit-scrollbar {
  display: none;
}
.page .wrapper {
  min-height: 100%;
  display: none;
  -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;
  width: 100%;
  overflow: hidden;
}
.page .wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

#deposit.wrapper,
#depositSum.wrapper,
#depositCrypto.wrapper,
#depositBank.wrapper,
#depositPay.wrapper,
#depositCheck.wrapper {
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
}

.page #chat.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1), visibility 0s linear 0.2s;
  z-index: 2;
  will-change: transform;
  visibility: hidden;
  pointer-events: none;
}
.page #chat.wrapper.active {
  transform: translateX(0);
  overflow: hidden;
  visibility: visible;
  pointer-events: all;
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear 0s;
}

.chat__loading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
}
.chat__loading-bubble {
  width: 55%;
  height: 36px;
  background: rgba(48, 48, 48, 0.05);
  border-radius: 12px 12px 12px 4px;
  animation: chatPulse 1.2s ease-in-out infinite;
}
.chat__loading-bubble.right {
  margin-left: auto;
  border-radius: 12px 12px 4px 12px;
  background: rgba(255, 0, 81, 0.08);
  width: 45%;
}
@keyframes chatPulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

.tabs {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  background: #171717;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px 16px 0 0;
  padding: 13.5px 20px;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tabs.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs ul li a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
  border-radius: 8px;
  width: 67px;
  height: 58px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.tabs ul li a img {
  width: 48px;
  height: 48px;
}
.tabs ul li a svg,
.tabs ul li a span,
.tabs ul li a img {
  z-index: 1;
}
.tabs ul li a::before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: radial-gradient(86.47% 100% at 43.32% 100%, rgba(255, 101, 164, 0.7019607843) 0%, rgba(52, 52, 52, 0.1) 100%);
}
.tabs ul li:hover a {
  background: rgba(52, 52, 52, 0.1);
}
.tabs ul li.active a::before {
  opacity: 1;
}
.tabs ul li.active svg path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  fill: #fff;
  fill-opacity: 1;
}
.tabs ul li.active span {
  color: #fff;
}
.tab-icon-wrap {
  position: relative;
  display: inline-flex;
}
.tab-badge {
  position: absolute;
  top: -4px;
  right: -8px;
  background: #FF0051;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
  z-index: 2;
}

.chat__attach-btn,
.chat__voice-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.2s;
}
.chat__attach-btn:active,
.chat__voice-btn:active {
  background: rgba(48, 48, 48, 0.1);
}
.chat__cancel-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.chat__cancel-btn:active {
  background: rgba(48, 48, 48, 0.1);
}
.chat__recording {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 8px;
  padding: 0 8px;
}
.chat__recording-stop {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ff0051;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.chat__recording-stop:active {
  opacity: 0.8;
}
.chat__recording-bars {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  min-width: 0;
  height: 24px;
  overflow: hidden;
}
.rec-bar {
  width: 3px;
  min-height: 4px;
  background: #FF0051;
  border-radius: 2px;
  flex-shrink: 0;
}
.chat__recording-time {
  font-size: 14px;
  font-weight: 500;
  color: #FF0051;
  white-space: nowrap;
}

.voice-player {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  margin-bottom: 4px;
  width: max-content;
  background: rgba(48, 48, 48, 0.03);
  border-radius: 12px 12px 12px 2px;
  padding: 10px;
}
.voice-player__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 1px 2px -0px rgba(22, 25, 29, 0.08);
  background: #fff;
}
.voice-player__btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FF0051;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.voice-player__btn svg {
  transform: translateX(2px);
}
.voice-player.playing .voice-player__btn svg {
  transform: none;
}
.voice-player__btn:active {
  opacity: 0.8;
}
.voice-player__bars {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 24px;
  cursor: pointer;
}
.voice-bar {
  width: 2px;
  min-height: 4px;
  background: #FF0051;
  border-radius: 2px;
  opacity: 0.35;
  transition: opacity 0.3s ease;
}
.voice-bar.played {
  opacity: 1;
}
.voice-player__time {
  font-size: 14px;
  font-weight: 500;
  color: #FF0051;
  white-space: nowrap;
}

.message__photo {
  max-width: 200px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}
.message__photo img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  border-radius: 8px;
}

.chat-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
}
.chat-image-overlay img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 8px;
}
.chat-image-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-size: 28px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert {
  background: radial-gradient(86.47% 100% at 43.32% 100%, rgba(255, 0, 81, 0.6) 0%, rgba(52, 52, 52, 0.1) 100%), #171717;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
}
.alert__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  margin: 8px 0 16px 0;
}
.alert__list {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}
.alert ul {
  margin: 8px 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.alert ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.64);
}
.alert ul li svg {
  position: relative;
  top: 3px;
}
.alert__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #ff0051;
}

.fixed__wrapper {
  border-radius: 16px 16px 0 0;
  padding: 0 16px 16px;
  background: #171717;
  position: fixed;
  bottom: -150%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}
.fixed__wrapper-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.fixed__wrapper-order-left {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.fixed__wrapper-order-left span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed__wrapper-order-left span:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.4);
}
.fixed__wrapper-order-left span:nth-child(2)::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-left: 4px;
  background-color: rgba(255, 255, 255, 0.24);
}
.fixed__wrapper-order-right {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}
.fixed__wrapper.active {
  bottom: 0;
}
.fixed__window {
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.fixed__window.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.fixed__inner-number {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.64);
}
.fixed__inner-line {
  padding: 8px 0 16px 0;
  position: relative;
}
.fixed__inner-line::after {
  position: absolute;
  left: 50%;
  height: 4px;
  background: rgba(255, 255, 255, 0.24);
  width: 40px;
  border-radius: 9999px;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fixed__inner .alert {
  background: radial-gradient(86.47% 100% at 43.32% 100%, rgba(255, 0, 81, 0.6) 0%, rgba(52, 52, 52, 0.1) 100%), #171717;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
}
.fixed__inner .alert__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  margin: 8px 0 16px 0;
}
.fixed__inner .alert__list {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}
.fixed__inner .alert ul {
  margin: 8px 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.fixed__inner .alert ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.64);
}
.fixed__inner .alert ul li svg {
  position: relative;
  top: 3px;
}
.fixed__inner .alert__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #ff0051;
}
.fixed__inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed__inner-header span:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #fff;
}
.fixed__inner-header button {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #ff0051;
  background: rgba(48, 48, 48, 0);
  padding: 10px 14px;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fixed__inner-header button:hover {
  color: #fff;
}
.fixed__inner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.fixed__inner-bottom button {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #171717;
  -webkit-box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px 0px rgba(22, 25, 29, 0.04), inset 0 0px 0 0 rgba(22, 25, 29, 0.12);
  background: #fff;
  padding: 10px;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  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;
  gap: 6px;
}
.fixed__inner-bottom button.red {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
          box-shadow: 0 1px 2px -1px rgba(22, 25, 29, 0.04), inset 0 -1px 0 0 rgba(22, 25, 29, 0.12);
  background: #ff0051;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
}
.fixed__inner-bottom button.copied {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: rgba(48, 48, 48, 0.64);
  opacity: 1;
}
.fixed__inner-bottom button.copied:hover {
  opacity: 1;
}
.fixed__inner-bottom button:hover {
  opacity: 0.9;
}
.fixed__inner-bottom button:nth-child(3) {
  color: #fff;
  background: #ff0051;
}
.fixed__inner-bottom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.fixed__inner-bottom-header span:first-child {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #fff;
}
.fixed__inner-bottom-header span:last-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.64);
}
.fixed__inner-block {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.4);
  padding: 8px 16px;
  box-shadow: 0 1px 2px -0px rgba(22, 25, 29, 0.04), inset 0 -0px 0 0 rgba(22, 25, 29, 0.12);
  background: rgba(255, 255, 255, 0.02);
  border: 0.50px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 16px;
  text-align: center;
}

@media (max-width: 400px) {
  .sale svg:first-child {
    display: none;
  }
}
@media (max-width: 370px) {
  .sale svg {
    display: none;
  }
}
.hidden {
  display: none !important;
}
.search__loading,
.search__empty {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 14px;
}
.search__results .inner__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.search__results .inner__header span {
  font-weight: 600;
  font-size: 16px;
  color: #303030;
}
.search__results .inner__button {
  font-size: 13px;
  color: #ff0051;
  cursor: pointer;
}
.search__results .inner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.search__categories .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.search__categories .col-4 {
  padding: 6px;
  width: 33.33%;
  box-sizing: border-box;
}
.search__categories .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 6px;
  background: #f5f5f5;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
  height: 100px;
  box-sizing: border-box;
}
.search__categories .block:active {
  background: #eee;
}
.search__categories .block__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.search__categories .block__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search__categories .block span {
  font-size: 11px;
  font-weight: 500;
  color: #303030;
  text-align: center;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.categories .block span {
  font-size: 10px;
  font-weight: 500;
  color: #303030;
  text-align: center;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  max-width: 100%;
}

.bid__chat-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  background: #171717;
  cursor: pointer;
}
.bid__chat-button svg {
  flex-shrink: 0;
}

.chats__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 96px 16px;
  text-align: center;
}
.chats__empty svg {
  margin-bottom: 12px;
}
.chats__empty span:first-of-type {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.chats__empty span:last-of-type {
  font-size: 14px;
  color: rgba(48, 48, 48, 0.64);
  margin-bottom: 16px;
}
.chats__empty button {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #ff0051;
  border: 0.5px solid rgba(48, 48, 48, 0.2);
  border-radius: 8px;
  padding: 10px 24px;
  cursor: pointer;
}
.chat__empty-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: rgba(48, 48, 48, 0.4);
  font-size: 14px;
}


.meeting__header {
  position: fixed;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  background: #ff0051;
  border-radius: 0 0 16px 16px;
  z-index: 2;
}
.meeting__header .container {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.meeting__header .container span {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}
.meeting__header .container .meeting__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
}

.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.alert-popup {
  background: #1c1c1e;
  border-radius: 16px;
  padding: 24px;
  max-width: 320px;
  width: 100%;
  text-align: center;
}
.alert-popup__icon {
  margin-bottom: 12px;
}
.alert-popup__title {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}
.alert-popup__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  margin-bottom: 20px;
}
.alert-popup__btn {
  width: 100%;
  padding: 12px;
  background: #ff0051;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

/* Watermark for details modal */
.details__photo {
  position: relative;
}
.details__photo::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 30px;
  background: url('/assets/svg/watermark.svg') no-repeat center;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
}
