#toasty {
  position: fixed;
  width: 300px;
  z-index: 999999;
  /* Positioning */
}
#toasty .close-button:focus {
  outline: 0;
}
#toasty.toasty-position-top-left {
  top: 12px;
  left: 12px;
}
#toasty.toasty-position-top-right {
  top: 50px;
  right: 10px;
}
#toasty.toasty-position-bottom-right {
  bottom: 12px;
  right: 12px;
}
#toasty.toasty-position-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toasty.toasty-position-top-center {
  top: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#toasty.toasty-position-bottom-center {
  bottom: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#toasty.toasty-position-center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#toasty .toast {
  background: rgba(29, 54, 75, 0.95);
  padding: 15px 25px;
  margin: 0 0 10px 0;
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1);
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1);
}
#toasty .toast:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  border-radius: 2px 0 0 2px;
}
#toasty .toast.toasty-type-success:before {
  background: #6abc5a; }
#toasty .toast.toasty-type-error:before {
  background: #e25849; }
#toasty .toast.toasty-type-info:before {
  background: #4c94ff; }
#toasty .toast.toasty-type-wait:before {
  background: #255556; }
#toasty .toast.toasty-type-warning:before {
  background: #F97A1F; }
#toasty .toast .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding-left: 10px;
}
#toasty .toast .close-button:hover:before,
#toasty .toast .close-button:focus:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiBmaWxsPSIjYzhkMmRkIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMjguMjI4LDIzLjk4Nkw0Ny4wOTIsNS4xMjJjMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MmMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwTDIzLjk4NiwxOS43NDRMNS4xMjEsMC44OGMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwYy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQybDE4Ljg2NSwxOC44NjRMMC44NzksNDIuODVjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDJDMS40NjUsNDcuNjc3LDIuMjMzLDQ3Ljk3LDMsNDcuOTdzMS41MzUtMC4yOTMsMi4xMjEtMC44NzlsMTguODY1LTE4Ljg2NEw0Mi44NSw0Ny4wOTFjMC41ODYsMC41ODYsMS4zNTQsMC44NzksMi4xMjEsMC44NzlzMS41MzUtMC4yOTMsMi4xMjEtMC44NzljMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MkwyOC4yMjgsMjMuOTg2eiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
}
#toasty .toast .close-button:before {
  content: '';
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiBmaWxsPSJyZ2JhKDIwMCwgMjEwLCAyMjEsIDAuNSkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0yOC4yMjgsMjMuOTg2TDQ3LjA5Miw1LjEyMmMxLjE3Mi0xLjE3MSwxLjE3Mi0zLjA3MSwwLTQuMjQyYy0xLjE3Mi0xLjE3Mi0zLjA3LTEuMTcyLTQuMjQyLDBMMjMuOTg2LDE5Ljc0NEw1LjEyMSwwLjg4Yy0xLjE3Mi0xLjE3Mi0zLjA3LTEuMTcyLTQuMjQyLDBjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDJsMTguODY1LDE4Ljg2NEwwLjg3OSw0Mi44NWMtMS4xNzIsMS4xNzEtMS4xNzIsMy4wNzEsMCw0LjI0MkMxLjQ2NSw0Ny42NzcsMi4yMzMsNDcuOTcsMyw0Ny45N3MxLjUzNS0wLjI5MywyLjEyMS0wLjg3OWwxOC44NjUtMTguODY0TDQyLjg1LDQ3LjA5MWMwLjU4NiwwLjU4NiwxLjM1NCwwLjg3OSwyLjEyMSwwLjg3OXMxLjUzNS0wLjI5MywyLjEyMS0wLjg3OWMxLjE3Mi0xLjE3MSwxLjE3Mi0zLjA3MSwwLTQuMjQyTDI4LjIyOCwyMy45ODZ6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
}
#toasty .toast .toast-text {
}
#toasty .toast .toast-text > br {
  display: none;
}
#toasty .toast .toast-text .toast-title {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .2px;
  padding: 0 0 2px 0;
}
#toasty .toast .toast-text .toast-msg {
  display: block;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: .2px;
  color: #c8d2dd;
  padding: 3px 0;
}@charset "UTF-8";
body.ngx-dialog-open {
  overflow: hidden; }

.ngx-dialog-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1d364b;
  opacity: 0;
  z-index: 200;
  transition: opacity 0.5s; }
  .ngx-dialog-backdrop.shown {
    opacity: 0.3; }

.ngx-dialog-backdrop.ngx-dialog-backdrop--mobile {
  position: absolute; }

.dark-theme .ngx-dialog-backdrop {
  background: #0c1119; }

.dark-theme .ngx-dialog-backdrop.shown {
  opacity: 0.82; }

.ngx-dialog-window {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 201;
  text-align: center;
  font-size: 0;
  line-height: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: auto; }
  .ngx-dialog-window.shown .custom-popup {
    opacity: 1; }

.ngx-dialog-window.ngx-dialog-window--mobile {
  position: absolute; }

.ngx-dialog-window:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.ngx-dialog-window .custom-popup {
  transition: opacity 0.25s;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 1;
  display: inline-block;
  min-width: 384px; }

@media (max-width: 767px) {
  .ngx-dialog-window .custom-popup {
    min-width: 320px;
    max-width: 100%;
    margin: 10px 0; } }

.trans-block__input-left, .profit-popup__block .trans-block__input-left {
  padding-right: 8px; }

.info-bar__text--overflow {
  min-width: 40px; }

.section__top-right .drop-block {
  margin-left: 20px; }

.section__top-right .drop-block:first-child {
  margin-left: 0px; }

.drop-block {
  position: relative; }

.drop-body {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 10px 0 0 0;
  background: #fff;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1);
  min-width: 140px;
  text-align: left;
  /*opacity: 0;
    visibility: hidden;*/
  display: none;
  transition: all .2s ease;
  height: 170px;
  overflow: hidden;
  z-index: 100; }

.dark-theme .drop-body {
  color: #070b10; }

.dark-theme .context-menu__list-item.active .context-menu__link {
  background: #1a355e;
  color: #8e9fb0; }

.group-select__drop.drop-body {
  padding: 0; }

.group-select__drop.drop-body {
  height: 370px; }

.drop-body.drop-body_auto {
  height: auto;
  min-width: auto; }

.drop-body.active {
  /*opacity: 1;
    visibility: visible;*/
  display: block; }

.drop-body-inner {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden; }

.work-table__actions-row--green-updated:not(:hover),
.work-table__actions-row--red-updated:not(:hover),
.work-table .work-table__col--green .work-table__actions-row--highlight:not(:hover),
.work-table .work-table__col--red .work-table__actions-row--highlight:not(:hover),
.work-table .work-table__actions-row--mod-green.work-table__actions-row--highlight:not(:hover),
.work-table .work-table__actions-row--mod-red.work-table__actions-row--highlight:not(:hover),
.work-table--history .work-table__value--up,
.work-table--history .work-table__value--down,
.work-table--history .work-table__value--up-red,
.work-table--history .work-table__value--down-green,
.dark-theme .work-table__actions-row--green-updated:not(:hover),
.dark-theme .work-table__actions-row--red-updated:not(:hover),
.dark-theme .work-table .work-table__col--green .work-table__actions-row--highlight:not(:hover),
.dark-theme .work-table .work-table__col--red .work-table__actions-row--highlight:not(:hover),
.dark-theme .work-table .work-table__actions-row--mod-green.work-table__actions-row--highlight:not(:hover),
.dark-theme .work-table .work-table__actions-row--mod-red.work-table__actions-row--highlight:not(:hover),
.dark-theme .work-table--history .work-table__value--up,
.dark-theme .work-table--history .work-table__value--down,
.dark-theme .work-table--history .work-table__value--up-red,
.dark-theme .work-table--history .work-table__value--down-green {
  background: none; }

.work-table__actions-row--green-updated,
.work-table .work-table__col--green .work-table__actions-row--highlight,
.work-table .work-table__actions-row--mod-green.work-table__actions-row--highlight,
.work-table--history .work-table__value--up,
.work-table--history .work-table__value--down-green {
  animation: greenblinker 1.7s cubic-bezier(0.4, 0, 0.2, 1); }

.dark-theme .work-table__actions-row--green-updated,
.dark-theme .work-table .work-table__col--green .work-table__actions-row--highlight,
.dark-theme .work-table .work-table__actions-row--mod-green.work-table__actions-row--highlight,
.dark-theme .work-table--history .work-table__value--up,
.dark-theme .work-table--history .work-table__value--down-green {
  animation: darkgreenblinker 1.7s cubic-bezier(0.4, 0, 0.2, 1); }

.work-table__actions-row--red-updated,
.work-table .work-table__col--red .work-table__actions-row--highlight,
.work-table .work-table__actions-row--mod-red.work-table__actions-row--highlight,
.work-table--history .work-table__value--down,
.work-table--history .work-table__value--up-red {
  animation: redblinker 1.7s cubic-bezier(0.4, 0, 0.2, 1); }

.dark-theme .work-table__actions-row--red-updated,
.dark-theme .work-table .work-table__col--red .work-table__actions-row--highlight,
.dark-theme .work-table .work-table__actions-row--mod-red.work-table__actions-row--highlight,
.dark-theme .work-table--history .work-table__value--down,
.dark-theme .work-table--history .work-table__value--up-red {
  animation: darkredblinker 1.7s cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes greenblinker {
  from {
    background-color: #ecf9ec; }
  to {
    background-color: transparent; } }

@keyframes darkgreenblinker {
  from {
    background-color: rgba(106, 188, 90, 0.17); }
  to {
    background-color: transparent; } }

@keyframes redblinker {
  from {
    background-color: #feeceb; }
  to {
    background-color: transparent; } }

@keyframes darkredblinker {
  from {
    background: rgba(226, 88, 73, 0.17); }
  to {
    background-color: transparent; } }

.head-card__table-fav-link .head-card__table-fav {
  z-index: 100; }

.inputbox__action-link {
  z-index: 2; }

.error .selectric, .error .selectric:hover,
.checkbox.error > span:before, .dark-theme .checkbox.error > span:before,
.checkbox.error > span:after, .dark-theme .checkbox.error > span:after,
.checkbox.error > span:hover:before, .dark-theme .checkbox.error > span:hover:before,
.checkbox.error > span:hover:after, .dark-theme .checkbox.error > span:hover:after,
.checkbox.error > span:active:before, .dark-theme .checkbox.error > span:active:before,
.checkbox.error > span:active:after, .dark-theme .checkbox.error > span:active:after {
  border-color: #e67e73; }

.header__nav-link.active {
  color: #f5f7fa; }

.header__nav-link.active [class*="icon-"] {
  fill: #f5f7fa; }

.context-menu__list-item.active .context-menu__link {
  background: #f6fafe;
  color: #1d364b; }

.head-card .head-graph {
  padding: 0; }

.head-card .head-graph__cols {
  padding: 0; }

.head-graph {
  position: relative; }

.head-graph--overflow {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.popup__inputbox .inputbox__pass-lang, .cabinet__activ-form-inputbox .inputbox__pass-lang {
  border: none;
  color: #b4bfca; }

.strikethrough:before {
  border-bottom: 1px solid #b4bfca;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: -2px;
  transform: rotate(-25deg); }

li.enable-auth__list-item:before {
  content: counters(item, ".") " "; }

.resizable--overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  /*background: rgb(29, 54, 75);*/
  display: none;
  z-index: 3; }

.resizable--overflow.shown {
  display: block; }

.head-card__table-row--header:last-child .head-card__table-cell:first-child {
  padding-left: 0; }

.head-card__table-row--header:last-child .head-card__table-cell:first-child a {
  margin-left: 8px;
  padding-left: 10px; }

.head-graph__rows .head-graph--half {
  float: none;
  height: 50%;
  width: 100%; }

.info-bar__dinamic .info-bar__dinamic-title--min:after {
  background: #ff4000; }

.info-bar__dinamic .info-bar__dinamic-title--max:after {
  background: #6abc5a; }

.work-table__actions-row--mod-red .work-table__actions-notes-link,
.work-table__actions-row--mod-green .work-table__actions-notes-link {
  left: auto;
  right: 15px;
  z-index: 2; }

.work-table .work-table__col--red .work-table__actions-line,
.work-table .work-table__col--green .work-table__actions-line {
  max-width: 100%; }

.work-table .work-table__actions-row--mod-green .work-table__bar,
.work-table .work-table__actions-row--mod-red .work-table__bar {
  max-width: 100%; }

.trans-block__inputbox-label.trans-block__inputbox-label--prefix {
  left: 58px;
  color: #1d364b; }

@media (max-width: 1070px) {
  .container {
    height: auto !important; } }

.mob-menu__lang .mob-menu__lang-label {
  width: 75px; }

.mob-menu__lang .mob-menu__lang-select {
  width: calc(100% - 75px); }

.work-table__actions-row.work-table__actions-row--empty:hover {
  background: none; }

.work-table__cols.work-table__cols-invis:before,
.dark-theme .work-table__cols.work-table__cols-invis:before {
  background: transparent; }

.dark-theme .work-table__divider {
  box-shadow: inset 0 -1px #3d4d5f; }

.trans-block__slider-label {
  min-width: 58px; }

.header__balance-table .header__balance-cell.header__balance-cell-empty {
  width: 100%; }

.tooltip-mod.text-overflow:before {
  width: 350px;
  white-space: normal;
  text-align: left; }

.tooltip-mod.tooltip-mod--left-side:before {
  left: auto;
  right: 100%;
  bottom: 30%;
  transform: translate(0, 30%);
  margin: 0 10px 0 0; }

.tooltip-mod.tooltip-mod--left-side:after {
  border-right: none;
  border-left: 5px solid rgba(35, 54, 73, 0.9);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: 100%;
  left: auto;
  top: auto;
  bottom: 30%;
  transform: translate(0, 30%);
  margin: 0 5px 0 0; }

.tooltip-mod.tooltip-mod--left-side:hover:before,
.tooltip-mod.tooltip-mod--left-side:hover:after {
  transition-delay: 0.5s; }

.cabinet__rating .cabinet__rating-progressbar-inner-text {
  padding: 4px 0 0 2px; }

@media (min-width: 768px) {
  .cabinet__rating .cabinet__rating-progressbar-icon,
  .cabinet__rating .cabinet__rating-progressbar-inner-text {
    top: auto !important; } }

@media (max-width: 767px) {
  .cabinet__rating {
    padding-top: 20px !important; }
  .cabinet__rating .cabinet__rating-progressbar {
    top: 20px; }
  .cabinet__rating .cabinet__rating-progressbar-icon {
    margin-left: 0 !important;
    top: 0;
    margin-top: -26px; }
  .cabinet__rating .cabinet__rating-progressbar-inner-text {
    display: none; }
  .cabinet__rating .cabinet__rating-progressbar .cabinet__rating-col {
    padding: 8px 0 0 0; }
  .cabinet__rating .cabinet__rating-progressbar-dot {
    margin-top: 0; } }

input[type="text"].pass-safe {
  border-bottom-color: #6abc5a;
  box-shadow: inset 0 -1px 0 #6abc5a; }

input[type="text"].pass-short {
  border-bottom-color: #e25849;
  box-shadow: inset 0 -1px 0 #e25849; }

input[type="text"].pass-nosafe {
  border-bottom-color: #ffbf00;
  box-shadow: inset 0 -1px 0 #ffbf00; }

.drop-link .dotted {
  cursor: pointer; }

.popup--start .popup__content-text {
  font-size: 16px; }

.enable-auth__qr-code {
  border: #e6e9ed solid 1px; }

.opers-card__qr-code-box .opers-card__qr-code-box-img {
  padding: 0; }

.cabinet__activ-form-inputbox {
  position: relative; }

.cabinet__activ-form-inputbox .error-lable--absolute {
  top: auto;
  bottom: 40px; }

.beta-status-panel.beta-status-panel--grey {
  background: #62778c;
  padding: 5px 0; }

.beta-status-panel.active {
  padding: 5px 0; }

.beta-status-panel .beta-status-panel__text {
  line-height: 30px; }

.beta-status-panel__text--right {
  margin-right: 30px; }

.beta-status-panel.active .popup__head-close {
  position: relative;
  float: right;
  margin: 4px 0 0 0;
  top: auto;
  right: -4px; }

.beta-status-panel .beta-status-panel__text [class*="icon-"] {
  margin-top: 7px; }

.beta-status-panel--grey .beta-status-panel__text {
  color: #fff;
  padding-left: 0px; }

.dark-theme .beta-status-panel.beta-status-panel--grey {
  background: #424b5b; }

.dark-theme .beta-status-panel--grey .beta-status-panel__text {
  color: #b4bfca; }

.beta-status-panel {
  position: relative; }

.beta-status-panel--pointer {
  cursor: pointer; }

.note-panel.note-panel--bordered {
  border-top: 1px solid rgba(230, 233, 237, 0.5); }

.dark-theme .note-panel.note-panel--bordered {
  border-top: 1px solid #62778c; }

.icon-sell {
  width: 15px;
  height: 15px; }

.icon-wallet {
  width: 13px;
  height: 12px; }

.icon-wallet-sm {
  width: 11px;
  height: 10px; }

.icon-exchange {
  width: 11px;
  height: 15px; }

.icon-invest {
  width: 17px;
  height: 12px; }

.icon-logo {
  width: 81px;
  height: 16px; }

.icon-logo2 {
  width: 102px;
  height: 19px; }

.icon-logo-min {
  width: 15px;
  height: 19px; }

.icon-logo-inline {
  width: 154px;
  height: 28px; }

.icon-caret-down {
  width: 6px;
  height: 4px; }

.icon-notifi {
  width: 13px;
  height: 15px; }

.icon-chat {
  width: 14px;
  height: 14px; }

.icon-search {
  width: 10px;
  height: 10px; }

.icon-error {
  width: 10px;
  height: 10px; }

.icon-star {
  width: 10px;
  height: 10px; }

.icon-gear {
  width: 12px;
  height: 12px; }

.icon-close {
  width: 12px;
  height: 12px; }

.icon-send-button {
  width: 14px;
  height: 12px; }

.icon-emoji {
  width: 14px;
  height: 14px; }

.icon-minus-button, .icon-plus-button, .icon-stop-button, .icon-pause-button {
  width: 12px;
  height: 12px; }

.icon-wifi {
  width: 12px;
  height: 10px; }

.icon-chart-border {
  width: 18px;
  height: 15px; }

.icon-chart {
  width: 14px;
  height: 9px; }

.icon-light {
  width: 16px;
  height: 16px; }

.icon-arrow-right {
  width: 10px;
  height: 10px; }

.icon-arrow-left {
  width: 10px;
  height: 10px;
  transform: scale(-1, 1); }

.icon-notfound {
  width: 62px;
  height: 62px; }

.icon-chart-view {
  width: 51px;
  height: 27px; }

.icon-done {
  width: 16px;
  height: 9px; }

.icon-info {
  width: 9px;
  height: 9px; }

.icon-clockwise {
  width: 11px;
  height: 11px; }

.icon-launch {
  width: 10px;
  height: 10px; }

.icon-power {
  width: 10px;
  height: 10px; }

.icon-danger {
  width: 11px;
  height: 9px; }

.icon-bitcoin-logo {
  width: 119px;
  height: 25px; }

.icon-wallet-lg {
  width: 33px;
  height: 33px; }

.icon-reload {
  width: 11px;
  height: 11px; }

.icon-warning {
  width: 15px;
  height: 15px; }

.icon-send {
  width: 88px;
  height: 58px; }

.icon-padlock {
  width: 16px;
  height: 20px; }

.icon-user-blocked {
  width: 68px;
  height: 72px; }

.icon-set-nav {
  width: 25px;
  height: 27px; }

.icon-launch-sm {
  width: 8px;
  height: 8px;
  fill: #80b3ff;
  margin: 0 3px; }

.icon-phone-lg {
  width: 38px;
  height: 66px; }

.icon-logo-lg {
  width: 164px;
  height: 30px; }

.icon-er-page {
  width: 652px;
  height: 331px; }

.icon-attention {
  width: 40px;
  height: 40px;
  fill: #e25849; }

.icon-success {
  width: 40px;
  height: 40px;
  fill: #6abc5a; }

.icon-alarm {
  width: 18px;
  height: 18px; }

.icon-doc {
  width: 24px;
  height: 28px; }

.icon-trust {
  width: 104px;
  height: 104px; }

.icon-insurance {
  width: 79px;
  height: 104px; }

.icon-backed {
  width: 104px;
  height: 104px; }

.icon-update {
  width: 76px;
  height: 76px; }

.icon-servay {
  width: 70px;
  height: 76px; }

.icon-faq {
  width: 14px;
  height: 14px; }

.icon-cabinet {
  width: 15px;
  height: 12px; }

.icon-eye {
  width: 18px;
  height: 13px; }

.icon-underconstraction {
  width: 50px;
  height: 50px; }

.icon-attention-red {
  width: 72px;
  height: 72px; }

.icon-eye-security {
  width: 60px;
  height: 31px; }

.icon-telegram-sm {
  width: 18px;
  height: 18px; }

.icon-facebook-sm {
  width: 18px;
  height: 18px; }

.icon-twitter-sm {
  width: 18px;
  height: 15px; }

.icon-attention3 {
  width: 71px;
  height: 71px; }

.icon-facebook {
  width: 15px;
  height: 15px; }

.icon-twitter {
  width: 16px;
  height: 16px; }

.icon-vkontakte {
  width: 15px;
  height: 15px; }

.icon-signin {
  width: 13px;
  height: 14px; }

.icon-home {
  width: 15px;
  height: 15px; }

.icon-telegram-simple {
  width: 20px;
  height: 17px; }

.icon-passport {
  width: 25px;
  height: 36px; }

.icon-ticket {
  width: 20px;
  height: 17px; }

.dark-theme .icon-bitcoin-logo {
  fill: #fff; }

/*NORMALIZE.CSS*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
.selectric,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
html [type="button"].selectric,
input[type="reset"],
[type="reset"].selectric,
input[type="submit"],
[type="submit"].selectric {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled],
html [disabled].selectric {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner,
.selectric::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input, .selectric {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], [type="checkbox"].selectric,
input[type="radio"],
[type="radio"].selectric {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, [type="number"].selectric::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
[type="number"].selectric::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"], [type="search"].selectric {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, [type="search"].selectric::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
[type="search"].selectric::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*NORMALIZE.CSS END*/
/*RESET*/
*,
:focus {
  outline: none; }

body {
  -webkit-fontype-smalloothing: antialiased; }

body,
html {
  height: 100%;
  width: 100%; }

a,
input[type=radio],
[type=radio].selectric,
input[type=checkbox],
[type=checkbox].selectric,
select {
  cursor: pointer; }

select[disabled] {
  cursor: default; }

/*normalization mozila*/
input:-webkit-autofill, .selectric:-webkit-autofill {
  background-color: transparent; }

/*normalization ie7*/
* + html input[type=checkbox], * + html [type=checkbox].selectric,
* + html input[type=radio],
* + html [type=radio].selectric {
  width: 13px;
  height: 13px; }

textarea {
  resize: none;
  vertical-align: top; }

em,
i {
  font-style: italic; }

img {
  vertical-align: top; }

input, .selectric {
  vertical-align: middle; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none outside none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

:focus {
  -moz-outline: 3px solid #fff !important; }

input[type="radio"]:focus, [type="radio"].selectric:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0 !important; }

input[type="checkbox"]:focus, [type="checkbox"].selectric:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important; }

/*fix button click opera old version*/
button:after {
  content: ""; }

del {
  text-decoration: line-through; }

table {
  width: 100%; }

form {
  margin: 0;
  padding: 0; }

input::-ms-clear, .selectric::-ms-clear {
  display: none; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

::-webkit-input-placeholder {
  /* chrome */
  opacity: 1;
  color: inherit; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: outside none none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* This stylesheet generated by Transfonter (https://transfonter.org) on November 20, 2017 10:14 AM */
@font-face {
  font-family: 'Roboto';
  src: url(/static/dist//fonts/Roboto-Regular.b9077621ce786b55c176a61456bfc077.eot);
  src: url(/static/dist//fonts/Roboto-Regular.b9077621ce786b55c176a61456bfc077.eot?#iefix) format("embedded-opentype"), url(/static/dist//fonts/Roboto-Regular.94dac78eee406a8c8f0406b69b85ac2b.woff) format("woff"), url(/static/dist//fonts/Roboto-Regular.4312f1fbdcf4d54af4506dabdce08010.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(/static/dist//fonts/Roboto-Medium.02aa6e7b39da1ff77803f67452addc43.eot);
  src: url(/static/dist//fonts/Roboto-Medium.02aa6e7b39da1ff77803f67452addc43.eot?#iefix) format("embedded-opentype"), url(/static/dist//fonts/Roboto-Medium.9a3bf7acae14d9b5ed5a88458106b58b.woff) format("woff"), url(/static/dist//fonts/Roboto-Medium.b2bcaa52d04bde9a494fd954ef7e7e7b.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(/static/dist//fonts/Roboto-Bold.4a1d8c27dac2c1bdee46fcfb5c80089b.eot);
  src: url(/static/dist//fonts/Roboto-Bold.4a1d8c27dac2c1bdee46fcfb5c80089b.eot?#iefix) format("embedded-opentype"), url(/static/dist//fonts/Roboto-Bold.08cb8f79715774f9a6285ee7db2919a3.woff) format("woff"), url(/static/dist//fonts/Roboto-Bold.16d7bb99c6f81cacdd91cd92d8ddb545.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(/static/dist//fonts/Roboto-Light.35d85034cc6efe254752721f40dae9f4.eot);
  src: url(/static/dist//fonts/Roboto-Light.35d85034cc6efe254752721f40dae9f4.eot?#iefix) format("embedded-opentype"), url(/static/dist//fonts/Roboto-Light.10ad0f861c0c5807734017c341940649.woff) format("woff"), url(/static/dist//fonts/Roboto-Light.2382fa8a8afcdbe3124c840bd6ef7024.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(/static/dist//fonts/Roboto-Thin.307ba41430f7cd74e67a048fcc95529e.eot);
  src: url(/static/dist//fonts/Roboto-Thin.307ba41430f7cd74e67a048fcc95529e.eot?#iefix) format("embedded-opentype"), url(/static/dist//fonts/Roboto-Thin.f09d9b5e8e8a5f3843c1f0fa161fa23c.woff) format("woff"), url(/static/dist//fonts/Roboto-Thin.0f5cc8c05acb7406a2724545d6f38320.ttf) format("truetype");
  font-weight: 100;
  font-style: normal; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/CWB0XYA8bzo0kSThX0UTuA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/oHi30kwQWvpCWqAhzHcCSBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/rGvHdJnr2l75qb0YND9NyBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/mx9Uck6uB63VIKFYnEMXrRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/mbmhprMH69Zi6eEPBYVFhRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.centered {
  display: table;
  width: 100%;
  height: 100%; }

.centered > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

body {
  background: #fff;
  color: #1d364b;
  font-family: "Roboto", Verdana;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px; }

body.dark-theme {
  color: #b4bfca;
  background: #151c28; }

h1, h2, h3, h4, h5, h6 {
  color: #4c4c4c;
  font-family: "Roboto", Verdana;
  margin: 0;
  padding: 0;
  color: #000; }

h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700; }

h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 200; }

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600; }

h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300; }

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300; }

h6 {
  font-size: 12px;
  line-height: 1.4; }

p {
  padding: 0 0 14px;
  margin: 0; }

hr {
  overflow: hidden;
  height: 1px;
  background: #e9e9e9;
  border: 0;
  margin: 32px 0; }

q,
blockquote {
  text-align: center;
  display: block;
  font-style: italic; }

strong,
b {
  font-weight: 700; }

a {
  color: #80b3ff;
  transition: all .2s ease;
  text-decoration: none; }

a.button {
  text-decoration: none; }

a.button:hover {
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: rgba(128, 179, 255, 0.8); }

[class*="icon-"] {
  display: inline-block;
  vertical-align: top; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 20px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 20px; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }

ol li {
  display: block;
  position: relative; }

ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline; }

.upper {
  text-transform: uppercase; }

table th {
  font-size: 11px;
  line-height: 13px;
  background: #f5f7fa;
  padding: 0 15px;
  height: 30px;
  vertical-align: middle;
  color: #8e9fb0;
  text-align: left; }

table td {
  font-size: 12px;
  line-height: 14px;
  height: 30px;
  color: #62778c;
  vertical-align: middle;
  padding: 0 15px;
  box-shadow: inset 0 -1px 0 #f5f7fa; }

.static-content {
  font-size: 15px;
  line-height: 19px; }

.static-content img {
  max-width: 100%;
  margin: 0 0 30px 0;
  display: block; }

.static-content img[style*="float: left"],
.static-content img[style*="float:left"],
.static-content img[align="left"] {
  margin: 0 20px 30px 0; }

.static-content img[style*="float: right"],
.static-content img[style*="float:right"],
.static-content img[align="right"] {
  margin: 0 0 30px 20px; }

.static-content p {
  padding: 0 0 33px 0; }

.static-content h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 0 34px;
  color: #1d364b;
  clear: both; }

.static-content h2 {
  display: block;
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  padding: 0 0 16px;
  color: #1d364b;
  clear: both; }

.static-content h3 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding: 0 0 16px 0;
  color: #1d364b;
  clear: both; }

.static-content h4 {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 0 0 16px; }

.static-content .bg-block {
  padding: 21px 19px 20px;
  margin: 0 0 33px 0; }

.static-content .bg-block.yellow {
  background: rgba(255, 191, 0, 0.07); }

.static-content .bg-block.gray {
  background: rgba(98, 119, 140, 0.07); }

.static-content ol {
  padding: 0 0 10px 0; }

.static-content ol li {
  padding: 0 0 0 30px; }

.static-content ol li:after {
  content: " ";
  display: block;
  clear: both; }

.static-content ol li:before {
  display: block;
  float: left;
  margin: 0 0 0 -30px;
  text-align: right;
  padding: 0 10px 0 0;
  width: 30px; }

.static-content ul {
  padding: 0 0 17px 0; }

.static-content ul li {
  padding: 0 0 0 30px;
  position: relative; }

.static-content ul li:before {
  width: 3px;
  height: 3px;
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 12px;
  background: #1d364b; }

.static-content .blue-dots-list li {
  line-height: 15px;
  padding: 0 0 12px 30px; }

.static-content .blue-dots-list li:before {
  width: 16px;
  height: 16px;
  border: 5px solid #4c94ff;
  background: #fff;
  left: 0;
  top: 0; }

.static-content table {
  margin: 0 0 38px 0; }

.static-content table tr:nth-child(even) td:first-child:before, .static-content table tr:nth-child(even) th:first-child:before {
  background: #fafcfd; }

.static-content table td, .static-content table th {
  height: 60px;
  position: relative;
  padding: 15px 0;
  color: #3d4d5f;
  text-align: center;
  z-index: 1; }

.static-content table td:first-child, .static-content table th:first-child {
  text-align: left; }

.static-content table td:first-child:before, .static-content table th:first-child:before {
  content: '';
  display: block;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid #f1f4f8;
  position: absolute;
  z-index: -1; }

@media (max-width: 1066px) {
  .static-content table td:first-child:before, .static-content table th:first-child:before {
    display: none; } }

.static-content table th {
  font-size: 13px;
  line-height: 15px;
  background: none;
  font-weight: 500;
  text-transform: uppercase; }

.static-content table td {
  font-size: 14px;
  line-height: 16px; }

.static-content .table-lefted-title tr:first-child td:first-child:before,
.static-content .table-lefted-title tr:first-child td:first-child:after {
  border-top: 1px solid #f1f4f8; }

.static-content .table-lefted-title tr:nth-child(even) td:first-child:before, .static-content .table-lefted-title tr:nth-child(even) th:first-child:before {
  background: none; }

.static-content .table-lefted-title td:first-child, .static-content .table-lefted-title th:first-child {
  text-align: center; }

.static-content .table-lefted-title td:first-child:after, .static-content .table-lefted-title th:first-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -9999px;
  background: #fafcfd;
  border-bottom: 1px solid #f1f4f8;
  z-index: -1; }

.content-page {
  padding: 50px 0 0 0; }

.page-title {
  display: block;
  font-size: 48px;
  line-height: 52px;
  color: #1d364b;
  font-weight: 100;
  padding: 0 0 40px 0; }

.row {
  margin: 0 -15px;
  font-size: 0;
  line-height: 0; }

.row [class*="col-"] {
  padding: 0 15px;
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  vertical-align: top; }

.row .col-1 {
  width: 8.33%; }

.row .col-2 {
  width: 16.66%; }

.row .col-3 {
  width: 25%; }

.row .col-4 {
  width: 33.33%; }

.row .col-5 {
  width: 41.66%; }

.row .col-6 {
  width: 50%; }

.row .col-7 {
  width: 58.33%; }

.row .col-8 {
  width: 66.66%; }

.row .col-9 {
  width: 75%; }

.row .col-10 {
  width: 83.33%; }

.row .col-11 {
  width: 91.66%; }

.row .col-12 {
  width: 100%; }

.link-dashed {
  border-bottom: 1px dashed #80b3ff; }

.link-dashed:hover {
  border-color: transparent; }

.align-center {
  text-align: center; }

.setup-mod {
  text-align: right; }

.setup-mod a {
  margin-right: 24px; }

.line-throught {
  text-decoration: line-through !important; }

.dark-theme *::-moz-selection {
  background: #80b3ff;
  color: #fff; }

.dark-theme *::selection {
  background: #80b3ff;
  color: #fff; }

.dark-theme table th {
  background: #303747; }

.dark-theme table td {
  box-shadow: inset 0 -1px 0 #3d4d5f; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  /*background-image: url(mCSB_buttons.png);*/
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */
#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute; }

#jr_wrap {
  position: absolute;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0; }

#jr_inner {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #CCC;
  color: #4F4F4F;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
  box-sizing: content-box; }

#jr_header {
  display: block;
  color: #333;
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0.5em; }

#jr_inner p {
  padding: 5px;
  line-height: 20px;
  font-size: 14px;
  margin: 0; }

#jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 15px 0; }

#jr_inner ul:after {
  content: '';
  display: block;
  clear: both; }

#jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center; }

#jr_inner li a {
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0;
  margin: 0; }

#jr_inner li a:hover {
  text-decoration: underline; }

#jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat center;
  background-size: 80px 80px;
  cursor: pointer; }

#jr_close {
  clear: both;
  padding: 0;
  margin: 0; }

#jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline; }

#jr_close p {
  padding: 10px 0 0 0;
  margin: 0; }

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  text-align: center;
  font-size: 0;
  line-height: 0; }

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }

.slick-dots li.slick-active button {
  opacity: 1;
  background: #1d364b; }

.slick-dots button {
  width: 18px;
  height: 3px;
  display: block;
  border: 0;
  box-shadow: none;
  background: #1d364b;
  opacity: 0.2; }

*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  height: 100%;
  min-width: 1000px;
  min-width: 320px;
  background: #fff;
  -webkit-overflow-scrolling: touch; }

body.ngx-dialog-open {
  padding-right: 17px; }

@media (max-width: 1066px) {
  body.ngx-dialog-open {
    padding-right: 0; } }

body.mob-nav-open {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container, .operations-top {
  padding: 0 20px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }

.container:after, .operations-top:after {
  content: " ";
  display: block;
  clear: both; }

.container--sm {
  max-width: 980px;
  padding: 0 20px; }

.container--website {
  max-width: 1320px; }

@media (max-width: 1070px) {
  .container, .operations-top {
    padding: 0 10px; } }

@media (max-width: 1066px) {
  .container, .operations-top {
    padding: 0 18px; } }

@media (max-width: 767px) {
  .container, .operations-top {
    padding: 0 10px; } }

.wrapper {
  position: relative;
  min-height: 100%;
  margin: 0 0 -70px;
  padding: 0 0 70px;
  overflow: hidden; }

@media (max-width: 767px) {
  .wrapper {
    margin: 0;
    padding: 0;
    min-height: 0; }
  .wrapper--index {
    padding-bottom: 54px; } }

.wrapper--gray {
  background: #f5f7fa; }

.wrapper--wout-footer {
  padding-bottom: 0;
  margin-bottom: 0;
  height: 100%; }

.gray-block {
  background: #f5f7fa; }

.gray-head {
  background: #f5f7fa;
  padding: 43px 0 0 0;
  box-shadow: inset 0 -1px #e6e9ed; }

.gray-head__title {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #1d364b;
  padding: 0 0 38px 0; }

.gray-head__subtitle {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #8e9fb0;
  padding: 10px 0 0 0; }

.gray-head__nav {
  font-size: 0;
  line-height: 0;
  clear: both; }

.gray-head__nav--table {
  display: table;
  width: 100%; }

.gray-head__nav--table .gray-head__nav-item {
  display: table-cell;
  padding: 0;
  width: 1%; }

.gray-head__nav--table .gray-head__nav-link {
  display: inline-block; }

.gray-head__nav-item {
  padding: 0 0 0 60px;
  display: inline-block; }

.gray-head__nav-item:first-child {
  padding: 0; }

@media (max-width: 767px) {
  .gray-head__nav-item {
    padding: 0 0 0 15px; } }

.gray-head__nav-link {
  display: block;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #80b3ff;
  padding: 0 0 20px 0;
  border-bottom: 4px solid transparent; }

.gray-head__nav-link:hover {
  color: #1d364b; }

.gray-head__nav-link.active {
  border-color: #80b3ff;
  color: #1d364b;
  font-weight: 500; }

.gray-head__right {
  float: right; }

.footer {
  height: 70px; }

@media (max-width: 767px) {
  .footer {
    height: auto; } }

@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none; } }

@media (max-width: 1066px) {
  .hide-on-tablet {
    display: none !important; } }

@media (max-width: 767px) {
  .hide-on-mob {
    display: none !important; } }

@media (max-width: 480px) {
  .hide-on-mob-sm {
    display: none !important; } }

.dark-theme button,
.dark-theme .btn,
.dark-theme .btn-radios__item span, .btn-radios__item
.dark-theme span {
  color: #8e9fb0;
  background: #2a3342;
  border-color: #222b3b; }

.dark-theme button:hover,
.dark-theme .btn:hover,
.dark-theme .btn-radios__item span:hover, .btn-radios__item
.dark-theme span:hover {
  border-color: #4c5666;
  background: #2a3342; }

.dark-theme button:active,
.dark-theme .btn:active,
.dark-theme .btn-radios__item span:active, .btn-radios__item
.dark-theme span:active {
  border-color: #2a3342;
  background: #222b3b; }

.dark-theme button:disabled,
.dark-theme .btn:disabled,
.dark-theme .btn-radios__item span:disabled, .btn-radios__item
.dark-theme span:disabled {
  opacity: .5; }

.dark-theme .btn--blue, .dark-theme .btn-radios__item input[type="radio"]:checked + span, .btn-radios__item .dark-theme input[type="radio"]:checked + span, .dark-theme .btn-radios__item [type="radio"].selectric:checked + span, .btn-radios__item .dark-theme [type="radio"].selectric:checked + span {
  background: #80b3ff;
  border-color: #4c94ff;
  color: #fff; }

.dark-theme .btn--blue:before, .dark-theme .btn-radios__item input[type="radio"]:checked + span:before, .btn-radios__item .dark-theme input[type="radio"]:checked + span:before, .dark-theme .btn-radios__item [type="radio"].selectric:checked + span:before, .btn-radios__item .dark-theme [type="radio"].selectric:checked + span:before {
  border-color: #80b3ff; }

.dark-theme .btn--blue:hover, .dark-theme .btn-radios__item input[type="radio"]:checked + span:hover, .btn-radios__item .dark-theme input[type="radio"]:checked + span:hover, .dark-theme .btn-radios__item [type="radio"].selectric:checked + span:hover, .btn-radios__item .dark-theme [type="radio"].selectric:checked + span:hover, .dark-theme .btn--blue.active, .dark-theme .btn-radios__item input[type="radio"]:checked + span.active, .btn-radios__item .dark-theme input[type="radio"]:checked + span.active, .dark-theme .btn-radios__item [type="radio"].selectric:checked + span.active, .btn-radios__item .dark-theme [type="radio"].selectric:checked + span.active {
  color: #fff;
  background: #66a3ff;
  border-color: #498df2; }

.dark-theme .btn--blue:active, .dark-theme .btn-radios__item input[type="radio"]:checked + span:active, .btn-radios__item .dark-theme input[type="radio"]:checked + span:active, .dark-theme .btn-radios__item [type="radio"].selectric:checked + span:active, .btn-radios__item .dark-theme [type="radio"].selectric:checked + span:active {
  background: #508ce6;
  border-color: #417ed9; }

.dark-theme .btn--blue.disabled, .dark-theme .btn-radios__item input[type="radio"]:checked + span.disabled, .btn-radios__item .dark-theme input[type="radio"]:checked + span.disabled, .dark-theme .btn-radios__item [type="radio"].selectric:checked + span.disabled, .btn-radios__item .dark-theme [type="radio"].selectric:checked + span.disabled, .dark-theme .btn--blue[disabled="disabled"], .dark-theme .btn-radios__item input[type="radio"]:checked + span[disabled="disabled"], .btn-radios__item .dark-theme input[type="radio"]:checked + span[disabled="disabled"], .dark-theme .btn-radios__item [type="radio"].selectric:checked + span[disabled="disabled"], .btn-radios__item .dark-theme [type="radio"].selectric:checked + span[disabled="disabled"], .dark-theme .btn--blue[disabled], .dark-theme .btn-radios__item input[type="radio"]:checked + span[disabled], .btn-radios__item .dark-theme input[type="radio"]:checked + span[disabled], .dark-theme .btn-radios__item [type="radio"].selectric:checked + span[disabled], .btn-radios__item .dark-theme [type="radio"].selectric:checked + span[disabled] {
  background: rgba(128, 179, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(76, 148, 255, 0.5); }

.dark-theme .btn--dark {
  background: #242d3d;
  color: #b4bfca; }

.dark-theme .btn--transparent {
  background: transparent;
  border-color: transparent;
  color: #80b3ff; }

.dark-theme .btn--transparent:hover:not(.disabled), .dark-theme .btn--transparent:hover:not([disabled="disabled"]), .dark-theme .btn--transparent:hover:not([disabled]) {
  background: transparent;
  border-color: #3d4d5f;
  color: #4c94ff; }

button,
.btn,
.btn-radios__item span {
  text-align: center;
  vertical-align: top;
  font-weight: 500;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 20px;
  background: #f5f7fa;
  color: #8e9fb0;
  color: #62778c;
  border: 1px solid #dfe1e6;
  border-radius: 2px;
  position: relative;
  transition: all .2s ease;
  display: inline-block;
  position: relative; }

button:before,
.btn:before,
.btn-radios__item span:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 1px solid #80b3ff;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

button:hover, button.active,
.btn:hover,
.btn-radios__item span:hover,
.btn.active,
.btn-radios__item span.active {
  background: #f1f4f8;
  border-color: #c8d2dd;
  color: #8e9fb0; }

button:active,
.btn:active,
.btn-radios__item span:active {
  background: #e6ecf2; }

button:focus:before,
.btn:focus:before,
.btn-radios__item span:focus:before {
  opacity: 1;
  visibility: visible; }

button.disabled, button[disabled="disabled"], button[disabled],
.btn.disabled,
.btn-radios__item span.disabled,
.btn[disabled="disabled"],
.btn-radios__item span[disabled="disabled"],
.btn[disabled],
.btn-radios__item span[disabled] {
  opacity: .5; }

.btn--block {
  display: block;
  width: 100%; }

.btn--blue, .btn-radios__item input[type="radio"]:checked + span, .btn-radios__item [type="radio"].selectric:checked + span {
  background: #80b3ff;
  border-color: #4c94ff;
  color: #fff; }

.btn--blue:before, .btn-radios__item input[type="radio"]:checked + span:before, .btn-radios__item [type="radio"].selectric:checked + span:before {
  border-color: #80b3ff; }

.btn--blue:hover, .btn-radios__item input[type="radio"]:checked + span:hover, .btn-radios__item [type="radio"].selectric:checked + span:hover, .btn--blue.active, .btn-radios__item input[type="radio"]:checked + span.active, .btn-radios__item [type="radio"].selectric:checked + span.active {
  color: #fff;
  background: #66a3ff;
  border-color: #498df2; }

.btn--blue:active, .btn-radios__item input[type="radio"]:checked + span:active, .btn-radios__item [type="radio"].selectric:checked + span:active {
  background: #508ce6;
  border-color: #417ed9; }

.btn--blue.disabled, .btn-radios__item input[type="radio"]:checked + span.disabled, .btn-radios__item [type="radio"].selectric:checked + span.disabled, .btn--blue[disabled="disabled"], .btn-radios__item input[type="radio"]:checked + span[disabled="disabled"], .btn-radios__item [type="radio"].selectric:checked + span[disabled="disabled"], .btn--blue[disabled], .btn-radios__item input[type="radio"]:checked + span[disabled], .btn-radios__item [type="radio"].selectric:checked + span[disabled] {
  background: rgba(128, 179, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(76, 148, 255, 0.5); }

.btn--md, .btn-radios__item span {
  padding: 11px 20px 10px; }

.btn--lg {
  padding: 13px 34px; }

.btn--dark {
  background: #233649;
  font-size: 14px;
  color: #fff;
  border-color: #233649; }

.btn--transparent {
  padding: 8px 15px;
  color: #80b3ff;
  background: transparent;
  border-color: transparent; }

.btn--transparent:hover:not(.disabled), .btn--transparent:hover:not([disabled="disabled"]), .btn--transparent:hover:not([disabled]) {
  background: #f1f4f8;
  border-color: #c8d2dd;
  color: #4c94ff; }

.btn--transparent.disabled, .btn--transparent[disabled="disabled"], .btn--transparent[disabled] {
  background: transparent;
  border-color: transparent;
  color: #c8d2dd; }

.btn--center {
  display: table;
  margin: 0 auto; }

.btn--right {
  display: table;
  margin: 0 0 0 auto; }

.btn--150 {
  min-width: 150px; }

.btn--telegram {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500; }

.btn--telegram [class*="icon-"] {
  vertical-align: middle;
  fill: #fff;
  margin: 0 5px 0 0; }

.btn--telegram:last-child {
  margin-bottom: 0; }

.dark-theme .checkbox > span {
  color: #8e9fb0; }

.dark-theme .checkbox > span:before {
  background: none;
  border-color: #404758; }

.dark-theme .checkbox > span:after {
  border-color: #80b3ff; }

.dark-theme .checkbox > span:hover:before {
  border-color: #8e9fb0; }

.dark-theme .checkbox > span:active:before {
  border-color: #4b5365;
  background: #1d2432; }

.dark-theme .checkbox input[type="checkbox"], .dark-theme .checkbox [type="checkbox"].selectric {
  display: none; }

.dark-theme .checkbox input[type="checkbox"]:checked + span, .dark-theme .checkbox [type="checkbox"].selectric:checked + span {
  color: #8e9fb0; }

.dark-theme .checkbox input[type="checkbox"]:checked + span:before, .dark-theme .checkbox [type="checkbox"].selectric:checked + span:before {
  border-color: #80b3ff; }

.dark-theme .checkbox input[type="checkbox"]:checked + span:after, .dark-theme .checkbox [type="checkbox"].selectric:checked + span:after {
  opacity: 1; }

.dark-theme .checkbox input[type="checkbox"]:focus + span:before, .dark-theme .checkbox [type="checkbox"].selectric:focus + span:before {
  border-color: #80b3ff; }

.dark-theme .checkbox input[type="checkbox"]:disabled + span, .dark-theme .checkbox [type="checkbox"].selectric:disabled + span {
  color: rgba(142, 159, 176, 0.3); }

.dark-theme .checkbox input[type="checkbox"]:disabled + span:before, .dark-theme .checkbox [type="checkbox"].selectric:disabled + span:before {
  border-color: rgba(64, 71, 88, 0.5);
  background: #293343; }

.checkbox {
  display: block; }

.checkbox > span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  min-height: 14px;
  padding: 0 0 0 20px;
  position: relative;
  cursor: pointer;
  color: #8e9fb0;
  color: #62778c; }

.checkbox > span:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #c8d2dd;
  border-radius: 2px;
  background: #fff; }

.checkbox > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 8px;
  border-bottom: 2px solid #1d364b;
  border-right: 2px solid #1d364b;
  top: 2px;
  left: 4px;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .2s ease; }

.checkbox > span:hover:before {
  border-color: #8e9fb0; }

.checkbox > span:active:before {
  background: #f1f4f8; }

.checkbox input[type="checkbox"], .checkbox [type="checkbox"].selectric {
  display: none; }

.checkbox input[type="checkbox"]:checked + span, .checkbox [type="checkbox"].selectric:checked + span {
  color: #1d364b; }

.checkbox input[type="checkbox"]:checked + span:after, .checkbox [type="checkbox"].selectric:checked + span:after {
  opacity: 1; }

.checkbox input[type="checkbox"]:focus + span:before, .checkbox [type="checkbox"].selectric:focus + span:before {
  border-color: #80b3ff; }

.checkbox input[type="checkbox"]:disabled + span:before, .checkbox [type="checkbox"].selectric:disabled + span:before {
  border-color: rgba(200, 210, 221, 0.5); }

.combodate {
  font-size: 0;
  line-height: 0; }

.combodate .selectric-wrapper {
  display: inline-block;
  margin-left: 10px; }

.combodate .selectric-wrapper:first-child {
  margin-left: 0; }

.combodate .selectric-items li:first-child {
  display: none; }

.dark-theme textarea,
.dark-theme select,
.dark-theme input,
.dark-theme .selectric {
  border-color: #404758;
  color: #b4bfca; }

.dark-theme textarea:hover,
.dark-theme select:hover,
.dark-theme input:hover,
.dark-theme .selectric:hover {
  border-color: #3d4d5f; }

.dark-theme textarea:focus,
.dark-theme select:focus,
.dark-theme input:focus,
.dark-theme .selectric:focus {
  border-color: #3d4d5f; }

.dark-theme textarea.error,
.dark-theme select.error,
.dark-theme input.error,
.dark-theme .error.selectric {
  border-color: #e67e73; }

.dark-theme textarea.error:hover,
.dark-theme select.error:hover,
.dark-theme input.error:hover,
.dark-theme .error.selectric:hover {
  border-color: #e67e73; }

.dark-theme textarea.disabled, .dark-theme textarea[disabled="disabled"], .dark-theme textarea[disabled],
.dark-theme select.disabled,
.dark-theme select[disabled="disabled"],
.dark-theme select[disabled],
.dark-theme input.disabled,
.dark-theme .disabled.selectric,
.dark-theme input[disabled="disabled"],
.dark-theme [disabled="disabled"].selectric,
.dark-theme input[disabled],
.dark-theme [disabled].selectric {
  background: #3d4d5f;
  border-color: #3d4d5f; }

.dark-theme textarea.disabled:hover, .dark-theme textarea[disabled="disabled"]:hover, .dark-theme textarea[disabled]:hover,
.dark-theme select.disabled:hover,
.dark-theme select[disabled="disabled"]:hover,
.dark-theme select[disabled]:hover,
.dark-theme input.disabled:hover,
.dark-theme .disabled.selectric:hover,
.dark-theme input[disabled="disabled"]:hover,
.dark-theme [disabled="disabled"].selectric:hover,
.dark-theme input[disabled]:hover,
.dark-theme [disabled].selectric:hover {
  background: #3d4d5f;
  border-color: #3d4d5f; }

.dark-theme .input--sm:hover {
  border-color: #8e9fb0; }

.dark-theme .input--sm:focus {
  border-color: #8e9fb0; }

.dark-theme .input--sm.error {
  background: #54414a; }

.dark-theme .input--sm.valid {
  border-color: #6abc5a;
  background: #2f4541; }

.dark-theme .input--sm.disabled, .dark-theme .input--sm[disabled="disabled"], .dark-theme .input--sm[disabled] {
  border-color: #404758; }

.dark-theme .input--sm.disabled:hover, .dark-theme .input--sm[disabled="disabled"]:hover, .dark-theme .input--sm[disabled]:hover {
  border-color: #404758; }

.dark-theme .inputbox {
  position: relative; }

.dark-theme .inputbox__pass-lang {
  border-color: transparent; }

.dark-theme .inputbox__pass-eye [class*="icon-"] {
  fill: #62778c; }

.dark-theme .inputbox__label {
  color: #8e9fb0; }

.dark-theme .inputbox__label ~ input, .dark-theme .inputbox__label ~ .selectric {
  color: #b0bcc7; }

textarea,
select,
input,
.selectric {
  background: transparent;
  border: 1px solid #bcbcbc;
  color: #1d364b;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 10px;
  border: 1px solid #dfe1e6;
  width: 100%;
  display: block;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 2px;
  text-overflow: ellipsis; }

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder,
.selectric:-ms-input-placeholder {
  color: #8e9fb0;
  opacity: 1;
  text-transform: none;
  text-overflow: ellipsis; }

textarea::placeholder,
select::placeholder,
input::placeholder,
.selectric::placeholder {
  color: #8e9fb0;
  opacity: 1;
  text-transform: none;
  text-overflow: ellipsis; }

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder,
.selectric:-ms-input-placeholder {
  color: #8e9fb0;
  text-transform: none;
  text-overflow: ellipsis; }

textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
.selectric:focus:-ms-input-placeholder {
  color: transparent; }

textarea:focus::placeholder,
select:focus::placeholder,
input:focus::placeholder,
.selectric:focus::placeholder {
  color: transparent; }

textarea:hover,
select:hover,
input:hover,
.selectric:hover {
  border-color: #8e9fb0; }

textarea:focus,
select:focus,
input:focus,
.selectric:focus {
  border-color: #4c94ff; }

textarea.error,
select.error,
input.error,
.error.selectric {
  border-color: #e67e73; }

textarea.error:hover,
select.error:hover,
input.error:hover,
.error.selectric:hover {
  border-color: #e67e73; }

textarea.valid,
select.valid,
input.valid,
.valid.selectric {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSI4cHgiIGlkPSI3NDc4ZjA0Zi00NmNjLTQ1YmItYjlhMi1iZWM3ZTY3MWZhNWUiIGRhdGEtbmFtZT0iQ2FwYSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDIuNTMgMzM5LjE4Ij4NCiAgPHRpdGxlPmNvcnJlY3Qtc3ltYm9sPC90aXRsZT4NCiAgPHBhdGggZD0iTTQzNC41NCw0Ni44MkwzOTUuNzEsOGEyNy41NywyNy41NywwLDAsMC0zOC44MywwTDE2OS41OSwxOTUuNTcsODUuNjUsMTExLjM1YTI2LjQzLDI2LjQzLDAsMCwwLTE5LjQxLTgsMjYuNDMsMjYuNDMsMCwwLDAtMTkuNDIsOEw4LDE1MC4xN0EyNy41OCwyNy41OCwwLDAsMCw4LDE4OUwxMTEuMzUsMjkyLjM2bDM4LjgzLDM4LjgzYTI3LjU3LDI3LjU3LDAsMCwwLDM4LjgzLDBsMzguODMtMzguODNMNDM0LjU0LDg1LjY1YTI2LjQ1LDI2LjQ1LDAsMCwwLDgtMTkuNDJBMjYuNDQsMjYuNDQsMCwwLDAsNDM0LjU0LDQ2LjgyWiIgZmlsbD0iIzZhYmM1YSIvPg0KPC9zdmc+DQo=);
  background-position: right 10px center;
  background-repeat: no-repeat; }

textarea.disabled, textarea[disabled="disabled"], textarea[disabled],
select.disabled,
select[disabled="disabled"],
select[disabled],
input.disabled,
.disabled.selectric,
input[disabled="disabled"],
[disabled="disabled"].selectric,
input[disabled],
[disabled].selectric {
  background-color: #e6e9ed;
  border-color: #c8d2dd; }

textarea.disabled:hover, textarea[disabled="disabled"]:hover, textarea[disabled]:hover,
select.disabled:hover,
select[disabled="disabled"]:hover,
select[disabled]:hover,
input.disabled:hover,
.disabled.selectric:hover,
input[disabled="disabled"]:hover,
[disabled="disabled"].selectric:hover,
input[disabled]:hover,
[disabled].selectric:hover {
  border-color: #c8d2dd;
  background-color: #e6e9ed; }

textarea.disabled + .trans-block__inputbox-label, textarea[disabled="disabled"] + .trans-block__inputbox-label, textarea[disabled] + .trans-block__inputbox-label,
select.disabled + .trans-block__inputbox-label,
select[disabled="disabled"] + .trans-block__inputbox-label,
select[disabled] + .trans-block__inputbox-label,
input.disabled + .trans-block__inputbox-label, .disabled.selectric + .trans-block__inputbox-label,
input[disabled="disabled"] + .trans-block__inputbox-label, [disabled="disabled"].selectric + .trans-block__inputbox-label,
input[disabled] + .trans-block__inputbox-label, [disabled].selectric + .trans-block__inputbox-label {
  color: #62778c; }

.input--sm {
  font-size: 12px; }

.input--sm.error {
  border-color: #e67e73;
  background: #fff6f5; }

.input--sm.error:hover {
  border-color: #e67e73; }

.input--sm.valid {
  background-image: none;
  background-color: #f0fced;
  border-color: #6abc5a; }

.input--sm.disabled, .input--sm[disabled="disabled"], .input--sm[disabled] {
  background: #e6e9ed;
  border-color: #c8d2dd; }

.input--sm.disabled:hover, .input--sm[disabled="disabled"]:hover, .input--sm[disabled]:hover {
  border-color: #8e9fb0; }

.error-lable {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #e67e73;
  padding: 5px 0 0 0; }

.error-lable--absolute {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }

textarea {
  height: 150px; }

textarea.textarea-90 {
  height: 90px; }

textarea.textarea-105 {
  height: 105px; }

input[type="file"], [type="file"].selectric {
  display: none; }

input[type="file"] + label, [type="file"].selectric + label {
  display: block;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 25px 15px;
  color: #969696;
  text-align: center;
  border: 1px dashed #c4c4c4;
  transition: .2s ease-in-out; }

input[type="file"] + label:hover, [type="file"].selectric + label:hover {
  border-color: #696969;
  background: #e9e9e9; }

.inputbox {
  position: relative; }

.inputbox__pass-lang {
  display: block;
  width: 16px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -8px 0 0 0;
  border: 1px solid #dcdcdc; }

.inputbox__pass-lang img {
  display: block;
  width: 100%;
  height: 100%; }

.inputbox__pass-eye {
  display: block;
  position: absolute;
  top: 50%;
  right: 36px;
  margin: -7px 0 0 0; }

.inputbox__pass-eye [class*="icon-"] {
  fill: #b4bfca;
  display: block; }

.inputbox__input-label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #62778c;
  left: 10px;
  top: 50%;
  margin: -7px 0 0 0;
  position: absolute; }

.inputbox__action-link {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  top: 50%;
  right: 15px;
  margin: -7px 0 0 0; }

.inputbox__action-link + input, .inputbox__action-link + .selectric {
  padding-right: 60px; }

.inputbox__label {
  display: block;
  color: #62778c;
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 10px 0; }

.inputbox__label + input.error, .inputbox__label + .error.selectric {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTc0LjIzOSAxNzQuMjM5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzQuMjM5IDE3NC4yMzk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0xNDYuNTM3LDEuMDQ3Yy0xLjM5Ni0xLjM5Ni0zLjY4MS0xLjM5Ni01LjA3NywwTDg5LjY1OCw1Mi44NDljLTEuMzk2LDEuMzk2LTMuNjgxLDEuMzk2LTUuMDc3LDBMMzIuNzgsMS4wNDcNCgljLTEuMzk2LTEuMzk2LTMuNjgxLTEuMzk2LTUuMDc3LDBMMS4wNDcsMjcuNzAyYy0xLjM5NiwxLjM5Ni0xLjM5NiwzLjY4MSwwLDUuMDc3bDUxLjgwMiw1MS44MDJjMS4zOTYsMS4zOTYsMS4zOTYsMy42ODEsMCw1LjA3Nw0KCUwxLjA0NywxNDEuNDZjLTEuMzk2LDEuMzk2LTEuMzk2LDMuNjgxLDAsNS4wNzdsMjYuNjU1LDI2LjY1NWMxLjM5NiwxLjM5NiwzLjY4MSwxLjM5Niw1LjA3NywwbDUxLjgwMi01MS44MDINCgljMS4zOTYtMS4zOTYsMy42ODEtMS4zOTYsNS4wNzcsMGw1MS44MDEsNTEuODAxYzEuMzk2LDEuMzk2LDMuNjgxLDEuMzk2LDUuMDc3LDBsMjYuNjU1LTI2LjY1NWMxLjM5Ni0xLjM5NiwxLjM5Ni0zLjY4MSwwLTUuMDc3DQoJbC01MS44MDEtNTEuODAxYy0xLjM5Ni0xLjM5Ni0xLjM5Ni0zLjY4MSwwLTUuMDc3bDUxLjgwMS01MS44MDFjMS4zOTYtMS4zOTYsMS4zOTYtMy42ODEsMC01LjA3N0wxNDYuNTM3LDEuMDQ3eiIgZmlsbD0iI2UyNTg0OSIvPg0KPC9zdmc+DQo=);
  background-position: right 10px center;
  background-repeat: no-repeat; }

.inputbox__label ~ input, .inputbox__label ~ .selectric {
  color: #1c364c; }

.inputbox__label ~ .inputbox__action-link {
  margin: 5px 0 0 0; }

input[type="password"].pass-short, [type="password"].pass-short.selectric {
  border-bottom-color: #e25849;
  box-shadow: inset 0 -1px 0 #e25849; }

input[type="password"].pass-short + .error-lable, [type="password"].pass-short.selectric + .error-lable {
  position: absolute;
  top: 100%;
  left: 0; }

input[type="password"].pass-nosafe, [type="password"].pass-nosafe.selectric {
  border-bottom-color: #ffbf00;
  box-shadow: inset 0 -1px 0 #ffbf00; }

input[type="password"].pass-nosafe + .error-lable, [type="password"].pass-nosafe.selectric + .error-lable {
  color: #ffbf00;
  position: absolute;
  top: 100%;
  left: 0; }

input[type="password"].pass-safe, [type="password"].pass-safe.selectric {
  border-bottom-color: #6abc5a;
  box-shadow: inset 0 -1px 0 #6abc5a; }

input[type="password"].pass-safe + .error-label, [type="password"].pass-safe.selectric + .error-label {
  position: absolute;
  top: 100%;
  left: 0; }

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9; }

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  cursor: pointer; }

.popup-close [class*="icon-"] {
  width: 10px;
  height: 10px;
  fill: #c8d2dd; }

.popup-close:hover [class*="icon-"] {
  fill: #8e9fb0; }

.dark-theme .radio > span:before {
  background: none;
  border-color: #404758; }

.dark-theme .radio > span:after {
  background: #80b3ff; }

.dark-theme .radio > span:hover:before {
  border-color: #8e9fb0; }

.dark-theme .radio > span:active:before {
  border-color: #4b5365;
  background: #1d2432; }

.dark-theme .radio input[type="radio"], .dark-theme .radio [type="radio"].selectric {
  display: none; }

.dark-theme .radio input[type="radio"]:checked + span, .dark-theme .radio [type="radio"].selectric:checked + span {
  color: #8e9fb0; }

.dark-theme .radio input[type="radio"]:checked + span:after, .dark-theme .radio [type="radio"].selectric:checked + span:after {
  opacity: 1; }

.dark-theme .radio input[type="radio"]:focus + span:before, .dark-theme .radio [type="radio"].selectric:focus + span:before {
  border-color: #80b3ff; }

.dark-theme .radio input[type="radio"]:disabled + span, .dark-theme .radio [type="radio"].selectric:disabled + span {
  color: rgba(142, 159, 176, 0.3); }

.dark-theme .radio input[type="radio"]:disabled + span:before, .dark-theme .radio [type="radio"].selectric:disabled + span:before {
  border-color: rgba(64, 71, 88, 0.5);
  background: #293343; }

.radio {
  display: block; }

.radio > span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  min-height: 14px;
  padding: 0 0 0 23px;
  position: relative;
  cursor: pointer;
  color: #8e9fb0;
  color: #62778c; }

.radio > span:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #c8d2dd;
  border-radius: 50%;
  background: #fff; }

.radio > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  background: #80b3ff;
  opacity: 0;
  transition: all .2s ease; }

.radio > span:hover:before {
  border-color: #80b3ff; }

.radio > span:active:before {
  background: #f1f4f8; }

.radio > span .green {
  color: #6abc5a; }

.radio > span .red {
  color: #e25849; }

.radio input[type="radio"], .radio [type="radio"].selectric {
  display: none; }

.radio input[type="radio"]:checked + span, .radio [type="radio"].selectric:checked + span {
  color: #1d364b; }

.radio input[type="radio"]:checked + span:before, .radio [type="radio"].selectric:checked + span:before {
  border-color: #80b3ff; }

.radio input[type="radio"]:checked + span:after, .radio [type="radio"].selectric:checked + span:after {
  opacity: 1; }

.radio input[type="radio"]:focus + span:before, .radio [type="radio"].selectric:focus + span:before {
  border-color: #80b3ff; }

.radio input[type="radio"]:disabled + span:before, .radio [type="radio"].selectric:disabled + span:before {
  border-color: rgba(200, 210, 221, 0.5);
  background: rgba(230, 233, 237, 0.5); }

.btn-radios {
  font-size: 0;
  line-height: 0; }

.btn-radios__item {
  margin-right: -1px; }

.btn-radios__item:first-child span {
  border-radius: 2px 0 0 2px; }

.btn-radios__item:last-child span {
  border-radius: 0 2px 2px 0; }

.btn-radios__item span {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0;
  cursor: pointer; }

.btn-radios__item span:before {
  display: none; }

.btn-radios__item span:hover {
  z-index: 1;
  position: relative; }

.btn-radios__item input[type="radio"], .btn-radios__item [type="radio"].selectric {
  display: none; }

.btn-radios__item input[type="radio"]:checked + span, .btn-radios__item [type="radio"].selectric:checked + span {
  position: relative;
  z-index: 2; }

.dark-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #151c28; }

.dark-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #151c28; }

.dark-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #151c28; }

.mCSB_outside + .mCSB_scrollTools {
  right: 2px; }

.mCSB_scrollTools {
  top: 5px;
  bottom: 5px;
  width: 5px;
  opacity: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 2px;
  overflow: hidden; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background: none; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background: #c8d2dd; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #c8d2dd; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  opacity: 1; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 5px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #c8d2dd; }

.dark-theme .selectric .label {
  color: #b0bcc7; }

.dark-theme .selectric-items li {
  color: #62778c; }

.dark-theme .selectric-items li:hover {
  background: #1a355e;
  color: #b0bcc7; }

.dark-theme .selectric-items li.highlighted {
  background: #1a355e;
  color: #b0bcc7; }

.dark-theme .selectric-items .selectric-scroll {
  background: #121d2b; }

.dark-theme .selectric-items .selectric-scroll .mCSB_buttonDown {
  background: #1a355e; }

.dark-theme .selectric-items .selectric-scroll .mCSB_buttonDown:before {
  border-top-color: #62778c; }

select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

.selectric {
  padding: 10px 10px 9px;
  background: none; }

.selectric .label {
  height: auto;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0 20px 0 0;
  color: #1d364b; }

.selectric .button {
  width: 30px;
  height: auto;
  bottom: 0;
  background: none; }

.selectric .button:after {
  width: auto;
  height: auto;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYzhkMmRkIiB3aWR0aD0iNnB4IiBoZWlnaHQ9IjEzcHgiIGlkPSJkODBkNTQ4Mi1hYmY3LTRlNTktYjUyNC05MmIzNjE0Y2NmZjYiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjkwLjEzIDUxMS43OSI+DQogIDx0aXRsZT5yZXNpemU8L3RpdGxlPg0KIDxwYXRoIGQ9Ik04LjUzLDMwN2E4LjUzLDguNTMsMCwwLDAtNi45LDEzLjU1TDEzOC4xNiw1MDguMjhhOC41NCw4LjU0LDAsMCwwLDEzLjgxLDBMMjg4LjUsMzIwLjU0QTguNTMsOC41MywwLDAsMCwyODEuNiwzMDdIMTk2LjI3Ii8+DQogICAgPHBhdGggZD0iTTI4MS42LDIwNC41OUE4LjUzLDguNTMsMCwwLDAsMjg4LjUsMTkxTDE1MiwzLjMxYy0zLjIxLTQuNDEtMTAuNi00LjQxLTEzLjgxLDBMMS42MywxOTFhOC41Myw4LjUzLDAsMCwwLDYuOSwxMy41NUgxOTYuMjciLz4NCjwvc3ZnPg0K);
  background-position: center;
  background-repeat: no-repeat; }

.selectric-items {
  padding: 10px 0 0 0;
  background: none;
  border: none;
  box-shadow: none; }

.selectric-items li {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 10px;
  color: #1d364b; }

.selectric-items li:hover {
  background: #f6fafe; }

.selectric-items li.highlighted {
  background: #f6fafe; }

.selectric-items .selectric-scroll {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1);
  max-height: 206px; }

.selectric-items .selectric-scroll.mCSB_vertical {
  padding: 0 0 26px 0; }

.selectric-items .selectric-scroll .mCSB_scrollTools {
  position: static;
  width: auto;
  opacity: 1; }

.selectric-items .selectric-scroll .mCSB_draggerContainer {
  right: 5px;
  left: auto;
  width: 5px;
  bottom: 26px; }

.selectric-items .selectric-scroll .mCSB_buttonDown {
  width: 100%;
  height: 26px;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 1; }

.selectric-items .selectric-scroll .mCSB_buttonDown:before {
  content: '';
  display: block;
  border-top: 5px solid #c8d2dd;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px; }

.selectric-items .selectric-scroll .mCSB_buttonDown:hover {
  background: #f6fafe; }

.dark-theme .switcher input[type="checkbox"] + span, .dark-theme .switcher [type="checkbox"].selectric + span {
  background: #121d2b; }

.dark-theme .switcher input[type="checkbox"] + span:before, .dark-theme .switcher [type="checkbox"].selectric + span:before {
  background: #2d3545; }

.dark-theme .switcher input[type="checkbox"] + span:hover, .dark-theme .switcher [type="checkbox"].selectric + span:hover {
  background: #0e1824; }

.dark-theme .switcher input[type="checkbox"] + span + span, .dark-theme .switcher [type="checkbox"].selectric + span + span {
  color: #8e9fb0; }

.dark-theme .switcher input[type="checkbox"]:checked + span, .dark-theme .switcher [type="checkbox"].selectric:checked + span {
  background: #6abc5a; }

.dark-theme .switcher input[type="checkbox"]:checked + span:before, .dark-theme .switcher [type="checkbox"].selectric:checked + span:before {
  background: #fff; }

.dark-theme .switcher input[type="checkbox"]:disabled:not(:checked) + span, .dark-theme .switcher [type="checkbox"].selectric:disabled:not(:checked) + span {
  background: #121d2b;
  opacity: .35; }

.switcher {
  font-size: 0;
  line-height: 0; }

.switcher input[type="checkbox"], .switcher [type="checkbox"].selectric {
  display: none; }

.switcher input[type="checkbox"] + span, .switcher [type="checkbox"].selectric + span {
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 5px;
  background: #d8dbe1;
  position: relative;
  transition: all .2s ease;
  cursor: pointer;
  vertical-align: middle; }

.switcher input[type="checkbox"] + span:before, .switcher [type="checkbox"].selectric + span:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  top: 3px;
  left: 3px;
  transition: all .2s ease; }

.switcher input[type="checkbox"] + span:hover, .switcher [type="checkbox"].selectric + span:hover {
  background: #bec5cf; }

.switcher input[type="checkbox"] + span + span, .switcher [type="checkbox"].selectric + span + span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #1d364b;
  vertical-align: middle;
  padding: 0 0 0 10px; }

.switcher input[type="checkbox"]:checked + span, .switcher [type="checkbox"].selectric:checked + span {
  background: #6abc5a; }

.switcher input[type="checkbox"]:checked + span:before, .switcher [type="checkbox"].selectric:checked + span:before {
  left: 23px; }

.switcher input[type="checkbox"]:disabled + span, .switcher [type="checkbox"].selectric:disabled + span {
  opacity: .5;
  cursor: default; }

.switcher input[type="checkbox"]:disabled:not(:checked) + span, .switcher [type="checkbox"].selectric:disabled:not(:checked) + span {
  background: #d8dbe1; }

.advant {
  margin: 0 -23px;
  padding: 0 0 95px 0; }

.advant:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 1066px) {
  .advant {
    margin: 0 0 -10px 0;
    padding: 0 0 60px 0; } }

.advant__col {
  float: left;
  width: 33.33%;
  padding: 0 23px; }

@media (max-width: 1066px) {
  .advant__col {
    float: none;
    width: 100%;
    padding: 0 0 10px 0; } }

.advant__block {
  padding: 20px 20px 20px 104px;
  border: 1px solid #d8e1ee;
  border-radius: 2px;
  overflow: hidden; }

.advant__block:after {
  content: " ";
  display: block;
  clear: both; }

.advant__block-img {
  display: block;
  float: left;
  margin: 0 0 0 -91px; }

.advant__block-img .icon-trust {
  margin-left: -30px; }

.advant__block-img .icon-insurance {
  margin-left: -15px; }

.advant__block-img .icon-backed {
  margin-left: -30px; }

.advant__block-title {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #2b3448;
  padding: 0 0 9px 0; }

.advant__block-descr {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #707e99; }

.beta-status-panel {
  padding: 6px 20px 5px 0;
  background: #ffd100; }

@media (max-width: 767px) {
  .beta-status-panel {
    padding: 6px 30px 5px 10px;
    position: relative;
    z-index: 10; } }

.beta-status-panel .popup__head-close {
  top: 5px;
  right: 20px; }

@media (max-width: 767px) {
  .beta-status-panel .popup__head-close {
    right: 5px; } }

.beta-status-panel__text {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #233649;
  padding: 0 0 0 25px;
  font-weight: 500; }

.beta-status-panel__text:after {
  content: " ";
  display: block;
  clear: both; }

.beta-status-panel__text [class*="icon-"] {
  width: 15px;
  height: 14px;
  float: left;
  margin: 2px 0 0 -25px; }

.beta-status-panel__text--left {
  float: left; }

.beta-status-panel__text--right {
  float: right; }

.dark-theme .block-preloader {
  background: #242d3d; }

.block-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #fff; }

.block-preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -50px;
  width: 100px;
  height: 30px;
  text-align: center;
  font-size: 10px; }

.block-preloader .spinner > div {
  background-color: #8e9fb0;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.block-preloader .spinner .rect2 {
  animation-delay: -1.1s; }

.block-preloader .spinner .rect3 {
  animation-delay: -1.0s; }

.block-preloader .spinner .rect4 {
  animation-delay: -0.9s; }

.block-preloader .spinner .rect5 {
  animation-delay: -0.8s; }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.dark-theme .content-top__right:before {
  background: linear-gradient(to right, #030b16 0%, rgba(3, 11, 22, 0) 100%); }

.dark-theme .content-top__right:after {
  background: linear-gradient(to left, #030b16 0%, rgba(3, 11, 22, 0) 100%); }

.dark-theme .content-top__mob-toggle-link {
  background: #242d3d;
  border-color: #404758; }

.dark-theme .content-top__mob-toggle-link.active {
  background: #242d3d;
  border-color: #303747; }

.dark-theme .content-top__mob-toggle-link:after {
  background: #242d3d;
  border-color: #303747; }

.dark-theme .search-block__label {
  color: #e6e9ed; }

.dark-theme .search-block__input {
  border-color: transparent; }

.dark-theme .info-bar__text--green, .dark-theme .info-bar__text--up {
  color: #339933; }

.dark-theme .info-bar__text--red, .dark-theme .info-bar__text--down {
  color: #CC6666; }

.content-top {
  margin: 0 -10px;
  position: relative;
  z-index: 1; }

.content-top:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 1066px) {
  .content-top {
    margin: 0 -5px; } }

.content-top__mob-toggle {
  display: none; }

@media (max-width: 1066px) {
  .content-top__mob-toggle {
    float: left;
    display: block;
    width: 116px;
    padding: 6px 5px; }
  .content-top__mob-toggle-link {
    font-size: 13px;
    line-height: 15px;
    color: #62778c;
    display: block;
    padding: 10px 15px 10px 5px;
    border: 1px solid #c8d2dd;
    border-radius: 2px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1; }
  .content-top__mob-toggle-link:before {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #c8d2dd;
    border-right: 1px solid #c8d2dd;
    position: absolute;
    top: 50%;
    right: 7px;
    margin: -3px 0 0 0;
    transform: rotate(45deg); }
  .content-top__mob-toggle-link:after {
    content: '';
    display: none;
    position: absolute;
    height: 11px;
    background: #fff;
    border-left: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    top: 100%;
    left: -1px;
    right: -1px; }
  .content-top__mob-toggle-link.active {
    background: #fff;
    border-bottom: none;
    border-color: #e6e9ed;
    border-radius: 2px 2px 0 0; }
  .content-top__mob-toggle-link.active:after {
    display: block; } }

.content-top__left {
  float: left;
  width: 29%;
  padding: 10px 10px;
  width: 340px; }

@media (max-width: 1200px) {
  .content-top__left {
    width: 35%;
    width: 340px; } }

@media (max-width: 1066px) {
  .content-top__left {
    width: 50%;
    padding: 10px 5px;
    display: none; } }

@media (max-width: 767px) {
  .content-top__left {
    display: none; } }

.content-top__center {
  float: left;
  padding: 0 10px;
  width: 47%; }

.content-top__right {
  float: left;
  width: 71%;
  padding: 20px 10px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  width: calc(100% - 340px); }

.content-top__right .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 10px;
  right: 10px; }

@media (max-width: 1066px) {
  .content-top__right .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 5px;
    right: 5px; } }

.content-top__right .mCSB_container {
  padding-right: 10px;
  padding-left: 10px; }

@media (max-width: 1066px) {
  .content-top__right .mCSB_container {
    padding-left: 5px;
    padding-right: 5px; } }

@media (max-width: 1200px) {
  .content-top__right {
    width: 65%;
    width: calc(100% - 340px); } }

@media (max-width: 1400px) {
  .content-top__right {
    padding: 10px 10px; } }

@media (max-width: 1066px) {
  .content-top__right {
    padding: 10px 0;
    padding-left: 11px;
    width: calc(100% - 116px); } }

@media (max-width: 767px) {
  .content-top__right {
    width: calc(100% - 116px);
    padding: 0; }
  .content-top__right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    background: linear-gradient(to right, #f5f7fa 0%, rgba(245, 247, 250, 0) 100%);
    z-index: 1;
    transition: all .2s ease; }
  .content-top__right:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: linear-gradient(to left, #f5f7fa 0%, rgba(245, 247, 250, 0) 100%);
    z-index: 1;
    transition: all .2s ease; }
  .content-top__right-inner {
    padding: 10px 0; }
  .content-top__right.scrolled-total:after {
    opacity: 0; }
  .content-top__right.scrolled-total-back:before {
    opacity: 0; }
  .content-top__right.no-scroll:before, .content-top__right.no-scroll:after {
    opacity: 0 !important; } }

.search-block {
  padding: 0 0 0 60px; }

.search-block:after {
  content: " ";
  display: block;
  clear: both; }

.search-block__label {
  display: block;
  float: left;
  width: 60px;
  margin: 10px 0 0 -60px;
  font-size: 13px;
  line-height: 12px;
  padding: 1px 0 3px; }

.search-block__inputbox {
  float: left;
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0; }

.search-block__inputbox.filled .search-block__input {
  border-color: #dfe1e6; }

.search-block__inputbox.filled .search-block__reset {
  opacity: 1;
  visibility: visible; }

.search-block__input {
  font-size: 12px;
  line-height: 16px;
  border-color: transparent;
  background: none;
  display: block;
  padding-left: 37px;
  padding-right: 30px;
  width: 100%;
  text-transform: uppercase; }

.search-block__input:-ms-input-placeholder {
  color: #8e9fb0;
  opacity: 1;
  text-transform: none;
  text-overflow: ellipsis; }

.search-block__input::placeholder {
  color: #8e9fb0;
  opacity: 1;
  text-transform: none;
  text-overflow: ellipsis; }

.search-block__input:-ms-input-placeholder {
  color: #8e9fb0;
  text-transform: none;
  text-overflow: ellipsis; }

.search-block__input:focus:-ms-input-placeholder {
  color: transparent; }

.search-block__input:focus::placeholder {
  color: transparent; }

.search-block__input:-moz-placeholder {
  text-transform: none;
  color: #8e9fb0; }

.search-block__input::-moz-placeholder {
  text-transform: none;
  color: #8e9fb0; }

@media (max-width: 767px) {
  .search-block__input {
    padding-left: 24px;
    padding-right: 15px; } }

.search-block__btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  margin: -8px 0 0 0;
  background: none;
  padding: 0;
  border: none;
  width: auto;
  font-size: 0;
  line-height: 0;
  padding: 3px; }

.search-block__btn [class*="icon-"] {
  fill: #c8d2dd; }

@media (max-width: 767px) {
  .search-block__btn {
    left: 5px; } }

.search-block__reset {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin: -8px 0 0 0;
  padding: 3px;
  width: auto;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.search-block__reset input, .search-block__reset .selectric {
  opacity: 0;
  visibility: hidden;
  position: absolute; }

.search-block__reset [class*="icon-"] {
  fill: #c8d2dd; }

.search-block__reset:hover [class*="icon-"] {
  fill: #1d364b; }

.info-bar {
  font-size: 0;
  line-height: 0; }

.info-bar__text {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .2px;
  position: relative;
  vertical-align: top;
  white-space: nowrap; }

@media (max-width: 767px) {
  .info-bar__text {
    font-size: 11px; } }

.info-bar__text-currency {
  float: right;
  margin: 0 -30px 0 0;
  width: 25px; }

.info-bar__text--overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  position: relative;
  padding-right: 25px; }

.info-bar__text--overflow:after {
  content: " ";
  display: block;
  clear: both; }

.info-bar__text--overflow .currency {
  position: absolute;
  top: 0;
  right: 0; }

.info-bar__text--up {
  padding-left: 10px;
  color: #6abc5a; }

.info-bar__text--up:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -3px 0 0 0;
  width: 6px;
  height: 6px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgaWQ9IjJlYTBkYWI5LTJhNmItNDk1MS04NjY3LWQ2OWU4OTA2YTFiMSIgZGF0YS1uYW1lPSI5YmI0ODcwNi01YTEyLTQzYzEtODg4ZS01MTQ1Y2NiNDA1MTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0NC44NSA0MjAuMjgiPg0KICA8dGl0bGU+YXJyb3ctcG9pbnRpbmctdG8tdG9wPC90aXRsZT4NCiAgPHBhdGggZmlsbD0iIzAwYjMyZSIgIGQ9Ik0xOTUuOSwxMC4zTDEwLDE5Ni4xNmEzNi4yLDM2LjIsMCwwLDAtLjQ5LDUxLjE5TDEwLDI0Ny44NGwyMS40MSwyMS40MXExMC4yOCwxMC44NSwyNS43LDEwLjg1dDI1LjctMTAuODVsODQtODMuNjV2MjAxcTAsMTQuODQsMTAuNzEsMjQuMTJUMjAzLjMyLDQyMGgzNi41NXExNS4xMywwLDI1LjgzLTkuMjh0MTAuNzEtMjQuMTJ2LTIwMWw4My42Niw4My42NWEzNi41OCwzNi41OCwwLDAsMCw1MiwwbDIxLjM3LTIxLjQxUTQ0NCwyMzYuNzEsNDQ0LDIyMi4xNWEzNi41NSwzNi41NSwwLDAsMC0xMC41Ni0yNkwyNDcuNTcsMTAuM2EzNS4zMSwzNS4zMSwwLDAsMC0yNi0xMC41N1EyMDUuODktLjI3LDE5NS45LDEwLjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjg1IDAuMjgpIi8+DQo8L3N2Zz4NCg==) center no-repeat; }

.info-bar__text--down {
  padding-left: 10px;
  color: #ff4d4f; }

.info-bar__text--down:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -3px 0 0 0;
  width: 6px;
  height: 6px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgaWQ9IjliYjQ4NzA2LTVhMTItNDNjMS04ODhlLTUxNDVjY2I0MDUxOCIgZGF0YS1uYW1lPSJDYXBhIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0NC44MSA0MjAuMjciPg0KICA8dGl0bGU+YXJyb3ctcG9pbnRpbmctdG8tcmlnaHQ8L3RpdGxlPg0KICA8cGF0aCBmaWxsPSIjZmY0ZDRmIiBkPSJNMjQ4LjEsNDA5LjdMNDM0LDIyMy44NGEzNi4yLDM2LjIsMCwwLDAsMC01MS42OGwtMjEuNDEtMjEuNDFxLTEwLjI4LTEwLjg1LTI1LjctMTAuODV0LTI1LjcsMTAuODVMMjc3LjIyLDIzNC40VjMzLjRxMC0xNC44NC0xMC43MS0yNC4xMlQyNDAuNjgsMEgyMDQuMTNRMTg5LDAsMTc4LjMsOS4yOFQxNjcuNTksMzMuNHYyMDFMODMuOTMsMTUwLjc1YTM1LjQzLDM1LjQzLDAsMCwwLTI2LTEwLjg1LDM1LjQzLDM1LjQzLDAsMCwwLTI2LDEwLjg1TDEwLjU2LDE3Mi4xNlEwLDE4My4yOSwwLDE5Ny44NWEzNi41NSwzNi41NSwwLDAsMCwxMC41NiwyNkwxOTYuNDMsNDA5LjdhMzUuMzEsMzUuMzEsMCwwLDAsMjYsMTAuNTdRMjM4LjExLDQyMC4yNywyNDguMSw0MDkuN1oiLz4NCjwvc3ZnPg0K) center no-repeat; }

.info-bar__text--green {
  color: #6abc5a; }

.info-bar__text--red {
  color: #e25849; }

.info-bar__current {
  display: inline-block;
  vertical-align: top; }

.info-bar__current .info-bar__text {
  margin: 0 0 0 10px; }

.info-bar__current .info-bar__text--overflow {
  margin: 0; }

@media (max-width: 1400px) {
  .info-bar__current .info-bar__text {
    margin: 0; } }

.info-bar__current-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  margin: 0 10px 0 0;
  vertical-align: top; }

@media (max-width: 1400px) {
  .info-bar__current-label--mod {
    display: none; } }

.info-bar__current-right {
  float: right;
  width: 100px;
  display: block;
  text-align: right; }

@media (max-width: 1400px) {
  .info-bar__current-block {
    display: inline-block;
    padding: 0 0 0 10px; }
  .info-bar__current-block:first-child {
    padding: 0; } }

.info-bar__amount {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px; }

.info-bar__amount:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .info-bar__amount {
    padding: 0 0 0 10px; } }

.info-bar__din-box {
  display: inline-block;
  vertical-align: top; }

.info-bar__dinamic {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px; }

.info-bar__dinamic:after {
  content: " ";
  display: block;
  clear: both; }

.info-bar__dinamic-title {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  color: #8e9fb0;
  position: relative;
  padding-right: 10px; }

@media (max-width: 1400px) {
  .info-bar__dinamic-title {
    display: block;
    margin-bottom: 5px; } }

.info-bar__dinamic-title--mob {
  display: none; }

@media (max-width: 1400px) {
  .info-bar__dinamic-title--mob {
    display: block; } }

.info-bar__dinamic-title--min {
  padding-left: 24px; }

.info-bar__dinamic-title--min:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent rgba(142, 159, 176, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0 0; }

.info-bar__dinamic-title--min:after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #6abc5a;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: 4px 0 0 0; }

.info-bar__dinamic-title--max {
  padding-left: 24px; }

.info-bar__dinamic-title--max:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent rgba(142, 159, 176, 0.5) transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0 0; }

.info-bar__dinamic-title--max:after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ff4000;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -7px 0 0 0; }

.dark-theme .context-menu__list {
  background: #070b10; }

.dark-theme .context-menu__link {
  color: #8e9fb0; }

.dark-theme .context-menu__link:hover {
  background: #1a355e;
  color: #8e9fb0; }

.context-menu {
  position: absolute;
  padding: 5px 0;
  display: none;
  z-index: 10; }

.context-menu__list {
  background: #fff;
  max-width: 300px;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.2); }

.context-menu__link {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #1d364b;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.context-menu__link:hover {
  background: #f6fafe;
  color: #1d364b; }

.dark-theme .fee-block {
  background: #242d3d; }

.dark-theme .fee-table__row {
  color: #8e9fb0;
  box-shadow: inset 0 -1px 0 #3d4d5f; }

.dark-theme .fee-table__row--head {
  color: #64778d; }

.dark-theme .fee-table__row:nth-child(even) {
  background: #2a3446; }

.fee-block {
  padding: 30px 0 0 0; }

.fee-block__title {
  display: block;
  font-size: 21px;
  line-height: 30px;
  padding: 0 0 5px 0; }

.fee-table:last-child {
  padding: 0; }

.fee-table__row {
  box-shadow: inset 0 -1px #f1f4f8;
  font-size: 14px;
  line-height: 15px;
  color: #3d4d5f;
  padding: 22px 0 21px; }

.fee-table__row:nth-child(even) {
  background: #fafcfd; }

.fee-table__row--head {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase; }

.fee-table__cell {
  float: left; }

.fee-table__cell--first {
  width: 50%; }

@media (max-width: 767px) {
  .fee-table__cell--first {
    width: 30%; } }

.fee-table__cell--right {
  width: 25%;
  text-align: right;
  padding: 0 0 0 15px; }

@media (max-width: 767px) {
  .fee-table__cell--right {
    width: 35%; } }

.limits-table .fee-table__cell {
  width: 14%;
  text-align: center; }

.limits-table .fee-table__cell:first-child {
  text-align: left;
  width: 16%; }

.dark-theme .footer {
  background: #030b16; }

.dark-theme .footer__info-block-title {
  color: #62778c; }

.dark-theme .footer__info-block-text {
  color: #8e9fb0; }

.dark-theme .footer__info-block-text .green {
  color: #339933; }

.footer-website {
  padding: 75px 0; }

@media (max-width: 1066px) {
  .footer-website {
    padding: 30px 0 20px; } }

.footer-website__col {
  float: left;
  width: 20%;
  padding: 0 0 0 15px; }

.footer-website__col:first-child {
  padding-left: 0; }

@media (max-width: 1066px) {
  .footer-website__col {
    width: 25%; }
  .footer-website__col--mod {
    display: none; } }

@media (max-width: 767px) {
  .footer-website__col {
    float: none;
    width: auto;
    padding: 0 0 20px 0;
    text-align: center;
    -ms-flex-order: 2;
    order: 2; }
  .footer-website__col--social {
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 45px 0; }
  .footer-website__col--social .footer-website__title {
    display: none; }
  .footer-website__col--social .footer-website__list {
    font-size: 0;
    line-height: 0;
    text-align: center; }
  .footer-website__col--social .footer-website__list-item {
    display: inline-block;
    padding: 0 15px;
    font-size: 0;
    line-height: 0; } }

.footer-website__title {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #141f33;
  padding: 0 0 18px 0; }

@media (max-width: 767px) {
  .footer-website__title {
    font-size: 15px;
    line-height: 18px; } }

.footer-website__inner {
  padding: 0 0 50px 0; }

.footer-website__inner:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .footer-website__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; } }

.footer-website__list-item {
  padding: 0 0 9px 0;
  font-size: 15px;
  line-height: 19px; }

.footer-website__list-link {
  color: #707e99; }

.footer-website__list-link:hover {
  color: #80b3ff; }

.footer-website__list-val {
  color: #4b4d52;
  padding: 0 0 0 15px;
  text-align: right; }

.footer-website__list--mod .footer-website__list {
  display: table; }

.footer-website__list--mod .footer-website__list-item {
  display: table-row;
  padding: 0; }

.footer-website__list--mod .footer-website__list-link {
  display: table-cell;
  font-size: 15px;
  line-height: 19px;
  padding-bottom: 9px; }

.footer-website__list--mod .footer-website__list-val {
  display: table-cell;
  text-align: right;
  font-size: 15px;
  line-height: 19xp;
  padding-bottom: 9px; }

.footer-website__copyright {
  display: block;
  font-size: 15px;
  color: #707e99;
  line-height: 19px; }

@media (max-width: 767px) {
  .footer-website__copyright {
    text-align: center; } }

.footer-website__social-icon {
  display: none; }

@media (max-width: 767px) {
  .footer-website__social-icon {
    width: 40px;
    height: 40px;
    display: block;
    fill: #d8e1ee; } }

.footer {
  background: #f5f7fa;
  padding: 16px 0 0 0;
  position: relative;
  z-index: 2; }

@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
    display: none; } }

.footer__left {
  float: left;
  font-size: 0;
  line-height: 0; }

@media (max-width: 767px) {
  .footer__left {
    float: none; } }

.footer__right {
  float: right;
  font-size: 0;
  line-height: 0;
  padding: 14px 0 0 0; }

@media (max-width: 1066px) {
  .footer__right {
    padding: 0; } }

@media (max-width: 767px) {
  .footer__right {
    float: none; } }

@media (max-width: 767px) {
  .footer__right {
    padding: 0; } }

.footer__info-block {
  display: inline-block;
  vertical-align: top;
  padding: 2px 20px 6px;
  border-left: 1px solid #e6e9ed;
  min-width: 205px; }

@media (max-width: 1100px) {
  .footer__info-block {
    min-width: 0; } }

@media (max-width: 1066px) {
  .footer__info-block {
    padding: 2px 15px 6px; } }

@media (max-width: 767px) {
  .footer__info-block {
    display: block;
    padding: 0 0 10px 0;
    border-left: none; } }

.footer__info-block:first-child {
  border-left: none;
  padding-left: 0; }

.footer__info-block-title {
  display: block;
  font-size: 11px;
  line-height: 11px;
  color: #8e9fb0;
  letter-spacing: .2px;
  padding: 0 0 6px 0; }

.footer__info-block-text {
  display: block;
  font-size: 13px;
  line-height: 14px;
  color: #1d364b; }

.footer__info-block-text .green {
  color: #6abc5a; }

.footer__info-block-text .gray {
  color: #8e9fb0; }

.footer__nav {
  display: inline-block;
  font-size: 0;
  line-height: 0; }

@media (max-width: 1066px) {
  .footer__nav {
    display: block; } }

@media (max-width: 767px) {
  .footer__nav {
    display: none; } }

.footer__nav-item {
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  padding: 0 0 0 10px; }

.footer__nav-item:first-child {
  padding: 0; }

.footer__nav-link {
  color: #8e9fb0; }

.footer__nav-link:hover {
  color: #62778c; }

.footer__wifi-status {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .2px;
  padding: 0 0 0 30px;
  display: inline-block; }

@media (max-width: 1066px) {
  .footer__wifi-status {
    display: block;
    padding: 10px 0 0 0; } }

@media (max-width: 767px) {
  .footer__wifi-status {
    padding: 0; } }

.footer__wifi-status [class*="icon-"] {
  fill: #6abc5a;
  margin: 0 10px 0 0; }

.footer__wifi-status--disable [class*="icon-"] {
  fill: #e25849; }

.foot-mob-menu {
  display: none; }

@media (max-width: 767px) {
  .foot-mob-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10; }
  .foot-mob-menu__list {
    display: table;
    width: 100%; }
  .foot-mob-menu__list-item {
    display: table-cell;
    width: 1%;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    text-align: center;
    background: rgba(29, 54, 75, 0.95);
    border-left: 1px solid #1a2736;
    height: 44px;
    vertical-align: middle;
    z-index: 1; }
  .foot-mob-menu__list-item:first-child {
    border-left: none; }
  .foot-mob-menu__link {
    color: #fff; }
  .foot-mob-menu__link:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #16222e;
    opacity: 0;
    z-index: -1; }
  .foot-mob-menu__link.active:before {
    opacity: 1; } }

.dark-theme .head-card {
  background: #242d3d;
  border-color: #303747; }

.dark-theme .head-card__tabs-row {
  border-color: #3d4d5f; }

.dark-theme .head-card__tabs-link {
  color: #8e9fb0; }

.dark-theme .head-card__tabs-link.active {
  color: #fff; }

.dark-theme .head-card__tabs-link.active:before {
  background: #fff; }

.dark-theme .head-card__tabs-link:hover [class*="icon-"] {
  fill: #fff; }

.dark-theme .head-card__tabs-cell a {
  color: #8e9fb0; }

.dark-theme .head-card__table-row--header {
  border: none; }

.dark-theme .head-card__table-row--header .head-card__table-cell:first-child {
  color: #8e9fb0; }

.dark-theme .head-card__table-row:hover:not(.head-card__table-row--header) {
  background: #1c2331; }

.dark-theme .head-card__table-cell {
  border-color: #3d4d5f;
  color: #b4bfca; }

.dark-theme .head-card__table-cell:first-child {
  color: #fff; }

.dark-theme .head-card__table-text--green {
  color: #339933; }

.dark-theme .head-card__table-text--red {
  color: #CC6666; }

.dark-theme .head-card__table-fav-link.active {
  background: #1c2331; }

.dark-theme .head-stat__inner {
  border-top-color: #3d4d5f; }

.dark-theme .head-stat__empty-hint-text b {
  color: #c8d2dd; }

@media (max-width: 767px) {
  .dark-theme .head-stat__search {
    border-color: #3d4d5f; } }

.dark-theme .head-chat__top {
  border-color: #3d4d5f; }

.dark-theme .head-chat__bottom {
  border-color: #3d4d5f; }

.dark-theme .head-chat__message-text {
  color: #8e9fb0; }

.dark-theme .head-chat__message-name {
  color: #fff; }

.dark-theme .head-graph {
  border-color: #242d3d; }

.head-card {
  background: #fff;
  border: 1px solid #e6e9ed;
  position: relative;
  height: 360px; }

.head-card__tabs-row {
  padding: 9px 18px 0 10px;
  border-bottom: 1px solid rgba(230, 233, 237, 0.5);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap; }

@media (max-width: 1066px) {
  .head-card__tabs-row {
    top: 31px; } }

@media (max-width: 767px) {
  .head-card__tabs-row {
    top: 44px; } }

.head-card__tabs-cell {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 11px;
  line-height: 11px;
  padding-left: 10px; }

@media (max-width: 1300px) {
  .head-card__tabs-cell {
    padding-left: 10px; } }

@media (max-width: 1066px) {
  .head-card__tabs-cell {
    padding-left: 10px; } }

.head-card__tabs-cell:first-child {
  text-align: left;
  padding-left: 8px; }

.head-card__tabs-cell a {
  color: #62778c;
  letter-spacing: .7px; }

.head-card__tabs-link {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 8px;
  color: #62778c;
  border-bottom: 1px solid transparent; }

.head-card__tabs-link [class*="icon-"] {
  fill: #c8d2dd;
  transition: all .2s ease; }

.head-card__tabs-link:hover {
  color: #1d364b; }

.head-card__tabs-link:hover [class*="icon-"] {
  fill: #1d364b; }

.head-card__tabs-link.active {
  position: relative;
  color: #1d364b; }

.head-card__tabs-link.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1d364b;
  margin: 1px 0 0 0; }

.head-card__sort-link {
  position: relative;
  padding-left: 10px; }

.head-card__sort-link:before {
  content: '';
  display: block;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  left: 2px;
  top: 50%;
  margin: -2px 0 0 0;
  opacity: 0; }

.head-card__sort-link.active-top:before {
  border-bottom: 3px solid #8e9fb0;
  opacity: 1; }

.head-card__sort-link.active-bottom:before {
  border-top: 3px solid #8e9fb0;
  opacity: 1; }

.head-card__table {
  display: table;
  font-size: 12px;
  line-height: 11px;
  width: 100%; }

.head-card__table-row {
  display: table-row;
  color: #1d364b; }

.head-card__table-row--header {
  color: #8e9fb0;
  font-size: 11px;
  border-bottom: 1px solid #f5f7fa; }

.head-card__table-row--header .head-card__table-cell a {
  color: #8e9fb0; }

.head-card__table-row--header .head-card__table-cell a [class*="icon-"] {
  fill: #8e9fb0;
  vertical-align: middle; }

.head-card__table-row:last-child .head-card__table-cell {
  border-bottom: none; }

.head-card__table-row:hover:not(.head-card__table-row--header) {
  background: #f6fafe; }

.head-card__table-cell {
  display: table-cell;
  width: 1%;
  padding: 9px 2px 9px;
  vertical-align: middle;
  border-bottom: 1px solid #f5f7fa;
  white-space: nowrap;
  letter-spacing: .5px;
  color: #62778c;
  position: relative; }

.head-card__table-cell:first-child {
  padding-left: 18px;
  color: #1d364b;
  width: 20%; }

.head-card__table-cell:first-child .head-card__sort-link {
  padding-left: 0; }

.head-card__table-cell:nth-child(2) {
  text-align: right;
  width: 28%; }

.head-card__table-cell:nth-child(3) {
  text-align: right;
  width: 15%; }

.head-card__table-cell:nth-child(4) {
  text-align: right;
  padding-right: 24px;
  width: 32%; }

.head-card__table-cell-block {
  display: block;
  padding-top: 18px; }

.head-card__table-cell-block:first-child {
  padding-top: 0; }

.head-card__table-fav {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: top;
  opacity: 0;
  transition: all .2s ease;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYzhkMmRkIiB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiBpZD0iZjVhOWY1ZGEtYmM5Yi00Y2U2LWEyMDEtOWY2OGM3YWM0YzRmIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDg3LjIyIDQ2NS4yIj4NCiAgPHRpdGxlPnN0YXIgKDEpPC90aXRsZT4NCiAgPHBhdGggZD0iTTQ4Ni41NSwxNzUuOGExMy41OSwxMy41OSwwLDAsMC0xMC45LTkuMmwtMTUyLTIxLjZMMjU1LjI1LDcuNUExMy41NSwxMy41NSwwLDAsMCwyNDMuMTUsMGgwYTEzLjQ3LDEzLjQ3LDAsMCwwLTEyLjEsNy42bC02Ny41LDEzNy45LTE1MiwyMi42YTEzLjU5LDEzLjU5LDAsMCwwLTEwLjksOS4yLDEzLjM1LDEzLjM1LDAsMCwwLDMuNSwxMy44TDExNC40NSwyOTgsODksNDQ5LjRhMTMuNTcsMTMuNTcsMCwwLDAsMTMuMywxNS44LDEyLjgzLDEyLjgzLDAsMCwwLDYuMy0xLjZsMTM1LjctNzEuOSwxMzYuMSw3MS4xYTEzLjgxLDEzLjgxLDAsMCwwLDYuMiwxLjVoMGExMy41NywxMy41NywwLDAsMCwxMy41LTEzLjUsMTAuNTUsMTAuNTUsMCwwLDAtLjQtMy4xbC0yNi4zLTE1MC41TDQ4MywxODkuN0ExMy4yMiwxMy4yMiwwLDAsMCw0ODYuNTUsMTc1LjhabS0xMzcsMTA3LjFhMTMuMzUsMTMuMzUsMCwwLDAtMy44LDEybDIyLjksMTMxLjMtMTE4LjItNjEuN2ExMy42OCwxMy42OCwwLDAsMC0xMi42LDBsLTExNy44LDYyLjQsMjIuMS0xMzEuNWExMy40OSwxMy40OSwwLDAsMC0zLjktMTEuOWwtOTUuNi05Mi44LDEzMS45LTE5LjZhMTMuNCwxMy40LDAsMCwwLDEwLjEtNy40TDI0My4yNSw0NGw1OS40LDExOS40YTEzLjc0LDEzLjc0LDAsMCwwLDEwLjIsNy40bDEzMiwxOC44WiIvPg0KPC9zdmc+DQo=);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -5px 0 0 0; }

.head-card__table-fav.active {
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYzhkMmRkIiB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiBpZD0iZTAyYzBlYzYtMjY3Mi00MDRlLWEzZGQtNTFlZTk3NGM3Y2JjIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTUuODcgNTMuMjMiPg0KICA8dGl0bGU+c3RhcjwvdGl0bGU+DQogIDxwYXRoIGQ9Ik01NS44MiwyMC4yNkExLDEsMCwwLDAsNTUsMTkuNThMMzYuOTIsMTYuOTUsMjguODMsMC41NkExLDEsMCwwLDAsMjcsLjU2TDE4Ljk1LDE3LDAuODYsMTkuNThhMSwxLDAsMCwwLS41NiwxLjdMMTMuMzksMzRsLTMuMDksMThhMSwxLDAsMCwwLC40LDEsMSwxLDAsMCwwLDEuMDUuMDhsMTYuMTgtOC41MSwxNi4xOCw4LjUxYTEsMSwwLDAsMCwxLjQ1LTEuMDVMNDIuNDcsMzQsNTUuNTcsMjEuMjhBMSwxLDAsMCwwLDU1LjgyLDIwLjI2WiIvPg0KPC9zdmc+DQo=); }

.head-card__table-sum {
  position: relative; }

.head-card__table-sum .head-card__table-fav {
  right: -14px; }

.head-card__table-fav-link {
  position: relative;
  display: table-row;
  width: 100%; }

.head-card__table-fav-link.active {
  background: #f6fafe; }

.head-card__table-fav-link.active .head-card__table-cell:first-child {
  position: relative; }

.head-card__table-fav-link.active .head-card__table-cell:first-child:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #b4d8fb; }

.head-card__table-fav-link:hover .head-card__table-fav {
  opacity: 1; }

.head-card__table-currency {
  color: #8e9fb0;
  margin: 0 0 0 2px; }

.head-card__table-text--green {
  color: #6abc5a; }

.head-card__table-text--red {
  color: #e25849; }

.head-stat {
  padding-top: 30px; }

@media (max-width: 1066px) {
  .head-stat {
    padding-top: 60px; } }

@media (max-width: 767px) {
  .head-stat {
    padding-top: 74px; } }

.head-stat__inner {
  height: calc(100% - 30px);
  overflow: hidden;
  position: relative;
  border-top: 1px solid #f5f7fa; }

.head-stat__empty-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%); }

.head-stat__empty-hint [class*="icon-"] {
  display: block;
  margin: 0 auto 15px; }

.head-stat__empty-hint-text {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  color: #62778c; }

.head-stat__empty-hint-text b {
  font-weight: 500;
  color: #1d364b; }

.head-stat__empty-hint-text a {
  color: #80b3ff;
  font-size: 13px; }

.head-stat__empty-hint-text a:hover {
  color: #b4d8fb; }

.head-stat-loader {
  display: block;
  width: 30px;
  height: 30px; }

.head-stat__search {
  display: none; }

@media (max-width: 1066px) {
  .head-stat__search {
    display: block;
    padding-left: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; } }

@media (max-width: 767px) {
  .head-stat__search {
    padding: 5px 5px 4px 10px;
    border-bottom: 1px solid rgba(230, 233, 237, 0.5); } }

.head-graph {
  padding: 0 10px;
  height: 100%;
  border: 1px solid transparent; }

.head-graph.active {
  border-color: #4c94ff; }

.head-graph--half {
  float: left;
  width: 50%; }

.head-graph__cols {
  padding: 15px 10px;
  height: 100%; }

.head-graph__cols:after {
  content: " ";
  display: block;
  clear: both; }

.head-graph img {
  width: 100%;
  height: 100%; }

.head-chat {
  padding-top: 44px;
  padding-bottom: 43px; }

.head-chat__top {
  border-bottom: 1px solid #e6e9ed;
  padding: 18px 0 10px 0;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px; }

.head-chat__top:after {
  content: " ";
  display: block;
  clear: both; }

.head-chat__actions {
  font-size: 10px;
  line-height: 14px;
  float: right; }

.head-chat__actions-link {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: middle; }

.head-chat__actions-link [class*="icon-"] {
  fill: #c8d2dd;
  transition: all .2s ease; }

.head-chat__actions-link:hover [class*="icon-"] {
  fill: #1d364b; }

.head-chat__actions .drop-link {
  font-size: 12px;
  line-height: 14px; }

.head-chat__title {
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px; }

.head-chat__online {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 11px;
  line-height: 12px;
  position: relative;
  color: #8e9fb0; }

.head-chat__online:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #6abc5a;
  top: 3px;
  left: 10px;
  border-radius: 50%; }

.head-chat__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #c8d2dd;
  padding: 13px 70px 13px 20px;
  font-size: 0;
  line-height: 0; }

.head-chat__bottom:after {
  content: " ";
  display: block;
  clear: both; }

.head-chat__input {
  border: none;
  font-size: 12px;
  line-height: 14px;
  display: block;
  width: 100%;
  padding: 0; }

.head-chat__input:-ms-input-placeholder {
  color: #8e9fb0;
  opacity: 1;
  text-transform: none;
  text-overflow: ellipsis; }

.head-chat__input::placeholder {
  color: #8e9fb0;
  opacity: 1;
  text-transform: none;
  text-overflow: ellipsis; }

.head-chat__input:-ms-input-placeholder {
  color: #8e9fb0;
  text-transform: none;
  text-overflow: ellipsis; }

.head-chat__input:focus:-ms-input-placeholder {
  color: transparent; }

.head-chat__input:focus::placeholder {
  color: transparent; }

.head-chat__send-btn {
  background: none;
  width: auto;
  float: right;
  margin: 1px -50px 0 0;
  padding: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  border: none; }

.head-chat__send-btn [class*="icon-"] {
  fill: #8e9fb0;
  transition: all .2s ease; }

.head-chat__send-btn:hover {
  background: none; }

.head-chat__send-btn:hover [class*="icon-"] {
  fill: #1d364b; }

.head-chat__emoji-drop-btn {
  display: block;
  float: right;
  margin: 0 -20px 0 0;
  font-size: 0;
  line-height: 0; }

.head-chat__emoji-drop-btn [class*="icon-"] {
  fill: #c8d2dd;
  transition: all .2s ease; }

.head-chat__emoji-drop-btn:hover [class*="icon-"] {
  fill: #1d364b; }

.head-chat__inner {
  height: 100%;
  padding: 15px 20px 0;
  overflow: hidden; }

.head-chat__message {
  padding: 0 0 15px 0; }

.head-chat__message-top {
  padding: 0 0 5px 0; }

.head-chat__message-top:after {
  content: " ";
  display: block;
  clear: both; }

.head-chat__message-name {
  display: block;
  float: left;
  font-size: 11px;
  line-height: 13px;
  color: #8e9fb0; }

.head-chat__message-time {
  float: right;
  display: block;
  font-size: 10px;
  line-height: 13px;
  color: #c8d2dd; }

.head-chat__message-text {
  display: block;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: .2px;
  font-weight: 300;
  color: #62778c; }

.dark-theme .header {
  background: #242d3d; }

.dark-theme .header__chart-drop {
  background: #242d3d; }

.dark-theme .header__alarm-drop {
  background: #242d3d; }

.dark-theme .header__balance {
  background: #242d3d; }

.dark-theme .header__balance-head {
  background: #303747; }

.dark-theme .header__balance-link {
  background: #242d3d; }

.dark-theme .header__account-drop {
  background: #070b10; }

.dark-theme .header__account-list-item {
  border-top-color: #2a3444; }

.dark-theme .header__account-link {
  color: #8e9fb0; }

.dark-theme .header__account-link:hover {
  background: #1a355e;
  color: #8e9fb0; }

.mob-menu {
  position: fixed;
  top: 40px;
  left: -240px;
  bottom: 0;
  overflow: auto;
  width: 240px;
  background: rgba(35, 54, 73, 0.95);
  z-index: 10;
  display: none;
  transition: all .3s ease;
  padding: 0 0 55px 0; }

@media (max-width: 1066px) {
  .mob-menu--in-dev {
    top: 70px; } }

@media (max-width: 600px) {
  .mob-menu--in-dev {
    top: 89px; } }

@media (max-width: 352px) {
  .mob-menu--in-dev {
    top: 108px; } }

@media (max-width: 1066px) {
  .mob-menu {
    display: block; }
  .mob-menu.active {
    left: 0; } }

.mob-menu__nav {
  padding: 20px 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.34); }

.mob-menu__nav-list--simple {
  padding: 10px 0 0 0; }

.mob-menu__nav-list--simple .mob-menu__nav-link {
  padding-left: 17px; }

.mob-menu__nav-list-item {
  padding: 0 0 10px 0; }

.mob-menu__nav-link {
  display: block;
  padding: 5px 10px 5px 48px;
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 18px; }

.mob-menu__nav-link-icon {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -9px 0 0 0;
  fill: #f5f7fa; }

.mob-menu__lang {
  padding: 8px 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.34); }

.mob-menu__lang:after {
  content: " ";
  display: block;
  clear: both; }

.mob-menu__lang-label {
  display: block;
  float: left;
  width: 60px;
  color: #99a2ab;
  font-size: 15px;
  line-height: 18px; }

.mob-menu__lang-select {
  display: block;
  float: left;
  width: calc(100% - 60px); }

.mob-menu__lang-select-label {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #fff; }

.mob-menu__lang-select-label:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: 6px 0 0 10px;
  vertical-align: top; }

.mob-menu__lang-select-flag {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px 0 0; }

.mob-menu__lang-select-flag img {
  display: block;
  width: 100%; }

.mob-menu__lang-select-drop {
  display: none; }

.mob-menu__status {
  display: block;
  padding: 5px 10px 5px 17px;
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 18px; }

.header-website {
  background-image: radial-gradient(circle at 18% 100%, #0a162c, #000000);
  position: relative; }

.header-website--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 10; }

.header-website--absolute .header-website__nav-wrapper {
  background: none; }

.header-website.fixed {
  position: fixed;
  background-image: radial-gradient(circle at 18% 100%, #0a162c, #000000);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

@media (max-width: 767px) {
  .header-website.fixed .header-website__nav-wrapper {
    position: fixed;
    height: 100%;
    background-image: radial-gradient(circle at 18% 100%, #0a162c, #000000); }
  .header-website.fixed .beta-status-panel.active + .container .header-website__nav-wrapper, .header-website.fixed .beta-status-panel.active + .operations-top .header-website__nav-wrapper {
    padding-top: 142px; } }

@media (max-width: 767px) {
  .header-website .container, .header-website .operations-top {
    padding: 0; } }

.header-website__inner {
  display: table;
  width: 100%; }

@media (max-width: 1066px) {
  .header-website__inner {
    position: relative; } }

@media (max-width: 767px) {
  .header-website__inner {
    padding: 0 25px; } }

.header-website__left {
  display: table-cell;
  height: 138px;
  vertical-align: middle;
  font-size: 0;
  line-height: 0; }

@media (max-width: 1066px) {
  .header-website__left {
    width: 50%;
    height: 80px; } }

@media (max-width: 767px) {
  .header-website__left {
    height: 74px; } }

.header-website__right {
  display: table-cell;
  height: 138px;
  vertical-align: middle;
  text-align: right; }

@media (max-width: 1066px) {
  .header-website__right {
    width: 50%;
    height: 80px; } }

@media (max-width: 767px) {
  .header-website__right {
    height: 74px; } }

.header-website__right-link {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 0 30px 0 0;
  text-transform: uppercase;
  vertical-align: middle; }

@media (max-width: 1066px) {
  .header-website__right-link {
    margin: 0 15px 0 0; } }

@media (max-width: 767px) {
  .header-website__right-link {
    display: none; } }

.header-website__right-btn {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  border: 1px solid rgba(255, 255, 255, 0.65); }

.header-website__right-btn--lg {
  padding: 19px 55px;
  background: #80b3ff;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  border-color: #80b3ff; }

.header-website__right-btn--lg:hover {
  color: #fff;
  background: #4c94ff; }

@media (max-width: 767px) {
  .header-website__right-btn {
    display: none; } }

.header-website__logo {
  display: inline-block;
  margin: 0 50px 0 0;
  vertical-align: middle; }

@media (max-width: 1066px) {
  .header-website__logo {
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -9px -50px 0 0; } }

@media (max-width: 767px) {
  .header-website__logo {
    top: 24px;
    margin: 0 -13px 0 0;
    z-index: 2; } }

.header-website__logo [class*="icon-"] {
  fill: #fff; }

@media (max-width: 1066px) {
  .header-website__logo .icon-logo-inline {
    width: 100px;
    height: 18px; } }

@media (max-width: 767px) {
  .header-website__logo .icon-logo-inline {
    display: none; } }

.header-website__logo .icon-logo-min {
  display: none; }

@media (max-width: 767px) {
  .header-website__logo .icon-logo-min {
    display: block;
    width: 20px;
    height: 25px; } }

.header-website__nav-wrapper {
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 767px) {
  .header-website__nav-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
    padding: 74px 0 0 0;
    background-image: radial-gradient(circle at 18% 100%, #0a162c, #000000); } }

@media (max-width: 767px) {
  .header-website__nav {
    padding: 22px 0 0 0; } }

.header-website__nav--mob {
  display: none; }

@media (max-width: 767px) {
  .header-website__nav--mob {
    display: block;
    padding: 7px 0 0 0;
    border-bottom: 1px solid rgba(123, 123, 123, 0.3); } }

.header-website__nav-item {
  padding: 0 0 0 50px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px; }

.header-website__nav-item:first-child {
  padding-left: 0; }

.header-website__nav-item--mob {
  display: none; }

@media (max-width: 767px) {
  .header-website__nav-item--mob {
    display: block; } }

@media (max-width: 1066px) {
  .header-website__nav-item {
    padding: 0 0 0 30px; } }

@media (max-width: 767px) {
  .header-website__nav-item {
    display: block;
    text-align: center;
    padding: 0 0 20px 0; } }

.header-website__nav-link {
  color: #fff;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .header-website__nav-link {
    text-transform: none; }
  .header-website__nav-link [class*="icon-"] {
    fill: #fff;
    margin: 0 5px 0 0; } }

@media (max-width: 767px) {
  .header-website__mob-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2; }
  .header-website__mob-btn .line {
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -8px;
    z-index: 2;
    transition: all .3s ease; }
  .header-website__mob-btn .line:before, .header-website__mob-btn .line:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    left: 0;
    transition: all .3s ease; }
  .header-website__mob-btn .line:before {
    top: -5px; }
  .header-website__mob-btn .line:after {
    bottom: -5px; }
  .header-website__mob-btn .line.active {
    background: transparent; }
  .header-website__mob-btn .line.active:before {
    top: 0;
    transform: rotate(45deg); }
  .header-website__mob-btn .line.active:after {
    bottom: 0;
    transform: rotate(-45deg); }
  .header-website__mob-btn.active .line {
    background: transparent; }
  .header-website__mob-btn.active .line:before {
    top: 0;
    transform: rotate(45deg); }
  .header-website__mob-btn.active .line:after {
    bottom: 0;
    transform: rotate(-45deg); } }

.header-website__mob-sign {
  display: none; }

@media (max-width: 767px) {
  .header-website__mob-sign {
    display: inline-block;
    position: relative;
    z-index: 2; }
  .header-website__mob-sign [class*="icon-"] {
    fill: #fff; } }

.header {
  background: #233649;
  position: relative;
  z-index: 3; }

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

@media (max-width: 480px) {
  .header {
    padding: 1px 0; } }

.header__container {
  position: relative; }

.header__mob-btn {
  display: none; }

@media (max-width: 959px) {
  .header__mob-btn {
    display: block;
    float: left;
    position: relative;
    width: 19px;
    height: 15px;
    margin: 12px 20px 0 0; }
  .header__mob-btn .line {
    display: block;
    width: 19px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all .3s ease; }
  .header__mob-btn .line:nth-child(1) {
    top: 0; }
  .header__mob-btn .line:nth-child(2) {
    top: 7px; }
  .header__mob-btn .line:nth-child(3) {
    top: 14px; }
  .header__mob-btn.active .line:nth-child(1), .header__mob-btn.active .line:nth-child(3) {
    top: 50%; }
  .header__mob-btn.active .line:nth-child(1) {
    transform: rotate(45deg); }
  .header__mob-btn.active .line:nth-child(3) {
    transform: rotate(-45deg); }
  .header__mob-btn.active .line:nth-child(2) {
    opacity: 0; } }

.header__logo {
  display: block;
  position: absolute;
  left: 50%;
  margin: 11px 0 0 -51px; }

.header__logo-icon--mob {
  display: none; }

@media (max-width: 767px) {
  .header__logo-icon--main {
    display: none; }
  .header__logo-icon--mob {
    display: block; } }

@media (max-width: 1066px) {
  .header__logo {
    margin: 11px 0 0 -51px;
    left: 45%; } }

@media (max-width: 959px) {
  .header__logo {
    position: static;
    margin: 11px 0 0 0;
    float: left; } }

.header__left {
  float: left;
  width: 50%;
  padding-right: 50px;
  padding: 13px 50px 12px 0; }

@media (max-width: 1066px) {
  .header__left {
    width: 45%; } }

@media (max-width: 959px) {
  .header__left {
    display: none; } }

.header__right {
  float: right;
  width: 50%;
  padding-left: 50px;
  text-align: right;
  font-size: 0;
  line-height: 0; }

@media (max-width: 1066px) {
  .header__right {
    width: 55%; } }

@media (max-width: 959px) {
  .header__right {
    width: auto;
    padding-left: 10px; } }

.header__nav-list {
  font-size: 0;
  line-height: 0; }

.header__nav-list-item {
  display: inline-block;
  padding: 0 0 0 24px;
  vertical-align: top; }

@media (max-width: 1200px) {
  .header__nav-list-item {
    padding: 0 0 0 10px; } }

@media (max-width: 1040px) {
  .header__nav-list-item {
    padding: 0 0 0 5px; } }

@media (max-width: 1066px) {
  .header__nav-list-item {
    padding: 0 0 0 10px; }
  .header__nav-list-item--mod {
    font-size: 0;
    line-height: 0; } }

.header__nav-list-item:first-child {
  padding: 0; }

.header__nav-link {
  display: block;
  font-size: 12px;
  line-height: 14px;
  vertical-align: bottom;
  color: #647587; }

.header__nav-link [class*="icon-"] {
  vertical-align: top;
  fill: #647587;
  margin: 0 5px 0 0;
  transition: all .2s ease; }

.header__nav-link:hover {
  color: #f5f7fa; }

.header__nav-link:hover [class*="icon-"] {
  fill: #f5f7fa; }

@media (max-width: 1066px) {
  .header__nav-link--mod {
    font-size: 0;
    line-height: 0; } }

.header__link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  padding: 11px 10px; }

.header__link--lottery .header__link-counter {
  top: 6px;
  right: 4px; }

.header__link [class*="icon-"] {
  fill: #8e9fb0;
  transition: all .2s ease; }

.header__link:first-child {
  margin-left: 0; }

.header__link:hover {
  color: #fff; }

.header__link:hover > [class*="icon-"] {
  fill: #fff; }

.header__link.active {
  background: #16222e; }

.header__link-counter {
  display: block;
  position: absolute;
  font-size: 8px;
  line-height: 10px;
  padding: 2px 4px 1px;
  border-radius: 7px;
  background: #e25849;
  color: #fff;
  top: 4px;
  right: 0;
  z-index: 2; }

.header__link-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.header__link-wrap:first-child {
  margin-left: 0; }

.header__drop-block {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.header__drop-block-link {
  color: #c8d2dd;
  padding: 12px 20px 12px 10px;
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .2px; }

.header__drop-block-link [class*="icon-"] {
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  margin: -2px 0 0 0;
  fill: #c8d2dd;
  transition: all .2s ease; }

.header__drop-block-link:hover {
  color: #fff;
  background: #1d2f3f; }

.header__drop-block-link:hover [class*="icon-"] {
  fill: #80b3ff; }

.header__drop-block-link.active, .header__drop-block-link:active {
  background: #16222e; }

.header__chart-drop {
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
  background: #233649;
  text-align: center;
  padding: 13px 5px 19px;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.header__chart-drop.active {
  opacity: 1;
  visibility: visible; }

.header__chart-drop-title {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  padding: 0 0 13px 0; }

.header__chart-drop-list {
  font-size: 0;
  line-height: 0;
  white-space: nowrap; }

.header__chart-drop-link {
  display: inline-block;
  margin: 0 7px;
  border: 1px solid #8e9fb0;
  width: 51px;
  height: 26px;
  font-size: 0;
  line-height: 0;
  vertical-align: top; }

.header__chart-drop-link:after {
  content: " ";
  display: block;
  clear: both; }

.header__chart-drop-link [class*="icon-"] {
  vertical-align: middle;
  fill: #8e9fb0; }

.header__chart-drop-link:hover, .header__chart-drop-link.active {
  background: #4c94ff;
  border-color: #4c94ff; }

.header__chart-drop-link:hover [class*="icon-"], .header__chart-drop-link.active [class*="icon-"] {
  fill: #fff; }

.header__chart-drop-link:hover .header__chart-drop-link-box, .header__chart-drop-link:hover .header__chart-drop-link-row, .header__chart-drop-link:hover .header__chart-drop-link-col, .header__chart-drop-link.active .header__chart-drop-link-box, .header__chart-drop-link.active .header__chart-drop-link-row, .header__chart-drop-link.active .header__chart-drop-link-col {
  border-color: #4c94ff; }

.header__chart-drop-link-box {
  display: block;
  height: 100%; }

.header__chart-drop-link-box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.header__chart-drop-link-col {
  display: block;
  height: 100%;
  width: 50%;
  border-left: 1px solid #8e9fb0;
  float: left; }

.header__chart-drop-link-col:first-child {
  border-left: none; }

.header__chart-drop-link-col:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.header__chart-drop-link-row {
  display: block;
  height: 50%;
  border-top: 1px solid #8e9fb0; }

.header__chart-drop-link-row:first-child {
  border-top: none; }

.header__chart-drop-link-row:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.header__balance {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #233649;
  z-index: 1;
  width: 380px;
  text-align: left;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

@media (max-width: 379px) {
  .header__balance {
    width: 320px; } }

.header__balance.active {
  opacity: 1;
  visibility: visible; }

.header__balance-table {
  font-size: 0;
  line-height: 0; }

.header__balance-head {
  background: #182633;
  border-bottom: 1px solid #3d4d5f; }

.header__balance-head-cell {
  display: inline-block;
  width: 40%;
  font-size: 11px;
  line-height: 13px;
  padding: 8px 20px 8px;
  color: #8e9fb0; }

@media (max-width: 767px) {
  .header__balance-head-cell {
    padding: 8px 5px; } }

.header__balance-head-cell:first-child {
  margin-left: 20%; }

.header__balance-row {
  border-bottom: 1px solid #3d4d5f; }

.header__balance-cell {
  display: inline-block;
  width: 40%;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 20px 7px;
  color: #e6e9ed; }

@media (max-width: 767px) {
  .header__balance-cell {
    padding: 8px 5px 7px; } }

.header__balance-cell .drop-link {
  color: #b4bfca; }

.header__balance-cell .drop-link:hover {
  color: #c8d2dd; }

.header__balance-cell:first-child {
  color: #b4bfca;
  width: 20%; }

.header__balance-cell--bold {
  font-weight: 500; }

.header__balance-link {
  background: #233649;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  padding: 10px 10px 11px;
  color: #fff; }

.header__balance-link [class*="icon-"] {
  fill: #fff;
  margin: 0 5px 0 0; }

.header__balance-link:hover {
  background: #1d2f3f;
  color: #fff; }

.header__balance-link:active {
  background: #16222e; }

.header__notific-drop {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #233649;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1);
  width: 370px;
  z-index: 1;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.header__notific-drop.active {
  opacity: 1;
  visibility: visible; }

.header__notific-drop-btn {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 8px 10px 8px;
  text-align: center; }

.header__notific-drop-btn [class*="icon-"] {
  fill: #fff;
  margin: 0 5px 0 0;
  vertical-align: middle; }

.header__notific-drop-btn:hover {
  background: #1d2f3f;
  color: #fff; }

.header__notific-drop-btn:active {
  background: #16222e; }

.header__notific-list-item {
  border-top: 1px solid #3d4d5f;
  padding: 12px 20px; }

.header__notific-title {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: .2px;
  padding: 0 0 5px 0;
  color: #fff; }

.header__notific-title--pass {
  position: relative;
  font-weight: 400;
  color: #8e9fb0; }

.header__notific-title--pass:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #c8d2dd;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -12px; }

.header__notific-row {
  display: table;
  width: 100%; }

.header__notific-text {
  display: table-cell;
  font-size: 11px;
  line-height: 13px;
  color: #8e9fb0; }

.header__notific-time {
  display: table-cell;
  text-align: right;
  font-size: 10px;
  line-height: 13px;
  color: #8e9fb0; }

.header__account-drop {
  position: absolute;
  top: 100%;
  right: 0;
  background: #233649;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1);
  min-width: 140px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.header__account-drop.active {
  opacity: 1;
  visibility: visible; }

.header__account-list-item {
  border-top: 1px solid #3d4d5f; }

.header__account-list-item:first-child {
  border-top: none; }

.header__account-link {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 10px 20px;
  white-space: nowrap; }

.header__account-link:hover {
  background: #80b3ff;
  color: #fff; }

.header__alarm-drop {
  position: absolute;
  top: 100%;
  left: 0;
  background: #233649;
  width: 340px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease; }

.header__alarm-drop.active {
  opacity: 1;
  visibility: visible; }

.header__alarm-drop-list-item {
  padding: 0 70px 0 0;
  position: relative;
  box-shadow: inset 0 -1px #3d4d5f; }

.header__alarm-drop-actions {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  font-size: 0;
  line-height: 0; }

.header__alarm-drop-actions:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.header__alarm-drop-actions-link {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  padding: 5px 0; }

.header__alarm-drop-actions-link [class*="icon-"] {
  fill: #c8d2dd; }

.header__alarm-drop-actions-link:hover [class*="icon-"] {
  fill: #fff; }

.header__alarm-drop-link {
  display: block;
  padding: 13px 10px 14px 35px;
  position: relative;
  font-size: 12px;
  line-height: 14px; }

.header__alarm-drop-link:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  background: #6abc5a;
  top: 13px;
  left: 13px; }

.header__alarm-drop-link-title {
  display: block;
  color: #fff;
  padding: 0 0 5px 0; }

.header__alarm-drop-link-descr {
  display: block;
  color: #b4bfca; }

.header__alarm-drop-link:hover {
  background: #80b3ff; }

.header__alarm-drop-link:hover:before {
  background: #fff; }

.header__alarm-drop-link:hover .header__alarm-drop-link-title, .header__alarm-drop-link:hover .header__alarm-drop-link-descr {
  color: #fff; }

.header__alarm-drop-bottom {
  font-size: 12px;
  line-height: 14px; }

.header__alarm-drop-bottom-link {
  display: block;
  padding: 14px 13px;
  color: #fff; }

.header__alarm-drop-bottom-link [class*="icon-"] {
  fill: #fff;
  vertical-align: middle;
  margin: -2px 8px 0 0; }

.dark-theme .history-table th {
  background: #303747; }

.dark-theme .history-table td {
  box-shadow: inset 0 -1px 0 #3d4d5f;
  color: #8e9fb0; }

.dark-theme .history-table td a:hover {
  color: #fff; }

.dark-theme .history-table td .line-throught {
  text-decoration: line-through; }

.dark-theme .history-table__wrapper, .dark-theme .permissions__table-wrapper {
  background: #242d3d;
  border-color: transparent; }

.dark-theme .history-table__dark {
  color: #b4bfca; }

.dark-theme .history-table__close:hover [class*="icon-"] {
  fill: #fff; }

.dark-theme .history-table__green {
  color: #339933; }

.dark-theme .history-table__red {
  color: #CC6666; }

.dark-theme .history-table__gray {
  color: #62778c; }

.dark-theme .notes-block {
  border-color: #3d4d5f; }

.dark-theme .notes-block__top {
  background: #1c2331;
  border-color: #3d4d5f; }

.dark-theme .notes-block__search {
  background: #151c28; }

.dark-theme .notes-block__search .search-block__input {
  border-color: #404758; }

.dark-theme .notes-block__cols:before {
  border-color: #3d4d5f; }

.dark-theme .notes-block__side-list-item {
  border-color: #3d4d5f; }

.dark-theme .notes-block__side-link.active, .dark-theme .notes-block__side-link:hover {
  background: #1c2331; }

.history-table {
  font-size: 12px;
  line-height: 12px;
  color: #62778c; }

.history-table__wrapper, .permissions__table-wrapper {
  border: 1px solid #e6e9ed;
  border-radius: 2px;
  overflow: hidden; }

.history-table__scroll {
  width: 100%;
  overflow: hidden;
  display: none; }

.history-table__scroll.active {
  display: block; }

.history-table__scroll.mCustomScrollbar {
  padding-bottom: 10px; }

.history-table th {
  font-size: 11px;
  color: #8e9fb0;
  line-height: 11px;
  padding: 9px 10px;
  text-align: left;
  background: #f5f7fa; }

.history-table th:first-child {
  padding-left: 20px; }

.history-table th:last-child {
  padding-right: 20px; }

.history-table th [class*="icon-"] {
  fill: #c8d2dd; }

.history-table th.right {
  text-align: right; }

.history-table td {
  padding: 9px 10px;
  white-space: nowrap;
  box-shadow: inset 0 -0.5px 0 #e6e9ed;
  box-shadow: inset 0 -1px 0 #f5f7fa; }

.history-table td:first-child {
  padding-left: 20px; }

.history-table td:last-child {
  padding-right: 20px; }

.history-table td span {
  margin: 0 0 0 5px; }

.history-table td span:first-child {
  margin: 0; }

.history-table td:last-child {
  width: 1%; }

.history-table td.history-table__fix-cell {
  min-width: 172px; }

.history-table td.history-table__last-cell {
  padding-left: 0; }

.history-table td.right {
  text-align: right; }

.history-table__green {
  color: #6abc5a; }

.history-table__red {
  color: #e25849; }

.history-table__gray {
  color: #8e9fb0; }

.history-table__sm {
  font-size: 10px; }

.history-table__dark {
  color: #1d364b; }

.history-table__pop-link {
  color: #8e9fb0;
  font-size: 11px;
  border-bottom: 1px dotted #8e9fb0; }

.history-table__pop-link:hover {
  color: #62778c; }

.history-table__close {
  font-weight: 500;
  font-size: 11px;
  color: #8e9fb0;
  letter-spacing: .2px; }

.history-table__close [class*="icon-"] {
  fill: #8e9fb0;
  margin: 1px 0 0 0; }

.history-table__close:hover {
  color: #62778c; }

.history-table__close:hover [class*="icon-"] {
  fill: #62778c; }

.history-table__active-row td:first-child {
  position: relative; }

.history-table__active-row td:first-child:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: #b4d8fb; }

.history-table__load {
  display: inline-block;
  width: 90px;
  position: relative;
  background: #e6e9ed;
  height: 5px;
  margin: 0 0 0 5px;
  vertical-align: middle; }

.history-table__load-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #6abc5a; }

.history-table__empty-box {
  text-align: center;
  width: 470px;
  display: table;
  margin: 0 auto; }

.history-table__empty-box-inner {
  display: table-cell;
  vertical-align: middle;
  height: 75px; }

.history-table__empty-box-title {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #62778c;
  padding: 0 0 5px 0; }

.history-table__empty-box-descr {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #b4bfca; }

.history-table__com-tooltip {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.history-table__com-tooltip-btn {
  display: block;
  cursor: pointer; }

.history-table__com-tooltip-btn [class*="icon-"] {
  width: 7px;
  height: 7px;
  fill: #c8d2dd;
  margin: 2px 0 0 0; }

.history-table__com-tooltip-drop {
  position: absolute;
  z-index: 1;
  padding: 5px 0;
  min-width: 410px;
  display: none; }

.history-table__com-tooltip-drop-inner {
  background: #394a5b; }

.history-table__com-tooltip-top {
  background: #2d3a48;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 14px; }

.history-table__com-tooltip-top:after {
  content: " ";
  display: block;
  clear: both; }

.history-table__com-tooltip-top-title {
  display: block;
  float: left;
  color: #fff; }

.history-table__com-tooltip-top-link {
  float: right;
  font-size: 11px; }

.history-table__com-tooltip-table th {
  font-size: 11px;
  line-height: 13px;
  color: #c8d2dd;
  padding: 7px 15px;
  border-bottom: 1px solid #233649;
  background: none; }

.history-table__com-tooltip-table td {
  height: 30px;
  padding: 5px 15px;
  font-size: 12px;
  color: #e6e9ed;
  box-shadow: none; }

.history-table__com-tooltip-table td .gray {
  color: #c8d2dd;
  padding-left: 5px; }

.history-table__com-tooltip-table td .gray-sm {
  color: #b4bfca;
  font-size: 11px; }

.history-table__last-cell {
  padding-left: 0; }

.notes-block {
  border: 1px solid #e6e9ed; }

.notes-block__top {
  padding: 5px;
  background: #f5f7fa;
  border-bottom: 1px solid #e6e9ed; }

.notes-block__top:after {
  content: " ";
  display: block;
  clear: both; }

.notes-block__top-btn {
  float: left;
  margin: 0 5px 0 0; }

.notes-block__search {
  float: left;
  width: 334px;
  padding: 0;
  background: #fff; }

.notes-block__search .search-block__input {
  padding-top: 6px;
  padding-bottom: 6px;
  border-color: #dfe1e6; }

.notes-block__search .search-block__input:-ms-input-placeholder {
  text-align: center; }

.notes-block__search .search-block__input::placeholder {
  text-align: center; }

.notes-block__search .search-block__input:-moz-placeholder {
  text-align: center; }

.notes-block__search .search-block__input::-moz-placeholder {
  text-align: center; }

.notes-block__search .search-block__input:-ms-input-placeholder {
  text-align: center; }

.notes-block__cols {
  position: relative; }

.notes-block__cols:after {
  content: " ";
  display: block;
  clear: both; }

.notes-block__cols:before {
  content: '';
  display: block;
  position: absolute;
  left: 32%;
  top: 0;
  bottom: 0;
  border-right: 1px solid #e6e9ed; }

.notes-block__cols-left {
  float: left;
  width: 32%; }

.notes-block__cols-right {
  float: left;
  width: 68%;
  font-size: 13px;
  line-height: 19px;
  color: #62778c;
  height: 280px; }

.notes-block__textarea {
  padding: 0 30px;
  width: 100%;
  border: none;
  transition: none; }

.notes-block__textarea-wrap {
  height: 100%;
  overflow: hidden;
  padding: 30px 0; }

.notes-block__textarea-clone {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  min-height: 150px;
  word-wrap: break-word;
  white-space: pre-wrap;
  width: 100%;
  padding: 0 30px;
  line-height: 17px; }

.notes-block__side {
  height: 280px; }

.notes-block__side-list-item {
  border-top: 1px solid #dfe1e6; }

.notes-block__side-list-item:first-child {
  border-top: none; }

.notes-block__side-link {
  display: block;
  padding: 16px 18px 17px; }

.notes-block__side-link.active {
  background: #f5f7fa; }

.notes-block__side-link-title {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #62778c;
  padding: 0 0 8px 0; }

.notes-block__side-link-descr {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #8e9fb0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.notes-block__side-link-descr span {
  margin: 0 5px 0 0; }

.main-board {
  height: 725px;
  background-image: radial-gradient(circle at 18% 100%, #0a162c, #000000);
  padding: 138px 0 60px;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 1; }

@media (max-width: 1066px) {
  .main-board {
    height: 600px;
    padding: 80px 0 60px; } }

@media (max-width: 767px) {
  .main-board {
    height: auto;
    padding: 120px 0; } }

.main-board:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.main-board:after {
  content: '';
  display: block;
  position: absolute;
  width: 585px;
  height: 600px;
  transform: rotate(-310deg);
  border-radius: 120px;
  background: rgba(255, 255, 255, 0.05);
  top: -20px;
  right: -50px;
  z-index: -1; }

.main-board__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1; }

.main-board__bg:before {
  content: '';
  display: block;
  width: 600px;
  height: 800px;
  border-radius: 120px;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  transform: rotate(45deg);
  top: -80px;
  left: -300px; }

.main-board__bg:after {
  content: '';
  display: block;
  width: 900px;
  height: 1200px;
  border-radius: 120px;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  transform: rotate(-45deg);
  bottom: -600px;
  left: -600px; }

.main-board__inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

@media (max-width: 767px) {
  .main-board__inner {
    display: block;
    text-align: center;
    padding: 0 0 40px 0;
    transition: opacity .3s ease; } }

.main-board__inner-left, .main-board__inner-right {
  width: 50%;
  display: inline-block;
  vertical-align: middle; }

.main-board__inner-left {
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  text-align: left; }

@media (max-width: 1066px) {
  .main-board__inner-left {
    display: block;
    width: 100%; } }

@media (max-width: 767px) {
  .main-board__inner-left {
    text-align: center; } }

.main-board__inner-left-box {
  max-width: 480px; }

@media (max-width: 767px) {
  .main-board__inner-left-box {
    max-width: none; } }

@media (max-width: 1066px) {
  .main-board__inner-right {
    display: none; } }

.main-board__inner-right img {
  display: block;
  width: 100%; }

.main-board__title {
  display: block;
  font-size: 48px;
  line-height: 62px;
  font-weight: 100;
  color: #fff;
  padding: 0 0 17px 0; }

@media (max-width: 767px) {
  .main-board__title {
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 16px 0; } }

.main-board__subtitle {
  display: block;
  font-size: 18px;
  line-height: 37px;
  color: #fff;
  font-weight: 100;
  padding: 0 0 40px 0; }

@media (max-width: 767px) {
  .main-board__subtitle {
    line-height: 29px;
    padding: 0 0 20px 0; } }

.main-board__btn {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  font-weight: 700;
  padding: 20px 38px 21px;
  background: #80b3ff;
  border-radius: 2px;
  border: 1px solid #80b3ff;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.main-board__btn:hover {
  background: transparent; }

.main-board__btn--transparent {
  background: none;
  border: 0.5px solid #fff; }

@media (max-width: 767px) {
  .main-board__btn {
    display: table;
    width: auto;
    min-width: 207px;
    margin: 0 auto 24px; } }

.main-board__panel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  text-align: left;
  padding: 21px 0 18px; }

@media (max-width: 767px) {
  .main-board__panel {
    padding: 20px 15px; } }

.main-board__panel-text {
  display: inline-block;
  padding: 0 10px 0 27px;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-weight: 300; }

.main-board__panel-text:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0de76c;
  box-shadow: 0 0 10px 0 #0de76c;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 0 0 0; }

.main-board__panel-text--gray {
  color: rgba(255, 255, 255, 0.48); }

.main-board__panel-text--gray:before {
  display: none; }

@media (max-width: 767px) {
  .main-board__panel-text--gray {
    padding: 10px 0 0 0; } }

.maintenance-block {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: url(/static/dist//img/mainwhite.b07d9266c4e549d959d462202b621d8c.png) top left no-repeat;
  background-size: cover;
  z-index: 4;
  padding: 0 377px 0 0; }

.maintenance-block:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 1066px) {
  .maintenance-block {
    height: auto; } }

.maintenance-block:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(35, 54, 73, 0.9); }

.maintenance-block .container, .maintenance-block .operations-top {
  float: left;
  width: 100%; }

@media (max-width: 767px) {
  .maintenance-block .container, .maintenance-block .operations-top {
    float: none;
    width: auto; } }

@media (max-width: 767px) {
  .maintenance-block {
    padding: 0; } }

.maintenance-block__aside {
  float: right;
  height: 100%;
  width: 377px;
  overflow: hidden;
  margin: 0 -377px 0 0;
  height: 540px; }

.maintenance-block__aside img {
  min-height: 100%;
  min-width: 100%;
  display: block; }

@media (max-width: 767px) {
  .maintenance-block__aside {
    float: none;
    width: auto;
    margin: 0; } }

.maintenance-block__caption {
  padding: 175px 0 0 0;
  color: #fff; }

@media (max-width: 767px) {
  .maintenance-block__caption {
    padding: 60px 25px;
    text-align: center; } }

.maintenance-block__icon {
  display: block;
  padding: 0 0 27px 0; }

.maintenance-block__title {
  display: block;
  font-size: 42px;
  line-height: 51px;
  padding: 0 0 27px 0;
  font-weight: 700; }

@media (max-width: 767px) {
  .maintenance-block__title {
    font-size: 24px;
    line-height: 30px; } }

.maintenance-block__descr {
  display: block;
  font-size: 18px;
  line-height: 29px;
  max-width: 530px; }

@media (max-width: 767px) {
  .maintenance-block__descr {
    margin: 0 auto; } }

.news {
  padding: 45px 0 0 0; }

.news__title {
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: .7px;
  color: #1d364b;
  padding: 0 0 30px 0; }

.news__block {
  padding: 0 0 20px 190px;
  max-width: 843px; }

.news__block:after {
  content: " ";
  display: block;
  clear: both; }

.news__block-title {
  display: block;
  float: left;
  margin: 0 0 0 -190px;
  width: 170px;
  font-size: 15px;
  line-height: 18px;
  color: #8e9fb0;
  padding: 28px 0 0 0; }

.news__block-list-item {
  padding: 0 0 20px 0; }

.news__block-list-item:last-child {
  padding: 0; }

.news-card {
  display: block;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  padding: 30px 40px;
  border: 1px solid transparent; }

.news-card:hover {
  border-color: #80b3ff; }

.news-card__date {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #8e9fb0;
  padding: 0 0 18px 0; }

.news-card__title {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #233649;
  padding: 0 0 10px 0; }

.news-card__descr {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #1d364b;
  height: 38px;
  overflow: hidden;
  margin: 0 0 21px 0; }

.news-card__link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px; }

.news-detail__top {
  padding: 37px 0 0 0; }

.news-detail__top-back-link {
  font-size: 13px; }

.news-detail__top-back-link [class*="icon-"] {
  fill: #c8d2dd;
  vertical-align: middle;
  margin: -3px 5px 0 0; }

.news-detail__top-date {
  display: block;
  padding: 23px 0 12px 0;
  font-size: 13px;
  line-height: 15px;
  color: #8e9fb0;
  border-bottom: 1px solid #e6e9ed; }

.news-detail__content {
  padding: 20px 0 0 0; }

.news-detail__content:after {
  content: " ";
  display: block;
  clear: both; }

.news-detail__content--indent {
  padding-bottom: 50px; }

.news-detail__content-main {
  float: left;
  width: 61%;
  padding: 0 20px 0 0; }

@media (max-width: 767px) {
  .news-detail__content-main {
    float: none;
    width: auto;
    padding: 0 0 15px 0; } }

.news-detail__content-sidebar {
  float: left;
  width: 39%;
  background: #f5f7fa;
  border-radius: 2px;
  padding: 24px 30px; }

@media (max-width: 767px) {
  .news-detail__content-sidebar {
    float: none;
    width: auto;
    margin: 0 0 15px 0; } }

.news-detail__content-sidebar-title {
  display: block;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #8e9fb0;
  padding: 0 0 16px 0;
  text-transform: uppercase;
  position: relative; }

.news-detail__content-sidebar-title [class*="icon-"] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: -8px 0 0 0;
  fill: #80b3ff; }

.news-detail__content-aside {
  float: left;
  width: 39%; }

@media (max-width: 767px) {
  .news-detail__content-aside {
    float: none;
    width: auto;
    padding: 0 0 15px 0; } }

.news-detail__preview-list-item {
  padding: 0 0 20px 0; }

.news-detail__preview-list-date {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #8e9fb0;
  padding: 0 0 12px 0; }

.news-detail__preview-list-descr {
  display: block;
  font-size: 15px;
  line-height: 18px; }

.news-detail__preview-list-descr a {
  color: #233649; }

.news-detail__preview-list-descr a:hover {
  color: #80b3ff; }

.dark-theme .pagin-sm__prev, .dark-theme .pagin-sm__next {
  background: #2a3342;
  border-color: #222b3b; }

.dark-theme .pagin-sm__prev:before, .dark-theme .pagin-sm__next:before {
  border-color: #60748a; }

.dark-theme .pagin-sm__prev:hover, .dark-theme .pagin-sm__next:hover {
  background: #121d2b;
  border-color: #121d2b; }

.dark-theme .pagin-sm__pages {
  color: #60748a; }

.pagin-sm {
  text-align: right;
  font-size: 0;
  line-height: 0;
  padding: 10px 0 6px; }

.pagin-sm__next, .pagin-sm__prev {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #f5f7fa;
  border: 0.5px solid #dfe1e6;
  margin: 0 0 0 8px;
  position: relative; }

.pagin-sm__next:before, .pagin-sm__prev:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #b4bfca;
  border-right: 1px solid #b4bfca;
  position: absolute;
  top: 50%;
  margin: -5px 0 0 0; }

.pagin-sm__next:hover, .pagin-sm__prev:hover {
  background: #f1f4f8;
  border-color: #c8d2dd; }

.pagin-sm__next:before {
  transform: rotate(-45deg);
  left: 8px; }

.pagin-sm__prev:before {
  transform: rotate(135deg);
  left: 12px; }

.pagin-sm__pages {
  font-size: 12px;
  line-height: 14px;
  vertical-align: middle;
  color: #8e9fb0; }

.dark-theme .pagination__link:hover {
  color: #b4bfca; }

.dark-theme .pagination__link.active {
  color: #b4bfca; }

.pagination {
  font-size: 0;
  line-height: 0;
  padding: 20px 10px; }

.pagination--first-page .pagination__list {
  padding-left: 0; }

.pagination--first-page .pagination__list-item--prev {
  display: none; }

.pagination__list {
  padding: 0 30px;
  display: inline-block; }

.pagination__list:after {
  content: " ";
  display: block;
  clear: both; }

.pagination__list-item {
  display: inline-block;
  vertical-align: top; }

.pagination__list-item--prev {
  float: left;
  margin: 0 0 0 -30px; }

.pagination__list-item--next {
  float: right;
  margin: 0 -30px 0 0; }

.pagination__list-item--prev .pagination__link, .pagination__list-item--next .pagination__link {
  border: none; }

.pagination__link {
  display: block;
  font-size: 12px;
  line-height: 13px;
  color: #8e9fb0;
  border: 1px solid transparent;
  padding: 3px 5px; }

.pagination__link [class*="icon-"] {
  fill: #c8d2dd;
  vertical-align: middle; }

.pagination__link:hover {
  color: #62778c;
  border-color: #e6e9ed; }

.pagination__link:hover [class*="icon-"] {
  fill: #8e9fb0; }

.pagination__link.active {
  border-color: #c8d2dd;
  color: #1d364b; }

.partners {
  display: table;
  width: 100%;
  border-top: 1px solid #d8e1ee;
  border-bottom: 1px solid #d8e1ee;
  background: rgba(228, 232, 239, 0.15); }

.partners__inner {
  display: table;
  width: 100%; }

@media (max-width: 767px) {
  .partners__inner {
    display: block;
    padding: 25px 0; } }

.partners__item {
  display: table-cell;
  height: 148px;
  padding: 30px 10px;
  vertical-align: middle;
  width: 1%;
  text-align: center; }

@media (max-width: 767px) {
  .partners__item {
    display: block;
    width: auto;
    height: auto;
    padding: 20px 0; } }

.partners__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%; }

.dark-theme .popup-overlay {
  background: rgba(12, 17, 25, 0.82); }

.dark-theme .popup:not(.popup--bonus) {
  background: #242d3d; }

.dark-theme .popup:not(.popup--bonus)__title {
  color: #c5d3de; }

.dark-theme .popup:not(.popup--bonus)__title-hint {
  color: #62778c; }

.dark-theme .popup:not(.popup--bonus)__bottom {
  border-top-color: #303746; }

.dark-theme .popup:not(.popup--bonus)__bottom-actions {
  border-top-color: #353e4d; }

.dark-theme .popup:not(.popup--bonus)__head {
  border-bottom-color: #303747; }

.dark-theme .popup:not(.popup--bonus)__yellow-block {
  color: #c5d3de; }

.dark-theme .popup--bonus {
  color: #1d364b; }

.dark-theme .popup-update__title {
  color: #c5d3de; }

.dark-theme .varif-code {
  background: #151c28;
  border-top-color: #353e4d; }

.dark-theme .varif-code__right .form-control {
  background: #242d3d; }

.dark-theme .permissions__table-wrapper {
  border-color: #303747; }

.dark-theme .permissions__table-wrapper table td {
  box-shadow: inset 0 -1px 0 #303747;
  color: #8e9fb0; }

.popup-overlay {
  position: fixed;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background: rgba(29, 54, 75, 0.3);
  overflow: auto; }

.popup-overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.popup {
  display: inline-block;
  vertical-align: middle;
  margin: 50px 15px;
  background: #fff;
  padding: 50px 40px 0;
  border-radius: 10px;
  min-width: 384px;
  text-align: left;
  position: relative; }

@media (max-width: 767px) {
  .popup {
    min-width: 320px;
    max-width: 100%;
    margin: 10px 0; } }

.popup--wide {
  width: 620px; }

.popup--center {
  text-align: center; }

.popup--bottom-indent {
  padding-bottom: 90px; }

.popup--simple {
  width: 625px;
  padding: 0 30px; }

.popup--simple-mod {
  width: 436px;
  padding: 0 30px; }

@media (max-width: 767px) {
  .popup--simple-mod {
    padding: 0 15px; }
  .popup--simple-mod .popup__head {
    margin: 0 -15px; }
  .popup--simple-mod .popup__bottom-actions {
    margin: 0 -15px; }
  .popup--simple-mod .btn--lg {
    padding: 13px 20px; } }

.popup--update {
  width: 414px;
  text-align: center;
  padding-bottom: 68px; }

.popup--start {
  width: 546px;
  text-align: center;
  padding: 65px 75px; }

.popup--close-acc {
  width: 436px;
  text-align: center;
  padding: 50px 30px 0; }

.popup--close-acc-mod {
  width: 628px;
  text-align: center;
  padding: 50px 30px 0; }

.popup--cancel {
  width: 470px; }

.popup--cancel .popup__bottom-actions {
  margin: 0 -20px; }

.popup--bonus {
  width: 477px;
  padding: 200px 0 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff; }

.popup--bonus:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-image: url(/static/dist//img/yellow-popup.41194a5aa116501cda232daaa1e723b9.svg);
  background-position: center top;
  background-repeat: no-repeat; }

.popup__top {
  padding: 0 0 25px 40px;
  margin: 0 0 0 -40px;
  position: relative;
  white-space: nowrap; }

.popup__top:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 35px;
  background: #80b3ff; }

.popup__title {
  display: block;
  font-size: 30px;
  line-height: 35px; }

.popup__title:after {
  content: " ";
  display: block;
  clear: both; }

.popup__title [class*="icon-"] {
  fill: #80b3ff;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.popup__title--indent {
  padding-bottom: 13px; }

.popup__title-hint {
  float: right;
  font-size: 13px;
  line-height: 15px;
  color: #c8d2dd;
  padding: 15px 0 0 20px; }

.popup__text {
  display: block;
  font-size: 16px;
  line-height: 19px;
  padding: 0 0 20px 0; }

.popup__descr {
  display: block;
  padding: 0 0 20px 0;
  font-size: 12px;
  line-height: 19px;
  max-width: 305px; }

.popup__descr--mod {
  max-width: none; }

.popup__descr--red {
  color: #e25849; }

.popup__descr--indent {
  padding: 0 0 30px 0; }

.popup__inputbox {
  margin: 0 0 24px 0;
  font-size: 12px;
  line-height: 14px; }

.popup__inputbox--indent-lg {
  margin: 0 0 55px 0; }

.popup__inputbox--indent-md {
  margin: 0 0 35px 0; }

.popup__inputbox-inlineblock {
  display: inline-block;
  padding: 0 15px 0 0;
  width: 141px; }

.popup__bottom {
  margin: 0 -20px;
  border-top: 1px solid #c8d2dd;
  padding: 30px 20px;
  text-align: justify; }

.popup__bottom:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

.popup__bottom-link {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle; }

.popup__bottom-btn {
  vertical-align: middle; }

.popup__bottom-actions {
  text-align: justify;
  padding: 30px;
  margin: 0 -30px;
  border-top: 1px solid #e6e9ed; }

@media (max-width: 767px) {
  .popup__bottom-actions {
    padding: 20px 15px; } }

.popup__bottom-actions:after {
  content: '';
  display: inline-block;
  width: 100%; }

.popup__bottom-actions .btn, .popup__bottom-actions .btn-radios__item span, .btn-radios__item .popup__bottom-actions span {
  min-width: 136px; }

.popup__bottom-actions .btn:not(.btn--right), .popup__bottom-actions .btn-radios__item span:not(.btn--right), .btn-radios__item .popup__bottom-actions span:not(.btn--right) {
  display: inline-block; }

.popup__icon-box {
  padding: 40px 0 23px; }

.popup__captcha-box {
  width: 304px;
  padding: 0 0 35px 0; }

.popup__captcha-box img {
  width: 100%;
  display: block; }

.popup__border-block {
  padding: 17px 0;
  margin: 20px 0 25px;
  border-top: 1px solid #c8d2dd;
  border-bottom: 1px solid #c8d2dd;
  font-size: 12px;
  line-height: 19px; }

.popup__head {
  margin: 0 -30px;
  padding: 20px 40px 20px 30px;
  position: relative;
  border-bottom: 1px solid #e6e9ed; }

.popup__head:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .popup__head {
    padding-left: 15px; } }

.popup__head-title {
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: .3px; }

.popup__head-close {
  position: absolute;
  width: 22px;
  height: 22px;
  display: block;
  top: 20px;
  right: 19px; }

@media (max-width: 767px) {
  .popup__head-close {
    right: 10px; } }

.popup__head-close:hover:before, .popup__head-close:hover:after {
  background: #80b3ff; }

.popup__head-close:before, .popup__head-close:after {
  content: '';
  width: 14px;
  height: 2px;
  background: #3d4d5f;
  position: absolute;
  display: block;
  top: 10px;
  left: 4px;
  transition: all .2s ease; }

.popup__head-close:before {
  transform: rotate(45deg); }

.popup__head-close:after {
  transform: rotate(-45deg); }

.popup__content {
  padding: 20px 0 0 0; }

.popup__content--pad-bot {
  padding-bottom: 20px; }

.popup__content-title {
  display: block;
  font-size: 15px;
  line-height: 19px;
  padding: 0 0 19px 0; }

.popup__content-inputbox {
  margin: 0 0 10px 0; }

.popup__content-text {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #62778c;
  padding: 0 0 11px 0; }

.popup__content-text .green {
  color: #6abc5a;
  font-weight: 500; }

.popup__content-text--indent {
  padding: 0 0 25px 0; }

.popup__content-bold-text {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #1d364b;
  font-weight: 500;
  padding: 0 0 23px 0; }

.popup__yellow-block {
  padding: 16px 20px;
  border: 1px solid #ffbf00;
  font-size: 12px;
  line-height: 19px;
  margin: 0 0 26px 0;
  color: #1c364c; }

.popup__checks-row {
  display: table;
  width: 100%;
  padding: 0 0 25px 0; }

.popup__checks-row-cell {
  display: table-cell;
  width: 1%;
  padding: 0 0 0 10px; }

.popup__checks-row-cell:first-child {
  padding: 0; }

.popup__cols {
  font-size: 0;
  line-height: 0;
  margin: 0 -5px; }

.popup__cols-item {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  width: 50%;
  padding: 0 5px 25px; }

.popup__dateinputs {
  font-size: 0;
  line-height: 0; }

.popup__dateinputs-item {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top; }

.popup__dateinputs-item:first-child {
  margin: 0; }

.popup__dateinputs-item--month {
  width: 128px; }

.popup__dateinputs-item--day, .popup__dateinputs-item--year {
  width: 69px; }

.popup__dateinputs-item--time {
  width: 96px; }

.popup__dateinputs-item--dotted {
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: bottom; }

.popup__sec-list {
  font-size: 16px;
  line-height: 19px;
  padding: 0 0 14px 0; }

.popup__sec-list:after {
  content: " ";
  display: block;
  clear: both; }

.popup__sec-list-term {
  float: left;
  width: 39%;
  clear: both;
  color: #8e9fb0;
  padding: 0 0 18px 0; }

.popup__sec-list-descr {
  float: left;
  width: 61%;
  padding: 0 0 18px 0; }

.popup__sec-list-flag {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0; }

.popup__bonus-inner {
  padding: 30px 44px;
  font-size: 12px;
  line-height: 19px;
  text-align: center; }

.popup__bonus-title {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 0 0 13px 0; }

.popup__bonus-descr {
  display: block;
  padding: 0 0 18px 0; }

.popup__bonus-bottom {
  padding: 20px 15px;
  background: #e6e9ed;
  color: #8e9fb0;
  font-size: 12px;
  line-height: 14px; }

.popup__bonus-bottom:after {
  content: " ";
  display: block;
  clear: both; }

.popup__bonus-bottom-left {
  float: left; }

.popup__bonus-bottom-right {
  float: right;
  font-weight: 500; }

.permissions {
  padding: 0 0 14px 0; }

.permissions__top {
  padding: 0 0 10px 0; }

.permissions__top:after {
  content: " ";
  display: block;
  clear: both; }

.permissions__title {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 19px; }

.permissions__title-open-link {
  font-weight: 500;
  padding: 0 0 0 20px;
  position: relative; }

.permissions__title-open-link:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #80b3ff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0; }

.permissions__title-open-link:after {
  content: '+';
  display: block;
  position: absolute;
  font-size: 14px;
  line-height: 0;
  top: 7px;
  left: 3px; }

.permissions__title-open-link.active:after {
  content: '\2014';
  left: 1px;
  top: 8px; }

.permissions__right {
  display: block;
  float: right; }

.permissions__right-cell {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 19px; }

.permissions__right-cell:before {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -6px 0 0 0;
  background: #1d364b; }

.permissions__right-cell:first-child {
  padding-left: 0; }

.permissions__right-cell:first-child:before {
  display: none; }

.permissions__table-wrapper {
  display: none;
  margin: 0 0 20px 0; }

.permissions__table-wrapper.active {
  display: block; }

.permissions__table-wrapper table td {
  color: #1d364b; }

.permissions__list {
  margin: 0 -10px -23px;
  padding: 10px 0 20px 0; }

.permissions__list.js-drop {
  display: none; }

.permissions__list.js-drop.active {
  display: block; }

.permissions__list-item {
  display: inline-block;
  padding: 0 10px 23px;
  width: 33.33%; }

.permissions__list-item .checkbox span {
  color: #62778c; }

.varif-code {
  background: #f1f4f8;
  border-top: 1px solid #e6e9ed;
  font-size: 0;
  line-height: 0;
  margin: 0 -30px;
  padding: 30px;
  text-align: left; }

.varif-code:after {
  content: " ";
  display: block;
  clear: both; }

.varif-code__left {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 298px); }

.varif-code__left [class*="icon-"] {
  margin: 0 18px 0 7px;
  vertical-align: middle; }

@media (max-width: 767px) {
  .varif-code__left {
    display: block;
    width: 100%;
    padding: 0 0 15px 0; } }

.varif-code__right {
  width: 298px;
  vertical-align: middle;
  display: inline-block; }

@media (max-width: 767px) {
  .varif-code__right {
    display: block;
    width: 100%; } }

.varif-code__right .pincode-input-container:after {
  content: " ";
  display: block;
  clear: both; }

.varif-code__right .form-control {
  display: block;
  width: 16.66%;
  float: left;
  height: 48px;
  font-size: 18px;
  padding: 10px;
  background-color: #feffff;
  border-radius: 0;
  margin-left: -1px;
  text-align: center;
  position: relative; }

.varif-code__right .form-control:hover, .varif-code__right .form-control:focus {
  z-index: 1; }

.varif-code__right .form-control.first {
  border-radius: 2px 0 0 2px; }

.varif-code__right .form-control.last {
  border-radius: 0 2px 2px 0; }

@media (max-width: 1066px) {
  .varif-code__right .form-control {
    text-align: left;
    width: 100%;
    float: none;
    margin: 0;
    z-index: 2;
    position: relative;
    background: none;
    letter-spacing: 32px;
    text-overflow: inherit;
    padding-left: 19px;
    max-width: 260px; }
  .varif-code__right .pincode-input-container.touch .touchwrapper {
    position: relative; }
  .varif-code__right .pincode-input-container.touch .touchwrapper .touchtable {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    position: absolute;
    max-width: 260px;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 0; }
  .varif-code__right .pincode-input-container.touch .touchwrapper .touchtable td {
    height: 48px; }
  .varif-code__right .pincode-input-container.touch .touchwrapper .touchtable td {
    border-right: 1px solid #ccc;
    background: #fff; }
  .varif-code__right .pincode-input-container.touch .touchwrapper .touchtable td.last {
    border-right: 0; } }

.varif-code__input {
  height: 48px;
  font-size: 18px;
  letter-spacing: 39px;
  padding: 10px 11px 10px 21px;
  background-color: #feffff;
  text-overflow: inherit;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjAwOTgiLz48c3RvcCBzdG9wLWNvbG9yPSIjYzhkMmRkIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4wMDk4OTk5OTk5OTk5OTk5OTkiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4wMSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41MDk3OTk5OTk5OTk5OTk5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2M4ZDJkZCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTA5OSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(left, white 0px, white 49px, #c8d2dd 49.5px, white 50px);
  /* IE10+ */
  background-image: repeating-linear-gradient(to right, white 0px, white 49px, #c8d2dd 49.5px, white 50px);
  background-image: -ms-repeating-linear-gradient(left, white 0px, white 49px, #c8d2dd 49.5px, white 50px); }

.varif-code__input + .error-lable {
  color: #e25849; }

.varif-code__title {
  font-size: 12px;
  line-height: 19px;
  color: #62778c;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 63px); }

.enable-auth__cols {
  padding: 0 0 25px; }

.enable-auth__cols:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .enable-auth__cols {
    margin: 0 -15px; } }

.enable-auth__left {
  width: 33%;
  float: left;
  padding: 0 27px 0 0; }

@media (max-width: 767px) {
  .enable-auth__left {
    float: none;
    width: auto;
    padding: 0 0 15px 0; } }

.enable-auth__right {
  width: 67%;
  float: left; }

@media (max-width: 767px) {
  .enable-auth__right {
    float: none;
    width: auto; } }

@media (max-width: 767px) {
  .enable-auth__qr-code {
    max-width: 160px;
    margin: 0 auto; } }

.enable-auth__qr-code img {
  width: 100%;
  display: block; }

.enable-auth__inputbox {
  margin: 0 0 26px 0; }

.enable-auth__list {
  margin: 0 0 -8px 0; }

.enable-auth__list-item {
  font-size: 12px;
  line-height: 19px;
  color: #62778c;
  padding: 0 5px 8px 33px;
  position: relative; }

.enable-auth__list-item:before {
  content: counters(item, ".");
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #62778c;
  position: absolute;
  top: 5px;
  left: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  color: #62778c;
  font-weight: 400; }

.keys-details {
  padding: 17px 25px 0;
  border: 1px solid #c8d2dd;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 0 30px 0; }

.keys-details__top {
  padding: 0 0 10px 0; }

.keys-details__top:after {
  content: " ";
  display: block;
  clear: both; }

.keys-details__title {
  display: block;
  float: left;
  font-size: 15px;
  line-height: 18px;
  color: #1d364b;
  font-weight: 500; }

.keys-details__status {
  display: inline-block;
  float: right;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  padding: 4px 16px;
  background: #6abc5a; }

.keys-details__cols {
  padding: 0 0 21px 0; }

.keys-details__cols:after {
  content: " ";
  display: block;
  clear: both; }

.keys-details__col {
  float: left;
  width: 50%;
  font-size: 12px;
  line-height: 14px; }

.keys-details__col-title {
  display: block;
  color: #8e9fb0;
  padding: 0 0 5px 0; }

.keys-details__col-text {
  display: block; }

.keys-details__bottom {
  margin: 0 -25px;
  border-top: 1px solid #c8d2dd;
  background: #f5f7fa;
  padding: 13px 25px 12px; }

.keys-details__bottom:after {
  content: " ";
  display: block;
  clear: both; }

.keys-details__bottom-col {
  float: left;
  width: 50%;
  font-size: 12px;
  line-height: 14px;
  color: #8e9fb0; }

.keys-details__bottom-col span {
  padding-left: 5px;
  color: #62778c; }

.popup-update__icon {
  display: block;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 0 0 30px 0; }

.popup-update__title {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 0 0 13px 0;
  color: #1d364b; }

.popup-update__title [class*="icon-"] {
  margin: 0 20px 0 0; }

.popup-update__subtitle {
  display: block;
  font-size: 16px;
  line-height: 19px;
  padding: 14px 0 56px 0; }

.popup-update__subtitle--mod1 {
  padding: 14px 0 25px 0; }

.popup-update__text {
  display: block;
  font-size: 12px;
  line-height: 19px;
  padding: 0 0 30px 0; }

#preloader {
  position: fixed;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9999; }

#preloader .preloader-wrapper {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

body.overflow-hidden {
  overflow: hidden; }

body.overflow-hidden .compensate-for-preloader {
  margin-right: 17px; }

@media (max-width: 1066px) {
  body.overflow-hidden .compensate-for-preloader {
    margin: 0; } }

.preloader-wrapper {
  height: 131px;
  width: 102px; }

.preloader-wrapper.small {
  width: 36px;
  height: 36px; }

.preloader-wrapper.big {
  width: 64px;
  height: 64px; }

.circular {
  animation: rotate 2s linear infinite;
  height: 87px;
  transform-origin: center center;
  width: 87px;
  margin: 0 auto 20px;
  display: block; }

.path {
  stroke-dasharray: 0, 0;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease infinite;
  stroke-linecap: square;
  stroke: #1d364b; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

.profit-popup {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -175px;
  transform: translate(0, -50%);
  width: 350px;
  z-index: 10;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.2);
  display: none; }

.profit-popup__top {
  padding: 14px 20px; }

.profit-popup__top-title {
  display: block;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: .2px;
  padding: 0 0 5px; }

.profit-popup__top-subtitle {
  display: block;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: .2px; }

.profit-popup__top-subtitle .gray {
  color: #62778c;
  margin: 0 0 0 5px; }

.profit-popup__block {
  padding: 20px;
  border-top: 1px solid #e6e9ed; }

.profit-popup__block .trans-block__slider {
  padding: 0 0 2px 0; }

.profit-popup__block .trans-block__input {
  padding-left: 110px; }

.profit-popup__block.not-active .trans-block__slider-sum {
  color: #c8d2dd; }

.profit-popup__block.not-active .trans-block__slider-sum span {
  border-bottom: transparent; }

.profit-popup__block.not-active .trans-block__slider-val {
  color: #c8d2dd; }

.profit-popup__block.not-active .profit-popup__sub {
  color: #c8d2dd; }

.profit-popup__checkbox {
  padding: 0 0 10px 0; }

.profit-popup__sub {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #e25849; }

.profit-popup__bottom {
  padding: 15px 20px;
  text-align: right;
  font-size: 0;
  line-height: 0;
  border-top: 1px solid #e6e9ed; }

.profit-popup__bottom .btn, .profit-popup__bottom .btn-radios__item span, .btn-radios__item .profit-popup__bottom span {
  margin: 0 0 0 15px; }

.profit-popup__bottom .btn:first-child, .profit-popup__bottom .btn-radios__item span:first-child, .btn-radios__item .profit-popup__bottom span:first-child {
  margin: 0; }

.set-nav__link {
  display: block;
  font-size: 13px;
  line-height: 15px;
  padding: 21px 15px 21px 74px;
  position: relative;
  border-left: 2px solid transparent;
  color: #b4bfca; }

.set-nav__link [class*="icon-"] {
  fill: #c8d2dd;
  position: absolute;
  top: 50%;
  left: 28px;
  margin: -13px 0 0 0; }

.set-nav__link.active {
  background: rgba(128, 179, 255, 0.13);
  color: #1d364b;
  border-left-color: #80b3ff; }

.set-nav__link.active [class*="icon-"] {
  fill: #80b3ff; }

.dark-theme .trans-block--red:before {
  background: #CC6666; }

.dark-theme .trans-block--red .trans-block__tab.active {
  color: #CC6666; }

.dark-theme .trans-block--green:before {
  background: #339933; }

.dark-theme .trans-block--green .trans-block__tab.active {
  color: #339933; }

.dark-theme .trans-block__content {
  border-color: transparent;
  background: #242d3d; }

.dark-theme .trans-block__tab {
  background: #303747;
  border-color: transparent;
  color: #8e9fb0; }

.dark-theme .trans-block__tab.active, .dark-theme .trans-block__tab:hover:not(.active) {
  background: #242d3d;
  color: #62778c;
  border-color: transparent; }

.dark-theme .trans-block__slider-sum a {
  border-bottom-color: #8e9fb0; }

.dark-theme .trans-block__slider-sum a:hover {
  color: #fff; }

.dark-theme .trans-block__btn {
  border-color: #1b354c;
  background: #0d1f30; }

.dark-theme .trans-block__btn--red {
  color: #CC6666; }

.dark-theme .trans-block__btn--green {
  color: #339933; }

.dark-theme .trans-block__btn-text {
  color: #fff; }

.dark-theme .trans-block__bottom-link:hover {
  color: #fff; }

.dark-theme .trans-block__inputbox-percent--red {
  color: #CC6666; }

.dark-theme .trans-block__inputbox-percent--green {
  color: #339933; }

.trans-block--red {
  position: relative; }

.trans-block--red:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  bottom: 0;
  background: #e25849; }

.trans-block--red .trans-block__tab.active {
  color: #e25849; }

.trans-block--green {
  position: relative; }

.trans-block--green:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  bottom: 0;
  background: #6abc5a; }

.trans-block--green .trans-block__tab.active {
  color: #6abc5a; }

.trans-block--extra-input .trans-block__content {
  padding-top: 2px;
  padding-bottom: 19px; }

.trans-block--extra-input .trans-block__slider {
  padding: 0 0 7px 0; }

.trans-block--extra-input .trans-block__btn-box {
  padding: 3px 0 12px; }

.trans-block__tabs:after {
  content: " ";
  display: block;
  clear: both; }

.trans-block__tab {
  display: block;
  float: left;
  width: 50%;
  font-size: 12px;
  line-height: 14px;
  color: #8e9fb0;
  padding: 8px 10px 8px;
  background: #f5f7fa;
  border-width: 1px 1px 0 1px;
  border-color: #f5f7fa;
  border-style: solid;
  text-align: center; }

.trans-block__tab:first-child {
  border-radius: 2px 0 0 0; }

.trans-block__tab:last-child {
  border-radius: 0 2px 0 0; }

.trans-block__tab.active {
  background: #fff;
  color: #333333; }

.trans-block__tab:hover:not(.active) {
  background: #f1f4f8;
  border-color: #f1f4f8;
  color: #62778c; }

.trans-block__content {
  border-width: 0 1px 1px 1px;
  border-color: #f5f7fa;
  border-style: solid;
  padding: 10px 20px 20px; }

@media (max-width: 1270px) {
  .trans-block__content {
    padding: 10px 10px 20px; } }

.trans-block__content-box {
  display: none; }

.trans-block__content-box.active {
  display: block; }

.trans-block__slider {
  display: table;
  width: 100%;
  white-space: nowrap;
  font-size: 12px;
  line-height: 30px;
  padding: 0 0 18px 0; }

.trans-block__slider:after {
  content: " ";
  display: block;
  clear: both; }

.trans-block__slider-row {
  display: table-row; }

.trans-block__slider-label {
  display: table-cell;
  color: #8e9fb0;
  width: 58px; }

.trans-block__slider-sum {
  display: table-cell;
  color: #62778c;
  padding: 0 10px;
  width: 100%; }

.trans-block__slider-sum span, .trans-block__slider-sum a {
  border-bottom: 1px dotted #c8d2dd;
  color: #62778c; }

.trans-block__slider-sum a:hover {
  color: #80b3ff; }

.trans-block__slider-val {
  padding: 0 0 0 10px;
  display: table-cell;
  color: #8e9fb0;
  width: 1%; }

@media (max-width: 1070px) {
  .trans-block__slider-val {
    padding: 0; } }

.trans-block__slider-val .drop-link {
  font-size: 12px; }

.trans-block__slider-val--green {
  color: #6abc5a; }

.trans-block__slider-val--green .drop-link {
  color: #6abc5a; }

.trans-block__slider-val--red {
  color: #e25849; }

.trans-block__slider-val--red .drop-link {
  color: #e25849; }

.trans-block__slider-bar {
  display: table-cell;
  height: 1px;
  width: 30%;
  position: relative; }

.trans-block__slider-bar:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #c8d2dd; }

.trans-block__slider-bar-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: #8e9fb0;
  cursor: pointer; }

.trans-block__slider-bar-inner:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  right: -3px;
  top: -3px;
  background: #8e9fb0; }

.trans-block__slider-bar-inner:hover {
  background: #62778c; }

.trans-block__slider-bar-inner:hover:before {
  background: #62778c; }

.trans-block__inputbox {
  position: relative;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 12px; }

.trans-block__inputbox-label, .trans-block__inputbox-currency {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin: -6px 0 0 0;
  color: #8e9fb0; }

.trans-block__inputbox-label {
  font-size: 12px;
  line-height: 14px; }

.trans-block__inputbox-currency {
  left: auto;
  right: 10px; }

.trans-block__inputbox-currency--14fz {
  font-size: 14px; }

.trans-block__inputbox-percent {
  position: absolute;
  top: 50%;
  display: block;
  margin: -6px 0 0 0;
  right: 40px;
  text-align: right; }

.trans-block__inputbox-percent--indent4 {
  right: 45px; }

.trans-block__inputbox-percent--indent5 {
  right: 50px; }

.trans-block__inputbox-percent--red {
  color: #e25849; }

.trans-block__input {
  display: block;
  border: 1px solid #dfe1e6;
  border-radius: 2px;
  padding: 8px 90px 8px 68px; }

.trans-block__input--mod {
  padding-left: 90px;
  padding-right: 40px; }

.trans-block__input--mod2 {
  padding-left: 115px;
  padding-right: 15px; }

.trans-block__input--mod3 {
  padding-left: 160px;
  padding-right: 45px;
  font-size: 12px; }

.trans-block__btn-box {
  padding: 10px 0 30px; }

.trans-block__btn {
  padding: 10px 15px;
  font-size: 13px;
  position: relative; }

.trans-block__btn:after {
  content: " ";
  display: block;
  clear: both; }

.trans-block__btn--green {
  color: #6abc5a; }

.trans-block__btn--green:hover:not(.non-auth) {
  color: #6abc5a; }

.trans-block__btn--green.non-auth:hover {
  color: #8e9fb0; }

.trans-block__btn--green .trans-block__btn-bar {
  background: rgba(106, 188, 90, 0.4); }

.trans-block__btn--red {
  color: #e25849; }

.trans-block__btn--red:hover {
  color: #e25849; }

.trans-block__btn--red.non-auth:hover {
  color: #8e9fb0; }

.trans-block__btn--red .trans-block__btn-bar {
  background: rgba(226, 88, 73, 0.4); }

.trans-block__btn-text {
  float: left;
  font-size: 11px;
  color: #1d364b;
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
  white-space: nowrap;
  position: relative;
  z-index: 2; }

.trans-block__btn-cancel {
  float: right;
  font-size: 12px;
  color: #8e9fb0;
  font-weight: 500;
  width: 60px;
  position: relative;
  z-index: 2; }

.trans-block__btn-bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 1; }

.trans-block__bottom {
  font-size: 12px;
  line-height: 12px;
  color: #8e9fb0; }

.trans-block__bottom:after {
  content: " ";
  display: block;
  clear: both; }

.trans-block__bottom-link {
  border-bottom: 1px dotted #8e9fb0;
  color: #8e9fb0; }

.trans-block__bottom-left {
  float: left; }

.trans-block__bottom-right {
  float: right; }

.trans-popup {
  background: #fff;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.3);
  padding: 0;
  width: 350px;
  text-align: left;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: 0 0 0 -175px;
  transform: translate(0, -50%);
  display: none; }

.trans-popup__content {
  padding: 14px 20px 18px; }

.trans-popup__title {
  display: block;
  font-size: 13px;
  line-height: 15px;
  padding: 0 0 10px 0; }

.trans-popup__text {
  display: block;
  font-size: 11px;
  line-height: 17px;
  color: #62778c; }

.trans-popup__text .red {
  color: #e25849; }

.trans-popup__bottom {
  font-size: 0;
  line-height: 0;
  text-align: right;
  padding: 15px 20px 20px;
  border-top: 1px solid #e6e9ed; }

.trans-popup__bottom .btn, .trans-popup__bottom .btn-radios__item span, .btn-radios__item .trans-popup__bottom span {
  margin: 0 0 0 10px; }

.trans-popup__bottom .btn:first-child, .trans-popup__bottom .btn-radios__item span:first-child, .btn-radios__item .trans-popup__bottom span:first-child {
  margin: 0; }

.update-popup {
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1);
  width: 350px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -175px;
  transform: translate(0, -50%);
  z-index: 10; }

.update-popup__top {
  display: block;
  padding: 25px 20px 20px 100px; }

.update-popup__top:after {
  content: " ";
  display: block;
  clear: both; }

.update-popup__top-icon {
  display: block;
  width: 50px;
  height: 54px;
  background: red;
  float: left;
  margin: 0 0 0 -70px; }

.update-popup__title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: .4px;
  float: left;
  width: 100%;
  font-weight: 300; }

.update-popup__text {
  display: block;
  padding: 0 20px 20px;
  font-size: 12px;
  line-height: 19px;
  color: #8e9fb0;
  letter-spacing: .2px; }

.update-popup__bottom {
  border-top: 1px solid #e6e9ed;
  padding: 15px 20px; }

.update-popup__bottom:after {
  content: " ";
  display: block;
  clear: both; }

.update-popup__cancel {
  font-size: 10px;
  line-height: 16px;
  color: #8e9fb0;
  font-weight: 500;
  margin: 7px 0 0 0;
  display: inline-block; }

.update-popup__cancel:hover {
  color: #1d364b; }

.update-popup__btn {
  float: right; }

.w-articles {
  padding: 70px 0 78px;
  margin: 0 -24px;
  position: relative;
  z-index: 2; }

.w-articles:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .w-articles {
    padding: 40px 0;
    margin: 0 0 -48px 0; } }

.w-articles__col {
  float: left;
  width: 50%;
  padding: 0 24px; }

@media (max-width: 767px) {
  .w-articles__col {
    float: none;
    width: auto;
    padding: 0 0 48px 0; } }

.w-articles__img {
  margin: 0 0 40px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #ebebeb; }

@media (max-width: 767px) {
  .w-articles__img {
    margin: 0 0 25px 0; } }

.w-articles__img:before {
  content: '';
  display: block;
  padding-bottom: 69%; }

.w-articles__img img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0; }

.w-articles__title {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #060d1a;
  padding: 0 0 13px 30px; }

.w-articles__title:after {
  content: " ";
  display: block;
  clear: both; }

.w-articles__title:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #80b3ff;
  float: left;
  margin: 3px 0 0 -30px; }

.w-articles__descr {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #060d1a;
  font-weight: 300;
  padding: 0 0 20px 0;
  -webkit-user-select: auto; }

.w-articles__link {
  font-size: 13px; }

.dark-theme .work-table {
  border-color: #303747; }

.dark-theme .work-table a.work-table__actions-cell:hover {
  color: #fff; }

.dark-theme .work-table a.work-table__actions-cell:hover .work-table__value {
  color: #fff; }

.dark-theme .work-table__header {
  background: #303747; }

.dark-theme .work-table__actions-row {
  box-shadow: inset 0 -1px 0 #3d4d5f; }

.dark-theme .work-table__actions-row:hover {
  background: #1c2331; }

.dark-theme .work-table__actions-row--mod-red .work-table__value {
  color: #CC6666; }

.dark-theme .work-table__actions-row--mod-green .work-table__value {
  color: #339933; }

.dark-theme .work-table__actions-cell {
  box-shadow: inset 0 -1px 0 #3d4d5f; }

.dark-theme .work-table__cols:before {
  background: #3d4d5f; }

.dark-theme .work-table__col--green .work-table__actions-cell--colored {
  color: #339933; }

.dark-theme .work-table__col--green .work-table__actions-cell--colored:hover {
  color: #fff; }

.dark-theme .work-table__col--green .work-table__actions-line {
  background: #339933; }

.dark-theme .work-table__col--green .work-table__actions-row--highlight {
  background: rgba(106, 188, 90, 0.17); }

.dark-theme .work-table__col--red .work-table__actions-cell--colored {
  color: #CC6666; }

.dark-theme .work-table__col--red .work-table__actions-line {
  background: #CC6666; }

.dark-theme .work-table__col--red .work-table__actions-row--highlight {
  background: rgba(226, 88, 73, 0.17); }

.dark-theme .work-table__value--red {
  color: #CC6666; }

.dark-theme .work-table__value--green {
  color: #339933; }

.dark-theme .work-table__value--down, .dark-theme .work-table__value--up-red {
  background: rgba(226, 88, 73, 0.17);
  color: #CC6666; }

.dark-theme .work-table__value--up, .dark-theme .work-table__value--down-green {
  background: rgba(236, 249, 236, 0.17);
  color: #339933; }

.dark-theme .work-table__divider {
  background: #1c2331; }

.work-table {
  border: 1px solid #e6e9ed;
  border: 1px solid #f5f7fa;
  border-radius: 2px; }

@media (max-width: 767px) {
  .work-table--wide {
    min-width: 500px; } }

.work-table--history {
  width: 100%;
  white-space: nowrap; }

.work-table--history .work-table__header {
  width: 100%;
  display: block;
  padding: 0; }

.work-table--history .work-table__header:after {
  content: " ";
  display: block;
  clear: both; }

.work-table--history .work-table__header-cell {
  display: table-cell;
  display: block;
  float: left; }

.work-table--history .work-table__header-cell:first-child {
  padding-left: 20px; }

.work-table--history .work-table__actions-row {
  display: table-row;
  display: block;
  padding: 0; }

.work-table--history .work-table__actions-row:after {
  content: " ";
  display: block;
  clear: both; }

.work-table--history .work-table__actions-cell {
  display: block;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 20px; }

.work-table--history .work-table__actions-cell--cost {
  width: 34%; }

.work-table--history .work-table__actions-cell--btc {
  width: 45%; }

.work-table--history .work-table__actions-cell--time {
  width: 21%; }

.work-table--history .work-table__actions-cell:first-child {
  padding-left: 20px; }

.work-table--orders .work-table__header-cell:nth-child(1),
.work-table--orders .work-table__actions-cell:nth-child(1) {
  width: 40%; }

.work-table--orders .work-table__header-cell:nth-child(2),
.work-table--orders .work-table__actions-cell:nth-child(2) {
  width: 30%;
  text-align: right; }

.work-table--orders .work-table__header-cell:nth-child(3),
.work-table--orders .work-table__actions-cell:nth-child(3) {
  width: 30%;
  text-align: right; }

.work-table a.work-table__actions-cell:hover {
  color: #80b3ff; }

.work-table a.work-table__actions-cell:hover .work-table__value {
  color: #80b3ff; }

.work-table__scroll {
  height: 330px;
  overflow: hidden;
  display: block;
  width: 100%; }

.work-table__scroll .mCSB_scrollTools {
  opacity: 0;
  visibility: hidden; }

.work-table__scroll .mCSB_container {
  display: table;
  width: 100%; }

.work-table__header {
  background: #f5f7fa;
  font-size: 0;
  line-height: 0;
  padding: 0 10px; }

.work-table__header--wide {
  padding: 0 20px; }

.work-table__header--wide .work-table__header-cell {
  width: 17.5%; }

.work-table__header--wide .work-table__header-cell--center {
  width: 30%;
  text-align: center; }

.work-table__header-cell {
  display: inline-block;
  font-size: 11px;
  color: #8e9fb0;
  line-height: 13px;
  padding: 8px 10px 9px;
  width: 33.33%; }

.work-table__header-cell--left {
  text-align: left; }

.work-table__header-cell--right {
  text-align: right; }

.work-table__cols {
  position: relative; }

.work-table__cols:after {
  content: " ";
  display: block;
  clear: both; }

.work-table__cols:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: #e6e6e6;
  z-index: 1; }

.work-table__col {
  float: left;
  width: 50%; }

.work-table__col .work-table__actions-cell {
  width: 35%; }

.work-table__col .work-table__actions-cell--colored {
  width: 30%; }

@media (max-width: 1270px) {
  .work-table__col .work-table__actions-cell {
    width: 35%; }
  .work-table__col .work-table__actions-cell--colored {
    width: 30%; } }

.work-table__col--green .work-table__header-cell {
  padding-left: 0; }

.work-table__col--green .work-table__actions-line {
  right: 0;
  background: #6abc5a; }

.work-table__col--green .work-table__actions-row {
  padding-right: 0;
  padding-left: 0; }

.work-table__col--green .work-table__actions-row-link {
  padding-left: 20px; }

.work-table__col--green .work-table__actions-row-link.bolded .work-table__actions-cell--colored:hover {
  color: #6abc5a; }

.work-table__col--green .work-table__actions-row--highlight {
  background: #ecf9ec; }

.work-table__col--green .work-table__actions-cell {
  text-align: right;
  float: left;
  padding-top: 8px; }

.work-table__col--green .work-table__actions-cell--colored {
  color: #6abc5a; }

@media (max-width: 1200px) {
  .work-table__col--green .work-table__actions-cell {
    padding-left: 0; } }

.work-table__col--red .work-table__header-cell {
  padding-right: 0; }

.work-table__col--red .work-table__actions-line {
  left: 0;
  background: #e25849; }

.work-table__col--red .work-table__actions-row {
  padding-left: 0;
  padding-right: 0; }

.work-table__col--red .work-table__actions-row-link {
  padding-right: 20px; }

.work-table__col--red .work-table__actions-row-link.bolded .work-table__actions-cell--colored:hover {
  color: #e25849; }

.work-table__col--red .work-table__actions-row--highlight {
  background: #feeceb; }

.work-table__col--red .work-table__actions-row-link:before {
  left: auto;
  right: 15px; }

.work-table__col--red .work-table__actions-cell {
  padding-top: 8px;
  text-align: left;
  float: right; }

.work-table__col--red .work-table__actions-cell:nth-child(1), .work-table__col--red .work-table__actions-cell:nth-child(2) {
  text-align: right; }

.work-table__col--red .work-table__actions-cell--colored {
  color: #e25849; }

@media (max-width: 1200px) {
  .work-table__col--red .work-table__actions-cell {
    padding-right: 0; } }

.work-table__col--red .work-table__actions-notes-link {
  left: auto;
  right: 15px;
  right: 5px; }

.work-table__col--red .work-table__actions-drop {
  left: auto;
  right: -1px;
  border-width: 0 2px 0 0; }

.work-table__col--red .work-table__actions-drop-inner {
  left: auto;
  right: 12px; }

.work-table__col--red .work-table__actions-drop-inner:before {
  left: auto;
  right: -5px;
  border-right: none;
  border-left: 5px solid rgba(35, 54, 73, 0.9); }

.work-table__actions-notes-link {
  display: block;
  width: 11px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 15px;
  left: 5px;
  margin: -6px 0 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyAgd2lkdGg9IjExIiBoZWlnaHQ9IjEzIiBpZD0iYWVkNjVmNGItYjI5ZS00NTcyLWI4MTctNTU4ZTQ3ZDJkYTY3IiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDgzIDUxMCI+DQogIDxwYXRoIGZpbGw9IiNDOEQyREQiIGQ9Ik0yNDEsNTEwYTUxLjE1LDUxLjE1LDAsMCwwLDUxLTUxSDE5MEE1MS4xNSw1MS4xNSwwLDAsMCwyNDEsNTEwWk0wLDQzMy41SDQ4M0w0NTcuNzUsNDA4bC01MS01MVYyMTYuNzVjMC03OS4wNS01My41NS0xNDIuOC0xMjcuNS0xNjAuNjVWMzguMjVDMjc5LjI1LDE3Ljg1LDI2MS40LDAsMjQxLDBzLTM4LjI1LDE3Ljg1LTM4LjI1LDM4LjI1VjU2LjFDMTI4LjgsNzMuOTUsNzUuMjUsMTM3LjcsNzUuMjUsMjE2Ljc1VjM1N20yODAuNSwyNS41SDEyNi4yNVYyMTYuNzVhMTE0Ljc1LDExNC43NSwwLDAsMSwyMjkuNSwwVjM4Mi41WiIvPg0KPC9zdmc+DQo=) center no-repeat;
  opacity: 0;
  transition: all .2s ease;
  visibility: hidden; }

.work-table__actions-notes-link:hover, .work-table__actions-notes-link.active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE0IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiNDOEQyREQiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTguNTU2IDE0LjRjMCAuODg0LS42OTcgMS42LTEuNTU2IDEuNi0uODYgMC0xLjU1Ni0uNzE2LTEuNTU2LTEuNmgzLjExMnpNNyAwYS43OS43OSAwIDAgMSAuNzc4Ljh2Ljg2NGMyLjIwOS4zODQgMy44ODkgMi4zNiAzLjg4OSA0LjczNnY0LjhMMTQgMTMuNkgwbDIuMzMzLTIuNFY2LjRjMC0yLjM3NiAxLjY4LTQuMzUyIDMuODktNC43MzZWLjhjMC0uNDQyLjM0Ny0uOC43NzctLjh6Ii8+Cjwvc3ZnPgo=); }

.work-table__actions-notes-link.active {
  opacity: 1;
  visibility: visible; }

.work-table__actions-row {
  font-size: 0;
  line-height: 0;
  position: relative;
  padding: 0 10px;
  transition: all .2s ease;
  display: table;
  width: 100%;
  box-shadow: inset 0 -1px 0 #f5f7fa; }

.work-table__actions-row:after {
  content: " ";
  display: block;
  clear: both; }

.work-table__actions-row:hover {
  background: #f6fafe; }

.work-table__actions-row:hover .work-table__actions-notes-link {
  opacity: 1;
  visibility: visible; }

.work-table__actions-row--mod-green .work-table__value {
  color: #6abc5a; }

.work-table__actions-row--mod-green .work-table__bar {
  background: #6abc5a; }

.work-table__actions-row--mod-red .work-table__value {
  color: #e25849; }

.work-table__actions-row--mod-red .work-table__bar {
  background: #e25849; }

.work-table__actions-row--bold .work-table__actions-cell {
  font-weight: 500; }

.work-table__actions-row-link {
  display: block;
  display: table;
  width: 100%; }

.work-table__actions-row-link:after {
  content: " ";
  display: block;
  clear: both; }

.work-table__actions-row-link:before {
  width: 11px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -6px 0 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyAgd2lkdGg9IjExIiBoZWlnaHQ9IjEzIiBpZD0iYWVkNjVmNGItYjI5ZS00NTcyLWI4MTctNTU4ZTQ3ZDJkYTY3IiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDgzIDUxMCI+DQogIDxwYXRoIGZpbGw9IiNDOEQyREQiIGQ9Ik0yNDEsNTEwYTUxLjE1LDUxLjE1LDAsMCwwLDUxLTUxSDE5MEE1MS4xNSw1MS4xNSwwLDAsMCwyNDEsNTEwWk0wLDQzMy41SDQ4M0w0NTcuNzUsNDA4bC01MS01MVYyMTYuNzVjMC03OS4wNS01My41NS0xNDIuOC0xMjcuNS0xNjAuNjVWMzguMjVDMjc5LjI1LDE3Ljg1LDI2MS40LDAsMjQxLDBzLTM4LjI1LDE3Ljg1LTM4LjI1LDM4LjI1VjU2LjFDMTI4LjgsNzMuOTUsNzUuMjUsMTM3LjcsNzUuMjUsMjE2Ljc1VjM1N20yODAuNSwyNS41SDEyNi4yNVYyMTYuNzVhMTE0Ljc1LDExNC43NSwwLDAsMSwyMjkuNSwwVjM4Mi41WiIvPg0KPC9zdmc+DQo=) center no-repeat;
  opacity: 0;
  transition: all .2s ease; }

.work-table__actions-row-link--mod:before {
  left: auto;
  right: 15px; }

.work-table__actions-row-link:hover:before {
  opacity: 1; }

.work-table__actions-row-link.checked:before {
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE0IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiNDOEQyREQiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTguNTU2IDE0LjRjMCAuODg0LS42OTcgMS42LTEuNTU2IDEuNi0uODYgMC0xLjU1Ni0uNzE2LTEuNTU2LTEuNmgzLjExMnpNNyAwYS43OS43OSAwIDAgMSAuNzc4Ljh2Ljg2NGMyLjIwOS4zODQgMy44ODkgMi4zNiAzLjg4OSA0LjczNnY0LjhMMTQgMTMuNkgwbDIuMzMzLTIuNFY2LjRjMC0yLjM3NiAxLjY4LTQuMzUyIDMuODktNC43MzZWLjhjMC0uNDQyLjM0Ny0uOC43NzctLjh6Ii8+Cjwvc3ZnPgo=); }

.work-table__actions-row-link.bolded .work-table__actions-cell:hover {
  font-weight: 500;
  color: #8e9fb0; }

.work-table__actions-cell {
  display: block;
  float: left;
  width: 33.33%;
  font-size: 12px;
  line-height: 14px;
  color: #8e9fb0;
  padding: 0 10px;
  height: 30px;
  vertical-align: middle;
  display: table-cell;
  float: none;
  white-space: nowrap;
  box-shadow: inset 0 -1px 0 #f5f7fa; }

.work-table__actions-cell--right {
  text-align: right; }

.work-table__actions-cell--bar {
  position: relative;
  color: #62778c; }

@media (max-width: 767px) {
  .work-table__actions-cell--bar {
    position: static; } }

.work-table__actions-cell--cost {
  width: 38%; }

.work-table__actions-cell--btc {
  width: 37%; }

.work-table__actions-cell--time {
  width: 25%; }

@media (max-width: 1270px) {
  .work-table__actions-cell {
    padding-left: 5px;
    padding-right: 5px; } }

.work-table__actions-line {
  position: absolute;
  bottom: 0;
  height: 1px; }

.work-table__actions-drop {
  position: absolute;
  top: 0;
  left: -1px;
  width: 12px;
  bottom: 0;
  z-index: 1;
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: #ffbf00;
  cursor: pointer; }

.work-table__actions-drop:hover .work-table__actions-drop-inner {
  opacity: 1;
  visibility: visible; }

.work-table__actions-drop-inner {
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 12px;
  padding: 15px 15px 10px;
  background: rgba(35, 54, 73, 0.9); }

.work-table__actions-drop-inner:before {
  content: '';
  display: block;
  border-right: 5px solid rgba(35, 54, 73, 0.9);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 10px;
  left: -5px; }

.work-table__actions-drop-title {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 500;
  padding: 0 0 5px 0; }

.work-table__actions-drop-list {
  white-space: nowrap;
  display: table; }

.work-table__actions-drop-list:after {
  content: " ";
  display: block;
  clear: both; }

.work-table__actions-drop-list-row {
  display: table-row;
  font-size: 11px;
  line-height: 30px; }

.work-table__actions-drop-term {
  display: table-cell;
  padding: 0 20px 0 0;
  color: #8e9fb0;
  clear: both; }

.work-table__actions-drop-descr {
  display: table-cell;
  letter-spacing: .2px;
  color: #fff; }

.work-table__actions-drop-currency {
  display: table-cell;
  letter-spacing: .2px;
  color: #fff;
  padding: 0 0 0 5px; }

.work-table__value {
  display: inline-block;
  line-height: 20px;
  padding: 0 3px 0 13px;
  margin: 0 0 0 -13px;
  position: relative; }

.work-table__value--empty {
  padding-left: 0; }

.work-table__value--red, .work-table__value--down, .work-table__value--up-red {
  color: #e25849; }

.work-table__value--green, .work-table__value--up, .work-table__value--down-green {
  color: #6abc5a; }

.work-table__value--up:before, .work-table__value--down:before, .work-table__value--down-green:before, .work-table__value--up-red:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -4px 0 0 0; }

.work-table__value--up {
  background: #ecf9ec;
  animation: blink-green .3s ease; }

.work-table__value--up:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgaWQ9IjJlYTBkYWI5LTJhNmItNDk1MS04NjY3LWQ2OWU4OTA2YTFiMSIgZGF0YS1uYW1lPSI5YmI0ODcwNi01YTEyLTQzYzEtODg4ZS01MTQ1Y2NiNDA1MTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0NC44NSA0MjAuMjgiPg0KICA8dGl0bGU+YXJyb3ctcG9pbnRpbmctdG8tdG9wPC90aXRsZT4NCiAgPHBhdGggZmlsbD0iIzAwYjMyZSIgIGQ9Ik0xOTUuOSwxMC4zTDEwLDE5Ni4xNmEzNi4yLDM2LjIsMCwwLDAtLjQ5LDUxLjE5TDEwLDI0Ny44NGwyMS40MSwyMS40MXExMC4yOCwxMC44NSwyNS43LDEwLjg1dDI1LjctMTAuODVsODQtODMuNjV2MjAxcTAsMTQuODQsMTAuNzEsMjQuMTJUMjAzLjMyLDQyMGgzNi41NXExNS4xMywwLDI1LjgzLTkuMjh0MTAuNzEtMjQuMTJ2LTIwMWw4My42Niw4My42NWEzNi41OCwzNi41OCwwLDAsMCw1MiwwbDIxLjM3LTIxLjQxUTQ0NCwyMzYuNzEsNDQ0LDIyMi4xNWEzNi41NSwzNi41NSwwLDAsMC0xMC41Ni0yNkwyNDcuNTcsMTAuM2EzNS4zMSwzNS4zMSwwLDAsMC0yNi0xMC41N1EyMDUuODktLjI3LDE5NS45LDEwLjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjg1IDAuMjgpIi8+DQo8L3N2Zz4NCg==); }

.work-table__value--down {
  background: #feeceb;
  animation: blink-red .3s ease; }

.work-table__value--down:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgaWQ9IjliYjQ4NzA2LTVhMTItNDNjMS04ODhlLTUxNDVjY2I0MDUxOCIgZGF0YS1uYW1lPSJDYXBhIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0NC44MSA0MjAuMjciPg0KICA8dGl0bGU+YXJyb3ctcG9pbnRpbmctdG8tcmlnaHQ8L3RpdGxlPg0KICA8cGF0aCBmaWxsPSIjZmY0ZDRmIiBkPSJNMjQ4LjEsNDA5LjdMNDM0LDIyMy44NGEzNi4yLDM2LjIsMCwwLDAsMC01MS42OGwtMjEuNDEtMjEuNDFxLTEwLjI4LTEwLjg1LTI1LjctMTAuODV0LTI1LjcsMTAuODVMMjc3LjIyLDIzNC40VjMzLjRxMC0xNC44NC0xMC43MS0yNC4xMlQyNDAuNjgsMEgyMDQuMTNRMTg5LDAsMTc4LjMsOS4yOFQxNjcuNTksMzMuNHYyMDFMODMuOTMsMTUwLjc1YTM1LjQzLDM1LjQzLDAsMCwwLTI2LTEwLjg1LDM1LjQzLDM1LjQzLDAsMCwwLTI2LDEwLjg1TDEwLjU2LDE3Mi4xNlEwLDE4My4yOSwwLDE5Ny44NWEzNi41NSwzNi41NSwwLDAsMCwxMC41NiwyNkwxOTYuNDMsNDA5LjdhMzUuMzEsMzUuMzEsMCwwLDAsMjYsMTAuNTdRMjM4LjExLDQyMC4yNywyNDguMSw0MDkuN1oiLz4NCjwvc3ZnPg0K); }

.work-table__value--down-green {
  background: #ecf9ec;
  animation: blink-green .3s ease; }

.work-table__value--down-green:before {
  transform: scale(1, -1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgaWQ9IjJlYTBkYWI5LTJhNmItNDk1MS04NjY3LWQ2OWU4OTA2YTFiMSIgZGF0YS1uYW1lPSI5YmI0ODcwNi01YTEyLTQzYzEtODg4ZS01MTQ1Y2NiNDA1MTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0NC44NSA0MjAuMjgiPg0KICA8dGl0bGU+YXJyb3ctcG9pbnRpbmctdG8tdG9wPC90aXRsZT4NCiAgPHBhdGggZmlsbD0iIzAwYjMyZSIgIGQ9Ik0xOTUuOSwxMC4zTDEwLDE5Ni4xNmEzNi4yLDM2LjIsMCwwLDAtLjQ5LDUxLjE5TDEwLDI0Ny44NGwyMS40MSwyMS40MXExMC4yOCwxMC44NSwyNS43LDEwLjg1dDI1LjctMTAuODVsODQtODMuNjV2MjAxcTAsMTQuODQsMTAuNzEsMjQuMTJUMjAzLjMyLDQyMGgzNi41NXExNS4xMywwLDI1LjgzLTkuMjh0MTAuNzEtMjQuMTJ2LTIwMWw4My42Niw4My42NWEzNi41OCwzNi41OCwwLDAsMCw1MiwwbDIxLjM3LTIxLjQxUTQ0NCwyMzYuNzEsNDQ0LDIyMi4xNWEzNi41NSwzNi41NSwwLDAsMC0xMC41Ni0yNkwyNDcuNTcsMTAuM2EzNS4zMSwzNS4zMSwwLDAsMC0yNi0xMC41N1EyMDUuODktLjI3LDE5NS45LDEwLjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjg1IDAuMjgpIi8+DQo8L3N2Zz4NCg==); }

.work-table__value--up-red {
  background: #feeceb;
  animation: blink-red .3s ease; }

.work-table__value--up-red:before {
  transform: scale(1, -1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgaWQ9IjliYjQ4NzA2LTVhMTItNDNjMS04ODhlLTUxNDVjY2I0MDUxOCIgZGF0YS1uYW1lPSJDYXBhIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0NC44MSA0MjAuMjciPg0KICA8dGl0bGU+YXJyb3ctcG9pbnRpbmctdG8tcmlnaHQ8L3RpdGxlPg0KICA8cGF0aCBmaWxsPSIjZmY0ZDRmIiBkPSJNMjQ4LjEsNDA5LjdMNDM0LDIyMy44NGEzNi4yLDM2LjIsMCwwLDAsMC01MS42OGwtMjEuNDEtMjEuNDFxLTEwLjI4LTEwLjg1LTI1LjctMTAuODV0LTI1LjcsMTAuODVMMjc3LjIyLDIzNC40VjMzLjRxMC0xNC44NC0xMC43MS0yNC4xMlQyNDAuNjgsMEgyMDQuMTNRMTg5LDAsMTc4LjMsOS4yOFQxNjcuNTksMzMuNHYyMDFMODMuOTMsMTUwLjc1YTM1LjQzLDM1LjQzLDAsMCwwLTI2LTEwLjg1LDM1LjQzLDM1LjQzLDAsMCwwLTI2LDEwLjg1TDEwLjU2LDE3Mi4xNlEwLDE4My4yOSwwLDE5Ny44NWEzNi41NSwzNi41NSwwLDAsMCwxMC41NiwyNkwxOTYuNDMsNDA5LjdhMzUuMzEsMzUuMzEsMCwwLDAsMjYsMTAuNTdRMjM4LjExLDQyMC4yNywyNDguMSw0MDkuN1oiLz4NCjwvc3ZnPg0K); }

.work-table__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  display: block;
  background: #e25849; }

.work-table__bar-wrap {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 100%; }

@media (max-width: 767px) {
  .work-table__bar-wrap {
    left: 0; } }

.work-table__divider {
  display: table;
  width: 100%;
  padding: 0 10px;
  box-shadow: inset 0 -1px #f5f7fa;
  background: rgba(245, 247, 250, 0.3); }

.work-table__divider .work-table__actions-cell {
  padding: 7px 3px; }

.work-table__divider .work-table__value {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
  background: none; }

@keyframes blink-green {
  0% {
    background: #ecf9ec; }
  50% {
    background: #0de76c; }
  100% {
    background: #ecf9ec; } }

@keyframes blink-red {
  0% {
    background: #feeceb; }
  50% {
    background: #ff4d4f; }
  100% {
    background: #feeceb; } }

.basis-container {
  max-width: 969px;
  margin: 30px auto;
  background: #fff;
  padding: 40px 30px;
  min-height: 770px; }

@media (max-width: 1066px) {
  .basis-container {
    min-height: 500px;
    margin: 15px 0 0 0;
    padding: 20px 15px; } }

@media (max-width: 767px) {
  .basis-container {
    margin: 10px 0 40px 0;
    padding: 20px 10px;
    min-height: 0; } }

.basis-page__title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #1d364b;
  padding: 0 0 23px 0;
  border-bottom: 2px solid rgba(200, 210, 221, 0.5);
  margin: 0 0 10px; }

.basis-page__title--mod {
  padding-top: 32px;
  margin: 0 0 30px 0;
  color: #62778c; }

.basis-page__subtitle {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #62778c; }

.basis-page__msgbox {
  width: 250px;
  margin: 90px auto 0;
  text-align: center; }

.basis-page__msgbox .btn, .basis-page__msgbox .btn-radios__item span, .btn-radios__item .basis-page__msgbox span {
  min-width: 111px; }

.basis-page__bottom {
  padding: 25px 50px;
  font-size: 15px;
  line-height: 18px;
  border-top: solid 1px rgba(212, 212, 212, 0.48); }

.basis-page__bottom:after {
  content: " ";
  display: block;
  clear: both; }

.basis-page__bottom--mod {
  padding-left: 0; }

@media (max-width: 767px) {
  .basis-page__bottom {
    padding: 20px 10px; } }

.basis-page__bottom-left {
  float: left; }

.basis-page__bottom-right {
  float: right; }

.basis-page__bottom-right--mod {
  margin: 10px 40px 0 0; }

.basis-page__inputrow {
  padding: 0 0 24px 0;
  max-width: 503px; }

.basis-page__inputrow:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .basis-page__inputrow {
    padding: 0; } }

.basis-page__inputleft {
  float: left;
  width: 65%; }

@media (max-width: 767px) {
  .basis-page__inputleft {
    float: none;
    width: 100%;
    padding: 0 0 15px 0; } }

.basis-page__inputright {
  float: left;
  width: 35%;
  padding: 0 0 0 30px; }

@media (max-width: 767px) {
  .basis-page__inputright {
    float: none;
    width: 100%;
    padding: 0 0 15px 0; } }

.basis-page__btnbox {
  padding: 10px 0 0 0; }

.basis-ver-address {
  padding: 30px 0 50px; }

.basis-upload {
  max-width: 506px;
  margin: 0 auto;
  padding: 65px 0 90px 0; }

.basis-upload__subtitle {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #27292d;
  padding: 0 0 34px 0; }

.basis-upload__subtitle .yellow {
  color: #f07d00; }

.basis-upload__field {
  display: block;
  border: 1px dashed #c7cee1;
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  cursor: pointer; }

.basis-upload__field-icon {
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0 0 10px 0; }

.basis-upload__field-icon [class*="icon-"] {
  fill: #4c94ff; }

.basis-upload__field-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 6px 0; }

.basis-upload__field-text .blue {
  color: #4c94ff; }

.basis-upload__field-size {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #9299a2; }

.basis-v-frame {
  max-width: 663px;
  margin: 0 auto;
  padding: 27px 0 103px; }

@media (max-width: 1066px) {
  .basis-v-frame {
    padding: 20px 0 50px; } }

@media (max-width: 767px) {
  .basis-v-frame {
    padding: 20px 0 30px; } }

.basis-v-frame__videobox {
  padding: 10px 10px 23px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin: 0 0 20px; }

.basis-v-frame__videobox-img {
  padding: 0 0 22px; }

.basis-v-frame__videobox-img img {
  display: block;
  width: 100%; }

.basis-v-frame__videobox-reclink {
  display: table;
  width: auto;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding: 9px 25px 9px 38px;
  border-radius: 20px;
  background: #e82d8a;
  position: relative; }

.basis-v-frame__videobox-reclink:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 14px;
  margin: -5px 0 0 0; }

.basis-v-frame__videobox-snaplink {
  display: table;
  width: auto;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding: 9px 25px 9px 42px;
  border-radius: 20px;
  background: #4c94ff;
  position: relative; }

.basis-v-frame__videobox-snaplink:before {
  content: '';
  display: block;
  width: 20px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNnB4IiBpZD0iNzJiN2YyY2YtZWQyOC00NmNlLTk1ZTctYzViODk2YmUyNzRlIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIwIDE1LjQ0Ij4NCiAgPHRpdGxlPmNhbWVyYTwvdGl0bGU+DQogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC41NCwyaC0xLjhhNC43Myw0LjczLDAsMCwxLS45LTAuNzRBMy4xOCwzLjE4LDAsMCwwLDEzLjY2LDBINi4yNUEzLjE0LDMuMTQsMCwwLDAsNC4wNywxLjE2YTUuNTMsNS41MywwLDAsMS0uOS43N0wzLjQxLDJoLTJBMS4yOCwxLjI4LDAsMCwwLDAsMy4zM1YxMy44NWExLjUsMS41LDAsMCwwLDEuNDYsMS41OUgxOC42NEExLjQzLDEuNDMsMCwwLDAsMjAsMTMuODVWMy4zMUExLjMxLDEuMzEsMCwwLDAsMTguNTQsMlpNMTAsMTIuNzRhNC40MSw0LjQxLDAsMSwxLDQuMzktNC40MUE0LjQsNC40LDAsMCwxLDEwLDEyLjc0Wm0yLjkzLTQuNDFBMi45MywyLjkzLDAsMSwxLDEwLDUuMzksMi45MywyLjkzLDAsMCwxLDEyLjkzLDguMzNaIi8+DQo8L3N2Zz4NCg==) center no-repeat;
  position: absolute;
  top: 50%;
  left: 12px;
  margin: -8px 0 0 0; }

.basis-agreement {
  max-height: 574px;
  padding: 20px 0;
  color: #62778c;
  line-height: 19px; }

@media (max-width: 767px) {
  .basis-agreement {
    max-height: none; } }

.basis-agreement__inner {
  max-width: 500px; }

.basis-card {
  max-width: 510px;
  background: #e6e9ed;
  border-radius: 6px;
  overflow: hidden;
  margin: 50px auto 90px; }

.basis-card:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .basis-card {
    max-width: 372px; } }

.basis-card__main {
  float: left;
  width: 73%;
  background: #e6e9ed;
  border-radius: 6px;
  height: 227px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  padding: 34px 30px 0;
  position: relative;
  z-index: 2; }

@media (max-width: 767px) {
  .basis-card__main {
    float: none;
    width: 100%;
    padding: 34px 15px 0; } }

.basis-card__side {
  height: 227px;
  float: left;
  width: 27%;
  position: relative;
  z-index: 1;
  padding: 113px 24px 0; }

@media (max-width: 767px) {
  .basis-card__side {
    height: 200px;
    float: none;
    width: 100%;
    padding: 113px 15px 0; }
  .basis-card__side .basis-card__inputbox {
    max-width: 100px;
    margin: 0 0 0 auto; } }

.basis-card__side:before {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 58px;
  background: rgba(0, 0, 0, 0.7); }

.basis-card__title {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #8e9fb0;
  padding: 0 0 30px 0; }

.basis-card__inputbox {
  padding: 0 0 20px; }

.basis-card__inputrow {
  margin: 0 -10px; }

.basis-card__inputrow:after {
  content: " ";
  display: block;
  clear: both; }

.basis-card__inputcol {
  float: left;
  padding: 0 10px; }

.basis-card__inputcol--lg {
  width: 57%; }

.basis-card__inputcol--sm {
  width: 43%; }

.basis-card__input {
  border: none;
  background: #fff;
  height: 35px; }

.basis-verif__cols {
  font-size: 0;
  line-height: 0;
  margin: 0 -15px -15px; }

@media (max-width: 1066px) {
  .basis-verif__cols {
    margin: 0 -10px -20px; } }

.basis-verif__col {
  padding: 0 15px 15px;
  display: inline-block;
  width: 33.33%; }

@media (max-width: 1066px) {
  .basis-verif__col {
    width: 50%;
    padding: 0 10px 20px; } }

@media (max-width: 560px) {
  .basis-verif__col {
    width: 100%; } }

.basis-verif-form {
  border: 1px solid #e6e9ed;
  border-radius: 6px;
  padding: 20px; }

.basis-verif-form.verified .basis-verif-form__icon {
  border-color: #6abc5a; }

.basis-verif-form.verified .basis-verif-form__icon:before {
  content: '';
  display: block;
  height: 10px;
  width: 7px;
  border-bottom: 2px solid #6abc5a;
  border-right: 2px solid #6abc5a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  margin: -7px 0 0 -3px; }

.basis-verif-form.verified .basis-verif-form__top:before {
  content: 'Verified';
  color: #6abc5a;
  display: block;
  float: right;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase; }

.basis-verif-form__top {
  padding: 4px 0 20px 35px;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px; }

.basis-verif-form__top:after {
  content: " ";
  display: block;
  clear: both; }

.basis-verif-form__title {
  color: #3d4d5f; }

.basis-verif-form__icon {
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #c8d2dd; }

.basis-verif-form__descr {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #8e9fb0;
  padding: 0 0 23px 0; }

.basis-verif-form__btnbox {
  font-size: 0;
  line-height: 0; }

.basis-verif-form__btnbox .btn, .basis-verif-form__btnbox .btn-radios__item span, .btn-radios__item .basis-verif-form__btnbox span {
  margin: 0 10px 0 0;
  min-width: 95px;
  display: inline-block; }

.cabinet {
  padding: 20px 0 0 0;
  position: relative; }

.cabinet:after {
  content: " ";
  display: block;
  clear: both; }

.cabinet--single {
  padding: 20px 10px 0; }

@media (max-width: 1066px) {
  .cabinet--single {
    padding: 20px 0 0 0; } }

.cabinet__left {
  float: left;
  width: 72%;
  padding: 0 10px; }

@media (max-width: 1066px) {
  .cabinet__left {
    float: none;
    width: auto;
    padding: 0; } }

.cabinet__right {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  width: 28%;
  padding: 0 10px; }

@media (max-width: 1066px) {
  .cabinet__right {
    display: none; } }

.cabinet__widget {
  background: #fff;
  border: 1px solid #e6e9ed;
  overflow: hidden;
  height: 100%; }

.cabinet__widget img {
  display: block;
  width: 100%; }

.cabinet__panel {
  background: #fff;
  border: 1px solid #e6e9ed;
  padding: 20px;
  margin: 0 0 20px 0;
  overflow: hidden; }

@media (max-width: 767px) {
  .cabinet__panel {
    padding: 15px; } }

.cabinet__panel:last-child {
  margin: 0; }

.cabinet__panel-text {
  display: inline-block;
  font-size: 13px;
  color: #8e9fb0;
  padding: 0 0 0 15px; }

@media (max-width: 767px) {
  .cabinet__panel-text {
    display: block;
    padding: 0 0 10px 0; }
  .cabinet__panel-text:last-child {
    padding: 0; } }

.cabinet__panel-text span {
  color: #1d364b;
  font-weight: 500;
  margin: 0 0 0 10px; }

.cabinet__panel-inner {
  padding: 30px; }

@media (max-width: 1066px) {
  .cabinet__panel-inner {
    padding: 0 0 20px 0; } }

.cabinet__panel-title {
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  padding: 0 0 35px 0; }

@media (max-width: 767px) {
  .cabinet__panel-title {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 20px 0; } }

.cabinet__panel-title span {
  display: block; }

.cabinet__panel-title .blue {
  color: #4c94ff; }

.cabinet__panel-title--simple {
  text-align: left; }

.cabinet__panel-title--mod {
  max-width: 600px;
  margin: 0 auto; }

.cabinet__panel-title-descr {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #1d364b; }

.cabinet__panel-subtitle {
  display: block;
  font-size: 21px;
  line-height: 40px;
  line-height: 30px;
  padding: 0 0 15px 0;
  color: #1d364b; }

@media (max-width: 767px) {
  .cabinet__panel-subtitle {
    font-size: 18px;
    line-height: 22px; } }

.cabinet__panel-bottom {
  margin: 0 -20px -20px;
  padding: 20px;
  text-align: center;
  border-top: 0.5px solid #e6e9ed; }

.cabinet__actions {
  padding: 0 0 35px 0; }

.cabinet__actions:after {
  content: " ";
  display: block;
  clear: both; }

.cabinet__actions-ref {
  float: left;
  width: 52%; }

.cabinet__actions-ref .ref-page__inputbox {
  margin: 0; }

@media (max-width: 767px) {
  .cabinet__actions-ref {
    float: none;
    width: auto;
    padding: 0 0 15px 0; } }

.cabinet__actions-social {
  float: left;
  width: 48%;
  padding: 0 0 0 30px; }

@media (max-width: 767px) {
  .cabinet__actions-social {
    float: none;
    width: auto;
    padding: 0 0 15px 0; } }

.cabinet__actions-social-list {
  font-size: 0;
  line-height: 0; }

.cabinet__actions-social-list-item {
  display: inline-block;
  padding: 0 0 0 10px; }

.cabinet__actions-social-list-item:first-child {
  padding: 0; }

.cabinet__actions-social-link {
  display: block;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 9px 9px;
  border-radius: 2px;
  color: #fff; }

.cabinet__actions-social-link--fb {
  background: #4266b2; }

.cabinet__actions-social-link--tweet {
  background: #1b94e0; }

.cabinet__actions-social-link--vk {
  background: #6286ae; }

.cabinet__actions-social-link [class*="icon-"] {
  fill: #fff;
  vertical-align: middle;
  margin: -2px 2px 0 0; }

.cabinet__actions-social-link b {
  font-weight: 500;
  margin: 0 5px 0 0; }

.cabinet__actions-social-link:hover {
  color: #fff;
  opacity: .8; }

.cabinet__actions-inputbox {
  position: relative; }

.cabinet__actions-inputbox input, .cabinet__actions-inputbox .selectric {
  color: #1c364c;
  padding-right: 115px; }

.cabinet__actions-inputbox .btn, .cabinet__actions-inputbox .btn-radios__item span, .btn-radios__item .cabinet__actions-inputbox span {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 104px; }

.cabinet__values {
  margin: 0 -15px; }

.cabinet__values:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .cabinet__values {
    margin: 0; } }

.cabinet__values-col {
  width: 33.33%;
  float: left;
  padding: 0 15px; }

@media (max-width: 767px) {
  .cabinet__values-col {
    width: auto;
    float: none;
    padding: 0 0 15px 0; } }

.cabinet__value {
  border: 1px solid #e6e9ed;
  border-radius: 6px;
  padding: 15px 20px 20px;
  text-align: center; }

.cabinet__value-title {
  display: block;
  font-size: 80px;
  line-height: 90px;
  font-weight: 100;
  color: #1d364b;
  padding: 0 0 5px 0; }

.cabinet__value-descr {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #8e9fb0; }

.cabinet__telegram-box {
  padding: 10px 50px 10px 160px; }

.cabinet__telegram-box:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 1066px) {
  .cabinet__telegram-box {
    padding: 0 0 20px 120px; } }

@media (max-width: 767px) {
  .cabinet__telegram-box {
    padding: 0 0 15px 0; } }

.cabinet__telegram-box-icon {
  display: block;
  float: left;
  width: 120px;
  height: 120px;
  margin: 0 0 0 -150px; }

.cabinet__telegram-box-icon [class*="icon-"] {
  width: 100%;
  height: 100%; }

@media (max-width: 1066px) {
  .cabinet__telegram-box-icon {
    width: 100px;
    height: 100px;
    margin: 0 0 0 -120px; } }

@media (max-width: 767px) {
  .cabinet__telegram-box-icon {
    margin: 0 auto 15px;
    float: none; } }

.cabinet__telegram-box-inner {
  float: left;
  width: 60%;
  padding: 20px 10px 0 0; }

@media (max-width: 1066px) {
  .cabinet__telegram-box-inner {
    float: left;
    width: 100%;
    padding: 5px 0 0 0; } }

.cabinet__telegram-box-img {
  width: 40%;
  float: left; }

.cabinet__telegram-box-img img {
  display: block;
  width: 100%; }

@media (max-width: 1066px) {
  .cabinet__telegram-box-img {
    display: none; } }

.cabinet__telegram-box-title {
  display: block;
  font-size: 28px;
  line-height: 33px;
  color: #1d364b;
  padding: 0 0 12px 0; }

@media (max-width: 767px) {
  .cabinet__telegram-box-title {
    font-size: 24px;
    line-height: 28px; } }

.cabinet__telegram-box-link {
  font-size: 18px; }

.cabinet__socials {
  background: #fff;
  border: 1px solid #e6e9ed; }

.cabinet__socials-list {
  font-size: 0;
  line-height: 0; }

.cabinet__socials-list-item {
  display: inline-block;
  width: 20%; }

@media (max-width: 767px) {
  .cabinet__socials-list-item {
    display: block;
    width: auto;
    padding: 0; } }

.cabinet__socials-link {
  display: block;
  padding: 36px 40px; }

@media (max-width: 1066px) {
  .cabinet__socials-link {
    padding: 15px; } }

.cabinet__socials-link:hover {
  background: #f1f4f8; }

.cabinet__socials-link-icon {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px; }

.cabinet__socials-link-icon [class*="icon-"] {
  width: 100%;
  height: 100%; }

@media (max-width: 1066px) {
  .cabinet__socials-link-icon {
    width: 32px;
    height: 32px; } }

.cabinet__socials-link-text {
  display: inline-block;
  width: calc(100% - 48px);
  padding: 0 0 0 20px;
  vertical-align: middle; }

@media (max-width: 1066px) {
  .cabinet__socials-link-text {
    width: calc(100% - 32px);
    padding: 0 0 0 10px; } }

.cabinet__socials-link-title {
  display: block;
  font-size: 15px;
  line-height: 19px;
  color: #1d364b;
  padding: 0 0 7px 0; }

@media (max-width: 1066px) {
  .cabinet__socials-link-title {
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 4px 0; } }

.cabinet__socials-link-descr {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #62778c; }

.cabinet__activ-form {
  margin: 0 auto;
  max-width: 718px;
  border: 1px solid #e6e9ed;
  padding: 80px 30px; }

.cabinet__activ-form-info {
  display: block;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 0 35px 0;
  font-size: 13px;
  line-height: 19px;
  color: #1d364b; }

.cabinet__activ-form-inputbox {
  max-width: 304px;
  margin: 0 auto;
  padding: 0 0 80px 0; }

.cabinet__activ-form-bottom {
  border-top: 1px solid #c8d2dd;
  max-width: 344px;
  margin: 0 auto;
  padding: 30px 20px 0; }

.cabinet__activ-form-bottom-text {
  display: block;
  text-align: center;
  padding: 30px 0 0 0;
  font-size: 13px;
  line-height: 19px;
  color: #8e9fb0; }

.cabinet__iconbox {
  display: table;
  width: 100%; }

.cabinet__iconbox-icon {
  display: table-cell;
  width: 1px;
  vertical-align: middle; }

@media (max-width: 767px) {
  .cabinet__iconbox-icon {
    vertical-align: top; }
  .cabinet__iconbox-icon [class*="icon-"] {
    width: 30px;
    height: 35px; } }

.cabinet__iconbox-text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 0 0 0 20px;
  font-size: 22px;
  line-height: 30px;
  color: #1d364b; }

.cabinet__iconbox-text-row {
  display: block; }

@media (max-width: 767px) {
  .cabinet__iconbox-text {
    font-size: 14px;
    line-height: 16px; } }

.cabinet__activ-cols {
  max-width: 1055px;
  margin: 0 auto; }

.cabinet__activ-cols:after {
  content: " ";
  display: block;
  clear: both; }

.cabinet__activ-cols-left {
  float: left;
  width: 54.5%; }

@media (max-width: 1066px) {
  .cabinet__activ-cols-left {
    float: none;
    width: auto; } }

.cabinet__activ-cols-right {
  float: right;
  width: 45.5%;
  text-align: right; }

@media (max-width: 1066px) {
  .cabinet__activ-cols-right {
    display: none; } }

.cabinet__activ-btn {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  padding: 22px 100px; }

@media (max-width: 767px) {
  .cabinet__activ-btn {
    font-size: 16px;
    padding: 10px 15px;
    display: block; } }

.cabinet__activ-img {
  display: none; }

.cabinet__activ-img.active {
  display: block; }

.cabinet__activ-img.active img {
  max-width: 100%; }

.cabinet__channels-list-item {
  padding: 0 0 30px 0; }

@media (max-width: 1066px) {
  .cabinet__channels-list-item {
    padding: 0 0 15px 0; } }

@media (max-width: 767px) {
  .cabinet__channels-list-item {
    padding: 0 0 15px 0; } }

.cabinet__channels-list-link {
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 15px;
  border-radius: 12px; }

.cabinet__channels-list-link:after {
  content: " ";
  display: block;
  clear: both; }

.cabinet__channels-list-link:hover {
  background: #f6fafb; }

@media (max-width: 767px) {
  .cabinet__channels-list-link {
    padding: 0; } }

.cabinet__channels-icon {
  width: 96px;
  height: 96px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%; }

.cabinet__channels-icon img {
  display: block;
  width: 100%; }

@media (max-width: 1066px) {
  .cabinet__channels-icon {
    width: 70px;
    height: 70px; } }

@media (max-width: 767px) {
  .cabinet__channels-icon {
    width: 30px;
    height: 30px;
    vertical-align: top; } }

.cabinet__channels-text {
  display: inline-block;
  width: calc(100% - 96px);
  vertical-align: middle;
  padding: 0 0 0 25px; }

@media (max-width: 1066px) {
  .cabinet__channels-text {
    width: calc(100% - 70px); } }

@media (max-width: 767px) {
  .cabinet__channels-text {
    width: calc(100% - 30px);
    padding: 0 0 0 10px; } }

.cabinet__channels-title {
  display: block;
  font-size: 28px;
  line-height: 34px;
  color: #1d364b;
  padding: 0 0 11px 0; }

@media (max-width: 1066px) {
  .cabinet__channels-title {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 4px 0; } }

@media (max-width: 767px) {
  .cabinet__channels-title {
    font-size: 16px;
    line-height: 18px; } }

.cabinet__channels-link {
  font-size: 18px;
  line-height: 22px;
  display: inline-block; }

@media (max-width: 767px) {
  .cabinet__channels-link {
    font-size: 14px;
    line-height: 18px; } }

.cabinet__rating {
  position: relative;
  padding: 36px 0 30px 0; }

.cabinet__rating:after {
  content: " ";
  display: block;
  clear: both; }

@media (min-width: 768px) {
  .cabinet__rating--mod .cabinet__rating-progressbar {
    bottom: auto;
    top: 108px; }
  .cabinet__rating--mod .cabinet__rating-progressbar-icon {
    height: 105px; }
  .cabinet__rating--mod .cabinet__rating-row {
    display: table;
    width: 100%; }
  .cabinet__rating--mod .cabinet__rating-col {
    display: table-cell; }
  .cabinet__rating--mod .cabinet__rating-col-subtitle {
    white-space: nowrap; } }

.cabinet__rating--mod .cabinet__rating-col-counter {
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #8e9fb0;
  opacity: 1; }

.cabinet__rating--mod .cabinet__rating-col-counter span {
  display: block;
  font-size: 21px;
  line-height: 30px;
  color: #333; }

@media (max-width: 767px) {
  .cabinet__rating {
    padding: 40px 0 30px 0; } }

.cabinet__rating-row:after {
  content: " ";
  display: block;
  clear: both; }

.cabinet__rating-col {
  float: left;
  width: 25%;
  padding: 0 0 0 60px; }

@media (max-width: 1066px) {
  .cabinet__rating-col {
    padding: 0 0 0 15px; } }

@media (max-width: 767px) {
  .cabinet__rating-col {
    float: none;
    width: auto;
    padding: 0 0 15px 50px; }
  .cabinet__rating-col:last-child {
    padding-bottom: 0; } }

.cabinet__rating-col-title {
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #333; }

@media (max-width: 1066px) {
  .cabinet__rating-col-title {
    font-size: 14px;
    line-height: 18px; } }

.cabinet__rating-col-subtitle {
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #8e9fb0;
  white-space: nowrap; }

.cabinet__rating-col-subtitle .dark {
  color: #3d4d5f; }

@media (max-width: 1066px) {
  .cabinet__rating-col-subtitle {
    font-size: 14px;
    line-height: 18px; } }

.cabinet__rating-col-counter {
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: #62778c;
  opacity: .5;
  opacity: 1;
  padding: 40px 0 0 0; }

@media (max-width: 767px) {
  .cabinet__rating-col-counter {
    padding: 0; } }

.cabinet__rating-col-counter.active {
  opacity: 1; }

.cabinet__rating-col-counter span {
  font-size: 21px;
  color: #333;
  margin: 0 5px 0 0;
  font-weight: 700; }

@media (max-width: 1066px) {
  .cabinet__rating-col-counter span {
    font-size: 18px; } }

.cabinet__rating-progressbar {
  position: absolute;
  height: 24px;
  border-radius: 12px;
  background: #f6f7f8;
  margin: 8px 0;
  bottom: 63px;
  left: 0;
  width: 100%; }

@media (max-width: 767px) {
  .cabinet__rating-progressbar {
    top: 40px;
    left: 0;
    width: 24px;
    height: auto;
    margin: 0;
    bottom: 30px; }
  .cabinet__rating-progressbar .cabinet__rating-col {
    width: 100%;
    height: 25%;
    padding: 0; } }

.cabinet__rating-progressbar-icon {
  display: block;
  position: absolute;
  height: 88px;
  height: 105px;
  bottom: 12px;
  left: 45px;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  z-index: 1; }

.cabinet__rating-progressbar-icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 12px;
  background: #dd5656;
  top: 0;
  left: -1px; }

.cabinet__rating-progressbar-icon:after {
  content: '';
  display: block;
  border-right: 5px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 0;
  left: 12px; }

@media (max-width: 1066px) {
  .cabinet__rating-progressbar-icon {
    left: 10px; } }

@media (max-width: 767px) {
  .cabinet__rating-progressbar-icon {
    height: 35px;
    bottom: auto;
    top: -26px;
    left: 12px; } }

.cabinet__rating-progressbar-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ffdd2d;
  border-radius: 12px;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  color: #3d4d5f;
  padding: 2px 10px;
  min-width: 14%; }

@media (min-width: 768px) {
  .cabinet__rating-progressbar-inner {
    height: auto !important; } }

@media (max-width: 1066px) {
  .cabinet__rating-progressbar-inner {
    min-width: 15%; } }

@media (max-width: 767px) {
  .cabinet__rating-progressbar-inner {
    width: 100% !important;
    min-width: 0;
    bottom: auto;
    font-size: 0;
    line-height: 0; } }

.cabinet__rating-progressbar-inner-text {
  color: #333;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  white-space: nowrap;
  padding: 2px 0 2px 24px;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px; }

.cabinet__rating-progressbar-dot {
  display: block;
  position: relative;
  z-index: 4;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  margin: 8px 0 0 -18px; }

.cabinet__rating-progressbar-dot.active {
  background: #000; }

@media (max-width: 1066px) {
  .cabinet__rating-progressbar-dot {
    margin: 8px 0 0 -8px; } }

@media (max-width: 767px) {
  .cabinet__rating-progressbar-dot {
    margin: 8px auto 0; } }

.cabinet__ref-table {
  margin: 0 !important; }

.cabinet__ref-table td, .cabinet__ref-table th {
  width: 1% !important; }

.cabinet__ref-table td:not(:first-child), .cabinet__ref-table th:not(:first-child) {
  text-align: left !important; }

@media (max-width: 1066px) {
  .cabinet__ref-table-wrapper {
    overflow: auto;
    margin: 0 -20px; }
  .cabinet__ref-table td, .cabinet__ref-table th {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

.proud-block {
  padding: 0 185px 0 0; }

.proud-block:after {
  content: " ";
  display: block;
  clear: both; }

.proud-block__img {
  width: 185px;
  float: right;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin: 0 -185px 0 0; }

.proud-block__img img {
  max-width: 100%; }

.proud-block__main {
  float: left;
  width: 100%; }

.proud-block__main .btn, .proud-block__main .btn-radios__item span, .btn-radios__item .proud-block__main span {
  min-width: 233px; }

.proud-block__top {
  display: block;
  color: #3d4d5f;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  padding: 10px 0 30px;
  border-bottom: 1px solid #e6e9ed;
  margin: 0 0 20px 0; }

.proud-block__caption {
  padding: 0 0 10px 0; }

.proud-block__caption-text {
  display: block;
  font-size: 13px;
  line-height: 19px;
  padding: 0 0 10px 0; }

.proud-block__caption-text--bold {
  font-weight: 500; }

.er-page {
  height: calc(100% - 40px);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d4054+0,0f2334+100 */
  background: #2d4054;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #2d4054 0%, #0f2334 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4054', endColorstr='#0f2334',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 0 0 301px 0;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: center; }

.er-page:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.er-page__img {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin: 0 0 0 -326px; }

.er-page__caption {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  max-width: 580px; }

.er-page__caption-title {
  display: block;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
  padding: 0 0 12px 0; }

.er-page__caption-descr {
  display: block;
  font-size: 18px;
  line-height: 29px;
  padding: 0 0 24px 0; }

.er-page__caption-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  padding: 14px 50px;
  background: #80b3ff;
  border-radius: 2px; }

.er-page__caption-btn:hover {
  color: #fff;
  background: #66a3ff;
  border-color: #498df2; }

.dark-theme .faq__list-item {
  border-bottom: 1px solid #3d4d5f; }

.dark-theme .faq__list-title {
  color: #fff; }

.dark-theme .faq__list-descr {
  color: #8e9fb0; }

.faq {
  overflow: hidden; }

.faq__list-item {
  border-bottom: 1px solid #e6e9ed;
  padding: 40px 3000px 40px 3060px;
  margin: 0 -3000px; }

.faq__list-item:after {
  content: " ";
  display: block;
  clear: both; }

.faq__list-item:before {
  display: block;
  content: counters(item, ".");
  float: left;
  margin: -5px 0 0 -60px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #233649;
  text-align: center;
  line-height: 38px; }

.faq__list-title {
  display: block;
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  color: #1d364b;
  padding: 0 0 20px 0; }

.faq__list-descr {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #233649;
  padding: 0 0 20px 0; }

.faq__list-descr:last-child {
  padding: 0; }

.dark-theme .fee-toolbar__tabs-link {
  background: #303747;
  color: #899aaa; }

.dark-theme .fee-scroll__top.fixed .fee-scroll__top-inner {
  background: #242d3d; }

.fee-toolbar {
  max-width: 980px;
  padding: 20px 20px;
  margin: 0 auto; }

.fee-toolbar:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .fee-toolbar {
    padding: 20px 10px; } }

.fee-toolbar__input {
  width: 288px;
  float: left;
  padding: 0 20px 0 0; }

@media (max-width: 767px) {
  .fee-toolbar__input {
    float: none;
    width: auto;
    padding: 0 0 20px 0; } }

.fee-toolbar__input input, .fee-toolbar__input .selectric {
  text-transform: uppercase; }

.fee-toolbar__tabs {
  float: right;
  max-width: calc(100% - 288px);
  font-size: 0;
  line-height: 0;
  text-align: right;
  border-radius: 2px;
  overflow: hidden; }

@media (max-width: 767px) {
  .fee-toolbar__tabs {
    float: none;
    max-width: none;
    text-align: left; } }

.fee-toolbar__tabs-link {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #62778c;
  padding: 11px 20px 10px;
  background: #f5f7fa; }

.fee-toolbar__tabs-link.active, .fee-toolbar__tabs-link:hover {
  color: #fff;
  background: #80b3ff; }

.fee-scroll__top-inner {
  padding: 40px 0 0 0; }

.fee-scroll__top.fixed .fee-scroll__top-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff; }

.dark-theme .section {
  background: #151c28;
  border-color: #3d4d5f; }

.dark-theme .section__resize-link {
  border-color: #3d4d5f;
  background: #162b3e; }

.dark-theme .section__resize-link:before {
  background: #62778c; }

.dark-theme .section__col-title {
  color: #8e9fb0; }

.dark-theme .section__top-info a:hover {
  color: #fff; }

.dark-theme .section__top-actions-link [class*="icon-"] {
  fill: #62778c; }

.dark-theme .section__top-actions-link:hover [class*="icon-"] {
  fill: #b4bfca; }

.dark-theme .section__top-actions-link:before {
  background: #c8d2dd;
  color: #151c28; }

.dark-theme .section__top-actions-link:after {
  border-top-color: #c8d2dd; }

.dark-theme .section__top-total-position {
  color: #fff; }

.dark-theme .section__top-total-value--red {
  color: #CC6666; }

.dark-theme .section__top-total-value--green {
  color: #339933; }

.dark-theme .section__tabs {
  border-bottom-color: #3d4d5f; }

.dark-theme .section__tabs-link {
  color: #62778c; }

.dark-theme .section__tabs-link-counter {
  background: #030b16;
  border-color: #030b16;
  color: #8e9fb0; }

.dark-theme .section__tabs-link.active {
  color: #b4bfca; }

.dark-theme .section__tabs-link.active .section__tabs-link-counter {
  background: #1b354c;
  border-color: #1b354c;
  color: #fff; }

.dark-theme .section__tabs-link.active:before {
  background: #b4bfca; }

.dark-theme .note-panel {
  background: #424b5b; }

.dark-theme .note-panel__text {
  color: #b4bfca; }

.dark-theme .drop-link {
  color: #8e9fb0; }

.dark-theme .drop-link:hover {
  color: #fff; }

.dark-theme .group-select__link {
  color: #8e9fb0; }

.dark-theme .group-select__link [class*="icon-"] {
  fill: #62778c; }

.dark-theme .tooltip:before {
  background: #c8d2dd;
  color: #151c28; }

.dark-theme .tooltip:after {
  border-top-color: #c8d2dd; }

.dark-theme .notifications__item {
  background: rgba(36, 45, 61, 0.95); }

.dark-theme .notifications__item--red:before {
  background: #ff4c4f; }

.dark-theme .auth-min-popup {
  background: #242d3d;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.58); }

.dark-theme .auth-min-popup__text {
  color: #b4bfca; }

.dark-theme .auth-min-popup__text--bold {
  color: #e6e9ed; }

.dark-theme .group-select__link.active, .dark-theme .group-select__link:hover {
  background: #070b10; }

.dark-theme .group-select__list {
  background: #070b10; }

.dark-theme .group-select__list-link {
  color: #8e9fb0; }

.dark-theme .group-select__list-link:hover {
  background: #1a355e;
  color: #8e9fb0; }

.head-block {
  margin: 0 -10px;
  padding: 0 0 20px 0; }

.head-block:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 1070px) {
  .head-block {
    margin: 0 -5px; } }

.head-block__left {
  float: left;
  width: 29%;
  padding: 0 10px;
  width: 340px; }

@media (max-width: 1200px) {
  .head-block__left {
    width: 35%;
    width: 340px; } }

@media (max-width: 1070px) {
  .head-block__left {
    padding: 0 5px; } }

@media (max-width: 1066px) {
  .head-block__left {
    width: 40%;
    width: 340px;
    display: none; } }

@media (max-width: 1066px) and (min-width: 768px) {
  .head-block__left.visible + .head-block__center {
    width: 60%;
    width: calc(100% - 340px); }
  .head-block__left.visible + .head-block__center.thin {
    width: 60%;
    width: calc(100% - 340px); } }

@media (max-width: 830px) {
  .head-block__left {
    width: 50%;
    width: 340px; } }

@media (max-width: 830px) and (min-width: 768px) {
  .head-block__left.visible + .head-block__center {
    width: 50%;
    width: calc(100% - 340px); }
  .head-block__left.visible + .head-block__center.thin {
    width: 50%;
    width: calc(100% - 340px); } }

@media (max-width: 767px) {
  .head-block__left {
    width: 100%;
    padding-bottom: 10px; } }

.head-block__center {
  float: left;
  width: 70%;
  padding: 0 10px;
  width: calc(100% - 340px); }

@media (max-width: 1200px) {
  .head-block__center {
    width: 65%; } }

@media (max-width: 1070px) {
  .head-block__center {
    padding: 0 5px; } }

@media (max-width: 1066px) {
  .head-block__center {
    width: 100%; } }

@media (max-width: 830px) {
  .head-block__center {
    width: 50%; } }

@media (max-width: 767px) {
  .head-block__center {
    width: 100%;
    padding-bottom: 10px; } }

.head-block__center.thin {
  width: 47%;
  width: calc(100% - 620px); }

@media (max-width: 1200px) {
  .head-block__center.thin {
    width: 41%;
    width: calc(100% - 620px); } }

@media (max-width: 1070px) {
  .head-block__center.thin {
    padding: 0 5px; } }

@media (max-width: 1066px) {
  .head-block__center.thin {
    width: 100%; } }

@media (max-width: 767px) {
  .head-block__center.thin {
    width: 100%; } }

.head-block__right {
  float: left;
  width: 24%;
  padding: 0 10px;
  width: 280px; }

@media (max-width: 1070px) {
  .head-block__right {
    padding: 0 5px; } }

@media (max-width: 1066px) {
  .head-block__right {
    display: none; } }

.drop-link {
  padding-right: 10px;
  display: inline-block;
  position: relative;
  color: #8e9fb0;
  font-size: 11px;
  line-height: 11px; }

.drop-link [class*="icon-"] {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  margin: -2px 0 0 0;
  fill: #c8d2dd;
  transition: all .2s ease; }

.drop-link .dotted {
  border-bottom: 1px dotted #8e9fb0; }

.drop-link--iconless {
  padding-right: 0; }

.drop-link:hover {
  color: #1d364b; }

.drop-link:hover [class*="icon-"] {
  fill: #80b3ff; }

.section {
  padding: 15px 0;
  background: #fff;
  border-top: 1px solid #c8d2dd;
  position: relative; }

.section__resize-link {
  display: block;
  position: absolute;
  width: 22px;
  height: 7px;
  border: 0.5px solid #c8d2dd;
  border-radius: 5px;
  background: #f7f7f7;
  top: -4px;
  left: 50%;
  margin: 0 0 0 -11px;
  cursor: ns-resize; }

.section__resize-link:before {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 2px;
  left: 50%;
  margin: 0 0 0 -6px;
  background: #c8d2dd; }

@media (max-width: 767px) {
  .section__resize-link {
    display: none; } }

.section__top {
  padding: 0 0 12px; }

.section__top:after {
  content: " ";
  display: block;
  clear: both; }

.section__top-info {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .2px;
  color: #62778c; }

.section__top-info [class*="icon-"] {
  fill: #62778c;
  vertical-align: middle;
  margin: -2px 5px 0 0; }

.section__top-info a {
  color: #62778c; }

.section__top-info a:hover {
  color: #80b3ff; }

@media (max-width: 767px) {
  .section__top-info {
    padding: 0 0 4px 0;
    float: none; }
  .section__top-info--lefted {
    float: left; } }

.section__top-actions {
  float: right;
  font-size: 0;
  line-height: 0; }

@media (max-width: 767px) {
  .section__top-actions {
    float: none;
    text-align: right; }
  .section__top-actions:after {
    content: " ";
    display: block;
    clear: both; }
  .section__top-actions--righted {
    float: right;
    padding-top: 2px; } }

.section__top-actions .drop-link {
  font-size: 12px;
  line-height: 14px; }

.section__top-actions-link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  position: relative; }

.section__top-actions-link:before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  bottom: 100%;
  margin: 0 0 10px 0;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 15px;
  font-size: 11px;
  line-height: 14px;
  background: rgba(35, 54, 73, 0.9);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.section__top-actions-link:after {
  content: '';
  border-top: 5px solid rgba(35, 54, 73, 0.9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 100%;
  margin: 0 0 5px -5px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.section__top-actions-link:first-child {
  margin: 0; }

@media (max-width: 767px) {
  .section__top-actions-link:first-child {
    margin: 0 0 0 20px; } }

.section__top-actions-link [class*="icon-"] {
  fill: #c8d2dd;
  transition: all .2s ease; }

.section__top-actions-link:hover [class*="icon-"] {
  fill: #8e9fb0; }

.section__top-actions-link:hover:before, .section__top-actions-link:hover:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s; }

@media (max-width: 767px) {
  .section__top-actions-link {
    margin: 0 0 0 20px; }
  .section__top-actions-link:before, .section__top-actions-link:after {
    display: none; } }

.section__top-actions-block {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 12px;
  position: relative; }

.section__top-actions-block.footer__wifi-status {
  vertical-align: middle; }

.section__top-actions-block.footer__wifi-status [class*="icon-"] {
  margin: 0; }

@media (max-width: 767px) {
  .section__top-actions-block {
    padding: 0; }
  .section__top-actions-block--left {
    float: left; } }

.section__cols {
  margin: 0 -10px; }

.section__cols:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 1270px) {
  .section__cols {
    margin: 0 -5px; } }

.section__col {
  float: left;
  padding: 0 10px;
  width: 100%;
  position: relative; }

.section__col .block-preloader {
  left: 10px;
  right: 10px; }

@media (max-width: 1270px) {
  .section__col {
    padding: 0 5px; } }

@media (max-width: 767px) {
  .section__col {
    padding-top: 10px;
    padding-bottom: 10px; } }

.section__col--46 {
  width: 49%; }

@media (max-width: 1270px) {
  .section__col--46 {
    width: 49%; } }

@media (max-width: 1066px) {
  .section__col--46 {
    width: 100%;
    padding-bottom: 20px; } }

@media (max-width: 767px) {
  .section__col--46 {
    padding-bottom: 0;
    width: 100%; } }

.section__col--28 {
  width: 28%; }

.section__col--26 {
  width: 26%; }

.section__col--23 {
  width: 26%; }

@media (max-width: 1270px) {
  .section__col--23 {
    width: 26%; } }

@media (max-width: 1066px) {
  .section__col--23 {
    width: 50%; } }

@media (max-width: 530px) {
  .section__col--23 {
    width: 100%; } }

.section__col--31 {
  width: 25%; }

@media (max-width: 1270px) {
  .section__col--31 {
    width: 25%; } }

@media (max-width: 1066px) {
  .section__col--31 {
    width: 50%; } }

@media (max-width: 530px) {
  .section__col--31 {
    width: 100%; } }

.section__col-top {
  padding: 0 0 12px; }

.section__col-top:after {
  content: " ";
  display: block;
  clear: both; }

.section__col-title {
  display: block;
  font-size: 13px;
  line-height: 14px;
  padding: 0 0 5px 0; }

.section__col-row:after {
  content: " ";
  display: block;
  clear: both; }

.section__top {
  padding: 0 0 15px 0; }

.section__top:after {
  content: " ";
  display: block;
  clear: both; }

.section__top-left {
  float: left; }

@media (min-width: 960px) {
  .section__top-left--sm {
    display: none; } }

@media (max-width: 959px) {
  .section__top-left--desk {
    display: none; } }

.section__top-left .selectric {
  min-width: 221px; }

@media (max-width: 767px) {
  .section__top-left {
    float: none; } }

.section__top-right {
  float: right;
  font-size: 0;
  line-height: 0;
  padding: 2px 0 0 0; }

@media (max-width: 1066px) {
  .section__top-right {
    padding: 2px 0 0 0; } }

@media (max-width: 959px) {
  .section__top-right {
    padding: 11px 0 0 0; } }

@media (max-width: 767px) {
  .section__top-right {
    float: none;
    padding: 10px 0 0 0; } }

.section__top-right .drop-link {
  margin-left: 20px;
  font-size: 12px;
  vertical-align: middle; }

.section__top-right .drop-link:first-child {
  margin-left: 0; }

.section__top-total {
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 12px;
  line-height: 13px;
  vertical-align: middle; }

@media (max-width: 1066px) {
  .section__top-total {
    padding-top: 0; } }

@media (max-width: 767px) {
  .section__top-total {
    vertical-align: middle;
    text-align: right; } }

@media (max-width: 767px) {
  .section__top-total-block {
    display: block; } }

.section__top-total-label {
  color: #8e9fb0; }

.section__top-total-position {
  color: #1d364b; }

.section__top-total-value {
  padding: 0 0 0 5px; }

.section__top-total-value--green {
  color: #6abc5a; }

.section__top-total-value--red {
  color: #e25849; }

@media (max-width: 767px) {
  .section__top-total-value:first-child {
    padding: 0; } }

.section__tabs {
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #e6e9ed; }

.section__tabs-item {
  display: inline-block;
  padding: 0 0 0 30px; }

.section__tabs-item:first-child {
  padding: 0; }

.section__tabs-link {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #8e9fb0;
  padding: 0 0 12px 0;
  position: relative; }

.section__tabs-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1d364b;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.section__tabs-link.active {
  color: #1d364b; }

.section__tabs-link.active:before {
  opacity: 1;
  visibility: visible; }

.section__tabs-link.active .section__tabs-link-counter {
  background: none;
  color: #62778c;
  border-color: #c8d2dd; }

.section__tabs-link:hover:not(.active) {
  color: #62778c; }

.section__tabs-link:hover:not(.active) .section__tabs-link-counter {
  color: #62778c; }

.section__tabs-link-counter {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 13px;
  padding: 0 2px;
  min-width: 15px;
  border-radius: 50%;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  text-align: center;
  margin: 0 0 0 10px;
  color: #8e9fb0; }

.notifications {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 300px;
  z-index: 2; }

.notifications--wide {
  width: 350px; }

.notifications--bottom-left {
  right: auto;
  top: auto;
  bottom: 80px;
  left: 10px; }

.notifications__btn {
  display: block;
  background: rgba(29, 54, 75, 0.95);
  border-color: rgba(29, 54, 75, 0.95);
  color: #8e9fb0;
  display: block;
  margin: 0 0 10px 0;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1); }

.notifications__btn:hover {
  background: #1d364b;
  border-color: #1d364b; }

.notifications__item {
  background: rgba(29, 54, 75, 0.95);
  padding: 15px 25px;
  margin: 0 0 10px 0;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1); }

.notifications__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  border-radius: 2px 0 0 2px; }

.notifications__item--green:before {
  background: #6abc5a; }

.notifications__item--red:before {
  background: #e25849; }

.notifications__item--blue:before {
  background: #4c94ff; }

.notifications__item-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px; }

.notifications__item-close [class*="icon-"] {
  width: 10px;
  height: 10px;
  fill: rgba(200, 210, 221, 0.5); }

.notifications__item-close:hover [class*="icon-"] {
  fill: #c8d2dd; }

.notifications__item-title {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .2px;
  padding: 0 0 2px 0; }

.notifications__item-text {
  display: block;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: .2px;
  color: #c8d2dd;
  padding: 3px 0; }

.tooltip-mod {
  position: relative;
  z-index: 2; }

.tooltip-mod:before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  bottom: 100%;
  margin: 0 0 10px 0;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 15px;
  font-size: 11px;
  line-height: 14px;
  background: rgba(35, 54, 73, 0.9);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  text-transform: none;
  font-weight: 400; }

.tooltip-mod:after {
  content: '';
  display: block;
  border-top: 5px solid rgba(35, 54, 73, 0.9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin: 0 0 0 -5px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.tooltip-mod--left:before {
  left: auto;
  transform: translate(0);
  right: -5px; }

.tooltip-mod--right-side:before {
  left: 100%;
  bottom: 50%;
  transform: translate(0, 50%);
  margin: 0 0 0 10px; }

.tooltip-mod--right-side:after {
  border-left: none;
  border-right: 5px solid rgba(35, 54, 73, 0.9);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 100%;
  top: auto;
  bottom: 50%;
  transform: translate(0, 50%);
  margin: 0 0 0 5px; }

.tooltip-mod:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 2s; }

.tooltip-mod:hover:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 2s; }

.tooltip-mod--fast:hover:before {
  transition-delay: 1s; }

.tooltip-mod--fast:hover:after {
  transition-delay: 1s; }

.tooltip {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2px;
  position: relative;
  cursor: pointer; }

.tooltip [class*="icon-"] {
  fill: #8e9fb0;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.tooltip:before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  bottom: 100%;
  margin: 0 0 10px 0;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 15px;
  font-size: 11px;
  line-height: 14px;
  background: rgba(35, 54, 73, 0.9);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  text-transform: none;
  font-weight: 400; }

.tooltip:after {
  content: '';
  display: block;
  border-top: 5px solid rgba(35, 54, 73, 0.9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin: 0 0 0 -5px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.tooltip:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s; }

.tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s; }

.tooltip.text-overflow:before {
  width: 300px;
  white-space: normal;
  text-align: left; }

.tooltip--bottom:before {
  bottom: auto;
  top: 100%;
  margin: 10px 0 0 0; }

.tooltip--bottom:after {
  border-top: none;
  border-bottom: 5px solid rgba(35, 54, 73, 0.9);
  top: auto;
  bottom: -10px; }

@media (max-width: 767px) {
  .tooltip:before, .tooltip:after {
    display: none; } }

.group-select__link {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 5px;
  border-radius: 2px;
  color: #c8d2dd;
  margin: 0 0 -7px 0;
  position: relative;
  top: -3px; }

.group-select__link .tooltip {
  margin: 0;
  height: 15px;
  font-size: 0;
  line-height: 0; }

.group-select__link [class*="icon-"] {
  fill: #c8d2dd;
  vertical-align: middle;
  margin: 5px 5px 0 0;
  display: inline-block; }

.group-select__link.active, .group-select__link:hover {
  background: #b4bfca;
  color: #fff; }

.group-select__link.active [class*="icon-"], .group-select__link:hover [class*="icon-"] {
  fill: #fff; }

.group-select__drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 8px 0 0 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.group-select__drop.active {
  opacity: 1;
  visibility: visible; }

.group-select__list {
  background: #fff;
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1); }

.group-select__list-link {
  font-size: 12px;
  line-height: 14px;
  color: #1d364b;
  padding: 8px 10px 8px 34px;
  display: block; }

.group-select__list-link:hover {
  background: #f6fafe;
  color: #1d364b; }

.note-panel {
  background: #62778c;
  padding: 5px 0;
  position: relative; }

@media (max-width: 767px) {
  .note-panel {
    padding: 10px 0; } }

.note-panel .btn, .note-panel .btn-radios__item span, .btn-radios__item .note-panel span {
  vertical-align: middle; }

.note-panel__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 0 8px 0 0; }

@media (max-width: 767px) {
  .note-panel__text {
    margin: 0;
    padding: 0 15px 10px 0;
    display: block; } }

.note-panel__close {
  float: right;
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
  margin: 10px 0 0 0; }

@media (max-width: 767px) {
  .note-panel__close {
    position: absolute;
    margin: 0;
    top: 12px;
    right: 10px; } }

.note-panel__close:hover:before, .note-panel__close:hover:after {
  background: #80b3ff; }

.note-panel__close:before, .note-panel__close:after {
  content: '';
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  transition: all .2s ease; }

.note-panel__close:before {
  transform: rotate(45deg); }

.note-panel__close:after {
  transform: rotate(-45deg); }

.auth-min-popup {
  background: #fff;
  position: fixed;
  z-index: 11;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.24);
  padding: 18px 30px 18px 86px;
  bottom: 50px;
  right: 50px;
  width: 320px;
  border-radius: 2px; }

.auth-min-popup:after {
  content: " ";
  display: block;
  clear: both; }

.auth-min-popup__close {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px; }

.auth-min-popup__close:before, .auth-min-popup__close:after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #c8d2dd;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px; }

.auth-min-popup__close:before {
  transform: rotate(45deg); }

.auth-min-popup__close:after {
  transform: rotate(-45deg); }

.auth-min-popup__close:hover:before, .auth-min-popup__close:hover:after {
  background: #1d364b; }

.auth-min-popup__icon {
  display: block;
  float: left;
  margin: 0 0 0 -68px;
  width: 50px;
  height: 50px; }

.auth-min-popup__icon [class*="icon-"] {
  width: 50px;
  height: 50px; }

.auth-min-popup__text {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #1d364b;
  padding: 0 0 10px 0; }

.auth-min-popup__text--bold {
  font-weight: 500;
  padding: 0 0 5px 0; }

@media (max-width: 767px) {
  .limits-table {
    overflow: auto; }
  .limits-table .fee-table__row {
    min-width: 740px; } }

.lottery-descr {
  padding: 0 0 50px;
  border-bottom: 1px solid #c8d2dd; }

.lottery-descr:after {
  content: " ";
  display: block;
  clear: both; }

.lottery-descr__img {
  float: right;
  width: 44%; }

.lottery-descr__img img {
  display: block;
  max-width: 100%; }

@media (max-width: 767px) {
  .lottery-descr__img {
    float: none;
    width: 180px;
    margin: 0 auto 15px; } }

.lottery-descr__main {
  float: left;
  width: 56%;
  padding: 0 40px 0 0; }

@media (max-width: 767px) {
  .lottery-descr__main {
    float: none;
    width: auto; } }

.lottery-descr__main-block {
  display: block;
  padding: 0 0 48px 0;
  color: #1d364b;
  font-size: 13px;
  line-height: 19px; }

.lottery-descr__main-block p:last-child {
  padding-bottom: 0; }

.lottery-descr__title {
  display: block;
  font-size: 21px;
  line-height: 30px;
  color: #1d364b;
  padding: 0 0 14px 0; }

.lottery-descr__gray {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #62778c; }

.lottery-descr__subtitle {
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #1d364b;
  padding: 0 0 10px 0; }

.lottery-descr__list {
  font-size: 17px;
  line-height: 24px;
  color: #333; }

.lottery-video {
  padding: 45px 0 50px 0; }

.lottery-video:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .lottery-video__left {
    float: none;
    width: auto;
    padding: 0 0 20px 0; } }

.lottery-video__right {
  width: 73%;
  float: right;
  padding: 0 0 0 55px; }

@media (max-width: 1066px) {
  .lottery-video__right {
    width: 65%; } }

@media (max-width: 767px) {
  .lottery-video__right {
    float: none;
    width: auto;
    padding: 0; } }

.lottery-video__title {
  display: block;
  font-size: 21px;
  line-height: 30px;
  color: #1d364b;
  padding: 0 0 10px 0; }

.lottery-video__subtitle {
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #8e9fb0;
  padding: 0 0 15px 0; }

.lottery-video__list {
  font-size: 0;
  line-height: 0;
  margin: 0 -3px; }

@media (max-width: 767px) {
  .lottery-video__list {
    text-align: center; } }

.lottery-video__list-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 3px 6px; }

.lottery-video__list-block {
  width: 117px;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #3d4d5f;
  font-weight: 500;
  padding: 16px 13px 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTciIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCAxMTcgNTkiPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBmaWxsPSIjRjVGN0ZBIiBkPSJNLjUgNi45NTVoMi42NjJjMS41MjUgMCAyLjc3MyAxLjI5NyAyLjc3MyAyLjg4MXYuNjkyYzAgMS41ODUtMS4yNDggMi44ODEtMi43NzMgMi44ODFILjV2Ni40NTVoMi42NjJjMS41MjUgMCAyLjc3MyAxLjI5NiAyLjc3MyAyLjg4MnYuNjljMCAxLjU4Ni0xLjI0OCAyLjg4My0yLjc3MyAyLjg4M0guNXY2LjQ1NGgyLjY2MmMxLjUyNSAwIDIuNzczIDEuMjk3IDIuNzczIDIuODgydi42OWMwIDEuNTg2LTEuMjQ4IDIuODgyLTIuNzczIDIuODgySC41djYuNDU1aDIuNjYyYzEuNTI1IDAgMi43NzMgMS4yOTcgMi43NzMgMi44ODF2LjY5MmMwIDEuNTg1LTEuMjQ4IDIuODgyLTIuNzczIDIuODgySC41djYuNDU0aDExNnYtNi40NTRoLTIuNjQzYy0xLjUyNSAwLTIuNzczLTEuMjk3LTIuNzczLTIuODgydi0uNjkyYzAtMS41ODQgMS4yNDgtMi44ODEgMi43NzMtMi44ODFoMi42NDN2LTYuNDU1aC0yLjY0M2MtMS41MjUgMC0yLjc3My0xLjI5Ni0yLjc3My0yLjg4MXYtLjY5MWMwLTEuNTg1IDEuMjQ4LTIuODgyIDIuNzczLTIuODgyaDIuNjQzdi02LjQ1NGgtMi42NDNjLTEuNTI1IDAtMi43NzMtMS4yOTctMi43NzMtMi44ODJ2LS42OTFjMC0xLjU4NiAxLjI0OC0yLjg4MiAyLjc3My0yLjg4MmgyLjY0M3YtNi40NTVoLTIuNjQzYy0xLjUyNSAwLTIuNzczLTEuMjk2LTIuNzczLTIuODgxdi0uNjkyYzAtMS41ODQgMS4yNDgtMi44ODEgMi43NzMtMi44ODFoMi42NDNWLjVILjV2Ni40NTV6Ii8+CiAgICAgICAgPHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2UtZGFzaGFycmF5PSIzLjA2OTk5OTkzMzI0Mjc5OCw1LjIzMDAwMDAxOTA3MzQ4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTAzLjUgMTAuNTZ2MzguODhjMCAxLjEzMy0xLjQwMiAyLjA2LTMuMTE3IDIuMDZIMTYuNjE3Yy0xLjcxNSAwLTMuMTE3LS45MjctMy4xMTctMi4wNlYxMC41NmMwLTEuMTMzIDEuNDAyLTIuMDYgMy4xMTctMi4wNmg4My43NjZjMS43MTUgMCAzLjExNy45MjcgMy4xMTcgMi4wNnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

.lottery-video__iframebox {
  position: relative;
  margin-bottom: 13px; }

.lottery-video__iframebox:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%; }

.lottery-video__iframebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.lottery-video__iframebox-link {
  font-size: 12px; }

.marketing-block {
  padding: 0 0 40px 0; }

.marketing-block:after {
  content: " ";
  display: block;
  clear: both; }

.marketing-block__img {
  width: 269px;
  height: 269px;
  border: 1px solid #c8d2dd;
  padding: 40px;
  font-size: 0;
  line-height: 0;
  float: left; }

.marketing-block__img--dark {
  background: #1d364b;
  border-color: #1d364b; }

.marketing-block__img--inline {
  height: 112px; }

.marketing-block__img:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.marketing-block__img img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle; }

.marketing-block__link-row {
  display: block;
  overflow: hidden;
  padding: 20px 0 0 24px;
  line-height: 30px; }

.marketing-block__link {
  font-size: 13px;
  font-weight: 500; }

.marketing-block__link [class*="icon-"] {
  vertical-align: middle;
  margin: 0 10px 0 0; }

.marketing-colors {
  font-size: 0;
  line-height: 0;
  float: left; }

.marketing-colors__item {
  display: inline-block;
  width: 77px;
  height: 77px;
  margin: 0 20px 0 0; }

.marketing-colors__item--dark-blue {
  background: #1d364b; }

.marketing-colors__item--blue {
  background: #80b3ff; }

.marketing-colors__item--gray {
  background: #62778c; }

.dark-theme .opers__layout-main {
  background: #242d3d;
  border-color: #3d4d5f; }

.dark-theme .opers-card__list {
  border-color: #242d3d;
  color: #8e9fb0; }

.dark-theme .opers-card__list-item:before {
  background: #3d4d5f; }

.dark-theme .opers-card__top-inner {
  border-color: #3d4d5f; }

.dark-theme .opers-card__system {
  border-color: #3d4d5f;
  background: #242d3d; }

.dark-theme .opers-card__system-radiobox-title {
  color: #8e9fb0; }

.dark-theme .opers-card__system-radiobox-img {
  border-color: #3d4d5f; }

.dark-theme .opers-card__sum-inputbox-limit {
  background: #303747;
  border-left-color: #3d4d5f; }

.dark-theme .opers-card__warn-block--red {
  background: rgba(226, 88, 73, 0.25);
  border-color: rgba(226, 88, 73, 0.25); }

.dark-theme .opers-card__inputbox-notification {
  border-color: #3d4d5f;
  background: #303747; }

.dark-theme .opers-card__inputbox-notification--error {
  border-color: #e67e73;
  background: rgba(230, 126, 115, 0.1); }

.dark-theme .opers-card__inputbox-notification--error .opers-card__inputbox-notification-norm {
  color: #e25849; }

.dark-theme .opers-card__inputbox-notification-norm {
  color: #62778c; }

.dark-theme .opers-msg__title {
  color: #8e9fb0; }

.dark-theme .opers-msg__descr {
  color: #8e9fb0; }

.operations-top {
  text-align: center;
  line-height: 15px;
  padding-top: 12px;
  padding-bottom: 11px; }

.operations-top__link {
  font-size: 13px; }

.operations-top__link [class*="icon-"] {
  fill: #c8d2dd;
  margin: -2px 5px 0 0;
  vertical-align: middle; }

.operations-top__title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: .4px;
  padding: 4px 0 0 0; }

.opers__cols {
  width: 920px;
  margin: 0 auto;
  max-width: 100%; }

.opers__cols:after {
  content: " ";
  display: block;
  clear: both; }

.opers__col {
  float: left;
  width: 50%;
  padding: 0 10px; }

.opers__layout {
  max-width: 1180px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto; }

.opers__layout:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .opers__layout {
    padding: 0 10px 40px; } }

.opers__layout-left, .opers__layout-right {
  float: left;
  width: 30%;
  min-height: 1px; }

@media (max-width: 767px) {
  .opers__layout-left, .opers__layout-right {
    float: none;
    width: 100%; } }

.opers__layout-right {
  padding-left: 30px; }

@media (max-width: 1066px) {
  .opers__layout-right {
    padding-left: 15px; } }

@media (max-width: 767px) {
  .opers__layout-right {
    padding: 0; } }

.opers__layout-left {
  padding-right: 20px; }

@media (max-width: 1066px) {
  .opers__layout-left {
    padding-right: 15px;
    width: 20%; } }

@media (max-width: 767px) {
  .opers__layout-left {
    padding: 0 0 15px 0;
    width: 100%;
    height: auto !important; } }

.opers__layout-main {
  float: left;
  width: 40%;
  background: #fff;
  border: solid 0.5px #e6e9ed;
  position: relative;
  padding: 0 30px 20px;
  min-height: 580px; }

@media (max-width: 1066px) {
  .opers__layout-main {
    padding: 0 15px 20px;
    width: 50%; } }

@media (max-width: 767px) {
  .opers__layout-main {
    padding: 0 15px 20px;
    margin: 0 0 15px 0;
    width: 100%;
    float: none;
    min-height: 0; } }

.opers__layout-main--popup {
  min-height: 0;
  height: 475px;
  margin: 100px 0 0 0;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: center; }

.opers__layout-main--popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.opers__layout-main--popup2 {
  min-height: 0;
  height: 475px;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: center; }

.opers__layout-main--popup2:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.opers__layout-main--top-indent {
  padding-top: 30px; }

.opers__layout-main--centered {
  height: 580px;
  text-align: center; }

.opers__layout-main--centered:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.opers__social-list-item {
  font-size: 12px;
  line-height: 19px;
  padding: 0 0 16px 0; }

.opers__social-list-link [class*="icon-"] {
  margin: 0 5px 0 0;
  vertical-align: middle; }

.opers__social-list-link-gray {
  color: #62778c; }

.opers-card {
  background: #fff;
  min-height: 480px;
  border: solid 0.5px #e6e9ed;
  padding: 15px 20px;
  position: relative; }

.opers-card--shadow {
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1); }

.opers-card__top {
  padding: 38px 30px 28px;
  margin: 0 -30px;
  position: relative; }

.opers-card__top:after {
  content: " ";
  display: block;
  clear: both; }

.opers-card__top--modded {
  padding: 0;
  margin: 0 -30px 30px; }

.opers-card__top-table-block {
  display: table;
  width: 100%; }

.opers-card__top-inner {
  display: table-cell;
  vertical-align: middle;
  height: 93px;
  border-bottom: 1px solid #e6e9ed;
  padding: 0 30px; }

.opers-card__top-left {
  float: left; }

.opers-card__top-right {
  float: right; }

.opers-card__top-balance {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500; }

.opers-card__top-icon {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  fill: #80b3ff; }

.opers-card__top-title {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #8e9fb0;
  padding: 0 0 5px 0; }

.opers-card__top-logo {
  display: block; }

.opers-card__top-bold {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #56606b; }

.opers-card__centered-text {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #233649; }

.opers-card__bottom-btn {
  position: absolute;
  display: block;
  bottom: 30px;
  left: 30px;
  right: 30px; }

@media (max-width: 767px) {
  .opers-card__bottom-btn {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 15px 0 0 0; } }

.opers-card__bottom-btn-loader {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  animation: rotate .5s linear infinite normal;
  border-radius: 50%;
  vertical-align: middle;
  margin: -2px 5px 0 0; }

.opers-card__info-block {
  padding: 0 0 20px 0; }

.opers-card__info-block--mod {
  padding: 0 0 28px 0; }

.opers-card__info-block-title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 0 0 10px 0; }

.opers-card__info-block-descr {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #8e9fb0; }

.opers-card__info-block-descr--red {
  color: #e25849; }

.opers-card__inputbox {
  display: table;
  width: 100%;
  margin: 0 0 15px 0; }

.opers-card__inputbox--lg-indent {
  margin: 0 0 30px 0; }

.opers-card__inputbox-title {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #8e9fb0;
  padding: 3px 0 9px 0; }

.opers-card__inputbox-input-cell {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  position: relative; }

@media (max-width: 1066px) {
  .opers-card__inputbox-input-cell {
    display: block; } }

.opers-card__inputbox-input-cell input.error, .opers-card__inputbox-input-cell .error.selectric {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTc0LjIzOSAxNzQuMjM5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzQuMjM5IDE3NC4yMzk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0xNDYuNTM3LDEuMDQ3Yy0xLjM5Ni0xLjM5Ni0zLjY4MS0xLjM5Ni01LjA3NywwTDg5LjY1OCw1Mi44NDljLTEuMzk2LDEuMzk2LTMuNjgxLDEuMzk2LTUuMDc3LDBMMzIuNzgsMS4wNDcNCgljLTEuMzk2LTEuMzk2LTMuNjgxLTEuMzk2LTUuMDc3LDBMMS4wNDcsMjcuNzAyYy0xLjM5NiwxLjM5Ni0xLjM5NiwzLjY4MSwwLDUuMDc3bDUxLjgwMiw1MS44MDJjMS4zOTYsMS4zOTYsMS4zOTYsMy42ODEsMCw1LjA3Nw0KCUwxLjA0NywxNDEuNDZjLTEuMzk2LDEuMzk2LTEuMzk2LDMuNjgxLDAsNS4wNzdsMjYuNjU1LDI2LjY1NWMxLjM5NiwxLjM5NiwzLjY4MSwxLjM5Niw1LjA3NywwbDUxLjgwMi01MS44MDINCgljMS4zOTYtMS4zOTYsMy42ODEtMS4zOTYsNS4wNzcsMGw1MS44MDEsNTEuODAxYzEuMzk2LDEuMzk2LDMuNjgxLDEuMzk2LDUuMDc3LDBsMjYuNjU1LTI2LjY1NWMxLjM5Ni0xLjM5NiwxLjM5Ni0zLjY4MSwwLTUuMDc3DQoJbC01MS44MDEtNTEuODAxYy0xLjM5Ni0xLjM5Ni0xLjM5Ni0zLjY4MSwwLTUuMDc3bDUxLjgwMS01MS44MDFjMS4zOTYtMS4zOTYsMS4zOTYtMy42ODEsMC01LjA3N0wxNDYuNTM3LDEuMDQ3eiIgZmlsbD0iI2UyNTg0OSIvPg0KPC9zdmc+DQo=);
  background-position: right 10px center;
  background-repeat: no-repeat; }

.opers-card__inputbox-input-cell--currency {
  position: relative; }

.opers-card__inputbox-input-cell--currency:before {
  content: attr(data-currency);
  display: block;
  font-size: 14px;
  line-height: 15px;
  color: #8e9fb0;
  position: absolute;
  top: 10px;
  right: 10px; }

.opers-card__inputbox-input-cell--currency input, .opers-card__inputbox-input-cell--currency .selectric {
  padding-right: 40px; }

.opers-card__inputbox-input-cell--loading:before {
  right: 40px; }

.opers-card__inputbox-input-cell--loading:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(/static/dist//img/loader.2d22255092fd13f64c55783d347c6622.gif) center no-repeat;
  background-size: 100% 100%; }

.opers-card__inputbox-input-cell--error:before {
  right: 30px; }

.opers-card__inputbox-input-cell--error:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTc0LjIzOSAxNzQuMjM5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzQuMjM5IDE3NC4yMzk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0xNDYuNTM3LDEuMDQ3Yy0xLjM5Ni0xLjM5Ni0zLjY4MS0xLjM5Ni01LjA3NywwTDg5LjY1OCw1Mi44NDljLTEuMzk2LDEuMzk2LTMuNjgxLDEuMzk2LTUuMDc3LDBMMzIuNzgsMS4wNDcNCgljLTEuMzk2LTEuMzk2LTMuNjgxLTEuMzk2LTUuMDc3LDBMMS4wNDcsMjcuNzAyYy0xLjM5NiwxLjM5Ni0xLjM5NiwzLjY4MSwwLDUuMDc3bDUxLjgwMiw1MS44MDJjMS4zOTYsMS4zOTYsMS4zOTYsMy42ODEsMCw1LjA3Nw0KCUwxLjA0NywxNDEuNDZjLTEuMzk2LDEuMzk2LTEuMzk2LDMuNjgxLDAsNS4wNzdsMjYuNjU1LDI2LjY1NWMxLjM5NiwxLjM5NiwzLjY4MSwxLjM5Niw1LjA3NywwbDUxLjgwMi01MS44MDINCgljMS4zOTYtMS4zOTYsMy42ODEtMS4zOTYsNS4wNzcsMGw1MS44MDEsNTEuODAxYzEuMzk2LDEuMzk2LDMuNjgxLDEuMzk2LDUuMDc3LDBsMjYuNjU1LTI2LjY1NWMxLjM5Ni0xLjM5NiwxLjM5Ni0zLjY4MSwwLTUuMDc3DQoJbC01MS44MDEtNTEuODAxYy0xLjM5Ni0xLjM5Ni0xLjM5Ni0zLjY4MSwwLTUuMDc3bDUxLjgwMS01MS44MDFjMS4zOTYtMS4zOTYsMS4zOTYtMy42ODEsMC01LjA3N0wxNDYuNTM3LDEuMDQ3eiIgZmlsbD0iI2UyNTg0OSIvPg0KPC9zdmc+DQo=);
  background-position: center;
  background-repeat: no-repeat; }

.opers-card__inputbox-input-cell--valid:before {
  right: 30px; }

.opers-card__inputbox-btn-cell {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  padding: 0 0 0 20px; }

@media (max-width: 1066px) {
  .opers-card__inputbox-btn-cell {
    display: block;
    padding: 10px 0 0 0;
    width: 100%;
    text-align: right; } }

.opers-card__inputbox-limit {
  white-space: nowrap; }

.opers-card__inputbox-notification {
  border: 1px solid #dfe1e6;
  padding: 18px 10px;
  font-size: 12px;
  line-height: 14px;
  margin: -1px 0 0 0;
  background: #f5f7fa; }

.opers-card__inputbox-notification--error {
  border-color: #e25849;
  color: #e25849;
  background: #fff8f7; }

.opers-card__inputbox-notification-norm {
  display: block;
  font-size: 12px;
  line-height: 19px;
  padding: 0 0 5px 0; }

.opers-card__inputbox-notification-norm:last-child {
  padding: 0; }

.opers-card__inputbox-notification-bold {
  font-weight: 500;
  display: block;
  padding: 0 0 5px 0; }

.opers-card__inputbox-notification-bold:last-child {
  padding: 0; }

.opers-card__inputbox-notification-btm {
  padding: 5px 0 0 0; }

.opers-card__inputbox-notification-cols {
  position: relative;
  padding: 5px 0 0 0; }

.opers-card__inputbox-notification-cols:after {
  content: " ";
  display: block;
  clear: both; }

.opers-card__inputbox-notification-cols:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e25849;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI3cHgiIGlkPSIxMmRjMWQyNi1mNzhjLTQ4OWEtOWI2Ni00NjZiNjU2NDliYzkiIGRhdGEtbmFtZT0iQ2FwYSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMS40OSAyMi4xNCI+DQogIDx0aXRsZT5yaWdodC1hcnJvdzwvdGl0bGU+DQogIDxwYXRoIGQ9Ik0yMS4yLDAuMzNBMS4xMiwxLjEyLDAsMSwwLDE5LjYyLDEuOWw4LDhIMS4xMUExLjExLDEuMTEsMCwwLDAsMCwxMS4wNmExLjEyLDEuMTIsMCwwLDAsMS4xMSwxLjEzSDI3LjY3bC04LDhhMS4xNCwxLjE0LDAsMCwwLDAsMS41OSwxLjExLDEuMTEsMCwwLDAsMS41OSwwbDEwLTEwYTEuMDksMS4wOSwwLDAsMCwwLTEuNTdaIiAgZmlsbD0iI2UyNTg0OSIvPg0KPC9zdmc+DQo=);
  background-position: center;
  background-repeat: no-repeat; }

.opers-card__inputbox-notification-col {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 15px; }

.opers-card__sum-inputbox {
  position: relative;
  padding: 0 0 26px 0; }

.opers-card__sum-inputbox-input {
  padding-right: 150px; }

.opers-card__sum-inputbox-currency {
  position: absolute;
  font-size: 14px;
  line-height: 16px;
  color: #8e9fb0;
  top: 10px;
  right: 126px; }

.opers-card__sum-inputbox-limit {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 33px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #f5f7fa;
  border-left: 1px solid #dfe1e6; }

.opers-card__sum-inputbox-limit-label {
  display: inline-block;
  font-size: 9px;
  line-height: 11px;
  color: #8e9fb0;
  padding: 0 5px 0 0; }

.opers-card__sum-inputbox-limit-link {
  font-size: 10px;
  line-height: 11px;
  color: #8e9fb0;
  border-bottom: 1px dotted #8e9fb0; }

.opers-card__sum-inputbox-limit-link:hover {
  border-color: transparent; }

.opers-card__sum-inputbox-error-msg {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #e25849;
  padding: 5px 0 0 0; }

.opers-card__qr-code-box {
  padding: 20px 0 0 0;
  text-align: center; }

.opers-card__qr-code-box-img {
  width: 180px;
  height: 180px;
  padding: 13px;
  border: 1px solid #e6e9ed;
  margin: 0 auto 10px; }

.opers-card__qr-code-box-img img {
  width: 100%;
  display: block; }

.opers-card__qr-code-box-link {
  font-size: 13px;
  line-height: 15px; }

.opers-card__qr-code-box-link [class*="icon-"] {
  fill: #80b3ff;
  margin: -2px 5px 0 0;
  vertical-align: middle; }

.opers-card__qr-code-box-link:hover {
  opacity: .8; }

.opers-card__acc-link {
  position: absolute;
  bottom: 30px;
  left: 30px; }

.opers-card__acc-link [class*="icon-"] {
  fill: #80b3ff;
  margin: 0 0 0 5px; }

.opers-card__submit-btn {
  min-width: 156px; }

.opers-card__system {
  max-width: 183px;
  height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
  border: solid 0.5px #e6e9ed;
  padding: 93px 0 0 0;
  position: relative; }

@media (max-width: 767px) {
  .opers-card__system {
    height: 300px;
    padding: 40px 0 0 0;
    margin: 0 auto 0 0; }
  .opers-card__system .opers-card__top-inner {
    height: 40px;
    padding: 0 15px; } }

.opers-card__system .opers-card__top-table-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.opers-card__system-title {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #8e9fb0;
  text-align: center; }

.opers-card__system-list {
  padding: 2px 0 20px 0; }

.opers-card__system-list-item {
  padding: 20px 0 0 0; }

.opers-card__system-scroll {
  padding: 0 30px;
  height: 100%;
  overflow: hidden; }

@media (max-width: 1066px) {
  .opers-card__system-scroll {
    padding: 0 15px; } }

.opers-card__system-radiobox {
  display: block;
  cursor: pointer; }

.opers-card__system-radiobox.active .opers-card__system-radiobox-img {
  border: 1px solid #4c94ff; }

.opers-card__system-radiobox-title {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  padding: 0 0 10px 0;
  transition: all .2s ease;
  color: #1d364b; }

.opers-card__system-radiobox-img {
  display: block;
  height: 55px;
  text-align: center;
  padding: 10px;
  border: solid 0.5px #e6e9ed;
  transition: all .2s ease;
  font-size: 0;
  border-radius: 2px;
  line-height: 0; }

.opers-card__system-radiobox-img:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.opers-card__system-radiobox-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%; }

.opers-card__system-radiobox:hover .opers-card__system-radiobox-img {
  box-shadow: 0 6px 14px 0 rgba(35, 54, 73, 0.1); }

.opers-card__system-radiobox:hover .opers-card__system-radiobox-title {
  color: #4c94ff; }

.opers-card__system-radiobox input[type="radio"], .opers-card__system-radiobox [type="radio"].selectric {
  display: none; }

.opers-card__system-radiobox input[type="radio"]:checked ~ .opers-card__system-radiobox-img, .opers-card__system-radiobox [type="radio"].selectric:checked ~ .opers-card__system-radiobox-img {
  border-color: #4c94ff; }

.opers-card__border-block {
  padding: 15px 20px;
  border: 1px solid #e6e9ed;
  margin: 0 0 20px 0;
  font-size: 13px;
  line-height: 19px; }

.opers-card__border-block--yellow {
  border-color: #ffbf00; }

.opers-card__warn-block {
  border: 1px solid #e6e9ed;
  padding: 15px 15px;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 20px 0;
  display: table;
  width: 100%; }

.opers-card__warn-block:after {
  content: " ";
  display: block;
  clear: both; }

.opers-card__warn-block--red {
  border-color: #ecdad8;
  background: #fff8f7;
  color: #e25849; }

.opers-card__warn-block--red [class*="icon-"] {
  fill: #e25849; }

.opers-card__warn-block-left {
  display: table-cell;
  padding-left: 20px;
  position: relative;
  width: 100%; }

.opers-card__warn-block-left:after {
  content: " ";
  display: block;
  clear: both; }

.opers-card__warn-block-left [class*="icon-"] {
  position: absolute;
  top: 0;
  left: 0; }

.opers-card__warn-block-right {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  width: 1%; }

.opers-card__total-block {
  padding: 5px 0 0 0;
  text-align: right; }

.opers-card__total-block-title {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #8e9fb0;
  padding: 0 0 13px 0; }

.opers-card__total-block-title-bold {
  padding: 0 0 0 10px;
  font-weight: 500; }

.opers-card__total-block-sum {
  display: block;
  font-size: 18px;
  line-height: 35px; }

.opers-card__total-block-sum-number {
  font-weight: 500;
  border-bottom: 1px dotted #1d364b; }

.opers-card__total-block-sum-inputbox {
  display: inline-block;
  vertical-align: middle;
  width: 135px;
  position: relative;
  margin: 0 0 0 5px; }

.opers-card__total-block-sum-inputbox:before {
  content: attr(data-currency);
  display: block;
  font-size: 14px;
  line-height: 15px;
  color: #8e9fb0;
  position: absolute;
  top: 10px;
  right: 10px; }

.opers-card__total-block-sum-input {
  padding-right: 40px; }

.opers-card__title {
  display: block;
  font-size: 13px;
  line-height: 19px;
  padding: 0 0 13px 0; }

.opers-card__logobox {
  text-align: center;
  height: 130px;
  font-size: 0;
  line-height: 0;
  padding: 0 0 20px 0; }

.opers-card__logobox:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.opers-card__logobox [class*="icon-"] {
  vertical-align: middle; }

.opers-card__list {
  border: 1px solid #e6e9ed;
  padding: 20px;
  margin: 0 0 20px 0; }

.opers-card__list-title {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #1c364c;
  padding: 0 0 23px 0; }

.opers-card__list-title--mod {
  padding: 0 0 16px; }

.opers-card__list-item {
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 20px 14px;
  position: relative; }

.opers-card__list-item:last-child {
  padding-bottom: 0; }

.opers-card__list-item:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c8d2dd;
  position: absolute;
  left: 0;
  top: 5px; }

.opers-card__list-item-top {
  padding: 0 0 8px 0; }

.opers-card__list-item-top:after {
  content: " ";
  display: block;
  clear: both; }

.opers-card__list-item-top-right {
  float: right;
  display: block;
  font-weight: 700;
  margin: 0 0 0 10px; }

.opers-card__list-item-title {
  display: block;
  overflow: hidden;
  color: #1c364c; }

.opers-card__list-item-descr {
  display: block;
  line-height: 16px;
  font-size: 12px;
  color: #62778c;
  padding: 0 0 16px 0; }

.opers-card__list-item-descr:last-child {
  padding: 0; }

.opers-card__list-item-descr b {
  font-weight: 500; }

.opers-card__list-descr {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #1c364c; }

.opers-card__center-block {
  padding: 105px 0 0 0;
  text-align: center; }

.opers-card__center-block-icon {
  display: table;
  margin: 0 auto 40px; }

.opers-card__gray-text {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #8e9fb0; }

.opers-card__link {
  font-size: 11px;
  line-height: 13px; }

.opers-card__link [class*="icon-"] {
  fill: #80b3ff;
  margin: -2px 5px 0 0;
  vertical-align: middle; }

.opers-msg {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  max-width: 305px;
  padding: 0 0 10px 0; }

.opers-msg .btn, .opers-msg .btn-radios__item span, .btn-radios__item .opers-msg span {
  min-width: 147px; }

.opers-msg__icon {
  display: block;
  padding: 0 0 24px 0;
  text-align: center; }

.opers-msg__title {
  display: block;
  font-size: 21px;
  line-height: 24px;
  color: #3d4d5f;
  font-weight: 500;
  padding: 0 0 7px 0; }

.opers-msg__descr {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #3d4d5f;
  padding: 0 0 24px 0; }

.opers-msg__btm-link {
  position: absolute;
  bottom: 23px;
  font-size: 13px;
  line-height: 15px;
  left: 50%;
  transform: translate(-50%, 0); }

.opers-msg__btm-link [class*="icon-"] {
  fill: #c8d2dd;
  margin: -2px 5px 0 0;
  vertical-align: middle; }

.opers-msg__sum {
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 55px;
  font-weight: 100;
  color: #3d4d5f;
  vertical-align: bottom; }

.opers-msg__sum-lg {
  font-size: 48px;
  line-height: 60px;
  vertical-align: bottom;
  display: inline-block; }

.opers-msg__sum-text {
  display: inline-block;
  vertical-align: bottom; }

.opers-msg__sum-descr {
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1.1px;
  font-weight: 400;
  padding: 0 0 34px 0; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media all and (-ms-high-contrast: none) {
  .opers-card__sum-inputbox-limit {
    border-bottom: 1px solid #dfe1e6; }
  /* IE10 */
  *::-ms-backdrop, .opers-card__sum-inputbox-limit {
    border-bottom: 1px solid #dfe1e6; }
  /* IE11 */ }

.ref-page__title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #233649;
  padding: 20px 0 50px 0; }

.ref-page__title17 {
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #1d364b;
  padding: 0 0 22px; }

.ref-page__links-list li {
  padding: 0 0 11px 0; }

.ref-page__block {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #c8d2dd;
  margin: 0 0 40px 0; }

.ref-page__inputbox {
  margin: 0 0 50px 0; }

@media (max-width: 767px) {
  .ref-page__inputbox {
    margin: 0 0 15px 0; }
  .ref-page__inputbox:last-child {
    margin: 0; } }

.ref-page__inputbox input, .ref-page__inputbox .selectric {
  padding-right: 115px; }

.ref-page__inputbox-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 104px; }

.ref-page__table-wrapper {
  margin: 0 0 0 -30px; }

@media (max-width: 767px) {
  .ref-page__table-wrapper {
    overflow: auto;
    white-space: nowrap; } }

.ref-page__table-wrapper--indent {
  padding: 0 0 55px 0; }

.ref-page__table-wrapper--indent .align-center {
  padding: 15px 0 0 0; }

.ref-page__table tr:nth-child(even) td, .ref-page__table tr:nth-child(even) th {
  background: #fafcfd; }

.ref-page__table tr:last-child td {
  border-bottom: none; }

.ref-page__table td, .ref-page__table th {
  height: 50px;
  border-bottom: 1px solid #f1f4f8;
  padding-left: 5px;
  padding-right: 5px; }

.ref-page__table td:first-child, .ref-page__table th:first-child {
  padding-left: 30px; }

.ref-page__table td:nth-child(1), .ref-page__table td:nth-child(2), .ref-page__table th:nth-child(1), .ref-page__table th:nth-child(2) {
  text-align: left; }

.ref-page__table td:nth-child(1n + 3), .ref-page__table th:nth-child(1n + 3) {
  text-align: right; }

.ref-page__table td:last-child, .ref-page__table th:last-child {
  padding-right: 30px; }

.ref-page__table th {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background: none;
  color: #3d4d5f; }

.ref-page__table td {
  font-size: 14px;
  line-height: 16px;
  color: #3d4d5f; }

.ref-page__table--mod td:nth-child(1n + 3), .ref-page__table--mod th:nth-child(1n + 3) {
  text-align: left; }

.ref-page__table--mod2 td:nth-child(1n + 2), .ref-page__table--mod2 th:nth-child(1n + 2) {
  text-align: center; }

.ref-page__table--mod2 td:last-child, .ref-page__table--mod2 th:last-child {
  text-align: right; }

.ref-page__side-counter {
  display: block;
  text-align: center;
  font-size: 120px;
  line-height: 140px;
  font-weight: 100;
  color: #1d364b;
  padding: 0 0 47px 0; }

.ref-page__side-checklist {
  font-size: 0;
  line-height: 0;
  margin: 0 -30px 30px;
  padding: 22px 20px 0;
  border-top: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed; }

.ref-page__side-checklist-item {
  display: inline-block;
  padding: 0 10px 22px;
  width: 50%; }

.ref-page__side-infobox {
  display: block;
  font-size: 13px;
  line-height: 30px;
  vertical-align: middle;
  color: #3d4d5f;
  padding: 20px;
  background: #fff;
  margin: 0 0 10px 0; }

.ref-page__side-infobox span {
  font-size: 30px;
  padding-right: 10px; }

.ref-page__side-total {
  display: block;
  text-align: right;
  padding: 0 0 30px 0; }

.ref-page__side-total-title {
  display: block;
  font-size: 13px;
  line-height: 30px; }

.ref-page__side-total-sum {
  display: block;
  font-size: 30px;
  line-height: 30px; }

.ref-page__tabs-block {
  font-size: 0;
  line-height: 0;
  padding: 0 0 30px 0; }

.ref-page__tabs-block-row {
  border-bottom: 1px solid #e6e9ed;
  display: inline-block; }

@media (max-width: 767px) {
  .ref-page__tabs-block-row {
    border-bottom: none; } }

.ref-page__tabs-block-link {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  padding: 10px 0 18px 0;
  margin: 0 30px 0 0;
  position: relative; }

@media (max-width: 767px) {
  .ref-page__tabs-block-link {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0 10px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #e6e9ed; } }

.ref-page__tabs-block-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent; }

.ref-page__tabs-block-link.active {
  color: #1d364b; }

.ref-page__tabs-block-link.active:before {
  background: #80b3ff; }

.ref-page__withdraw-block {
  padding: 20px 0 30px 0; }

@media (max-width: 767px) {
  .ref-page__withdraw-block {
    padding-bottom: 60px; } }

.ref-page__withdraw-block-title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #1d364b;
  padding: 0 0 13px 0; }

.ref-page__withdraw-block-descr {
  display: block;
  font-size: 13px;
  line-height: 19px;
  max-width: 565px;
  padding: 0 0 22px; }

.ref-page__withdraw-block-link-row:after {
  content: " ";
  display: block;
  clear: both; }

.ref-page__withdraw-block-link-row .ref-page__withdraw-block-title {
  width: 560px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top; }

.ref-page__withdraw-block-link-row .btn, .ref-page__withdraw-block-link-row .btn-radios__item span, .btn-radios__item .ref-page__withdraw-block-link-row span {
  display: inline-block;
  min-width: 305px; }

.dark-theme .set-wrapper:before {
  background: #242d3d; }

.dark-theme .set-main {
  background: #242d3d; }

.dark-theme .set-main__top-title {
  color: #c5d3de; }

.dark-theme .set-main__title {
  color: #c5d3de; }

.dark-theme .set-nav__link {
  color: #b0bcc7; }

.dark-theme .set-nav__link [class*="icon-"] {
  fill: #647587; }

.dark-theme .set-nav__link.active {
  background: rgba(128, 179, 255, 0.25);
  color: #c5d3de; }

.dark-theme .set-nav__link.active [class*="icon-"] {
  fill: #80b3ff; }

.dark-theme .set-nav__link:hover {
  background: rgba(128, 179, 255, 0.25); }

.dark-theme .set-wrap {
  border-color: #353e4d; }

.dark-theme .set-keys-table__wrapper {
  border-color: #303747; }

.dark-theme .set-keys-table td {
  box-shadow: inset 0 -1px 0 #303747; }

.dark-theme .set-keys-table p {
  color: #8e9fb0; }

.dark-theme .set-bold-text {
  color: #c5d3de; }

.dark-theme .set-ip-address-row__title {
  color: #c5d3de; }

.dark-theme .set-input-table__wrap {
  border-color: #303747;
  border-bottom-color: transparent; }

.dark-theme .set-input-table__wrap td {
  box-shadow: inset 0 -1px 0 #303747;
  color: #8e9fb0; }

.dark-theme .set-ip-table-wrapper {
  border-color: #303747; }

.dark-theme .set-ip-table-wrapper td {
  color: #8e9fb0;
  box-shadow: inset 0 -1px 0 #303747; }

.dark-theme .set-sessions__table-wrap {
  border-color: #303747; }

.dark-theme .set-sessions__table td {
  color: #8e9fb0;
  box-shadow: inset 0 -1px 0 #303747; }

.dark-theme .set-sessions__title {
  color: #c5d3de; }

@media (max-width: 767px) {
  .dark-theme .set-aside {
    background: #242d3d; } }

.set-wrapper {
  width: 970px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding: 35px 0 25px 0; }

.set-wrapper:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .set-wrapper {
    padding: 20px 0 40px; } }

.set-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  width: calc(33% - 20px);
  bottom: 25px;
  background: #fff; }

@media (max-width: 767px) {
  .set-wrapper:before {
    display: none; } }

.set-aside {
  float: left;
  width: 33%;
  padding: 0 20px 0 0; }

@media (max-width: 767px) {
  .set-aside {
    float: none;
    width: auto;
    padding: 0;
    background: #fff;
    margin: 0 0 15px 0; } }

.set-main {
  float: left;
  width: 67%;
  background: #fff;
  padding: 0 30px 25px; }

@media (max-width: 767px) {
  .set-main {
    float: none;
    width: auto;
    padding: 0 15px 20px; } }

.set-main__top {
  display: table;
  width: 100%; }

.set-main__top--mod {
  display: block;
  padding: 30px 0 26px 0; }

.set-main__top--mod .set-main__top-title {
  display: block;
  height: auto; }

.set-main__top-title {
  display: table-cell;
  height: 77px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  color: #1c364c; }

.set-main__top-title-title {
  display: block;
  padding: 10px 0 0 0;
  font-size: 12px;
  line-height: 19px;
  color: #62778c; }

.set-main__top-subtitle {
  display: block;
  padding: 10px 0 0 0;
  font-size: 12px;
  line-height: 19px;
  color: #62778c; }

.set-main__title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 25px 0;
  color: #1c364c; }

.set-main__title--sm {
  font-size: 12px;
  line-height: 14px; }

.set-main__title--text {
  padding: 0 0 10px 0; }

.set-main__title .red {
  color: #e25849; }

.set-main__title-sub {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #8e9fb0;
  color: #62778c; }

.set-inputbox {
  margin: 0 0 25px 0; }

@media (max-width: 767px) {
  .set-inputbox {
    margin: 0 0 10px 0; } }

.set-inputbox--cells:after {
  content: " ";
  display: block;
  clear: both; }

.set-inputbox__cell {
  float: left;
  padding: 0 0 0 15px; }

@media (max-width: 767px) {
  .set-inputbox__cell {
    float: none;
    padding: 10px 0 0 0; } }

.set-inputbox__cell:first-child {
  padding: 0; }

.set-inputbox__cell--lname {
  width: 43%; }

@media (max-width: 767px) {
  .set-inputbox__cell--lname {
    width: auto; } }

.set-inputbox__cell--fname {
  width: 57%; }

@media (max-width: 767px) {
  .set-inputbox__cell--fname {
    width: auto; } }

.set-inputbox__cell--day {
  width: 28%; }

@media (max-width: 767px) {
  .set-inputbox__cell--day {
    width: auto; } }

.set-inputbox__cell--year {
  width: 29%; }

@media (max-width: 767px) {
  .set-inputbox__cell--year {
    width: auto; } }

.set-cols:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .set-cols {
    padding: 0 0 15px 0; } }

.set-cols__left {
  width: 296px;
  float: left; }

@media (max-width: 767px) {
  .set-cols__left {
    width: auto;
    float: none; } }

.set-cols__right {
  float: left;
  width: calc(100% - 296px);
  padding: 0 0 0 25px;
  max-width: 250px; }

@media (max-width: 767px) {
  .set-cols__right {
    width: auto;
    float: none;
    padding: 0;
    max-width: none; } }

.set-cols__right--btn {
  padding-top: 2px; }

@media (max-width: 767px) {
  .set-cols__right--btn {
    text-align: right; } }

.set-wrap {
  border-bottom: 0.5px solid #c8d2dd;
  margin: 0 0 25px 0; }

.set-wrap:after {
  content: " ";
  display: block;
  clear: both; }

.set-wrap--pad-bot {
  padding-bottom: 15px; }

.set-wrap__left {
  float: left; }

@media (max-width: 767px) {
  .set-wrap__left {
    float: none; } }

.set-wrap__right {
  float: right; }

@media (max-width: 767px) {
  .set-wrap__right {
    float: none;
    padding: 0 0 20px 0; } }

.set-bottom {
  padding: 28px 0; }

.set-info-text {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #8e9fb0;
  padding: 0 0 25px; }

.set-info-text b {
  font-weight: 500; }

.set-info-text .black {
  color: #1d364b; }

.set-info-text--mod {
  color: #62778c; }

.set-info-text--iconed {
  position: relative;
  padding: 0 0 0 30px; }

.set-info-text--iconed [class*="icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  fill: #80b3ff; }

.set-text-block {
  padding-bottom: 10px; }

.set-text-block .set-main__text {
  padding: 0 0 10px 0; }

.set-text-block .set-info-text {
  padding: 0 0 10px 0; }

.set-checkrow {
  padding: 0 0 23px 0; }

.set-green-text {
  display: inline-block;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 4px 10px;
  background: #6abc5a;
  margin: 0 5px; }

.set-bold-text {
  display: block;
  font-weight: 500;
  color: #1d364b;
  padding: 0 0 18px 0; }

.set-bold-text--not-pad {
  padding: 0; }

.set-bold-text__gray {
  color: #62778c; }

.set-content-row {
  font-size: 0;
  line-height: 0;
  padding: 0 0 15px 0; }

.set-content-row .set-info-text {
  padding: 0; }

.set-content-row .set-inputbox {
  margin: 0; }

.set-content-row .set-bold-text {
  padding: 0; }

.set-content-row__left {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  width: 296px; }

@media (max-width: 767px) {
  .set-content-row__left {
    display: block;
    width: auto; } }

.set-content-row__right {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  width: calc(100% - 296px);
  padding: 0 0 0 15px; }

@media (max-width: 767px) {
  .set-content-row__right {
    display: block;
    width: auto;
    padding: 10px 0 0 0; } }

.set-ip-address-row {
  display: table;
  width: 100%; }

@media (max-width: 767px) {
  .set-ip-address-row {
    display: block; } }

.set-ip-address-row__title {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  padding: 0 10px 0 0;
  white-space: nowrap;
  color: #1c364c; }

@media (max-width: 767px) {
  .set-ip-address-row__title {
    display: block;
    padding: 0 0 10px 0; } }

.set-ip-address-row__inputbox {
  display: table-cell;
  vertical-align: middle; }

.set-ip-address-row__inputbox .set-inputbox {
  margin: 0; }

@media (max-width: 767px) {
  .set-ip-address-row__inputbox {
    display: block; } }

.set-ip-address-row__btnbox {
  display: table-cell;
  padding: 0 0 0 10px;
  vertical-align: middle; }

@media (max-width: 767px) {
  .set-ip-address-row__btnbox {
    display: block;
    padding: 10px 0 0 0;
    text-align: right; } }

.set-ip-switch {
  padding: 15px 0 20px;
  font-size: 0;
  line-height: 0; }

.set-ip-switch .switcher {
  width: 50%;
  display: inline-block; }

@media (max-width: 767px) {
  .set-ip-switch .switcher {
    display: block;
    width: auto;
    margin: 15px 0 0 0; } }

.set-ip-table-wrapper {
  border: 1px solid #f5f7fa;
  border-radius: 2px; }

.set-ip-table-wrapper table td {
  color: #1d364b;
  font-size: 11px; }

.set-bold-gray-text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  color: #8e9fb0;
  padding: 0 0 8px 0; }

.set-input-table__wrap {
  border: 1px solid #f5f7fa;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 0 30px 0; }

.set-input-table__wrap td {
  font-size: 11px;
  color: #1d364b; }

@media (max-width: 767px) {
  .set-input-table__wrap td {
    white-space: nowrap; } }

.set-input-table__status {
  padding: 0 0 0 14px;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  display: block; }

.set-input-table__status:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -3px 0 0 0; }

.set-input-table__status.green:before {
  background: #6abc5a; }

.set-input-table__status.red:before {
  background: #e25849; }

.set-sessions {
  padding: 0 0 26px 0; }

.set-sessions__title {
  display: block;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  color: #1d364b;
  padding: 0 0 5px 0; }

.set-sessions__title a {
  font-weight: 400; }

.set-sessions__subtitle {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #62778c;
  padding: 0 0 16px 0; }

.set-sessions__table td {
  font-size: 11px;
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #1c364c; }

.set-sessions__table td:last-child {
  white-space: nowrap; }

.set-sessions__table-wrap {
  border: 1px solid #f5f7fa;
  border-radius: 2px; }

@media (max-width: 1066px) {
  .set-sessions__table-wrap {
    overflow: auto; } }

.set-sessions__table-status {
  padding-left: 20px; }

.set-sessions__table-status-icon {
  display: inline-block;
  width: 11px;
  height: 8px;
  margin: 0 20px 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSI4cHgiIGlkPSI3NDc4ZjA0Zi00NmNjLTQ1YmItYjlhMi1iZWM3ZTY3MWZhNWUiIGRhdGEtbmFtZT0iQ2FwYSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDIuNTMgMzM5LjE4Ij4NCiAgPHRpdGxlPmNvcnJlY3Qtc3ltYm9sPC90aXRsZT4NCiAgPHBhdGggZD0iTTQzNC41NCw0Ni44MkwzOTUuNzEsOGEyNy41NywyNy41NywwLDAsMC0zOC44MywwTDE2OS41OSwxOTUuNTcsODUuNjUsMTExLjM1YTI2LjQzLDI2LjQzLDAsMCwwLTE5LjQxLTgsMjYuNDMsMjYuNDMsMCwwLDAtMTkuNDIsOEw4LDE1MC4xN0EyNy41OCwyNy41OCwwLDAsMCw4LDE4OUwxMTEuMzUsMjkyLjM2bDM4LjgzLDM4LjgzYTI3LjU3LDI3LjU3LDAsMCwwLDM4LjgzLDBsMzguODMtMzguODNMNDM0LjU0LDg1LjY1YTI2LjQ1LDI2LjQ1LDAsMCwwLDgtMTkuNDJBMjYuNDQsMjYuNDQsMCwwLDAsNDM0LjU0LDQ2LjgyWiIgZmlsbD0iIzZhYmM1YSIvPg0KPC9zdmc+DQo=);
  background-position: center;
  background-repeat: no-repeat; }

.set-sec-bottom {
  padding: 5px 0; }

.set-keys {
  padding: 0 0 20px 0; }

.set-keys-table td {
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 8px; }

.set-keys-table p {
  padding: 0;
  line-height: 19px;
  color: #1d364b; }

.set-keys-table__wrapper {
  border: 1px solid #e6e9ed;
  border-radius: 2px;
  margin: 0 0; }

@media (max-width: 1066px) {
  .set-keys-table__wrapper {
    overflow: auto; } }

.set-keys-table__link-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 6px;
  height: 6px;
  border-radius: 50%; }

.set-keys-table__link-icon.green {
  background: #6abc5a; }

.set-keys-table__link-list {
  white-space: nowrap; }

.set-keys-table__link-list a {
  margin: 0 5px 0 0; }

.set-keys-table__drop {
  display: none; }

.set-keys-table__drop.active {
  display: block; }

.dark-theme .wal-opers-table__wrapper {
  border-color: #3d4d5f;
  background: #242d3d; }

.dark-theme .wal-opers-table tr:last-child td {
  box-shadow: none; }

.dark-theme .wal-opers-table .green {
  color: #339933; }

.dark-theme .wal-opers-table .red {
  color: #CC6666; }

.dark-theme .wal-main__search-block .search-block__label {
  color: #8e9fb0; }

.dark-theme .wal-main__search-block .search-block__input {
  border-color: #3d4d5f; }

.dark-theme .wal-main__search-block .search-block__input:-ms-input-placeholder {
  color: #3d4d5f;
  opacity: 1;
  text-transform: none;
  text-overflow: ellipsis; }

.dark-theme .wal-main__search-block .search-block__input::placeholder {
  color: #3d4d5f;
  opacity: 1;
  text-transform: none;
  text-overflow: ellipsis; }

.dark-theme .wal-main__search-block .search-block__input:-ms-input-placeholder {
  color: #3d4d5f;
  text-transform: none;
  text-overflow: ellipsis; }

.dark-theme .wal-main__search-block .search-block__input:focus:-ms-input-placeholder {
  color: transparent; }

.dark-theme .wal-main__search-block .search-block__input:focus::placeholder {
  color: transparent; }

.dark-theme .wal-main-table__wrapper {
  background: #242d3d; }

.dark-theme .wal-main-table th {
  border-color: #303747; }

.dark-theme .wal-main-table th:first-child, .dark-theme .wal-main-table th:last-child {
  border-color: #303747; }

.dark-theme .wal-main-table td {
  color: #8e9fb0;
  border-color: #3d4d5f;
  box-shadow: none; }

.dark-theme .wal-main-table td a {
  color: #8e9fb0; }

.dark-theme .wal-main-table td a:hover {
  color: #fff; }

.dark-theme .wal-main-table td:first-child, .dark-theme .wal-main-table td:last-child {
  border-color: #3d4d5f; }

.dark-theme .wal-main-table tr:last-child td {
  border-color: #3d4d5f; }

.dark-theme .wal-main-table__row--yellow td {
  background: #424b5a;
  border-color: #424b5a; }

.dark-theme .wal-main-table__row--yellow td:first-child, .dark-theme .wal-main-table__row--yellow td:last-child {
  border-color: #424b5a; }

.dark-theme .wal-main-table__row--gray td {
  color: #3d4d5f; }

.dark-theme .wal-main-table__row--gray td a {
  color: #3d4d5f; }

.dark-theme .wal-main-table__row--gray td a:hover {
  color: #fff; }

.dark-theme .wal-main-table__row--dark td {
  color: #62778c; }

.dark-theme .wal-main-table__row--dark td a {
  color: #62778c; }

.dark-theme .wal-main-table__row--dark td a:hover {
  color: #fff; }

.dark-theme .wal-main-table__row--light td {
  color: #c7d2de; }

.dark-theme .wal-main-table__row--light td a {
  color: #c7d2de; }

.dark-theme .wal-main-table__row--light td a:hover {
  color: #fff; }

.dark-theme .wal-main-table__row--red td {
  color: #CC6666; }

.dark-theme .wal-main-table__row--red td a {
  color: #CC6666; }

.dark-theme .wal-main-table__row--red td a:hover {
  color: #fff; }

.dark-theme .wal-main-table__status {
  color: #b4bfca; }

.wal-opers {
  padding: 0 0 30px 0; }

@media (max-width: 767px) {
  .wal-opers {
    padding: 0 0 40px 0; } }

.wal-opers__top {
  padding: 15px 0 10px; }

.wal-opers__top:after {
  content: " ";
  display: block;
  clear: both; }

.wal-opers__top-right {
  float: right; }

@media (max-width: 767px) {
  .wal-opers__top-right {
    float: none;
    padding: 15px 0 0 0; } }

.wal-opers__top-right .drop-link {
  margin: 0 0 0 10px;
  font-size: 12px; }

@media (max-width: 767px) {
  .wal-opers__top-right .drop-link {
    margin: 0 10px 0 0; } }

.wal-opers__title {
  display: inline-block;
  font-size: 13px;
  line-height: 15px; }

@media (max-width: 767px) {
  .wal-opers__title {
    display: block; } }

.wal-opers__title-info {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  color: #8e9fb0;
  padding: 0 0 0 10px; }

@media (max-width: 767px) {
  .wal-opers__title-info {
    display: block;
    padding: 10px 0 0 0; } }

.wal-opers__title-info [class*="icon-"] {
  vertical-align: top;
  margin: 0 5px 0 0;
  fill: #8e9fb0; }

.wal-opers-table .red {
  color: #e25849; }

.wal-opers-table .green {
  color: #6abc5a; }

.wal-opers-table .gray {
  color: #8e9fb0; }

.wal-opers-table a [class*="icon-"] {
  vertical-align: top;
  margin: 2px 0 0 5px;
  fill: #80b3ff; }

.wal-opers-table__wrapper {
  border: 1px solid #f5f7fa;
  border-radius: 2px;
  overflow: hidden;
  fill: #80b3ff; }

@media (max-width: 767px) {
  .wal-opers-table__wrapper {
    overflow: auto; } }

.wal-opers-table th, .wal-opers-table td {
  width: 1%; }

.wal-opers-table td {
  white-space: nowrap; }

.wal-opers-table tr:last-child td {
  border-bottom: none; }

.wal-main__top {
  font-size: 0;
  line-height: 0;
  padding: 0 0 13px 0; }

.wal-main__top:after {
  content: " ";
  display: block;
  clear: both; }

.wal-main__top-col {
  width: 22%;
  display: inline-block;
  padding: 0 10px 0 0;
  vertical-align: top; }

@media (max-width: 767px) {
  .wal-main__top-col {
    width: 50%;
    padding: 0 10px 0 0; } }

@media (max-width: 379px) {
  .wal-main__top-col {
    display: block;
    width: 100%;
    padding: 0 0 10px 0; } }

.wal-main__top-col--pad {
  padding-left: 5px; }

@media (max-width: 767px) {
  .wal-main__top-col--pad {
    padding-left: 0; } }

.wal-main__top-col-title {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #8e9fb0;
  padding: 0 0 5px 0; }

.wal-main__top-col-text {
  display: block;
  font-size: 13px;
  line-height: 15px; }

.wal-main__top-right {
  float: right;
  padding: 18px 0 0 0; }

.wal-main__search-block {
  padding: 0 25px 0 82px;
  width: 25%;
  display: inline-block;
  vertical-align: top; }

@media (max-width: 1066px) {
  .wal-main__search-block {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 0 0 15px 0; } }

.wal-main__search-block .search-block__label {
  width: 82px;
  margin: 0 0 0 -82px;
  padding: 10px 0 0 0; }

.wal-main__search-block .search-block__input {
  height: 35px;
  border: 1px solid #f5f7fa; }

.wal-main__search-block .search-block__input:hover {
  border-color: #8e9fb0; }

.wal-main__search-block .search-block__input:focus {
  border-color: #4c94ff; }

.wal-main-table {
  width: 100%; }

.wal-main-table__wrapper {
  border-radius: 2px; }

@media (max-width: 767px) {
  .wal-main-table__wrapper {
    overflow: auto; } }

.wal-main-table th {
  border-top: 1px solid #f5f7fa; }

.wal-main-table th:first-child {
  border-left: 1px solid #f5f7fa; }

.wal-main-table th:last-child {
  border-right: 1px solid #f5f7fa; }

.wal-main-table td {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: top;
  border-bottom: 1px solid #f5f7fa;
  box-shadow: none; }

.wal-main-table td a {
  color: #62778c; }

.wal-main-table td a:hover {
  color: #80b3ff; }

.wal-main-table td:first-child {
  border-left: 1px solid #f5f7fa; }

.wal-main-table td:last-child {
  border-right: 1px solid #f5f7fa; }

.wal-main-table td.wal-main-table__btn-col {
  padding-top: 0;
  padding-bottom: 0; }

.wal-main-table tr:last-child td {
  border-bottom: 1px solid #f5f7fa; }

.wal-main-table tr:hover .wal-main-table__power {
  opacity: 1;
  visibility: visible; }

.wal-main-table__btn-col {
  padding-top: 0;
  padding-bottom: 0; }

.wal-main-table__first {
  width: 25%; }

.wal-main-table__first-descr {
  display: block;
  color: #8e9fb0;
  padding: 5px 0 0 0; }

.wal-main-table__col {
  width: 22%; }

.wal-main-table__col-sm {
  width: 19%; }

.wal-main-table__last {
  width: 31%; }

.wal-main-table__last-sm {
  width: 20%; }

.wal-main-table__status {
  white-space: nowrap;
  font-size: 11px;
  line-height: 13px;
  display: block;
  color: #62778c; }

.wal-main-table__row--yellow td {
  font-weight: 500;
  border-bottom: 1px solid #f6e7b9;
  border-top: 1px solid #f6e7b9;
  background: #fffbee; }

.wal-main-table__row--yellow td:first-child {
  border-left: 1px solid #f6e7b9; }

.wal-main-table__row--yellow td:last-child {
  border-right: 1px solid #f6e7b9; }

.wal-main-table__row--gray td {
  color: #62778c;
  font-weight: 500; }

.wal-main-table__row--gray td a {
  color: #62778c; }

.wal-main-table__row--gray td a:hover {
  color: #80b3ff; }

.wal-main-table__row--dark td {
  color: #56606b;
  font-weight: 500; }

.wal-main-table__row--dark td a {
  color: #56606b; }

.wal-main-table__row--dark td a:hover {
  color: #80b3ff; }

.wal-main-table__row--light td {
  color: #c8d2dd;
  font-weight: 300; }

.wal-main-table__row--light td a {
  color: #c8d2dd; }

.wal-main-table__row--light td a:hover {
  color: #80b3ff; }

.wal-main-table__row--red td {
  color: #e25849; }

.wal-main-table__row--red td a {
  color: #e25849; }

.wal-main-table__row--red td a:hover {
  color: #80b3ff; }

.wal-main-table__btn-box {
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  margin: 0 -15px 0 0; }

.wal-main-table__btn-box .btn, .wal-main-table__btn-box .btn-radios__item span, .btn-radios__item .wal-main-table__btn-box span {
  font-size: 12px; }

.wal-main-table__power {
  display: inline-block;
  padding: 2px 4px;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  position: relative;
  transition: all .2s ease; }

.wal-main-table__power [class*="icon-"] {
  fill: #e25849;
  vertical-align: middle; }

.wal-main-table__power:hover .wal-main-table__power-tooltip {
  opacity: 1;
  visibility: visible; }

.wal-main-table__power-tooltip {
  width: 220px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: 0 0 0 10px;
  transform: translate(0, -50%);
  padding: 8px 13px 9px;
  background: rgba(35, 54, 73, 0.9);
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0; }

.wal-main-table__power-tooltip:before {
  content: '';
  display: block;
  border-right: 6px solid rgba(35, 54, 73, 0.9);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 50%;
  right: 100%;
  margin: -6px 0 0 0;
  position: absolute; }

.wal-main-table__status {
  display: block;
  text-align: right;
  font-size: 11px;
  line-height: 13px;
  color: #62778c;
  font-weight: 400; }

.wal-main-table__danger-icon {
  fill: #e25849;
  vertical-align: middle;
  margin: -1px 0 0 5px; }

.dark-theme {
  background: #151c28; }

.dark-theme .gray-block {
  background: #030b16; }

.dark-theme .gray-head {
  background: #151c28;
  box-shadow: inset 0 -1px 0 #3d4d5f; }

.dark-theme .gray-head__title {
  color: #fff; }

.dark-theme .gray-head__nav-link.active, .dark-theme .gray-head__nav-link:hover {
  color: rgba(255, 255, 255, 0.85); }

.dark-theme .wrapper--gray {
  background: #151c28; }

/*# sourceMappingURL=main.css.map*/