@charset "UTF-8";
@font-face {
  font-family: "Mont-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Mont/Mont-Bold.woff2") format("woff2"), url("../fonts/Mont/Mont-Bold.woff") format("woff");
}
@font-face {
  font-family: "Mont-Heavy";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Mont/Mont-Heavy.woff2") format("woff2"), url("../fonts/Mont/Mont-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Mont-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Mont/Mont-Light.woff2") format("woff2"), url("../fonts/Mont/Mont-Light.woff") format("woff");
}
@font-face {
  font-family: "Mont-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Mont/Mont-Regular.woff2") format("woff2"), url("../fonts/Mont/Mont-Regular.woff") format("woff");
}
@font-face {
  font-family: "Mont-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Mont/Mont-SemiBold.woff2") format("woff2"), url("../fonts/Mont/Mont-SemiBold.woff") format("woff");
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-ban {
  font-size: 1.6rem;
  width: 1em;
}

.icon-burger {
  font-size: 1.2rem;
  width: 1.5em;
}

.icon-check {
  font-size: 1.8rem;
  width: 1em;
}

.icon-check-black {
  font-size: 1.8rem;
  width: 1em;
}

.icon-en-lang {
  font-size: 42.016rem;
  width: 1.2185833968em;
}

.icon-exit {
  font-size: 2.2rem;
  width: 0.9090909091em;
}

.icon-log {
  font-size: 1.6rem;
  width: 1em;
}

.icon-moon-stars {
  font-size: 1.6rem;
  width: 1em;
}

.icon-page-next {
  font-size: 0.9rem;
  width: 0.5555555556em;
}

.icon-page-prev {
  font-size: 0.9rem;
  width: 0.5555555556em;
}

.icon-payments {
  font-size: 1.8rem;
  width: 1.2222222222em;
}

.icon-profile {
  font-size: 1.8rem;
  width: 1em;
}

.icon-ru-lang {
  font-size: 42.016rem;
  width: 1.2185833968em;
}

.icon-rub {
  font-size: 2.4rem;
  width: 1em;
}

.icon-ruble {
  font-size: 1.8rem;
  width: 0.7777777778em;
}

.icon-ruble-gray {
  font-size: 3.6rem;
  width: 0.7777777778em;
}

.icon-sec-red {
  font-size: 2rem;
  width: 1em;
}

.icon-security-green {
  font-size: 2rem;
  width: 1em;
}

.icon-security-red {
  font-size: 2rem;
  width: 1em;
}

.icon-setts {
  font-size: 2.4rem;
  width: 0.9166666667em;
}

.icon-sun {
  font-size: 1.6rem;
  width: 1em;
}

.icon-trans {
  font-size: 2.2rem;
  width: 1em;
}

/*--fstdropdown--*/
.fstdiv {
  position: relative;
  min-height: 2.125rem;
  width: 100%;
  width: -webkit-fill-available;
  width: fill-available;
}

.fstdiv.open {
  z-index: 2147483647;
}

.fstdropdown {
  vertical-align: middle;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  width: inherit;
}

.fstdiv.open > .fstdropdown {
  position: absolute;
}

.fstdropdown > .fstselected {
  line-height: 1.42857143;
  padding: 0.375rem 1.5rem 0.375rem 0.75rem;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  color: #555;
  font-size: 0.875rem;
  outline: 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
}

.fstdropdown > .fstselected::after {
  position: absolute;
  top: 50%;
  display: block;
  height: 0;
  margin-top: -0.1875rem;
  content: " ";
  right: 0.6875rem;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0;
}

