body {
  font-family: "Graphik LCG";
  min-width: 320px;
  background: #f3f5f9;
  color: #2d2d3b;
  font-weight: 500;
}
img {
  max-width: 100%;
}
button:focus,
:focus {
  outline: none;
}
a {
  color: #6283ff;
}
a,
a:hover {
  transition: all 0.5s;
  color: #6283ff;
  text-decoration: none;
}
a:focus,
a:active {
  transition: all 0.5s;
  color: #4b75ff;
}
#header {
  padding: 0 0 50px;
  background: #6283ff;
}
.h1,
h1 {
  font-size: 1.75rem;
}
.h2,
h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
.h3,
h3 {
  font-size: 1.125rem;
}
.semibold {
  font-size: 0.875rem;
  font-weight: 600;
}
b,
strong {
  font-weight: bold;
}
.strong {
  font-size: 0.875rem;
}
.medium {
  font-size: 0.875rem;
}
.regular {
  font-size: 0.75rem;
  font-weight: 500;
}
.custom-title {
  color: #9f9fb1;
}
.btn {
  position: relative;
  transition: all 0.5s;
  padding: 0.45rem 1.2rem;
  border-radius: 1.25rem;
  font-weight: 500;
}
.btn.subid-add {
  padding: 0;
}
.btn-transparent {
  color: #9f9fb1;
  font-size: 1rem;
}
.btn-transparent:hover {
  color: #6283ff;
}
.btn-transparent:focus,
.btn-transparent:active {
  color: #4b75ff;
}
.btn svg {
  max-width: 17px;
  max-height: 17px;
  position: relative;
  top: -1px;
  margin-right: 3px;
  transition: all 0.5s;
}
.btn svg path,
.btn svg:hover path,
.btn svg:active path,
.btn svgfocus path,
.btn:hover,
.btn:active,
.btn:focus {
  transition: all 0.5s;
}
.btn.small {
  padding: 0.15rem 0.75rem;
  border-radius: 1.25rem;
  font-weight: 500;
  font-size: 0.75rem;
}
.btn.dropdown {
  padding-right: calc(1.2rem + 17px) !important;
  font-size: 0.875rem;
}
.btn img {
  position: relative;
  top: -2px;
  margin-right: 3px;
  transition: all 0.5s;
}
.btn img + img {
  position: absolute;
  top: calc(0.45rem + 2px);
  left: 1.2rem;
  opacity: 0;
  transition: all 0.5s;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn:active img,
.btn:focus img {
  opacity: 0;
  transition: all 0.5s;
}
.btn:active img + img,
.btn:focus img + img {
  opacity: 1;
  transition: all 0.5s;
}
.btn-blue-dark {
  background: #6283ff;
  color: #fff;
  padding: 0.45rem 1.2rem;
}
.btn-blue-dark svg {
  max-height: 17px;
  max-width: 17px;
  position: relative;
  top: -1px;
  margin-right: 3px;
  transition: all 0.5s;
}
.btn-blue-dark svg path {
  fill: #fff;
  transition: all 0.5s;
}
.btn-blue-dark:hover {
  background: #4b75ff;
  color: #fff;
  text-decoration: none;
}
.btn-blue-dark:hover path {
  fill: #fff;
  transition: all 0.5s;
}
.btn-blue-dark:focus,
.btn-blue-dark:active {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
.btn-blue-dark:focus path,
.btn-blue-dark:active path {
  fill: #bdd0ff;
  transition: all 0.5s;
}
.btn-blue-dark.disabled {
  background: #6283ff;
  opacity: 0.2;
}
.btn-blue {
  background: #e9ebff;
  color: #6283ff !important;
  cursor: pointer;
}
.btn-blue path {
  fill: #6283ff;
  transition: all 0.5s;
}
.btn-blue:hover {
  background: #bdd0ff;
  color: #4b75ff !important;
  transition: all 0.5s;
}
.btn-blue:hover path {
  color: #4b75ff;
  transition: all 0.5s;
}
.btn-blue.disabled {
  background: #e9ebff;
  opacity: 0.3;
}
.btn-blue:active:active path,
.btn-blue:hover:active path,
.btn-blue:active path,
.btn-blue:focus path {
  transition: all 0.5s;
  fill: #bdd0ff;
}
.btn-blue.small:active,
.btn-blue.small:focus {
  background: #6283ff;
  color: #fff;
}
.btn-flat {
  color: #9f9fb1;
}
.btn-flat:hover {
  color: #6283ff;
}
.btn-flat:active,
.btn-flat:focus {
  color: #4b75ff;
}
.btn-flat.disbled {
  color: #dcdde0;
}
.btn-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  padding: 0 !important;
  display: inline-flex;
}
.btn-icon svg {
  margin: auto;
}
.btn-icon path {
  fill: #6283ff;
  transition: all 0.5s;
}
.btn-icon.edit path {
  fill: #6283ff;
  transition: all 0.5s;
}
.btn-icon:hover {
  background-color: #f3f5f9;
}
.btn-icon.active,
.btn-icon:active,
.btn-icon:focus {
  background-color: #6283ff;
}
.btn-icon.active path,
.btn-icon:active path,
.btn-icon:focus path {
  fill: #fff;
  transition: all 0.5s;
}
.btn-icon.edit.disabled path {
  stroke: #dcdde0;
  opacity: 1;
  transition: all 0.5s;
}
.btn-icon svg {
  max-width: 10px;
  max-height: 10px;
  margin: auto;
  transition: all 0.5s;
  top: 0;
}
.btn-icon.edit svg {
  max-width: 12px;
  max-height: 12px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
.navbar-main {
  padding: 0;
}
.navbar-main .navbar-nav.nav-main .nav-link {
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #bdd0ff;
  padding: 1.3rem 0.75rem;
  border-bottom: 6px solid transparent;
}
.navbar-main .navbar-nav.nav-main .nav-link.disabled {
  opacity: 0.5;
}
.navbar-main .navbar-nav.nav-main .nav-link:hover {
  color: #fff;
}
.navbar-main .navbar-nav.nav-main .nav-link:active,
.navbar-main .navbar-nav.nav-main .nav-link:focus,
.navbar-main .navbar-nav.nav-main .active .nav-link {
  border-bottom: 6px solid #abb4ff;
  color: #fff;
}
.navbar-main .navbar-nav.nav-second .nav-link {
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.01em;
  background: #4b75ff;
  border-radius: 2rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
  border: 2px solid #4b75ff;
}
.navbar-main .navbar-nav.nav-second .nav-link:hover {
  background: #6d90ff;
  border: 2px solid #6d90ff;
}
.navbar-main .navbar-nav.nav-second .nav-link:focus,
.navbar-main .navbar-nav.nav-second .nav-link:active {
  color: #bdd0ff;
  border: 2px solid #4b75ff;
  background: #4b75ff;
}
.btn-blue-dark.balance {
  padding: 0.55rem 1.2rem 0.51rem 50px;
}
.btn.dropdown:after {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url("/static/core/img/dd.svg") no-repeat center;
  position: absolute;
  right: 0.9rem;
  top: calc(50% - 7.5px);
  transition: all 0.5s;
}
.btn.dropdown:active:after,
.btn.dropdown:focus:after,
.btn.dropdown:hover:after {
  background: url("/static/core/img/dd-white.svg") no-repeat center;
  transition: all 0.5s;
}
.navbar-main .navbar-nav.nav-second .balance .nav-link {
  padding: 0.6rem 1.2rem 0.6rem 50px;
  width: auto;
  position: relative;
}
.btn-blue-dark.balance:before,
.navbar-main .navbar-nav.nav-second .balance .nav-link:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #6d90ff url("/static/core/img/money.svg") no-repeat center center;
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 50%;
  transition: all 0.5s;
}
.btn-blue-dark.balance:active:before,
.btn-blue-dark.balance:focus:before,
.navbar-main .navbar-nav.nav-second .nav-link:focus:before,
.navbar-main .navbar-nav.nav-second .nav-link:active:before {
  background: #4b75ff url("/static/core/img/money.svg") no-repeat center center;
}
.navbar-main .navbar-nav.nav-second li + li {
  margin-left: 0.5rem;
}
.navbar-main .dropdown-toggle::after {
  background: url("/static/core/img/dropdown.svg") no-repeat;
  width: 18px;
  height: 6px;
  border: none;
  margin: 0;
  position: relative;
  right: -10px;
  top: 1px;
}
.btn-blue-dark.balance:hover:before {
  background: rgba(189, 208, 255, 0) url("/static/core/img/money.svg") no-repeat
    center center;
  transition: all 0.5s;
}
.btn-blue-dark.balance:hover:focus:before,
.btn-blue-dark.balance:hover:active:before {
  background: rgba(189, 208, 255, 0.3) url("/static/core/img/money.svg")
    no-repeat center center;
  transition: all 0.5s;
}

.page-header {
  margin-top: -50px;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 1.5rem;
  border-bottom: 1px solid #ccccdb;
}
.page-header h1 {
  font-weight: 500;
  font-size: 1.75rem;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.page-header h1 span {
  color: #dcdde0;
}
.page-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-menu li {
  display: inline-block;
}
.page-menu a {
  letter-spacing: -0.02em;
  color: #9f9fb1;
  padding: 1rem;
  border-bottom: 4px solid transparent;
  display: block;
  font-size: 1.125rem;
  white-space: nowrap;
}
.page-menu a:hover {
  color: #6283ff;
  text-decoration: none;
}
.page-menu a:active,
.page-menu a:focus,
.page-menu .active a {
  color: #6283ff;
  border-bottom: 4px solid #6283ff;
  text-decoration: none;
}
.page-menu .active a:hover {
  text-decoration: none;
}
.page-menu a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.order-form {
  margin-top: 0 !important;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  z-index: 99;
  position: relative;
}
.custom-dd {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.custom-dd {
  margin-right: 0.5rem;
}
.modal .custom-dd {
  margin-right: 0;
}
.custom-dd:not(.active) {
  z-index: 1;
}
.custom-dd.active {
  z-index: 2;
}
.custom-dd-title {
  border: 1px solid #dcdde0;
  padding: 0;
  background: #fff;
  border-radius: 1.5rem;
  letter-spacing: -0.01em;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.5s;
}
.custom-dd-title .title {
  padding: 0.45rem 2rem 0.35rem 1rem;
}
.custom-dd-title.disabled {
  background: #f3f5f9;
  pointer-events: none;
  color: #dcdde0;
}
.custom-dd-title.calendar:after,
.custom-dd-title .title:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.6875rem;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #9f9fb1;
  top: calc(50% - 3px);
  transition: all 0.5s;
}
.custom-dd-title.disabled .title:after {
  border-top: 6px solid #dcdde0;
}
.custom-dd-title.disabled:after {
  border-top: 6px solid #dcdde0;
}
.has-choise .custom-dd-title .title:after,
.has-choise .custom-dd-title .title:before {
  display: none;
}
.has-choise .custom-dd-title .clear {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  width: 33px;
  z-index: 9;
}
.has-choise .custom-dd-title .clear:before,
.has-choise .custom-dd-title .clear:after {
  display: none !important;
}
.has-choise .custom-dd-title .clear:after {
  content: "";
  border-top: 2px solid #6283ff;
  border-left: none;
  border-right: none;
  width: 14px;
  transform: rotate(45deg);
  top: 16px;
  left: 10px;
  transition: all 0.2s;
  display: block;
  position: absolute;
  border-radius: 5%;
}
.custom-dd-title .title:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.5rem;
  border-top: 2px solid #6283ff;
  border-left: none;
  border-right: none;
  width: 0;
  transform: rotate(-45deg);
  top: 1rem;
  transition: all 0.2s;
}
.has-choise .custom-dd-title .clear {
  background: url("/static/core/img/clear.svg") no-repeat center;
}
.has-choise .custom-dd-title .clear:before {
  content: "";
  border-top: 2px solid #6283ff;
  width: 14px;
  transition: all 0.2s;
  display: block;
  transform: rotate(-45deg);
  top: 16px;
  left: 10px;
  position: absolute;
  border-radius: 5%;
}
.active > .custom-dd-title:hover,
.active > .custom-dd-title {
  color: #6283ff;
  transition: all 0.2s;
}
.has-choise .custom-dd-title {
  background: #e9ebff;
  color: #6283ff;
  border: 1px solid #bdd0ff;
  transition: all 0.2s;
}
.has-choise .custom-dd-title.lucky-designer,
.has-choise .custom-dd-title.lucky-designer .title {
  color: #bdd0ff !important;
}
.has-choise .lucky-designer.control .title {
  color: #bdd0ff !important;
}
.custom-dd-title:hover {
  background: #fff;
  color: #2d2d3b;
  border: 1px solid #fff;
  transition: all 0.2s;
}
.custom-dd.has-choise .custom-dd-title:after {
  display: none;
}
.custom-dd.has-choise .custom-dd-title:hover {
  border: 1px solid #e9ebff;
  background: #e9ebff;
  color: #6283ff;
}
.custom-dd-title.calendar {
  padding: 0.5rem 2rem 0.3rem 1rem;
}
.custom-dd-title.calendar:hover {
  border: 1px solid #fff;
}
.active > .custom-dd-title.calendar {
  background: #fff url("/static/core/img/calendar-blue.svg") no-repeat 1rem
    center;
  padding: 0.5rem 2rem 0.3rem 1rem;
}
.active > .custom-dd-title.calendar:hover {
  background: #fff url("/static/core/img/calendar-blue.svg") no-repeat 1rem
    center;
  padding: 0.5rem 2rem 0.3rem 1rem;
}
.custom-dd-title.calendar svg {
  width: 12px;
  height: 13px;
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.custom-dd-title.calendar svg path {
  fill: #2d2d3b;
}
.custom-dd-title.calendar.disabled svg path {
  fill: #dcdde0;
}
.custom-dd-title.calendar.active span,
.custom-dd-title.calendar:active span,
.custom-dd-title.calendar:focus span {
  color: #6283ff;
}
.custom-dd-title.calendar.active svg path,
.custom-dd-title.calendar:active svg path,
.custom-dd-title.calendar:focus svg path {
  fill: #6283ff;
}
.custom-select {
  border: 1px solid #dcdde0;
  border-radius: 8px;
  height: 42px;
  font-weight: 500;
}
.form-control {
  color: #9f9fb1;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #dcdde0;
  color: #2d2d3b;
  height: 40px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  box-shadow: none !important;
}
.form-control:not(".bootstrap-select"):hover {
  border: 1px solid #bdd0ff;
  box-shadow: none;
}
.custom-select:not(".bootstrap-select"):focus,
.form-control:not(".bootstrap-select"):active,
.form-control:not(".bootstrap-select"):focus {
  border: 1px solid #6283ff;
  box-shadow: none;
}
.form-control.disabled {
  border: 1px solid #dcdde0;
  color: #9f9fb1;
  pointer-events: none;
  opacity: 0.5;
}
.form-control.is-valid {
  background: #fff;
}
.form-control.is-valid,
.form-control.is-valid:active,
.form-control.is-valid:focus {
  border: 1px solid #b6ebcb;
  box-shadow: none;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid #ff5757;
  background-image: none;
  box-shadow: none !important;
}
.form-control.is-invalid.imp {
  background: #ffcdcd;
  color: #ff5757;
  font-size: 0.875rem;
  border: 1px solid #ffcdcd;
  font-weight: 500;
}
.form-control::placeholder {
  color: #9f9fb1;
  font-size: 1rem;
}
textarea.form-control {
  min-height: 130px;
}
.col-form-label {
  color: #2d2d3b;
}
.col-form-label.disabled {
  color: #96969d;
}
.invalid-feedback {
  color: #ff5757;
  font-weight: 500;
  font-size: 0.875rem;
}
.dd-form-header {
  background: #f3f5f9;
  padding: 1.25rem 1.5rem 1rem;
  position: relative;
  width: 100%;
}
.dd-form-header .title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.custom-dd-form {
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(45, 45, 59, 0.24);
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  max-height: 0px;
  transition: all 0.5s;
  z-index: 0;
}
.to-right .custom-dd-form {
  left: auto;
  right: 0;
}
.ml-auto .custom-dd-form {
  left: auto;
  right: 0;
}
.active.custom-dd .custom-dd-form {
  max-height: 600px;
  transition: all 1s;
  z-index: 3;
}
.static.custom-dd-form {
  max-height: inherit;
  position: relative;
}
.static.custom-dd-form .dd-form-content {
  max-width: 100%;
  width: 100%;
  max-height: inherit;
  margin: 0;
  padding: 1rem 2rem 2rem;
}
.static.custom-dd-form .dd-form-content .form-check {
  padding-right: 0;
}
.static.custom-dd-form .form-check label div {
  text-overflow: none;
  white-space: normal;
  overflow: visible;
  max-width: 100%;
  color: #636379;
}
.static.custom-dd-form .form-check label div:hover {
  color: #6283ff;
}
.static.custom-dd-form .dd-form-header .title {
  font-size: 1.25rem;
  font-weight: 600;
}
.static.custom-dd-form .dd-form-header {
  padding: 2rem 2rem 1rem;
  position: relative;
}
.dd-form-header .close {
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 4;
  right: 1.5rem;
  top: 1.5rem;
  cursor: pointer;
  opacity: 1 !important;
  font-size: 0;
}
.dd-form-header .close svg {
  width: 13px;
  height: 13px;
}
.dd-form-header .close:hover {
  opacity: 1 !important;
}
.dd-form-header .title span {
  display: none;
  background: #6283ff;
  box-shadow: 0px 4px 12px rgba(76, 126, 255, 0.24);
  color: #fff;
  font-size: 0.875rem;
  padding: 3px 4px 0px;
  text-align: center;
  width: 24px;
  border-radius: 24px;
  position: relative;
  top: -1px;
  margin-left: 0.5rem;
}
.dd-form-header .close svg path {
  fill: #9f9fb1;
}
.dd-form-header .close:hover svg path {
  fill: #6283ff;
}
.custom-dd.has-choise .dd-form-header .title span {
  display: inline-block;
}
.form-control.search {
  padding: 0.375rem 40px 0.375rem 1rem;
  background: #fff url("/static/core/img/search.svg") no-repeat
    calc(100% - 1rem) center;
  height: 40px;
}
.form-control.search:focus,
.form-control.search:active {
  background: #fff url("/static/core/img/search-blue.svg") no-repeat
    calc(100% - 1rem) center;
}
.form-control.active {
  background: #fff !important;
}
input + .clear-input {
  position: absolute;
  background: url("/static/core/img/close-blue.svg") no-repeat center;
  width: 0;
  height: 40px;
  z-index: 2;
  top: 0;
  right: 16px;
  z-index: 3;
  cursor: pointer;
}
input.active + .clear-input {
  width: 40px;
}
.form-check {
  padding-left: 0;
}
.form-check label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  transition: all 0.5s;
  width: 100%;
}
.form-check label div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  color: #636379;
}
.form-check label:hover div,
.form-check label:hover {
  color: #6283ff;
  transition: all 0.5s;
}
.form-check label div:before {
  content: "";
  display: block;
  background: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #9f9fb1;
  border-radius: 4px;
}
.form-check label input {
  display: none;
}
.form-check label input:checked + div:before {
  background: #6283ff url("/static/core/img/check.svg") no-repeat center;
  border: 1px solid #6283ff;
}
.form-control.with-action {
  padding: 0.5rem 40px 0.5rem 1rem;
}
.form-control.with-action.white {
  background: #fff;
}
.form-control.with-action + .input-action {
  position: absolute;
  background: url("/static/core/img/copy.svg") no-repeat center;
  width: 40px;
  height: 40px;
  z-index: 2;
  top: 0;
  right: 16px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
}
.form-control.with-action + .input-action:hover {
  background: url("/static/core/img/copy-blue.svg") no-repeat center;
  transition: all 0.5s;
}
.input-action-done {
  position: absolute;
  color: #fff;
  background: rgba(45, 45, 59, 0.8);
  box-shadow: 0px 8px 12px rgba(45, 45, 59, 0);
  border-radius: 8px;
  padding: 0 1rem;
  white-space: nowrap;
  font-size: 0.875rem;
  bottom: 95%;
  height: 0;
  overflow: hidden;
}
.active > .input-action-done {
  height: auto;
  padding: 0.85rem 1rem;
  box-shadow: 0px 8px 12px rgba(45, 45, 59, 0.08);
}
.check-slide {
  color: #636379;
  padding-left: 0;
  height: 24px;
}
.check-slide label {
  cursor: pointer;
  padding-right: 50px;
  padding-left: 0;
  width: 100%;
}
.check-slide label input {
  display: none;
}
.check-slide label div:before {
  content: "";
  display: block;
  background: #dadae3;
  width: 40px;
  height: 16px;
  border-radius: 16px;
  position: absolute;
  right: 0;
  top: 4px;
  left: auto;
  border: none;
  transition: all 0.5s;
}
.check-slide label:hover div:before {
  background: #e9ebff;
  transition: all 0.5s;
}
.check-slide input:checked + div:before {
  background: #dcdde0 !important;
  border: none !important;
}
.check-slide input:checked:hover + div:before {
  background: #e9ebff !important;
  border: none !important;
}
.check-slide label div:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
  transition: all 0.5s;
  left: auto;
}
.check-slide label input:checked + div:after {
  background: #6283ff;
  right: 0;
  transition: all 0.5s;
}
.dd-form-content {
  margin: 0.5rem 0 0.5rem 1rem;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: calc(100vh - 300px);
  width: calc(100% - 1rem);
}
.separetor {
  background: #f3f5f9;
  height: 2px;
  margin: 0.5rem 0;
  display: none;
}
.form-check + .separetor {
  display: block;
}
.form-check-selected {
  border-bottom: 2px solid #f3f5f9;
  margin-bottom: 1rem;
  display: none;
}
.has-choise .form-check-selected {
  display: block;
}
.dd-form-content .form-check {
  margin: 0.3rem 0;
  padding-right: 15px;
}
.only-it {
  color: #6283ff;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
  background: #fff;
  padding-left: 5px;
}
.only-it:hover,
.form-check label:hover + .only-it {
  opacity: 1;
  transition: all 0.5s;
}
.form-control:hover {
  border: 1px solid #bdd0ff;
}
.form-control:focus {
  box-shadow: none;
  border-color: #6283ff;
}
.custom-dd-boxed::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.searched::-webkit-scrollbar,
.mobile-menu::-webkit-scrollbar,
.overflow-auto::-webkit-scrollbar,
.ticket-list::-webkit-scrollbar,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar,
.select + .dropdown-menu::-webkit-scrollbar,
.navbar-offcanvas::-webkit-scrollbar,
.mh-400::-webkit-scrollbar,
.table::-webkit-scrollbar,
.dd-form-content::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.searched::-webkit-scrollbar-track,
.mobile-menu::-webkit-scrollbar-track,
.overflow-auto::-webkit-scrollbar-track,
.ticket-list::-webkit-scrollbar-track,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track,
.select + .dropdown-menu::-webkit-scrollbar-track,
.navbar-offcanvas::-webkit-scrollbar-track,
.mh-400::-webkit-scrollbar-track,
.table::-webkit-scrollbar-track,
.dd-form-content::-webkit-scrollbar-track {
  background-color: #999;
}
.searched::-webkit-scrollbar-track-piece,
.mobile-menu::-webkit-scrollbar-track-piece,
.overflow-auto::-webkit-scrollbar-track-piece,
.ticket-list::-webkit-scrollbar-track-piece,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track-piece,
.select + .dropdown-menu::-webkit-scrollbar-track-piece,
.navbar-offcanvas::-webkit-scrollbar-track-piece,
.mh-400::-webkit-scrollbar-track-piece,
.table::-webkit-scrollbar-track-piece,
.dd-form-content::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.searched::-webkit-scrollbar-thumb,
.mobile-menu::-webkit-scrollbar-thumb,
.overflow-auto::-webkit-scrollbar-thumb,
.ticket-list::-webkit-scrollbar-thumb,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb,
.select + .dropdown-menu::-webkit-scrollbar-thumb,
.navbar-offcanvas::-webkit-scrollbar-thumb,
.mh-400::-webkit-scrollbar-thumb,
.table::-webkit-scrollbar-thumb,
.dd-form-content::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 14px 14px #bbbbbe;
  border: solid 4px transparent;
}
.searched::-webkit-scrollbar-corner,
.mobile-menu::-webkit-scrollbar-corner,
.overflow-auto::-webkit-scrollbar-corner,
.ticket-list::-webkit-scrollbar-corner,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-corner,
.select + .dropdown-menu::-webkit-scrollbar-corner,
.navbar-offcanvas::-webkit-scrollbar-corner,
.mh-400::-webkit-scrollbar-corner,
.table::-webkit-scrollbar-corner,
.dd-form-content::-webkit-scrollbar-corner {
  background-color: transparent;
}
.searched::-webkit-resizer,
.mobile-menu::-webkit-resizer,
.overflow-auto::-webkit-resizer,
.ticket-list::-webkit-resizer,
.bootstrap-select .dropdown-menu .inner::-webkit-resizer,
.select + .dropdown-menu::-webkit-resizer,
.navbar-offcanvas::-webkit-resizer,
.mh-400::-webkit-resizer,
.table::-webkit-resizer,
.dd-form-content::-webkit-resizer {
  background-color: #666;
}
.bootstrap-select .dropdown-menu .inner {
  max-height: 300px !important;
}
.table {
  width: 100%;
  color: #2d2d3b;
  margin-bottom: 2rem;
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: auto;
}
.table table {
  width: 100%;
  font-size: 0.875rem;
}
.table table tfoot,
.table table thead {
  background: #f3f5f9;
  color: #9f9fb1;
  font-weight: 600;
}
.table tfoot th,
.table thead th {
  font-weight: 600;
}
.table td,
.table th {
  font-weight: 500;
}
.table thead th a {
  color: #9f9fb1;
}
.table thead th a:hover {
  color: #636379;
}
.table thead th a svg {
  width: 12px;
  height: 11px;
  position: relative;
  top: -1px;
  margin-left: 3px;
  opacity: 0;
  transition: all 0.5s;
}
.table thead th a svg path {
  fill: #9f9fb1;
}
.table thead th a:hover svg {
  opacity: 1;
  transition: all 0.5s;
}
.table thead th a:active,
.table thead th a:focus {
  color: #6283ff;
}
.table thead th a:active svg path,
.table thead th a:focus svg path {
  fill: #6283ff;
}
.table thead th a.active svg {
  transform: scale(1, -1);
}

