.header__container {
  max-width: 1344px;
  margin: 0 auto;
}

.games-menu__container {
  max-width: 1344px !important;
  margin: 0 auto;
}

.form-input {
  --error-color: #f30000;
}

.form-input--error::after,
.fast-form--error::after {
  content: attr(data-error);

  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--error-color);
}

.fast-form--error {
  border: 2px solid red;
}

.form-input--error .form-input__item {
  border-color: var(--error-color);
  color: var(--error-color);
}

.fast-form--error .fast-form__input {
  color: var(--error-color);
}

.form-input--error .form-input__item::placeholder,
.fast-form--error .fast-form__input::placeholder {
  color: var(--error-color);
}

.form-input__item {
  border: 2px solid transparent;
}


/*.form-input__item:not(:first-child){
    margin: 10px 0 0 0;
}*/

.calculator-select--small .select__content {
  top: 60px;
}

.profile-card__icon {
  border: 2px solid transparent;
}

.profile-card--notice .profile-card__icon {
  border-color: #ffc700;
}

.profile-card--notice .profile-card__icon::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  background: url("profile-notice.svg") center center/contain no-repeat;
  top: 18px;
  right: 18px;
  border-radius: 50%;
}

/*.card__wrapper {
    overflow: visible;
}
*/
.range__value {
  position: relative;
}

.range__value-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.select-cus {
  background: var(--background-dark-grey) !important;
  height: 60px !important;
}

.select-cus .select__content {
  background: var(--background-dark-grey) !important;
  top: 60px !important;
}

.calculator-content {
  overflow: visible !important;
}

.pad-10 {
  padding-top: 10px;
}

.link-img {
  width: 100%;
  height: 100%;
}

.fast-form__input_active {
  background-color: #24c16c;
}

.fast-form__input_active::before {
  background: url(../images/icons/check-black.svg) center center / contain no-repeat;
}

.link-img {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.logo__img {
  width: 130px;
}

.nav-item--logo .nav-item__icon {
  height: 44px;
  width: 54px;
}

.nav-item--logo .nav-item__icon img {
  object-fit: contain;
}

.stats-mouth,
.popup__title-confirm {
  display: none;
}

.popup-confirm {
  z-index: 99;
}

.order-table__row {
  grid-template-columns: minmax(0, 75px) minmax(0, 1fr) minmax(0, 140px) minmax(0, 140px) minmax(0, 140px) minmax(0, 56px);
}

@media screen and (max-width: 767px) {
  .order-table__row {
    grid-template-columns: minmax(0, 100px) minmax(0, 200px) minmax(0, 210px) minmax(0, 200px) minmax(0, 0);
    row-gap: 42px;
  }
}

.card__wrapper--visible {
  overflow: visible !important;
}

.order-item__tag--full {
  width: 100%;
}

.button--white {
  background: #fff;
  color: var(--background-dark-grey);
  transition: 0.3s background-color;
}

.popup__container--help {
  max-width: 950px;
  padding: 48px;
  min-height: 600px;
  overflow: hidden;
  background: linear-gradient(113deg, #101010 0.88%, #332d57 93.8%, #37335b 99.99%, #101010 100%);
}

.popup__container--help::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url("../images/page-bg/help.png") bottom left/cover no-repeat;
}

@media screen and (max-width: 1024px) {
  .popup__container--help::before {
    width: 60%;
  }
}

.help {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 32px;
}

.help__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 375px;
  width: 100%;
}

.help__footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 350px) {
  .help__footer {
    flex-wrap: wrap;
  }

  .help__footer .button {
    flex-grow: 1;
  }

  .help__footer .button:first-child {
    width: 100%;
  }
}

.button--blue--dark {
  fill: #fff;
  background: #004498;
}

.button--icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
}

.calculator-select--small {
  height: 60px;
  padding: 20px 40px 20px 16px;
}

.form-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.select__item--search {
  border: 4px solid #101010;
  background-color: #181818;
}

.fast-form.error::before {
  content: attr(data-error);
  font-size: 14px;
  font-weight: 500;
  color: #f30000;
  position: absolute;
  left: 20px;
  top: 2px;
}