.fstdropdown.open > .fstselected {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.fstdropdown.open > .fstselected::after {
  margin-top: -0.1875rem;
  border-color: transparent transparent #999;
  border-width: 0 0.25rem 0.25rem;
}

.fstdropdown > .fstlist {
  display: none;
  max-height: 12.5rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.fstdropdown.open > .fstlist {
  display: block;
}

.fstlist > div {
  padding: 0.375rem 0.75rem;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 0.0625rem solid #f5f5f5;
}

.fstdropdown.open:hover {
  border-color: #66afe9;
  overflow-x: hidden;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}

.fstlist > div:hover {
  background-color: #337ab7;
  color: #fff;
}

.fstlist > div.selected {
  background-color: #cdcdcd;
  color: #262626;
}

.fstsearchinput {
  padding: 0.25rem;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  color: #555;
  font-size: 0.875rem;
  display: none;
}

.fstdropdown.open > .fstsearch {
  display: block;
  padding: 0.25rem;
}

.fstdropdown.open .fstsearchinput {
  display: block;
}

.fstdropdown .hideFst, .fstdropdown-select.fstcreated {
  display: none;
}

.fstAll {
  width: 100%;
  position: relative;
  background-color: #0090ff;
  color: #fff;
  border: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  height: 1.875rem;
  display: none;
}

.fstAll:hover {
  background-color: #337ab7;
}

.open .fstAll {
  display: block;
}

.fstdropdown {
  position: relative;
  overflow: visible;
  display: -ms-flexbox;
  display: flex;
  height: 2.9375rem;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #fff;
  border-color: #73C128;
}
html.dark .fstdropdown {
  background-color: #202A4A;
  color: #8F94A4;
}

.fstdropdown.open > .fstlist {
  width: calc(100% + 0.125rem); /*dropdown займет ширину селекта полностью*/
}

.fstdiv.open > .fstdropdown {
  position: relative;
}

.fstdropdown > .fstselected {
  box-shadow: none;
  width: 100%;
  color: #808080;
  font-size: 1rem;
  font-family: "Mont-SemiBold", sans-serif;
}

/*.fstdropdown.open{// изменение углов поля
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;

}*/
.fstdropdown.open:hover {
  outline: none;
  box-shadow: none;
  border-color: #C4C4C4;
}

.fstdropdown > .fstlist {
  background-color: #fff;
  position: absolute;
  top: calc(100% + 0.125rem);
  box-shadow: none;
}

.fstlist > div:last-child {
  border-bottom: none;
}

.fstdropdown > .fstlist div:first-child { /*удаление из dropdown первого "невидимого" пункта, которому в исходном <select> соответствует <option selected disbled hidden>*/
  /*	display: none;*/
}

.fstdropdown.open:hover {
  overflow: visible;
}

.fstlist [data-value]:first-child {
  display: none;
}

/*--end fstdropdown--*/
/*--tiny-slider--*/
/*--end tiny-slider--*/
/*--FormHandler-*/
/*--end FormHandler--*/
/*--spoilers-*/
/*--------------------adjustment----------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: "Mont-Regular", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  min-width: 20rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #fff;
  background-color: #203852;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  overflow-behavior: none;
}
html.dark body {
  color: #fff;
}

.ellipse {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: fixed;
  width: 99rem;
  height: 99rem;
  z-index: -1;
  top: auto;
  bottom: -65.25rem;
  margin: auto;
}

.sidebar {
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 18.75rem;
  background-color: #051930;
  transition: all 0.2s;
}
@supports (height: 100svh) {
  .sidebar {
    height: 100svh;
  }
}
.sidebar-folded .sidebar {
  width: 3.875rem;
}

.sidebar__top {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 1rem;
  padding: 1rem 1rem 1.25rem 3rem;
  transition: all 0.2s;
}
.sidebar-folded .sidebar__top {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

.sidebar__body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}

.sidebar__burger {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  width: 2.75rem;
  height: 2.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sidebar__burger .icon-burger {
  width: 1.125rem;
}

.sidebar__logo {
  width: 7.5625rem;
}
.sidebar-folded .sidebar__logo {
  display: none;
}
.sidebar__logo img {
  display: block;
  width: 100%;
}

.menu__list {
  border-top: 0.0625rem solid #0A1F36;
}

.menu__item {
  list-style-type: none;
  border-bottom: 0.0625rem solid #0A1F36;
}
.menu__item.active .menu__link {
  background: #213953; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, #213953 0%, #1B2D41 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
.menu__item.active .menu__link:before {
  display: block;
}

.menu__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 0.6875rem;
  padding: 0.3125rem 1.125rem 0.3125rem 3.125rem;
  min-height: 3.5rem;
  font-family: "Mont-SemiBold", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}
.sidebar-folded .menu__link {
  padding-left: 1.28125rem;
  padding-right: 1.28125rem;
}
.menu__link:before {
  content: "";
  display: none;
  position: absolute;
  left: 0.3125rem;
  top: 0;
  width: 0.1875rem;
  height: 100%;
  background-color: #73C128;
}
.menu__link .icon {
  height: 1.25rem;
}

.menu__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sidebar-folded .menu__value {
  display: none;
}

.page {
  padding: 3rem 3.75rem 3rem 2.8125rem;
}

html, body {
  height: 100%;
}

.main {
  padding-left: 18.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: padding-left 0.2s;
}
.sidebar-folded .main {
  padding-left: 3.875rem;
}
@supports (overflow: clip) {
  .main {
    overflow: clip;
  }
}
.main > * {
  min-width: 0;
}
.main .header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main .main-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main .footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

a {
  color: inherit;
}

img {
  vertical-align: top;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

p {
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  appearance: none;
}

.input,
input {
  border-radius: 0;
  outline: none;
  display: block;
  width: 100%;
  border: 0 none;
}

textarea {
  resize: none;
  padding: 0 0;
}

.wrapper {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 77rem;
}

[class*=__wrapper] {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 77rem;
}

.hidden {
  display: none !important;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 52.25%;
}

.ibg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

._prod-img {
  position: relative;
  padding-bottom: 80%;
}
._prod-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

._fit {
  padding-bottom: 80%;
  position: relative;
}

._fit ._fit-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center center;
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) or (--webkit-backdrop-filter: blur(10px)) {
  .bd-filter-fallback {
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(1.9375rem);
    backdrop-filter: blur(1.9375rem);
  }
}

.form__label {
  display: block;
}
.form__label:not(:last-child) {
  margin-bottom: 1.5rem;
}

.form__input {
  height: 2.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  border: 0.0625rem solid #73C128;
  border-radius: 0.625rem;
  color: #000;
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 1rem;
}
.form__input::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}
.form__input::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form__input:-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form__input:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
.form__input[readonly] {
  background-color: transparent;
  background-color: #fff;
  color: #000;
}
html.dark .form__input {
  color: #fff;
  background-color: #202A4A;
}
html.dark .form__input::-webkit-input-placeholder {
  color: #8F94A4;
  opacity: 1;
}
html.dark .form__input::-moz-placeholder {
  color: #8F94A4;
  opacity: 1;
}
html.dark .form__input:-moz-placeholder {
  color: #8F94A4;
  opacity: 1;
}
html.dark .form__input:-ms-input-placeholder {
  color: #8F94A4;
  opacity: 1;
}

.form__custom-policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.form__custom {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}

.form__check {
  position: absolute;
  box-sizing: border-box;
  width: 0.0625rem;
  height: 0.0625rem;
  display: block;
  left: 50%;
  top: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.form__check:checked + .form__custom-chek:before {
  display: block;
}

.form__custom-chek {
  display: block;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
}
.form__custom-chek .icon {
  width: 1.125rem;
  height: 1.125rem;
}
html.light .form__custom-chek .icon.icon-check {
  display: none;
}
html.dark .form__custom-chek .icon.icon-check-black {
  display: none;
}
.form__custom-chek:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: none;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #000;
  content: "";
}
html.dark .form__custom-chek:before {
  background-color: #fff;
}
html.light .form__custom-chek:before {
  background-color: #000;
}

.form__area-label {
  display: block;
  margin-bottom: 1rem;
}

.form__area {
  padding: 0;
  width: 100%;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  background-color: #fff;
  border: 0.0625rem solid #73C128;
  border-radius: 0.625rem;
  color: #808080;
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 1rem;
  text-align: center;
  outline: none;
  overflow: hidden;
}
.form__area::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}
.form__area::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form__area:-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form__area:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
.form__area[readonly] {
  background-color: #fff;
  color: #939EAB;
}
html.dark .form__area {
  background-color: #202A4A;
  color: #fff;
}
html.dark .form__area::-webkit-input-placeholder {
  color: #8F94A4;
  opacity: 1;
}
html.dark .form__area::-moz-placeholder {
  color: #8F94A4;
  opacity: 1;
}
html.dark .form__area:-moz-placeholder {
  color: #8F94A4;
  opacity: 1;
}
html.dark .form__area:-ms-input-placeholder {
  color: #8F94A4;
  opacity: 1;
}
html.dark .settings__form .form__area {
  color: #8F94A4;
}

.form__policy {
  font-family: "Mont-SemiBold", sans-serif;
}
html.dark .form__policy {
  color: #fff;
}

.form__block {
  padding: 1.5rem;
  font-family: "Mont-Light", sans-serif;
  margin-bottom: 1.5rem;
  background-color: #fff;
  color: #000;
}
html.dark .form__block {
  background-color: #202A4A;
  color: #fff;
}

.form__block-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-family: "Mont-Heavy", sans-serif;
}

.form__caption {
  font-family: "Mont-SemiBold", sans-serif;
}

.form__bottom {
  text-align: right;
}

.eye-ico {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  bottom: 0.75rem;
  right: 1.25rem;
}
.eye-ico .icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
}
.eye-ico.unblind .eye-ico__show {
  display: block;
}
.eye-ico.unblind .eye-ico__hide {
  display: none;
}
.eye-ico .eye-ico__show {
  display: none;
}

/*--------------------END adjustment----------------------*/
/*--------------------ui----------------------*/
h1 {
  margin-bottom: 3rem;
  font-family: "Mont-Bold", sans-serif;
  font-size: 2rem;
}

h2 {
  margin-bottom: 1.5rem;
  font-family: "Mont-Bold", sans-serif;
  font-size: 2rem;
  color: #73C128;
}

.sect-top {
  margin-bottom: 3rem;
  text-align: center;
}

.sect-note {
  max-width: 34.375rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mont-SemiBold", sans-serif;
}

.border, .card, .twofa__content, .adm-table, .form__block {
  border-radius: 0.75rem;
}

.btn:not(.bootstrap-datetimepicker-widget .btn) {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  color: #fff;
  text-decoration: none;
  background-color: #73C128;
  padding: 0.3125rem 2rem 0.625rem 2rem;
  font-size: 1.25rem;
  font-family: "Mont-Bold", sans-serif;
  line-height: 1;
  border-radius: 2.5rem 0 2.5rem 0;
  text-align: center;
  position: relative;
  outline: none;
  transition: background-color 0.1s ease;
}
.btn-empty:not(.bootstrap-datetimepicker-widget  .btn-empty){
  background-color: transparent;
  color: #73C128;
  border: 0.0625rem solid #73C128;
}
.btn-dark:not(.bootstrap-datetimepicker-widget .btn-dark) {
  background-color: #ECECEC;
  color: #8E8E8E;
}
.btn-mini:not(.bootstrap-datetimepicker-widget .btn-mini) {
  min-height: 1rem;
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  font-size: 0.58938rem;
  line-height: normal;
  font-family: "Mont-SemiBold", sans-serif;
}
html.dark .btn-mini:not(.bootstrap-datetimepicker-widget .btn-mini) {
  color: #202A4A;
}
.btn-danger:not(.bootstrap-datetimepicker-widget .btn-danger) {
  background-color: #fff;
  background-color: #F90000;
}
html.dark .btn-danger:not(.bootstrap-datetimepicker-widget .btn-danger) {
  color: #fff;
}

.breadcrumbs {
  margin-top: 0.625rem;
  padding: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: end;
  column-gap: 1rem;
}

.breadcrumbs__item {
  list-style-type: none;
  position: relative;
}
.breadcrumbs__item:not(:last-child):after {
  content: "/";
  margin-left: 1rem;
  font-family: "Mont-Light", sans-serif;
  color: #909CA8;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #73C128;
}

.breadcrumbs__link {
  text-decoration: none;
  color: #909CA8;
  font-family: "Mont-Light", sans-serif;
}

.pagination {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 0.5rem;
  padding: 1.5rem 0;
}
.pagination .pagination__arrow {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  text-decoration: none;
}
.pagination .pagination__arrow[disabled] {
  color: rgba(0, 0, 0, 0.12);
}
.pagination .pagination__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 0.5rem;
}
.pagination .pagination__item {
  list-style-type: none;
}
.pagination .pagination__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}
.pagination .pagination__link.active {
  color: #fff;
  background-color: #73C128;
}
.pagination .pagination__link {
  width: 2.5rem;
  height: 2.3125rem;
  text-decoration: none;
  border-radius: 0.25rem;
  font-family: "Mont-Bold", sans-serif;
}
.pagination .pagination__link.active {
  font-family: "Mont-Bold", sans-serif;
}
.pagination .pagination__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: 0.0625rem solid #fff;
  border-radius: 0.25rem;
}
.pagination .pagination__arrow .icon {
  width: 0.3125rem;
}