.content {
  background: #ffffff;
  border: 1px solid #dcdde0;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.table table tr th:first-child,
.table table tr td:first-child {
  padding-left: 45px;
}
.table table tr th:last-child,
.table table tr td:last-child {
  padding-right: 45px;
}
.table tr:first-of-type td,
.table tr:first-of-type th {
  border-top: 0px solid #dee2e6;
}
.table thead th {
  border-bottom: none;
  padding: 1.1rem 0.75rem;
}
.table.empty {
  margin-bottom: 0;
}
.table.empty td {
  color: #9f9fb1;
  padding: 1.5rem 0.75rem;
  font-size: 16px;
}
.table.empty tbody tr:hover {
  background: none;
}
.content span.status {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.2rem 1rem 0.2rem 1.5rem;
  position: relative;
  border-radius: 1rem;
  font-weight: 500;
}
.content.p-4 {
  padding: 2rem !important;
  height: calc(100% - 2rem);
}
.content.p-4 .h2 {
  margin-bottom: 1rem;
}
.content span.status.green {
  background: rgba(11, 188, 79, 0.3);
  color: #0bbc4f;
}
.content span.status:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0.5rem;
  top: calc(50% - 4px);
  position: absolute;
}
.content span.status.rekl:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.7rem;
  width: 0;
  height: 0;
  border-top: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #0bbc4f;
  top: calc(50% - 3px);
  transition: all 0.5s;
  pointer-events: none;
  border-radius: 0;
  background: transparent !important;
}
.content span.status.rekl.trans {
  border: none;
  background: transparent;
}
.content span.status.rekl.red:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.7rem;
  width: 0;
  height: 0;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ff5757;
  top: calc(50% - 3px);
  transition: all 0.5s;
  pointer-events: none;
  border-radius: 0;
  background: transparent !important;
}
.content span.status.green:before {
  background: #0bbc4f;
}
.content span.status.red {
  background: rgba(255, 87, 87, 0.3);
  color: #ff5757;
}
.content span.status.red:before {
  background: #ff5757;
}
.content span.status.gray {
  background: rgba(159, 159, 177, 0.3);
  color: #9f9fb1;
}
.content span.status.gray:before {
  background: #9f9fb1;
}
.content span.status.blue {
  background: #e9ebff;
  color: #6283ff;
}
.content span.status.blue:before {
  background: #6283ff;
}
.content span.status.trans {
  background: #fff;
  color: #9f9fb1;
  border: 1px solid #9f9fb1;
}
.content span.status.trans:before {
  background: #9f9fb1;
}
.content span.status.yellow {
  background: rgba(223, 196, 113, 0.3);
  color: #dfc471;
}
.content span.status.yellow:before {
  background: #dfc471;
}
.content span.status.yellow.icon1:before {
  width: 12px;
  height: 8px;
  background: url("/static/core/img/lable2.svg") no-repeat;
  border-radius: 0;
}
.content-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #8f8f9d;
}
.content-footer .d-lg-inline-block {
  font-size: 0.875rem;
}
.pager {
  color: #8f8f9d;
}
.dropdown .dropdown-toggle {
  border: 1px solid #dcdde0;
  border-radius: 8px;
}
.dropdown .dropdown-toggle:hover {
  border: 1px solid #bdd0ff;
}
.dropdown .nav-link {
  color: #9f9fb1;
  padding: 0.45rem 2rem 0.426rem 1rem;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dropdown .nav-link.selected {
  color: #2d2d3b;
}
.dropdown .nav-link.selected:hover {
  color: #2d2d3b;
}
.pager.dropdown .nav-link:hover {
  color: #6283ff;
}
.dropdown .nav-link:hover {
  color: #9f9fb1;
  border: 1px solid #bdd0ff;
}
.dropdown .dropdown-menu a {
  color: #2d2d3b;
  font-weight: 500;
}
.dropdown .dropdown-menu a:hover {
  background: rgba(233, 235, 255, 0.5);
  color: #2d2d3b;
}
.dropdown .dropdown-menu a.current {
  color: #6283ff;
  background: #fff;
}
.pager .dropdown-toggle {
  border: none !important;
  padding-left: 0;
  color: #2d2d3b;
}
.dropdown-menu {
  border: 1px solid #dcdde0;
  box-shadow: 0px 8px 20px rgba(45, 45, 59, 0.24);
  border-radius: 8px;
  min-width: 100%;
  margin: 0;
}
/* dropdown-cuscom */
.select + .dropdown-menu {
  top: 0 !important;
  transform: none !important;
  top: 0 !important;
  transform: none !important;
  max-height: 300px;
  overflow: auto;
}
.dropdown-toggle::after {
  position: absolute;
  right: 1rem;
  /*top: calc(50% - 2.4px);*/
  top: 18px;
}
.pager .dropdown-toggle::after {
  position: relative;
  top: 3px;
  right: 0;
  transform: rotate(180deg);
}
.pager .dropdown-toggle:after {
  border-bottom: 0.3em solid #2d2d3b;
}
.pager .dropdown-toggle:hover::after {
  border-bottom: 0.3em solid #2d2d3b;
}
.pager .dropdown-item {
  font-size: 0.875rem;
}
.pager .dropdown-menu {
  margin-left: -1.5rem;
}
.page-link {
  color: #636379;
  border-radius: 8px !important;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0.55rem;
}
.page-item + .page-item {
  margin-left: 3px;
}
.page-link svg {
  width: 7px;
}
.page-link svg path {
  transition: all 0.5s;
  fill: #636379;
}
.disabled > .page-link svg path {
  transition: all 0.5s;
  fill: #b1b1bc;
}
.page-link:hover:active,
.page-link:hover:focus,
.page-link:active,
.page-link:focus,
.page-item.active .page-link {
  background: #6283ff;
  box-shadow: none;
  color: #fff;
}
.page-link:hover {
  color: #4b75ff;
  background: #fff;
}
.page-link.disabled {
  opacity: 0.5;
  color: #636379;
  border: 1px solid #dcdde0;
  pointer-events: none;
  cursor: no-drop;
}
.page-link.last,
.page-link.first {
  color: transparent !important;
  position: relative;
}
.page-link.first:hover path,
.page-link.last:hover path {
  fill: #4b75ff;
  transition: all 0.5s;
}
.page-link.first.active,
.page-link.first:focus,
.page-link.first:active,
.page-link.last.active,
.page-link.last:focus,
.page-link.last:active {
  background: #6283ff;
}
.page-link.first.active path,
.page-link.first:focus path,
.page-link.first:active path,
.page-link.last.active path,
.page-link.last:focus path,
.page-link.last:active path {
  fill: #fff;
  transition: all 0.5s;
}
a[data-toggle="collapse"]:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6283ff;
  border-right: 2px solid #6283ff;
  transform: rotate(135deg);
  position: relative;
  top: -2px;
  margin-left: 0.5rem;
}
a[data-toggle="collapse"][aria-expanded="true"]:after {
  transform: rotate(-45deg);
  top: 2px;
}
tbody tr:hover,
tr.blue {
  background: #f4f5ff;
}
.target {
  border-top: 1px solid rgba(220, 221, 224, 0.5);
  padding-top: 0.3rem;
  margin-top: 0.2rem;
}
td.targets {
  min-width: 260px;
}
.nav-second {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
}
.nav-item.bar a {
  font-size: 1.1rem !important;
  text-align: center;
}
.bank-logo {
  min-width: 32px;
}
.nowrap {
  white-space: nowrap;
}
thead a img {
  position: relative;
  top: -2px;
}
thead a.up img {
  transform: scale(1, -1);
}
.action.dropdown .nav-link {
  background: rgba(253, 157, 72, 0.3);
  border-radius: 50px;
  padding: 0.25rem 2.2rem 0.25rem 1.5rem;
  border: none;
  color: #fd9d48;
  font-size: 0.75rem;
}
.action.dropdown .nav-link:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0.5rem;
  top: calc(50% - 4px);
  position: absolute;
}
.action.dropdown.blue .nav-link:before {
  background: #4b75ff;
}
.action.dropdown.green .nav-link:before {
  background: #0bbc4f;
}
.action.dropdown .dropdown-menu a.current {
  position: relative;
  padding: 0.25rem 2.2rem 0.25rem 1.5rem;
  pointer-events: none;
}
.action.dropdown .dropdown-menu a.current:after,
.action.dropdown .nav-link.dropdown-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fd9d48;
  border-right: 2px solid #fd9d48;
  border-left: 0px solid #fd9d48;
  border-bottom: 0px solid #fd9d48;
  opacity: 0.8;
  transform: rotate(135deg);
  top: calc(50% - 6px);
  display: block;
  position: absolute;
  right: 1rem;
}
.action.dropdown .dropdown-menu a.current:after {
  right: 1rem;
}
.action.dropdown .nav-link:hover {
  background: rgba(253, 157, 72, 0.2);
}
.action.dropdown .dropdown-menu a {
  font-size: 0.75rem;
  border-radius: 12px;
}
.action.dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 2.2rem 0.25rem 1.5rem;
}
.dropdown-item {
  cursor: pointer;
  padding: 0.5rem 1.5rem;
}
.action.dropdown .dropdown-menu a + a {
  margin-top: 4px;
}
.action.dropdown .dropdown-menu a.current:hover,
.action.dropdown .dropdown-menu a.current {
  color: #fd9d48;
  background: rgba(253, 157, 72, 0.3);
}
.action.dropdown .dropdown-menu a:hover {
  color: #636379;
  background: #f3f5f9;
  border-radius: 12px;
}
.action.dropdown .nav-link.disabled {
  background: #f3f5f9;
  color: #dcdde0;
}
.nav-link.disabled {
  color: #9f9fb1;
}
.action.dropdown .nav-link.disabled.dropdown-toggle::after {
  border-top: 2px solid #dcdde0;
  border-right: 2px solid #dcdde0;
}
.action.dropdown.blue .dropdown-menu a.current:hover,
.action.dropdown.blue .dropdown-menu a.current,
.action.dropdown.blue .nav-link {
  background: rgba(75, 117, 255, 0.3);
  color: #4b75ff;
}
.action.dropdown.blue .nav-link:hover {
  background: rgba(75, 117, 255, 0.2);
  color: #4b75ff;
}
.action.dropdown.blue .dropdown-menu a.current:after,
.action.dropdown.blue .nav-link.dropdown-toggle:after {
  border-top: 2px solid #4b75ff;
  border-right: 2px solid #4b75ff;
  border-left: 0px solid #4b75ff;
  border-bottom: 0px solid #4b75ff;
}
.action.dropdown.blue .dropdown-menu a.current:before,
.action.dropdown .dropdown-menu a.curren:before {
  content: "";
  display: block !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0.5rem;
  top: calc(50% - 4px);
  position: absolute;
  background: #4b75ff;
}
.action.dropdown.green .dropdown-menu a.current:before,
.action.dropdown .dropdown-menu a.curren:before {
  content: "";
  display: block !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0.5rem;
  top: calc(50% - 4px);
  position: absolute;
  background: #0bbc4f;
}
.action.dropdown.orange .dropdown-menu a.current:hover,
.action.dropdown.orange .dropdown-menu a.current,
.action.dropdown.orange .nav-link {
  background: #ffe2c9;
  color: #fd9d48;
}
.action.dropdown.orange .nav-link:before {
  background: #fd9d48;
}
.action.dropdown.orange .dropdown-menu a.current:after,
.action.dropdown.orange .nav-link.dropdown-toggle:after {
  border-top: 2px solid #fd9d48;
  border-right: 2px solid #fd9d48;
  border-left: 0px solid #4b75ff;
  border-bottom: 0px solid #4b75ff;
}
.action.dropdown .dropdown-menu a.current:before {
  content: "";
  display: block !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0.5rem;
  top: calc(50% - 4px);
  position: absolute;
}
.action.dropdown.orange .dropdown-menu a.current:before {
  background: #fd9d48;
}
.action .dropdown-menu {
  border-radius: 15px;
  padding: 4px;
  top: -5px !important;
  left: -5px !important;
  right: -5px !important;
  transform: none !important;
}
.action.fast-action .dropdown-toggle {
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #dcdde0;
  color: #2d2d3b;
}
.fast-action.action.dropdown .dropdown-menu a.current:after,
.fast-action.action.dropdown .nav-link.dropdown-toggle:after {
  position: absolute;
  right: 1rem;
  top: calc(50% - 3.12px);
  border-top: 6.25px solid #9f9fb1;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  transform: none;
  opacity: 1;
  width: 0;
  height: 0;
}
.fast-action.action.dropdown .dropdown-menu a.current:after {
  border-top: 6.25px solid #6283ff;
}
.action.fast-action .dropdown-toggle:hover {
  background: #f3f5f9;
  border: 1px solid #f3f5f9;
  color: #2d2d3b;
}
.action.fast-action .dropdown-toggle.disabled {
  color: #dcdde0;
  background: #f3f5f9;
  border: 1px solid #f3f5f9;
}
.fast-action.action.dropdown .nav-link.dropdown-toggle.disabled:after {
  border-top: 6.25px solid #dcdde0 !important;
}
.fast-action.action.dropdown .dropdown-menu a {
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 0.875rem;
  color: #636379;
  background: #fff;
  border: 1px solid #dcdde0;
  border-radius: 20px;
}
.fast-action.action.dropdown .dropdown-menu a.current {
  background: #e9ebff;
  border: 1px solid #e9ebff;
  color: #6283ff;
}
.fast-action.action .dropdown-menu {
  border-radius: 20px;
}
.fast-action.action.dropdown .dropdown-menu a:hover {
  background: #f3f5f9;
  border: 1px solid #f3f5f9;
  color: #2d2d3b;
}
.tooltip-inner {
  text-align: left;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.8rem 1rem;
  background: rgba(45, 45, 59, 0.8);
  box-shadow: 0px 8px 12px rgba(45, 45, 59, 0.08);
  border-radius: 8px;
}
.tooltip-inner > div {
  color: #9f9fb1;
}
.tooltip .arrow {
  display: none;
}
.alert-light {
  color: #9f9fb1;
  border-radius: 12px;
  font-size: 0.75rem;
  border: none;
}
.alert-secondary {
  border-radius: 12px;
  color: #9f9fb1;
  font-size: 0.75rem;
  background: rgba(248, 249, 255, 0.8);
  border: none;
}
.content-gray {
  background: #f3f5f9;
}
[data-toggle="collapse"] > div,
td a > div {
  display: inline-block;
}
[aria-expanded="false"] > div:last-of-type {
  display: none;
}
[aria-expanded="true"] > div:first-of-type {
  display: none;
}
.active.ml-lg-auto .custom-dd-form {
  left: auto;
  right: 0;
}
tr > td > .edit-buttons {
  opacity: 0;
  transition: all 0.5s;
}
tr:hover > td > .edit-buttons {
  opacity: 1;
  transition: all 0.5s;
}
.modal-open .modal.show {
  display: flex !important;
}
.modal-backdrop {
  background-color: #2d2d3b;
}
.modal-backdrop.show {
  opacity: 0.6;
}
.modal-open .modal > div {
  margin: auto;
}
.modal-content {
  padding: 2rem;
  margin: 6rem 0 2rem;
}
.modal-header {
  color: #2d2d3b;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 0 1rem;
  border: none;
}
.alert {
  margin-bottom: 1.5rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: 0;
  position: absolute;
  right: -2rem;
  top: 0;
  opacity: 1 !important;
  padding: 0;
  font-size: 0;
}
.modal-header .close:hover {
  opacity: 1 !important;
}
.modal-header .close path {
  fill: #fff;
  transition: all 0.5s;
}
.modal-header .close:hover path {
  fill: #6283ff;
  transition: all 0.5s;
}
.modal-content {
  border: 1px solid #dcdde0;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
}
.modal-body {
  padding: 0;
}
.modal-body > div {
  color: #9f9fb1;
}
th a:hover {
  text-decoration: none;
  color: #6283ff;
}
.added_sucsess {
  background: #e9ebff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: relative;
  margin: auto auto 1rem;
}
.added_sucsess:before {
  content: "";
  display: block;
  border: 3px solid #bdd0ff;
  width: 128px;
  height: 128px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
}
.added_sucsess svg {
  margin: auto;
  width: 46px;
  height: auto;
}
.added_sucsess svg path {
  fill: #6283ff;
}
.added_error {
  background: #ffcdcd;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: relative;
  margin: auto auto 1rem;
}
.added_error:before {
  content: "";
  display: block;
  border: 3px solid rgba(255, 87, 87, 0.5);
  width: 128px;
  height: 128px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
}
.added_error svg {
  margin: auto;
  width: 46px;
  height: auto;
}
.added_error svg path {
  fill: #ff5757;
}
.hold-count {
  color: #636379;
  font-size: 1.75rem;
  margin-bottom: 0.4rem;
}
dl {
  display: flex;
  margin-bottom: 0;
  color: #9f9fb1;
  position: relative;
}
dl:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid rgba(220, 221, 224, 0.5);
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 1;
}
dl dd {
  margin-left: auto;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.875rem;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-left: 6px;
}
dl dt {
  font-weight: 500;
  font-size: 0.875rem;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 6px;
  min-width: 35px;
}
dl dd a:hover {
  color: #6283ff;
  text-decoration: none;
}
.mb-20 {
  margin-bottom: 2rem;
}
.p-20 {
  padding: 2rem;
}
td .pay-icon {
  position: relative;
  top: -2px;
  margin-right: 0.4rem;
}
td span.green {
  color: #0bbc4f;
}
td span.red {
  color: #ff5757;
}
.input-group input {
  padding-right: 40px;
}
.input-group-append {
  position: absolute;
  top: 0;
  bottom: auto;
  right: 15px;
  z-index: 3;
  padding: 9px 0px;
  min-width: 40px;
  text-align: center;
  margin-left: 0;
  display: block;
  color: #9f9fb1;
}
.comission-title {
  color: #636379;
  font-size: 0.875rem;
}
.comission {
  color: #636379;
  font-size: 1.25rem;
  font-weight: 600;
}
.comission.blue {
  color: #6283ff;
}
.row.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-5 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row.row-12 {
  margin-right: -12px;
  margin-left: -12px;
}
.row.row-12 > div {
  padding-right: 12px;
  padding-left: 12px;
}
span.black {
  color: #2d2d3b;
}
.content-24 .content {
  margin-bottom: 24px;
}
.table-slide.check-slide label {
  padding-right: 37px;
}
tr.disabled {
  color: #9f9fb1;
}
.alert-fixed-right {
  position: absolute;
  right: 15px;
  top: -2rem;
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(45, 45, 59, 0.24);
  border-radius: 12px;
  border: none;
  color: #9f9fb1;
  font-size: 0.875rem;
  padding: 0;
  width: 90%;
  max-width: 360px;
  z-index: 999;
}
.alert-fixed {
  position: fixed;
  z-index: 999;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}