.fast-form.error {
  position: relative;
  border-color: #f30000;
}

.fast-form {
  border: 1px solid transparent;
  transition: 0.3s border-color;
}

.fast-form.success .fast-form__button {
  background: var(--green);
}

.fast-form.success .fast-form__button::before {
  background: url("../images/icons/check-black.svg") center center/contain no-repeat;
}

.calculator-result .sale {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 199, 0, 0.5);
}

.calculator-result .sale span {
  position: relative;
}

.calculator-result .sale span::before {
  content: "";
  position: absolute;
  background-color: #f30000;
  transform: rotate(5deg);
  top: 10px;
  left: 0;
  width: 100%;
  height: 3px;
}

.calculator-result__text--success {
  padding-top: 15px;
  padding-bottom: 15px;
}

.select__name {
  width: 100%;
}

.calculator-select .select__item--hidden {
  display: none;
}

.fast-form__input,
.chat-msg__text {
  overflow-wrap: break-word;
}

.chats-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 40;
  /*max-height: 90%;*/
}

.chat {
  position: static;
  margin-top: 4px;
}

@media screen and (max-width: 600px) {
  .chat__wrapper {
    max-height: 25%;
  }
}

.register {
  overflow-y: auto;
}

.page-wrapper--register {
  height: auto;
}

.popup-alert .form__wrapper {
  grid-template-columns: none;
}

.popup-alert .order-item__tag {
  width: 100%;
}

.text-alert {
  display: none;
}

.text-show {
  display: block;
}

@media screen and (max-width: 1024px) {
  .chat__wrapper {
    max-height: 420px;
  }
}

.chat--active .chat__close {
  background: var(--background-grey);
}

@media screen and (max-width: 1024px) {
  .aside .nav-item--logo {
    height: 100%;
  }
}

.chosen-container-single .chosen-single {
  height: 60px;
  padding: 15px 60px 15px 36px;
  border-radius: 20px;
  background: var(--background-black);
  position: relative;
  z-index: 10;
  transition: 0.3s border-radius;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
  outline: none;
  gap: 5px;
  font-family: var(--button-font);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  box-shadow: none;
}

.chosen-container-single .chosen-single::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 36px;
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/icons/arrow_right.svg) center center / contain no-repeat;
  transform: rotate(90deg);
  transition: 0.3s transform;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: var(--background-black);
  box-shadow: none;
  border: none;
}

.chosen-container-single .chosen-drop {
  background: var(--background-black);
  font-family: var(--button-font);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: none;
  box-shadow: none;
}

.chosen-container .chosen-results li {
  padding: 15px 6px;
}

.form-file--error {
  position: relative;
}

.form-file--error .file-input {
  border: 2px solid #f30000;
}

.form-file--error::after {
  content: attr(data-error);
  font-size: 14px;
  font-weight: 500;
  color: #f30000;
  position: absolute;
  bottom: -20px;
  display: block;
  height: 20px;
  width: 100%;
}

.monitoring_filter {
  cursor: pointer;
}

#monitoring_btn::after {
  display: none;
}

.main__text--tiny strong {
  font-weight: bold;
}

.main__text--tiny p {
  padding: 10px 0;
}

.main__text--tiny li p {
  padding: 5px 0;
}

.main__text--tiny ol,
.main__text--tiny ul {
  padding-left: 20px;
}

.page-wrapper--register::before {
  content: none;
}

@media screen and (min-width: 1025px) {
  .register_bg {
    background: url("") center center/cover no-repeat;
    height: 90vh;
    width: calc(100% - 550px);
    /*margin-top: -92px;*/
    max-height: 90vh;
    border-radius: 20px;
  }

  .register .container {
    display: flex;
    flex-direction: row-reverse;
    gap: 100px;
    align-items: center;
  }

  .register_bg::before {
    content: "";
    position: absolute;
    background: url("../images/page-bg/register1.webp") center center/cover no-repeat;
    height: 100vh;
    width: calc(100% - 700px);
    /*margin-top: -92px;*/
    max-height: 100vh;
    border-radius: 0px;
  }
}

.popup-ready .popup__container--small {
  max-width: 600px;
}