.fstdropdown {
  cursor: default;
  outline: none;
}

.fstdropdown > .fstlist {
  border-radius: 1.25rem;
  background-color: #202A4A;
  color: #fff;
  left: -0.0625rem;
}
html.dark .fstdropdown > .fstlist {
  background-color: #2E3E6F;
  color: #828BA9;
}

.fstdiv.open {
  z-index: 10;
}

.fstdropdown.open:hover {
  outline: none;
  box-shadow: none;
  border-color: #73C128;
}

.fstlist > div {
  padding: 1rem 1rem 1rem 3rem;
  color: #8E8E8E;
  font-family: "Mont-SemiBold", sans-serif;
}
.fstlist > div:not(:last-child) {
  border-bottom-color: #8E8E8E;
}

.fstlist > div.selected {
  background-color: transparent;
  background: rgba(100, 133, 168, 0.2); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(100, 133, 168, 0.2) 0%, rgba(32, 54, 78, 0.2) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
  color: #fff;
}

.fstdropdown > .fstselected:after {
  right: 1.1875rem;
  border-color: #000 transparent transparent;
}
html.dark .fstdropdown > .fstselected:after {
  border-color: #fff transparent transparent;
}

.fstdropdown.open > .fstselected::after {
  border-color: transparent transparent #000;
}
html.dark .fstdropdown.open > .fstselected::after {
  border-color: transparent transparent #fff;
}

.fstlist > div:hover {
  background-color: transparent;
  background: rgba(100, 133, 168, 0.2); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(100, 133, 168, 0.2) 0%, rgba(32, 54, 78, 0.2) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}

/*--------------------END ui----------------------*/
/*--------------------adm-table----------------------*/
.adm-table {
  position: relative;
  color: #000;
  font-family: "Mont-Light", sans-serif;
}
html.dark .adm-table {
  color: #fff;
}
.adm-table .ellipse {
  position: absolute;
  bottom: auto;
  top: 0;
}

.adm-table__header {
  font-family: "Mont-Heavy", sans-serif;
}
.adm-table__header .adm-table__row {
  -ms-flex-align: center;
  align-items: center;
}

.adm-table__row {
  display: -ms-flexbox;
  display: flex;
  padding: 1.0625rem 0;
}
html.dark .adm-table__row:not(:last-child) {
  border-color: #B7B7B7;
}

.adm-table__col {
  padding: 0 0.3125rem;
}

.adm-table__body {
  font-family: "Mont-SemiBold", sans-serif;
}

.adm-table__caption {
  font-family: "Mont-Bold", sans-serif;
}

.adm-table__labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
}

.adm-table__label {
  min-width: 7.3125rem;
  min-height: 1.6875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.1875rem 1rem 0.3125rem 1rem;
  font-family: "Mont-SemiBold", sans-serif;
  color: #fff;
  border-radius: 2.5rem;
}
html.dark .adm-table__label {
  color: #202A4A;
}

.adm-table__label--success {
  background-color: #73C128;
}

.adm-table__label--warning {
  background-color: #F9C800;
}