.alert-link {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
svg:hover path,
svg path {
  transition: all 0.5s;
}
.alert-link svg:hover path {
  fill: #4b75ff;
  transition: all 0.5s;
}
.alert-fixed-right h3 {
  color: #2d2d3b;
}
.alert-danger {
  color: #ff5757;
  font-size: 0.875rem;
  line-height: 1rem;
  background: #ffcdcd;
  border: 1px solid rgba(255, 87, 87, 0.4);
  border-radius: 8px;
}
.alert-danger .close:hover svg path,
.alert-danger .close svg path {
  fill: #ff5757;
}
a.gray {
  color: #9f9fb1;
}
a.gray svg {
  position: relative;
  top: -1px;
}
a.gray:hover {
  color: #6283ff;
}
a.gray:hover path {
  fill: #6283ff;
}
a.gray:focus,
a.gray:active {
  color: #4b75ff;
}
a.gray:focus path,
a.gray:active path {
  fill: #4b75ff;
}
div.gray-color {
  color: #9f9fb1;
}
.info-list-head {
  padding: 2rem 2rem 1rem 2.5rem;
}
.no-content .info-list-head {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.no-content .info-list {
  padding: 0 1.5rem 0 1.5rem;
  background: transparent;
}
.info-list {
  padding: 0 1.5rem 0 2.5rem;
  background: rgba(243, 245, 249, 0.6);
  position: relative;
}
.info-item {
  padding: 1rem 0;
  position: relative;
  border-bottom: 1px solid #dcdde0;
}
.info-list .title a,
.info-list .title {
  color: #2d2d3b;
  font-weight: 600;
}
.info-item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: -1rem;
  top: 1.37rem;
  position: absolute;
}
.info-item.red:before {
  background: #ff5757;
}
.info-item.green:before {
  background: #0bbc4f;
}
.alert-dismissible .close {
  position: absolute;
  top: 1.7rem;
  right: 1.7rem;
  color: inherit;
  padding: 0;
  font-size: 0;
  opacity: 1 !important;
}
.alert-dismissible .close svg {
  width: 13px;
  height: 13px;
}
.alert-dismissible .close path {
  fill: #9f9fb1;
}
.alert-dismissible .close:hover path {
  fill: #6283ff;
}
.page-header .alert-dismissible .close {
  top: 0.9rem;
  right: 1rem;
}
.alert-fixed .close {
  top: 0.9rem;
  right: 1rem;
}
tr.no-read {
  background: rgba(243, 245, 249, 0.5);
}
tr.no-read td {
  font-weight: 600;
}
tr.no-read:hover {
  cursor: pointer;
}
tr.no-read:hover td:last-of-type {
  color: #6283ff;
}
.s-table {
  padding-bottom: 3rem;
}
.s-table + .content-footer {
  margin-top: -3rem;
}
.custom-dd .daterangepicker {
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  width: 538px !important;
}
.custom-dd.ml-lg-auto .daterangepicker {
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  width: 538px !important;
}
[data-range-key="Свой диапазон"] {
  display: none !important;
}
.table-svg-url svg {
  width: 16px;
  height: 16px;
}
.table-svg-url svg path {
  fill: #6283ff;
}
.table-svg-url.disabled {
  pointer-events: none;
}
.table-svg-url.disabled svg path {
  fill: #9f9fb1;
}
.bold {
  font-weight: 600;
}
.fs-14 {
  font-size: 0.875rem;
}
.back-url {
  font-size: 0.75rem;
  margin-top: -0.5rem;
}
.back-url svg {
  height: 10px;
  width: 5px;
}
.back-url svg path {
  fill: #9f9fb1;
}
.offer-logo {
  position: relative;
}
.offer-logo .lable {
  background: #e7ffdc url("/static/core/img/lable.svg") no-repeat 12px center;
  border-radius: 20px;
  color: #8ed96b;
  font-size: 0.75rem;
  position: absolute;
  padding: 7px 12px 7px 28px;
  top: 4px;
  left: 4px;
}
.offer-logo .image {
  margin-top: 1.5rem;
}
.hr-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.content.gray {
  background: #f3f5f9;
  box-shadow: none;
  margin-bottom: 0;
  border: none;
}
.page-menu.nav-tabs {
  margin-bottom: 0;
  padding: 0;
}
.page-menu.nav-tabs a.active {
  color: #6283ff;
  border-bottom: 4px solid #6283ff;
  text-decoration: none;
}
.page-menu.nav-tabs {
  border-bottom: 0px solid #ccccdb;
}
article {
  font-weight: normal;
  letter-spacing: -0.01em;
}
article strong {
  font-weight: 500;
}
article ul {
  list-style: none;
  padding-left: 22px;
}
article ul li {
  position: relative;
  margin-bottom: 1rem;
}
article ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9f9fb1;
  position: absolute;
  left: -22px;
  top: 8px;
}
article .h3 {
  margin-bottom: 1rem;
}
.yes-no.table table tr th:last-child,
.yes-no.table table tr td:last-child {
  padding-left: 45px;
}
.yes-no tr td:before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.yes-no tr td {
  position: relative;
}
.yes-no tr td:first-child:before {
  width: 13px;
  height: 10px;
  background: url("/static/core/img/ok-green.svg") no-repeat;
}
.yes-no tr td:last-child:before {
  width: 10px;
  height: 10px;
  background: url("/static/core/img/close-red.svg") no-repeat;
}
.modal .form-check label div {
  white-space: normal;
}
.promo {
  border: 1px solid #dcdde0;
  border-radius: 8px;
  height: calc(100% - 24px);
  margin-bottom: 24px;
}
.promo .btn.small {
  padding: 0.15rem 0.5rem;
}
.promo-image {
  position: relative;
}
.promo-image img {
  width: 100%;
}
.promo-image a {
  display: block;
}
.promo-image a .zoomer {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
}
.promo-btns {
  opacity: 0;
  transition: all 0.5s;
  padding: 1.5rem 0 0.5rem;
}
.promo:hover .promo-image a .zoomer,
.promo:hover .promo-btns {
  opacity: 1;
  transition: all 0.5s;
}
.kvadro {
  padding: 0.45rem 0.67rem;
}
.kvadro svg {
  margin-right: 0;
}
textarea.form-control.with-action + .input-action {
  top: auto;
  bottom: 1px;
}
textarea::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
textarea::-webkit-scrollbar-track {
  background-color: #999;
}
textarea::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
textarea::-webkit-scrollbar-corner {
  background-color: #999;
}
textarea.form-control.with-action {
  min-height: 260px;
}
.input-group-append.remove {
  display: flex;
  top: 1rem;
  cursor: pointer;
  height: 40px;
}
.input-group-append.remove svg {
  margin: auto;
}
.input-group-append.remove svg path {
  fill: #636379;
}
.input-group-append.remove:hover svg path {
  fill: #6283ff;
}
.col-form-label.blue {
  color: #6283ff;
}
.modal-md.modal-dialog {
  width: calc(100% - 2rem);
}
.bootstrap-select {
  display: block !important;
  width: 100% !important;
}
.bootstrap-select > .dropdown-toggle {
  background: #fff;
}
.filter-option {
  display: block !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none !important;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #fff;
  border-color: #bdd0ff;
}
.show > .btn-light.dropdown-toggle[aria-expanded="true"]:hover {
  color: #212529 !important;
}