.popup-ready .popup__container {
  padding: 16px 16px 32px 16px;
}

.ready-slider .ready-slide-text {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 0 32px;
}

.ready-slider .ready-slide-text .title {
  font-size: 28px;
  font-weight: 700;
  margin: 27px 0;
}

.ready-slider .ready-slide-text .btn-group {
  margin-top: 27px;
  display: flex;
  justify-content: center;
  gap: 27px;
}

.ready-slider .ready-slide-text .button {
  display: inline-block;
  width: 200px;
}

.img-slides,
.text-slides {
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  border-radius: 30px;
}

.img-slides {
  height: 404px;
}

.ready-slider .ready-slide-img img {
  width: 100%;
  object-fit: contain;
}

.ready-slider .ready-slide-img.zoom img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  position: relative;
}

.ready-slide-img.cursor::after {
  content: "";
  background: url("/assets/images/modal/cursor.png");
  background-size: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  right: 110px;
  bottom: 85px;
  transition: 0.3s;
  z-index: 2;
  opacity: 0;
}

.ready-slide-img.cursor.active::after {
  opacity: 1;
}

.ready-slider .ready-slide-img.zoom.active img {
  transform-origin: 16px 199px;
  transform: scale(2.07);
}

.zoom-out img {
  transform-origin: 16px 199px;
  transform: scale(2.07);
}

.zoom-in img {
  transform-origin: 16px 199px;
  transform: scale(2.07);
}

.zoom-out.active img {
  transform: scale(1) !important;
  transition: transform 0.5s ease-in-out !important;
}

.ready-slider .ready-slide-img,
.ready-slider .ready-slide-text {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.ready-slider .ready-slide-img.zoom,
.ready-slider .ready-slide-img.zoom-out {
  transition: opacity 0s;
}

.ready-slider .ready-slide-img.active,
.ready-slider .ready-slide-text.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.ready-slider .paginate {
  display: flex;
  gap: 13px;
  justify-content: center;
  margin-top: 12px;
}

.ready-slider .paginate .paginate-item.active {
  background: #969696;
}

.ready-slider .paginate .paginate-item {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3c3c3c;
}

.ready-slider .btn-group {
  display: flex;
  justify-content: space-between;
}

.ready-slider .btn-group .button {
  display: block;
}

.text__editor h1 {
  font-size: 2em;
  font-weight: bold;
  font-family: var(--title-font);
}

.text__editor h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: var(--title-font);
}

.text__editor h3 {
  font-size: 1.17em;
  font-weight: bold;
  font-family: var(--title-font);
}

.text__editor ul {
  display: block;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  font-family: var(--text-font);
}

.text__editor ul li {
  display: list-item;
  list-style: disc;
  margin-bottom: 10px;
  font-family: var(--text-font);
}

.pay-type {
  background: #101010;
  border-radius: 37px;
  padding: 8px;
  display: flex;
  gap: 8;
}

.pay-type .type-button {
  padding: 8px 0 12px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  border-radius: 41px;
  text-align: center;
  cursor: pointer;
}

.pay-type .type-button.active {
  background: #3c3c3c;
}

.pay-type-form {
  display: none;
}

.pay-type-form.active {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.pay-type-form .form-input {
  width: 100%;
}

.alert {
  background: #ffc700;
  border-radius: 20px;
  padding: 16px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  font-family: Gilroy, sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

.alert.alert-success {
  background: #00d660;
}

.alert.alert-danger {
  background: #ff3535;
}

.alert img {
  width: 24px;
  height: 24px;
}

.popup-pay .popup__container {
  padding: 28px 36px;
  max-width: 579px;
}

.popup-pay .form__row {
  display: flex;
  gap: 16px;
}

.exchange__block {
  display: none;
  gap: 16px;
}

.exchange__block.active {
  display: flex;
}

.exchange__block .exchange__item {
  background: #3c3c3c;
  padding: 16px 16px 20px 16px;
  border-radius: 20px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 100%;
}

.exchange__block .exchange__item .exchange-label {
  font-size: 14px;
}

.exchange__block .exchange__item .exchange-value {
  font-size: 18px;
  font-weight: 700;
}