.adm-table__label--danger {
  background-color: #F90000;
}
html.dark .adm-table__label--danger {
  color: #fff;
}

.adm-table__label--purple {
  background-color: #6f42c1;
}

/*--------------------от программиста----------------------*/
table.table-adaptive {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

table.table-adaptive tr {
  border-bottom: 0.0625rem solid #73c128;
}

table.table-adaptive th, table.table-adaptive td {
  padding: 0.625rem 0.625rem;
  font-size: 0.875rem;
}

table.table-adaptive td span:not(.input-group-append) {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 0.625rem;
  font-weight: bold;
  padding: 0.3125rem;
  position: absolute;
  top: 0;
  left: 0;
}
table.table-adaptive .btn-ok {
  position: relative;
  background: none;
  padding: 0;
}

.container--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d-none {
  display: none;
}

/*--------------------END от программиста----------------------*/
/*--------------------END adm-table----------------------*/
/*--------------------footer----------------------*/
.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 1rem;
  padding: 1.5rem 6.25rem 1.5rem 1rem;
  font-family: "Mont-Light", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------END footer----------------------*/
/*--------------------header----------------------*/
.header {
  padding: 1.5rem 6.25rem 1.5rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 1rem;
}

.header__security {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 0.6875rem;
}

.security-header__icon {
  height: 1.125rem;
}
.security-header__icon svg {
  width: 1.0625rem;
  height: 1.125rem;
}

.security-header__text {
  font-family: "Mont-SemiBold", sans-serif;
}

.header__lang {
  position: relative;
  top: 0.125rem;
}
@media (any-hover: hover) {
  .header__lang {
    cursor: pointer;
  }
}
.header__lang .icon-ru-lang {
  display: none;
}
.header__lang .lang-header__check:checked + .lang-header__value .icon-ru-lang {
  display: inline-block;
}
.header__lang .lang-header__check:checked + .lang-header__value .icon-en-lang {
  display: none;
}

.lang-header__check {
  position: absolute;
  box-sizing: border-box;
  width: 0.0625rem;
  height: 0.0625rem;
  display: block;
  left: 50%;
  top: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.lang-header__value .icon {
  font-size: 1.75rem;
}

.header__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 0.8125rem;
}

.header__theme-switcher {
  margin-left: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.header__theme-switcher .icon {
  color: #fff;
}
.header__theme-switcher .icon-moon-stars {
  display: none;
}
html.light .header__theme-switcher .icon-moon-stars {
  display: none;
}
html.dark .header__theme-switcher .icon-moon-stars {
  display: inline-block;
}
.header__theme-switcher .icon-sun {
  display: none;
}
html.light .header__theme-switcher .icon-sun {
  display: inline-block;
}
html.dark .header__theme-switcher .icon-sun {
  display: none;
}

.header__actions {
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.8125rem;
}

.actions-header__item {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 0.75rem;
  padding: 0.625rem 1.5rem 0.75rem 1.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0.0625rem solid #fff;
  border-radius: 2.5rem;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.2s;
}
.actions-header__item .icon {
  height: 1.125rem;
}
.actions-header__item .icon-profile {
  width: 1.125rem;
  height: 1.25rem;
}
.actions-header__item .icon-exit {
  width: 1.125rem;
}

.item-actions-header__icon {
  height: 1.125rem;
}

.item-actions-header__money {
  font-family: "Mont-Bold", sans-serif;
}

.item-actions-header__val {
  font-family: "Mont-Light", sans-serif;
}

/*--------------------END header----------------------*/
/*--------------------2fa----------------------*/
.twofa__top {
  margin-bottom: 2.375rem;
}

.twofa__text {
  font-family: "Mont-SemiBold", sans-serif;
}
.twofa__text a {
  text-decoration: none;
  color: #73C128;
}

.twofa__content {
  padding-bottom: 3rem;
  background-color: #fff;
  color: #000;
}
html.dark .twofa__content {
  color: #fff;
  background-color: #202A4A;
}

.content-twofa__header {
  padding: 1.5rem 1.875rem 1.125rem 1.875rem;
  border-bottom: 0.125rem solid #73C128;
  font-family: "Mont-Bold", sans-serif;
  font-size: 1.25rem;
}

.content-twofa__body {
  padding-top: 2.875rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
}

.content-twofa__qr {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-twofa__qr-block {
  text-align: center;
}

.content-twofa__code {
  width: 9.5625rem;
  height: 9.875rem;
  padding: 0.625rem;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
html.dark .content-twofa__code--light {
  display: none;
}
html.light .content-twofa__code--light {
  display: -ms-flexbox;
  display: flex;
}
.content-twofa__code--dark {
  background-color: #202A4A;
}
html.dark .content-twofa__code--dark {
  display: -ms-flexbox;
  display: flex;
}
html.light .content-twofa__code--dark {
  display: none;
}
.content-twofa__code img {
  max-width: 100%;
  max-height: 100%;
}

.content-twofa__caption {
  font-size: 1.25rem;
}

.content-twofa__key {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 12.1468926554%;
}

.content-twofa__key-block {
  max-width: 21.25rem;
  width: 100%;
}

.content-twofa__key-title {
  margin-bottom: 1.5rem;
  font-family: "Mont-Bold", sans-serif;
  font-size: 1.25rem;
}

.content-twofa__bottom {
  padding-top: 1.5rem;
  text-align: right;
}

/*--------------------END 2fa----------------------*/
/*--------------------cards----------------------*/
.cards__content {
  max-width: 65.75rem;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.cards__content .card {
  -ms-flex-preferred-size: calc(calc(100% / 3) - calc(1rem / 3 * calc(3 - 1)));
  flex-basis: calc(calc(100% / 3) - calc(1rem / 3 * calc(3 - 1)));
}

.card {
  padding: 1.8125rem 1.5rem 1.5rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}
html.dark .card {
  background-color: #202A4A;
}

.card__top {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 1rem;
  padding-bottom: 0.5rem;
}
.card__top .icon-ruble-gray {
  height: 2.25rem;
  opacity: 0.7;
}

.card__total {
  color: #000;
  font-size: 2rem;
  font-family: "Mont-Bold", sans-serif;
}
html.dark .card__total {
  color: #fff;
}

.card__wallet {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #929DA8;
}

.card__body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 0.25rem;
  color: #000;
}
html.dark .card__body {
  color: #fff;
}

.card__text {
  font-family: "Mont-SemiBold", sans-serif;
}

.card__bottom {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: auto;
  text-align: right;
}

/*--------------------END cards----------------------*/
/*--------------------payments-table----------------------*/
.payments__table .adm-table__header {
  border-bottom: 0.0625rem solid #73C128;
}
.payments__table .adm-table__col:first-child {
  -ms-flex: 0 0 10.9962406015%;
  flex: 0 0 10.9962406015%;
}
.payments__table .adm-table__col:nth-child(2) {
  -ms-flex: 0 0 18.7969924812%;
  flex: 0 0 18.7969924812%;
}
.payments__table .adm-table__col:nth-child(3) {
  -ms-flex: 0 0 11.2781954887%;
  flex: 0 0 11.2781954887%;
}
.payments__table .adm-table__col:nth-child(3) .adm-table__val {
  font-size: 0.875rem;
}
.payments__table .adm-table__col:nth-child(4) {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.payments__table .adm-table__col:nth-child(5) {
  -ms-flex: 0 0 14.0037593985%;
  flex: 0 0 14.0037593985%;
  min-width: 9.3125rem;
}
.payments__table .adm-table__col:nth-child(6) {
  -ms-flex: 0 0 19.5488721805%;
  flex: 0 0 19.5488721805%;
}

/*--------------------END payments-table----------------------*/
/*--------------------payments-top----------------------*/

.payments__top {
  margin-bottom: 1.5rem;
}
.payments__top .form__block {
  padding-bottom: 2.25rem;
}

.info-payments__header {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.info-payments__header .form__block-title {
  font-size: 1rem;
  font-family: "Mont-SemiBold", sans-serif;
}

.info-payments__data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
}

.info-payments__data-item {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 2.6875rem;
  padding: 0.4375rem 2rem;
  border-radius: 2.5rem;
  color: #8E8E8E;
  font-size: 1.25rem;
  font-family: "Mont-SemiBold", sans-serif;
  line-height: 0.85;
  background-color: #ECECEC;
}
html.dark .info-payments__data-item {
  background-color: #2E3E6F;
  color: #828BA9;
}

.info-payments__body .form__area {
  color: #000;
}

.info-payments__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-family: "Mont-Heavy", sans-serif;
}

.info-payments__overal {
  margin: 1rem 0;
  color: #808080;
}
html.dark .info-payments__overal {
  color: #8F94A4;
}
.info-payments__overal .form__caption:not(:last-child) {
  margin-bottom: 1rem;
}

.info-payments__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*--------------------END payments-top----------------------*/
/*--------------------profile----------------------*/
.profile__header {
  margin-bottom: 3rem;
}

.profile__columns {
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.profile__columns .profile__column {
  -ms-flex-preferred-size: calc(calc(100% / 2) - calc(1rem / 2 * calc(2 - 1)));
  flex-basis: calc(calc(100% / 2) - calc(1rem / 2 * calc(2 - 1)));
}

.profile__column {
  text-align: left;
}

/*--------------------END profile----------------------*/
/*--------------------settings----------------------*/
/*--------------------END settings----------------------*/
/*--------------------transactions-table----------------------*/
.transactions__table .adm-table__header .adm-table__col {
  border-bottom: none;
}
.transactions__table .adm-table__header .adm-table__row {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.transactions__table .adm-table__col:nth-child(9) .adm-table__val {
  word-break: break-word;
}

/*--------------------END transactions-table----------------------*/
/*--------------------transactions-top----------------------*/
.transactions__form .form__bottom .btn-dark {
  margin-right: 0.4375rem;
}

.form-transactions__row {
  margin-bottom: 1rem;
  -ms-flex-align: center;
  align-items: center;
}

.form-transactions__row--top {
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.form-transactions__row--top .form-transactions__col {
  -ms-flex-preferred-size: calc(calc(100% / 3) - calc(1rem / 3 * calc(3 - 1)));
  flex-basis: calc(calc(100% / 3) - calc(1rem / 3 * calc(3 - 1)));
}

.form-transactions__row--middle {
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.form-transactions__row--middle .form-transactions__col {
  -ms-flex-preferred-size: calc(calc(100% / 2) - calc(1rem / 2 * calc(2 - 1)));
  flex-basis: calc(calc(100% / 2) - calc(1rem / 2 * calc(2 - 1)));
}

.form-transactions__row--bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 56.591099916% 1fr;
  grid-template-columns: 56.591099916% 1fr;
  grid-column-gap: 1rem;
}

.form-transactions__col--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto;
  grid-template-columns: 1fr auto auto;
  grid-column-gap: 0.625rem;
}

/*--------------------END transactions-top----------------------*/

@media (max-width: 100rem) {
  table.table-adaptive thead {
    left: -624.9375rem;
    position: absolute;
    visibility: hidden;
  }
  table.table-adaptive tr {
    border-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    border-radius: 0.75rem;
  }
  table.table-adaptive td {
    border: 0.0625rem solid #73c128;
    margin: 0 -0.0625rem -0.0625rem 0;
    padding-top: 2.1875rem;
    position: relative;
    width: 25%;
    font-size: 0.875rem;
  }
  table.table-adaptive td span {
    display: block;
  }
}

@media only screen and (max-width: 81.25em) and (max-width: 81.25em) {
  .sidebar-expanded .cards__content .card {
    -ms-flex-preferred-size: calc(calc(100% / 2) - calc(1rem / 2 * calc(2 - 1)));
    flex-basis: calc(calc(100% / 2) - calc(1rem / 2 * calc(2 - 1)));
  }
}

@media only screen and (max-width: 81.25em) and (max-width: 43.75em) {
  .sidebar-expanded .cards__content .card {
    -ms-flex-preferred-size: calc(calc(100% / 1) - calc(1rem / 1 * calc(1 - 1)));
    flex-basis: calc(calc(100% / 1) - calc(1rem / 1 * calc(1 - 1)));
  }
}

@media only screen and (max-width: 81.25em) {
  .sidebar-expanded .cards__content {
    display: -ms-flexbox;
    display: flex;
    column-gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  .sidebar-expanded .cards__content .card {
    -ms-flex-preferred-size: calc(calc(100% / 3) - calc(1rem / 3 * calc(3 - 1)));
    flex-basis: calc(calc(100% / 3) - calc(1rem / 3 * calc(3 - 1)));
  }
  .form-transactions__row--bottom {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 75rem) {
  table.table-adaptive thead {
    left: -624.9375rem;
    position: absolute;
    visibility: hidden;
  }
  table.table-adaptive tr {
    border-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    border-radius: 0.75rem;
  }
  table.table-adaptive td {
    border: 0.0625rem solid #73c128;
    margin: 0 -0.0625rem -0.0625rem 0;
    padding-top: 2.1875rem;
    position: relative;
    width: 50%;
    font-size: 0.875rem;
  }
  table.table-adaptive td span {
    display: block;
  }
}

@media only screen and (max-width: 61.9375em) {
  .sidebar-expanded .sidebar {
    width: 18.75rem;
  }
  .sidebar {
    width: 3.875rem;
  }
  .sidebar__top {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
  .sidebar-expanded .sidebar__top {
    padding-left: 3rem;
    padding-right: 1rem;
  }
  .sidebar__logo {
    display: none;
  }
  .sidebar-expanded .sidebar__logo {
    display: block;
  }
  .menu__link {
    padding-left: 1.28125rem;
    padding-right: 1.28125rem;
  }
  .sidebar-expanded .menu__link {
    padding-left: 3.125rem;
    padding-right: 1.125rem;
  }
  .menu__value {
    display: none;
  }
  .sidebar-expanded .menu__value {
    display: block;
  }
  .main {
    padding-left: 3.875rem;
  }
  .cards__content .card {
    -ms-flex-preferred-size: calc(calc(100% / 2) - calc(1rem / 2 * calc(2 - 1)));
    flex-basis: calc(calc(100% / 2) - calc(1rem / 2 * calc(2 - 1)));
  }
  .info-payments__header {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 1rem;
  }
  .info-payments__data {
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .form-transactions__row--middle .form-transactions__col {
    -ms-flex-preferred-size: calc(calc(100% / 2) - calc(1rem / 2 * calc(2 - 1)));
    flex-basis: calc(calc(100% / 2) - calc(1rem / 2 * calc(2 - 1)));
  }
  .form-transactions__row--bottom {
    -ms-grid-columns: 4.3125rem 1fr;
    grid-template-columns: 4.3125rem 1fr;
  }
}

@media only screen and (max-width: 47.99875em) {
  .page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sect-note {
    font-family: "Mont-Regular", sans-serif;
  }
  .btn-mini {
    padding: 0.25rem 1rem;
    font-size: 1rem;
  }
  .adm-table__header {
    display: none;
  }
  .adm-table__row {
    padding: 1.5rem;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.6875rem;
    background-color: #fff;
    border-radius: 0.75rem;
  }
  .adm-table__row:not(:last-child) {
    margin-bottom: 1rem;
  }
  html.dark .adm-table__row {
    background-color: #202A4A;
  }
  .adm-table__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    column-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .adm-table__val {
    text-align: right;
    font-family: "Mont-Regular", sans-serif;
  }
  .adm-table__labels {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer {
    padding-right: 1rem;
  }
  .header {
    padding-right: 1rem;
  }
  .twofa__top {
    margin-bottom: 3rem;
  }
  .content-twofa__body {
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .content-twofa__key {
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }
  .content-twofa__bottom {
    text-align: center;
  }
  .payments__table .adm-table__body .adm-table__col:nth-child(4) .adm-table__val {
    word-break: break-word;
  }
  .payments__table .adm-table__col:nth-child(5) {
    -ms-flex-order: 2;
    order: 2;
  }
  .payments__table .adm-table__col:nth-child(5) .adm-table__caption {
    display: none;
  }
  .payments__table .adm-table__col:nth-child(6) {
    padding-bottom: 0.5rem;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-order: 1;
    order: 1;
  }
  .payments__table .adm-table__col:nth-child(6) .adm-table__caption {
    display: none;
  }
  .payments__table .adm-table__col:nth-child(6) .adm-table__val {
    color: #808080;
    font-size: 0.875rem;
    font-family: "Mont-SemiBold", sans-serif;
  }
  html.dark .payments__table .adm-table__col:nth-child(6) .adm-table__val {
    color: #8F94A4;
  }
  .info-payments__footer {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .info-payments__footer .btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .ellipse--trans {
    display: none;
  }
  .transactions__table {
    margin-right: 0;
  }
  .transactions__table .adm-table__col:nth-child(10) .adm-table__val {
    font-size: 0.875rem;
    font-family: "Mont-SemiBold", sans-serif;
    color: #808080;
  }
  html.dark .transactions__table .adm-table__col:nth-child(10) .adm-table__val {
    color: #8F94A4;
  }
  .transactions__table .adm-table__col:nth-child(11) {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 1.5rem;
  }
  .form-transactions__row--bottom {
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .form-transactions__col--grid {
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row: 1/3;
    grid-column: 2/3;
    grid-row-gap: 1rem;
  }
  .form-transactions__col--grid .form__custom-policy {
    grid-column: 1/3;
  }
  .form-transactions__btns {
    grid-column: 1/3;
    text-align: right;
  }
}

@media only screen and (max-width: 43.75em) {
  .header {
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__actions {
    max-width: calc(100% + 1rem);
    overflow: auto;
    position: relative;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }
  .cards__content .card {
    -ms-flex-preferred-size: calc(calc(100% / 1) - calc(1rem / 1 * calc(1 - 1)));
    flex-basis: calc(calc(100% / 1) - calc(1rem / 1 * calc(1 - 1)));
  }
  .info-payments__data {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info-payments__data-item {
    font-size: 1.125rem;
  }
  .profile__columns .profile__column {
    -ms-flex-preferred-size: calc(calc(100% / 1) - calc(1rem / 1 * calc(1 - 1)));
    flex-basis: calc(calc(100% / 1) - calc(1rem / 1 * calc(1 - 1)));
  }
  .transactions__table .adm-table__col:nth-child(3) .adm-table__caption {
    -ms-flex: 0 0 7.5rem;
    flex: 0 0 7.5rem;
  }
  .transactions__table .adm-table__col:nth-child(4) {
    display: block;
  }
  .transactions__table .adm-table__col:nth-child(4) .adm-table__caption {
    margin-bottom: 0.75rem;
  }
  .transactions__table .adm-table__col:nth-child(5) {
    display: block;
  }
  .transactions__table .adm-table__col:nth-child(5) .adm-table__caption {
    margin-bottom: 0.75rem;
  }
  .transactions__table .adm-table__col:nth-child(6) {
    display: block;
  }
  .transactions__table .adm-table__col:nth-child(6) .adm-table__caption {
    margin-bottom: 0.75rem;
  }
  .transactions__table .adm-table__col:nth-child(7) {
    display: block;
  }
  .transactions__table .adm-table__col:nth-child(7) .adm-table__caption {
    margin-bottom: 0.75rem;
  }
  .transactions__table .adm-table__col:nth-child(8) {
    display: block;
  }
  .transactions__table .adm-table__col:nth-child(8) .adm-table__caption {
    margin-bottom: 0.75rem;
  }
  .transactions__table .adm-table__col:nth-child(9) {
    display: block;
  }
  .transactions__table .adm-table__col:nth-child(9) .adm-table__caption {
    margin-bottom: 0.75rem;
  }
  .transactions__table .adm-table__col:nth-child(10) {
    display: block;
  }
  .transactions__table .adm-table__col:nth-child(10) {
    display: block;
  }
  .transactions__table .adm-table__col:nth-child(10) .adm-table__caption {
    margin-bottom: 0.75rem;
  }
  .transactions__form .form__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 0.625rem;
  }
  .form-transactions__row--top .form-transactions__col {
    -ms-flex-preferred-size: calc(calc(100% / 1) - calc(1rem / 1 * calc(1 - 1)));
    flex-basis: calc(calc(100% / 1) - calc(1rem / 1 * calc(1 - 1)));
  }
  .form-transactions__row--middle .form-transactions__col {
    -ms-flex-preferred-size: calc(calc(100% / 1) - calc(1rem / 1 * calc(1 - 1)));
    flex-basis: calc(calc(100% / 1) - calc(1rem / 1 * calc(1 - 1)));
  }
  .form-transactions__row--bottom {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .form-transactions__col--grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-row: auto;
    grid-row: auto;
    -ms-grid-column: auto;
    grid-column: auto;
  }
  .form-transactions__col--grid .form__custom-policy {
    -ms-grid-column: auto;
    grid-column: auto;
    margin-top: 1.1875rem;
  }
  .form-transactions__btns .btn {
    width: 100%;
    max-width: 9.625rem;
  }
}

@media only screen and (max-width: 30em) {
  .sect-note {
    max-width: 16.25rem;
  }
  .breadcrumbs {
    column-gap: 0.1875rem;
  }
  .breadcrumbs__item {
    display: none;
  }
  .breadcrumbs__item:not(:last-child):after {
    margin-left: 0.1875rem;
  }
  .breadcrumbs__item:last-child {
    display: block;
  }
  .breadcrumbs__item:nth-last-child(2) {
    display: block;
  }
  .pagination {
    display: none;
  }
  .form-transactions__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 0.625rem;
    text-align: center;
  }
}

@media only screen and (max-width: 23.4375em) {
  .form__input {
    font-size: 0.875rem;
  }
  .form__area {
    font-size: 0.875rem;
  }
  .form__policy {
    font-size: 0.875rem;
  }
  .form__caption {
    font-size: 0.875rem;
  }
  h1 {
    font-size: 1.875rem;
  }
}

@media only screen and (max-width: 22.5em) {
  .settings__form .form__caption {
    padding-right: 0.25rem;
  }
  .form__bottom {
    text-align: center;
  }
  .info-payments__header {
    text-align: center;
  }
  .info-payments__data-item {
    padding: 0.4375rem 1.5625rem;
  }
  .info-payments__footer {
    -ms-flex-align: center;
    align-items: center;
  }
  .info-payments__footer .btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media only screen and (max-width: 20em) {
  .adm-table__labels .btn {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 30em) {
  .breadcrumbs__item:nth-last-child(2) {
    display: none;
  }
}

@media only screen and (min-width: 43.75em) {
  .profile__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    column-gap: 1rem;
  }
  .profile__header h1 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 47.99875em) {
  .adm-table__row {
    -ms-flex-align: center;
    align-items: center;
  }
  .adm-table__row:not(:last-child) {
    border-bottom: 0.0625rem solid #73C128;
  }
  .adm-table__col {
    text-align: center;
  }
  .adm-table__caption {
    color: #fff;
    display: none;
  }
  .content-twofa__body {
    -ms-flex-align: center;
    align-items: center;
  }
  html.dark .payments__table {
    background-color: #202A4A;
  }
  .payments__table {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    background-color: #fff;
    text-align: center;
    border-radius: 0.75rem;
  }
  .payments__table .adm-table__body .adm-table__col:nth-child(4) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .payments__table .adm-table__body .adm-table__col:nth-child(4) .adm-table__val {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .payments {
    padding-top: 3.125rem;
  }
  .transactions__table {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    background-color: #fff;
    text-align: center;
    border-radius: 0.75rem;
    font-size: 0.75rem;
  }
  html.dark .transactions__table {
    background-color: #202A4A;
  }
  .transactions__table .adm-table__label {
    padding: 0.125rem 0.6875rem;
    min-width: 3.875rem;
    min-height: 1.125rem;
    font-size: 0.6875rem;
  }
  .transactions__table {
    overflow-x: auto;
  }
  .transactions__table .adm-table--transactions .ellipse {
    display: none;
  }
  .transactions__table .adm-table__body .adm-table__row {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .transactions__table .adm-table__row:not(:last-child) .adm-table__col {
    border-bottom: 0.0625rem solid #73C128;
  }
  html.dark .transactions__table .adm-table__row:not(:last-child) .adm-table__col {
    border-color: #B7B7B7;
  }
  .transactions__table .adm-table__row {
    padding: 0;
    border-bottom: none;
  }
  .transactions__table .adm-table__col {
    padding: 1.0625rem 0.3125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .transactions__table .adm-table__col:first-child {
    -ms-flex: 0 0 2.8125rem;
    flex: 0 0 2.8125rem;
  }
  .transactions__table .adm-table__col:nth-child(2) {
    -ms-flex: 0 0 3.75rem;
    flex: 0 0 3.75rem;
  }
  .transactions__table .adm-table__col:nth-child(3) {
    -ms-flex: 0 0 4.875rem;
    flex: 0 0 4.875rem;
  }
  .transactions__table .adm-table__col:nth-child(4) {
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
  }
  .transactions__table .adm-table__col:nth-child(5) {
    -ms-flex: 0 0 7.125rem;
    flex: 0 0 7.125rem;
  }
  .transactions__table .adm-table__col:nth-child(6) {
    -ms-flex: 0 0 6.125rem;
    flex: 0 0 6.125rem;
  }
  .transactions__table .adm-table__col:nth-child(7) {
    -ms-flex: 0 0 4.75rem;
    flex: 0 0 4.75rem;
  }
  .transactions__table .adm-table__col:nth-child(8) {
    -ms-flex: 0 0 6.8125rem;
    flex: 0 0 6.8125rem;
  }
  .transactions__table .adm-table__col:nth-child(9) {
    -ms-flex: 0 0 15.1875rem;
    flex: 0 0 15.1875rem;
  }
  .transactions__table .adm-table__col:nth-child(10) {
    -ms-flex: 0 0 5.1875rem;
    flex: 0 0 5.1875rem;
  }
  .transactions__table .adm-table__col:nth-child(11) {
    -ms-flex: 0 0 7.5rem;
    flex: 0 0 7.5rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .transactions__table .adm-table__col:first-child {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .transactions__table .adm-table__col:nth-child(2) {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .transactions__table .adm-table__col:nth-child(3) {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .transactions__table .adm-table__col:nth-child(4) {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .transactions__table .adm-table__col:nth-child(5) {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .transactions__table .adm-table__col:nth-child(6) {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .transactions__table .adm-table__col:nth-child(7) {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .transactions__table .adm-table__col:nth-child(8) {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .transactions__table .adm-table__col:nth-child(9) {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .transactions__table .adm-table__col:nth-child(10) {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .transactions__table .adm-table__col:nth-child(11) {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media (any-hover: hover) {
  .sidebar__burger {
    cursor: pointer;
  }
  .menu__link {
    cursor: pointer;
  }
  .menu__link:hover {
    background: #213953; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, #213953 0%, #1B2D41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
  }
  .menu__link:hover:before {
    display: block;
  }
  .form__custom-chek:hover {
    cursor: pointer;
  }
  .eye-ico {
    cursor: pointer;
  }
  .btn {
    cursor: pointer;
  }
  .btn {
    cursor: pointer;
  }
  .btn:not(.bootstrap-datetimepicker-widget .btn):hover {
    background-color: #80d42f;
  }
  .btn-empty {
    cursor: pointer;
  }
  .btn-empty:hover {
    color: #fff;
  }
  .btn-dark:not(.bootstrap-datetimepicker-widget .btn-dark):hover {
    color: #fff;
  }
  .btn-danger:not(.bootstrap-datetimepicker-widget .btn-danger):hover {
    background-color: #e00000;
  }
  .pagination .pagination__arrow {
    cursor: pointer;
  }
  .fstdropdown {
    cursor: pointer;
  }
  .header__theme-switcher {
    cursor: pointer;
  }
  .actions-header__item {
    cursor: pointer;
  }
  .actions-header__item:hover {
    background: transparent; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, transparent 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
    background-color: #73C128;
  }
}
.mt-10 {
  margin-top: 0.5rem;
}

.payments__table .adm-table__labels,
.table-wrap .adm-table__labels {
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .payments__table {
    font-size: 12px;
  }

  .payments__table .adm-table__label {
    min-width: auto;
    min-height: auto;
    padding: 2px 10px;
  }
}



.table-wrap-container {
  padding: 24px 24px 40px 24px;
  background-color: #fff;
  border-radius: 12px;
}
 
table.table-wrap {
  text-align: center;
  /*display: inline-block;*/
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
  overflow-x: auto;
  width: 100%;
  padding: 0;
  background-color: #fff;
  text-align: center;
  border-radius: 12px;
  font-size: 12px;
  color: #000;
  font-family: "RobotoLight", sans-serif;
  border-collapse: collapse;
}

table.table-wrap tr {
  border-bottom: 0.0625rem solid #73C128;
  padding: 5px;
}

table.table-wrap tr:last-child {
  border-bottom: none;
}

table.table-wrap th, table.table-wrap td {
  padding: 10px;
  text-align: center;
}

table.table-wrap th {
  /*color: #fff;
  background-color: #444;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;*/
}

table.table-wrap .adm-table__label {
  padding: 2px 11px;
  min-width: 62px;
  min-height: 18px;
  font-size: 11px;
}

table.table-wrap .btn-mini {
  min-height: 1rem;
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  font-size: 9.43px;
  line-height: normal;
  font-family: "RobotoMedium", sans-serif;
}

table.table-wrap .td-w95 {
  min-width: 95px;
}

table.table-wrap .text-amount {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  table.table-wrap .text-left {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  table.table-wrap .adm-table__labels {
    align-items: flex-end !important;
    flex-direction: column !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .table-wrap.table-wrap-md {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .table-wrap.table-wrap-lg {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .table-wrap.table-wrap-xl {
    display: inline-block;
  }
}


@media screen and (max-width: 768px) {
  table.table-wrap {
    border: 0;
  }
  table.table-wrap thead {
    display: none;
  }
  table.table-wrap tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #73C128;
  }
  table.table-wrap td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
    min-height: 38px;
  }
  table.table-wrap td:last-child {
    border-bottom: 0;
  }
  table.table-wrap td:before {
    content: attr(data-label);
    float: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .td-w95 {
    width: 95px;
    min-width: 95px;
    text-align: center;
  }
}

.docs-content .form__input {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 15px;
}

.docs-content .badge {
    color: #000;
    background: #73c128;
    padding: 0 9px;
    border-radius: 5px;
}

.docs-content h4 {
    font-family: RobotoBold, sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.docs-content h5 {
    font-family: RobotoBold, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.docs-content h6 {
    font-family: RobotoBold, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.docs-content .mb-3 {
    margin-bottom: 1rem !important;
}

.docs-content .mb-4 {
    margin-bottom: 1.3rem !important;
}

.docs-content p {
    padding: 5px 0;
}

.docs-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.docs-content table td, .docs-content table th {
    border-bottom: .0625rem solid #73c128;
    padding: 8px;
}

.docs-content table th {
    text-align: left;
}

.docs-content div {
    width: 100%;
}

.docs-content .accordion {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
  /*display: flex;*/
  align-items: center;
  column-gap: 0.75rem;
  flex-shrink: 0;
  /*color: rgb(255, 255, 255);*/
  outline: none;
  padding: 0.625rem 1.5rem 0.75rem 1.75rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000;
  border-image: initial;
  border-radius: 2.5rem;
  text-decoration: none;
  transition: background-color 0.2s;
  margin-bottom: 20px;
}

.docs-content .accordion:hover {
  background-color: #73C128;
}

.docs-content .accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.docs-content .accordion.active:after {
  content: "\2796";
}

.docs-content .accordion-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.docs-content .accordion-panel--content {
    margin-top: 15px;
}

html.dark .table-wrap-container,
html.dark .table-wrap,
html.dark .docs-content .accordion-panel,
html.dark .docs-content .accordion {
  background-color: #202A4A;
  color: #fff;
}

html.dark .docs-content .accordion  {
  border-color: #fff;
}

.payout-input-group {
    display: flex;
}

.payout-input-group input {
    border-radius: 0.625rem 0 0 0.625rem;
}

.payout-input-group button {
    font-size: 1rem;
    min-height: 46px;
    border-radius: 0 0.625rem 0.625rem 0;
    padding: 10px 30px;
    border-top: 1px solid #73C128;
    border-right: 1px solid #73C128;
    border-bottom: 1px solid #73C128;
}

.select2-container--default .select2-selection--single {
  height: 2.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  border: 0.0625rem solid #73C128;
  border-radius: 0.625rem;
  color: #000;
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px !important;
}

.select2-results__option[aria-selected] {
    color: #000 !important;
}

.card.collapsed-card .card-body,
.card.collapsed-card .card-footer {
  display: none;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.card.bg-primary .bootstrap-datetimepicker-widget .table td,
.card.bg-primary .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.card.bg-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #0067d6;
  color: #fff;
}

.card.bg-primary .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.card.bg-primary .bootstrap-datetimepicker-widget table td.active,
.card.bg-primary .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3395ff;
  color: #fff;
}

.export-btn-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.form-payoff__param--card_mass textarea {
  width: 100%;
  height: auto;
}