.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #6283ff;
}
.bootstrap-select .dropdown-item {
  padding: 0.5rem 1rem;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  color: #6283ff;
  text-decoration: none;
  background-color: #fff;
}
.bootstrap-select .dropdown-menu {
  min-width: 100% !important;
  padding-right: 0;
  margin-top: 2px;
}
.bootstrap-select.bootstrap-select-custom .dropdown-menu {
  min-width: 100% !important;
  padding-right: 5px;
  top: 0 !important;
  transform: none !important;
}
.bootstrap-select > .dropdown-toggle {
  padding: 0.5rem 2rem 0.5rem 1rem;
  max-height: 40px;
}
.alert-secondary .alert-link svg {
  width: 12px;
}
.alert-secondary .alert-link svg path {
  fill: #6283ff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #9f9fb1;
}
.custom-dd.active .custom-dd-title .title {
  color: #6283ff;
}
.custom-dd.has-choise .custom-dd-title .title {
  color: #6283ff;
}
.modal .custom-dd .custom-dd-title .title {
  color: #9f9fb1;
}
.modal .custom-dd.has-choise .custom-dd-title .title {
  color: #6283ff;
}
.modal .custom-dd-title .title:after {
  right: 1rem;
}
.dropup .dropdown-toggle::after {
  border-top: 0 !important;
  border-right: 4.5px solid transparent !important;
  border-bottom: 6px solid !important;
  border-left: 4.5px solid transparent !important;
}
.bootstrap-select > .dropdown-toggle:after {
  border-top: 6px solid #636379 !important;
  border-bottom: 0 !important;
}
.show > .btn-light.dropdown-toggle:after,
.bootstrap-select > .dropdown-toggle:active:after,
.bootstrap-select > .dropdown-toggle:focus:after {
  border-bottom: 0 !important;
  border-top: 6.25px solid #6283ff !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
  border: 1px solid #6283ff;
}
.show.bootstrap-select .btn-light:not(:disabled):not(.disabled):hover {
  border: 1px solid #6283ff;
  color: #9f9fb1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder[aria-expanded="true"]:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder[aria-expanded="true"],
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.custom-dd.d-block.active .custom-dd-title {
  border: 1px solid #6283ff;
  color: #9f9fb1;
}
.modal .custom-dd.d-block.active .custom-dd-title:hover {
  border: 1px solid #6283ff;
  color: #9f9fb1;
}
.fast-order {
  font-size: 1.25rem;
  font-weight: 600;
}
.fast-order a {
  color: #9f9fb1;
}
.fast-order a:hover,
.fast-order a.active {
  color: #6283ff;
}
.fast-order a + a:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #dcdde0;
  position: relative;
  top: 6px;
  margin: 0 8px;
}
.table-with-bottom {
  border-radius: 1rem;
}
.table.table-with-bottom table tr th:first-child,
.table.table-with-bottom table tr td:first-child {
  padding-left: 2rem;
}
.table.table-with-bottom table tr th:last-child,
.table.table-with-bottom table tr td:last-child {
  padding-right: 2rem;
}
.table.table-with-bottom thead tr th:first-child {
  border-top-left-radius: 1rem;
}
.table.table-with-bottom tfoot tr th:first-child {
  border-bottom-left-radius: 1rem;
}
.table.table-with-bottom tfoot tr th:last-child {
  border-bottom-right-radius: 1rem;
}
.table tfoot th {
  padding: 1.1rem 0.75rem;
}
.form-check ul {
  list-style: none;
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}
.form-check ul li {
  position: relative;
  display: block;
  padding-right: 1rem;
}
.with-child .dd-form-content .form-check {
  padding-right: 0;
}
.form-check ul.collapse .only-it {
  display: none !important;
}
.form-check label input:indeterminate + div:before {
  background: #6283ff;
  border: 1px solid #6283ff;
}
.form-check label input:indeterminate + div:after {
  content: "";
  width: 10px;
  height: 3px;
  background: #fff;
  top: calc(50% - 2px);
  left: 4px;
  display: block;
  position: absolute;
}
.form-check .more {
  position: absolute;
  top: 0;
  right: -3px;
  z-index: 9;
  padding: 0px 10px 0 0;
}
.form-check .more[data-toggle="collapse"]:after {
  border-top: 2px solid rgba(159, 159, 177, 0.8);
  border-right: 2px solid rgba(159, 159, 177, 0.8);
}
.form-check .more[data-toggle="collapse"]:hover:after {
  border-top: 2px solid #6283ff;
  border-right: 2px solid #6283ff;
}
.calendar-input {
  position: relative;
}
.calendar-input input {
  border: 1px solid #dcdde0;
  padding: 0.5rem 2rem 0.3rem 2.5rem;
  background: #fff url("/static/core/img/calendar.svg") no-repeat 1rem center;
  border-radius: 1.5rem;
  letter-spacing: -0.01em;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.5s;
  font-weight: 500;
  font-size: 0.875rem;
}
.calendar-input input:focus,
.calendar-input input:active,
.calendar-input input:hover {
  background: #fff url("/static/core/img/calendar-blue.svg") no-repeat 1rem
    center;
  color: #6283ff;
}
.time-input div.inp {
  border: 1px solid #dcdde0;
  padding: 0.5rem 2rem 0.3rem 2.5rem;
  background: #fff url("/static/core/img/time.svg") no-repeat 1rem center;
  border-radius: 1.5rem;
  letter-spacing: -0.01em;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.5s;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-block;
}
.time-input div.inp:focus,
.time-input div.inp:active,
.time-input div.inp:hover {
  background: #fff url("/static/core/img/time-blue.svg") no-repeat 1rem center;
  color: #6283ff;
}
.time-input .inp:after,
.calendar-input:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.7rem;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #9f9fb1;
  top: calc(50% - 3px);
  transition: all 0.5s;
  pointer-events: none;
}
thead .green-mark:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0bbc4f;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
thead .gray-mark:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9f9fb1;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
thead .red-mark:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5757;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
tbody span.blue {
  color: #6283ff;
}
.relative {
  position: relative;
}
.timer {
  color: #9f9fb1;
  font-weight: 500;
  font-size: 0.75rem;
  position: relative;
}
.timer div {
  display: inline-block;
  color: #6283ff;
  font-size: 1.25rem;
}
.timer > span {
  width: calc(100% - 40px);
  padding-left: 0.5rem;
  margin: auto 0;
}
.timer.disabled {
  color: #dcdde0;
}
.timer.disabled div {
  color: #dcdde0;
}
.select-view div {
  display: inline-flex;
  padding: 0.5rem;
  border: 2px solid #dcdde0;
  margin-top: 1rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.select-view div + div {
  margin-left: 0.9rem;
}
.select-view div img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.select-view div.active {
  border: 2px solid #6283ff;
}
.form-check-group {
  border: 1px solid #dcdde0;
  border-radius: 50px;
  padding: 4px;
}
.form-check-group label {
  padding: 0;
  font-size: 0.875rem;
  color: #9f9fb1;
}
.form-check-group label div:after,
.form-check-group label div:before {
  display: none !important;
}
.form-check-group label input + div {
  padding: 6px 10px 3px;
  text-align: center;
  color: #9f9fb1;
}
.form-check-group label input:checked + div {
  background: #e9ebff;
  border-radius: 50px;
  color: #6283ff;
}
.form-radio label {
  width: auto;
  margin-right: 1rem;
}
.form-check.form-radio label div:before {
  border-radius: 50%;
  border: 1px solid #dcdde0;
}
.form-check.form-radio label input:checked + div:before {
  border-radius: 50%;
  border: 1px solid #6283ff;
  background: #fff;
}
.form-check.form-radio label input:checked + div:after {
  content: "";
  display: block;
  border-radius: 50%;
  background: #6283ff;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 7px;
  position: absolute;
}
.s-step .h2 {
  color: #2d2d3b;
  margin: 2rem 0 1rem;
}
.bs-searchbox {
  padding: 0.5rem 1rem;
}
.bs-searchbox input {
  position: relative;
  z-index: 3;
  background: #fff url("/static/core/img/search.svg") no-repeat
    calc(100% - 1rem) center;
}
.dd-form-header.white {
  background: #fff;
  padding: 1.25rem 1.5rem 0rem;
}
.custom-dd-title.control {
  display: block;
  border: 1px solid #dcdde0;
  border-radius: 8px;
}
.custom-dd-title.control.is-invalid {
  display: block;
  border: 1px solid #ff5757;
  border-radius: 8px;
}
.custom-dd-title.control .title {
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-family: "Graphik LCG";
  font-size: 16px;
}
.custom-dd-title.control .title:after {
  border-top: 6.25px solid #636379 !important;
  border-bottom: 0 !important;
}
.custom-dd.active .custom-dd-title.control .title:after,
.custom-dd.has-choise .custom-dd-title.control .title:after {
  border-top: 6.25px solid #6283ff !important;
  border-bottom: 0 !important;
}
.custom-dd-title.control .disabled.title:after {
  border-top: 6.25px solid #dcdde0 !important;
}
.custom-dd:not(.has-choise) .custom-dd-title.control:hover {
  border: 1px solid #bdd0ff;
}
.has-choise .custom-dd-title.control .clear:after,
.has-choise .custom-dd-title.control .clear:before {
  top: 20px;
  left: 4px;
}
.control + .custom-dd-form .dd-form-content {
  max-width: 100%;
}
.custom-dd .control + .custom-dd-form {
  width: 100%;
  top: 100%;
}
.up.custom-dd .control + .custom-dd-form {
  width: 100%;
  top: auto;
  bottom: 100%;
}
.news-list .date {
  color: #9f9fb1;
  font-weight: 500;
  font-size: 0.75rem;
}
.news-list .image {
  display: block;
  text-align: center;
  margin-top: 3rem;
}
.news-list .title {
  margin-bottom: 1rem;
}
.news-list .title a {
  color: #2d2d3c;
  font-size: 1.125rem;
}
.news-list .text {
  font-weight: normal;
}
.news-list [data-toggle="collapse"] {
  margin-top: 1rem;
  display: inline-block;
  font-size: 0.875rem;
}
.news-list hr {
  margin: 1.5rem 0;
}
div.status {
  border-radius: 16px;
  border: 1px solid #dcdde0;
  margin-top: 1.5rem;
  padding: 2rem;
  height: calc(100% - 1.5rem);
}
div.status.active {
  background: #ffffff;
  border: 1px solid #dcdde0;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
}
.status .title {
  color: #2d2d3c;
  font-size: 1.25rem;
  font-weight: 600;
}
.status .info {
  color: #9f9fb1;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.status .descr {
  color: #9f9fb1;
  font-size: 0.875rem;
  font-weight: 500;
}
.status.active .descr {
  color: #2d2d3b;
}
.status ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.status ul li {
  position: relative;
  padding-left: 1.5rem;
}
.status ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #9f9fb1;
  border-radius: 50%;
}
.stat-label {
  background: #fff;
  background: #ffffff;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  color: #9f9fb1;
  font-size: 0.875rem;
  white-space: nowrap;
}
.status.active .stat-label {
  background: #e9ebff;
  color: #6283ff;
}
.status .stat-label svg path {
  fill: #9f9fb1;
}
.status.active .stat-label svg path {
  fill: #6283ff;
}
.head .status {
  margin-top: 0;
}
.fast-action.action.dropdown .nav-link.dropdown-toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #9f9fb1;
  top: 16px;
  transition: all 0.5s;
}
.fast-action.action.dropdown .dropdown-menu a.current:after {
  border-top: 6px solid #6283ff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 10px;
  display: none;
}
.fw600 {
  font-weight: 600;
}
.fast-action.action.dropdown.show .nav-link.dropdown-toggle:after {
  z-index: 1002;
  border-top: 6px solid #6283ff;
  transition: none;
}
.btn-action {
  cursor: pointer;
}
.mw-200 {
  max-width: 200px;
}
.mw-300 {
  max-width: 300px;
}
.minw-200 {
  min-width: 200px;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn-action {
  position: relative;
  display: block;
  width: 100%;
  min-width: 40px;
}
.btn-action input {
  display: none;
}
.btn-action input:checked + svg path,
.btn-action:focus svg path,
.btn-action:active svg path,
.btn-action:hover svg path {
  fill: rgba(98, 131, 255, 0.8);
}
.form-text {
  color: #9f9fb1;
  font-weight: 500;
  font-size: 0.875rem;
}
.pull-right {
  float: right;
}
.form-control[type="password"] {
  color: #bdd0ff;
  letter-spacing: 3px;
}
.form-control[type="password"]::placeholder {
  color: #a6a6bb;
  letter-spacing: 0;
}
.modal .form-text {
  color: #9f9fb1;
  font-weight: 500;
  font-size: 0.75rem;
}
.modal .invalid-feedback {
  color: #ff5757;
  font-weight: 500;
  font-size: 0.75rem;
}
.modal .valid-feedback {
  color: #0bbc4f;
  font-weight: 500;
  font-size: 0.75rem;
}
.input-group-append {
  display: flex;
  justify-content: center;
}
.input-group-append div {
  min-width: 30px;
}
.invalid-info {
  display: none;
  cursor: pointer;
}
.is-invalid + div + .input-group-append .invalid-info {
  display: block;
}
.is-valid + div + .input-group-append .show-pass,
.is-invalid + div + .input-group-append .show-pass {
  min-width: 14px;
}
.sucess-info {
  display: none;
}
.is-valid + div + .input-group-append .sucess-info {
  display: block;
}
.table thead th {
  white-space: nowrap;
}
.table td {
  border-top: 1px solid #dcdde0;
}
.ticket .title {
  font-weight: 500;
  font-size: 18px;
  color: #2d2d3b;
  margin-bottom: 1rem;
}
.content.empty {
  height: calc(100% - 2rem);
}
.ticket {
  padding: 2rem 0 0 0;
}
.empty .ticket {
  padding: 2rem;
}
.empty .ticket .descr {
  font-weight: 500;
  font-size: 16px;
  color: #9f9fb1;
}
.content:not(.empty) .ticket > .title {
  padding-left: 2rem;
}
.ticket-manager {
  background: #f3f5f9;
  padding: 1rem 2rem;
}
.ticket-manager .image {
  border-radius: 50%;
  overflow: hidden;
}
.ticket-manager .name {
  font-weight: 500;
  font-size: 18px;
  color: #2d2d3b;
}
.ticket-manager .dolz {
  font-weight: 500;
  font-size: 14px;
  color: #9f9fb1;
}
.ticket-contacts {
  padding: 1.5rem 1rem 0 1rem;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ticket-contacts a {
  display: inline-block;
  color: #636379;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0 1rem;
  position: relative;
}
.ticket-contacts > span {
  width: 2px;
  height: 24px;
  background: #dcdde0;
  display: block;
  margin: 4px auto auto;
}
.ticket-contacts a span {
  display: inline-flex;
  background: #f3f5f9;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
}
.ticket-contacts a span svg {
  margin: auto;
}
.ticket-list-item {
  padding-right: 1rem;
}
.ticket-list .info-title {
  background: #fff;
  color: #9f9fb1;
  border: 1px solid #dcdde0;
  border-radius: 50px;
  display: inline-block;
  padding: 0.2rem 0.75rem;
  font-weight: 500;
  font-size: 12px;
}
.ticket-list .info-title:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9f9fb1;
  margin-right: 4px;
  position: relative;
  top: 0px;
}
.ticket-list .info-count {
  background: #6283ff;
  box-shadow: 0px 4px 12px rgba(76, 126, 255, 0.24);
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 0.16rem 0.75rem;
  display: inline-block;
  margin: 0 5px auto;
}
.ticket-list .action.dropdown .nav-link {
  background: #fff7df;
  color: #e8d18c;
}
.ticket-list .action.dropdown .nav-link:before {
  background: #e8d18c;
}
.ticket-list .action.dropdown .nav-link[aria-expanded="true"]:before {
  z-index: 2000;
}
.ticket-list .action.dropdown .nav-link.dropdown-toggle::after {
  border-top: 2px solid #e8d18c;
  border-right: 2px solid #e8d18c;
  border-left: 0px solid #e8d18c;
  border-bottom: 0px solid #e8d18c;
}
.ticket-list
  .action.dropdown
  .nav-link.dropdown-toggle[aria-expanded="true"]::after {
  z-index: 2000;
}
.ticket-list .action.dropdown .dropdown-menu a.current {
  color: #e8d18c;
  background: #fff7df;
}
.ticket-list .action.dropdown .dropdown-menu a.current:before,
.ticket-list .action.dropdown .dropdown-menu a.current:after {
  display: none;
}
.ticket-list {
  overflow: auto;
  max-height: 800px;
}
.ticket-list-body {
  padding: 1rem 0 0;
}
.ticket-list-item {
  padding: 1rem 1rem 1.5rem 2rem;
  position: relative;
}
.ticket-list-item:hover {
  background: rgba(233, 235, 255, 0.5);
}
.ticket-list-item + .ticket-list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2rem;
  right: 1rem;
  border-top: 1px solid rgba(220, 221, 224, 0.5);
}
.ticket-list-body .title {
  font-weight: 500;
  font-size: 16px;
  color: #2d2d3b;
  margin-bottom: 0.4rem;
}
.ticket-list-body .time {
  font-weight: 500;
  font-size: 14px;
  color: #9f9fb1;
}
.ticket-list .action.dropdown.done .nav-link {
  background: #b6ebcb;
  color: #0bbc4f;
  padding-right: 1rem;
  pointer-events: none;
}
.ticket-list .action.dropdown.done .nav-link:after {
  display: none;
}
.ticket-list .action.dropdown.done .nav-link:before {
  background: #0bbc4f;
}
.ticket-list-item.gray {
  background: #f3f5f9;
}
.ticket-full {
  padding: 2rem 1.5rem 2rem 2rem;
}
.ticket-full .title {
  font-weight: 600;
  font-size: 20px;
  color: #2d2d3b;
  margin-bottom: 0.5rem;
}
.ticket-full .time {
  font-weight: 500;
  font-size: 14px;
  color: #9f9fb1;
}
.ticket-full-descr {
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.ticket-full-files a {
  border: 1px solid #dcdde0;
  border-radius: 50px;
  padding: 4px 12px;
  display: inline-block;
  font-size: 12px;
  color: #2d2d3b;
  margin: 0 0.5rem 0.5rem 0;
  background: #fff;
}
.ticket-full-files a svg {
  margin-right: 5px;
}
.ticket-full-info {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f3f5f9;
  margin-bottom: 1.5rem;
  padding-right: 1.9rem;
}
.ticket-full-answer {
  padding: 1.5rem 1rem;
  background: #f3f5f9;
  border-radius: 8px;
}
.ticket-full-answer .name {
  font-weight: 500;
  font-size: 14px;
  color: #2d2d3b;
  margin-bottom: 0.5rem;
}
.ticket-full-answer .date {
  font-weight: 500;
  font-size: 14px;
  color: #9f9fb1;
  margin-bottom: 1rem;
}
.ticket-full-answer .desr {
  font-size: 16px;
  color: #2d2d3b;
  font-weight: normal;
}
.ticket-full-answer .desr strong {
  font-weight: 500;
}
textarea + .input-action .input-action-done {
  background: transparent;
}
.modal textarea + .input-action .input-action-done {
  background: rgba(45, 45, 59, 0.8);
}
.textarea-box {
  border: 1px solid #dcdde0;
  border-radius: 8px;
}
.textarea-box textarea.form-control.with-files {
  padding-right: 60px;
  min-height: 65px;
  border: 1px solid #fff;
  border-radius: 8px;
  resize: none;
}
.with-files + .input-files {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #f3f5f9;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
}
.with-files + .input-files svg {
  margin: auto;
}
.with-files + .input-files:hover {
  background: #e9ebff;
}
.with-files + .input-files:hover svg path {
  fill: #6283ff;
}
.ticket-full-new-message {
  background: rgba(233, 235, 255, 0.5);
  border-radius: 8px;
  padding: 1.5rem 1rem 1rem 1rem;
  margin-left: 1.5rem;
  width: calc(100% - 1.5rem);
}
.ticket-full-new-message .date {
  font-weight: 500;
  font-size: 14px;
  color: #9f9fb1;
  margin-bottom: 1rem;
}
.ticket-full-new-message .desr {
  font-weight: normal;
}
.ticket-list-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.ticket-list-info .dropdown {
  margin-left: auto;
}
.mh-800 {
  max-height: 800px;
}
.dropZone {
  text-align: center;
  width: 100%;
  padding: 2rem 0;
  background: #ffffff;
  border: 1px solid #dcdde0;
  border-radius: 8px;
  font-size: 1rem;
  color: #9f9fb1;
  min-height: 171px;
}
.file-box {
  min-height: 85px;
}
.dropZone input {
  display: none;
}
.dropZone .image {
  background: url("/static/core/img/upload.png") no-repeat center;
  height: 60px;
}
.ticket-full-files {
  min-height: 84px;
  text-align: left;
  padding-left: 0;
}
.ticket-full .ticket-full-files {
  min-height: inherit;
}
.dropZone.hover .image {
  background: none;
}
.dropZone.error {
  background: #fff;
  border-color: #ff5757;
  color: #ff5757;
}
.dropZone.drop .image {
  display: none;
}
.col-form-label span {
  color: #a6a6bb;
}
.hold-info {
  font-weight: 600;
  font-size: 14px;
  color: #9f9fb1;
  display: flex;
}
.hold-info span {
  font-weight: 500;
}
.hold-info span + span {
  margin-left: 1rem;
}
.content-hold {
  padding: 2rem 1.5rem 1rem 1.5rem;
}
.min-h-100 {
  min-height: calc(100% - 1.5rem);
}
.content.graf-content {
  padding: 2rem;
}
#legend li {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 500;
  font-size: 12px;
  border-radius: 50px;
  padding: 0.2rem 12px.2rem 12px;
  cursor: pointer;
}
#legend ul {
  margin: 0;
}
#legend li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
li[style="background-color: rgba(201, 214, 255, 0);"]:before {
  background: #4b75ff;
}
li[style="background-color: rgba(201, 214, 255, 0);"] {
  color: #4b75ff;
  background: rgba(201, 214, 255, 1) !important;
}
li[style="background-color: rgb(255, 247, 223);"]:before {
  background: #e8d18c;
}
li[style="background-color: rgb(255, 247, 223);"] {
  color: #e8d18c;
}

