@charset "UTF-8";
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, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-selectbox {
  z-index: 10;
}
.jq-selectbox__select {
  position: relative;
}
.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
  position: absolute;
}
.jq-selectbox__search input {
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.jq-number {
  display: inline-block;
}
.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0; /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}
.jq-checkbox {
  top: -1px;
  width: 13px;
  height: 13px;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #F6F6F6;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 9px;
  height: 9px;
  margin: 2px 0 0 2px;
  background: #666;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
}
.jq-checkbox.disabled {
  opacity: 0.5;
}
.jq-radio {
  width: 12px;
  height: 12px;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #F6F6F6;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  vertical-align: middle;
  cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  margin: 3px 0 0 3px;
  background: #666;
}
.jq-radio.disabled {
  opacity: 0.5;
}
.jq-file {
  width: 270px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}
.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF;
}
.focused .jq-file__name {
  border: 1px solid #5794BF;
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
  color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}
.jq-selectbox__select {
  height: 56px;
  padding: 0px 40px 0 15px;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 54px;
  color: #000;
  /*font-family: Arial, sans-serif;*/
}
.inp-error .jq-selectbox__select {
  border-color: #E84849;
  color: #E84849;
}
.jq-selectbox__select:hover {
  background: #F5F5F5;
}
.jq-selectbox__select:active {
  background: #F5F5F5;
}
.jq-selectbox.focused .jq-selectbox__select {
  background: #F5F5F5;
}
.jq-selectbox.opened .jq-selectbox__select {
  border-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  background: none;
}
.jq-selectbox__dropdown {
  top: 40px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 5px 10px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  /*font-family: Arial, sans-serif;*/
}
.jq-selectbox li.selected {
  background-color: #000;
  color: #FFF;
}
.jq-selectbox li:hover {
  background-color: #000;
  color: #FFF;
}
.jq-selectbox li.disabled {
  color: #ccc;
  background: none;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}
.jq-select-multiple li.disabled {
  color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}
