@font-face {
  font-family: UniNeueRegular;
  src: url("../fonts/UniNeueRegular.otf") format("opentype");
}

@font-face {
  font-family: UniNeueRegularItalic;
  src: url("../fonts/UniNeueRegular-Italic.otf") format("opentype");
}

@font-face {
  font-family: UniNeueBook;
  src: url("../fonts/UniNeueBook.otf") format("opentype");
}

@font-face {
  font-family: UniNeueBold;
  src: url("../fonts/UniNeueBold.otf") format("opentype");
}

@font-face {
  font-family: UniNeueLight;
  src: url("../fonts/UniNeueLight.otf") format("opentype");
}

@font-face {
  font-family: UniNeueHeavy;
  src: url("../fonts/UniNeueHeavy.otf") format("opentype");
}

*:focus,
*:active:focus,
*.active:focus,
*.focus,
*:active.focus,
*.active.focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

select::-ms-expand {
  display: none;
}

body.modal-open {
  position: relative;
}

#ytWidget{margin-left: -77px;}
#ytWidget .yt-servicelink{display: none !important;}
#yt-widget .yt-button{background: transparent !important;}


#step_two[disabled]{
  opacity: .7;
}
.form-control:disabled, .form-control[readonly]{background-color: #f5f1e4}

.color_for_status[data-status="completed"]{color:darkgreen;}
.color_for_status[data-status="error"]{color:#cfbc5a;}
.color_for_status[data-status="deleted"]{color:darkred;}
.color_for_status[data-status="new"]{color:deepskyblue;}

.rashalert{position: relative;}
.rashalert .rashclose{right:0;top:0;width:40px;color:#333;text-shadow:0 0 1px #fff;height:20px;font-size: 16px;text-align: center;line-height: 19px;}
.rashalert .rashclose:hover{background: #e04343;cursor: pointer;color:#fff;}

#fees tr.low {background: #fce5e5;}
#fees tr.standart {background: #fee7ab;}
#fees tr.medium {background: #f1fed0;}
#fees tr.high {background: #baebba;}

.copy-alert-warp{
  position: fixed;
  z-index: 100;
  max-height: 100%;
  max-width: 100%;
  bottom: 0;
  right: 0;
  padding: 0 20px 65px 0;
}
.copy-alert{
  width: auto;
  padding: 15px 30px;
  color: #222;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: right;
  background: #ffce22;
  box-shadow: 2px 2px 5px 1px #aaa;
  border-radius: 20px;
}
.copy-alert a{
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid;
}


.vertically-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-group.no-label {
  margin-bottom: 0;
}

.cc-modal .modal-dialog {
  margin-top: 70px;
}

.cc-modal .modal-hr {
  display: block;
  width: 68px;
  margin: 0 auto;
  border-color: #5a55aa;
}

.cc-modal .modal-content {
  border: none;
  background-color: transparent;
  background-image: url("../i/modal.svg");
  -webkit-background-size: 115% 116%;
  -o-background-size: 115% 116%;
  background-size: 115% 116%;
  background-position: center;
  position: relative;
}

.cc-modal .cc-close {
  position: absolute;
  top: 15px;
  right: 40px;
  -webkit-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  width: 33px;
  height: 33px;
  background-image: url("../i/close.svg");
}

.cc-modal .cc-form {
  padding: 15px 50px 95px;
}

.cc-modal .modal-body {
  padding: 0px 30px 10px;
}

.cc-modal .modal-footer {
  border-top: 0px;
  padding-bottom: 40px;
}

.cc-modal .modal-header {
  color: #5a55aa;
  font-family: UniNeueBook;
  text-align: center;
  border-bottom: none;
  position: relative;
  padding-top: 5px;
  margin-top: 40px;
}

.cc-modal .modal-header .modal-title {
  display: block;
  text-align: center;
  font-size: 36px;
  width: 100%;
}

.notification {
  display: block;
  width: 100%;
  background-color: #ffce22;
  padding: 15px 0;
}

.notification__text {
  margin: 0 auto;
  color: #5c57ab;
  font-size: 18px;
  text-align: center;
  font-family: UniNeueBook;
  padding: 0 30px;
}

.notification__close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 25px;
  height: 25px;
}

.cc-navbar {
  padding: 5px 1rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cc-nav-link {
  font-size: 16px;
  font-family: UniNeueRegular !important;
  color: #433440 !important;
  -webkit-transition: 150ms ease-in-out color;
  -o-transition: 150ms ease-in-out color;
  -moz-transition: 150ms ease-in-out color;
  transition: 150ms ease-in-out color;
  text-align: center;
  padding: .2rem .1rem;
}

.cc-nav-link.active {
  color: #5352a7 !important;
  border: 1px solid #ffce22;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
}

.cc-nav-link:hover {
  color: #7b7a7b !important;
}

.amount {
  white-space: nowrap;
}

.amount__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-btn-primary {
  color: #000;
  background-color: #ffce22 !important;
  font-size: 20px;
  font-family: UniNeueBold;
  border: none;
  height: 60px;
}
a.cc-btn-primary{
  line-height: 48px;
}

.cc-btn-primary:hover {
  color: #000;
  background-color: #c3a024 !important;
}

.cc-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0 20px;
  font-family: UniNeueBook;
  font-size: 22px;
  color: #585858;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  height: 100%;
  width: 100%;
}

.cc-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.cc-input-file__label {
  color: #000;
  background-color: #ffce22 !important;
  font-size: 20px;
  font-family: UniNeueBold;
  border: none;
  width: 100%;
  padding: 0 12px;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  height: 60px;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
}

.cc-input-file__label:hover {
  color: #000;
  background-color: #c3a024 !important;
}

.cc-input:active {
  background-color: #f5f1e4;
}

.cc-input:focus {
  background-color: #f5f1e4;
}

.cc-input:disabled {
  background-color: #f5f1e4;
  color: #b5b5b5;
}

.cc-input::-webkit-input-placeholder {
  font-size: 14px;
}

.cc-input::-moz-placeholder {
  font-size: 14px;
}

.cc-input::-ms-input-placeholder {
  font-size: 14px;
}

.cc-input::placeholder {
  font-size: 14px;
}

.props-get{
  font-size: 46px;
  color: #777;
  line-height: 48px;
  padding-right: 5px;
  cursor: pointer;
}
.props-get:hover{color: #000;}

.cc-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  height: 60px;
  width: 100%;
  background-color: #f5f1e4;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
}

.cc-input-wrapper.fixed-height {
  height: 240px;
}

.cc-input-wrapper.is-invalid {
  border: 3px solid #ff0000;
}

.cc-input-wrapper .error {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(100%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(100%) translateY(8px);
  -o-transform: translateX(-50%) translateY(100%) translateY(8px);
  transform: translateX(-50%) translateY(100%) translateY(8px);
  z-index: 2;
}
.cc-input-wrapper .error a{color: #fff;text-decoration: underline;}

.cc-textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  background-color: transparent;
  padding: 10px 20px;
  font-family: UniNeueBook;
  color: #585858;
}

.cc-textarea:active {
  background-color: transparent;
}

.cc-textarea:focus {
  background-color: transparent;
}

.cc-textarea:disabled {
  background-color: transparent;
}

.cc-borderform{
  border: 1px solid #757795;
}

select.cc-select{
  background: url(/res/multichange/i/arrow.svg) right no-repeat;
  background-position-x: 97%;
}

.cc-select {
  background-color: transparent;
  border: none;
  height: 60px;
  font-family: UniNeueBook;
  font-size: 18px;
  color: #585858;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;

}

.cc-select-image {
  width: 24px;
  height: auto;
  margin-right: 8px;
}

.cc-select-wrapper {
  background-color: #f5f1e4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 60px;
  width: 100%;
  position: relative;
  padding: 0;
}

/*.cc-select-wrapper::after {
  cursor: pointer;
  content: "";
  width: 22px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(-50%) translateY(24px);
  -moz-transform: translateX(-50%) translateY(24px);
  -ms-transform: translateX(-50%) translateY(24px);
  -o-transform: translateX(-50%) translateY(24px);
  transform: translateX(-50%) translateY(24px);
  z-index: 2;
  background-image: url("../i/caret.svg");
}*/

.cc-select-wrapper .error {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(100%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(100%) translateY(8px);
  -o-transform: translateX(-50%) translateY(100%) translateY(8px);
  transform: translateX(-50%) translateY(100%) translateY(8px);
  z-index: 2;
  white-space: nowrap;
}

.cc-select-wrapper.is-invalid {
  border: 3px solid #ff0000;
}

.cc-select:active {
  background-color: #f5f1e4;
}

.cc-select:focus {
  background-color: #f5f1e4;
}

.cc-code {
  border: none;
  padding: 20px 17px;
  font-family: UniNeueBook;
  font-size: 18px;
  color: #585858;
  background-color: #f5f1e4;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  width: 100%;
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 0;
  word-wrap: break-word;
}

.cc-code__label {
  font-size: 22px;
  font-family: UniNeueRegular;
  color: #7d7d9b;
}

.request-image {
  display: block;
  width: 108px;
  height: 80px;
  margin: 90px auto 70px;
}

.request-text {
  font-size: 22px;
  color: #585858;
  font-family: UniNeueRegular;
  text-align: center;
}

.cc-link {
  text-decoration: underline !important;
  font-size: 16px;
  font-family: UniNeueBook;
  color: #585858;
  text-align: center;
  display: block;
}

.cc-link-right {
  display: block;
  text-align: right;
  color: #5a55aa;
  font-size: 14px;
}

.cc-link-left {
  display: block;
  text-align: left;
  color: #5a55aa;
  font-size: 14px;
  margin-top: 3px;
}

.cc-link-in-text {
  color: #5a55aa;
  text-decoration: underline !important;
}
.cc-link-in-text:hover {
  text-decoration: none !important;
}

.cc-label {
  display: block;
  font-size: 22px;
  font-family: UniNeueRegular;
  color: #7d7d9b;
  min-height: 33px;
  margin-bottom: 8px;
}

.cc-label-small {
  margin-bottom: 0;
  font-size: 18px;
}

.cc-hr {
  border-top: 1px solid #5352a7;
}

.cc-h1 {
  color: #fff;
  font-size: 36px;
  font-family: UniNeueBook;
  text-align: center;
}

.with-us {
  background-color: #5352a7;
}

.cc-h3 {
  color: #fff;
  font-size: 20px;
  font-family: UniNeueBook;
  text-align: center;
}

.cc-title {
  font-family: UniNeueBook;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.cc-title-big {
  margin-top: -25px;
  font-size: 156px;
}

.cc-title-medium {
  margin-top: 140px;
  font-size: 44.5px;
}

.cc-text {
  color: #fff;
  text-align: center;
  font-family: UniNeueLight;
}

.cc-text-light {
  font-size: 22px;
}

.cc-text-link {
  color: #fff !important;
  font-size: 24px;
  text-decoration: underline !important;
}

.cc-form-check .form-check-label {
  font-size: 18px;
  font-family: UniNeueRegular;
  color: #585858;
  text-align: left;
}

.cc-form-check .form-check-input {
  background-color: #f5f1e4;
}

.cc-small {
  font-size: 12px;
  font-family: UniNeueRegular;
  color: #7d7d9b;
}

.cc-tip {
  color: #ffce22;
  font-size: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.cc-tip-small {
  padding: 5px 0;
}

.cc-tip-small .cc-tip-info {
  margin-left: 5px;
}

.cc-tip-small .cc-tip-label {
  font-size: 14px;
}

.cc-tip-small .cc-tip-content {
  font-size: 16px;
}

.cc-tip-small .cc-icon {
  font-size: 25px;
}

.cc-tip-smallest {
  padding: 5px 0;
}

.cc-tip-smallest .cc-tip-info {
  margin-left: 5px;
}

.cc-tip-smallest .cc-tip-label {
  font-size: 14px;
}

.cc-tip-smallest .cc-tip-content {
  margin-top: -3px;
  font-size: 14px;
}

.cc-tip-smallest .cc-icon {
  font-size: 25px;
}

.cc-tip-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 14px;
}

.cc-tip-label {
  color: #7d7d9b;
  font-size: 16px;
  font-family: UniNeueRegular;
}

.cc-tip-content {
  color: #585858;
  font-size: 12px;
  font-family: UniNeueBook;
}

.cc-icon {
  width: 35px;
  text-align: center;
  line-height: 35px;
}

.modal-md .modal-lg {
  max-width: 740px;
}

.cc-curr {
  color: #7d7d9b;
  font-size: 14px;
  font-family: UniNeueRegular;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.cc-curr-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: auto;
  padding: 0 5px;
}

.cc-input-logo {
  width: 24px;
  height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.cc-input-logo-wrapper {
  height: 100%;
  padding: 0 15px 0 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-input-logo-wrapper .btn{z-index: 100;}

.reserves .item {
  position: relative;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ffce22;
}
.reserves .item-info{
  display: flex;
  align-items: center;
}
.reserves .item-title {
  color: #585858;
  font-family: UniNeueRegular;
}

.reserves .item-logo {
  width: 24px;
  height: 24px;
}

.reserves .item-tip {
  display: none;
  background-color: #ffce22;
  height: 100%;
  padding: 0 20px;
  line-height: 50px;
}

.reserves .item-tip a {
  text-decoration: underline !important;
  color: #585858;
  font-family: UniNeueRegular;
  cursor: pointer;
}

.reserves .item-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.reserves .item .amount-info .count {
  color: #000;
  font-size: 15px;
  font-family: UniNeueRegular;
}

.reserves .item .amount-info .currency {
  color: #585858;
  font-size: 13px;
  font-family: UniNeueRegular;
  margin-left: 10px;
}

.reserves .item:hover .item-tip {
  display: block;
}


.form-group-with-currency .cc-input {
  padding-right: 0;
}

.form-group-with-currency .cc-curr-wrapper {
  padding-left: 10px;
  padding-right: 15px;
}

.form-group-with-logo .cc-input {
  padding-left: 0;
}

.form-group-with-logo .cc-input-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.form-group-with-logo .cc-input-logo-wrapper {
  padding: 0 10px;
}

.form-group-with-currency-logo .cc-input {
  padding-right: 0;
}

.form-group-with-currency-logo .cc-curr {
  color: #7d7d9b;
  font-size: 12px;
  font-family: UniNeueRegular;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.form-group-with-currency-logo .cc-input-logo {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.coin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin: 1px 0;
}

.pel.active .coin,
.coin:hover {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #5352a7;
  padding: 4px;
  cursor: pointer;
}

.pel.active .coin{background: #fff;box-shadow:3px 2px 7px 1px #dedede;}

.coin__icon {
  width: 24px;
  height: 24px;
}

.coin__title {
  font-size: 16px;
  font-family: UniNeueRegular;
  color: #585858;
  margin-left: 15px;
  display: block;
}
.pslist .pel.disabled{opacity: .6}
.pslist .tt{
  color: #5a55aa;
  font-size: 18px;
  font-family: UniNeueBold;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

.big-text {
  font-size: 36px;
  font-family: UniNeueBold;
  color: #fff;
}

.title {
  position: relative;
  margin-top: 49px;
  display: block;
  font-size: 42px;
  font-family: UniNeueBook;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.title__sub-title {
  position: relative;
  margin-top: 8px;
  margin-bottom: 52px;
  display: block;
  color: #fff;
  font-size: 22px;
  font-family: UniNeueLight;
  text-align: center;
  z-index: 2;
}

.body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion {
  width: 100%;
}

.faq-link {
  font-family: UniNeueBook;
  color: #fff;
  font-size: 14px;
  text-decoration: underline !important;
}

.faq-link:hover {
  color: #ddd;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
  border-top: none;
  padding-top: 12px;
}

.card.active {
  background-color: #f3f3f3;
}

.card-body span {
  font-family: UniNeueRegular;
  font-size: 16px;
  line-height: 1.2;
  color: #585858;
}

.card-header {
  background-color: transparent;
  border-bottom: none;
  padding-top: 0;
}

.card-header a {
  text-decoration: underline !important;
  color: #5352a7 !important;
  font-family: UniNeueBook;
  font-size: 22px;
}

.card .collapse {
  width: 100%;
}

.card .collapse.show {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card .collapsing {
  width: 100%;
}

.contacts__info {
  font-size: 16px;
  font-family: UniNeueRegular;
  color: #585858;
}

.contacts__link {
  margin-top: 10px;
  font-size: 14px;
  font-family: UniNeueBook;
  color: #5352a7;
  text-decoration: underline !important;
}

.contacts__circle {
  width: 60px;
  height: 60px;
  background-color: #ffce22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.contacts__circle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logged-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logged-in .email {
  margin-right: 10px;
  color: #585858 !important;
  text-decoration: underline !important;
  font-size: 14px;
  font-family: UniNeueRegular;
  white-space: nowrap;
  overflow: hidden;
  max-width: 85px;
  text-overflow: ellipsis;
}

.logged-in .fal {
  color: #585858 !important;
}

.only-border .cc-btn-primary {
  border: 1px solid #5352a7;
  background-color: transparent !important;
  font-family: UniNeueBold;
  font-size: 16.8px;
  color: #5352a7;
}

.card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  position: relative;
}

.main .faq {
  width: 100%;
}

.main-content {
  background-image: url("../i/bg.png");
  background-repeat: repeat-x;
  background-position: center 0;
  -webkit-background-size: auto 453px;
  -o-background-size: auto 453px;
  background-size: auto 453px;
}

.main-transaction {
  background-image: url("../i/bg-2.png");
  background-repeat: repeat-x;
  background-position: center 0;
}

.main-transaction-check {
  background-image: url("../i/bg-3.png");
  background-repeat: repeat-x;
  background-position: center 0;
}

.main-transaction-waiting {
  background-image: url("../i/bg-5.png");
  background-repeat: repeat-x;
  background-position: center 0;
}

.main-transaction-final {
  background-image: url("../i/bg-4.png");
  background-repeat: repeat-x;
  background-position: center 0;
}

.main-transaction-error {
  background-image: url("../i/bg-6.png");
  background-repeat: repeat-x;
  background-position: center 0;
}

.main-transaction-success {
  background-image: url("../i/bg-7.png");
  background-repeat: repeat-x;
  background-position: center 0;
}

.main-maintenance {
  background-color: #5352a7;
  background-image: url("../i/maintenance-bg.png");
  background-position: center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.date .far {
  height: 20px;
  color: #949494;
}

.new-share {
  font-size: 18px;
  font-family: UniNeueBook;
  color: #585858;
  text-align: right;
}

.new-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-title {
  font-family: UniNeueBook;
  font-size: 36px;
  color: #5352a7;
}

.wizard__news_text p{
  color: #585858;
  font-size: 18px;
  font-family: UniNeueRegular;
  line-height: 1.667;
  margin-top: 40px;
}


.articles {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
}

.articles h2 {
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 28px;
  font-family: UniNeueBook;
  color: #585858;
}

.articles a {
  display: block;
  font-size: 18px;
  font-family: UniNeueBook;
  color: #5352a7 !important;
  text-decoration: underline !important;
  padding-bottom: 30px;
}

.news-back {
  font-family: UniNeueBook;
  font-size: 20px;
  color: #5352a7 !important;
  text-decoration: underline !important;
  padding-top: 25px;
}

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.short-comments .far {
  color: #5352a7;
  font-size: 14px;
}

.new-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 284px;
  max-width: 350px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.new-short__title {
  font-size: 20px;
  font-family: UniNeueBook;
  color: #5352a7;
}
.new-short__title a{color: #5352a7;}

.new-short__content {
  font-size: 15px;
  font-family: UniNeueRegular;
  color: #585858;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.6;
}

.new-short__date {
  font-size: 12px;
  font-family: UniNeueLight;
  color: #585858;
}

.new-short__comments {
  font-size: 13px;
  font-family: UniNeueBook;
  color: #5352a7;
  text-decoration: underline !important;
}
.new-short__footer {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sub-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub-header__tabs {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sub-header__tabs .nav-tabs {
  border-bottom: none;
}

.sub-header__button {
  position: absolute;
  bottom: 5px;
  right: 0;
}

.sub-header__button-fixed-width {
  width: auto;
  padding: 0;
  max-width: 205px;
}

.sub-header__button-fixed-width .cc-btn-primary {
  font-size: 16.8px !important;
  height: 51px;
}

.sub-header__breadcrumbs {
  position: absolute;
  bottom: -40px;
  left: 0;
  font-family: UniNeueBook;
  font-size: 14px;
  color: white;
}

.sub-header__breadcrumbs a {
  color: white;
  text-decoration: underline;
}

.sub-header__title {
  display: block;
  font-size: 42px;
  color: white;
  font-family: UniNeueBook;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 0;
  margin-bottom: 5px;
  min-height: 51px;
}

.sub-header__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.sub-header .nav-item{text-align: center}
.sub-header .nav-link {
  color: #fff;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  padding: 11px 0;
  font-size: 18px;
  font-family: UniNeueRegular;
}

.sub-header .nav-link.active {
  color: #5352a7;
}

.requests .request {
  border-bottom: 1px solid #5352a7;
}

.divider {
  height: 172px;
  width: 100%;
  background-color: #5352a7;
  background-image: url("../i/divider.png");
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider__content {
  width: 500px;
  margin-left: 380px;
}

.sub-header {
  height: 155px;
  width: 100%;
  background-color: #5352a7;
  background-image: url("../i/sub-header-bg.png");
  background-position: center;
}

.stats__wrapper {
  width: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.stats__profit {
  background-color: #f0f0f0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.stats__circle {
  width: 80px;
  height: 80px;
  border: 1px solid #5a55aa;
  background-color: #ffce22;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stats__value {
  font-size: 26px;
  font-family: UniNeueHeavy;
  color: #000;
}

.stats__description {
  font-size: 18px;
  font-family: UniNeueRegular;
  color: #585858;
}

.stats__description.center {
  text-align: center;
}

.wallets .wallet {
  border-bottom: 1px solid #5a55aa;
  padding: 20px 0;
}

.wallets .wallet__envelope {
  width: 26px;
  height: 19px;
}

.wallets .wallet__wallet {
  width: 25px;
  height: 21px;
}

.wallets .wallet__currency-image {
  width: 24px;
  height: auto;
}

.wallets .wallet__currency-name {
  color: #5352a7;
  font-size: 16px;
  font-family: UniNeueRegular;
}

.wallets .wallet .with-hidden-overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bills .far {
  color: #ffce22;
  font-size: 24px;
}

.partners__text {
  font-size: 17px;
  font-family: UniNeueRegular;
  color: #585858;
  line-height: 1.647;
}

.partners__text.gray {
  color: #585858;
}

.partners__text-less {
  line-height: 1.2;
}

.partners .list-heading {
  background-color: #ffce22;
  padding: 5px 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #000;
  font-family: UniNeueBold;
  font-size: 18px;
  text-align: center;
}

.partners .list-item {
  border-bottom: 1px solid #5352a7;
  padding: 10px 0;
  font-family: UniNeueRegular;
  font-size: 17px;
  color: #585858;
  text-align: center;
}

.partners__circle {
  width: 76px;
  height: 76px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffce22;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners__circle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.partners__circle__text {
  color: #000;
  font-family: UniNeueHeavy;
  font-size: 26px;
}

.pagination li a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
}

.pagination li a:hover {
  background-color: rgb(233, 236, 239);
}

.pagination .page-item.disabled .page-link, .pagination li.disabled a {
  color: #585858;
}

.pagination .page-item .page-link, .pagination li a {
  font-size: 15px;
  font-family: UniNeueBook;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  color: #5352a7;
}

.pagination .page-item .page-link:first-child, .pagination li a:first-child {
  border: none;
}

.pagination .page-item .page-link:last-child, .pagination li a:last-child {
  border: none;
}

.pagination .page-item.active .page-link, .pagination li.active a {
  background-color: #5352a7;
  color: #fff;
}

.error {
  padding: 20px;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  background-color: #ff0000;
  color: #fff;
  font-family: UniNeueBook;
  font-size: 18px;
  width: 100%;
  min-width: 280px;
}

.error:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ff0000 transparent;
}

.message {
  width: 100%;
  border-bottom: 2px solid #5352a7;
  padding-top: 18px;
  padding-bottom: 17px;
}

.message:first-child {
  padding-top: 6px;
}

.message-name {
  color: #585858;
  font-size: 16px;
  font-family: UniNeueBold;
}

.message-content {
  color: #585858;
  font-size: 18px;
  font-family: UniNeueRegularItalic;
  margin-top: 7px;
  line-height: 1.2;
}

.message-date {
  margin-top: 10px;
  color: #585858;
  font-size: 12px;
  font-family: UniNeueBook;
}

.message-date .far {
  font-size: 17px;
}

.guaranties-title {
  display: block;
  font-family: UniNeueBook;
  font-size: 26px;
  color: #5352a7;
  text-align: center;
}

.guaranties.small a {
  margin-bottom: 15px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  width: 100%;
}

.guaranties a {
  margin: 0 auto;
  display: block;
  color: #585858;
  font-size: 18px;
  font-family: UniNeueBook;
  padding: 12px 0;
  text-align: center;
  width: 245px;
  border: 1px solid #585858;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
}

.guaranties a:hover {
  background-color: #ffce22;
}

.dashboard__amount {
  color: #5c57ab;
  font-family: UniNeueBold;
  font-size: 22px;
}

.dashboard__form-title {
  color: #5352a7;
  font-family: UniNeueBook;
  font-size: 30px;
}

.dashboard__currency {
  color: #7d7d9b;
  font-family: UniNeueRegular;
  font-size: 14px;
}

.dashboard__date {
  font-size: 14px;
  font-family: UniNeueBook;
  color: #585858;
}

.dashboard__action {
  font-size: 18px;
  font-family: UniNeueRegular;
  color: #585858;
}

.dashboard__description {
  font-family: UniNeueRegular;
  font-size: 22px;
  color: #5a55aa;
}

.dashboard__description.right {
  text-align: right;
}

.dashboard__info {
  font-size: 18px;
  font-family: UniNeueRegular;
  color: #585858;
  text-align: center;
  display: block;
}

.dashboard__size {
  display: block;
  padding-top: 2px;
  text-decoration: underline !important;
  font-size: 18px;
  font-family: UniNeueRegular;
  color: #585858;
}

.dashboard__size.active {
  pointer-events: none;
  text-decoration: none !important;
  font-family: UniNeueHeavy;
  color: #5a55aa;
}

.dashboard__size:first-child {
  padding-top: 0;
}

.dashboard__label {
  font-size: 26px;
  color: #5a55aa;
  font-family: UniNeueRegular;
}

.dashboard__id {
  color: #5c57ab;
  font-size: 18px;
  font-family: UniNeueRegular;
}

.dashboard__data {
  color: #7d7d9b;
  font-size: 16px;
  font-family: UniNeueRegular;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dashboard__status {
  color: #5c57ab;
  font-size: 14px;
  font-family: UniNeueRegular;
}

.dashboard__status.red {
  color: #a11313;
}

.dashboard__divider {
  display: block;
  background-color: #a7a7a7;
  height: 40px;
  width: 2px;
  margin: 0 20px;
}

.order-el .historyHideBlock{opacity: 0; transition: .3s;}
.order-el:hover .historyHideBlock{opacity: 1;}
.order-el .historyHideBlock.history{cursor: pointer;}
.order-el .historyHideBlock.history i{color: #ffce22}

.dashboard__helper {
  color: #585858;
  font-size: 18px;
  font-family: UniNeueBook;
  height: 25px;
  line-height: 25px;
}

.dashboard__link-with-icon {
  color: #5c57ab;
  margin-left: 10px;
}

.dashboard__link-with-icon .delete-link {
  font-size: 14px;
  font-family: UniNeueRegular;
  text-decoration: underline !important;
}

.dashboard__icon-status {
  margin-right: 5px;
}

.dashboard__icon-status.process {
  width: 29px;
  height: 23px;
}

.dashboard__icon-status.done {
  width: 31px;
  height: 27px;
}

.dashboard__icon-status.deleted {
  width: 31px;
  height: 27px;
}

.wizard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.wizard__status-title {
  font-size: 22px;
  font-family: UniNeueRegular;
  color: #5a55aa;
}

.wizard__status-title-red {
  color: #a11313;
}

.wizard__status-image {
  width: 115px;
  height: 91px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.wizard__status-declined {
  width: 108px;
  height: 80px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.wizard__status-transaction {
  width: 92px;
  height: 98px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.wizard__status-transaction-final {
  width: 88px;
  height: 106px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.wizard__status-transaction-error {
  width: 57px;
  height: 65px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.wizard__status-transaction-success {
  width: 80px;
  height: 66px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.wizard__logo {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.wizard__logo img {
  width: 100%;
  height: auto;
}

.wizard__amount {
  font-size: 22px;
  font-family: UniNeueBold;
  color: #7d7d9b;
  margin-left: 5px;
}

.wizard__currency {
  font-size: 14px;
  font-family: UniNeueRegular;
  color: #7d7d9b;
  margin-left: 3px;
}

.wizard__purple-arrow {
  width: 36px;
  height: 9px;
}

.wizard__example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wizard__example-photo {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 3px solid #ffce22;
}

.wizard__text {
  font-size: 22px;
  font-family: UniNeueRegular;
  color: #585858;
}

.wizard__text-small {
  font-size: 16px;
}

.wizard__text-link {
  color: #5a55aa;
  text-decoration: underline !important;
}

.wizard__text-red {
  color: #a11313;
}

.wizard__text-title {
  color: #585858;
  font-size: 22px;
  font-family: UniNeueRegular;
}

.wizard__text-paragraph {
  color: #7d7d9b;
  font-size: 18px;
  font-family: UniNeueRegular;
}

.wizard__text-sub {
  color: #585858;
  font-size: 16px;
  font-family: UniNeueRegular;
  text-align: center;
}

.wizard__text-sub-with-underline {
  text-decoration: underline !important;
}

.wizard__title {
  font-size: 26px;
  font-family: UniNeueRegular;
  color: #7d7d9b;
}


.custom-warp-img{
  text-align: center;
}
.custom-warp-img img{max-width: 100%;}

#order-review{padding: 20px;margin: 20px auto;max-width:600px;position: relative; z-index: 100;background: #f8f8f8;}
#order-review .sb{text-align: right;}
.review-box-inputs input:checked ~ label,
.review-box-inputs label,
.review-box-inputs label:hover,
.review-box-inputs label:hover ~ label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiBpZD0ic3RhciIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzU1NTU1NSIgZD0iTTE2IDAgTDIxIDExIEwzMiAxMiBMMjMgMTkgTDI2IDMxIEwxNiAyNSBMNiAzMSBMOSAxOSBMMCAxMiBMMTEgMTEiLz48L3N2Zz4=);
  background-repeat: no-repeat;background-position: 0 0;opacity: 1;background-size: 100%;}
.review-box-inputs {margin: 0 auto;margin-top: 10px;min-width: 200px;min-height: 40px;overflow: hidden;*zoom: 1;position: relative;display: inline-block;}
.review-box-inputs input {display: none;border: 0;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;width:40px;height:40px;top:0;z-index:0;}

.review-box-inputs label {height: 40px;width: 40px;float: right;cursor: pointer;position: relative;z-index: 1;}
.review-box-inputs label:hover,
.review-box-inputs label:hover ~ label,
.review-box-inputs input:checked ~ label{
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiBpZD0ic3RhciIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmY2UyMiIgZD0iTTE2IDAgTDIxIDExIEwzMiAxMiBMMjMgMTkgTDI2IDMxIEwxNiAyNSBMNiAzMSBMOSAxOSBMMCAxMiBMMTEgMTEiLz48L3N2Zz4=);
  opacity: 1;height: 40px;width: 40px;}
#order-review .title{font-size: 24px; line-height: 28px; font-weight: 300;padding-bottom: 20px;}
#order-review .back_to_list{margin-top: 0;}
.review_sub{padding: 0 10px;margin-bottom: 0;font-size: 12px;}


.wizard__form {
  width: 100%;
  max-width: 930px;
  border: 5px solid #ffce22;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #fff;
  padding: 32px 52px 42px 52px;
  position: relative;
}

.wizard__form::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-27%);
  -moz-transform: translateX(-50%) translateY(-27%);
  -ms-transform: translateX(-50%) translateY(-27%);
  -o-transform: translateX(-50%) translateY(-27%);
  transform: translateX(-50%) translateY(-27%);
  width: 1657px;
  height: 788px;
  background-image: url("../i/form-bg-1.png");
  background-repeat: no-repeat;
}

.wizard__form::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  width: 1657px;
  height: 101px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  background-image: url("../i/form-bg-2.png");
  background-repeat: no-repeat;
}

.captcha{max-width: 302px;margin: 0 auto;margin-bottom: 15px;}
.cc-sitemap img{max-height: 20px;max-width: 20px;}

.wizard__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 95px 40px 140px;
  padding: 0;
  max-width: 676px;
  height: 9px;
  background-color: #ffce22;
}

.wizard__line .step {
  position: relative;
  height: 48px;
  width: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 8px solid #ffce22;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wizard__line .step .step__icon {
  display: none;
  width: 28px;
  height: 20px;
}

.wizard__line .step .step__icon-error {
  display: none;
}

.wizard__line .step.passed.with-error .step__content {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ff0000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.wizard__line .step.passed.with-error .step__icon {
  display: none;
}

.wizard__line .step.passed .step__content .step__icon {
  display: block;
}

.wizard__line .step.passed[onclick]:hover{cursor: pointer;}
.wizard__line .step.passed[onclick]:hover .step__icon{
  display: none;
}

.wizard__line .step.active.with-error .step__content {
  background-color: white;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.wizard__line .step.active.with-error .step__icon-error {
  display: block;
}
.wizard__line .step.passed[onclick]:hover .step__content,
.wizard__line .step.active .step__content {
  width: 24px;
  height: 24px;
  background-color: #5a55aa;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.wizard__line .step__title {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(100%) translateY(10px);
  -moz-transform: translateX(-50%) translateY(100%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(100%) translateY(10px);
  -o-transform: translateX(-50%) translateY(100%) translateY(10px);
  transform: translateX(-50%) translateY(100%) translateY(10px);
  font-size: 17px;
  font-family: UniNeueRegular;
  color: #7d7d9b;
  white-space: wrap;
  text-align: center;
  width: max-content;
}

.header {
  background-color: #eaeaea;
  border-top: 2px solid #6461b7;
}

.footer {
  width: 100%;
  background-color: #eaeaea;
  padding-top: 50px;
  padding-bottom: 70px;
  -webkit-transition: 150ms ease-in-out color;
  -o-transition: 150ms ease-in-out color;
  -moz-transition: 150ms ease-in-out color;
  transition: 150ms ease-in-out color;
}

.footer .link {
  display: block;
  font-size: 16px;
  font-family: UniNeueRegular;
  color: #665763;
  text-decoration: underline;
}

.footer .link + .link {
  margin-top: 20px;
}

.auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.auth > .link {
  font-size: 14px;
  font-family: UniNeueRegular;
  color: #433440;
  -webkit-transition: 150ms ease-in-out color;
  -o-transition: 150ms ease-in-out color;
  -moz-transition: 150ms ease-in-out color;
  transition: 150ms ease-in-out color;
  line-height: 33px;
}

.auth > .link + .button {
  margin-left: 17px;
}

.auth > .link:hover {
  color: #7b7a7b;
}

.auth > .button {
  font-size: 14px;
  font-family: UniNeueRegular;
  color: #433440;
  margin: 0;
  border: 1px solid #585858;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  background: transparent;
  outline: none;
  padding: 3px 20px;
  cursor: pointer;
}

.auth > .button:hover {
  border: 1px solid #7b7a7b;
  color: #7b7a7b;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -70px;
}

.social:hover .image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social:hover .link {
  color: #7b7a7b;
}

.social + .social {
  margin-top: 30px;
}

.social .link {
  display: block;
  font-size: 16px;
  font-family: UniNeueRegular;
  color: #665763;
  text-decoration: underline;
  -webkit-transition: 150ms ease-in-out color;
  -o-transition: 150ms ease-in-out color;
  -moz-transition: 150ms ease-in-out color;
  transition: 150ms ease-in-out color;
  white-space: nowrap;
}

.social .link + .link {
  margin-top: 20px;
}

.social .image {
  width: 47px;
  height: 47px;
  -webkit-transition: 150ms ease-in-out filter;
  -o-transition: 150ms ease-in-out filter;
  -moz-transition: 150ms ease-in-out filter;
  transition: 150ms ease-in-out filter;
}

.logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo__image {
  width: 180px;
  height: auto;
  max-height: 40px;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tx_confirmation{
  font-family: UniNeueBold;
  color: #333;
  background-color: #ffce22;
  text-align: center;
  padding:10px;
}
#tx_confirmation a{
  color: #333;
  text-decoration: underline;
  display: block;
  padding: 10px 0;
}

.info__text {
  color: #585858;
  font-size: 13px;
  font-family: UniNeueRegular;
  text-align: left;
  line-height: 1.385;
  max-width: 260px;
  margin-top: 25px;
}
.info__text b{
  font-family: UniNeueBold;
}

.rules ul{
  font-family: UniNeueRegular;
  font-size: 16px;
  color: #585858;
}
.rules h2 {
  text-align: center;
  font-family: UniNeueBook;
  font-size: 26px;
  color: #5352a7;
  margin-top: 12px;
}

.rules h2 + p {
  margin-top: 23px;
}

.rules .rules-wrapper {
  max-width: 919px;
}
.rules-wrapper .title {
  color: initial;
}
.rules h3 {
  text-align: center;
  font-family: UniNeueBook;
  font-size: 20px;
  color: #5352a7;
}

.rules p {
  font-size: 16px;
  color: #585858;
  font-family: UniNeueRegular;
  margin-bottom: 0;
  line-height: 1.2;
}

.rules p + h2 {
  margin-top: 45px;
}

.rules h2 + h3 {
  margin-top: 25px;
}

.rules h3 + p {
  margin-top: 18px;
}

.rules p + h3 {
  margin-top: 25px;
}

.trade-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.trade-wrapper .fixed-width {
  width: 213px;
}

.trade-wrapper .fixed-width .form-group {
  width: 100%;
}

.trade-wrapper .fixed-width .cc-input-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
}

.telegrma-header{
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  z-index: 10;
}

.telegrma-header a{
  color: white !important;
}


.telegrma-header img{max-width: 40px;max-height: 40px;}



#exchangeBlock2 .cc-input{font-size: 18px;}

#giveModal [data-payin="0"]{display: none;}
#takeModal [data-payout="0"]{display: none;}
.green{color: green;font-weight: bold;}

#wrng .wizard__text-paragraph{
  list-style: none;
}
.cc-modal .mob-apps-alert .modal-header .modal-title{
    text-align: center;
    font-size: 24px;
}
.mob-apps-alert p{
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}
.mob-apps-alert p a{
    text-decoration: underline;
}
.mob-apps-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mob-apps-flex a{
  margin: 0 5px 10px;
}
.cab-partners-history{
  padding: 15px 0;
}
@media (min-width: 1200px){
  .navbar-expand-lg .navbar-toggler{
    display: none;
  }
  .navbar-expand-lg .navbar-collapse{
    display: flex;
  }
}
@media (max-width: 1200px) {
  .new-short {
    width: 100%;
    height: 100%;
  }
  .sub-header .nav-link {
    padding: 11px 21px;
  }
  .trade-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .trade-wrapper .fixed-width {
    width: 100%;
  }
  .navbar-expand-lg .navbar-toggler{
    display: block;
  }
  .navbar-expand-lg .navbar-collapse.collapse:not(.show){
    display: none;
  }
  .navbar-expand-lg .navbar-collapse.collapse{
    flex-basis: 100%;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
  }
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid{
    flex-wrap: wrap;
  }
  .navbar-expand-lg .navbar-nav{
    flex-basis: 100%;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .social{margin-left: 0;}
  .divider {
    background-image: none;
    height: auto;
    padding: 30px 0;
  }
  .wizard__line .step__title {
    width: initial;
  }

  html[lang="zh"] .wizard__line .step__title {
    white-space: nowrap;
  }
  .divider__content {
    width: 100%;
    margin-left: 0;
  }
  .modal-lg {
    max-width: 750px;
  }
  .modal-lg .modal-content {
    background-image: none;
    background-color: #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 5px solid #ffce22;
  }
  .sub-header {
    height: auto;
    background-image: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub-header__tabs {
    padding: 30px 0;
  }
  .sub-header__button {
    position: relative;
    display: block;
    margin: 20px auto 0;
  }
  .sub-header__breadcrumbs {
    position: relative !important;
    display: block;
    margin: 20px auto 0;
    padding-bottom: 10px;
    color: white;
    bottom: 0;
    left: 0;
  }
  .sub-header__breadcrumbs a {
    color: white;
    text-decoration: underline;
  }
  .sub-header .nav {
    display: block;
  }
  .sub-header .nav .nav-link {
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .sub-header .nav .nav-item + .nav-item {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  #ytWidget{
    margin: 0 auto;
    text-align: center;
  }
  .new-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .new-short {
    max-width: none;
  }
  .wizard__line {
    width: 300px;
    height: 6px;
  }
  .wizard__line .step {
    height: 36px;
    width: 36px;
    border: 6px solid #ffce22;
  }
  .wizard__line .step.active .step__content,
.wizard__line .step.passed.with-error .step__content {
    width: 18px;
    height: 18px;
  }
  .wizard__line .step:nth-child(2n) .step__title {
    -webkit-transform: translateX(-50%) translateY(-50%) translateY(10px);
    -moz-transform: translateX(-50%) translateY(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(-50%) translateY(10px);
    -o-transform: translateX(-50%) translateY(-50%) translateY(10px);
    transform: translateX(-50%) translateY(-50%) translateY(10px);
  }
  .wizard__line .step__title {
    min-height: 96px;
    display: flex;
  }
  .wizard__line .step:nth-child(odd) .step__title {
    align-items: flex-start;
  }
  .wizard__line .step:nth-child(even) .step__title {
    transform: translateX(-50%) translateY(-49%) translateY(10px);
    align-items: flex-end;
  }
  .wizard__line {
    margin-top: 140px;
  }
  .wizard__line .step__title {
    font-size: 16px;
  }
  [align="right"] .btn-group .btn {
    border-radius: .25rem!important;
    border-radius: .25rem!important;
  }
 
  [align="right"] .btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: -5px;
    margin-bottom: -5px;
  }
  [align="right"] .btn-group .btn {
    min-width: 120px;
    margin: 5px;
  }

}
@media(min-width: 576px) and (max-width: 767px) {
  html[lang="zh"] .wizard__line .step:nth-child(2n) .step__title {
    transform: translateX(-50%) translateY(-49%) translateY(10px);
  }
}
@media(min-width: 769px) and (max-width: 991px) {
  html[lang="zh"] .wizard__line .step:nth-child(2n) .step__title {
    transform: translateX(-50%) translateY(-205%) translateY(10px);
  }
}
.comment-wrapper:first-child .comment__divider {
  display: none;
}

.comment-wrapper:last-child .comment__divider-bottom {
  display: block;
}

.comment__username {
  font-family: UniNeueBold;
  font-size: 16px;
  color: #585858;
}

.comment__divider {
  border-bottom: 2px solid #5352a7;
}

.comment__divider-bottom {
  display: none;
  border-bottom: 2px solid #5352a7;
}

.comment__content {
  font-family: UniNeueRegularItalic;
  font-size: 18px;
  color: #585858;
  line-height: 1.2;
}

.comment__date {
  font-family: UniNeueBook;
  font-size: 12px;
  color: #585858;
}

.comment__date-wrapper .fal {
  color: #585858;
}

.comment__reply-button {
  font-family: UniNeueBook;
  font-size: 14px;
  color: #5352a7 !important;
  text-decoration: underline !important;
}

.comment__reply-wrapper .fas {
  color: #5352a7;
}

.comment-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment.reply {
  width: 80%;
  margin-right: auto;
}

@media (max-width: 575px) {
  .telegrma-header{zoom: .8;}

  .logo__image {
    width: 190px;
  }
  .footer .link {
    text-align: center;
  }
  .modal .coins-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .modal .coins-list .coin {
    margin-bottom: 5px;
  }
  .modal-header {
    padding: 20px !important;
  }
  .modal .cc-close {
    top: 20px;
    right: 20px;
  }
  .modal .cc-form {
    padding: 10px 20px 40px;
  }
  .modal .cc-form .modal-body {
    padding: 20px 0 0;
  }
  .modal .modal-dialog {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: initial !important;
  }
  .modal .modal-dialog .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: none;
    background-color: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    overflow-y: auto;
    border: none;
  }
  .modal .modal-dialog .modal-header {
    display: block;
    padding: 70px 0;
    margin: 0;
  }
  .modal .modal-dialog .modal-body {
    height: 100%;
    overflow-y: auto;
  }
  .modal .modal-dialog .modal-footer {
    padding: 10px 0 0;
  }
  .contacts__circles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts__circles .contacts__circle-wrapper {
    margin-top: 15px;
  }
  .wizard__form {
    border-left: none;
    border-right: none;
    padding: 30px 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .wizard__line {
    width: 265px;
  }
  .wizard__line .step__title {
    font-size: 14px;
  }
  .reserves .item .amount-info .count {
    font-size: 13px;
  }
  .reserves .item .amount-info .currency {
    margin-left: 2px;
  }
  .reserves .item-title {
    font-size: 13px;
  }
  #mob-apps-modal .modal-header{
    padding-bottom: 10px !important;
  }
  #mob-apps-modal .modal-dialog{
    bottom: unset;
    height: auto;
  }
  #mob-apps-modal .modal-dialog .modal-content{
    padding-bottom: 20px !important;
  }

}

@media (min-width: 1200px) {
  .form-group.form-group-with-currency-logo #from_summ,
  .form-group.form-group-with-currency-logo #to_summ{max-width: 68%;}
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 610px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 940px;
  }
}


#bmt:hover{
  opacity: 0.7;
}

#bmt{
  border: 1px solid #7d7d9b;
  font-size: 18px;
  font-family: UniNeueRegular;
  color: #7d7d9b;
  padding: 8px;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
}

#td{
  font-size: 18px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

@media (min-width: 576px){
  #ddd {
    max-width: 900px !important;
  }
}

.strelkaps{
  float: right;
  width: 24px;
  height: auto;
  margin-right: 8px;
  margin-top: 8px;
}

.btn-change-language {
  padding: 0;
  margin: 0;
  background: none;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-right: 30px;
}
.btn-change-language .img-li-lang {
  max-width: 24px;
  margin-right: 7px;
  border: 4px solid #433440;
}
.btn-change-language .arrow-icon {
  margin-left: 6px;
  margin-top: 6px;
}
.lang-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  float: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  display: none;
  background-color: rgba(0,0,0,.5);
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.lang-menu.show {
  display: flex;
}
.lang-menu__window {
  max-width: 472px;
  width: 100%;
  position: relative;
}
.lang-menu__window svg {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.choose-lang {
  color: #5a55aa;
  font-family: UniNeueLight !important;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}
.choose-lang::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 67px;
  height: 1px;
  background-color: #5a55aa;
}
.lang-menu__window ul {
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  top: -5px;
  position: relative;
}
.lang-menu .img-li-lang {
  max-width: 30px;
  border: 1px solid #ffce22;
}
.lang-menu .lang-li a {
  display: flex;
  line-height: 1;
  font-family: UniNeueLight !important;
  font-size: 17px;
  color: #433440;
  align-items: center;
}
.a-change-lang .img-li-lang {
  margin-right: 19px;
}
.lang-menu .lang-li a:hover {
  text-decoration: none;
}
.lang-menu .lang-li:not(:last-child) {
  margin-bottom: 14px;
}
.lang-close {
  width: 33px;
  height: 33px;
  background: 0;
  border: none;
  padding: 0;
  margin: 0;
  top: 0;
  right: -35px;
  position: absolute;
  cursor: pointer;
}
.lang-drop-menu.desktop{
  margin-left: 15px;
}
.lang-drop-menu.mobile {
  display: none;
}
.cc-label-memo::first-letter{
  text-transform: uppercase;
}
@media(max-width: 767px) {

  .lang-menu {
    background-color: #fff;
  }
  .lang-menu.show {
    display: block;
  }
  .lang-menu__window {
    max-width: 100%;
  }
  .btn-change-language .arrow-icon {
    margin-top: 4px;
  }
  .lang-menu__window svg {
    display: none;
  }
  .lang-menu__window ul {
    max-width: 100%;
  }
  .lang-close {
    top: 20px;
    right: 20px;
  }
  .lang-menu__window ul {
    margin-top: 75px;
    padding-left: 30px;
  }
  .choose-lang {
    text-align: left;
    width: max-content;
  }
  .lang-close {
    top: -55px;
    right: 20px;
  }
}
@media(max-width: 1199px) {
  .lang-drop-menu.mobile {
    display: block;

  }
  .lang-drop-menu.mobile .btn-change-language {
    position: absolute;
    z-index: 2;
    bottom: -33px;
    font-size: 13px;
    color: #fff;
    left: 15px;
  }
  .lang-drop-menu.mobile .btn-change-language .img-li-lang {
    border-color: 2px;
    border-width: 2px;
  }
  .lang-drop-menu.desktop {
    display: none;
  }
  .telegrma-header {
    font-size: 13px;
  }

  .telegrma-header img {
    max-width: 33px;
    max-height: 33px;
  }
  .lang-menu__window ul{
    top: -20px
  }
  .lang-menu__window svg{
    top: 50%
  }
}
@media(max-width: 767px){
  .lang-menu .lang-li:not(:last-child){
    margin-bottom: 17px
  }
}
.table-responsive- {
  overflow: auto;
}
.table-wrapper {
  overflow: auto;
}

@media(min-width: 992px) {
  .navbar {
    flex-flow: inherit;
  }
}
html:lang(ar) .dirrtl{
  direction: rtl;
  text-align: right;  
}
.page-content-wrapper .sub-header{
  height: auto;
  padding-bottom: 60px;
}
.page-content-wrapper .dashboard__info{
  text-align: left;
}

.one-separated-warning a {color:yellow}
.lite_offer{
  background-color: #ffce22;
  text-align: center;
  padding: 10px;
}

#props-left select {
  background-color: #f5f1e4;
}
.captcha-cont > div > div {
  margin: 0 auto;
  margin-top: 20px;
}

.email_unconfirmed{margin-top: 20px;}
.check-agree:hover {
  cursor: pointer;
}

#poleCoupons {
  display: inline-block;
  max-width: 400px;
}

.inpWrp {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.couponBtn {
  background: #666cc6;
  color: white;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: bold;
  transition: all .3s;
}
.couponBtn:hover {
  cursor: pointer;
  background: #aa81d1;
}
#couponLkResponse {
  color: #43489f;
  text-align: center;
  margin-top: 5px;
}