li[style="background-color: rgb(182, 235, 203);"]:before {
  background: #0bbc4f;
}
li[style="background-color: rgb(182, 235, 203);"] {
  color: #0bbc4f;
}
#legend ul {
  padding: 0;
}
#legend li.hidden {
  opacity: 0.5;
}
#chartjs-tooltip {
  background: rgba(51, 51, 51, 1);
  color: #fff;
  border-radius: 8px;
  padding: 1rem !important;
  font-size: 0.875rem !important;
  font-family: "Navigo" !important;
}
#chartjs-tooltip thead {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
#chartjs-tooltip tr {
  display: block;
}
#chartjs-tooltip tr + tr {
  margin-top: 5px;
}
.ref-url svg {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.offer-slider {
  font-size: 14px;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.offer-slider .slick-slide > div {
  border: 1px solid #dcdde0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 1rem;
  margin: 0 0.5rem;
  width: 100%;
}
.offer-slider .title {
  font-weight: 500;
  font-size: 18px;
  color: #6283ff;
  margin-bottom: 4px;
}
.offer-slider .date {
  font-weight: 500;
  font-size: 12px;
  color: #9f9fb1;
  margin-bottom: 1.2rem;
}
.offer-slider .info {
  font-weight: 600;
  font-size: 14px;
  color: #9f9fb1;
}
.offer-slider img {
  margin-left: auto;
}
.offer-slider .line-through {
  font-size: 12px;
  text-decoration: line-through;
}
.offer-slider a {
  display: inline-block;
  word-break: break-word;
}
.offer-table {
  width: 100%;
}
.offer-table table {
  width: 100%;
}
.offer-table tbody tr:hover,
.offer-table tr.blue {
  background: #fff;
}
.slick-track {
  display: flex;
  margin-bottom: 10px;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
}
.slider-nav {
  display: flex;
  margin-left: auto;
  margin-top: -10px;
}
.slider-nav > div {
  border: 1px solid rgba(220, 221, 224, 0.5);
  box-sizing: border-box;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
}
.slider-nav > div:hover {
  border: 1px solid rgba(220, 221, 224, 1);
}
.slider-nav > div + div {
  margin-left: 4px;
}
.slider-nav > div svg {
  margin: auto;
}
.slider-nav > div svg path {
  fill: rgba(99, 99, 121, 1);
}
.slider-nav > div:hover svg path {
  fill: rgba(99, 99, 121, 1);
}
.content-hold .table {
  border-radius: 0.5rem;
}
.content-hold .table table tr th:first-child,
.content-hold .table table tr td:first-child {
  padding-left: 0.75rem;
}
.content-hold .table table tr th:last-child,
.content-hold .table table tr td:last-child {
  padding-right: 0.75rem;
}
.content-hold .table thead {
  font-size: 13px;
}
.d-news {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #dcdde0;
  margin-bottom: 1rem;
}
.d-news .title {
  margin-bottom: 0.5rem;
}
.d-news .title a {
  color: #2d2d3b;
  font-weight: 500;
  font-size: 14px;
}
.content.row.mx-0 > div {
  width: 100%;
}
.d-news .date {
  font-weight: 500;
  font-size: 14px;
  color: #9f9fb1;
}
.d-news .status {
  margin-bottom: 0.5rem;
}
td.py-0 {
  padding: 0 0.75rem;
  vertical-align: middle;
}
.content span.status.gray.light {
  background: #fff;
  color: #9f9fb1;
  border: 1px solid #dcdde0;
}
#header .dropdown-menu {
  padding: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  min-width: 350px;
  right: 0;
  left: auto;
  margin-top: 0.5rem;
}
#header .dd-header {
  background: #f3f5f9;
  padding: 1.5rem;
}
#header .dd-header .name {
  font-weight: 500;
  font-size: 18px;
  color: #2d2d3b;
  margin-bottom: 0.3rem;
}
#header .dd-header .info {
  font-weight: 500;
  font-size: 14px;
  color: #636379;
  margin-bottom: 0.75rem;
}
.mobile-page .stat a,
#header .dd-header .status {
  display: inline-block;
  padding: 0.2rem 1rem 0.2rem 1.5rem;
  position: relative;
  border-radius: 1rem;
  font-weight: 500;
  background: #4b75ff;
  color: #fff;
}
#header .dd-header .status:hover {
  background: #4b75ff !important;
  color: #fff !important;
}
.mobile-page .stat svg,
#header .dd-header .status svg {
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.mobile-page .stat .status:before,
#header .dd-header .status:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0.7rem;
  top: calc(50% - 4px);
  position: absolute;
  background: #e8d18c;
}
#header .dd-body {
  padding: 1rem 1.5rem;
}
#header .dd-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header .dd-body ul li {
  margin: 0;
}
#header .dd-body ul li a {
  padding: 0.3rem 0;
  display: block;
}
#header .dropdown .dropdown-menu a:hover {
  background: transparent;
  color: #4b75ff;
}
#header .gray {
  color: #9f9fb1;
}
.navbar-main .navbar-nav.nav-second li {
  position: relative;
}
#header .dropdown .image {
  border-radius: 50%;
  overflow: hidden;
}
#header .dropdown .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f5f9;
  display: inline-flex;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#header .dropdown .icon svg {
  margin: auto;
}
#header .money {
  font-weight: 600;
  font-size: 20px;
  color: #636379;
  margin: 0.3rem 0;
}
.head-table {
  font-weight: 500;
  font-size: 16px;
  color: #636379;
  width: 100%;
}
.head-table table {
  width: 100%;
}

#header .dd-header .money-detail {
  font-size: 17px;
  font-weight: 600;
  color: #636379;
  margin: 0.3rem 0;
}