.jq-select-multiple li.optgroup {
  font-weight: bold;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
.jq-selectbox__select:hover, .jq-selectbox__select:focus {
  background: none;
}
.jq-selectbox.focused {
  background: none;
}
.jq-selectbox.focused .jq-selectbox__select {
  background: none;
}
.jq-selectbox__trigger-arrow {
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -3px;
  border: none;
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  transform: rotate(-135deg);
  margin-top: -2px;
}
.jq-selectbox__dropdown {
  border: 1px solid #212121;
  border-radius: 4px;
  overflow: hidden;
  top: 55px;
}
.jq-selectbox li {
  min-height: 40px;
  padding: 10px 10px 10px 30px;
  font-family: inherit;
  font-size: 16px;
}
.jq-selectbox li.sel,
.jq-selectbox li.selected {
  background: #212121;
  color: #fff;
}
.jq-selectbox li:hover:not(.sel) {
  background: #f6f6f6;
  color: #282d5b;
}
.jq-selectbox.opened .jq-selectbox__select {
  border-color: #ededed;
}
.error .jq-selectbox__select-text.placeholder {
  display: none;
}
.error .jq-selectbox__select {
  border-bottom-color: #fd0c13;
}
.jq-selectbox__search {
  margin: 0;
  background: #212121;
  padding: 10px 10px 10px 30px;
}
.jq-selectbox__search input {
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 0;
  font-size: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE1LjggMTQuNmwtNC00YTYuMyA2LjMgMCAwIDAgMS42LTQuMWMwLTMuNi0zLTYuNS02LjctNi41UzAgMi45IDAgNi41czMgNi40IDYuNyA2LjRhNi44IDYuOCAwIDAgMCAzLjgtMS4xbDQgNCAuNi4yYS45LjkgMCAwIDAgLjYtLjIuOC44IDAgMCAwIDAtMS4yem0tOS4xLTEzYzIuNyAwIDUgMi4yIDUgNC45IDAgMi42LTIuMyA0LjctNSA0LjdzLTUtMi4xLTUtNC43YzAtMi43IDIuMy00LjggNS00Ljh6Ii8+PC9zdmc+);
  background-position-x: right;
}
.jq-selectbox__search input::-moz-placeholder {
  opacity: 0.8 !important;
  color: #fff !important;
}
.jq-selectbox__search input:-ms-input-placeholder {
  opacity: 0.8 !important;
  color: #fff !important;
}
.jq-selectbox__search input::placeholder {
  opacity: 0.8 !important;
  color: #fff !important;
}
.jq-selectbox__not-found {
  padding: 10px 25px 10px;
  background: #f6f6f6;
  font-size: 16px;
  min-height: 40px;
}
/* vars */
/*$b: $d/10;*/
.clock-spinner,
.blockUI .spinner {
  width: 26px;
  height: 26px;
  position: relative;
  /*top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;*/
  border: 2px solid #212121;
  border-radius: 50%;
  display: inline-block;
}
.clock-spinner:before, .clock-spinner:after,
.blockUI .spinner:before,
.blockUI .spinner:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  background-color: #212121;
  border-radius: 1px;
  transform-origin: 50% 0%;
}
.clock-spinner:before,
.blockUI .spinner:before {
  height: 6.5px;
  left: 10px;
  top: 50%;
  animation: spin 8000ms linear infinite;
}
.clock-spinner:after,
.blockUI .spinner:after {
  height: 9px;
  left: 10px;
  top: 50%;
  animation: spin 2000ms linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.blockUI .spinner {
  transform: scale(2);
}
.group-result .clock-spinner {
  vertical-align: middle;
  margin: -5px 0 -5px 5px;
}
.datepickers-container .datepicker {
  border-color: #212121;
  box-shadow: none;
  /*border-radius: 4px;*/
  font-family: inherit;
  font-size: 16px;
  color: #212121;
  /*margin-top: 6px;*/
}
.datepickers-container .datepicker--pointer {
  display: none;
}
.datepickers-container .datepicker--nav {
  border-bottom-color: transparent;
  background: #212121;
  color: #fff;
}
.datepickers-container .datepicker--nav-title {
  border-radius: 0;
  padding: 0 10px;
}
.datepickers-container .datepicker--nav-title i {
  color: #fff;
}
.datepickers-container .datepicker--nav-title:hover {
  background: #444;
}
.datepickers-container .datepicker--nav-action {
  color: #999;
  border-radius: 0;
}
.datepickers-container .datepicker--nav-action:hover {
  background: #444;
  color: #fff;
}
.datepickers-container .datepicker--nav-action path {
  stroke: currentColor;
  stroke-width: 1px;
}
.datepickers-container .datepicker--day-name {
  color: #ccc;
}
.datepickers-container .datepicker--cell {
  border-radius: 0;
}
.datepickers-container .datepicker--cell-day.-other-month-,
.datepickers-container .datepicker--cell-day.-other-month-:hover {
  color: #888;
}
.datepickers-container .datepicker--cell-year.-other-decade-,
.datepickers-container .datepicker--cell-year.-other-decade-:hover {
  color: #212121;
}
.datepickers-container .datepicker--cells .datepicker--cell.-disabled-,
.datepickers-container .datepicker--cells .datepicker--cell.-disabled-.-focus- {
  color: #ccc;
}
.datepickers-container .datepicker--cell-day {
  border-radius: 50%;
  height: 34px;
}
.datepickers-container .datepicker--cell.-other-month-.-selected-,
.datepickers-container .datepicker--cell.-other-month-.-selected-.-focus-,
.datepickers-container .datepicker--cell.-other-decade-.-selected-,
.datepickers-container .datepicker--cell.-other-decade-.-selected-.-focus-,
.datepickers-container .datepicker--cell.-selected-,
.datepickers-container .datepicker--cell.-selected-.-focus- {
  background: #212121;
  color: #fff;
}
.datepickers-container .datepicker--cell.-focus-.-disabled- {
  background: none;
}
.input-dob-hidden {
  visibility: hidden;
  position: absolute;
  left: -10000px;
}

@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/AvenirNext-HeavyItalic.woff2") format("woff2"), url("../../fonts/AvenirNext-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/AvenirNext-Bold.woff2") format("woff2"), url("../../fonts/AvenirNext-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/AvenirNext-MediumItalic.woff2") format("woff2"), url("../../fonts/AvenirNext-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/AvenirNext-Heavy.woff2") format("woff2"), url("../../fonts/AvenirNext-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/AvenirNext-Italic.woff2") format("woff2"), url("../../fonts/AvenirNext-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/AvenirNext-Regular.woff2") format("woff2"), url("../../fonts/AvenirNext-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/AvenirNext-BoldItalic.woff2") format("woff2"), url("../../fonts/AvenirNext-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/AvenirNext-Medium.woff2") format("woff2"), url("../../fonts/AvenirNext-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-ExtraLight.ttf") format("ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Thin.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-ExtraLight.ttf") format("ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Thin.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
section {
  float: left;
  width: 100%;
}
body {
  font-family: "Avenir Next", sans-serif;
  color: #212121;
}
input, textarea, button {
  font-family: "Avenir Next", sans-serif;
}
.form-widg {
  width: 100%;
  max-width: 680px;
  padding: 0 52px;
  margin: 0 auto;
  position: relative;
}
.form-widg-in {
  position: absolute;
  left: 52px;
  right: 52px;
  top: 0;
  min-height: 100vh;
  padding-bottom: 150px;
}
.form-widg-top {
  float: left;
  width: 100%;
  padding: 40px 54px 0 54px;
  position: relative;
  z-index: 9;
}
.number-top {
  position: absolute;
  left: 0;
  top: 44px;
}
span.act-num {
  font-size: 24px;
  font-weight: bold;
}
span.all-num {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  left: -3px;
}
.title-widg {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
.sub-title {
  padding-top: 4px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  color: #4f4f4f;
  font-weight: normal;
  min-height: 22px;
  width: 100%;
}
.choose-convert-sum {
  float: left;
  width: 100%;
  min-height: calc(100vh - 255px);
  padding: 0 54px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.convert-inp-sum {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.convert-inp-sum input {
  padding-right: 129px;
  width: 100%;
  font-family: "Avenir Next", sans-serif;
  height: 116px;
  font-weight: bold;
  font-size: 104px;
  border: none;
  outline: none !important;
  border-bottom: 1px solid #EDEDED;
}
.convert-inp-sum input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EDEDED;
  opacity: 1; /* Firefox */
}
.convert-inp-sum input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EDEDED;
  opacity: 1; /* Firefox */
}
.convert-inp-sum input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EDEDED;
  opacity: 1; /* Firefox */
}
.convert-inp-sum input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #EDEDED;
}
.convert-inp-sum input::-ms-input-placeholder { /* Microsoft Edge */
  color: #EDEDED;
}
.select-curr {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.now-choose {
  position: relative;
  padding-right: 20px;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  color: #69717b;
}
.now-choose:before {
  display: block;
  content: "";
  border-right: 1px solid #69717b;
  border-bottom: 1px solid #69717b;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  right: 3px;
  top: 3px;
}
.drop-curr {
  display: none;
  position: absolute;
  left: -5px;
  top: 50px;
  margin-top: 0;
  width: calc(100% + 6px);
  background: #FFF;
  border: 1px solid #212121;
  border-radius: 4px;
  z-index: 5;
}
.drop-curr ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style-type: none;
}
.drop-curr ul li {
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #212121;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.2s;
  cursor: pointer;
}
.drop-curr ul li.active, .drop-curr ul li:hover {
  background: #212121;
  color: #FFF;
}
.change-to-curr {
  float: left;
  font-size: 16px;
  line-height: 20px;
  color: #69717B;
  letter-spacing: 1px;
}
.graph-info {
  float: right;
  padding-top: 2px;
  padding-left: 22px;
  position: relative;
}
.circ-ico {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.rate-update-spinner-bg {
  fill: #eee;
  stroke: none;
}
.rate-update-spinner-segment {
  fill: #fff;
  stroke: #212121;
  stroke-width: 3;
}
.circ-val {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.buy-with {
  float: left;
  width: 100%;
  padding-top: 24px;
}
.buy-with-name {
  float: left;
  font-size: 18px;
  line-height: 20px;
  color: #C8C8C8;
  margin-right: 24px;
}
.one-bay-with {
  float: left;
  margin-right: 24px;
}
.one-bay-with:last-child {
  margin-right: 0;
}
label.radio-style {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  padding-left: 32px;
}
label.radio-style input {
  position: absolute;
  left: -9999px;
}
label.radio-style i {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -13px;
  border: 1px solid #EDEDED;
  border-radius: 50%;
}
label.radio-style i:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #212121;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  opacity: 0;
}
label.radio-style input:checked + i:before {
  opacity: 1;
}
.footer-widget {
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0;
  padding: 0 54px;
}
.widg-bt button {
  margin-right: 16px;
  float: left;
}
.widg-bt button:last-child {
  margin-right: 0;
}
.def-bt {
  text-align: center;
  cursor: pointer;
  font-family: "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  outline: none;
  height: 56px;
  border-radius: 4px;
  background-color: #212121;
  font-size: 20px;
  padding: 0 32px;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  transition: all 0.3s;
}
.def-bt:disabled {
  color: #C8C8C8 !important;
  background-color: #EDEDED !important;
  cursor: not-allowed;
}
.def-bt:hover {
  background-color: #69717B;
}
.def-bt.with-arrow {
  padding: 0 67px 0 32px;
}
.with-arrow i {
  overflow: hidden;
  line-height: 18px;
  right: 25px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.def-bt.with-arrow:disabled {
  padding: 0 32px;
}
.def-bt.with-arrow:disabled i {
  width: 0;
}
.with-arrow i svg {
  vertical-align: top;
}
.back-bt {
  cursor: pointer;
  font-family: "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  border: none;
  outline: none;
  height: 56px;
  width: 56px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  border: solid 1px #212121;
  transition: all 0.3s;
}
.back-bt:hover {
  background-color: #212121;
  color: #fff;
}
.back-bt i {
  line-height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.back-bt i svg {
  vertical-align: top;
}
.back-bt i svg path {
  transition: all 0.3s;
}
.back-bt:hover i svg path {
  fill: #fff;
}
.cancel-bt {
  cursor: pointer;
  font-family: "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  border: none;
  outline: none;
  height: 56px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  color: #212121;
  position: relative;
  padding: 0 24px 0 0;
  transition: all 0.3s;
}
.border-bt {
  cursor: pointer;
  font-family: "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  border: none;
  outline: none;
  height: 56px;
  padding: 0 33px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  color: #212121;
  position: relative;
  border: solid 1px #212121;
  transition: all 0.3s;
}
.border-bt:hover {
  background-color: #212121;
  color: #fff;
}
.border-bt span {
  line-height: 1;
  display: block;
  padding-left: 26px;
  position: relative;
}
.border-bt span i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.border-bt span i svg {
  vertical-align: top;
}
.border-bt span i svg path {
  transition: all 0.3s;
}
.border-bt:hover span i svg path {
  fill: #fff;
}
.copyright {
  float: left;
  width: 100%;
  padding-top: 50px;
  font-size: 12px;
  color: #4F4F4F;
}
.copyright a {
  color: #4F4F4F;
}
.log-tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 49px;
}
.log-tabs ul {
  padding: 0 0 0 0;
  position: relative;
  bottom: -1px;
}
.log-tabs ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 0;
  cursor: pointer;
}
.log-tabs ul li span {
  display: block;
  font-size: 24px;
  line-height: 0.83;
  color: #69717B;
  border-bottom: 5px solid transparent;
  padding-top: 10px;
  transition: 0s;
  padding-bottom: 16px;
}
.log-tabs ul li.active span {
  color: #212121;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  border-bottom-color: #212121;
  padding-top: 2px;
}
.log-tabs-wrap {
  float: left;
  width: 100%;
  padding: 0 54px;
}
.one-log-tab {
  display: none;
}
.widg-input {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.widg-input-name {
  float: left;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #C8C8C8;
  margin-bottom: 4px;
}
.widg-input-field > input {
  outline: none;
  height: 56px;
  border-radius: 4px;
  border: solid 1px #c8c8c8;
  width: 100%;
  padding: 0 15px;
}
.forg-pass {
  float: left;
  width: 100%;
  margin-top: -6px;
}
.forg-pass a {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
}
.forg-pass a:hover {
  text-decoration: none;
}
.error-mess {
  display: none;
  position: absolute;
}
.widg-input.inp-error input {
  border-color: #E84849;
  color: #E84849;
}
.widg-input.inp-error .error-mess {
  display: block;
  color: #E84849;
  font-size: 12px;
  font-weight: 500;
  top: 100%;
}
.one-check {
  float: left;
  width: 100%;
  margin-bottom: 17px;
  font-size: 18px;
}
label.check-widg {
  outline: none !important;
  display: block;
  overflow: hidden;
  position: relative;
  font-weight: normal;
  /*padding-left: 40px;*/
  cursor: pointer;
  padding: 1px 0 1px 40px;
}
.inp-error label.check-widg {
  color: #E84849;
}
.inp-error label.check-widg a {
  color: #E84849;
  border-color: #E84849;
}
label.check-widg input {
  position: absolute;
  left: -9999px;
}
label.check-widg i {
  border: 1px solid #EDEDED;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 1px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
label.check-widg i:hover {
  border-color: #212121;
}
.inp-error label.check-widg i {
  border: 1px solid #E84849;
}
label.check-widg i svg {
  opacity: 0;
  transition: all 0.3s;
}
label.check-widg input:checked + i svg {
  opacity: 1;
}
label.check-widg span {
  display: block;
}
label.check-widg a {
  color: #212121;
  text-decoration: underline;
  outline: none !important;
}
label.check-widg a:hover {
  text-decoration: none;
}
.qr {
  float: left;
  width: 100%;
  padding-top: 43px;
}
.qr-ico {
  float: left;
  padding-top: 4px;
}
.qr-descr {
  padding-left: 136px;
  font-size: 18px;
}
.qr-vall {
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
}
.qr-val-in {
  display: inline-block;
  padding-right: 27px;
  position: relative;
  max-width: 100%;
}
.qr-val-in > span {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.copy-this {
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 1px;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.copy-this svg {
  vertical-align: top;
}
.copy-this span {
  height: 18px;
  line-height: normal;
}
.wath-copy {
  display: none;
}
.qr-text {
  line-height: 22px;
}
.form-pay {
  float: left;
  width: 100%;
  padding: 48px 54px 0;
}
.choose-payment {
  float: left;
  width: 100%;
}
.choose-payment-tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.choose-rad-pay {
  float: left;
  width: 100%;
  margin-bottom: 17px;
}
.one-choose-pay {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.one-choose-pay label.radio-style {
  padding-left: 40px;
}
label.radio-style.has-img b {
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
label.radio-style.has-img span {
  display: inline-block;
  padding-left: 34px;
}
.card-info-wrap {
  float: left;
  width: 100%;
  padding: 48px 0 0;
}
.card-info {
  float: left;
  width: 100%;
}
.card-top {
  padding: 33px 54px 0;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.11);
  border-radius: 12px;
}
.card-brand {
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.widg-input-half {
  float: left;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.widg-input-half .widg-input {
  width: calc(50% - 12px);
}
.card-bot {
  float: left;
  width: 100%;
  padding: 49px 54px 0;
}
.info-step {
  float: left;
  width: 100%;
  padding: 48px 54px;
}
.info-step-one {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.info-step-one-text {
  float: left;
  width: 100%;
}
.info-step-one-text p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 22px;
}
.info-step-one-text p:last-child {
  margin-bottom: 0;
}
.info-vallet {
  padding-top: 16px;
  padding-bottom: 16px;
  float: left;
  width: 100%;
}
.info-vallet-in {
  cursor: pointer;
  margin: 0 -16px;
  height: 56px;
  line-height: 54px;
  padding: 0 45px 0 16px;
  border-radius: 4px;
  border: 1px dashed #3366FF;
  position: relative;
}
.was-copy {
  color: #3366FF;
}
.info-vall-val {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
}
.info-vallet-in .copy-this {
  width: 62px;
  padding-top: 2px;
}
.pay-list-info {
  float: left;
  width: 100%;
}
.pay-list-one {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 21px;
}
.pay-list-one li {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}
.pay-list-one li:last-child {
  margin-bottom: 0;
}
.pay-list-one li span {
  display: block;
}
.p-name {
  width: 187px;
  float: left;
  color: #C8C8C8;
  padding-right: 20px;
}
.p-val {
  padding-left: 187px;
  -ms-word-break: break-all;
  word-break: break-all;
}
.p-val a {
  color: #212121;
}
.p-val b {
  font-weight: bold;
}
.middle-block {
  width: 100%;
  padding: 20px 0;
  min-height: calc(100vh - 40px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.info-status {
  width: 100%;
  padding: 0 54px;
}
.info-status-ico {
  margin-bottom: 32px;
}
.info-status-ico svg {
  vertical-align: top;
}
.info-status-tit {
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 8px;
}
.info-status-text {
  margin-bottom: 8px;
  color: #4F4F4F;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
}
.info-status-bt button {
  display: inline-block;
}
.sub-title.error-tit {
  color: #E84849;
}
.list-suc {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  margin-top: -10px;
}
.list-suc li {
  margin-bottom: 8px;
}
.list-suc li span {
  display: block;
}
.suc-name {
  width: 164px;
  float: left;
  color: #C8C8C8;
  padding-right: 20px;
}
.suc-val {
  padding-left: 164px;
  font-weight: bold;
  -ms-word-break: break-all;
  word-break: break-all;
}
.suc-descr {
  text-align: left;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
}
.card-debit {
  padding: 0 54px;
}
.card-info-debet {
  float: left;
  width: 100%;
  padding: 27px 0 0 0;
}
/*
.widg-input.inp-ok .widg-input-field input {
  border-color: #3366FF;
  padding-right: 40px;
  background: url("~@app_assets/images/merchants/ok.svg") right 16px center no-repeat;
}
*/
/*

  квадрат
  {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  border: none;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
  */
@media (max-width: 600px) {
  .form-widg {
    padding: 0 20px;
  }
  .form-widg-in {
    left: 20px;
    right: 20px;
  }
  .form-widg-top {
    padding: 20px 20px 0 20px;
  }
  .number-top {
    top: 31px;
    left: -12px;
  }
  span.act-num {
    font-size: 18px;
  }
  span.all-num {
    font-size: 12px;
  }
  .footer-widget {
    padding: 0 20px;
  }
  .choose-convert-sum {
    left: 20px;
    right: 20px;
  }
  .convert-inp-sum input {
    font-size: 64px;
    height: 80px;
    padding-right: 88px;
  }
  .select-curr {
    bottom: 16px;
  }
  .log-tabs-wrap {
    padding: 0 20px;
  }
  .form-pay {
    padding: 20px 20px 0;
  }
  .card-top {
    padding: 20px 20px 0;
  }
  .card-bot {
    padding: 30px 20px;
  }
  .form-widg-in {
    padding-bottom: 180px;
  }
  .info-step {
    padding: 20px 20px;
  }
  .p-name {
    width: 40%;
  }
  .p-val {
    padding-left: 40%;
  }
  .qr-ico {
    width: 67px;
  }
  .qr-ico svg {
    width: 67px;
    height: auto;
  }
  .qr-descr {
    padding-left: 90px;
  }
  .qr-vall {
    margin-bottom: 10px;
  }
  .info-status {
    padding: 0 20px;
  }
  .def-bt.with-arrow {
    padding: 0 60px 0 28px;
  }
  .no-bt-footer {
    padding-bottom: 40px;
  }
  .card-debit {
    padding: 0 20px;
  }
  .buy-with-radio {
    width: 100%;
    float: left;
    padding-top: 15px;
  }
  .choose-convert-sum {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .form-widg-in {
    padding-bottom: 210px;
  }
  .widg-bt {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap-reverse;
  }
  .widg-bt button {
    margin: 0;
    width: 100%;
    text-align: left !important;
    margin-bottom: 15px;
  }
  .widg-bt button:first-child {
    margin-bottom: 0;
  }
  .widg-bt button.cancel-bt {
    text-align: center !important;
  }
  .widg-input-half .widg-input {
    width: 100%;
  }
  .jq-selectbox__dropdown {
    width: 100% !important;
  }
}
a {
  color: #212121;
}
input.input-currency {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
input.input-currency::-webkit-outer-spin-button,
input.input-currency::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .intl-tel-input,
body .iti {
  width: 100%;
}
body .intl-tel-input.separate-dial-code .selected-flag,
body .iti.separate-dial-code .selected-flag {
  background-color: transparent;
}
body .intl-tel-input.separate-dial-code .selected-dial-code,
body .iti.separate-dial-code .selected-dial-code {
  font-size: 13px;
}
.box-field_mobile .flag-container,
.box-field_mobile .iti__flag-container {
  display: none;
}
.box-field_mobile.focused-field .flag-container,
.box-field_mobile.focused-field .iti__flag-container {
  display: block;
}
.alert-wrapper {
  clear: both;
  width: 100%;
  padding: 30px 54px 0;
}
@media (max-width: 600px) {
  .alert-wrapper {
    padding: 30px 20px 0;
  }
}
.alert-wrapper:empty {
  position: absolute;
  left: -10000px;
}
.alert {
  padding: 15px 20px;
  /*padding: 15px 40px 15px 20px;*/
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert-primary, .alert-notice {
  border-color: #0000d3;
  color: #0000d3;
}
.alert-success {
  border-color: #34c534;
  color: #34c534;
}
.alert-warning {
  border-color: #f18d00;
  color: #f18d00;
}
.alert-alert, .alert-danger, .alert-error {
  border-color: #e84849;
  color: #e84849;
}
.alert-alert p, .alert-danger p, .alert-error p {
  color: #e84849;
  margin: 10px 0;
  padding: 0;
}
.alert-alert .btn-sm, .alert-danger .btn-sm, .alert-error .btn-sm {
  color: #fff;
  background: #e84849;
  border: solid 1px #e84849;
  font-size: 14px;
  height: auto;
  margin: 10px 10px 10px 0;
  padding: 4px 15px;
  text-transform: none;
}
.alert-alert .btn-sm:hover, .alert-danger .btn-sm:hover, .alert-error .btn-sm:hover {
  background: rgba(232, 72, 73, 0.65);
}
.alert-alert .btn-flat, .alert-danger .btn-flat, .alert-error .btn-flat {
  background: none;
  color: #e84849;
}
.alert-alert .btn-flat:hover, .alert-danger .btn-flat:hover, .alert-error .btn-flat:hover {
  color: #fff;
}
.alert .close {
  display: none;
  /*position: absolute;
  right: 15px;
  cursor: pointer;
  width: 20px;
  text-align: center;*/
}
.choose-convert-sum .alert-wrapper,
.info-step .alert-wrapper {
  padding: 30px 0 0;
}
.sub-title.alert-wrapper {
  padding: 0;
}
.sub-title .alert {
  padding: 0;
  border: none;
  margin: 10px 0 0;
}
.table {
  width: 100%;
  margin: 20px 0;
}
.table td, .table th {
  padding: 5px 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.text-muted {
  color: #777;
}
.text-nowrap {
  white-space: nowrap;
}
.group-result {
  font-size: 22px;
  margin-bottom: 50px;
}
.group-result .form-widg-top {
  text-align: center;
}
.group-result .image-widg {
  margin-bottom: 20px;
}
.group-result .title-widg {
  text-transform: uppercase;
}
.pay-form form {
  position: relative;
}
.rate-update-spinner {
  position: fixed;
}
.flash-success {
  animation: flash-success 500ms ease-out;
  animation-iteration-count: 1;
}
.flash-error {
  animation: flash-error 500ms ease-out;
  animation-iteration-count: 1;
}
@keyframes flash-error {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #f33;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes flash-success {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #2bff00;
  }
  100% {
    background-color: transparent;
  }
}
.forgot-password {
  margin: 0 0 20px;
}
.forgot-password a {
  display: inline;
  border-bottom: solid 1px;
  color: #4f4f4f;
  transition: 0.2s;
  font-size: 16px;
  padding: 0;
}
.forgot-password a:hover {
  border-bottom-color: transparent;
}
.radio-boxes {
  padding-top: 20px;
}
.main-field__input {
  padding-top: 0;
}
.main-field-default .main-field__input {
  color: #ddd;
}
.no-transition {
  transition: none;
}
.copy-text {
  transition: all 0.2s linear;
}
.copy-this {
  transition: all 0.1s linear;
}
.copy-text-success {
  color: #3366FF;
}
.copy-text-success .copy-this {
  opacity: 0;
  transform: scale(1.3);
}
.copy-text-fail {
  color: red;
}
.click-to-copy {
  content: url(../../media/merchants/copy.svg);
}
.word-wrap .link {
  line-height: 1.5rem;
}
.placeholder {
  top: 1px;
  line-height: 34px;
}
.placeholder_start {
  top: 100%;
  line-height: 12px;
}
/* ----- */
.convert-inp-sum input {
  padding-right: 0;
}
.convert-inp-sum input[data-currency=RUB] {
  font-size: 78px;
  padding-top: 16px;
}
@media (max-width: 600px) {
  .convert-inp-sum input[data-currency=RUB] {
    font-size: 44px;
  }
}
.convert-inp-sum input[data-currency=BTC], .convert-inp-sum input[data-currency=ETC], .convert-inp-sum input[data-currency=ETH] {
  font-size: 64px;
  padding-top: 26px;
}
@media (max-width: 600px) {
  .convert-inp-sum input[data-currency=BTC], .convert-inp-sum input[data-currency=ETC], .convert-inp-sum input[data-currency=ETH] {
    font-size: 38px;
    padding-top: 16px;
  }
}
.convert-inp-sum input[data-currency=KZT], .convert-inp-sum input[data-currency=KRW] {
  font-size: 70px;
  padding-top: 22px;
}
@media (max-width: 600px) {
  .convert-inp-sum input[data-currency=KZT], .convert-inp-sum input[data-currency=KRW] {
    font-size: 38px;
    padding-top: 16px;
  }
}
.convert-inp-sum input[data-currency=TRY] {
  font-size: 90px;
  padding-top: 10px;
}
@media (max-width: 600px) {
  .convert-inp-sum input[data-currency=TRY] {
    font-size: 50px;
    padding-top: 16px;
  }
}
.now-choose {
  background: rgba(255, 255, 255, 0.9);
  /*background-image: linear-gradient(155deg, #fff0 0%, #fff 40%);*/
  padding: 10px 20px 0 15px;
}
.now-choose:before {
  top: auto;
  bottom: 10px;
}
.now-choose:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -10px;
  right: -10px;
  top: -20px;
}
.buy-with {
  padding-top: 36px;
}
/*
.one-bay-with:not(:last-child) {
  margin-bottom: 12px;
}

label.radio-style {
  overflow: visible;
  display: inline-block;
}
label.radio-style span small {
  font-size: 10pt;
  white-space: nowrap;
}

label.radio-style span small {
  font-size: 10pt;
}
*/
.buy-with-title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.methods-radio {
  display: grid;
}
@media (min-width: 601px) {
  .methods-radio {
    margin-right: -50px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 0 10px;
    gap: 0 10px;
  }
}
.methods-radio .radio-style {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 0 0 16px 0;
  overflow: visible;
  padding: 0;
}
.methods-radio .radio-style i {
  flex: 0 0 32px;
  height: 32px;
  left: auto;
  margin: 0;
  position: relative;
  top: auto;
}
.methods-radio .radio-style i:before {
  height: 18px;
  margin: -9px 0 0 -9px;
  width: 18px;
}
.methods-radio .radio-style:hover input:not(:checked):not(:disabled) + i:before {
  opacity: 0.1;
}
.methods-radio .radio-style-first {
  grid-row-start: 1;
}
.methods-radio .method-icon {
  flex: 0 0 55px;
  margin: 0 7px;
}
.method-icon {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: inline-block;
  height: 30px;
  width: 55px;
  /*&-payform {
    background-image: url("~@app_assets/images/merchants/payform.svg");
    background-size: 50px auto;
    border: 1px solid #ededed;
    height: 32px;
  }*/
  /*&-stripe {
    background-image: url("~@app_assets/images/merchants/payment-icon-stripe.svg");
    background-size: 67px;
    border: 1px solid #ededed;
    height: 32px;
  }*/
}
.method-icon-card, .method-icon-stripe, .method-icon-stripe_card, .method-icon-card_hosted_page {
  background-image: url(../../media/merchants/mastercard-seeklogo.com.svg), url(../../media/merchants/visa.svg);
  background-position: 4px 50%, 100% 53%;
  background-size: 20px auto, 32px auto;
  border: solid 1px #ededed;
  height: 32px;
}
.method-icon-wire_transfer {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../../media/merchants/payment-icon-wire.svg);
  background-size: 100%, 22px 18px;
  border: solid 1px #ededed;
  height: 32px;
}
.method-icon-interac, .method-icon-etransfer {
  background-image: url(../../media/merchants/payment-icon-interac.svg);
  height: 32px;
}
.method-icon-directdebitplus {
  background-color: #1b359d;
  background-image: url(../../media/merchants/payment-icon-directdebit-plus.png);
  background-size: auto 32px;
}
.method-icon-sofort {
  background-color: #ffb3c7;
  background-image: url(../../media/merchants/payment-icon-klarna-b.svg);
  background-size: auto 28px;
}
.method-icon-giropay {
  background-color: #000268;
  background-image: url(../../media/merchants/payment-icon-giropay.svg);
  background-size: 57px 30px;
  height: 26px;
}
.method-icon-neosurf {
  background-image: url(../../media/merchants/payment-icon-neosurf.svg);
  background-size: auto 60px;
}
.method-icon-sepa {
  background-image: url(../../media/merchants/payment-icon-sepa.svg);
  background-size: auto 20px;
}
.method-icon-open_banking {
  background-image: url(../../media/merchants/payment-icon-open-banking.svg);
  background-size: auto 5px;
}
.method-icon-volt {
  background-image: url(../../media/merchants/payment-icon-volt.svg);
  background-size: 67px;
  border: 1px solid #ededed;
  height: 32px;
}
.method-icon-blik {
  background-image: url(../../media/merchants/payment-icon-blik.svg);
  background-size: 66px;
}
.method-icon-ideal {
  background-image: url(../../media/merchants/payment-icon-ideal.png);
  background-size: auto 32px;
}
.method-icon-mbway {
  background-image: url(../../media/merchants/payment-icon-mbway.png);
  background-size: auto 32px;
}
.method-icon-trustly {
  background-image: url(../../media/merchants/payment-icon-trustly.png);
  background-size: auto 10px;
  border: solid 1px #ededed;
  height: 32px;
}
.method-icon-skrill {
  background-image: url(../../media/merchants/payment-icon-skrill.svg);
  background-size: 60px 12px;
  border: solid 1px #ededed;
  height: 32px;
}
.method-icon-neteller {
  background-image: url(../../media/merchants/payment-icon-neteller.svg);
  background-size: 45px 9px;
  border: solid 1px #ededed;
  height: 32px;
}
.method-icon-cashlib {
  background-image: url(../../media/merchants/payment-icon-cashlib.svg);
  background-size: 56px auto;
  height: 32px;
}
.method-icon-pix {
  background-image: url(../../media/merchants/payment-icon-pix.svg);
  background-size: 56px auto;
  height: 32px;
}
.method-icon-binance_pay {
  background-image: url(../../media/merchants/payment-icon-binance.png);
  background-size: auto 26px;
  border: solid 1px #ededed;
  height: 32px;
}
.method-icon-crypto, .method-icon-crypto_invoice {
  background-image: url(../../media/crypto/btc-4b9fae16.png), url(../../media/crypto/eth.png);
  background-position: 7px 50%, 90% 53%;
  background-size: 20px auto, 24px auto;
  border: solid 1px #ededed;
  height: 32px;
}
.method-icon-eps {
  background-image: url(../../media/merchants/payment-icon-eps.png);
  background-position: 9px 3px;
  background-size: auto 26px;
  border: 1px solid #ededed;
  height: 32px;
}
.method-icon-bancontact, .method-icon-checkout_bancontact {
  background-image: url(../../media/merchants/payment-icon-bancontact.png);
  background-size: auto 48px;
  border: 1px solid #ededed;
  height: 32px;
}
.method-icon-paypal, .method-icon-checkout_paypal {
  background-image: url(../../media/merchants/payment-icon-paypal.png);
  background-size: auto 24px;
  border: 1px solid #ededed;
  height: 32px;
}
.method-icon-przelewy24 {
  background-image: url(../../media/merchants/logo-przelewy-24.svg);
  background-size: auto 16px;
  border: 1px solid #ededed;
  height: 32px;
}
.method-icon-google_pay {
  background-image: url(../../media/merchants/payment-icon-googlepay.svg);
  background-size: 80px auto;
  height: 32px;
}
.method-icon-apple_pay {
  background-image: url(../../media/merchants/payment-icon-applepay.svg);
  background-size: 45px auto;
  border: 1px solid #ededed;
  height: 32px;
}
.method-icon-zimpler {
  background-image: url(../../media/merchants/payment-icon-zimpler.png);
  background-size: 53px auto;
}
.method-icon-p2p {
  background-image: url(../../media/merchants/payment-icon-p2p.svg);
  background-size: auto 34px;
  border: solid 1px #ededed;
  height: 32px;
}
.method-icon-paysafecard {
  background-image: url(../../media/merchants/payment-icon-paysafecard.svg);
  background-size: 55px;
  height: 32px;
}
.method-icon-astro_pay {
  background-image: url(../../media/merchants/payment-icon-astropay.png);
  background-size: 55px auto;
  height: 32px;
}
.method-icon-truelayer {
  background-image: url(../../media/merchants/payment-icon-truelayer.svg);
  background-size: 55px;
  height: 32px;
}
.method-icon-payid {
  background-image: url(../../media/merchants/payment-icon-payid.png);
  background-size: auto 26px;
}
.method-icon-mybank {
  background-image: url(../../media/merchants/payment-icon-mybank.png);
  background-size: auto 55px;
}
.method-icon-bancomatpay {
  background-image: url(../../media/merchants/payment-icon-bancomatpay.png);
  background-size: auto 53px;
}
.method-icon-satispay {
  background-image: url(../../media/merchants/payment-icon-satispay.png);
  background-size: auto 48px;
}
.method-icon-multibanco {
  background-image: url(../../media/merchants/payment-icon-multibanco.svg);
  background-size: auto 28px;
}
.method-icon:not([class*=method-icon-]) {
  flex: 0 1;
  margin: 0 4px;
}
.log-tabs ul li.active {
  cursor: default;
}
.log-tabs ul li span {
  transition: font-size 0.2s;
  height: 55px;
}
.one-log-tab {
  display: block;
}
.def-bt i svg {
  fill: #fff;
}
.back-bt i svg,
.border-bt i svg {
  transform: scaleX(-1);
}
.password-eye {
  position: absolute;
  right: 13px;
  top: 35.5px;
  z-index: 2;
  cursor: pointer;
  fill: #d6d6d6;
  /*opacity: 0.3;*/
  /*transition: 0.2s;*/
}
.password-eye.active {
  /*opacity: 1;*/
}
.password-eye.active .eye-slash {
  opacity: 1;
}
.password-eye .eye-slash {
  opacity: 0;
  transition: 0.2s;
}
.inp-ok .password-eye {
  right: 44px;
}
label.check-widg i:after {
  content: url(../../media/merchants/check.svg);
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}
label.check-widg input:checked + i:after {
  opacity: 1;
}
.form-widg-in form {
  position: static !important;
  position: initial !important;
  /*&.purchase-form {
    position: absolute !important;
    height: 100%;
    width: 100%;
  }*/
}
.form-widg-in form:after {
  content: "";
  clear: both;
  display: block;
}
.widg-input-field .iti input {
  outline: none;
  height: 56px;
  border-radius: 4px;
  border: solid 1px #c8c8c8;
  width: 100%;
  padding: 0 15px;
}
.widg-input-field .iti__selected-flag {
  padding: 0 10px 0 15px;
}
.widg-input-field .iti.iti--allow-dropdown input {
  padding-left: 60px;
}
.widg-input-field[data-card-brand] {
  position: relative;
}
.widg-input-field[data-card-brand]:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 30px;
}
.widg-input-field[data-card-brand][data-card-brand=visa]:after {
  background-image: url(../../media/card_brands/visa.svg);
}
.widg-input-field[data-card-brand][data-card-brand=mastercard]:after {
  background-image: url(../../media/card_brands/mastercard.svg);
}
.widg-input-field[data-card-brand][data-card-brand=maestro]:after {
  background-image: url(../../media/card_brands/maestro.svg);
}
.widg-input-field[data-card-brand][data-card-brand=cirrus]:after {
  background-image: url(../../media/card_brands/cirrus.svg);
}
.widg-input-field[data-card-brand][data-card-brand=amex]:after {
  background-image: url(../../media/card_brands/amex.svg);
}
.widg-input-field[data-card-brand][data-card-brand=diners]:after {
  background-image: url(../../media/card_brands/diners.svg);
}
.widg-input-field[data-card-brand][data-card-brand=discover]:after {
  background-image: url(../../media/card_brands/discover.svg);
}
.widg-input-field[data-card-brand][data-card-brand=jcb]:after {
  background-image: url(../../media/card_brands/jcb.svg);
}
.widg-input-field[data-card-brand][data-card-brand=unionpay]:after {
  background-image: url(../../media/card_brands/unionpay.svg);
}
.widg-input.inp-error .error-mess {
  line-height: 1;
  padding: 2px 0 0 0;
}
.widg-input.inp-error .widg-input-field .iti input {
  border-color: #E84849;
}
.widg-input.inp-ok .jq-selectbox__trigger {
  right: 30px;
}
.widg-input.inp-ok .jq-selectbox__select,
.widg-input.inp-ok .widg-input-field > input,
.widg-input.inp-ok .widg-input-field .iti input {
  border-color: #3366FF;
  background: url(../../media/merchants/ok.svg) right 16px center no-repeat;
}
.widg-input.inp-ok .widg-input-field > input,
.widg-input.inp-ok .widg-input-field .iti input {
  padding-right: 40px;
}
.widg-input.inp-ok .widg-input-field[data-card-brand]:after {
  right: 45px;
}
.convert-inp-sum.inp-error input {
  border-color: #E84849;
}
.convert-inp-sum.inp-error .error-mess {
  display: block;
  color: #E84849;
  font-size: 12px;
  font-weight: 500;
  background: #fff;
  bottom: 1px;
  height: 15px;
}
.jq-selectbox li.sel:empty,
.jq-selectbox li.selected:empty {
  display: none;
}
.input-dob-hidden {
  visibility: hidden;
  position: absolute;
  left: -10000px;
}
.widg-bt .wrap-bt {
  margin-right: 16px;
  float: left;
}
@media (max-width: 480px) {
  .widg-bt .wrap-bt {
    margin: 0 0 15px 0;
    width: 100%;
    text-align: left !important;
  }
  .widg-bt .wrap-bt:first-child {
    margin-bottom: 0;
  }
}
.qr-ico > * {
  max-width: 112px;
}
@media (max-width: 600px) {
  .qr-ico > * {
    max-width: 67px;
  }
}
.qr-text {
  margin-bottom: 10px;
}
.info-step-one-text {
  font-size: 18px;
  line-height: 22px;
}
.info-step-one-text .info-vallet {
  float: none;
  padding-bottom: 16px;
}
.clear {
  clear: both;
}
.m-0 {
  margin: 0 !important;
}
/*
.pp_message {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.1;
  background: #f7f7f7;
  padding: 10px 20px 15px;
  margin-bottom: 24px;
  .pp_header,
  .pp_message_text {
    margin-top: 10px;
  }
  .pp_header {
    font-weight: 500;
  }
}
*/
.pp_message {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 24px;
}
.pp_message .pp_header {
  font-weight: 500;
}
.pp_message .pp_header,
.pp_message .pp_message_text,
.pp_message .pp_parameters {
  margin-top: 20px;
}
.form-widg-top + .info-step {
  padding-top: 20px;
}
.info-step + form .card-info-wrap {
  padding-top: 0;
  margin-top: -20px;
}
.select-curr.disabled .now-choose {
  cursor: default;
  padding-right: 0;
}
.select-curr.disabled .now-choose:before, .select-curr.disabled .now-choose:after {
  display: none;
}
.drop-curr ul {
  max-height: 15em;
  overflow-y: auto;
}
.form-widg-in {
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
}
.form-widg-in .middle-block {
  min-height: auto;
  flex-grow: 1;
}
.form-widg-middle {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.form-widg-middle:before {
  content: "";
  margin-top: auto;
}
.form-widg-middle .footer-widget {
  margin-top: auto;
}
.purchase-form {
  flex-grow: 1;
  display: flex;
}
.purchase-form > div[class*=group-] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.purchase-form > div[class*=group-] > .form-widg-top {
  margin-bottom: auto;
}
.purchase-form > div[class*=group-] > .footer-widget {
  margin-top: auto;
}
.footer-widget {
  clear: both;
  padding-bottom: 10px;
  padding-top: 20px;
  position: static;
}
.copyright {
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .graph-info {
    clear: both;
    float: left;
  }
}
.title-widg .method-icon {
  margin: 0 0 -4px 5px;
}
.def-bt.with-back-arrow {
  padding: 0 32px 0 57px;
}
@media (max-width: 480px) {
  .def-bt.with-back-arrow {
    text-align: right !important;
  }
}
.with-back-arrow i {
  overflow: hidden;
  line-height: 18px;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.with-back-arrow i svg {
  transform: scaleX(-1);
}
div.react-select__control {
  min-height: 56px;
}
.widg-input .react-select__control {
  background: transparent right 9px center no-repeat;
}
.widg-input.inp-ok .react-select__control {
  border-color: #3366FF;
  background-image: url(../../media/merchants/ok.svg);
}
.widg-input.inp-ok .react-select__indicator svg {
  opacity: 0;
}
.widg-input.inp-error .react-select__control {
  border-color: #E84849;
  color: #E84849;
}