#chartjs-tooltip td > span:first-of-type {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#chartjs-tooltip td[data-class="rgba(201, 214, 255, 0)"] > span:first-of-type {
  background: rgba(201, 214, 255, 1) !important;
}
#chartjs-tooltip th,
#chartjs-tooltip td {
  font-family: "Graphik LCG";
}
.d-buttons {
  border: 1px solid #dcdde0;
  box-sizing: border-box;
  border-radius: 50px;
  margin-left: auto;
  padding: 4px;
  display: inline-block;
}
.d-buttons > div {
  border-radius: 50px;
  color: #9f9fb1;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 5px 12px;
  cursor: pointer;
}
.d-buttons > div.active {
  color: #6283ff;
  background: #e9ebff;
}
.slick-prev {
  left: 5px;
  z-index: 999;
}
.slick-next {
  right: 5px;
  z-index: 999;
}
.slick-prev:before,
.slick-next:before {
  color: #6283ff;
}
.color-636379 {
  color: #636379 !important;
}
.mobile-menu {
  position: fixed;
  width: 260px;
  height: 100vh;
  background: #fff;
  top: 0;
  left: -280px;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s;
}
.mobile-navbar-show {
  overflow: hidden;
}
.mobile-navbar-show:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: hsla(240, 13%, 20%, 0.5);
  z-index: 9990;
}
.mobile-navbar-show .mobile-menu {
  left: 0;
  transition: all 0.5s;
}
.mobile-nav {
  background: #6283ff;
  padding: 1rem;
}
.mobile-nav a {
  color: #fff;
}
.mobile-nav .icon {
  display: inline-flex;
  background: #4b75ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.5rem !important;
}
.mobile-nav .icon svg {
  margin: auto;
}
.mobile-nav .nav-link {
  display: flex;
  position: relative;
  padding: 6px 10px 6px 0;
}
.mobile-nav .nav-link span {
  margin: auto 0;
}
.mobile-nav .nav-link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #bdd0ff;
  border-right: 2px solid #bdd0ff;
  transform: rotate(45deg);
  position: relative;
  top: 1.4rem;
  right: 0;
  position: absolute;
}
.mobile-nav .user .nav-link .icon {
  border: 2px solid #dfc471;
}
.mobile-nav-second ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav-second ul li a {
  color: #636379;
}
.mobile-nav-second ul li.active a {
  border-left: 3px solid #6283ff;
  color: #6283ff;
}
.mobile-page {
  background: #fff;
  position: fixed;
  top: 0;
  left: -280px;
  bottom: 0;
  width: 260px;
  z-index: 1;
  color: #2d2d3b;
  transition: all 0.5s;
}
.mobile-navbar-show .mobile-page.active {
  left: 0;
  transition: all 0.5s;
}
.mobile-page-head {
  background: #f3f5f9;
  padding: 1.5rem 1rem;
}
.mobile-page-head .back {
  color: #6283ff;
  font-weight: 500;
}
.mobile-page-head .back svg {
  position: relative;
  top: -2px;
  margin-right: 0.5rem;
}
.mobile-page-head .ava {
  margin-top: 1rem;
}
.mobile-page-head .ava img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.mobile-page-head .name {
  font-size: 1.125rem;
  margin-top: 1rem;
}
.mobile-page-head .dolz {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: #9f9fb1;
}
.mobile-page-body {
  padding: 0.5rem 1rem;
}
.mobile-page-body a {
  color: #636379;
  display: flex;
  margin: 1rem 0;
}
.mobile-page-body a span {
  margin: auto 0;
}
.mobile-page-body a .icon {
  display: inline-flex;
  background: #f3f5f9;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 0.5rem !important;
}
.mobile-page-body a .icon svg {
  margin: auto;
}
.mobile-page-body a.gray {
  color: #9f9fb1;
}
.mobile-page .stat {
  margin-top: 0.75rem;
}
.mobile-page .stat a {
  color: #fff;
  background: #6283ff;
}
.ballance {
  color: #6283ff;
  font-weight: 600;
  margin: 0.5rem 0 1rem;
  font-size: 1.25rem;
}
.navbar-main .navbar-nav.nav-second li.bar svg {
  position: relative;
  top: -3px;
}
.mobile-menu-close {
  position: fixed;
  top: 0.5rem;
  left: calc(260px + 1rem);
  z-index: 9999;
  display: none;
}
.mobile-menu-close:after,
.mobile-menu-close:before {
  content: "";
  border-top: 3px solid #fff;
  width: 16px;
  transition: all 0.2s;
  display: block;
  transform: rotate(45deg);
  top: 1.5rem;
  right: -1.5rem;
  position: absolute;
}
.mobile-menu-close:after {
  transform: rotate(-45deg);
}
.mobile-navbar-show .mobile-menu-close {
  display: block;
}
.custom-dd-boxed {
  display: flex;
}
.custom-dd.has-choise .custom-dd-title .title {
  white-space: nowrap;
}
.form-check-label.has-children {
  padding-right: 45px !important;
}
.fast-order .dropdown > a {
  padding: 0 2rem 0 0;
  border: none !important;
  color: #6283ff;
}
.fast-order .dropdown > a:after {
  top: 11px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #9f9fb1;
}
.mobile-nav-second {
  padding-top: 2.5px;
}
.mobile-nav-second .nav-item {
  margin: 6px 0;
}
.dd-table a:after {
  display: none;
}
.dd-table .dropdown > a {
  padding: 0;
  border: none !important;
}
.custom-dd-title.control .title.disabled {
  pointer-events: none;
  color: #dcdde0;
}
tr,
th {
  white-space: nowrap;
}
.custom-cols .content {
  margin-bottom: 1.5rem;
}
.content-hold.min-h-100 .row {
  min-width: 100%;
}
.s-377 {
  width: 377px;
  max-width: 100%;
}
.short-manager .mb-2 {
  padding-left: 40px;
  position: relative;
  min-height: 40px;
  color: #636379;
}
.short-manager .mb-2 img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.time-box {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(45, 45, 59, 0.24);
  border-radius: 16px;
  min-width: 250px;
  display: none;
  overflow: hidden;
}
.time-box.active {
  display: block;
  z-index: 100500;
}
.time-box .time-header {
  background: #f3f5f9;
  padding: 1.5rem 1.5rem 1rem;
  font-weight: 500;
  font-size: 18px;
}
.time-box .time-header > div:first-of-type {
  margin-bottom: 1rem;
  padding-right: 1rem;
}
.time-box .time-header > div > div {
  font-weight: 500;
  font-size: 12px;
  color: #636379;
  cursor: pointer;
}
.time-box .time-header > div > div.active {
  color: #6283ff;
}
.time-box .time-body {
  padding: 1rem 1.5rem;
  text-align: center;
}
.time-box input {
  width: 42px;
  border: 1px solid #dcdde0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
  height: 32px;
  color: #9f9fb1;
}
.time-box .time-body > div > div {
  margin: auto 0;
}
.time-box .up,
.time-box .down {
  cursor: pointer;
}
.time-box input::-webkit-outer-spin-button,
.time-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.time-box input[type="number"] {
  -moz-appearance: textfield;
}
.time-box .close {
  position: absolute;
  margin: 0;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
.time-box .close svg {
  width: 13px;
  height: 13px;
}
.width-hide {
  position: relative;
  max-width: 145px;
  display: block;
  white-space: nowrap;
  padding-right: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-dd .dd-form-content .form-check-label:before,
.width-hide:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 22px;
  background: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 89.71%
  );
  width: 48px;
  z-index: 2;
}
.custom-dd .dd-form-content .form-check-label:before {
  right: 0;
}
tr:hover .width-hide:before {
  background: linear-gradient(
    270deg,
    #f4f5ff 0%,
    rgba(244, 245, 255, 0) 89.71%
  );
}
.width-hide.with-tog {
  cursor: pointer;
}
.width-hide.with-tog:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #9f9fb1;
  border-right: 2px solid #9f9fb1;
  transform: rotate(135deg);
  position: relative;
  top: 2px;
  margin-left: 0;
  position: absolute;
  right: 3px;
}
.table-show .width-hide.with-tog:after {
  transform: rotate(-45deg);
  top: 7px;
}
.hide-tr {
  display: none;
}
.tr-show {
  display: table-row;
}
.table-show {
  background: #fff !important;
}
.table-show td {
  border-color: #fff;
}
.table-show .width-hide:before {
  background: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 89.71%
  ) !important;
}
.table-show + .hide-tr td {
  border-color: #fff;
}
.tr-show .width-hide {
  margin-right: 0;
  padding-right: 0;
}
.tr-show .width-hide:before {
  right: 0;
}
.table table.fs-12 {
  font-size: 0.75rem;
}
.modal .active .custom-dd-form .dd-form-content {
  max-height: 300px !important;
}
.modal .up .custom-dd-form.with-search.d-flex.flex-column {
  margin-bottom: 2px !important;
}
.ellipsis {
  text-overflow: ellipsis;
}
.p-404 {
  text-align: center;
  min-height: calc(100vh - 72px);
}
.p-404 lottie-player {
  max-width: 280px;
  margin: auto;
  max-height: 200px;
  margin-top: 72px;
  margin-bottom: 2rem;
}
.p-404 h1 {
  font-size: 72px;
  margin-bottom: 1rem;
}
.p-404 .h2 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 8px;
}
.p-404 .h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
  color: #636379;
}
#add_pb a[data-toggle="collapse"]:after {
  display: none;
}
.top-banner {
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.top-banner .info {
  font-size: 18px;
  margin-bottom: 1.5rem;
  font-weight: normal;
  line-height: 115%;
}
.top-banner .text {
  font-weight: 500;
  font-size: 36px;
  line-height: 115%;
}
.top-banner img {
  max-width: 192px;
}
.top-banner .col-lg-3 {
  margin-top: -30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ticket-contacts > span.omg-2 {
    display: none;
  }
  .hold-count {
    font-size: 1.5rem;
  }
  .custom-cols .col-xl-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .custom-cols .col-xl-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .ticket-contacts > span {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
  .content-footer {
    margin-bottom: 1.5rem;
  }
  .table-fixed-col {
    position: initial;
  }
  .table-fixed-col table {
    margin-left: 100px;
  }
  .table-fixed-col tr > th:first-of-type,
  .table-fixed-col tr > td:first-of-type {
    position: absolute;
    width: 100px;
    left: 1rem;
    top: auto;
    margin-top: 0;
    background: #f3f5f9;
    z-index: 9;
  }
  .table-fixed-col tr > td:first-of-type {
    background: #fff;
    border-top: 1px solid #dee2e6;
  }
  .table-fixed-col tr:hover > td:first-of-type,
  .table-fixed-col tr:hover > th:first-of-type {
    background: #f4f5ff;
  }
  .table-fixed-col tr:first-of-type td {
    border-top: 0px solid #dee2e6;
  }
  .table-fixed-col table {
    min-width: calc(100% - 100px);
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  #stats .col-sm-8.mb-4.text-center.text-sm-right {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center !important;
  }
  #page_5 .content.p-4 {
    height: calc(100% - 1.5rem);
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ticket-contacts > span {
    display: none;
  }
  .ticket-manager .btn-blue-dark {
    width: 100%;
  }
  .page-menu a {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .page-header h1 {
    margin-bottom: 0.7rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ticket-contacts > span.omg-2 {
    display: inline-block;
  }
  #page_5 .content.p-4 {
    height: calc(100% - 1.5rem);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .mr-sm-md-0 {
    margin-right: 0 !important;
  }
  .ml-sm-md-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .d-md-inline-block.max-w-300.btn-blue-dark {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .text-xxl-right {
    text-align: right !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .col-xl-3-26 {
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
  }
  .col-xl-9-74 {
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
    max-width: 74%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-xxl-33 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .col-xxl-22 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .d-xxl-block {
    display: block !important;
  }
  #stats .m-image {
    display: none;
  }
  .ml-xxl-auto {
    margin-left: auto;
  }
  .page-menu a {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .modal-580 {
    max-width: 580px;
    width: 580px;
  }
}
@media (min-width: 992px) {
  .dd-table {
    display: none;
  }
  .dd-table + th,
  .dd-table + td {
    padding-left: 45px !important;
  }
}
@media (min-width: 1200px) {
  .modal-md.modal-dialog {
    width: 500px;
  }
  .col-xl-3-26 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-xl-9-74 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .custom-dd .custom-dd-form {
    width: 350px;
  }
}
@media (max-width: 1399px) {
  #stats .m-image {
    position: absolute;
    width: 35px;
    top: -5px;
    right: 0;
  }
  #stats .m-image svg {
    width: 100%;
    height: auto;
  }
  .status .title,
  .status .info {
    padding-right: 20px;
  }
  .w-xxl-100 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  #page_7 .p-20 {
    padding: 2rem;
  }
}

@media (min-width: 1000px) {
  li.nav-item.bar {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .table-fixed-col:after,
  .table-fixed-col:before {
    content: "";
    display: block;
    width: 12px !important;
    height: 12px;
    background: url("/static/core/img/123.png") no-repeat;
    position: absolute;
    bottom: 11px;
    z-index: 99;
  }
  .table-fixed-col:before {
    right: 1rem;
    transform: rotate(180deg);
  }
  .table-fixed-col:after {
    left: 1rem;
    transform: rotate(270deg);
  }
  .navbar-main {
    padding: 0.6rem 0;
  }
  .navbar-offcanvas {
    background: #6283ff url("/static/core/img/logo.svg") no-repeat center 1rem;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    z-index: 9999;
    padding-top: 70px;
    height: 100vh;
    overflow: auto;
    transform: translate(-280px, 0px);
    transition: all 0.5s;
  }
  .navbar-show .navbar-offcanvas {
    transform: translate(0px, 0px);
    transition: all 0.5s;
  }
  .navbar-main .navbar-nav.nav-main .nav-link {
    padding: 0.3rem 1rem;
  }
  .navbar-show:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 900;
  }
  .modal-md.modal-dialog {
    max-width: 450px;
  }
  .navbar-nav .balance .dropdown-menu {
    position: absolute;
  }
  .ticket-manager .col-2 {
    max-width: 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
  .ticket-manager .btn-blue-dark {
    margin-top: 1rem;
  }
  .modal .custom-dd .dd-form-content .form-check-label:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .alert-fixed {
    left: 0;
    right: 0;
  }
  .p-404 .h2 {
    font-weight: 600;
  }
  .p-404 lottie-player {
    margin-top: 2rem;
  }
  .ticket-manager .btn-blue-dark {
    margin-top: 0;
  }
  .pager .dropdown-toggle {
    padding: 0;
  }
  .container {
    max-width: 100%;
  }
  .table.table-with-bottom table tr th:first-child,
  .table.table-with-bottom table tr td:first-child {
    padding-left: 1.5rem;
  }
  .page-menu-box {
    width: 100%;
  }
  .page-header h1 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .table table tr th:first-child,
  .table table tr td:first-child {
    padding-left: 0.75rem;
  }
  .table table tr th:last-child,
  .table table tr td:last-child {
    padding-right: 0.75rem;
  }
  .table table tr th:first-child,
  .table table tr td:first-child {
    padding-left: 35px;
  }
  .table table tr th:last-child,
  .table table tr td:last-child {
    padding-right: 35px;
  }
  .table:after,
  .table:before {
    width: 1.5rem;
  }
  .page-menu-box select {
    padding: 0.5rem 1rem;
    width: 100%;
    margin-bottom: 1rem;
    border: none;
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: lowercase;
    color: #6283ff;
    padding: 0.5rem 0;
    background: #fff;
  }
  .page-menu-box select option {
    font-size: 1rem;
    color: #2d2d3b;
  }
  .page-header h1 {
    font-size: 1.5rem;
    display: inline-block;
    font-weight: 600;
  }
  .fast-order {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: -2px;
  }
  .page-menu a {
    font-size: 1rem;
    padding: 0.5rem 1rem 3px;
    margin: auto;
  }
  .page-menu-box.dropdown > a {
    font-size: 1.5rem;
    color: #6283ff;
    border: none;
    padding: 0rem 2rem 0rem 0.5rem;
    text-transform: lowercase;
  }
  .page-menu li {
    display: block;
  }
  .s-table + .content-footer {
    margin-top: -1rem;
  }
  .s-table {
    padding-bottom: 1rem;
  }
  .fast-order a + a:before,
  .fast-order > a {
    display: none;
  }
  .content {
    background: #ffffff;
    border: 1px solid #dcdde0;
    box-shadow: none;
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
  .table-fixed-col:after,
  .table-fixed-col:before {
    display: none;
  }
  tr > td > .edit-buttons {
    display: none;
  }
  .table table tr th.dd-table:first-child,
  .table table tr td.dd-table:first-child {
    padding-left: 18px !important;
  }
  .hide-last-one.table table tr th:last-child,
  .hide-last-one.table table tr td:last-child {
    display: none !important;
  }
  .table {
    margin-bottom: 1.5rem;
    padding-bottom: 0;
  }
  .table.s-table {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .content-footer .d-lg-inline-block {
    margin: 1.5rem auto !important;
  }
  .s-table + .content-footer > .d-lg-inline-block {
    margin: 2.5rem auto 1.5rem !important;
  }
  .navbar-main {
    padding: 5px 0;
  }
  .navbar-main .navbar-nav.nav-second .nav-link {
    background: transparent !important;
    border-color: transparent !important;
  }
  .table.yes-no th,
  .table.yes-no td {
    padding-left: 45px !important;
  }
  .time-box {
    left: 0;
    right: auto;
  }
  .content-footer .mb-4 {
    display: block;
    text-align: right;
  }
  #stats div.status {
    padding: 1.5rem 1rem;
  }
  .table.yes-no td {
    white-space: normal;
  }
  #stats .m-image {
    right: 1rem;
  }
  .w-lg-100 {
    width: 100%;
  }
  .p-404 h1 {
    font-size: 50px !important;
    margin-bottom: 1rem;
  }
  .p-404 .h2 {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .d-block-850 {
    display: block;
  }
}
@media (max-width: 767px) {
  .ticket-manager,
  .p-20 {
    padding: 1.5rem 1rem;
  }
  .pad-sm-0 {
    padding: 0;
  }
  .content.p-4 {
    padding: 1.5rem 1rem !important;
    height: auto;
  }
  .table table tr th:first-child,
  .table table tr td:first-child {
    padding-left: 24px;
  }
  .table {
    margin-bottom: 1.5rem;
    padding-bottom: 0;
  }
  .content-footer .btn-blue {
    display: block;
    margin: auto;
  }
  .custom-dd-boxed {
    width: 100%;

    padding-bottom: 0;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
  }
  .ticket-contacts > span {
    display: none;
  }
  .modal-header .close {
    top: 1rem;
    right: 1rem;
  }
  .modal-header .close path {
    fill: #9f9fb1;
  }
  .page-menu-box.dropdown > a {
    text-transform: none;
    color: #6283ff;
    border-bottom: 4px solid #6283ff;
    text-decoration: none;
    border-radius: 0;
  }
  .page-menu-box .dropdown-menu {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: calc(100vw - 2rem);
    max-width: 400px;
  }
  .page-menu-box.dropdown > a:hover {
    border: none;
    border-bottom: 4px solid #6283ff;
  }
  h1 + .page-menu-box {
    margin-bottom: 0;
  }
  .custom-dd-form {
    transition: none;
  }
  /*
	.custom-dd {
		position: initial;
	}
	*/
  .order-form {
    position: relative;
  }
  .news-list .image {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  .custom-dd-form.d-flex.flex-column {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2999;
    border-radius: 0;
    margin: 0 !important;
    width: 100%;
  }
  .active.custom-dd .custom-dd-form {
    max-height: 100%;
    padding-bottom: 65px;
  }
  .dd-form-content {
    max-height: inherit;
    height: calc(100% - 240px);
  }
  .dd-form-header .close {
    display: none;
  }
  .custom-dd-boxed {
    flex-wrap: wrap;
  }
  .content.no-bg {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .content.no-bg .empty thead {
    display: none !important;
  }
  .content.no-bg .empty td {
    padding: 0 !important;
  }
  .only-it {
    display: none;
  }
  .dd-form-footer {
    padding: 0.75rem 1rem;
    border-top: 1px solid #dcdde0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .dd-form-content .form-check {
    padding-right: 1rem;
  }
  .content.graf-content {
    padding: 1.5rem 1rem;
  }
  .content-hold {
    padding: 1.5rem 1rem;
  }
  .content-hold .table {
    width: 100%;
  }
  .content.p-20 {
    padding: 1.5rem 1rem;
  }
  .ticket-manager .image {
    margin-bottom: 0;
    width: 40px;
  }
  .ticket-manager .btn-blue-dark {
    width: 100%;
    margin-top: 0;
  }
  .empty .ticket .title {
    padding-left: 0 !important;
  }
  .ticket {
    padding: 1.5rem 0 0 0;
  }
  .ticket-list-item {
    padding-left: 1rem;
  }
  .modal-header {
    padding-right: 2rem;
  }
  .modal-header .close {
    top: 1.8rem;
    right: 1rem;
  }
  .empty .ticket,
  .content.my-4.ticket-full,
  .content > .p-4 {
    padding: 1.5rem 1rem !important;
  }
  .news-list .date {
    font-weight: 500;
    font-size: 14px;
    color: #9f9fb1;
  }
  .btn-blue-dark + .alert {
    display: none !important;
  }
  .ticket-full-info {
    padding-left: 0;
    padding-right: 1rem;
  }
  .content:not(.empty) .ticket > .title {
    padding-left: 1rem;
  }
  .modal .custom-dd-form.with-search.d-flex.flex-column {
    position: absolute;
    top: 100%;
    bottom: auto;
  }
  .modal .up .custom-dd-form.with-search.d-flex.flex-column {
    position: absolute;
    top: auto;
    bottom: 100%;
  }
  .modal .active.custom-dd .custom-dd-form {
    max-height: inherit;
  }
  .modal .dd-form-footer {
    display: none !important;
  }
  .modal .up .custom-dd-form.with-search.d-flex.flex-column {
    border-radius: 1rem;
  }
  .modal .custom-dd-form.with-search.d-flex.flex-column {
    padding-bottom: 0;
  }
  .ticket-contacts a {
    padding: 0 1rem 0 0;
  }
  .news-list .image {
    position: absolute;
    right: 1rem;
    top: -0.2rem;
    width: 30px;
  }
  .news-list .head {
    padding-right: 30px;
    min-height: 1.5rem;
  }
  #page_7 .p-20 {
    padding: 1.5rem 1rem;
  }
  #page_5 .content.p-4 {
    margin-bottom: 1.5rem;
  }
  .top-banner {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .top-banner .info {
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .top-banner .text {
    font-weight: 500;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .content-footer {
    display: block;
    text-align: center;
  }
  .ticket-manager .btn-blue-dark {
    width: 100%;
    margin-top: 1rem;
  }
  #legend {
    width: 100%;
  }
  .select-view {
    display: none;
  }
  .ticket-full .ticket-full-files {
    padding-left: 0;
  }
  .table.yes-no td {
    white-space: normal;
    max-width: 90vw;
    line-height: 1.1;
    padding-left: 45px !important;
  }
  .modal-content {
    padding: 1.5rem 1rem;
    margin: 2rem 0;
  }
  .check-phone-btn,
  .timer {
    margin-top: 1rem;
  }
  .offer-logo .btn-blue-dark {
    width: 100%;
  }
  .order-form .ml-sm-auto {
    width: 100%;
  }
  .offer-logo.p-20 {
    padding: 1rem;
  }
  .s-377 {
    width: 100%;
    max-width: 100%;
  }
  #page_3_4 .btn.btn-blue {
    width: 100%;
  }
  .offer-logo .image {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
  }
  .offer-logo .image img {
    max-width: 100px;
  }
  .offer-slider img {
    margin-left: auto;
    margin-top: -0.2rem;
    margin-bottom: 0.2rem;
  }
  .slider-nav {
    display: flex;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 1rem;
  }
  .h2.d-flex > span {
    margin: auto 0;
  }
  .d-buttons {
    margin-left: 0;
    margin-top: 1rem;
  }
  .like-modal.active.custom-dd .custom-dd-form {
    width: calc(100vw - 2rem);
    top: 1rem;
    position: fixed;
    left: 1rem;
    max-height: calc(100vh - 2rem);
    z-index: 999;
    transition: none;
  }
  .like-modal.custom-dd.active {
    z-index: 999;
  }
  .no-scroll {
    overflow: hidden;
  }
  .no-scroll:before {
    content: "";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 45, 59, 0.6);
    z-index: 990;
  }
  .like-modal .dd-form-content {
    max-height: calc(100vh - 180px);
  }
  .dd-form-content {
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
  }
  .modal .dd-form-content {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }
  .pager {
    color: #8f8f9d;
  }
  .navbar-main .navbar-nav.nav-second .balance .nav-link {
    font-size: 0;
    padding: 0.6rem 0 0.6rem 0px;
    width: 40px !important;
  }
  .navbar-main .balance .dropdown-toggle::after {
    display: none;
  }
  .navbar-main .navbar-nav.nav-second .balance .nav-link:before {
    background: url(/img/money.svg) no-repeat center center;
  }
  .order-form {
    margin: 1.5rem 0 1rem;
  }
  .custom-dd {
    margin-right: 0.3rem;
  }
  .custom-dd + .custom-dd {
    margin-left: 0;
  }
  .page-menu-box.dropdown > a,
  .page-menu-box select {
    font-size: 1.3rem;
  }
  .drp-selected {
    display: block !important;
    margin-bottom: 0.5rem;
  }
  #stats .status {
    margin-top: 1.5rem;
    padding: 1.5rem;
    height: calc(100% - 1.5rem);
  }
  table .status {
    margin-top: 0;
  }
  .ticket-contacts a {
    padding: 0;
  }
  .ticket-list-info .dropdown {
    float: none;
    margin-bottom: 0.5rem;
  }
  .ticket-list-info span {
    margin-bottom: 0.5rem;
  }
  .ticket-list-body {
    padding: 0.5rem 0 0;
  }
  .ticket-list-item {
    padding: 1rem 1rem 1.5rem 1rem;
  }
  .mh-800,
  .ticket-list {
    overflow: auto;
    max-height: inherit;
  }
  .navbar-main .navbar-nav.nav-second li {
    position: initial;
  }
  #header .dropdown-menu {
    min-width: 100%;
  }
  #header .dd-header .status {
    margin-top: 0;
  }
  #header .dropdown-menu {
    margin-top: -0.5rem;
  }
  .dd-form-footer {
    padding: 0.75rem 1rem;
    border-top: 1px solid #dcdde0;
  }
  .max-w-xs-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .calendar-input {
    margin-bottom: 0.5rem;
  }
  .calendar-input input {
    width: 100%;
    text-align: center;
  }
  .all-readed {
    text-align: center;
    width: 100%;
  }
  .ticket-list-info .ml-sm-auto.d-flex {
    width: 100%;
  }
  .ticket-list-info .dropdown {
    margin-left: 0;
  }
  .modal-dialog {
    width: calc(100% - 30px);
  }
  .order-form .calendar-input {
    width: 100%;
  }
  .calendar-box {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0;
  }
}
@media (min-width: 420px) {
  .logo-min {
    display: none;
  }
}
@media (max-width: 419px) {
  .logo-large {
    display: none;
  }
}
.custom-dd-form.with-search.d-flex.flex-column {
  margin-top: 2px;
}

#footer {
  background: #6283ff;
  padding: 1.25rem 0;
  color: #fff;
  font-weight: normal;
  font-size: 0.875rem;
}
#footer a {
  color: #fff;
}
#footer [class*="col-"] {
  margin: auto 0;
}
.rekl-net {
  background: #ffffff;
  border: 1px solid #dcdde0;
  box-sizing: border-box;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  height: calc(100% - 1.5rem);
}
.rekl-net .image {
  margin-bottom: 1rem;
}
.rekl-net .title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.125;
  letter-spacing: -0.02em;
  color: #6283ff;
}
.rekl-net .title a {
  color: #6283ff;
}
.rekl-net .descr {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rekl-net .info {
  font-weight: 600;
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.rekl-net.car {
  height: auto;
}
.rekl-net-info {
  background: #ffffff;
  border: 1px solid #dcdde0;
  box-sizing: border-box;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: normal;
  color: #2d2d3b;
}
.rekl-net-info h1 {
  font-weight: 500;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.rekl-net-info h4 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.back-u {
  color: #9f9fb1;
  font-size: 0.75rem;
  margin-top: 1.5rem;
}
.back-u a {
  color: #9f9fb1;
}
.back-u svg {
  margin-right: 0.5rem;
}
.input-action-done {
  line-height: 1;
}
.btn-blue.statics:hover {
  background: #e9ebff;
  color: #6283ff !important;
  cursor: default;
}
.left-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-nav ul li {
  margin-bottom: 0.75rem;
}
.left-nav ul li a {
  color: #2d2d3b;
  font-weight: 500;
  display: block;
}
.left-nav ul li a:hover,
.left-nav ul li a.active {
  color: #6283ff;
}
.has-child a {
  position: relative;
}
.has-child > a:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #636379;
  top: -1px;
  transition: all 0.5s;
}
.has-child.open a:after {
  transform: rotate(180deg);
}
.left-nav ul ul {
  margin: 0 0 0 1rem;
}
.left-nav ul ul li {
  margin-bottom: 0.25rem;
}
.left-nav ul ul li a {
  font-size: 0.875rem;
}
.left-nav ul ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.left-nav ul .open ul {
  max-height: 1000px;
  overflow: hidden;
  transition: all 0.5s;
  margin: 1rem 0 1rem 1rem;
}
article table {
  border-bottom: 1px solid #dcdde0;
}
.g-bg {
  background: #f3f5f9;
  border-radius: 2px;
  font-family: "Roboto";
  font-size: 0.685rem;
  padding: 4px;
  display: inline-block;
}
pre.prettyprint {
  background: #f3f5f9;
  border-radius: 8px;
  padding: 1.5rem !important;
  display: block;
  border: none !important;
}
pre.prettyprint .lit {
  color: #e74c3c;
}
pre.prettyprint .kwd {
  color: #a71d5d;
}
.pre-copy {
  position: relative;
}
.pre-copy .btn {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}
.api-nav {
  font-weight: 500;
}
.api-nav svg {
  position: relative;
  top: -2px;
  margin-right: 0.5rem;
}
.api-nav .text-right svg {
  margin-right: 0;
  margin-left: 0.5rem;
}
.table.w-auto {
  max-width: 100%;
}
.searched {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12), 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 99;
  padding: 1rem;
  font-size: 0.875rem;
  display: none;
  max-height: 200px;
  overflow: auto;
  color: #9f9fb1;
}
.focus .searched {
  display: block;
}
.searched > div {
  padding: 0.5rem 0;
}
.searched > div:not(.title) {
  padding-left: 1rem;
}
.searched .title {
  color: #6283ff;
  font-size: 1rem;
}
.search.show input:focus + .searched {
  display: block;
}
.search.show input:focus + div + .searched {
  display: block;
}
.text-transform-none {
  text-transform: none;
}
.header-search {
  position: relative;
}
.header-search input {
  width: 100%;
}
.searched::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.searched::-webkit-scrollbar-track {
  background-color: #999;
}
.searched::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.searched::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 14px 14px #bbbbbe;
  border: solid 4px transparent;
}
.searched::-webkit-scrollbar-corner {
  background-color: transparent;
}
.searched::-webkit-resizer {
  background-color: #666;
}
@media (max-width: 757px) {
  #footer .logo {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  #footer {
    padding: 2.5rem 0;
    text-align: center;
  }
  #footer .logo {
    margin-bottom: 2.5rem;
  }
}

.navbar-brand {
  color: #fff;
  border: none;
}
.dropdown .dropdown-toggle.navbar-brand {
  border: none;
}
.dropdown .dropdown-toggle.navbar-brand::after {
  display: none;
}
.navbar-brand:hover {
  color: #fff;
}
#header .dropdown .dropdown-toggle.navbar-brand + div {
  left: 0;
  right: 0;
}
#footer .logo,
.navbar-brand span {
  font-weight: 300;
  font-size: 1.5rem;
  position: relative;
  top: 2px;
}
.navbar-brand span {
  color: #fff !important;
}
.navbar-main {
  min-height: 71.5px;
}
.navbar-main .navbar-nav.nav-second .balance .nav-link:before {
  background: #6d90ff url(/static/core/img/spiral.svg) no-repeat center center;
}
.page-header-marketplace {
  margin-bottom: 1.5rem;
}
.content .leden-status {
  background: #ffe5fc;
  color: #ff83f0;
  margin-bottom: 1rem;
}
.content span.leden-status:before {
  background: url(/static/core/img/lollipop.svg) no-repeat center center;
  width: 12px;
  height: 12px;
  border-radius: 0;
  top: calc(50% - 6px);
}
.leden {
  font-weight: 500;
  font-size: 18px;
}
.leden .old {
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 10px;
}
.marketplace-slider .slick-slide > div {
  border: 1px solid #dcdde0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 1rem;
  margin: 0 0.5rem;
  width: 100%;
}
.marketplace-slider {
  font-size: 14px;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.marketplace-slider .slick-slide > div {
  border: 1px solid #dcdde0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 1rem;
  margin: 0 0.25rem;
  width: 100%;
}
.marketplace-slider .title {
  font-weight: 500;
  font-size: 18px;
  color: #6283ff;
  margin-bottom: 4px;
}
.marketplace-slider .date {
  font-weight: 500;
  font-size: 12px;
  color: #9f9fb1;
  margin-bottom: 1.2rem;
}
.marketplace-slider .info {
  font-weight: 600;
  font-size: 14px;
  color: #9f9fb1;
}
.marketplace-slider img {
  margin-left: auto;
}
.marketplace-slider .line-through {
  font-size: 12px;
  text-decoration: line-through;
}
.marketplace-slider a {
  display: block;
  word-break: break-word;
  position: relative;
  overflow: hidden;
  max-height: 54px;
}
.row.row-4 {
  margin-right: -4px;
  margin-left: -4px;
}
.row.row-4 > div {
  padding-right: 4px;
  padding-left: 4px;
}
.row.row-8 {
  margin-right: -8px;
  margin-left: -8px;
}
.row.row-8 > div {
  padding-right: 8px;
  padding-left: 8px;
}
.marketplace-filter .clear {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #6283ff;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  cursor: pointer;
}
.marketplace-filter .clear svg {
  margin-right: 0.75rem;
  position: relative;
  top: -2px;
}
.irs--flat .irs-min,
.irs--flat .irs-max,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  display: none !important;
}
.irs--flat .irs-line {
  top: 0;
  height: 10px;
  background-color: #dcdde0;
  border-radius: 40px;
}
.irs--flat .irs-bar {
  top: 0;
  height: 10px;
  background-color: #6283ff;
}
.irs--flat .irs-handle {
  width: 28px;
  height: 28px;
  background: url(/static/core/img/price-slider.svg) no-repeat center center;
  top: -9px;
  cursor: pointer;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.24));
}
.irs--flat .irs-handle > i {
  display: none !important;
}
.irs--flat {
  height: 30px;
}
.catalog-title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.marketplace-item {
  border: 1px solid #dcdde0;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.marketplace-item .info {
  padding: 1rem 1.5rem 2rem;
}
.marketplace-item .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0.75rem;
}
.marketplace-item .title a {
  color: #2d2d3c;
}
.marketplace-item .price {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 1.5rem;
}
.marketplace-item .image {
  position: relative;
  padding: 15px;
}
.marketplace-item .image img {
  width: 100%;
}
.marketplace-item .add-to-fav {
  position: absolute;
  top: 1.125rem;
  right: 1.3rem;
  background: #dcdde0;
  border-radius: 50%;
  display: flex;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.marketplace-item .add-to-fav svg {
  margin: auto;
}
.marketplace-item .add-to-fav:hover {
  background: #6d90ff;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .marketplace-item .add-to-fav:hover svg rect {
    fill: #dcdde0 !important;
  }
}

.marketplace-item .add-to-fav.added {
  background: #4b75ff;
  transition: all 0.5s;
}
.marketplace-item .add-to-fav:hover svg rect {
  fill: #6d90ff;
  transition: all 0.5s;
}
.marketplace-item .add-to-fav.added svg rect {
  fill: #4b75ff !important;
  transition: all 0.5s;
}
.marketplace-banner {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  background: #f3f5f9;
  padding-left: 85px;
  position: relative;
  overflow: hidden;
}
.marketplace-banner .image {
  transform: rotate(-7deg);
}
.marketplace-banner .flex-row-reverse .image {
  transform: rotate(7deg);
}
.marketplace-banner .image img {
  max-width: 120%;
  width: 105%;
  float: right;
  margin-right: 1rem;
}
.marketplace-banner .title {
  font-weight: 900;
  font-size: 36px;
  line-height: 36px;
  color: #2d2d3b;
  margin-bottom: 1.5rem;
}
.marketplace-banner .descr {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #2d2d3b;
  margin-bottom: 2rem;
}
.marketplace-order a {
  color: #2d2d3b;
  border: none !important;
}
.marketplace-order a:after {
  display: none !important;
}
.fw-normal {
  font-weight: normal;
}
.marketplace-cart .image {
  width: 115px;
}
.marketplace-cart tr:hover {
  background: transparent;
}
.marketplace-cart .title {
  white-space: normal;
}
.plus-minus .plus,
.plus-minus .minus {
  cursor: pointer;
}
.marketplace-cart-total {
  padding: 1rem 1.5rem;
}
.marketplace-cart-total span {
  font-weight: 600;
  font-size: 20px;
}
.fs-16 {
  font-size: 1rem;
}
.relative {
  position: relative;
}
.marketplace-item-page .lables {
  margin-bottom: 1rem;
}
.marketplace-item-page .lables span {
  display: inline-block;
  padding: 6px 12px;
  background: #b6ebcb;
  border-radius: 50px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.01em;
  color: #0bbc4f;
}
.marketplace-item-page .lables svg + span {
  margin-left: 0.5rem;
}
.marketplace-item-page .title {
  margin-bottom: 1rem;
}
.marketplace-item-page .haracters > div {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #2d2d3b;
  margin-bottom: 1rem;
}
.marketplace-item-page .haracters ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
  columns: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.marketplace-item-page .haracters ul li {
  position: relative;
  padding-left: 1.5rem;
  background: url("/static/core/img/Vector.svg") no-repeat top left;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #2d2d3c;
  margin-bottom: 1rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.marketplace-item-page .price {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 1.5rem;
}
.marketplace-item-page .descr p {
  font-weight: normal;
}
.marketplace-item-page .descr .info-title {
  margin-bottom: 1rem;
}
.marketplace-item-page .descr li {
  font-weight: normal;
  margin-bottom: 1rem;
}

.marketplace-item-page .descr ul {
  list-style: none;
  padding-left: 22px;
}

.marketplace-item-page .descr li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #9f9fb1;
  border-radius: 50%;
  position: absolute;
  left: 14px;
  margin-top: 8px;
}
.marketplace-item-slider-nav {
  padding: 0 100px;
}
.marketplace-item-slider-nav .slick-prev {
  left: 40px;
}
.marketplace-item-slider-nav .slick-next {
  right: 40px;
}
.marketplace-item-slider-nav .slick-prev,
.marketplace-item-slider-nav .slick-next {
  width: 40px;
  height: 40px;
}
.marketplace-item-slider-nav .slick-prev:before,
.marketplace-item-slider-nav .slick-next:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/static/core/img/left.svg) no-repeat center center / contain;
}
.marketplace-item-slider-nav .slick-next:before {
  transform: rotate(180deg);
}

.marketplace-item-slider-nav .slick-current .slider-nav-border {
  border: 2px solid #6283ff !important;
  border-radius: 4px;
}

.marketplace-item-slider-nav .slider-nav-border {
  border: 2px solid transparent;
  border-radius: 4px;
}

.marketplace-item-slider img {
  margin: auto;
}

.faq-nav {
  position: sticky;
  top: 1rem;
}
.faq-nav a:not(.active) {
  color: #2d2d3b;
}

.faq-nav .active a,
.faq-nav .active a span {
  color: #6283ff;
}

.faq-nav a {
  margin-bottom: 0.75rem;
  display: block;
}
.faq-block {
  border: 1px solid #dcdde0;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.5s;
}
.faq-block.blue {
  border: 1px solid #bdd0ff;
  transition: all 0.5s;
}
.faq-block > a {
  color: #36464e;
  font-weight: 500;
  font-size: 1.125rem;
  position: relative;
  display: block;
}
.faq-block > a[data-toggle="collapse"]:after {
  border-top: 2px solid #2d2d3b;
  border-right: 2px solid #2d2d3b;
  right: 0;
  top: calc(50% - 6px);
  position: absolute;
}
.faq-block > a[aria-expanded="true"] {
  color: #4b75ff;
}
.faq-block .card-body {
  border: none;
  padding: 1.5rem 0 0;
  font-weight: 400;
}
.modal ul,
.faq-block .card-body ul {
  padding-left: 0;
  list-style: none;
}
.modal ul li {
  color: #2d2d3b;
  font-weight: normal;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.25rem;
}
.faq-block .card-body ul li {
  color: #2d2d3b;
  font-weight: normal;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.25rem;
}
.order-btn {
  background: #f3f5f9;
  border: 1.4px solid #ffffff;
  box-sizing: border-box;
  border-radius: 20px;
  display: block;
  letter-spacing: -0.01em;
  color: #2d2d3b;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 10px;
}
.order-btn svg {
  margin-left: 0.5rem;
}
.marketplace-filter .title {
  display: none;
}
.marketplace-filter .form-check label div {
  color: #6283ff;
}
.marketplace-filter .check-slide {
  width: 100%;
}
.marketplace-filter .check-slide label div {
  color: #2d2d3b;
}
.marketplace-order a.active svg {
  transform: rotate(180deg);
}
.mobile-menu-marketplace {
  background: #6283ff;
}
.no-more::after {
  display: none !important;
}
.mobile-menu-marketplace {
  right: -280px;
  left: auto;
}
.mobile-navbar-show .mobile-menu-marketplace {
  right: 0;
  left: auto;
}
.mobile-navbar-show .mobile-menu-marketplace .mobile-page.active {
  right: 0;
  left: auto;
  transition: all 0.5s;
}
.mobile-menu-marketplace .mobile-page {
  right: -280px;
  left: auto;
}
.marketplace-item-slider .slick-dots {
  bottom: 0;
}
.marketplace-item-slider .slick-dots li button {
  background: #dcdde0;
  width: 8px;
  height: 8px;
  border: none;
  padding: 0;
}

.marketplace-item-slider-nav .slick-slide {
  display: flex;
  justify-content: center;
}

.marketplace-item-slider .slick-dots li.slick-active button {
  background: #6283ff;
}

.marketplace-item-slider .slick-dots li {
  width: 8px;
  height: 8px;
}

.marketplace-item-slider .slick-dots li:only-child {
  display: none;
}

.confe .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #636379;
  margin-bottom: 0.75rem;
}
.confe .price span {
  font-weight: 500;
  font-size: 18px;
}
.confe .price svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.confe .stat {
  margin-bottom: 0.75rem;
}
.confe .stat a::before {
  display: none !important;
}
#header .confe .dd-header .stat a.status {
  padding: 0.2rem 1rem 0.2rem 1rem;
  font-weight: 400;
}
.status.disabled {
  opacity: 0.2;
  pointer-events: none;
}
div.disabled {
  color: #9f9fb1;
}
#header .confe .dd-body .info,
#header .confe .dd-header .info {
  font-weight: 500;
  font-size: 14px;
  color: #636379;
  margin-bottom: 0.75rem;
}

.mobile-menu-marketplace .ballance {
  color: #636379;
}
.mobile-menu-marketplace .ballance span {
  font-weight: 500;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .marketplace-slider .slick-slide > div {
    width: 254px;
  }
  .marketplace-item-slider-nav {
    margin-bottom: 2rem;
  }
  .marketplace-item-slider-nav img {
    padding: 0 1rem;
    margin: auto;
  }
  .marketplace-filter {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    background: #f3f5f9;
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  .menu-show {
    overflow: hidden;
  }
  .menu-show .marketplace-filter {
    transform: translateX(0);
    transition: all 0.5s;
    overflow: auto;
  }
  .marketplace-filter .title {
    background: #f3f5f9;
    padding: 1rem;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #2d2d3b;
    display: block;
  }
  .marketplace-filter .h2 {
    font-size: 1rem;
  }
  .mob-cont {
    background: #fff;
  }
  .marketplace-order {
    display: block;
    margin: 1rem;
  }
  .marketplace-order .order-btn {
    border-radius: 20px;
  }
  .marketplace-filter .mob-cont {
    background: #ffffff;
    border: 1px solid #dcdde0;
    margin-bottom: 1rem;
    background: #ffffff;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 16px 16px;
    padding-bottom: 1rem;
  }
  .marketplace-filter .content {
    background: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0 1rem 1rem;
  }
  .mob-cl {
    background: #ffffff;
    padding: 1rem 0;
    margin-top: auto;
  }
  li.nav-item.bar {
    margin-left: 0 !important;
  }
  #footer .logo,
  .navbar-brand span {
    font-size: 1.25rem;
  }
  .dropdown .dropdown-toggle.navbar-brand > svg:first-of-type {
    width: 105px;
  }
  .dropdown .dropdown-toggle.navbar-brand > svg:last-of-type {
    width: 15px;
  }
  .dropdown .dropdown-toggle.navbar-brand {
    border: none;
    margin-right: 0;
  }
  .marketplace-item-page .lables {
    margin-bottom: 1rem;
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 9;
  }
  .marketplace-item-slider-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-hold .table .marketplace-cart thead {
    display: none;
  }
  .content-hold .table .marketplace-cart tbody {
    display: block;
  }
  .content-hold .table .marketplace-cart tbody tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-hold .table .marketplace-cart tbody tr td.image {
    width: 95px;
    padding: 15px;
    -ms-flex-order: 0;
    order: 0;
  }
  .content-hold .table .marketplace-cart tbody tr td.title {
    width: calc(100% - 95px - 70px);
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
  }
  .content-hold .table .marketplace-cart tbody tr td:last-of-type {
    -ms-flex-order: 2;
    order: 2;
  }
  .content-hold .table .marketplace-cart tbody tr td:nth-of-type(3) {
    display: none;
  }
  .content-hold .table .marketplace-cart tbody tr td:nth-of-type(4) {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 150px;
    margin: 0 auto 0 80px;
  }
  .content-hold .table .marketplace-cart tbody tr td:nth-of-type(5) {
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    padding-left: 95px;
    font-size: 16px;
  }
  .content-hold .table .marketplace-cart td {
    border: none;
  }
}
@media (max-width: 575px) {
  .marketplace-item .add-to a {
    width: 100%;
  }
  .content-hold .table .marketplace-cart tbody tr td.title {
    width: calc(100% - 95px - 40px);
  }
  .marketplace-item .price {
    font-size: 18px;
  }
  .marketplace-item .price svg {
    width: 17px;
  }
  .marketplace-banner {
    padding-left: 1rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .marketplace-banner .title {
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    color: #2d2d3b;
  }
  .marketplace-banner .image,
  .marketplace-banner .flex-row-reverse .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 2rem;
    transform: rotate(0);
    margin-left: -15px;
    margin-right: -15px;
  }
  .marketplace-banner .image img {
    max-width: 140%;
    width: 140%;
    float: none;
    margin-right: 20%;
    transform: rotate(-7deg) translateX(-20%) translateY(-10%);
  }
  .marketplace-banner .flex-row-reverse .image img {
    max-width: 140%;
    width: 140%;
    float: none;
    margin-right: 20%;
    transform: rotate(7deg) translateX(-20%) translateY(-10%);
  }
  .marketplace-item-page .haracters ul {
    columns: 1;
  }
  .marketplace-item-page .buttons a {
    display: block;
  }
  .marketplace-item-page .buttons a.btn-blue-dark {
    margin-bottom: 0.5rem;
  }
  .marketplace-item-page .price {
    font-size: 18px;
  }
  .marketplace-item-page .descr .h1 {
    font-size: 16px;
  }
  .marketplace-item-page .descr .info-title {
    font-size: 14px;
  }
  .page-header-marketplace {
    margin-bottom: 1rem;
  }
}

.has-item a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #ff5757;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 3;
  top: 8px;
  left: 20px;
  border: 2px solid #6d90ff;
}

.has-item a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #6d90ff !important;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 0;
}

.has-item a img {
  position: relative;
  z-index: 2;
}

.has-item a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin: auto 0.25rem auto 1.25rem;
}

.has-item a svg {
  margin: auto 0.5rem auto 0.25rem;
}

.has-item a {
  display: flex;
  border-radius: 48px !important;
  width: auto !important;
}

.work-rules-content {
  background: #fff;
  border: 1px solid #dcdde0;
  box-sizing: border-box;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.work-rules-title {
  font-weight: 600;
  color: #2d2d3b;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.modal-header .close {
  z-index: 5;
}

.file-box {
  padding: 0 1rem;
}
.ticket-full-files a.file {
  margin: 0 1rem 1rem 0;
  word-break: break-word;
  position: relative;
  padding: 4px 22px;
}
.ticket-full-files {
  margin-top: -1rem;
}
.ticket-full-files a {
  padding: 4px 22px;
}

.ticket-full-files a svg {
  position: absolute;
  left: 6px;
  top: calc(50% - 5px);
}
.ticket-full-files a svg:last-of-type {
  position: absolute;
  right: 6px;
  top: calc(50% - 5px);
  left: auto;
}
.ticket-manager .btn-blue-dark {
  margin-top: 0rem !important;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .resolution-fix .col-xl-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .resolution-fix .col-xl-9 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .resolution-fix .col-xl-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .resolution-fix .col-xl-9 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 575px) {
  #hist tbody tr td:nth-of-type(5) {
    min-width: calc(100% - 170px);
  }
  .rekl-net-info .table tbody tr td:nth-of-type(3) {
    min-width: calc(100% - 170px);
  }
  #hist .table tbody tr td:nth-of-type(3) {
    min-width: auto;
  }
  /*
    .px-3.content-footer.raf-fadeIn {
        padding-left: 0 !important;
    }
    */
}
@media (max-width: 767px) {
  .banners .modal-header .close {
    top: 1rem;
  }
}
#header .dropdown .dd-header .icon {
  background: #fff;
}
#header .dd-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
#header .dd-header ul li {
  margin: 0;
}
#header .dd-header ul li a {
  padding: 0.3rem 0;
  display: block;
}
.mobile-page-head a {
  color: #636379;
  display: flex;
  margin: 1rem 0;
}
.mobile-page-head a span {
  margin: auto 0;
}
.mobile-page-head a .icon {
  display: inline-flex;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 0.5rem !important;
}
.mobile-page-head a .icon svg {
  margin: auto;
}
.mobile-page-head a.gray {
  color: #9f9fb1;
}
.marketplace-banner.last {
  margin-bottom: -1rem;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 767px) {
  .marketplace-banner.last {
    margin-bottom: -1.5rem;
  }
  .marketplace-item .add-to-fav:hover svg rect {
    fill: #dcdde0;
  }
}
@media (min-width: 992px) {
  .ffooter main {
    min-height: calc(100vh - 272px);
  }
}
.mobile-page-head.color-636379 a {
  color: #fff;
  display: inline-block;
  margin: inherit;
}
.marketplace-item .title {
  min-height: 2.5rem;
}
.marketplace-cart tr:hover {
  background: transparent;
}
/*
.custom-dd {
	font-weight: 500;
}
.custom-dd-title .title {
	font-weight: 500;
	transition: all .5s;
}
.custom-dd-title .title:hover {
	border-radius: 1.5rem;
	background: #F3F5F9;
	color: #2D2D3B;
	transition: all .5s;
}
.custom-dd.active .custom-dd-title:hover {
	background: #fff;
	border: 1px solid #fff;
}
.custom-dd.active .custom-dd-title .title:hover {
	background: #f3f5f9;
}
.custom-dd.has-choise .custom-dd-title:hover {
	border: 1px solid #E9EBFF;
	background: #E9EBFF;
	color: #6283FF;
}
.custom-dd.has-choise .custom-dd-title .title:hover {
	background: transparent;
}
*/

.faq-nav-box {
  display: none;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #f3f5f9;
  padding: 1rem;
  margin-bottom: -1rem;
  margin-left: -15px;
  margin-right: -15px;
}
.faq-nav-open {
  background: #ffffff;
  border: 1px solid #dcdde0;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  color: #9f9fb1;
}
.faq-nav-open svg {
  margin: auto 0 auto auto;
}
body.faq-show:before {
  background: hsla(240, 13%, 20%, 0.5);
  transition: all 0.5s;
  pointer-events: inherit;
}
body:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: hsla(240, 13%, 20%, 0);
  pointer-events: none;
  transition: all 0.5s;
  z-index: 100;
}
@media (max-width: 767px) {
  .faq-nav-box {
    display: block;
  }
  .faq-nav-open {
    display: flex;
  }
  .faq-nav {
    background: #fff;
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 101;
  }
  .faq-nav.show {
    margin-bottom: 0;
    max-height: 1000px;
    transition: all 0.5s;
  }
  .faq-nav > div {
    margin-bottom: 0;
  }
  .faq-nav a {
    padding: 0.75rem 1rem;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    display: flex;
    margin-bottom: 0;
  }
  .faq-nav .active a {
    background: #f3f5f9;
    color: #6283ff;
  }
}

.markerplace-purse .price span {
  font-size: 20px;
}

.markerplace-purse .price a {
  font-weight: 500;
  display: inline-block;
  max-width: 20px;
}
.markerplace-purse .price a img {
  display: block;
  max-width: 20px;
}

.mobile-page {
  width: 280px;
}

.tooltip.show {
  z-index: 1000000;
}
